Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Jul 10, 2024
1 parent 3772971 commit e160151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yarn-project/scripts/src/benchmarks/aggregate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
type CircuitProvingStats,
type CircuitSimulationStats,
type CircuitWitnessGenerationStats,
type L1PublishStats,
type L1PublishBlockStats,
type L2BlockBuiltStats,
type L2BlockHandledStats,
type MetricName,
Expand Down Expand Up @@ -87,7 +87,7 @@ function processAcirProofGenerated(entry: ProofConstructed, results: BenchmarkCo
}

/** Processes an entry with event name 'rollup-published-to-l1' and updates results */
function processRollupPublished(entry: L1PublishStats, results: BenchmarkCollectedResults) {
function processRollupPublished(entry: L1PublishBlockStats, results: BenchmarkCollectedResults) {
const bucket = entry.txCount;
if (!BENCHMARK_BLOCK_SIZES.includes(bucket)) {
return;
Expand Down

0 comments on commit e160151

Please sign in to comment.