[rails] Upgrade Puma to 8#685
Conversation
2c893f7 to
09d3376
Compare
|
/benchmark -f rails |
|
👋 |
Benchmark ResultsFramework:
Full log |
|
/benchmark -f rails -t baseline |
|
👋 |
Benchmark ResultsFramework:
Full log |
Use Puma 8's new 'mark_as_io_bound' option to allow more threads on the IO heavy calls. It seems only the baseline call benefits from this.
|
Tried enabling mark_as_io_bound for all tests. |
|
/benchmark -f rails |
|
👋 |
Benchmark ResultsFramework:
Full log |
|
/benchmark -f rails —save |
|
👋 |
Benchmark ResultsFramework:
Full log |
|
/benchmark -f rails --save |
|
👋 |
|
|
Use Puma 8's new 'mark_as_io_bound' option to allow more threads on the IO heavy calls.
It seems only the baseline call benefits from this.