aboutsummaryrefslogtreecommitdiffstats
path: root/util/datetime/benchmark/gmtime_r/ya.make
blob: 32acd7c1c05cda0835ee44dc70d1011e07746927 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUBSCRIBER(g:util-subscribers)

Y_BENCHMARK()

PEERDIR(
    util/draft
)

SRCS(
    main.cpp
)

END()