-
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.
clean-up serial executor on ParallelConcurrencyController
Summary: Moves the serial executor logic into parallel concurrency controller so we don't have duplicate versions. Using a serial executor is controlled by an enum where the existing behavior is default. Updates the stress test tool to use the new version. SEParallelConcurrencyController will be deleted in the following diffs. Reviewed By: ot Differential Revision: D66832942 fbshipit-source-id: 185a71ded3222a1385c48776fce800cc74226df5
- Loading branch information
1 parent
b8799fe
commit eeede78
Showing
3 changed files
with
96 additions
and
19 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
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
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