Skip to content

Commit 2dd2b9c

Browse files
chore: add link to relevant issue for codspeed-rust metadata
1 parent ea0d1fb commit 2dd2b9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/exec-harness/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fn main() -> Result<()> {
5050

5151
let hooks = InstrumentHooks::instance();
5252

53-
// TODO: Stop impersonating codspeed-rust 🥸
53+
// TODO(COD-1736): Stop impersonating codspeed-rust 🥸
5454
hooks
5555
.set_integration("codspeed-rust", env!("CARGO_PKG_VERSION"))
5656
.unwrap();

crates/runner-shared/src/walltime_results.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ impl WalltimeResults {
190190
type_: "walltime".to_string(),
191191
},
192192
creator: Creator {
193-
// TODO: Stop impersonating codspeed-rust 🥸
193+
// TODO(COD-1736): Stop impersonating codspeed-rust 🥸
194194
name: "codspeed-rust".to_string(),
195195
version: env!("CARGO_PKG_VERSION").to_string(),
196196
pid: std::process::id(),

0 commit comments

Comments
 (0)