benchmark.c

Basic benchmarking library in C
git clone git://git.finwo.net/lib/benchmark.c
Log | Files | Refs | README | LICENSE

commit 0c38f1e710c961d7fe91537eea5af698fcdcd9ea
parent b177e24e3c75752179599e8e54ec675ba73ecd0a
Author: finwo <finwo@pm.me>
Date:   Sat, 25 Mar 2023 00:41:55 +0100

Don't include library directory in repository

Diffstat:
M.gitignore | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,2 +1,3 @@ /test *.o +/lib/