Skip to content

Commit

Permalink
more log distance workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-bell committed Dec 9, 2024
1 parent 620bbde commit a7f84d5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/eval-1h-20x-log-distance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Eval 1h-20x
on: workflow_dispatch
jobs:
evaluate:
uses: ./.github/workflows/evaluation-workflow.yml
with:
duration: 1h
trials: 20
JVM_OPTS: -Djqf.ei.OBSERVE_MUTATION_DISTANCE=true
9 changes: 9 additions & 0 deletions .github/workflows/eval-24h-5x-log-distance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Thin evaluation - 24 hours, 5 trials
on: workflow_dispatch
jobs:
evaluate:
uses: ./.github/workflows/evaluation-workflow.yml
with:
duration: 24h
trials: 5
JVM_OPTS: -Djqf.ei.OBSERVE_MUTATION_DISTANCE=true

0 comments on commit a7f84d5

Please sign in to comment.