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

Ingesting/exporting CSV? #132

Open
chadbrewbaker opened this issue Feb 11, 2017 · 2 comments
Open

Ingesting/exporting CSV? #132

chadbrewbaker opened this issue Feb 11, 2017 · 2 comments

Comments

@chadbrewbaker
Copy link

How coupled is the timing code from the reporting code?

I'm interested in using Criterion to import/export CSVs of benchmark timings. Benchmark in Python/C/Bash/Ruby then have Criterion import the timing CSV for processing. Alternatively, benchmark with Criterion then export the timings to CSV for consumption with PANDAS.

@sjakobi
Copy link
Member

sjakobi commented Feb 17, 2017

Alternatively, benchmark with Criterion then export the timings to CSV for consumption with PANDAS.

criterion can already report benchmark results in CSV format if you use the --csv flag.

@chadbrewbaker
Copy link
Author

chadbrewbaker commented Feb 19, 2017

@sjakobi Nice! I was unaware of CSV output. I will take a crack at implementing CSV input of external timings.

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

No branches or pull requests

3 participants