-
Notifications
You must be signed in to change notification settings - Fork 613
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert
--no_resource_pile_or_cc
flag to `--work_stealing_executor_…
…only` in StressTestServer Summary: The `--no_resource_pile_or_cc` flag was created to show that we could create a resource pool with only an executor. More specifically, it is for testing with the work stealing executor that is now included in StressTestServer. Converting the flag to `--work_stealing_executor_only` makes the intent more clear. It does the same thing as the `--work_stealing` flag, but does not create a request pile or concurrency controller for the resource pool. Additional cleanups: - Add text to `--work_stealing` flag hint to clarify that it implies `--resource_pools`. - Consolidate logic around resource pool creation. Reviewed By: robertroeser Differential Revision: D62513553 fbshipit-source-id: 353adfab1d05d0542b05aabdc061865e082eb71b
- Loading branch information
1 parent
b4b826a
commit e65d416
Showing
1 changed file
with
42 additions
and
37 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