test - Add lockmgr1, lockmgr2, lockmgr3 tests
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 28 Oct 2017 01:59:18 +0000 (18:59 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 31 Oct 2017 17:49:48 +0000 (10:49 -0700)
commit367612aa80b4fde9fb3dfd4922a93d0547222a7a
tree496efb8bb73bf6f77b5df1a114435da9ca575e4b
parent124072b8b9f65b69be0cf6925112a30ec0bb9937
test - Add lockmgr1, lockmgr2, lockmgr3 tests

* Add tests which perform various system calls intended to exercise
  lockmgr() locks.

* Generally shows a roughly 40% improvement in SMP performance
  from the recent lockmgr changes when shared locks have high
  collision rates.
test/sysperf/Makefile
test/sysperf/lockmgr1.c [new file with mode: 0644]
test/sysperf/lockmgr2.c [new file with mode: 0644]
test/sysperf/lockmgr3.c [new file with mode: 0644]