diff options
| author | levlam <levlam@telegram.org> | 2023-01-02 15:38:04 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2023-01-02 15:38:04 +0300 |
| commit | 903d9947999f6298ff7f83987a4b6cc816f92e3a (patch) | |
| tree | d4ac34af9009ece932ecf3eb487603b16cd64547 /benchmark | |
| parent | 8b763bedafb3919040af6ce95906c4f6d80f2655 (diff) | |
Improve punctuation.
Diffstat (limited to 'benchmark')
| -rw-r--r-- | benchmark/bench_queue.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmark/bench_queue.cpp b/benchmark/bench_queue.cpp index a9313e087..5eb1f898a 100644 --- a/benchmark/bench_queue.cpp +++ b/benchmark/bench_queue.cpp @@ -888,7 +888,6 @@ int main() { #endif #if TD_PORT_POSIX - // TODO: yield makes it extremely slow. Yet some backoff may be necessary. // td::bench(RingBenchmark<SemQueue>()); // td::bench(RingBenchmark<td::PollQueue<qvalue_t>>()); |
