exercism / exercism/julia

[v3] Write a brief benchmarking guide

Open
#303 0 comments 0 reactions 0 assignees View on GitHub
v3 :rocket:
Dominant language
Julia
Stars
73
Forks
82
Avg merge
2h 17m
Merged PRs (30d)
5

Description

A lot of students are interested in finding out how fast their solution runs, how they can optimize it etc. Often they use `@time` instead of `@btime` and then run into compliation times, or end up with meaningless results because the compiler treats everything as a constant.

The planned performance exercise (#353) will go into more detail but it would be good to have a very brief guide on how to benchmark one's code as part of the track docs.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.