Add vfork/exec perf test. exec1 tests static binaries, exec2 tests dynamic
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 10 Apr 2004 21:36:52 +0000 (21:36 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 10 Apr 2004 21:36:52 +0000 (21:36 +0000)
commit6157d9fc96fd76d9f37a9251affc0abef5623e17
tree0bef9dc075f3f39e6a9daf92bf429597c6e3c70f
parent37af14fe41b9d0e8b4ef272d31aeed4dcc888c37
Add vfork/exec perf test.  exec1 tests static binaries, exec2 tests dynamic
binaries (you can test resident dynamic binaries by 'resident /tmp/exec2'
and then running /tmp/exec2).
test/sysperf/Makefile
test/sysperf/exec1.c [new file with mode: 0644]