Skip to content

Commit 5fd8560

Browse files
committed
Always run benchmark before tests
1 parent e049618 commit 5fd8560

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,3 +434,9 @@ tasks.configureEach { task ->
434434
task.enabled = false
435435
}
436436
}
437+
438+
task benchmark(type: JavaExec) {
439+
classpath sourceSets.test.runtimeClasspath
440+
main = "org.cyclops.integratedscripting.evaluate.translation.BenchmarkValueTranslators"
441+
}
442+
test.dependsOn benchmark

0 commit comments

Comments
 (0)