diff options
Diffstat (limited to 'library/cpp/testing/benchmark/ya.make')
-rw-r--r-- | library/cpp/testing/benchmark/ya.make | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/library/cpp/testing/benchmark/ya.make b/library/cpp/testing/benchmark/ya.make new file mode 100644 index 0000000000..f42be80698 --- /dev/null +++ b/library/cpp/testing/benchmark/ya.make @@ -0,0 +1,22 @@ +LIBRARY() + +OWNER( + pg + yazevnul +) + +SRCS( + bench.cpp + dummy.cpp +) + +PEERDIR( + contrib/libs/re2 + library/cpp/colorizer + library/cpp/getopt/small + library/cpp/json + library/cpp/linear_regression + library/cpp/threading/poor_man_openmp +) + +END() |