maurycy
maurycy
`Net::HTTP::Persistent.write_timeout` now exposes [Net::HTTP.write_timeout](https://docs.ruby-lang.org/en/master/Net/HTTP.html#attribute-i-write_timeout) since https://github.com/drbrain/net-http-persistent/pull/99
The current order is `sorted`: https://github.com/python/pyperformance/blob/0ffe825f0bd7b74f3da7a616057edc399aa4c69f/pyperformance/run.py#L76 The rationale: with the increasing number of runtime optimizations (eg: JIT, branch predictors etc.) there might be a small penalty (or reward) based on...
This is a conversation starter now: should we gradually start moving towards `uv` that handles custom builds, venvs and pinned runs more efficiently? The code already works, confirmed with: ```...
It's an alternative Python implementation, as per https://github.com/python/pythondotorg/issues/2797 and supported by https://github.com/actions/setup-python
``` 02:03:10.998094000AM CEST maurycy@gimel /Users/maurycy % python -m pyperformance venv Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/Users/maurycy/.pyenv/versions/3.13.5/lib/python3.13/site-packages/pyperformance/__main__.py", line...