Skip to content

Commit

Permalink
Modified memory intervals
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi committed Jul 16, 2024
1 parent b14201c commit 449c605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runBenchmarks.sc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import scala.jdk.CollectionConverters.*
val drivers = Seq("overflowdb", "tinkergraph", "neo4j-embedded")
drivers.foreach(d => println(s" - $d"))

val memoryConfigs = Seq(4, 8, 16)
val memoryConfigs = Seq(2, 4, 6, 8)

memoryConfigs.foreach { memConfig =>
drivers.foreach { driver =>
Expand Down

0 comments on commit 449c605

Please sign in to comment.