frewsxcv / rust-crates-index

Rust library for retrieving and interacting with the crates.io index
https://docs.rs/crates-index/
Apache License 2.0
72 stars 37 forks source link

Increase threshold in mem_usage() test from 6000 to 6200 #108

Closed Enselic closed 1 year ago

Enselic commented 1 year ago

Reported mem usage both locally and in CI is ~6080 bytes which makes the test fail. Increase threshold from 6000 to 6200 bytes to fix CI.

Other PRs' CI fails because of this, e.g.