summaryrefslogtreecommitdiff
path: root/integration/test/resources/play-json/jmh.sc
diff options
context:
space:
mode:
Diffstat (limited to 'integration/test/resources/play-json/jmh.sc')
-rw-r--r--integration/test/resources/play-json/jmh.sc4
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/test/resources/play-json/jmh.sc b/integration/test/resources/play-json/jmh.sc
index 3c2c8411..d67e14d1 100644
--- a/integration/test/resources/play-json/jmh.sc
+++ b/integration/test/resources/play-json/jmh.sc
@@ -7,7 +7,7 @@ trait Jmh extends ScalaModule {
def runJmh(args: String*) = T.command {
val (_, resources) = generateBenchmarkSources()
- Jvm.interactiveSubprocess(
+ Jvm.runSubprocess(
"org.openjdk.jmh.Main",
classPath = (runClasspath() ++ generatorDeps()).map(_.path) ++
Seq(compileGeneratedSources().path, resources),
@@ -41,7 +41,7 @@ trait Jmh extends ScalaModule {
os.remove.all(resourcesDir)
os.makeDir.all(resourcesDir)
- Jvm.subprocess(
+ Jvm.runSubprocess(
"org.openjdk.jmh.generators.bytecode.JmhBytecodeGenerator",
(runClasspath() ++ generatorDeps()).map(_.path),
mainArgs = Array(