We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ed3a1 commit c81a530Copy full SHA for c81a530
README.md
@@ -51,7 +51,7 @@ Nonetheless, it makes sense to post some generic data that gives at least some i
51
- `general.default_mailbox_size: 0` (setting a fixed mailbox_size would further increase performance)
52
- `general.default_message_throughput: 15` (obviously could also be optimized for single actor usage, but would probably not be a fair measurement)
53
- `thread_pool.config.default.threads_max: 10` (overwritten by `_single_thread` tests)
54
- - running `benchmark_single_actor` 10mil messages always within at least 3.3 seconds
+ - running `benchmark_single_actor`
55
- send+receive 10mil messages in at least 3.3 seconds
56
- ~3mil messages per second
57
- running `benchmark_single_actor_process_after_send_single_thread`
0 commit comments