mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 03:20:11 +01:00
fix JSON benchmark
This commit is contained in:
@@ -50,12 +50,8 @@ int main(int argc, char** argv)
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
#ifdef PD_JSON_PARSER
|
||||
std::string parser = "pdparser";
|
||||
#elif defined(JSON_ORG_PARSER)
|
||||
std::string parser = "json.org parser";
|
||||
#endif
|
||||
std::cout << "JSON Benchmark (" << parser << ')' << std::endl;
|
||||
|
||||
std::cout << "JSON Benchmark" << std::endl;
|
||||
std::cout << "==============" << std::endl;
|
||||
|
||||
std::string jsonStr = ostr.str();
|
||||
|
||||
Reference in New Issue
Block a user