From 07b6adf6bccbeea0d791a1359d32fa876046fc5f Mon Sep 17 00:00:00 2001 From: zbyti Date: Sat, 19 Sep 2020 13:02:55 +0200 Subject: [PATCH] two more benchmarks --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 2f8ab1f4..e9035f2e 100644 --- a/examples/README.md +++ b/examples/README.md @@ -96,7 +96,7 @@ how to create a program made of multiple files loaded on demand * [WHILE Countdown Benchmark](a8/countdown_while_benchmark.mfk) – Countdown from 1,999,999 to 0 (WHILE loop) -* [Sieve of Eratosthenes 1899 Benchmark](a8/sieve1899.mfk) – Sieve of Eratosthenes, 1899 primes algorithm +* [Sieve of Eratosthenes (1899) Benchmark](a8/sieve1899.mfk) – Sieve of Eratosthenes, 1899 primes algorithm * [Monte Carlo PI estimation Benchmark](a8/montecarlo_pi_benchmark.mfk) – measures the efficiency of multiplication