Open
Description
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.
- Make a copy of their benchmarks in this repo --- in case we need to modify them, or the SP versions change in the future
- Check that every version of the benchmarks runs. (Expect issues with
nqueens
andfannkuch
.) - Write a script to run each benchmark as described in the paper
- Convert the results to fractions. Normalize by the left-most column in the paper's tables. Do the same conversion for the paper's numbers. Do the fractions match up, with similar slowdowns & speedups?
The script in step 3 will be the starting point for our own measurements.
Paper source: https://github.com/brownplt/insta-model
Metadata
Metadata
Assignees
Labels
No labels