aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/accurate_accumulate/benchmark/ya.make
blob: 20fd877389371837252f57e58966198b71c314c9 (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()