Skip to content
Snippets Groups Projects
Unverified Commit 9639bd09 authored by Pepe Iborra's avatar Pepe Iborra Committed by GitHub
Browse files

Show build graph statistics in ghcide-bench (#2343)

* Show build graph statistics in ghcide-bench

This adds 5 new columns to the benchmark outputs:

- buildRulesBuilt   - for which the value didn't change
- buildRulesChanged - for which the value did change
- buildRulesVisited - for which the value was not even recomputed
- buildRulesTotal   - including the rules that were not visited in the last build
- buildEdges        - total number of edges in the build graph

* Fix build

* backwards compat.
parent 115fc8b0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment