From df1ed33de1145cb182d961506d1a1801f9b7d373 Mon Sep 17 00:00:00 2001 From: Anton Maminov Date: Mon, 29 Jul 2024 13:42:40 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0245380..8f1d745 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ puts "Nearest to London: #{nearest_point.first.name} (longitude #{nearest_point. ## Performance -Using a tree with 1 million points `[x, y] of Float64` on my i7-8550U CPU @ 1.80GHz: +Using a tree with 1 million points `[x, y] of Float64` on my Apple M1 Pro (10) @ 3.23 GHz: `crystal run benchmark/benchmark.cr --release`