mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
6 lines
100 B
C++
6 lines
100 B
C++
|
#define NONIUS_RUNNER
|
||
|
#include "nonius/nonius.h++"
|
||
|
|
||
|
NONIUS_BENCHMARK( "Function Calls", []() {
|
||
|
|
||
|
} );
|