Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Increase benchmark concurrency
Browse files Browse the repository at this point in the history
Doesn't change the mean, but reduces the variance.
  • Loading branch information
fredemmott committed Dec 17, 2014
1 parent 3f65564 commit b8403ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/PerfSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static function BenchmarkTime(): string {
}

public static function BenchmarkConcurrency(): int {
return 60;
return 200;
}

///// Server Settings /////
Expand Down

0 comments on commit b8403ad

Please sign in to comment.