aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/future/perf/ya.make
blob: 06774201073b740e9d68d231662ff7d1b1614ee2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Y_BENCHMARK(library-threading-future-perf)

SRCS(
    main.cpp
)

PEERDIR(
    library/cpp/threading/future
)

END()