Skip to content

Commit

Permalink
Update benchmark - remove big data file
Browse files Browse the repository at this point in the history
  • Loading branch information
nstogner committed Dec 16, 2024
1 parent 58a7a06 commit 95c0427
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 24,890 deletions.
2 changes: 1 addition & 1 deletion benchmarks/chat/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
data/ShareGPT_V3_unfiltered_cleaned_split.json
data/*.json
3 changes: 0 additions & 3 deletions benchmarks/chat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ data/ShareGPT_V3_unfiltered_cleaned_split.json:
data: data/ShareGPT_V3_unfiltered_cleaned_split.json
cd data && python prepare-message-threads.py

configure:
kubectl create cm chat-benchmark --from-file=Makefile --from-file=k6.js --from-file=prepare-message-threads.py

run:
ls scenarios/${SCENARIO}
CONFIG_DIR=scenarios/${SCENARIO} DATA_DIR=data MODEL_ADDR=kubeai/openai k6 run ./k6.js
Loading

0 comments on commit 95c0427

Please sign in to comment.