benchmark.c

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

commit a3f2a57edc8c4c3cb9a0f92ec030e463c847748a
parent d2a94da1ff3764b1c8eab5f8f6d06b6614bd3e5f
Author: finwo <finwo@pm.me>
Date:   Sun, 15 Mar 2026 03:21:41 +0100

Update package format

Diffstat:
A.dep | 1+
A.dep.export | 1+
Mconfig.mk | 2+-
Dpackage.ini | 10----------
4 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/.dep b/.dep @@ -0,0 +1 @@ +win32ports/sys_time_h https://git.finwo.net/misc/dep-repository/archives/heads/pkg/win32ports/sys_time_h.tar.gz diff --git a/.dep.export b/.dep.export @@ -0,0 +1 @@ +include/finwo/benchmark.h src/benchmark.h diff --git a/config.mk b/config.mk @@ -1 +1 @@ -SRC+=__DIRNAME/src/benchmark.c +SRC+={{module.dirname}}/src/benchmark.c diff --git a/package.ini b/package.ini @@ -1,10 +0,0 @@ -[dependencies] -win32ports/sys_time_h=master - -[export] -config.mk=config.mk -include/finwo/benchmark.h=src/benchmark.h - -[package] -deps=lib -name=finwo/benchmark