-
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
Based on benchmarks the HTTP test performs really well in general, but doesn't scale much beyond one/two cores because it's implemented entirely in node, which runs as a single process. We should likely use a pool of workers on each probe.