From 4e85a68d0f10d95d13cbee0d54d024db01f7e006 Mon Sep 17 00:00:00 2001 From: jon-chuang <9093549+jon-chuang@users.noreply.github.com> Date: Wed, 22 Apr 2020 23:33:40 +0800 Subject: [PATCH] update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6445730..77d37ca 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,12 @@ To run with multiple features, make sure to double quote the features. e.g. RUSTFLAGS="--emit=asm -C target-feature=+bmi2,+adx" cargo +nightly test --features "asm bls12_381" ``` +To bench `algebra-benches` with greater accuracy, especially for functions with execution times on the order of nanoseconds, use the `n_fold` feature +```bash +cargo +nightly bench --features "n_fold bls12_381" +``` + + ## License ZEXE is licensed under either of the following licenses, at your discretion.