Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 93df90f

Browse filesBrowse files
committed
Update mode-explanation.planuml
1 parent f1ee61c commit 93df90f
Copy full SHA for 93df90f

File tree

Expand file treeCollapse file tree

2 files changed

+3
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-1
lines changed
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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
Collapse file

‎img/mode-explanation.planuml‎

Copy file name to clipboardExpand all lines: img/mode-explanation.planuml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.