Skip to content

Commit 100b9d9

Browse files
committed
feat(valgrind): add CODSPEED_PROFILE_FOLDER env variable
1 parent 80ef05d commit 100b9d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/run/runner/valgrind/measure.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ pub fn measure(
5151
cmd.arg(ARCH).arg("-R");
5252
// Configure the environment
5353
cmd.envs(BASE_INJECTED_ENV.iter())
54+
.env("CODSPEED_PROFILE_FOLDER", profile_folder.to_str().unwrap())
5455
.env(
5556
"PATH",
5657
format!(

0 commit comments

Comments
 (0)