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

Visualize benchmark results #6

Open
loganek opened this issue May 9, 2018 · 0 comments
Open

Visualize benchmark results #6

loganek opened this issue May 9, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@loganek
Copy link
Member

loganek commented May 9, 2018

Benchmarks generate nice JSON output; we could setup some service (e.g. elasticsearch) where we we upload the file, it's automatically processed and add records to the database, which then is queried to visualize performance results. We could use this results as a check for new pull requests as well.

Example benchmark output below:

{
  "context": {
    "date": "2018-05-09 22:47:59",
    "num_cpus": 4,
    "mhz_per_cpu": 3300,
    "cpu_scaling_enabled": true,
    "library_build_type": "debug"
  },
  "benchmarks": [
    {
      "name": "BenchmarkTimelineInitEvent",
      "iterations": 13621478,
      "real_time": 4.6952823473601420e+01,
      "cpu_time": 4.6881388495433463e+01,
      "time_unit": "ns"
    },
    {
      "name": "BenchmarkTimelinePushBaseEventNoListener/1024",
      "iterations": 38253731,
      "real_time": 1.8052485233748008e+01,
      "cpu_time": 1.8031429927710846e+01,
      "time_unit": "ns"
    }
  ]
}
@loganek loganek added the enhancement New feature or request label May 9, 2018
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
None yet
Development

No branches or pull requests

1 participant