Skip to content

Commit

Permalink
*bring back ezkl_cli_prove
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-crypto committed Jan 19, 2024
1 parent 7c7bac2 commit 22fa556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/benchmark_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ mod benchmarking_tests {
// we need to run the risc0 zkVM VM on the host to get the proving time
run_risc0_zk_vm(test, TIME_CMD);
run_cairo_vm(test, TIME_CMD);
ezkl_cli_prove(test, TIME_CMD);
// pretty print the benchmarks.json file
let benchmarks_json = std::fs::read_to_string("./benchmarks.json").unwrap();
let benchmarks_json: serde_json::Value = serde_json::from_str(&benchmarks_json).unwrap();
Expand Down

0 comments on commit 22fa556

Please sign in to comment.