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 98711fe commit 38313d5Copy full SHA for 38313d5
ydb/library/binary_json/benchmark/write.cpp
@@ -35,7 +35,7 @@ TString GetTestJsonString() {
35
return NJson::WriteJson(GetTestJson(2, 100));
36
}
37
38
-static void BenchSimdJson(benchmark::State& state) {
+static void BenchWriteSimdJson(benchmark::State& state) {
39
TString value = GetTestJsonString();
40
TStringBuf buf(value);
41
for (auto _ : state) {
0 commit comments