Skip to content

Commit

Permalink
Update yarn-project/scripts/src/benchmarks/aggregate.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Santiago Palladino <[email protected]>
  • Loading branch information
TomAFrench and spalladino authored May 20, 2024
1 parent f609e21 commit b9fbe76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/scripts/src/benchmarks/aggregate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function append(

/** Processes an entry with event name 'acir-proof-generated' and updates results */
function processAcirProofGenerated(entry: ProofConstructed, results: BenchmarkCollectedResults) {
if (entry.acir_test == 'sha256') {
if (entry.acir_test === 'sha256') {
append(results, `proof_construction_time_sha256`, entry.threads, entry.value);
}
}
Expand Down

0 comments on commit b9fbe76

Please sign in to comment.