Skip to content

Commit

Permalink
update config in benchmark readme (#103)
Browse files Browse the repository at this point in the history
Signed-off-by: Yingchun Guo <yingchun.guo@intel.com>
  • Loading branch information
daisy-ycguo authored Sep 4, 2024
1 parent 17d35e3 commit 514a6d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions evals/benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ The benchmark.yaml file defines the test suite and individual test cases. Below
```yaml
test_suite_config:
examples: ["chatqna"] # Test cases to be run (e.g., chatqna, codegen)
deployment_type: "k8s" # Default is "k8s", can also be "docker"
service_ip: None # Leave as None for k8s, specify for Docker
service_port: None # Leave as None for k8s, specify for Docker
concurrent_level: 4 # The concurrency level
user_queries: [1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048] # Number of test requests
random_prompt: false # Use random prompts if true, fixed prompts if false
Expand Down

0 comments on commit 514a6d6

Please sign in to comment.