mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 16:56:45 +08:00
eliminate warnings
This commit is contained in:
parent
c3f7abf2e1
commit
dc5cb05cbd
@ -27,7 +27,7 @@ UT & benchmark test function, see: [test](test)
|
||||
|
||||
| PROD-CONS: 1-N | DATAS: 12bits * 1000000 |
|
||||
| ------ | ------ |
|
||||
| `1-1` | `075.946 ms, 0.075946 us/d` |
|
||||
| `1-1` | `75.9460 ms, 0.075946 us/d` |
|
||||
| `1-2` | `106.582 ms, 0.106582 us/d` |
|
||||
| `1-4` | `136.317 ms, 0.136317 us/d` |
|
||||
| `1-8` | `148.197 ms, 0.148197 us/d` |
|
||||
|
||||
@ -89,7 +89,7 @@ void benchmark_prod_cons(T* cq) {
|
||||
test_stopwatch sw;
|
||||
test_verify<V> vf { M };
|
||||
|
||||
capo::spin_lock lc;
|
||||
// capo::spin_lock lc;
|
||||
|
||||
int cid = 0;
|
||||
for (auto& t : consumers) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user