Skip to content

Commit

Permalink
#402: Fix tiny typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanaken committed Nov 24, 2023
1 parent 286d00c commit 50f6c44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 50f6c44

Please sign in to comment.