ARM-software / synchronization-benchmarks

Collection of synchronization micro-benchmarks and traces from infrastructure applications
Other
37 stars 36 forks source link

Provide plotting scripts for data generated by lockhammer sweeps #46

Closed geoffreyblake closed 5 years ago

geoffreyblake commented 5 years ago

The data generated by the sweep scripts is not documented well and there should be a parsing script provided.

zoybai commented 5 years ago

Request 1: It would be great if you can share the scripts that make sense of the output when lockhammer tests are run. - We can release the ipython notebook which can parse and graph the csv file.

Request 2: The script in the git that runs a sweep and creates a csv file should at least put headers on the columns. - We will add headers as first line and ignore it in ipython notebook.

zoybai commented 5 years ago

Please help review this pull request: https://github.com/ARM-software/synchronization-benchmarks/pull/48

zoybai commented 5 years ago

Pull request #48 has been merged.