Skip to content

Commit 12cfc6e

Browse files
JakobDegenmeta-codesync[bot]
authored andcommitted
Fix lint
Summary: ^ ___ Differential Revision: D109969846 fbshipit-source-id: ea5602b134a42ae17d7bd3ce7ab7bcb3eea9bf9c
1 parent 5479de1 commit 12cfc6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dice/dice_examples/bin/benchmarks/hydration_bench.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ async fn main() -> anyhow::Result<()> {
175175
// Flush the state processor queue so the SharedCache (which holds Arc clones
176176
// of all computed values) is dropped before we measure memory.
177177
drop(ctx);
178-
let _ = dice.metrics();
178+
drop(dice.metrics());
179179
benchmark_utils::jemalloc_purge();
180180
benchmark_utils::emit_stage("compute", compute_elapsed.as_secs_f64(), heap_dump)?;
181181

0 commit comments

Comments
 (0)