Skip to content

Commit

Permalink
Ignore expensive tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yczhangsjtu committed Feb 14, 2025
1 parent ea63b35 commit bbaf04b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions mpcs/src/basefold.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,7 @@ mod test {
}

#[test]
#[ignore = "For benchmarking and profiling only"]
fn bench_basefold_simple_batch_commit_open_verify_goldilocks() {
for gen_rand_poly in [gen_rand_poly_base] {
run_commit_open_verify::<GoldilocksExt2, PcsGoldilocksRSCode>(gen_rand_poly, 20, 21);
Expand Down
1 change: 1 addition & 0 deletions mpcs/src/whir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ mod tests {
}

#[test]
#[ignore = "For benchmarking and profiling only"]
fn bench_whir_simple_batch_commit_open_verify_goldilocks() {
for gen_rand_poly in [gen_rand_poly_base] {
run_commit_open_verify::<GoldilocksExt2, PcsGoldilocks>(gen_rand_poly, 20, 21);
Expand Down

0 comments on commit bbaf04b

Please sign in to comment.