We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0d1fb commit 2dd2b9cCopy full SHA for 2dd2b9c
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
@@ -190,7 +190,7 @@ impl WalltimeResults {
190
type_: "walltime".to_string(),
191
},
192
creator: Creator {
193
194
name: "codspeed-rust".to_string(),
195
version: env!("CARGO_PKG_VERSION").to_string(),
196
pid: std::process::id(),
0 commit comments