Skip to content

Commit

Permalink
Made better performance experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
TopCoder2K committed Dec 24, 2023
1 parent 3e135a2 commit 8361fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ and the approximate CPU usage by the container with the model for `concurrency =

1. The queue consumpts a lot of time compared to the model.
2. Increasing the models count from $1$ to $N$ for `concurrency == 5` results in
$\approx 150\% \cdot N$ CPU usage, $\approx 800 \cdot N$ throughput and dividing
$`\approx 150\% \cdot N`$ CPU usage, $`\approx 800 \cdot N`$ throughput and dividing
queue's latency by some $k > 1$.

#### Dynamic batching
Expand Down

0 comments on commit 8361fef

Please sign in to comment.