We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f47be commit a9255beCopy full SHA for a9255be
src/command_validate.cc
@@ -184,7 +184,8 @@ auto sourcemeta::jsonschema::cli::validate(
184
empty +=
185
(double)(std::chrono::duration_cast<std::chrono::nanoseconds>(
186
end - start))
187
- .count() / 1000.0;
+ .count() /
188
+ 1000.0;
189
}
190
empty /= (double)bench_loop;
191
@@ -199,7 +200,8 @@ auto sourcemeta::jsonschema::cli::validate(
199
200
const auto delay =
201
202
- .count() / 1000.0 -
203
204
+ 1000.0 -
205
empty;
206
207
sum += delay;
0 commit comments