Skip to content

Commit fedf402

Browse files
feat: make codspeed raw results in the walltime directory as well
1 parent 6cf9e58 commit fedf402

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/codspeed/src/walltime.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,6 @@ pub fn get_raw_result_dir_from_workspace_root(workspace_root: &Path) -> PathBuf
7171
workspace_root
7272
.join("target")
7373
.join("codspeed")
74+
.join("walltime")
7475
.join("raw_results")
7576
}

0 commit comments

Comments
 (0)