Skip to content

Commit

Permalink
Try disabling blocking worker pool again...
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlalis committed Jan 25, 2024
1 parent 745d97a commit 232f8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/speed-test/source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ int main() {
const cpuThreads = threadsPerCPU();

return runTests(
() => new SpeedTest("Single-Thread BlockingWorkerPool", getBlockingServer(), 4, LimitType.RequestCount, 10_000),
// () => new SpeedTest("Single-Thread BlockingWorkerPool", getBlockingServer(), 4, LimitType.RequestCount, 10_000),
() => new SpeedTest("Single-Thread DistributingWorkerPool", getTestingServer(1), 1, LimitType.Time, 10_000),
() => new SpeedTest("Multi-Thread DistributingWorkerPool", getTestingServer(cpuThreads), cpuThreads / 2, LimitType.Time, 10_000)
);
Expand Down

0 comments on commit 232f8d8

Please sign in to comment.