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
remove o
  • Loading branch information
cijothomas committed Nov 26, 2024
commit 883ba84852e5eed5cc256350b699874eb4647b89
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.00", optional = true }
sysinfo = { version = "0.32.0", optional = true }
cijothomas marked this conversation as resolved.
Show resolved Hide resolved

[features]
stats = ["sysinfo"]
Loading