aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmark
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/bench_queue.cpp1
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>>());