← Back to index

2020-11-26 21:24

Download Archive

warmupIterations: 4
benchmarkIterations: 10
shrinkBatchSources: 3
batchSamples: 1
languages:
  - id: java
    name: Java
    extension: java
    parseTable:
      repo: https://github.com/metaborg/java-front.git
      subDir: lang.java
    sources:
      incremental:
        - id: apache-commons-lang-stringutils
          repo: https://github.com/apache/commons-lang.git
          files:
            - src/main/java/org/apache/commons/lang3/StringUtils.java
          versions: 16
        - id: gson
          repo: https://github.com/google/gson.git
          versions: 16
        - id: slf4j
          repo: https://github.com/qos-ch/slf4j.git
          versions: 16
  - id: webdsl
    name: WebDSL
    extension: app
    parseTable:
      file: ../parsetables/WebDSL.tbl
    sources:
      incremental:
        - id: webdsl-yellowgrass-incremental
          repo: https://github.com/webdsl/yellowgrass
          fetchOptions:
            - '--depth=200'
          versions: 16
        - id: webdsl-builtin
          repo: https://github.com/webdsl/webdsl
          fetchOptions:
            - '--shallow-since="2011-02-16 14:00:00 +0000"' # From this point in time on, the file parses without errors
          files:
            - src/org/webdsl/dsl/project/template-webdsl/built-in.app
          versions: 16
        - id: webdsl-elib-utils
          repo: https://github.com/webdsl/elib-utils
          versions: 16
  - id: sdf3
    name: SDF3
    extension: sdf3
    parseTable:
      repo: https://github.com/metaborg/sdf.git
      subDir: org.metaborg.meta.lang.template
    sources:
      incremental:
        - id: nabl
          repo: https://github.com/metaborg/nabl
          versions: 16
        - id: dynsem
          repo: https://github.com/metaborg/dynsem
          versions: 16
        - id: flowspec
          repo: https://github.com/metaborg/flowspec
          versions: 16

Iterations: 4/10