Select Git revision
build.gradle

Johannes Mey authored
build.gradle 301 B
/*
* This file was generated by the Gradle 'init' task.
*
* This is a general purpose Gradle build.
* Learn how to create Gradle builds at https://guides.gradle.org/creating-new-gradle-builds/
*/
task benchmark(type: Exec) {
workingDir 'scripts'
commandLine 'python3', 'run.py', '-m'
}