-
Notifications
You must be signed in to change notification settings - Fork 420
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
'runServer' implementation for Performance Worker Service (#1840)
Motivation: The run server RPC starts a server and reports stats back to the client. We can’t yet start a real server, because we don’t yet have the http/2 transport, but we can stub it out and do the rest of the RPC which reports stats back to the client. Modifications: - implemented the methods that start the server and collects the stats - added the initial stats property used in computing the requested server stats Result: We will be able to start the server from a performance worker.
- Loading branch information
1 parent
e1ef29d
commit f84657d
Showing
1 changed file
with
115 additions
and
8 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