From 09586ab512444b4075a3608f3491845377f4af5f Mon Sep 17 00:00:00 2001 From: Thomas Santerre Date: Thu, 6 Feb 2020 22:54:00 +0900 Subject: [PATCH] Add benchmark result from i7-8565u (#11) * Add benchmark result from i7-865u * Re-run bench, reduced background processes. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 497de05..48fe603 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ You can run them with `cargo test` and `cargo bench`. | CPU | obtain_shares_dealer | step_shares_dealer | recover_secret | share_from_bytes | share_to_bytes | | ----------------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | | Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz | [1.4321 us 1.4339 us 1.4357 us] | [1.3385 ns 1.3456 ns 1.3552 ns] | [228.77 us 232.17 us 236.23 us] | [24.688 ns 25.083 ns 25.551 ns] | [22.832 ns 22.910 ns 22.995 ns] | +| Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz | [1.3439 us 1.3499 us 1.3562 us] | [1.5416 ns 1.5446 ns 1.5481 ns] | [197.46 us 198.37 us 199.22 us] | [20.455 ns 20.486 ns 20.518 ns] | [18.726 ns 18.850 ns 18.993 ns] | # Contributing