Skip to content

Commit 93df90f

Browse files
committed
Update mode-explanation.planuml
1 parent f1ee61c commit 93df90f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ print(worker_dispatcher.get_logs())
299299
print(worker_dispatcher.get_tps())
300300
```
301301

302+
> The stress tool, based on this dispatcher, along with statistical TPS reports, is as follows: [yidas / python-stress-tool](https://github.com/yidas/python-stress-tool)
303+
302304
---
303305

304306
## Appendix

img/mode-explanation.planuml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ package "Parallel - parallel_processing" {
6666
pp_core -up- pp_p1
6767
pp_core2 -up- pp_p2
6868
note top of pp_t_pool2: max_workers is distributed evenly
69-
note bottom of pp_p_pool: max_workers is based on CPU cores
69+
note left of pp_p_pool: max_workers is based on CPU cores
7070
}
7171

7272
@enduml

0 commit comments

Comments
 (0)