diff --git a/.github/workflows/eval-10m-5x-log-distance.yml b/.github/workflows/eval-10m-5x-log-distance.yml new file mode 100644 index 000000000..403b57caa --- /dev/null +++ b/.github/workflows/eval-10m-5x-log-distance.yml @@ -0,0 +1,9 @@ +name: Smoke test evaluation - 10 minutes, 5 trials +on: [push, pull_request] +jobs: + evaluate: + uses: ./.github/workflows/evaluation-workflow.yml + with: + duration: 10m + trials: 5 + JVM_OPTS: -Djqf.ei.OBSERVE_MUTATION_DISTANCE=true \ No newline at end of file