CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2018/05/21 04:14:50
Modified files: regress/lib/libpthread/switch: Makefile switch.c Log message: In general I like verbose tests as output makes debugging easier. But this one just fills the log file by writing characters from the running threads. Pipe stdout to wc to show performance. Run test multiple times with various number of threads and print cpu time. Replace atoi(3) with strtonum(3). Fix white spaces.