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

Real benchmarks examples #3

Closed
QIvan opened this issue Jan 8, 2020 · 1 comment
Closed

Real benchmarks examples #3

QIvan opened this issue Jan 8, 2020 · 1 comment
Labels
wontfix This will not be worked on

Comments

@QIvan
Copy link

QIvan commented Jan 8, 2020

Hi! Thank you for the tool, it looks very nice but I wonder where are the real-world examples?
I mean in your series of articles you mentioned that

The code for JLBH can be found in Chronicle-Core library which can be found on GitHub over here.

but the link is not valid anymore. I struggled to find any benchmarks in your repos but everything that I found was without any jlbh mention, e.g.
https://github.com/OpenHFT/Chronicle-Core/blob/master/benchmarks/src/main/java/net/openhft/chronicle/core/benchmark/Main.java
https://github.com/OpenHFT/Chronicle-Map/blob/master/src/test/java/net/openhft/chronicle/map/CHMLatencyTestMain.java

Do you still recommend to use this tool? If so, could you kindly help me with some "real" examples?

Thank you in advance!

@dpisklov
Copy link
Contributor

dpisklov commented Jan 8, 2020

@QIvan we use JLBH across many of our projects, some of which are closed-source and indeed we recommend using it for latency benchmarks but it doesn't mean it's intended to replace JMH in microbenchmarking space.
Examples of latency benchmarks in open source:
https://github.com/OpenHFT/Chronicle-Queue/tree/master/src/test/java/net/openhft/chronicle/queue/bench
Another real world example is here:
http://www.rationaljava.com/2016/04/jlbh-examples-4-benchmarking-quickfix.html

but it's not open-source (Chronicle FIX is paid closed-source product).

In general, please do not use github for questions (use stackoverflow instead), github is for real issues

@dpisklov dpisklov closed this as completed Jan 8, 2020
@dpisklov dpisklov added the wontfix This will not be worked on label Jan 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants