Skip to content

Commit

Permalink
add standard 50x experiment configs, remove nashorn pngj and tomcat
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-bell committed Sep 23, 2024
1 parent ade0dfd commit 8f321c2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/eval-10m-50x.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Eval 10m-50x
on: workflow_dispatch
jobs:
evaluate:
uses: ./.github/workflows/evaluation-workflow.yml
with:
duration: 10m
trials: 50
8 changes: 8 additions & 0 deletions .github/workflows/eval-1h-50x.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Eval 1h-50x
on: workflow_dispatch
jobs:
evaluate:
uses: ./.github/workflows/evaluation-workflow.yml
with:
duration: 1h
trials: 50
12 changes: 6 additions & 6 deletions scripts/experiments/generate-experiment-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"coveragePackages" : "org/mozilla/javascript/optimizer/*:org/mozilla/javascript/CodeGenerator*"},
{"id":"chocopy", "class" : "edu.berkeley.cs.jqf.examples.chocopy.SemanticAnalysisTest", "method" : "fuzzSemanticAnalysis",
"coveragePackages": "chocopy/*"},
{"id": "nashorn", "class": "edu.berkeley.cs.jqf.examples.nashorn.CompilerTest", "method": "testWithGenerator",
"coveragePackages": "jdk/nashorn/*"},
{"id": "pngj", "class": "edu.berkeley.cs.jqf.examples.pngj.PngReaderTest", "method": "testWithGenerator",
"coveragePackages": "ar/com/hjg/pngj/*"},
{"id": "tomcat", "class": "edu.berkeley.cs.jqf.examples.tomcat.WebXmlTest", "method": "testWithGenerator",
"coveragePackages": "org/apache/tomcat/*"}
# {"id": "nashorn", "class": "edu.berkeley.cs.jqf.examples.nashorn.CompilerTest", "method": "testWithGenerator",
# "coveragePackages": "jdk/nashorn/*"},
# {"id": "pngj", "class": "edu.berkeley.cs.jqf.examples.pngj.PngReaderTest", "method": "testWithGenerator",
# "coveragePackages": "ar/com/hjg/pngj/*"},
# {"id": "tomcat", "class": "edu.berkeley.cs.jqf.examples.tomcat.WebXmlTest", "method": "testWithGenerator",
# "coveragePackages": "org/apache/tomcat/*"}
]

if(len(sys.argv) == 2):
Expand Down

0 comments on commit 8f321c2

Please sign in to comment.