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

Optimize speed #5

Open
ErikSchierboom opened this issue May 4, 2021 · 4 comments
Open

Optimize speed #5

ErikSchierboom opened this issue May 4, 2021 · 4 comments
Labels
help wanted Extra attention is needed x:action/improve Improve existing functionality/content x:knowledge/elementary Little Exercism knowledge required x:module/test-runner Work on Test Runners x:size/large Large amount of work x:type/coding Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)

Comments

@ErikSchierboom
Copy link
Member

ErikSchierboom commented May 4, 2021

The test runner is functional right now, but it is quite slow. In fact, it is so slow that the test runner times out before being able to return the results. We should speedup the test runner to not have it time out.

@ErikSchierboom
Copy link
Member Author

ErikSchierboom commented May 6, 2021

#6 shaved off a lot of time (from 35 seconds to 10), but that's still too slow unfortunately. @aimorris would you be willing to take a look to optimize the test runner time?

@iHiD
Copy link
Member

iHiD commented May 6, 2021

Frustrating but progress nevertheless.

@declarationperfume
Copy link

I can't find any obvious way to speed it up any more 🤔

@ErikSchierboom
Copy link
Member Author

:(

@ErikSchierboom ErikSchierboom added x:action/improve Improve existing functionality/content x:knowledge/elementary Little Exercism knowledge required x:module/test-runner Work on Test Runners x:size/large Large amount of work x:type/coding Write code that is not student-facing content (e.g. test-runners, generators, but not exercises) labels Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed x:action/improve Improve existing functionality/content x:knowledge/elementary Little Exercism knowledge required x:module/test-runner Work on Test Runners x:size/large Large amount of work x:type/coding Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)
Projects
None yet
Development

No branches or pull requests

3 participants