Skip to content
Snippets Groups Projects
Select Git revision
  • d83e075a0d5062ee5caefc2b245c4b0ee63ac210
  • master default protected
  • artefact-eval
  • modelica
  • visibilityscopes
  • scopetree
  • similarCfg
  • wip-reusable
8 results

build.gradle

Blame
  • Johannes Mey's avatar
    Johannes Mey authored
    d83e075a
    History
    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'
    }