ARM-software / synchronization-benchmarks

Collection of synchronization micro-benchmarks and traces from infrastructure applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change default test mode from unsafe to safe

zoybai opened this issue · comments

The difference between unsafe and safe mode is small if we use the default 50000 iterations. Therefore we decide to use safe mode as default which doesn't require root privilege.

Fixed in #51
Only change auto sweep test to safe mode, and keep default lockhammer command line as unsafe mode.