You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@milagro.apache.org by GitBox <gi...@apache.org> on 2020/04/21 01:20:50 UTC

[GitHub] [incubator-milagro-crypto-rust] kirk-baird opened a new issue #19: Improve benchmarking

kirk-baird opened a new issue #19:
URL: https://github.com/apache/incubator-milagro-crypto-rust/issues/19


   # What is the issue
   
   Benchmarking currently consists of one file `BenchtestALL.rs`. Thus should be updated to the `cargo bench` format.
   
   # Steps to resolve
   
   - Move the file to a folder in the top level called `benches`
   - Split the file into multiple files, one for each individual protocol.
   - Modify `Cargo.toml` to include a `[[bench]]` for each of the above files. Consider adding a feature `bench` for running the benches.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@milagro.apache.org
For additional commands, e-mail: issues-help@milagro.apache.org