]> git.ozlabs.org Git - ccan/commit
mem: add memzero benchmark.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 15 Oct 2015 03:48:47 +0000 (14:18 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 15 Oct 2015 05:14:18 +0000 (15:44 +1030)
commitca2551bcedb6ebd66814a2d4fdce7494b19d9b0d
treed4b3fbe082c1e8c3a1af4ba060be0d015c2c18f4
parent299170fa67ff3cf664cbcd2c95c4a85d0d6e699d
mem: add memzero benchmark.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/mem/bench/.gitignore [new file with mode: 0644]
ccan/mem/bench/Makefile [new file with mode: 0644]
ccan/mem/bench/speed.c [new file with mode: 0644]