https://github.com/dacap/howfast
Template to microbenchmark C++ code
https://github.com/dacap/howfast
Last synced: 11 months ago
JSON representation
Template to microbenchmark C++ code
- Host: GitHub
- URL: https://github.com/dacap/howfast
- Owner: dacap
- License: unlicense
- Created: 2022-08-25T22:34:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T19:04:16.000Z (over 1 year ago)
- Last Synced: 2025-02-28T16:19:11.087Z (over 1 year ago)
- Language: CMake
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# howfast
A template project to measure and compare the performance of C++
snippets using the [Google Benchmark](https://github.com/google/benchmark)
library.
## Features
* It uses [cmake](https://cmake.org/)
* It uses [cmake FetchContent](https://cmake.org/cmake/help/latest/module/FetchContent.html)
to automatically download Google Benchmark (no need of submodules or
handling dependencies)
## License
This is free and unencumbered software released into the public
domain. Read [LICENSE.txt](LICENSE.txt) for more information.