Skip to content
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

Adjust top level script #2

Open
jeffmurphy opened this issue Sep 22, 2016 · 0 comments
Open

Adjust top level script #2

jeffmurphy opened this issue Sep 22, 2016 · 0 comments
Assignees

Comments

@jeffmurphy
Copy link
Member

jeffmurphy commented Sep 22, 2016

Create a top level python script that will descend into each folder and run the given benchmark. The python script should

  • accept the same arguments as the individual benchmarks (see Adjust command line arguments #1).
  • capture output
  • parse out the compute:start and compute:stop records
  • separate individual threads by ID
  • create CSV files showing threadid,startdelta,runlength where runlength is the difference between the stop and start times for the given threadid, and startdelta is the difference between the start time of the given threadid and the start time of the previous threadid (defined to be 0 for the first record)
  • emit graphs using matplotlib showing periodicity of iterations as well as run times.

So the repo should look something like:

./runthemall.py
./erlang/benchmark.erl
./haskell/benchmark.hs

etc

and should, post run, leave the raw data and graphs in each folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants