Skip to content

Commit 67e3e18

Browse files
committed
Match expand_columns_to_lde label in bench_prover_scaling.sh
1 parent 68e45c9 commit 67e3e18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/bench_prover_scaling.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ parse_run() {
6666
/Aux trace build/ { v = secs(); if (v) print "t_aux_build=" v }
6767
/Aux trace commit/ { v = secs(); if (v) print "t_aux_commit=" v }
6868
/Rounds 2/ { v = secs(); if (v) print "t_rounds24=" v }
69-
/Main expand_pool_to_lde/{ v = secs(); if (v) print "t_main_lde=" v }
70-
/Aux expand_pool_to_lde/ { v = secs(); if (v) print "t_aux_lde=" v }
69+
/Main expand_columns_to_lde/{ v = secs(); if (v) print "t_main_lde=" v }
70+
/Aux expand_columns_to_lde/ { v = secs(); if (v) print "t_aux_lde=" v }
7171
/Main commit \(Merkle\)/ { v = secs(); if (v) print "t_main_merkle=" v }
7272
/Aux commit \(Merkle\)/ { v = secs(); if (v) print "t_aux_merkle=" v }
7373
/^ Total FFT/ { v = secs(); if (v) print "t_total_fft=" v }

0 commit comments

Comments
 (0)