remove benchmark of ipc::rw_cas_lock

This commit is contained in:
mutouyun 2018-12-14 09:47:08 +08:00
parent c47175360c
commit 17e923e67a

View File

@ -128,7 +128,6 @@ void test_performance() {
<< std::endl;
benchmark<ipc::rw_lock , W, R>();
benchmark<ipc::rw_cas_lock , W, R>();
benchmark<lc_wrapper<capo::spin_lock>, W, R>();
benchmark<lc_wrapper<std::mutex> , W, R>();
benchmark<std::shared_timed_mutex , W, R>();