1
0

More optimizations

This commit is contained in:
2020-12-16 14:38:30 +01:00
parent 5ffebae101
commit 55271e210d
2 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import org.openjdk.jmh.runner.options.OptionsBuilder
/*
Benchmark Mode Cnt Score Error Units
Day16Benchmark.part2 avgt 5 1.748 ± 0.047 ms/op
Day16Benchmark.part2 avgt 5 0.697 ± 0.026 ms/op
*/
@BenchmarkMode(Mode.AverageTime)