-
Notifications
You must be signed in to change notification settings - Fork 1
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
Reproduce benchmark results from SP paper #4
Comments
Hello Professor, I will compare these normalized values with values in the paper today and let you know the results. |
Sounds good, but please push everything to this repo! Benchmarks, plain data, normalized data. What's the fannkuch error? |
Fannkuch error is: I am working to get the orig results today on Richards, Deltablue, and Nbody. |
Ok. You'll want to delete the type alias See the version of fannkuch in the Benchmarks folder: https://github.com/utahplt/static-python-perf/blob/main/Benchmark/fannkuch/advanced/main.py Same for nqueens! |
Some of the numbers are strange. For example
How'd you get the numbers? Commit & push the script. |
I just pushed the script professor inside the deltablue folder. I will soon push the scripts for other benchmarks as well. |
My apologies, I think I found my mistake, I wrote the commands for richards, and just replaced richards for the other benchmarks, I will make sure to get exact commands for each benchmark one by one from the paper. |
Write a script that runs everything, for any benchmark! We'll need to use it a LOT in the future. |
On it! |
Hello professor, |
The Static Python paper has many tables of benchmark results in the appendix:
https://programming-journal.org/2023/7/2/
Let's reproduce these to make sure the current version of SP is aligned with the one from the paper.
nqueens
andfannkuch
.)The script in step 3 will be the starting point for our own measurements.
Paper source: https://github.com/brownplt/insta-model
@CrypticNumbers8
The text was updated successfully, but these errors were encountered: