1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-29 23:01:16 +03:00

using Google Benchmark #921

This commit is contained in:
Niels Lohmann
2018-01-18 21:57:21 +01:00
parent 6402077ac2
commit a8f711a2f1
18 changed files with 125 additions and 2086 deletions

View File

@ -316,8 +316,8 @@ TEST_CASE("object inspection")
SECTION("round trips")
{
for (const auto& s :
{"3.141592653589793", "1000000000000000010E5"
})
{"3.141592653589793", "1000000000000000010E5"
})
{
json j1 = json::parse(s);
std::string s1 = j1.dump();