summaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/benchmark
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/testing/benchmark')
-rw-r--r--library/cpp/testing/benchmark/examples/ya.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/testing/benchmark/examples/ya.make b/library/cpp/testing/benchmark/examples/ya.make
index 857c43519ce..c683602e72f 100644
--- a/library/cpp/testing/benchmark/examples/ya.make
+++ b/library/cpp/testing/benchmark/examples/ya.make
@@ -1,5 +1,7 @@
Y_BENCHMARK()
+BENCHMARK_OPTS(--budget=10)
+
SRCS(
main.cpp
)