aboutsummaryrefslogtreecommitdiff
path: root/tests/bench/README.md
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2024-05-27 09:07:05 -0400
committerPaul Duncan <pabs@pablotron.org>2024-05-27 09:07:05 -0400
commit95533b83e5e8ee0445dc69539eafa634686ea947 (patch)
tree572630fcd0b349f11c298d821e2faf7a62d566fb /tests/bench/README.md
parentf8b52bfb1fbccd32a9e45d113f32940c2f53add2 (diff)
downloadsha3-95533b83e5e8ee0445dc69539eafa634686ea947.tar.bz2
sha3-95533b83e5e8ee0445dc69539eafa634686ea947.zip
tests/bench: add k12_once to list of functions and add 32k test column
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