exonum-java-binding icon indicating copy to clipboard operation
exonum-java-binding copied to clipboard

Add FlatListProof#verify benchmark and make it public

Open dmitry-timofeev opened this issue 6 years ago • 0 comments

Overview

h=10:

Benchmark                                                       (height)   Mode  Cnt      Score     Error   Units
FlatListProofBenchmark.verify                                         10  thrpt   10     87,436 ±   0,961  ops/ms

More experiments can be run with: java -jar target/benchmarks.jar -f 1 -wi 5 -w 1s -i 10 -r 2s -p height=<comma-separated heights> verify


See: https://jira.bf.local/browse/ECR-XYZ

Definition of Done

  • [ ] There are no TODOs left in the code
  • [ ] Change is covered by automated tests
  • [ ] The coding guidelines are followed
  • [ ] Public API has Javadoc
  • [ ] Method preconditions are checked and documented in the Javadoc of the method
  • [ ] Changelog is updated if needed (in case of notable or breaking changes)
  • [ ] The continuous integration build passes

dmitry-timofeev avatar Oct 11 '19 19:10 dmitry-timofeev