Skip to content

Commit 38313d5

Browse files
committed
fix build
1 parent 98711fe commit 38313d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/binary_json/benchmark/write.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ TString GetTestJsonString() {
3535
return NJson::WriteJson(GetTestJson(2, 100));
3636
}
3737

38-
static void BenchSimdJson(benchmark::State& state) {
38+
static void BenchWriteSimdJson(benchmark::State& state) {
3939
TString value = GetTestJsonString();
4040
TStringBuf buf(value);
4141
for (auto _ : state) {

0 commit comments

Comments
 (0)