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

SRCS(
    main.cpp
)

PEERDIR(
    library/cpp/int128
)

END()