Skip to content

Commit

Permalink
Update ParallelMixedReadWriteBenchmark.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme authored Nov 27, 2024
1 parent b2ab520 commit 032a9a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ private ArrayList<Runnable> getMixedWorkload(Blackhole blackhole, CountDownLatch

for (int i = 0; i < 20 * workloadSize; i++) {
list.add(getRunnable(startSignal, connection, isolationLevel, (localConnection) -> {
for (int j = 0; j < 100; j++) {
for (int j = 0; j < 25; j++) {
localConnection.add(Values.bnode(), RDFS.LABEL, Values.literal(j),
Values.iri("http://example.com/g1"));
}
Expand Down

0 comments on commit 032a9a5

Please sign in to comment.