mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-10 04:35:03 -05:00
chore(bench): Add a first warmup call
This commit is contained in:
@@ -91,6 +91,9 @@ static void BM_Evaluate(benchmark::State &state, EndToEndDesc description,
|
||||
assert(serverLambda);
|
||||
auto evaluationKeys = (*keySet)->evaluationKeys();
|
||||
|
||||
// Warmup
|
||||
assert(support.serverCall(*serverLambda, **publicArguments, evaluationKeys));
|
||||
|
||||
for (auto _ : state) {
|
||||
assert(
|
||||
support.serverCall(*serverLambda, **publicArguments, evaluationKeys));
|
||||
|
||||
Reference in New Issue
Block a user