From 162f77fa254c2e58031a727b93a091a1b18fe111 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Mon, 9 Dec 2024 07:28:03 -0500 Subject: [PATCH] Log distance in CI --- .github/workflows/eval-10m-5x-log-distance.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/eval-10m-5x-log-distance.yml 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