Skip to content

Commit

Permalink
Add benchmark plot to errata
Browse files Browse the repository at this point in the history
  • Loading branch information
killercup committed Sep 16, 2018
1 parent a8de0d7 commit f4f6d59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/render/templates/WEBSITE.md
Expand Up @@ -43,7 +43,7 @@ Run and edit the code on Gitpod</a>
{%- if episode.errata %}
## Errata and improvements

It might come as a surprise to you, but every once in a while *even I* make a mistake. This section covers all improvements made to the code since the epsiode went live. For an exhaustive list of all changes to the original code, [go here](https://github.com/hello-rust/show/commits/master/episode/{{ episode.number }}). Thanks to all contributors!
It might come as a surprise to you, but every once in a while *even I* make a mistake. This section covers all improvements made to the code since the episode went live. For an exhaustive list of all changes to the original code, [go here](https://github.com/hello-rust/show/commits/master/episode/{{ episode.number }}). Thanks to all contributors!

{% for error in episode.errata -%}
* {{ error }}
Expand Down
6 changes: 5 additions & 1 deletion episode/9/episode.yml
Expand Up @@ -32,7 +32,11 @@ notes:
errata:
- "[killercup](https://github.com/killercup) added [an alternative approach](https://github.com/hello-rust/show/pull/45) that creates one hashmap per file and uses Rayon's reduce to unify them."
- "[euantorano](https://github.com/euantorano) provided [an alternative Go approach to counting words](https://github.com/hello-rust/show/pull/46)."
- "[killercup](https://github.com/killercup) added [benchmarks](https://github.com/hello-rust/show/pull/48) because ~~he seems to have too much free time at his hands~~ he was curios and people kept asking."
- |
[killercup](https://github.com/killercup) added [benchmarks](https://github.com/hello-rust/show/pull/48) because ~~he seems to have too much free time at his hands~~ he was curios and people kept asking.
Here's a quick preview (but also run them on your own machine!):
![](https://cdn.rawgit.com/hello-rust/show/a8de0d77a8cb2672fe1f37f4d9251950038b7b50/episode/9/bench/results/ep9-violin.svg)
metas:
- "Color scheme: JetJet Alternate for VSCode"
licenses:
Expand Down

0 comments on commit f4f6d59

Please sign in to comment.