aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/case_insensitive_string/benchmark/ya.make
blob: 369ccf44e0d306d392f86a17a64fcc33501cbb2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
G_BENCHMARK()

SIZE(MEDIUM)

IF (NOT AUTOCHECK)
    CFLAGS(-DBENCHMARK_ALL_IMPLS)
ENDIF()

SRCS(
    compare.cpp
    hash.cpp
)

PEERDIR(
    library/cpp/case_insensitive_string
    library/cpp/case_insensitive_string/ut_gtest/util
    library/cpp/digest/murmur
)

END()