git: sysperf - Adjust syscall tests
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Thu Apr 16 09:40:20 PDT 2015
    
    
  
commit adc1b605934bacf302ccccade779ae0d96f51f2a
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Apr 16 09:39:01 2015 -0700
    sysperf - Adjust syscall tests
    
    * Remove getuid_msg.c, no longer used.
    
    * Adjust syscall1.c to be more verbose.
    
    * Refactor syscall2.c to test on all threads in a somewhat more
      sophisticated manner.  The test expects the scheduler to move
      the threads to their own cpus (and it should).
Summary of changes:
 test/sysperf/Makefile     |  8 ++---
 test/sysperf/getuid_msg.c | 19 ------------
 test/sysperf/syscall1.c   | 41 +++++++++++++-------------
 test/sysperf/syscall2.c   | 75 ++++++++++++++++++++++++++++++++++++++++++-----
 test/sysperf/syscall3.c   |  8 ++---
 5 files changed, 95 insertions(+), 56 deletions(-)
 delete mode 100644 test/sysperf/getuid_msg.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/adc1b605934bacf302ccccade779ae0d96f51f2a
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list