From b35dc75513fc7ce1308ade02ee603aebb636bb66 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Fri, 7 Nov 2025 22:00:36 +0000 Subject: [PATCH] Use uv in the commands. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7365a6b..41a8502 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ Runtime CPU feature detection selects optimized code paths (AES-NI, ARM Crypto, Run the built-in benchmark to see which variant is fastest on your machine: ```fish -python -m pyaegis.benchmark +uv run -m pyaegis.benchmark ``` Benchmarks of the Python module and the C library run on Intel i7-14700, linux, single core (the software is not multithreaded). Note that the results are in megabits per second, not bytes. The CPU lacks AVX-512 that makes the X4 variants faster on AMD hardware.