Disable dss benchmarks until we expose the module.

Closes #49
This commit is contained in:
Romain Ruetschi
2018-03-28 14:49:47 +02:00
parent a6046dde48
commit d098033f6f
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#![cfg(test)]
#![feature(test)]
#![cfg(feature = "dss")]
extern crate rusty_secrets;
extern crate test;

View File

@ -1,5 +1,6 @@
#![cfg(test)]
#![feature(test)]
#![cfg(feature = "dss")]
extern crate rusty_secrets;
extern crate test;