Skip to content

Commit

Permalink
Pushed other drivers to benchmarking set
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi committed Jul 15, 2024
1 parent d8bd6dd commit be87ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ publishMavenStyle := true
lazy val datasetDir = taskKey[File]("Dataset directory")
datasetDir := baseDirectory.value / "workspace" / "defects4j"
lazy val driversToBenchmark = taskKey[Seq[String]]("Drivers to benchmark")
driversToBenchmark := Seq("overflowdb")
driversToBenchmark := Seq("overflowdb", "tinkergraph", "neo4j-embedded")

lazy val defect4jDataset = taskKey[Seq[(String, String)]]("JARs for projects used in `defects4j`")
defect4jDataset :=
Expand Down

0 comments on commit be87ee0

Please sign in to comment.