]> Savannah Git Hosting - gnulib.git/commit
crc tests: Add a benchmark program.
authorBruno Haible <bruno@clisp.org>
Wed, 16 Oct 2024 20:06:11 +0000 (22:06 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 16 Oct 2024 20:06:11 +0000 (22:06 +0200)
commit5e72d2514a98899c9421322dc5aca3392fe53a92
tree12ac1f7c23c0673ef490be0365d03e95c067f38f
parent6aae11ee424765b10f15345bf51fe5a37c6896f4
crc tests: Add a benchmark program.

* tests/macros.h (randomb): New declaration.
* tests/randomb.c: New file.
* tests/bench-crc.c: New file.
* modules/crc-tests (Files): Add them. Add tests/macros.h,
tests/bench.h.
(Depends-on): Add getrusage, gettimeofday.
(Makefile.am): Arrange to compile bench-crc.
ChangeLog
modules/crc-tests
tests/bench-crc.c [new file with mode: 0644]
tests/macros.h
tests/randomb.c [new file with mode: 0644]