-
Notifications
You must be signed in to change notification settings - Fork 375
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
Export benchmarked data into json, csv #19
Comments
This could be used as an extension to RubyMine that provides context-sensitive tips for better performance |
Nice! How do I create these tips for RubyMine? |
So, I'm not sure what should be done here. Maybe we export this json with our test runs? An alternative is to create a command that exports this data so that other libs can possibly call it. Finally, this issue has been around for so long without conclusion that maybe it's not worth the trouble? At least for now. I like the motivation, which is why I think it'd be interesting to expose some sort of command that could just export all the benchmarks into a json file. What do you think, @ashwinisukale? |
@mateusdeap agree, idea is nice, need to check if we already have any export functionality and if we have then we can add one more option or command in it to get the data. |
Oke
Pada tanggal Sel, 11 Okt 2022 15.48, Ashwini Sukale <
***@***.***> menulis:
… @mateusdeap <https://github.com/mateusdeap> agree, idea is nice, need to
check if we already have any export functionality and if we have then we
can add one more option or command in it to get the data.
—
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3MSGSDVGCDBCJ6WZCMSG5DWCUSW7ANCNFSM4A3IDBXQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Then we can leverage this json to create a web page to list common idioms's performance across many implementations.
The text was updated successfully, but these errors were encountered: