Skip to content

Reproduce benchmark results from SP paper #4

Open
@bennn

Description

@bennn

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.

  1. Make a copy of their benchmarks in this repo --- in case we need to modify them, or the SP versions change in the future
  2. Check that every version of the benchmarks runs. (Expect issues with nqueens and fannkuch.)
  3. Write a script to run each benchmark as described in the paper
  4. 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

@CrypticNumbers8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions