eliminate warnings

This commit is contained in:
mutouyun 2018-12-28 16:07:16 +08:00
parent c3f7abf2e1
commit dc5cb05cbd
2 changed files with 2 additions and 2 deletions

View File

@ -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` |

View File

@ -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) {