Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qard/benc.h
Single-header benchmarking framework for C or C++
https://github.com/qard/benc.h
Last synced: 12 days ago
JSON representation
Single-header benchmarking framework for C or C++
- Host: GitHub
- URL: https://github.com/qard/benc.h
- Owner: Qard
- License: mit
- Created: 2024-03-19T17:39:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T17:42:51.000Z (8 months ago)
- Last Synced: 2024-10-19T19:55:35.410Z (about 1 month ago)
- Language: C++
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# benc.h
benc.h is a single-header benchmarking framework for C or C++. It avoids taking
over the process, leaving it to the user to handle the setup, which enables
running in weird environments like inside a Node.js native module.See [example.c](example.c) and [example.cc](example.cc) for how to use it.