mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
tests: ignore bench_zk.rs
This commit is contained in:
@@ -33,6 +33,7 @@ use darkfi::{
|
||||
const SAMPLES: u128 = 10;
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn bench_zk() -> Result<()> {
|
||||
let bincode = include_bytes!("../proof/arithmetic.zk.bin");
|
||||
let zkbin = ZkBinary::decode(bincode)?;
|
||||
|
||||
Reference in New Issue
Block a user