Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: CharleneHu-42 <yabai.hu@intel.com>
  • Loading branch information
CharleneHu-42 committed Oct 11, 2024
1 parent ec5a4c5 commit 54ff0ce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions evals/benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ This Tool provides a microservice benchmarking framework that uses YAML configur

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Configuration](#configuration)
- [Test Suite Configuration](#test-suite-configuration)
- [Test Cases](#test-cases)
- [OPEA Benchmark Tool](#opea-benchmark-tool)
- [Features](#features)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [Configuration](#configuration)
- [Test Suite Configuration](#test-suite-configuration)
- [Test Cases](#test-cases)


## Installation
Expand Down Expand Up @@ -68,7 +72,7 @@ test_suite_config:
params: # Loadshape-specific parameters
constant: # Constant load shape specific parameters, activate only if load_shape.name is constant
concurrent_level: 4 # If user_queries is specified, concurrent_level is target number of requests per user. If not, it is the number of simulated users
# arrival_rate: 1.0 # Request arrival rate. If set, concurrent_level will be overrided, constant load will be generated based on arrival-rate
# arrival_rate: 1.0 # Request arrival rate. If set, concurrent_level will be overridden, constant load will be generated based on arrival-rate
poisson: # Poisson load shape specific parameters, activate only if load_shape.name is poisson
arrival_rate: 1.0 # Request arrival rate
warm_ups: 0 # Number of test requests for warm-ups
Expand Down
2 changes: 1 addition & 1 deletion evals/benchmark/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test_suite_config: # Overall configuration settings for the test suite
params: # Loadshape-specific parameters
constant: # Constant load shape specific parameters, activate only if load_shape.name is constant
concurrent_level: 4 # If user_queries is specified, concurrent_level is target number of requests per user. If not, it is the number of simulated users
# arrival_rate: 1.0 # Request arrival rate. If set, concurrent_level will be overrided, constant load will be generated based on arrival-rate
# arrival_rate: 1.0 # Request arrival rate. If set, concurrent_level will be overridden, constant load will be generated based on arrival-rate
poisson: # Poisson load shape specific parameters, activate only if load_shape.name is poisson
arrival_rate: 1.0 # Request arrival rate

Expand Down

0 comments on commit 54ff0ce

Please sign in to comment.