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

Benchmarks without JIT #4

Open
edmundnoble opened this issue May 14, 2017 · 0 comments
Open

Benchmarks without JIT #4

edmundnoble opened this issue May 14, 2017 · 0 comments

Comments

@edmundnoble
Copy link

edmundnoble commented May 14, 2017

Without the JIT (using @CompilerControl(CompilerControl.Mode.EXCLUDE)) I get these numbers:

[info] Benchmark                                 Mode  Cnt   Score   Error  Units
[info] addable.ImplVsImplicitlyAddable.baseline  avgt   30  82.945 ± 2.765  ns/op
[info] addable.ImplVsImplicitlyAddable.explicit  avgt   30  73.834 ± 1.009  ns/op
[info] addable.ImplVsImplicitlyAddable.imply     avgt   30  74.103 ± 0.975  ns/op

Using the JIT and warmup is not always realistic for real programs.

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

1 participant