diff options
author | nechda <[email protected]> | 2025-06-19 21:29:41 +0300 |
---|---|---|
committer | nechda <[email protected]> | 2025-06-19 22:28:33 +0300 |
commit | bcacbf3392fc63c23fdb5dba423540f1121f1842 (patch) | |
tree | b68b56bff105745508972de206c47590ff81133a /library/cpp | |
parent | 053aa59011c32b3ca6c6e7ec19640e99b965c996 (diff) |
Upver wine 10.8
commit_hash:db0a0308d356c8dca2520f3881de2615edcc4455
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/threading/queue/unordered_ut.cpp | 2 | ||||
-rw-r--r-- | library/cpp/threading/queue/ut/ya.make | 2 |
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 |