-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Time full program runtime #34
base: main
Are you sure you want to change the base?
Conversation
Thanks @ElliottKasoar. I will try running this on my machine first, before I review it 👍 |
Code looks good. I am working with @surbhigoel77 to reproduce the tests on CSD3 before we merge |
@surbhigoel77 @TomMelt Is there any update on this? |
@surbhigoel77 @TomMelt |
Changes to timing method to resolve #33
/usr/bin/time
to time the full runtime of each benchmark program (in addition todate
as an extra check), for a more reliable value than timing within each loop (or even within the program but outside of loops, due to asynchronous functions etc.).N
(e.g. running for N=1000 and N=10,000, with the module timings becoming increasingly insignificant).USETS=1
on compile time, but I'm not sure it's worth investing more time into forpyTo do: