From 54ff0ce0571481a5be8d85af0ce8e7148041599a Mon Sep 17 00:00:00 2001 From: CharleneHu-42 Date: Fri, 11 Oct 2024 17:25:22 +0800 Subject: [PATCH] fix typo Signed-off-by: CharleneHu-42 --- evals/benchmark/README.md | 16 ++++++++++------ evals/benchmark/benchmark.yaml | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/evals/benchmark/README.md b/evals/benchmark/README.md index 1c43921f..c5ffb401 100644 --- a/evals/benchmark/README.md +++ b/evals/benchmark/README.md @@ -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 @@ -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 diff --git a/evals/benchmark/benchmark.yaml b/evals/benchmark/benchmark.yaml index 3b464b1c..5dbbc67f 100644 --- a/evals/benchmark/benchmark.yaml +++ b/evals/benchmark/benchmark.yaml @@ -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