https://github.com/codspeedhq/python-parallel-pagerank
https://github.com/codspeedhq/python-parallel-pagerank
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codspeedhq/python-parallel-pagerank
- Owner: CodSpeedHQ
- License: mit
- Created: 2024-10-30T11:10:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T14:38:11.000Z (over 1 year ago)
- Last Synced: 2024-10-30T15:34:18.476Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pagerank performance measurement with python 3.13
Running:
- Without GIL:
```
uv run python -X gil=0 -m pytest --codspeed -vs -x --codspeed-max-time 10 tests.py
```
- With GIL
```
uv run python -X gil=1 -m pytest --codspeed -vs -x --codspeed-max-time 10 tests.py
```