From 95533b83e5e8ee0445dc69539eafa634686ea947 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Mon, 27 May 2024 09:07:05 -0400 Subject: tests/bench: add k12_once to list of functions and add 32k test column --- tests/bench/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/bench/README.md') 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 -- cgit v1.2.3