Skip to content

Commit

Permalink
Fix relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
chippmann committed May 18, 2024
1 parent c6f6cf3 commit ed717bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions harness/benchmarks/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,6 @@ tasks {
godotKotlinConfiguration,
overwrite = true
)

val pyroscopeJarRelativePath = "profiling/pyroscope.jar"
val pyroscopeJar = projectDir.resolve(pyroscopeJarRelativePath)
godotKotlinConfiguration.apply {
writeText(readText().replace(pyroscopeJarRelativePath, pyroscopeJar.absolutePath))
}
}

finalizedBy(runBenchmarks)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"disable_gc": false,
"force_gc": false,
"jmx_port": -1,
"jvm_args": "-javaagent:profiling/pyroscope.jar",
"jvm_args": "-javaagent:profiling\\pyroscope.jar",
"max_string_size": -1,
"use_debug": false,
"version": "1.0",
Expand Down

0 comments on commit ed717bf

Please sign in to comment.