We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd823f commit a9970fdCopy full SHA for a9970fd
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
@@ -179,7 +179,7 @@ impl WalltimeResults {
179
type_: "walltime".to_string(),
180
},
181
creator: Creator {
182
183
name: "codspeed-rust".to_string(),
184
version: env!("CARGO_PKG_VERSION").to_string(),
185
pid: std::process::id(),
0 commit comments