add complete binary and benchmarking

This commit is contained in:
Timur Gordon
2025-11-18 20:39:25 +01:00
parent f66edba1d3
commit 4142f62e54
17 changed files with 2559 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ mod tests {
.payload("test payload")
.build()
.unwrap();
job.id = id.to_string(); // Set ID manually
// job.id = id.to_string(); // Set ID manually
job
}