{"id":48502843,"url":"https://github.com/trifectatechfoundation/benchmarker-action","last_synced_at":"2026-04-07T15:31:58.932Z","repository":{"id":271401969,"uuid":"913274061","full_name":"trifectatechfoundation/benchmarker-action","owner":"trifectatechfoundation","description":"A github action for running benchmarks on our infra","archived":false,"fork":false,"pushed_at":"2026-03-06T12:10:02.000Z","size":67,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-03-27T02:55:42.279Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trifectatechfoundation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-01-07T11:14:27.000Z","updated_at":"2026-03-06T12:10:06.000Z","dependencies_parsed_at":"2025-09-30T11:21:19.868Z","dependency_job_id":"d893a336-8242-49b5-b658-c2a09cf45a7e","html_url":"https://github.com/trifectatechfoundation/benchmarker-action","commit_stats":null,"previous_names":["trifectatechfoundation/benchmarker-action"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/trifectatechfoundation/benchmarker-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trifectatechfoundation%2Fbenchmarker-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trifectatechfoundation%2Fbenchmarker-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trifectatechfoundation%2Fbenchmarker-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trifectatechfoundation%2Fbenchmarker-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trifectatechfoundation","download_url":"https://codeload.github.com/trifectatechfoundation/benchmarker-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trifectatechfoundation%2Fbenchmarker-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31518471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-04-07T15:31:58.191Z","updated_at":"2026-04-07T15:31:58.928Z","avatar_url":"https://github.com/trifectatechfoundation.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A github action for running benchmarks on our infra\n\n## Usage\n\n1. Create a new repo to hold the benchmarking data with `main` as default branch.\n2. Copy the gh-pages branch from \u003chttps://github.com/trifectatechfoundation/zlib-rs-bench/\u003e into the bench repo and adapt as relevant.\n3. Create a deploy key for the bench repo and add it as BENCH_DATA_DEPLOY_KEY secret to the repo which will run the benchmarks.\n4. Create a .json file specifying all benchmarks to run. For example:\n\n```json\n{\n    \"blogpost-compress-rs\": [\n        \"./blogpost-compress 0 rs silesia-small.tar\",\n        \"./blogpost-compress 1 rs silesia-small.tar\",\n        \"./blogpost-compress 2 rs silesia-small.tar\"\n    ],\n    \"blogpost-compress-ng\": [\n        \"./blogpost-compress 0 ng silesia-small.tar\",\n        \"./blogpost-compress 1 ng silesia-small.tar\",\n        \"./blogpost-compress 2 ng silesia-small.tar\"\n    ]\n}\n```\n\n5. Add a new benchmark workflow which runs the following step on our self-hosted x86_64 and arm64 runners on every push and optionally when manually dispatched (adapt as necessary):\n\n```yaml\n- name: Benchmark\n  uses: trifectatechfoundation/benchmarker-action@main\n  with:\n    deploy-key: \"${{ secrets.BENCH_DATA_DEPLOY_KEY }}\"\n    bench-repo: \"git@github.com:trifectatechfoundation/zlib-rs-bench.git\"\n    metric-key: \"${{ matrix.name }}\"\n    benchmarks: \"zlib_benchmarks.json\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrifectatechfoundation%2Fbenchmarker-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrifectatechfoundation%2Fbenchmarker-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrifectatechfoundation%2Fbenchmarker-action/lists"}