uber / NullAway

A tool to help eliminate NullPointerExceptions (NPEs) in your Java code with low build-time overhead
MIT License
3.63k stars 293 forks source link

[DO NOT LAND] Testing benchmarking script change #1057

Closed msridhar closed 1 week ago

github-actions[bot] commented 1 week ago

Main Branch:

Benchmark                          Mode  Cnt   Score   Error  Units
AutodisposeBenchmark.compile      thrpt   25  10.054 ± 0.069  ops/s
CaffeineBenchmark.compile         thrpt   25   3.729 ± 0.021  ops/s
DFlowMicroBenchmark.compile       thrpt   25  27.790 ± 0.147  ops/s
NullawayReleaseBenchmark.compile  thrpt   25   1.477 ± 0.014  ops/s

With This PR:

Benchmark                          Mode  Cnt   Score   Error  Units
AutodisposeBenchmark.compile      thrpt   25  10.087 ± 0.052  ops/s
CaffeineBenchmark.compile         thrpt   25   3.714 ± 0.025  ops/s
DFlowMicroBenchmark.compile       thrpt   25  27.957 ± 0.195  ops/s
NullawayReleaseBenchmark.compile  thrpt   25   1.444 ± 0.017  ops/s