Complex Numbers: Add benchmarks #2506
Labels
x:action/improve
Improve existing functionality/content
x:knowledge/none
No existing Exercism knowledge required
x:module/practice-exercise
Work on Practice Exercises
x:size/small
Small amount of work
x:status/claimed
Someone is working on this issue
x:type/content
Work on content (e.g. exercises, concepts)
On one of my recent mentoring sessions, I noticed the exercise complex-numbers doesn't have any benchmarks.
Benchmarks are not as critical in this exercise as it is in others, but some functions can be optimized, and would be nice to have benchmarks to show students what those improvements can mean performance-wise.
Contributing to this issue
Anyone is welcome to contribute to this issue. If you are interested in working on this, just post a comment below saying you want to work on this.
This issue requires you to write one or more benchmark functions. Ideally each function the student is required to write for the exercise should have a corresponding benchmark function.
Here are some links to help you on this task:
Benchmark*
functions in*_test.go
files for more examples.The text was updated successfully, but these errors were encountered: