Skip to content

Commit 565a514

Browse files
committed
Fix column title
1 parent 5b430b0 commit 565a514

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,11 @@ Latency benchmark measures round trip time between 2 threads communicating using
190190
Benchmark results for a AMD Ryzen 9 3900X 12-Core Processor, the 2 threads are
191191
running on different cores on the same chiplet:
192192

193-
| NUMA Node / Core / Hyper-Thread | Throughput (ops/ms) | Latency RTT (ns) |
194-
| ------------------------------- | ------------------: | ---------------: |
195-
| SPSCQueue | 362723 | 133 |
196-
| boost::lockfree::spsc | 209877 | 222 |
197-
| folly::ProducerConsumerQueue | 148818 | 147 |
193+
| Queue | Throughput (ops/ms) | Latency RTT (ns) |
194+
| ---------------------------- | ------------------: | ---------------: |
195+
| SPSCQueue | 362723 | 133 |
196+
| boost::lockfree::spsc | 209877 | 222 |
197+
| folly::ProducerConsumerQueue | 148818 | 147 |
198198

199199
## Cited by
200200

0 commit comments

Comments
 (0)