Go to the source code of this file.
Defines | |
#define | BENCHPRESS_CONFIG_MAIN |
Functions | |
BENCHMARK ("parse jeopardy.json",[](benchpress::context *ctx){for(size_t i=0;i< ctx->num_iterations();++i){std::ifstream input_file("benchmarks/files/jeopardy/jeopardy.json");nlohmann::json j;j<< input_file;}}) BENCHMARK("parse canada.json" |
#define BENCHPRESS_CONFIG_MAIN |
Definition at line 1 of file benchmarks.cpp.
BENCHMARK | ( | "parse jeopardy.json" | ) |