Skip to content

CodSpeedHQ/python-parallel-pagerank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages