aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/benchmark
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
commit094638589de6a6c9f91fad0005843fc1c1adc957 (patch)
tree7d55b9e950eb724da222548997547bf6710b1b58 /util/generic/benchmark
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
downloadydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'util/generic/benchmark')
-rw-r--r--util/generic/benchmark/cont_speed/ya.make9
-rw-r--r--util/generic/benchmark/fastclp2/metrics/ya.make21
-rw-r--r--util/generic/benchmark/fastclp2/ya.make13
-rw-r--r--util/generic/benchmark/log2/metrics/ya.make21
-rw-r--r--util/generic/benchmark/log2/ya.make17
-rw-r--r--util/generic/benchmark/rotate_bits/metrics/ya.make21
-rw-r--r--util/generic/benchmark/rotate_bits/ya.make13
-rw-r--r--util/generic/benchmark/singleton/ya.make11
-rw-r--r--util/generic/benchmark/smart_pointers/ya.make10
-rw-r--r--util/generic/benchmark/sort/ya.make10
-rw-r--r--util/generic/benchmark/string/ya.make11
-rw-r--r--util/generic/benchmark/vector_count_ctor/metrics/ya.make21
-rw-r--r--util/generic/benchmark/vector_count_ctor/ya.make16
-rw-r--r--util/generic/benchmark/ya.make19
14 files changed, 0 insertions, 213 deletions
diff --git a/util/generic/benchmark/cont_speed/ya.make b/util/generic/benchmark/cont_speed/ya.make
deleted file mode 100644
index 6ff3fe767c0..00000000000
--- a/util/generic/benchmark/cont_speed/ya.make
+++ /dev/null
@@ -1,9 +0,0 @@
-Y_BENCHMARK()
-
-OWNER(g:util)
-
-SRCS(
- main.cpp
-)
-
-END()
diff --git a/util/generic/benchmark/fastclp2/metrics/ya.make b/util/generic/benchmark/fastclp2/metrics/ya.make
deleted file mode 100644
index b2d17ebad34..00000000000
--- a/util/generic/benchmark/fastclp2/metrics/ya.make
+++ /dev/null
@@ -1,21 +0,0 @@
-OWNER(
- yazevnul
- g:util
-)
-SUBSCRIBER(g:util-subscribers)
-
-PY2TEST()
-
-SIZE(LARGE)
-
-TAG(
- ya:force_sandbox
- sb:intel_e5_2660v1
- ya:fat
-)
-
-TEST_SRCS(main.py)
-
-DEPENDS(util/generic/benchmark/fastclp2)
-
-END()
diff --git a/util/generic/benchmark/fastclp2/ya.make b/util/generic/benchmark/fastclp2/ya.make
deleted file mode 100644
index 976977014f6..00000000000
--- a/util/generic/benchmark/fastclp2/ya.make
+++ /dev/null
@@ -1,13 +0,0 @@
-OWNER(
- yazevnul
- g:util
-)
-SUBSCRIBER(g:util-subscribers)
-
-Y_BENCHMARK()
-
-SRCS(
- main.cpp
-)
-
-END()
diff --git a/util/generic/benchmark/log2/metrics/ya.make b/util/generic/benchmark/log2/metrics/ya.make
deleted file mode 100644
index eb987e38d25..00000000000
--- a/util/generic/benchmark/log2/metrics/ya.make
+++ /dev/null
@@ -1,21 +0,0 @@
-OWNER(
- yazevnul
- g:util
-)
-SUBSCRIBER(g:util-subscribers)
-
-PY2TEST()
-
-SIZE(LARGE)
-
-TAG(
- ya:force_sandbox
- sb:intel_e5_2660v1
- ya:fat
-)
-
-TEST_SRCS(main.py)
-
-DEPENDS(util/generic/benchmark/log2)
-
-END()
diff --git a/util/generic/benchmark/log2/ya.make b/util/generic/benchmark/log2/ya.make
deleted file mode 100644
index 45d751909ea..00000000000
--- a/util/generic/benchmark/log2/ya.make
+++ /dev/null
@@ -1,17 +0,0 @@
-OWNER(
- yazevnul
- g:util
-)
-SUBSCRIBER(g:util-subscribers)
-
-Y_BENCHMARK()
-
-SRCS(
- main.cpp
-)
-
-PEERDIR(
- library/cpp/fast_log
-)
-
-END()
diff --git a/util/generic/benchmark/rotate_bits/metrics/ya.make b/util/generic/benchmark/rotate_bits/metrics/ya.make
deleted file mode 100644
index ac27d2f845f..00000000000
--- a/util/generic/benchmark/rotate_bits/metrics/ya.make
+++ /dev/null
@@ -1,21 +0,0 @@
-OWNER(
- yazevnul
- g:util
-)
-SUBSCRIBER(g:util-subscribers)
-
-PY2TEST()
-
-SIZE(LARGE)
-
-TAG(
- ya:force_sandbox
- sb:intel_e5_2660v1
- ya:fat
-)
-
-TEST_SRCS(main.py)
-
-DEPENDS(util/generic/benchmark/rotate_bits)
-
-END()
diff --git a/util/generic/benchmark/rotate_bits/ya.make b/util/generic/benchmark/rotate_bits/ya.make
deleted file mode 100644
index 976977014f6..00000000000
--- a/util/generic/benchmark/rotate_bits/ya.make
+++ /dev/null
@@ -1,13 +0,0 @@
-OWNER(
- yazevnul
- g:util
-)
-SUBSCRIBER(g:util-subscribers)
-
-Y_BENCHMARK()
-
-SRCS(
- main.cpp
-)
-
-END()
diff --git a/util/generic/benchmark/singleton/ya.make b/util/generic/benchmark/singleton/ya.make
deleted file mode 100644
index 12d3d316c86..00000000000
--- a/util/generic/benchmark/singleton/ya.make
+++ /dev/null
@@ -1,11 +0,0 @@
-Y_BENCHMARK()
-
-OWNER(g:util)
-SUBSCRIBER(g:util-subscribers)
-
-SRCS(
- f.cpp
- main.cpp
-)
-
-END()
diff --git a/util/generic/benchmark/smart_pointers/ya.make b/util/generic/benchmark/smart_pointers/ya.make
deleted file mode 100644
index 7059abc3a4c..00000000000
--- a/util/generic/benchmark/smart_pointers/ya.make
+++ /dev/null
@@ -1,10 +0,0 @@
-Y_BENCHMARK()
-
-OWNER(g:util)
-SUBSCRIBER(g:util-subscribers)
-
-SRCS(
- main.cpp
-)
-
-END()
diff --git a/util/generic/benchmark/sort/ya.make b/util/generic/benchmark/sort/ya.make
deleted file mode 100644
index 7059abc3a4c..00000000000
--- a/util/generic/benchmark/sort/ya.make
+++ /dev/null
@@ -1,10 +0,0 @@
-Y_BENCHMARK()
-
-OWNER(g:util)
-SUBSCRIBER(g:util-subscribers)
-
-SRCS(
- main.cpp
-)
-
-END()
diff --git a/util/generic/benchmark/string/ya.make b/util/generic/benchmark/string/ya.make
deleted file mode 100644
index c2956de6a18..00000000000
--- a/util/generic/benchmark/string/ya.make
+++ /dev/null
@@ -1,11 +0,0 @@
-Y_BENCHMARK()
-
-OWNER(g:util)
-SUBSCRIBER(g:util-subscribers)
-
-SRCS(
- string.cpp
- std_string.cpp
-)
-
-END()
diff --git a/util/generic/benchmark/vector_count_ctor/metrics/ya.make b/util/generic/benchmark/vector_count_ctor/metrics/ya.make
deleted file mode 100644
index c48f89b564a..00000000000
--- a/util/generic/benchmark/vector_count_ctor/metrics/ya.make
+++ /dev/null
@@ -1,21 +0,0 @@
-OWNER(
- yazevnul
- g:util
-)
-SUBSCRIBER(g:util-subscribers)
-
-PY2TEST()
-
-SIZE(LARGE)
-
-TAG(
- ya:force_sandbox
- sb:intel_e5_2660v1
- ya:fat
-)
-
-TEST_SRCS(main.py)
-
-DEPENDS(util/generic/benchmark/vector_count_ctor)
-
-END()
diff --git a/util/generic/benchmark/vector_count_ctor/ya.make b/util/generic/benchmark/vector_count_ctor/ya.make
deleted file mode 100644
index 42ce4428194..00000000000
--- a/util/generic/benchmark/vector_count_ctor/ya.make
+++ /dev/null
@@ -1,16 +0,0 @@
-OWNER(
- yazevnul
- g:util
-)
-SUBSCRIBER(g:util-subscribers)
-
-Y_BENCHMARK()
-
-ALLOCATOR(B)
-
-SRCS(
- main.cpp
- f.cpp
-)
-
-END()
diff --git a/util/generic/benchmark/ya.make b/util/generic/benchmark/ya.make
deleted file mode 100644
index 635860a646c..00000000000
--- a/util/generic/benchmark/ya.make
+++ /dev/null
@@ -1,19 +0,0 @@
-OWNER(yazevnul g:util)
-
-SUBSCRIBER(g:util-subscribers)
-
-RECURSE(
- fastclp2
- fastclp2/metrics
- log2
- log2/metrics
- rotate_bits
- rotate_bits/metrics
- singleton
- smart_pointers
- sort
- string
- vector_count_ctor
- vector_count_ctor/metrics
- cont_speed
-)