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