Skip to content

Instantly share code, notes, and snippets.

@kemingy
Last active October 17, 2024 03:26
Show Gist options
  • Save kemingy/94d6393bac53f190c204b33d7b113425 to your computer and use it in GitHub Desktop.
Save kemingy/94d6393bac53f190c204b33d7b113425 to your computer and use it in GitHub Desktop.
different pyython distribution performance test

runs on i7 13700k

Ubuntu:24.04

install from apt: 3.12.3

real	0m0.965s
user	0m0.958s
sys	0m0.005s

Python:3.12-slim

version: 3.12.7

real	0m1.111s
user	0m1.102s
sys	0m0.007s

version: 3.12.4

real	0m1.050s
user	0m1.042s
sys	0m0.006s

UV on Ubuntu:24.04

version: 3.12.7

real	0m0.963s
user	0m0.936s
sys	0m0.032s

version: 3.12.4

real	0m0.956s
user	0m0.938s
sys	0m0.019s

miniconda on Ubuntu:24.04

version: 3.12.4

real	0m0.902s
user	0m0.892s
sys	0m0.008s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment