From 6a262aa3aaa356a6e616d4595b729febe0d11cc0 Mon Sep 17 00:00:00 2001 From: Mark Horvath Date: Thu, 8 Aug 2024 15:18:59 +0200 Subject: [PATCH] Extend benchmarking documentation --- scripts/benchmark/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/benchmark/README.md b/scripts/benchmark/README.md index ed58cef32..89fe697a0 100644 --- a/scripts/benchmark/README.md +++ b/scripts/benchmark/README.md @@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0 # Experimental benchmarking scripts to compare KleidiCV to vanilla OpenCV performance on Android -Use at your own risk. +Use at your own risk, the stability of this solution is the best on release tags. First, you need a Linux x86 machine to build this. Next, to build for Android, you'll need [Android NDK](https://developer.android.com/ndk/). -- GitLab