Skip to content

Commit 3f66285

Browse files
chore: add link to relevant issue for codspeed-rust metadata
1 parent 6a1dada commit 3f66285

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

0 commit comments

Comments
 (0)