Skip to content

Commit c904fd8

Browse files
committed
feat: bump to valgrind-codspeed 3.25.1-3codspeed2
1 parent 36cb3ba commit c904fd8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ use log::log_enabled;
2020
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
2121
pub const MONGODB_TRACER_VERSION: &str = "cs-mongo-tracer-v0.2.0";
2222

23-
pub const VALGRIND_CODSPEED_VERSION: Version = Version::new(3, 24, 0);
24-
pub const VALGRIND_CODSPEED_DEB_REVISION_SUFFIX: &str = "0codspeed1";
23+
pub const VALGRIND_CODSPEED_VERSION: Version = Version::new(3, 25, 1);
24+
pub const VALGRIND_CODSPEED_DEB_REVISION_SUFFIX: &str = "3codspeed2";
2525
lazy_static! {
2626
pub static ref VALGRIND_CODSPEED_VERSION_STRING: String =
2727
format!("{VALGRIND_CODSPEED_VERSION}.codspeed");

src/run/runner/valgrind/setup.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ mod tests {
156156
};
157157
assert_snapshot!(
158158
get_codspeed_valgrind_filename(&system_info).unwrap(),
159-
@"valgrind_3.24.0-0codspeed1_ubuntu-22.04_amd64.deb"
159+
@"valgrind_3.25.1-3codspeed2_ubuntu-22.04_amd64.deb"
160160
);
161161
}
162162

@@ -170,7 +170,7 @@ mod tests {
170170
};
171171
assert_snapshot!(
172172
get_codspeed_valgrind_filename(&system_info).unwrap(),
173-
@"valgrind_3.24.0-0codspeed1_ubuntu-24.04_amd64.deb"
173+
@"valgrind_3.25.1-3codspeed2_ubuntu-24.04_amd64.deb"
174174
);
175175
}
176176

@@ -184,7 +184,7 @@ mod tests {
184184
};
185185
assert_snapshot!(
186186
get_codspeed_valgrind_filename(&system_info).unwrap(),
187-
@"valgrind_3.24.0-0codspeed1_ubuntu-22.04_amd64.deb"
187+
@"valgrind_3.25.1-3codspeed2_ubuntu-22.04_amd64.deb"
188188
);
189189
}
190190

@@ -198,7 +198,7 @@ mod tests {
198198
};
199199
assert_snapshot!(
200200
get_codspeed_valgrind_filename(&system_info).unwrap(),
201-
@"valgrind_3.24.0-0codspeed1_ubuntu-22.04_arm64.deb"
201+
@"valgrind_3.25.1-3codspeed2_ubuntu-22.04_arm64.deb"
202202
);
203203
}
204204

0 commit comments

Comments
 (0)