Skip to content

Commit 0307e67

Browse files
removing tmp dir in redis.jsonc
1 parent 073cb5b commit 0307e67

File tree

1 file changed

+2
-2
lines changed
  • mlos_bench/mlos_bench/config/environments/apps/redis

1 file changed

+2
-2
lines changed

mlos_bench/mlos_bench/config/environments/apps/redis/redis.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
],
6666
"teardown": [
6767
"sudo bash $mountPoint/$experiment_id/$trial_id/scripts/cleanup-workload.sh",
68-
"sudo bash $mountPoint/$experiment_id/$trial_id/scripts/cleanup-app.sh"
69-
// "rm -r /tmp/mlos_bench/"
68+
"sudo bash $mountPoint/$experiment_id/$trial_id/scripts/cleanup-app.sh",
69+
"rm -r /tmp/mlos_bench/"
7070
]
7171
}
7272
},

0 commit comments

Comments
 (0)