summaryrefslogtreecommitdiffstats
path: root/scripts/bm2_result_watcher.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bm2_result_watcher.pl')
-rwxr-xr-xscripts/bm2_result_watcher.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bm2_result_watcher.pl b/scripts/bm2_result_watcher.pl
index 24094e0..0a8830a 100755
--- a/scripts/bm2_result_watcher.pl
+++ b/scripts/bm2_result_watcher.pl
@@ -33,8 +33,8 @@ my $logFilePath = "/var/log/"; # log file path
my $logFile = $logFilePath . $daemonName . ".log";
my $pidFilePath = "/var/run/"; # PID file path
my $pidFile = $pidFilePath . $daemonName . ".pid";
-my $workdir = "/home/qt/benchmarks2/";
-my $tmpdir = "/home/qt/tmp_benchmarks2/";
+my $workdir = "/home/qt/benchmarks/";
+my $tmpdir = "/home/qt/tmp_benchmarks/";
# daemonize
use POSIX qw(setsid);