Skip to content

Commit

Permalink
Disable dss benchmarks until we expose the module.
Browse files Browse the repository at this point in the history
Closes #49
  • Loading branch information
romac committed Mar 28, 2018
1 parent fefd5ab commit 51f77fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions benches/ss1.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![cfg(test)]
#![feature(test)]
#![cfg(feature = "dss")]

extern crate rusty_secrets;
extern crate test;
Expand Down
1 change: 1 addition & 0 deletions benches/thss.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![cfg(test)]
#![feature(test)]
#![cfg(feature = "dss")]

extern crate rusty_secrets;
extern crate test;
Expand Down

0 comments on commit 51f77fa

Please sign in to comment.