Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
balayanv opened this issue Feb 3, 2022 · 1 comment

Comments

@balayanv
Copy link

balayanv commented Feb 3, 2022

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?

@qct
Copy link
Contributor

qct commented Apr 24, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@qct @balayanv and others