aboutsummaryrefslogtreecommitdiffstats
path: root/util/string/benchmark/float_to_string/ya.make
blob: 83bba6a0ddff0cb2387f276ec7eb4f533c40c0d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
OWNER(yazevnul) 

Y_BENCHMARK()

# to minimize allocations overhead 
ALLOCATOR(B) 

SRCS(
    main.cpp
)

END()