From 601b24e70adc7f3b439a4c5ef69ac02b07d7ed80 Mon Sep 17 00:00:00 2001 From: akash-akya Date: Sat, 4 Jan 2025 00:30:02 +0530 Subject: [PATCH] Add missing benchmark link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d78b07b..2d96712 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ alias Vix.Vips.{Image, Operation} ## Performance -Libvips very fast and uses very little memory. See the detailed benachmark. Resizing an image is typically 4x-5x faster than using the quickest ImageMagick settings. It can also work with very large images without completely loading them to the memory. +Libvips very fast and uses very little memory. See the detailed [benchmark](https://github.com/libvips/libvips/wiki/Speed-and-memory-use). Resizing an image is typically 4x-5x faster than using the quickest ImageMagick settings. It can also work with very large images without completely loading them to the memory. ## Installation