From dc5cb05cbd1ca1b240233b3e5e1760991279651c Mon Sep 17 00:00:00 2001 From: mutouyun Date: Fri, 28 Dec 2018 16:07:16 +0800 Subject: [PATCH] eliminate warnings --- README.md | 2 +- test/test.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbcfbbd..27b94cb 100644 --- a/README.md +++ b/README.md @@ -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` | diff --git a/test/test.h b/test/test.h index 3d0b381..6e2b398 100644 --- a/test/test.h +++ b/test/test.h @@ -89,7 +89,7 @@ void benchmark_prod_cons(T* cq) { test_stopwatch sw; test_verify vf { M }; - capo::spin_lock lc; +// capo::spin_lock lc; int cid = 0; for (auto& t : consumers) {