We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1dada commit 3f66285Copy full SHA for 3f66285
2 files changed
crates/exec-harness/src/main.rs
@@ -50,7 +50,7 @@ fn main() -> Result<()> {
50
51
let hooks = InstrumentHooks::instance();
52
53
- // TODO: Stop impersonating codspeed-rust 🥸
+ // TODO(COD-1736): Stop impersonating codspeed-rust 🥸
54
hooks
55
.set_integration("codspeed-rust", env!("CARGO_PKG_VERSION"))
56
.unwrap();
crates/runner-shared/src/walltime_results.rs
@@ -183,7 +183,7 @@ impl WalltimeResults {
183
type_: "walltime".to_string(),
184
},
185
creator: Creator {
186
187
name: "codspeed-rust".to_string(),
188
version: env!("CARGO_PKG_VERSION").to_string(),
189
pid: std::process::id(),
0 commit comments