Sfoglia il codice sorgente

tests: ignore bench_zk.rs

skoupidi 2 anni fa
parent
commit
6a11e5e048
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      tests/bench_zk.rs

+ 1 - 0
tests/bench_zk.rs

@@ -33,6 +33,7 @@ use darkfi::{
 const SAMPLES: u128 = 10;
 const SAMPLES: u128 = 10;
 
 
 #[test]
 #[test]
+#[ignore]
 fn bench_zk() -> Result<()> {
 fn bench_zk() -> Result<()> {
     let bincode = include_bytes!("../proof/arithmetic.zk.bin");
     let bincode = include_bytes!("../proof/arithmetic.zk.bin");
     let zkbin = ZkBinary::decode(bincode)?;
     let zkbin = ZkBinary::decode(bincode)?;