We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073cb5b commit 0307e67Copy full SHA for 0307e67
mlos_bench/mlos_bench/config/environments/apps/redis/redis.jsonc
@@ -65,8 +65,8 @@
65
],
66
"teardown": [
67
"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/"
+ "sudo bash $mountPoint/$experiment_id/$trial_id/scripts/cleanup-app.sh",
+ "rm -r /tmp/mlos_bench/"
70
]
71
}
72
},
0 commit comments