Update benchmarks.cpp

This commit is contained in:
nitish098123 2020-07-10 20:00:36 +05:30 committed by GitHub
parent cbafed3494
commit 1759c2a1fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,9 +5,9 @@
using json = nlohmann::json; using json = nlohmann::json;
////////////////////////////////////////////////////////////////////////////// ////////////////////////////
// parse JSON from file // parse JSON from file
////////////////////////////////////////////////////////////////////////////// ////////////////////////////
static void ParseFile(benchmark::State& state, const char* filename) static void ParseFile(benchmark::State& state, const char* filename)
{ {