carp
carp copied to clipboard
Improve PerfAggregator visualization
Right now the perf metrics are saved to console. They're hard to really grasp because:
- The format is kind of ugly
- Some tasks run in parallel so it's hard to know what the bottleneck was
Probably we can:
- Come up with a better way to visualize the perf in the console that maybe won't be great, but at least is better than what we have now
- Come up with a more visual way to see the performance. Possibly we can modify the plan visualizer to also have an option to visualize past executions similar to this: https://github.com/sanpii/explain/tree/cte