Skip to content

Commit 9a73c4a

Browse files
authored
fix: wasm memory benchmark (#13573)
1 parent 42dfbbf commit 9a73c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

barretenberg/cpp/scripts/ci_benchmark_ivc_flows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function client_ivc_flow_wasm {
125125
{
126126
"name": "$flow-ivc-proof-wasm-memory",
127127
"time_unit": "MB",
128-
"real_time": ${elapsed_ms}
128+
"real_time": ${memory_taken_mb}
129129
}
130130
]
131131
}

0 commit comments

Comments
 (0)