Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbosio committed Jul 18, 2023
1 parent 0969ed7 commit b6f79db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/criterion_table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use criterion::{
criterion_group, criterion_main, measurement::WallTime, BenchmarkGroup, Criterion,
};
use criterion_utils::utils::{
run_cairo_bench_and_measure_proof, run_verifier_bench_with_security_level, run_trace_bench,
run_cairo_bench_and_measure_proof, run_trace_bench, run_verifier_bench_with_security_level,
};
use functions::path::{cairo0_program_path, cairo0_proof_path};
use lambdaworks_stark::starks::proof::options::SecurityLevel;
Expand Down

0 comments on commit b6f79db

Please sign in to comment.