Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages