Skip to content

Commit 7ab712d

Browse files
authored
fix: native ivc benches not publishing (#13665)
This script needs to be made more elegant in a future pass, probably along with a big cleanup of the benchmark names (most of the reason it is ugly is for backwards-compatibility)
1 parent 71e81ce commit 7ab712d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

barretenberg/scripts/combine_benchmarks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def modify_benchmark_data(file_paths):
6161
prefix = "wasm"
6262
elif "release" in file_path:
6363
prefix = "native"
64-
elif "-ivc.json" in file_path:
64+
elif "ivc-" in file_path:
6565
prefix = "ivc-"
6666
if file_path.endswith(".txt"):
6767
# Process text files to extract memory data.

0 commit comments

Comments
 (0)