Add a note regarding verbose mode in benchmark (#6157)

* Workflows run updated

* Adding note regarding verbose mode in benchmarks
This commit is contained in:
Farhan Saiyed 2026-04-05 05:50:01 +05:30 committed by GitHub
parent fcfb984235
commit c79a077d1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`. 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_name> --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 # Failure Levels
A test can have one of the following results: A test can have one of the following results: