Closed psivesely closed 6 years ago
cargo +nightly bench fails because benchmark files are trying to import modules not included in the library. I don't know how you'd like to address this, or else I'd make a PR. I've just been commenting out benches/{ss1,thss}.rs.
cargo +nightly bench
benches/{ss1,thss}.rs
Oh right, I had forgotten to disable those until we merge the dss branch and actually release the DSS implementation.
dss
cargo +nightly bench
fails because benchmark files are trying to import modules not included in the library. I don't know how you'd like to address this, or else I'd make a PR. I've just been commenting outbenches/{ss1,thss}.rs
.