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

OWNER(alex-sh) 

SRCS(
    pool.h
    pool.cpp
    main.cpp
)

PEERDIR(
    library/cpp/linear_regression
)

END()