Skip to content

Commit

Permalink
add batching coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
TroyKomodo committed Dec 8, 2024
1 parent f0aa9fb commit 4c4c018
Show file tree
Hide file tree
Showing 4 changed files with 636 additions and 70 deletions.
3 changes: 3 additions & 0 deletions crates/batching/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ name = "scuffle-batching-dataloader"
harness = false
path = "benchmarks/dataloader.rs"

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage_nightly)'] }

[dependencies]
tokio = { version = "1", default-features = false, features = ["time", "sync", "rt"] }
tokio-util = "0.7"
Expand Down
Loading

0 comments on commit 4c4c018

Please sign in to comment.