added improvements (#365)

This commit is contained in:
Niels Lohmann 2016-11-26 12:43:23 +01:00
parent 4bd3b1b0ef
commit 2773038cf9
4 changed files with 62 additions and 26 deletions

View file

@ -58,7 +58,7 @@ static void bench(benchpress::context& ctx,
for (size_t i = 0; i < ctx.num_iterations(); ++i)
{
// clear flags and rewind
// clear flags and rewind
istr.clear();
istr.seekg(0);
json j;