From a3dff7d414e1f989c369389d8166129bc70940f9 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 26 May 2020 23:36:29 +0200 Subject: [PATCH] typo --- Performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```