mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Preparing for E6156 and sating a long-time curiosity on how to write extensive micro-benchmarks and creating documentation.
This commit is contained in:
parent
cc0caf365a
commit
f4b31c951c
6
bench.cpp
Normal file
6
bench.cpp
Normal file
|
@ -0,0 +1,6 @@
|
|||
#define NONIUS_RUNNER
|
||||
#include "nonius/nonius.h++"
|
||||
|
||||
NONIUS_BENCHMARK( "Function Calls", []() {
|
||||
|
||||
} );
|
3758
nonius/nonius.h++
Normal file
3758
nonius/nonius.h++
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user