hyperledger-iroha / iroha

Iroha - A simple, enterprise-grade decentralized ledger
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
438 stars 280 forks source link

Benchmarks in CI to track performance improvements/regressions #5150

Open 0x009922 opened 1 week ago

0x009922 commented 1 week ago
          I don't think simple benchmarks to replace them have been established yet. Ideally, CI should be able to detect performance improvement or regression for each PR

_Originally posted by @s8sato in https://github.com/hyperledger/iroha/pull/5124#discussion_r1801272262_

epompeii commented 1 week ago

If you're looking for a tool to detect performance regressions in CI, then you may want to checkout Bencher: https://github.com/bencherdev/bencher

I'm the maintainer of the project, and I'm more than happy to help answer any questions!