Fix jmh compilation

This commit is contained in:
themode 2022-02-27 01:16:59 +01:00
parent 41862c576b
commit 476b697a8f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public class PaletteSetBenchmark {
@Setup
public void setup() {
palette = Palette.newPalette(dimension, 15, 4, 1);
palette = Palette.newPalette(dimension, 15, 4);
}
@Benchmark