Skip to content

Commit

Permalink
gradle properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfran committed Oct 8, 2023
1 parent ff6271a commit 1a6b046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.gradle.console=plain
2 changes: 1 addition & 1 deletion src/jmh/java/com/tomfran/lsm/sstable/SSTableBenchmark.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void setup() throws IOException {
skipped.add(e);
}

sstable = new SSTable(DIR + "/sst", inserted, SAMPLE_SIZE);
sstable = new SSTable(DIR + "/sst", inserted.iterator(), SAMPLE_SIZE);

// shuffle to avoid sequential access
Collections.shuffle(inserted);
Expand Down

0 comments on commit 1a6b046

Please sign in to comment.