You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are in the process of adding component level microbenchmarks for Consensus.
4
+
5
+
We check for regressions in performance on CI.
6
+
7
+
## Mempool Benchmark
8
+
4
9
We started with microbenchmarks for adding transactions to the mempool. The
5
10
mempool benchmarks can be run using the following command.
6
11
7
12
```sh
8
13
cabal new-run ouroboros-consensus:mempool-bench
9
14
```
10
15
11
-
We check for regressions in performance on CI. We might publish benchmark results in this site shortly.
16
+
## ChainSync Client Benchmark
17
+
18
+
To aid the refactoring of the ChainSync client, we added a benchmark for it in [PR#823](https://github.com/IntersectMBO/ouroboros-consensus/pull/823). The benchmark could be invoked as follows:
0 commit comments