Skip to content

Commit

Permalink
Merge pull request #52 from ephemient/kt/bench
Browse files Browse the repository at this point in the history
  • Loading branch information
ephemient authored Dec 6, 2024
2 parents 25b4083 + cf9aa6e commit 39034a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kt/graalvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ graalvmNative {
runtimeArgs("-f", 0, "-wi", 1, "-w", "1s", "-r", "1s", "-bm", "avgt", "-tu", "us")
val benchmarkFile = benchmarkDir.get().file("graalvmBench.json")
runtimeArgs("-rf", "json", "-rff", benchmarkFile.asFile)
findProperty("benchmarkInclude")?.let { runtimeArgs("-e", it) }
findProperty("benchmarkExclude")?.let { runtimeArgs(it) }
findProperty("benchmarkExclude")?.let { runtimeArgs("-e", it) }
findProperty("benchmarkInclude")?.let { runtimeArgs(it) }
}
}
agent {
Expand Down

0 comments on commit 39034a1

Please sign in to comment.