diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index c790cab7ed3abc..773b3ebf60ca65 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -107,7 +107,7 @@ jobs: --branch ${{ github.ref_name }} \ --commit ${{ github.sha }} \ --scenario script.js \ - --duration 1m \ + --duration 30s \ --hf-repo ggml-org/models \ --hf-file phi-2/ggml-model-q4_0.gguf \ --model-path-prefix /models \ @@ -128,4 +128,5 @@ jobs: if: ${{ github.event.pull_request }} with: message-id: bench-${{ github.job }}-${{ env.RUNNER_LABEL }} - message: ${{ env.BENCH_PR_COMMENT }} \ No newline at end of file + message: | + Hello from: $BENCH_PR_COMMENT \ No newline at end of file