7 lines
96 B
Text
7 lines
96 B
Text
|
#!/bin/sh
|
||
|
|
||
|
cd /benchmarks/tests
|
||
|
/sbin/m5 resetstats
|
||
|
./pthread_mutex_test 4 10000
|
||
|
/sbin/m5 exit
|