ocurrent / current-bench

Experimental benchmarking infrastructure using OCurrent pipelines
Apache License 2.0
34 stars 17 forks source link

Couple of fixes with handling multiple benchmarks data #284

Closed punchagan closed 2 years ago

punchagan commented 2 years ago

This PR adds a couple of fixes for handling data of benchmark runs with multiple benchmarks. We support having a list of benchmarks, when each of them should be named.

  1. Hide the benchmarks menu only when unnamed benchmarks are used.
  2. Allow having test-names repeating across different benchmarks
art-w commented 2 years ago

Good catches! Thanks :)