Eval 1h-20x with distance log #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Eval 1h-20x with distance log | |
on: workflow_dispatch | |
jobs: | |
evaluate: | |
uses: ./.github/workflows/evaluation-workflow.yml | |
with: | |
duration: 1h | |
trials: 20 | |
JVM_OPTS: -Djqf.ei.OBSERVE_MUTATION_DISTANCE=true |