-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously the multi-domain test only had one producer and one consumer. It now tries with various combinations up to 4 producers with 4 consumers. Each producer also submits items from many fibers at the same time. This is more like a typical use of a stream, where IO domains are handling many requests by submitting CPU-intensive jobs to a pool of batch processing domains. It now also includes some spinner fibers, to avoid measuring domain resume time. That previously dominated the results (though it happens less anyway now that the senders run multiple fibers).
- Loading branch information
Showing
1 changed file
with
69 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters