Skip to content

Commit

Permalink
server: bench: create a script to wrap all operations
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Mar 25, 2024
1 parent e2d9ad3 commit 989fb08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -128,4 +128,5 @@ jobs:
if: ${{ github.event.pull_request }}
with:
message-id: bench-${{ github.job }}-${{ env.RUNNER_LABEL }}
message: ${{ env.BENCH_PR_COMMENT }}
message: |
Hello from: $BENCH_PR_COMMENT

0 comments on commit 989fb08

Please sign in to comment.