Diego Russo

Results 12 issues of Diego Russo

If pyperformance is installed as editable `pip install -e .` from the git repository, it doesn't work when invoked ``` $ /tmp/tmpdir/prefix/bin/python3 -u -m pyperformance ERROR: pyperformance should not be...

We need to backfill aarch64 results data for daily commit spanning back at least a few months (until May 2023) ```[tasklist] ### Tasks - [x] Get all commits in codespeed...

Instead a message "Error while retrieving logs: No logs found" is shown. This is likely caused by this commit https://github.com/python/codespeed/commit/1bdc67a138d75441769c2261045c0a6975e32231 from @vstinner `get_scm(project)` returns always None except when the scm...

If we take a comparison chart [like this](https://speed.python.org/comparison/?exe=12%2BL%2B3.12%2C12%2BL%2Bmain&ben=741%2C803%2C805%2C824%2C825%2C826%2C827%2C828%2C829%2C830%2C831%2C832%2C806%2C833%2C807%2C834%2C804%2C835%2C843%2C844%2C836%2C801%2C808%2C809%2C742%2C743%2C837%2C810%2C811%2C838%2C744%2C845%2C812%2C814%2C813%2C745%2C746%2C815%2C747%2C748%2C749%2C839%2C816%2C799%2C800%2C750%2C751%2C802%2C752%2C753%2C754%2C755%2C756%2C757%2C817%2C758%2C759%2C760%2C761%2C762%2C763%2C764%2C765%2C766%2C819%2C818%2C767%2C768%2C769%2C770%2C771%2C772%2C773%2C774%2C775%2C840%2C776%2C777%2C778%2C779%2C780%2C781%2C782%2C783%2C823%2C822%2C820%2C821%2C784%2C785%2C786%2C788%2C787%2C789%2C841%2C790%2C842%2C791%2C792%2C793%2C794%2C797%2C796%2C795%2C798&env=6&hor=true&bas=12%2BL%2B3.12&chart=normal%2Bbars) it looks like the histogram bars are only one pixel wide, which makes them basically impossible to read. Could you tweak the...

After the rebase of speed.python.org on top of master, the Latest Results are not showing anymore on the home page.

After the latest upgrade we are using Django 3.2 and the latest binary of psycopg2. In order to use Django 4.2, we need to switch to psycopg package as psycopg2...

### Username diegorusso ### GitHub username _No response_ ### Name Diego Russo ### Email address [email protected] ### Password status I need a new owner password ### Processor architecture aarch64 ###...

add worker
has password

Create IntelPstateOperation class for Intel P-State operations. Enable CPUGovernor on AArch64 platforms. Replace all Class names with super() in the __init__ method.

From 3.13, CPython can be built with the JIT and it doesn't seem to be the way to pass custom flags to the configure or the compile step: https://github.com/python/pyperformance/blob/784d0421f387f6245ecbbe744a530c238c60c741/pyperformance/compile.py#L277 It...

Hello, as discussed on [Discourse](https://discuss.python.org/t/add-timeout-management-in-pyperformance/63728) it would be nice to implement a timeout within pyperfomance. If a benchmark run hangs, pyperformance doesn’t have a mechanism to time out and terminate...