aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/accurate_accumulate/benchmark/ya.make
blob: 52ad4f9bd28c6b2f7bdf9be0237fb13ccd1a3811 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
OWNER(yazevnul)

Y_BENCHMARK()

SRCS(
    main.cpp
)

PEERDIR(
    library/cpp/accurate_accumulate 
)

END()