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
record output is completely broken #42
Comments
Hmm, that's something unexpected. I'll take a look after I go home. |
Seems like the gruff output is also broken because of that:
Thanks for your work 👍 Let me know if I can help. I looked yesterday briefly into it but the structure of the results looked rather complicated so I didn't find the issue quickly ... |
Btw, your example.yml includes
but it's not intentional, right? |
I assume I fixed the original issue correctly in v0.14.8. I still don't understand the issue on gruff output, so please file another issue with more details if the error persists. |
Yeah, sorry! Wrong c&p from vim ...
Confirmed, original issue is fixed! Thanks a lot ❤️ |
I tried to record a benchmark and then use the different output formats. However, the output format is completely wrong. Example from the readme:
example.yml
Commands:
Actual output:
Expected output:
More information:
When looking at the output file, I found already one issue, although I don't think this is the major problem here:
The metrics section does not correctly serialize the metrics but only a
*3
.Another problem seems to be here:
https://github.com/benchmark-driver/benchmark-driver/blob/master/lib/benchmark_driver/runner.rb#L49
The executables are taken from the config and therefore the formatting is wrong. It can be worked around with:
However, I think calling the rbenv here shouldn't be necessary as they are already synchronized, no? Or would it be necessary to synchronize the config as well?
Edit: removed the part about markdown, seems to be fine, my mistake!
The text was updated successfully, but these errors were encountered: