You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
Since the mutex, the multi-thread performance scaling is not good. With 4 threads, we see most of time consuming is on the mutex lock and unlock.
We run the benchmark:
[root@wilson03 benchmarks]# taskset -c 0-3 ./bench_micro /mnt/pmem0 put 4 10000000 104857600 4096 10 1024 1024
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since the mutex, the multi-thread performance scaling is not good. With 4 threads, we see most of time consuming is on the mutex lock and unlock.
We run the benchmark:
[root@wilson03 benchmarks]# taskset -c 0-3 ./bench_micro /mnt/pmem0 put 4 10000000 104857600 4096 10 1024 1024
The text was updated successfully, but these errors were encountered: