ARM-software / synchronization-benchmarks

Collection of synchronization micro-benchmarks and traces from infrastructure applications
Other
37 stars 36 forks source link

Change default test mode from unsafe to safe #47

Closed zoybai closed 5 years ago

zoybai commented 5 years ago

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.

zoybai commented 5 years ago

Fixed in https://github.com/ARM-software/synchronization-benchmarks/pull/51 Only change auto sweep test to safe mode, and keep default lockhammer command line as unsafe mode.