Skip to content

Commit 5e89212

Browse files
committed
new git.localdir in reference.conf
1 parent e936e60 commit 5e89212

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

infrastructure/src/main/java/scala/bench/ScalacBenchmarkRunner.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ private static String corpusVersion(String source) throws IOException {
2020
if (scalaRef == null)
2121
throw new RuntimeException("Please provide -DscalaRef=...");
2222

23+
// TODO: git fetch --tags
24+
2325
switch(source) {
2426
case "vector":
2527
if (GitWalker.isAncestor("v2.11.0", scalaRef, repo))

infrastructure/src/main/resources/reference.conf

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ influx {
66
password = ${?INFLUX_PASSWORD}
77
}
88

9-
git {
10-
localdir = "/code/scala"
11-
}
9+
git.localdir = ${user.home}/code/scala
1210

1311
deps.localdir = ${user.home}/.benchdeps
14-
15-
host {
16-
uuid = "172a1efc-569a-4f1e-a248-5e144b61521e"
17-
}

0 commit comments

Comments
 (0)