1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
Commit graph

6 commits

Author SHA1 Message Date
Nate Berkopec
87eb88f15d
Make new benchmark output to tmp 2020-05-11 10:41:12 +09:00
Kamil Trzciński
7af9807778 Inject small delay to improve requests distribution
Ruby MRI when used can at most process a single thread concurrently due to GVL. This results in a over-utilisation if unfavourable distribution of connections is happening.

This tries to prefer less-busy workers (ie. faster to accept
the connection) to improve workers utilisation.
2020-05-05 17:06:28 +02:00
Nate Berkopec
94093a6361
SSL benchmarks 2020-03-18 12:53:04 -06:00
Nate Berkopec
c36491756f
Merge pull request from GHSA-84j7-475p-hp8v
header value could inject a CR or LF and inject their own HTTP response.
2020-02-27 11:52:27 -06:00
Nate Berkopec
860c17557c
Add benchmarks for large request bodies and responses 2019-10-13 11:27:58 +02:00
Nate Berkopec
0bbb495236
Start of a benchmark folder 2019-10-02 22:53:03 +02:00