aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/future/perf/ya.make
blob: 286a8a97bb07f46a8826e34cefe48994b5d673c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Y_BENCHMARK(library-threading-future-perf)

OWNER(
    g:rtmr
    ishfb
)

SRCS(
    main.cpp
)

PEERDIR(
    library/cpp/threading/future 
)

END()