{"id":51228972,"url":"https://github.com/usebruno/benchmark","last_synced_at":"2026-06-28T14:02:02.886Z","repository":{"id":355940634,"uuid":"1230336624","full_name":"usebruno/benchmark","owner":"usebruno","description":"Benchmark visualisation for Bruno CI","archived":false,"fork":false,"pushed_at":"2026-05-28T11:00:57.000Z","size":81,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-28T13:04:30.106Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/usebruno.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-05T22:40:43.000Z","updated_at":"2026-05-28T11:01:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/usebruno/benchmark","commit_stats":null,"previous_names":["usebruno/benchmark"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/usebruno/benchmark","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usebruno%2Fbenchmark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usebruno%2Fbenchmark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usebruno%2Fbenchmark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usebruno%2Fbenchmark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usebruno","download_url":"https://codeload.github.com/usebruno/benchmark/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usebruno%2Fbenchmark/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34890795,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-28T02:00:05.809Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-28T14:01:58.866Z","updated_at":"2026-06-28T14:02:02.881Z","avatar_url":"https://github.com/usebruno.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bruno Benchmarks\n\nPerformance tracking dashboard for [Bruno](https://github.com/usebruno/bruno).\n\n## What is this?\n\nA static site that visualizes benchmark results across commits. Tests run in Bruno's CI on Ubuntu, macOS, and Windows — results are ingested here and rendered as trend charts.\n\n- **Dashboard** — trend charts per benchmark, all OS overlaid, switchable metrics (mean, median, p90, p99, etc.)\n- **Docs** — how the system works, data format, and how to add new benchmarks\n- **Ingestion** — fully autonomous script that discovers suites and OS from GitHub Actions artifacts\n\n## Quick start\n\nServe locally:\n\n```\npython3 -m http.server 8090\n```\n\nOpen `http://localhost:8090`.\n\n## Ingesting data\n\nThe ingestion workflow only needs a source repo and commit SHA. It finds the workflow run, downloads artifacts, discovers suites from filenames, and updates the manifest automatically.\n\n**Manual trigger:** Actions → Ingest Benchmark Results → Run workflow → provide repo and commit SHA.\n\n**Automatic trigger:** Bruno's CI sends a `repository_dispatch` event with the repo and commit SHA.\n\n## Structure\n\n```\n├── index.html                  # Dashboard\n├── docs.html                   # Documentation\n├── assets/\n│   ├── style.css               # Shared styles (dark/light themes)\n│   ├── app.js                  # Dashboard logic (ECharts)\n│   ├── docs.css                # Docs page styles\n│   └── icons.svg               # SVG sprite\n├── data/\n│   ├── manifest.json           # Auto-populated suite registry\n│   └── {suite}/{os}.json       # Historical data (one per OS per suite)\n├── scripts/\n│   └── ingest.js               # Autonomous ingestion script\n└── .github/workflows/\n    └── ingest.yml              # Ingestion workflow\n```\n\n## Adding a new benchmark\n\n1. Write `tests/benchmarks/{name}/{name}.bench.ts` in the Bruno repo\n2. Push to `main` — results are uploaded as artifacts\n3. Trigger ingestion with the commit SHA\n4. The dashboard picks it up automatically\n\nNo manual config needed. The ingestion script auto-registers new suites in `manifest.json`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusebruno%2Fbenchmark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusebruno%2Fbenchmark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusebruno%2Fbenchmark/lists"}