Skip to content

Commit

Permalink
rename local_cache to local_artifact_cache in superconsole
Browse files Browse the repository at this point in the history
Reviewed By: blackm00n

Differential Revision: D66541024

fbshipit-source-id: c7b717d252f8875e4d41412cabf0fbd83ef6b26e
  • Loading branch information
Yury Samkevich authored and facebook-github-bot committed Nov 27, 2024
1 parent de3b849 commit ca350bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/buck2_event_observer/src/re_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ impl ReState {
)?);

r.extend(self.render_local_cache_stat(
"local_cache",
"local_artifact_cache",
last.local_cache_hits_files - first.local_cache_hits_files,
last.local_cache_hits_bytes - first.local_cache_hits_bytes,
last.local_cache_misses_files - first.local_cache_misses_files,
Expand Down

0 comments on commit ca350bd

Please sign in to comment.