From c79a077d1c8792fc54d1612aa58afb7e776cab69 Mon Sep 17 00:00:00 2001 From: Farhan Saiyed Date: Sun, 5 Apr 2026 05:50:01 +0530 Subject: [PATCH] Add a note regarding verbose mode in benchmark (#6157) * Workflows run updated * Adding note regarding verbose mode in benchmarks --- test/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/README.md b/test/README.md index 995c6faf63..65d0bd3972 100644 --- a/test/README.md +++ b/test/README.md @@ -58,6 +58,12 @@ you used to build Rizin). Running a specific set of benchmarks (e.g. `bitvector`) can be done with `ninja -C build test bitvector --benchmark`. +To see the detailed benchmark results (iterations, average time per operation, and throughput), you must use the verbose flag: + +`meson test -C build --benchmark -v` + +**Note**: Without the -v flag, Meson will only report if the benchmark process finished successfully, but it will not display the timing data table. + # Failure Levels A test can have one of the following results: