Closed ryan-roemer closed 5 years ago
Just to give more information -- it appears within the proc for a worker thread things slow down, so need to unpack the overall info more...
Also note this is a breaking change because the scenario API changes from Promise<string> to Promise<{ result<string>, elapsed<Number> }>
Promise<string>
Promise<{ result<string>, elapsed<Number> }>
Just to give more information -- it appears within the proc for a worker thread things slow down, so need to unpack the overall info more...
Also note this is a breaking change because the scenario API changes from
Promise<string>
toPromise<{ result<string>, elapsed<Number> }>