https://github.com/fix8mt/magic_enum_benchmark
Equivalent benchmark to conjure_enum for magic_enum
https://github.com/fix8mt/magic_enum_benchmark
Last synced: about 1 year ago
JSON representation
Equivalent benchmark to conjure_enum for magic_enum
- Host: GitHub
- URL: https://github.com/fix8mt/magic_enum_benchmark
- Owner: fix8mt
- Created: 2024-08-03T05:17:15.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T20:58:21.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T07:12:42.936Z (over 1 year ago)
- Language: C++
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple benchmark, identical to the cbenchmark in conjure_enum.
see [conjure_enum](https://github.com/fix8mt/conjure_enum)
see [ClangBuildAnalyzer](https://github.com/aras-p/ClangBuildAnalyzer)
```
Example:
# ClangBuildAnalyzerLoc=~/prog/ClangBuildAnalyzer/build ArtifactLoc=build_clang examples/cbenchmark.sh
# Where:
# ClangBuildAnalyzerLoc is the directory where ClangBuildAnalyzer can be found
# and
# ArtifactLoc is the directory where conjure_enum is built