aboutsummaryrefslogtreecommitdiff
path: root/tests/bench/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bench/README.md')
-rw-r--r--tests/bench/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/bench/README.md b/tests/bench/README.md
index 7e69817..dca2431 100644
--- a/tests/bench/README.md
+++ b/tests/bench/README.md
@@ -19,10 +19,10 @@ The columns of the [CSV][] printed to standard output are as follows:
The metadata printed to standard error is as follows:
-* `version`: version of [libcpucycles][] as reported by `cpucycles_version()`
-* `implementation`: [libcpucycles][] backend as reported by `cpucycles_implementation()`
-* `persecond`: CPU cycles per second, as reported by `cpucycles_persecond()`
-* `backend`: Name of backend. One of `avx512` or `scalar`.
+* `version`: version of [libcpucycles][] as reported by `cpucycles_version()`.
+* `implementation`: [libcpucycles][] backend as reported by `cpucycles_implementation()`.
+* `persecond`: CPU cycles per second, as reported by `cpucycles_persecond()`.
+* `backend`: Backend name. One of: `avx512`, `avx2`, `neon`, or `scalar`.
* `num_trials`: Number of trials.
* `src_lens`: Comma-delimited list of input messages lengths, in bytes.
* `dst_lens`: Comma-delimited list of output digest lengths, in bytes