Skip to content

Instantly share code, notes, and snippets.

@aeyakovenko
Last active August 18, 2018 13:44
Show Gist options
  • Save aeyakovenko/75be2f2caca39dda11d19962e9240443 to your computer and use it in GitHub Desktop.
Save aeyakovenko/75be2f2caca39dda11d19962e9240443 to your computer and use it in GitHub Desktop.
```
Running target/release/deps/bank-74a6dbbf9609ab70
Gnuplot not found, disabling plotting
bench_process_transaction
time: [2.9073 ms 2.9085 ms 2.9131 ms]
change: [-17.115% -16.730% -16.343%] (p = 0.11 > 0.05)
No change in performance detected.
Gnuplot not found, disabling plotting
Running target/release/deps/banking_stage-f898ed5a505232ef
Gnuplot not found, disabling plotting
bench_banking_stage_multi_accounts
time: [134.82 ms 136.93 ms 145.38 ms]
change: [-11.706% +0.9294% +16.373%] (p = 0.91 > 0.05)
No change in performance detected.
bench_process_stage_single_from
time: [37.398 ms 39.036 ms 39.445 ms]
change: [-11.394% -7.3810% -3.2260%] (p = 0.14 > 0.05)
No change in performance detected.
Gnuplot not found, disabling plotting
Running target/release/deps/ledger-9b9fdf0a7f0ff2c4
Gnuplot not found, disabling plotting
bench_block_to_blobs_to_block
time: [63.993 us 64.010 us 64.014 us]
change: [-1.6054% -1.5574% -1.5093%] (p = 0.11 > 0.05)
No change in performance detected.
Gnuplot not found, disabling plotting
Running target/release/deps/signature-a8ceb0aaffe433e6
Gnuplot not found, disabling plotting
bench_gen_keys time: [3.9930 ms 3.9973 ms 3.9984 ms]
change: [-0.4875% -0.3678% -0.2479%] (p = 0.11 > 0.05)
No change in performance detected.
Gnuplot not found, disabling plotting
Running target/release/deps/sigverify-5d5e4ea1ce251d99
Gnuplot not found, disabling plotting
bench_sigverify time: [1.4664 ms 1.4714 ms 1.4914 ms]
change: [-2.3603% -1.0421% +0.2892%] (p = 0.33 > 0.05)
No change in performance detected.
Gnuplot not found, disabling plotting
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment