From 989fb08b8a7a59c58d6882f15bec9dcc2065b757 Mon Sep 17 00:00:00 2001 From: Pierrick HYMBERT Date: Mon, 25 Mar 2024 17:21:42 +0100 Subject: [PATCH] server: bench: create a script to wrap all operations --- .github/workflows/bench.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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