Skip to content

Commit

Permalink
Add date to results.log
Browse files Browse the repository at this point in the history
  • Loading branch information
myaaghubi committed Aug 10, 2023
1 parent a238747 commit 98e53de
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions base/hello_world.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ cd `dirname $0`
. ./_functions.sh
. ../benchmark.config

bm_name=`basename $0 .sh`
bn_name=`basename $0 .sh`

results_file="output/results.$bm_name.log"
check_file="output/check.$bm_name.log"
error_file="output/error.$bm_name.log"
file_time=`date +%Y-%m-%dT%H-%M-%S`

results_file="output/results.$bn_name.$file_time.log"
check_file="output/check.$bn_name.log"
error_file="output/error.$bn_name.log"
url_file="output/urls.log"

cd ..
Expand Down

0 comments on commit 98e53de

Please sign in to comment.