diff --git a/core/src/test/java/io/parsingdata/metal/ImmutableObjectTest.java b/core/src/test/java/io/parsingdata/metal/ImmutableObjectTest.java index 39958f73..92721943 100644 --- a/core/src/test/java/io/parsingdata/metal/ImmutableObjectTest.java +++ b/core/src/test/java/io/parsingdata/metal/ImmutableObjectTest.java @@ -81,7 +81,7 @@ void performanceTest() { // ---------|-----|-----|-----|-----|-----|-----|------|------| // duration | 0.4 | 0.7 | 1.5 | 3 | 5 | 10 | 18 | 32 | in seconds // - // Using hash cashing, these are all finished within less then 100 ms. + // Using hash cashing, these are all finished within less than 100 ms. final int dataBlockCount = 6; final int dataSize = 10; final byte[] input = new byte[dataBlockCount*dataSize];