aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/int128/bench/ya.make
blob: bcd7c2a263d0e7740062a05ea4769410eb085bee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OWNER( 
    vladon 
) 
 
Y_BENCHMARK()
 
SRCS( 
    main.cpp 
) 
 
PEERDIR( 
    library/cpp/int128
) 
 
END()