codespeed icon indicating copy to clipboard operation
codespeed copied to clipboard

Display Benchmark hierarchies in the UI

Open tobami opened this issue 11 years ago • 2 comments

(reported by Yaniv on [email protected])

The DB Schema allows to define a parent benchmark, but the UI has no concept of benchmark hierarchies, like in:

Benchmark X (parent)
  bandwidth
  moduleA
  moduleB

tobami avatar Jul 08 '13 18:07 tobami

Ref: #120

str4d avatar Aug 23 '17 17:08 str4d

Benchmark hierarchies can also help with high number of benchmarks display if individual trees can be collapsed.

By that, I mean this:

[+] FooBenchmarks (collapsed)
[-] BarBenchmarks (expanded)
  [-] BazBenchmarks
    * Baz1 (leaf)
    * Baz2
  * Bar1
  * Bar2
[+] QuxBenchmarks

quasilyte avatar Feb 21 '18 07:02 quasilyte