exchange-core
exchange-core copied to clipboard
Can you share benchmark code that you used in the main page of the project?
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?
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