Skip to content

Commit 05d53da

Browse files
committed
Always run benchmark before tests
1 parent 27abb83 commit 05d53da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,3 +375,8 @@ tasks.register('updateGitHooks', Copy) {
375375
into './.git/hooks'
376376
}
377377
compileJava.dependsOn updateGitHooks
378+
379+
task benchmark(type: JavaExec) {
380+
classpath sourceSets.test.runtimeClasspath
381+
main = "org.cyclops.integratedscripting.evaluate.translation.BenchmarkValueTranslators"
382+
}

0 commit comments

Comments
 (0)