aboutsummaryrefslogblamecommitdiffstats
path: root/library/cpp/case_insensitive_string/benchmark/ya.make
blob: 369ccf44e0d306d392f86a17a64fcc33501cbb2b (plain) (tree)
1
2
3
4
5
6
7
8
9
             
            



                                 
               


                                       
                                                     


                             
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()