-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add option for machine readable output. #10
Comments
I have added for myself a flag
Which basically write the data-results (a big list) in a file using Haskell's Do you prefer |
I think csv in a manner like criterion ouputs would be easiest to use. |
@AndreasPK Sadly csv is not very adapted for recursive data structure (my main structure is recursive) so I have chosen JSON. A sample result is:
obtained from It is using the The two numbers for each pass is the computed time by criterion and the standard deviation. What do you think ? Do you want:
The produced JSON can also be used to produce graphs directly. |
I merged for now, since this is useful in this state. Please let me know if you want more features :) |
As I said criterion style csv would be easiest to use. But I guess I can make json work :) |
It would be great to have a way to get runtime results as csv to feed it into scripts and whatnot.
The text was updated successfully, but these errors were encountered: