bench: [refactor] iwyu

This commit is contained in:
MarcoFalke
2024-08-26 17:27:54 +02:00
parent 6d546336e8
commit fab0e834b8
48 changed files with 332 additions and 84 deletions

View File

@@ -5,9 +5,12 @@
#include <bench/bench.h>
#include <crypto/poly1305.h>
#include <span.h>
#include <cstddef>
#include <cstdint>
#include <vector>
/* Number of bytes to process per iteration */
static constexpr uint64_t BUFFER_SIZE_TINY = 64;
static constexpr uint64_t BUFFER_SIZE_SMALL = 256;