summaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/queue
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/threading/queue')
-rw-r--r--library/cpp/threading/queue/unordered_ut.cpp2
-rw-r--r--library/cpp/threading/queue/ut/ya.make2
2 files changed, 1 insertions, 3 deletions
diff --git a/library/cpp/threading/queue/unordered_ut.cpp b/library/cpp/threading/queue/unordered_ut.cpp
index a43b7f520e5..26e5dd54c1e 100644
--- a/library/cpp/threading/queue/unordered_ut.cpp
+++ b/library/cpp/threading/queue/unordered_ut.cpp
@@ -17,7 +17,7 @@ private:
public:
void Push1M_Pop1M_Unordered() {
- constexpr int REPEAT = 1000000;
+ constexpr int REPEAT = 1000;
TQueueType queue;
TLink msg[REPEAT];
diff --git a/library/cpp/threading/queue/ut/ya.make b/library/cpp/threading/queue/ut/ya.make
index 28246305df7..b6724f6b2cd 100644
--- a/library/cpp/threading/queue/ut/ya.make
+++ b/library/cpp/threading/queue/ut/ya.make
@@ -1,7 +1,5 @@
UNITTEST_FOR(library/cpp/threading/queue)
-ALLOCATOR(B)
-
SRCS(
basic_ut.cpp
queue_ut.cpp