mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-07 01:06:45 +08:00
remove benchmark of ipc::rw_cas_lock
This commit is contained in:
parent
c47175360c
commit
17e923e67a
@ -128,7 +128,6 @@ void test_performance() {
|
|||||||
<< std::endl;
|
<< std::endl;
|
||||||
|
|
||||||
benchmark<ipc::rw_lock , W, R>();
|
benchmark<ipc::rw_lock , W, R>();
|
||||||
benchmark<ipc::rw_cas_lock , W, R>();
|
|
||||||
benchmark<lc_wrapper<capo::spin_lock>, W, R>();
|
benchmark<lc_wrapper<capo::spin_lock>, W, R>();
|
||||||
benchmark<lc_wrapper<std::mutex> , W, R>();
|
benchmark<lc_wrapper<std::mutex> , W, R>();
|
||||||
benchmark<std::shared_timed_mutex , W, R>();
|
benchmark<std::shared_timed_mutex , W, R>();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user