Skip to content

Commit c292cd5

Browse files
committed
Add hostname to .run file
1 parent cb08aeb commit c292cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/oltpforever

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ then
5959
fi
6060

6161

62-
echo Workload started on `date` from `tty` > $runfile
62+
echo Workload started on `date` from `tty` on `hostname` > $runfile
6363

6464
# this is the normal runtime settings
6565
runtime=3590 # just under 1h

0 commit comments

Comments
 (0)