dacapo-experiments.md

19 lines | 716 B Blame History Raw Download

go to dacapobench/benchmarks folder - which is the repo dev-chopin

  • Run tigris build: mvn clean install
  • Run h2 build: mvn clean install -DskipTests
    • it generates the jar file in target/
  • Copy the jar to dacapo: cp ../../dacaposources/h2database/h2/target/h2-2.0.202-SNAPSHOT-Tigris.jar libs/h2/dist/jar/
  • Build dacapo: ant h2 [builds a specific benchmark, h2]
  • Run dacapo build: java -jar dacapo-evaluation-git+ae20e7d.jar h2

-Xms2000m -Xmx2000m

-javaagent:C:\Users\mertz.m2\repository\org\aspectj\aspectjweaver\1.8.9\aspectjweaver-1.8.9.jar -verbose:class

Steps to open with intellij

  • Build the benchmark with Dacapo
  • Open all the files and folder (dependencies) with intellij project structure