aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/accurate_accumulate/benchmark/ya.make
blob: 5eb3aac44682b497258dd755edd041761870be2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Y_BENCHMARK()

SRCS(
    main.cpp
)

PEERDIR(
    library/cpp/accurate_accumulate
)

END()

RECURSE(
    metrics
)