exchange-core icon indicating copy to clipboard operation
exchange-core copied to clipboard

Can you share benchmark code that you used in the main page of the project?

Open balayanv opened this issue 3 years ago • 1 comments

I'd like to run the same benchmarks on a different hardware but to have comparable results i need it to be the same code, could you please publish the code that runs when you measure all the latencies and TPS?

balayanv avatar Feb 03 '22 09:02 balayanv

all testing codes are in test folder, you can run them as described in README:

- latency test: mvn -Dtest=PerfLatency#testLatencyMargin test
- throughput test: mvn -Dtest=PerfThroughput#testThroughputMargin test
- hiccups test: mvn -Dtest=PerfHiccups#testHiccups test
- serialization test: mvn -Dtest=PerfPersistence#testPersistenceMargin test

qct avatar Apr 24 '22 10:04 qct