diff --git a/Performance.md b/Performance.md index 47d95e3..da1e90a 100644 --- a/Performance.md +++ b/Performance.md @@ -149,7 +149,7 @@ $ time strace -c ls -l /usr/bin | wc -l ## C vs. other languages - Python3 vs. C gcc [benchmarks](https://benchmarksgame-team.pages.debian.net/benchmarksgame/fastest/python3-gcc.html) -- Go vs. C gcc [benachmarks](https://benchmarksgame-team.pages.debian.net/benchmarksgame/fastest/go-gcc.html) +- Go vs. C gcc [benchmarks](https://benchmarksgame-team.pages.debian.net/benchmarksgame/fastest/go-gcc.html) - Bash script vs. C gcc ```