Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preallocate and keep memory for HashMap in Metric aggregation #2343

Merged
Prev Previous commit
Next Next commit
reverrt sysino
  • Loading branch information
cijothomas committed Nov 26, 2024
commit 167d465c76361f50d76a681cca42a34abf97dbde
2 changes: 1 addition & 1 deletion stress/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ rand = { version = "0.8.4", features = ["small_rng"] }
tracing = { workspace = true, features = ["std"]}
tracing-subscriber = { workspace = true, features = ["registry", "std"] }
num-format = "0.4.4"
sysinfo = { version = "0.32.0", optional = true }
sysinfo = { version = "0.30.12", optional = true }

[features]
stats = ["sysinfo"]
Loading