We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c8329 commit d4352abCopy full SHA for d4352ab
1 file changed
src/run/runner/wall_time/executor.rs
@@ -56,7 +56,7 @@ impl WallTimeExecutor {
56
57
// Note: We're using --scope so that perf is able to capture the events of the benchmark process.
58
let cmd = format!(
59
- "systemd-run {quiet_flag} --scope --slice=codspeed.slice --same-dir --uid={uid} --gid={gid} -- sh -c 'source {} && {}'",
+ "systemd-run {quiet_flag} --scope --slice=codspeed.slice --same-dir --uid={uid} --gid={gid} -- bash -c 'source {} && {}'",
60
env_file.path().display(),
61
bench_cmd.replace("'", "\"")
62
);
0 commit comments