From b8403ad54c88ec4869d74827a050a91645b45d58 Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Wed, 17 Dec 2014 08:22:30 -0800 Subject: [PATCH] Increase benchmark concurrency Doesn't change the mean, but reduces the variance. --- core/PerfSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/PerfSettings.php b/core/PerfSettings.php index 51d8660..0ddecfc 100644 --- a/core/PerfSettings.php +++ b/core/PerfSettings.php @@ -29,7 +29,7 @@ public static function BenchmarkTime(): string { } public static function BenchmarkConcurrency(): int { - return 60; + return 200; } ///// Server Settings /////