We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Without the JIT (using @CompilerControl(CompilerControl.Mode.EXCLUDE)) I get these numbers:
@CompilerControl(CompilerControl.Mode.EXCLUDE)
[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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Without the JIT (using
@CompilerControl(CompilerControl.Mode.EXCLUDE)
) I get these numbers:Using the JIT and warmup is not always realistic for real programs.
The text was updated successfully, but these errors were encountered: