aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/int128/bench/ya.make
blob: 14d189c5764d0d78d6081b7206ba63fdeb38b80e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Y_BENCHMARK()

SRCS(
    main.cpp
)

PEERDIR(
    library/cpp/int128
)

END()