Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Googlecpp Big O complexity benchmark not displayed in gh-pages #187

Open
burbokop opened this issue Aug 21, 2023 · 0 comments
Open

Googlecpp Big O complexity benchmark not displayed in gh-pages #187

burbokop opened this issue Aug 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@burbokop
Copy link

I have GoogleBenchmark's Big O complexity benchmark in my project which generates json:

{
      "name": "coschedula::benchmarks::complexity::num_of_tasks_BigO",
      "family_index": 10,
      "per_family_instance_index": 0,
      "run_name": "coschedula::benchmarks::complexity::num_of_tasks",
      "run_type": "aggregate",
      "repetitions": 1,
      "threads": 1,
      "aggregate_name": "BigO",
      "aggregate_unit": "time",
      "cpu_coefficient": 3.6672209291019148e-01,
      "real_coefficient": 3.6674563409396432e-01,
      "big_o": "N^2",
      "time_unit": "ns"
}

It has different form then common benchmark output and action probably do not know hot to parse it and ends up with empty chart.
image

It would be good big_o field and cpu_coefficient or real_coefficient to be displayed on chart.

@ktrz ktrz added the enhancement New feature or request label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants