Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In general I like verbose tests as output makes debugging easier. | 2018-05-21 | 1 | -32/+23 | |
| | | | | | | | 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. | ||||
* | Use getopt(3) correctly. | 2003-12-23 | 1 | -8/+4 | |
| | |||||
* | various cleanups; david says results are same | 2003-07-31 | 1 | -8/+6 | |
| | |||||
* | reduce the amount of output on this test so you can see when things | 2002-10-12 | 1 | -7/+9 | |
| | | | | go wrong. Remove dead code. | ||||
* | write newline before successful test completion | 2002-06-16 | 1 | -1/+2 | |
| | |||||
* | Regression tests for libc_r (pthreads) library. | 2001-08-15 | 1 | -0/+130 | |
Thanks to pval@ for resolving the license stuff. |