Skip to content

georgeman93/python-speed-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pythonSpeedTesting

Testing python code speed

I am using the timeit library because

  • easy formatting
  • averages over many runs to minimise impact of
    • os scheduling
    • disk flushing
  • disables garbage collection to prevent it running during the test
  • picks best clock for the system

About

Testing python code speed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published