-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Include benchmark results in submit #3750
Comments
While it is technically possible, we do not have the resources to do this. There has been some discussion about benchmarks here: exercism/discussions#121 I'm going to go ahead and close this issue in favor of the discussion above. If you have any thoughts, ideas, or feedback that have not been included there, please add them! |
Wait, is it too obvious to mention that you can just grab their submission with a single click and run it on your local machine? You'd need to do that anyway to generate compare-able benchmark results. |
@tom-harvey not too obvious to mention that :) It's a good point. Thank you. |
Hi.
I have a suggestion for the Exercism.io website.
I'm working my way through the go examples. I'm a complete newbie, and while I can write code to pass the tests, I want to learn the most efficient way of performing a tast.
When I submit my code, I look through other people's code a a learning tool, but I find it hard to assess whether other people's code implementations are better than mine. At the moment, I assess based on readability and length of the program. However, it would be good to be able to access benchmarking tools for other people's projects.
I'm suggesting that in the submissions page, add an online compiler like they have in the golang documentation pages, so that we can run benchmarking on someone else's solution online.
Is this something that would be possible?
The text was updated successfully, but these errors were encountered: