Skip to content

Commit a9970fd

Browse files
chore: add link to relevant issue for codspeed-rust metadata
1 parent 3dd823f commit a9970fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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
@@ -179,7 +179,7 @@ impl WalltimeResults {
179179
type_: "walltime".to_string(),
180180
},
181181
creator: Creator {
182-
// TODO: Stop impersonating codspeed-rust 🥸
182+
// TODO(COD-1736): Stop impersonating codspeed-rust 🥸
183183
name: "codspeed-rust".to_string(),
184184
version: env!("CARGO_PKG_VERSION").to_string(),
185185
pid: std::process::id(),

0 commit comments

Comments
 (0)