diff --git a/README.md b/README.md index 993e835b9..471556846 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ We have a number of precomputed data sets for this. All data sets are pre-split Results ======= -Interactive plots can be found at . These are all as of December 2021, running all benchmarks on a r5.4xlarge machine on AWS with `--parallelism 7`: +These are all as of April 2023, running all benchmarks on a r6.16xlarge machine on AWS with `--parallelism 31` and hyperthreading disabled. All benchmarks are single-CPU. glove-100-angular ----------------- @@ -82,21 +82,23 @@ fashion-mnist-784-euclidean ![fashion-mnist-784-euclidean](https://raw.github.com/erikbern/ann-benchmarks/master/results/fashion-mnist-784-euclidean.png) -lastfm-64-dot ------------------- - -![lastfm-64-dot](https://raw.github.com/erikbern/ann-benchmarks/master/results/lastfm-64-dot.png) - nytimes-256-angular ------------------- ![nytimes-256-angular](https://raw.github.com/erikbern/ann-benchmarks/master/results/nytimes-256-angular.png) +gist-960-euclidean +------------------- + +![gist-960-euclidean](https://raw.github.com/erikbern/ann-benchmarks/master/results/gist-960-euclidean.png) + glove-25-angular ---------------- ![glove-25-angular](https://raw.github.com/erikbern/ann-benchmarks/master/results/glove-25-angular.png) +TODO: update plots on . + Install ======= diff --git a/results/fashion-mnist-784-euclidean.png b/results/fashion-mnist-784-euclidean.png index 94ae78865..a9c40fae9 100755 Binary files a/results/fashion-mnist-784-euclidean.png and b/results/fashion-mnist-784-euclidean.png differ diff --git a/results/gist-960-euclidean.png b/results/gist-960-euclidean.png index b58f33902..4e4088185 100755 Binary files a/results/gist-960-euclidean.png and b/results/gist-960-euclidean.png differ diff --git a/results/glove-100-angular.png b/results/glove-100-angular.png index 7a07f6ade..29c3fd69a 100755 Binary files a/results/glove-100-angular.png and b/results/glove-100-angular.png differ diff --git a/results/glove-25-angular.png b/results/glove-25-angular.png index 5723bb1bd..6c9c0dce1 100755 Binary files a/results/glove-25-angular.png and b/results/glove-25-angular.png differ diff --git a/results/lastfm-64-dot.png b/results/lastfm-64-dot.png deleted file mode 100644 index ab8c85945..000000000 Binary files a/results/lastfm-64-dot.png and /dev/null differ diff --git a/results/nytimes-256-angular.png b/results/nytimes-256-angular.png index 104d9e1cd..9f97da23f 100755 Binary files a/results/nytimes-256-angular.png and b/results/nytimes-256-angular.png differ diff --git a/results/sift-128-euclidean.png b/results/sift-128-euclidean.png index 97e076217..def0e3101 100755 Binary files a/results/sift-128-euclidean.png and b/results/sift-128-euclidean.png differ