Menu

Tree [r7] /
 History

HTTPS access


File Date Author Commit
 bin 2007-02-21 alex_yanchenko [r7] initial commit
 log 2007-02-21 alex_yanchenko [r7] initial commit
 src 2007-02-21 alex_yanchenko [r7] initial commit
 CHANGELOG 2007-02-21 alex_yanchenko [r7] initial commit
 Makefile 2007-02-21 alex_yanchenko [r7] initial commit
 README 2007-02-21 alex_yanchenko [r7] initial commit
 Run 2007-02-21 alex_yanchenko [r7] initial commit

Read Me

The readme file for unixbench project.
and more
and even  more

./
Makefile	---	script for make to compile binary files
Run		---	shell script to starting tests

./log/
base.log	---	file with base point tests results
test.log	---	log file for tests results saving
unixbench.log	---	batch log file 

./src/
arith.c		---	source file of arith tests
context.c	---	source file of pipe throws context switching test
dhry1.c		---	source file of dhrystone test (file 1)
dhry2.c		---	source file of dhrystone test (file 2)
dhry.h		---	header file of dhrystone test
execl.c		---	source file of execing test
fstime.c	---	source file of file system tests
hanoi.c		---	source file of hanoi test
looper.c	---	source file of loop test
md5c.c		---	source file of md5 module (file 1)
md5.h		---	header file of md5 module 
mddriver.c	---	source file of md5 module (file 2)
pipe.c		---	source file of pipe test
results.c	---	source file of result generation program
lshw.c		---	source file of sysinfo generation program
spawn.c		---	source file of process creation test
syscall.c	---	source file of system function call test
timeit.c	---	source file for time.h based tests

./bin/
arith		---	binary file of arith tests
context		---	binary file of pipe throws context switching test
dhry		---	binary file of dhrystone test
execl		---	binary file of execing test
fstime		---	binary file of file system tests
hanoi		---	binary file of hanoi test
looper		---	binary file of loop test
multi.sh	---	shell script for loop test (file 1)
pipe		---	binary file of pipe test
results		---	binary file of result generation program
lshw		---	binary file of sysinfo generation program
spawn		---	binary file of process creation test
syscall		---	binary file of system function call test
tst.sh		---	shell script for loop test (file 2)
wht.sh		---	WHT wrapper shell script