{"id":15641373,"url":"https://github.com/iuioiua/bxnch","last_synced_at":"2025-07-28T08:41:32.691Z","repository":{"id":154165322,"uuid":"630713807","full_name":"iuioiua/bxnch","owner":"iuioiua","description":"Service that serves benchmark graphs from Deno benchmark JSON files. Pronounced \"bench\".","archived":false,"fork":false,"pushed_at":"2025-05-21T00:30:21.000Z","size":39,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-25T23:04:11.303Z","etag":null,"topics":["benchmarks","deno","graph"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/iuioiua.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-04-21T01:46:01.000Z","updated_at":"2025-05-21T00:30:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"61d3b1a3-0791-4566-b701-2aa984ae8cfc","html_url":"https://github.com/iuioiua/bxnch","commit_stats":null,"previous_names":["iuioiua/bxnch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iuioiua/bxnch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iuioiua%2Fbxnch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iuioiua%2Fbxnch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iuioiua%2Fbxnch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iuioiua%2Fbxnch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iuioiua","download_url":"https://codeload.github.com/iuioiua/bxnch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iuioiua%2Fbxnch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261967126,"owners_count":23237662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["benchmarks","deno","graph"],"created_at":"2024-10-03T11:42:22.167Z","updated_at":"2025-06-25T23:04:20.644Z","avatar_url":"https://github.com/iuioiua.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bxnch\n\nService that serves benchmark graphs from\n[Deno benchmark JSON files](https://docs.deno.com/runtime/reference/cli/bench/#json-output).\nPronounced \"bench\".\n\n\u003e [!IMPORTANT]\n\u003e This service has migrated from https://bxnch.deno.dev to\n\u003e https://bxnch.iuioiua.deno.net. Please update your URLs accordingly.\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://bxnch.iuioiua.deno.net/iuioiua/bxnch/main/bench.json?dark\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://bxnch.iuioiua.deno.net/iuioiua/bxnch/main/bench.json\"\u003e\n  \u003cimg alt=\"Benchmark graph generated by Bxnch\" src=\"https://bxnch.iuioiua.deno.net/iuioiua/bxnch/main/bench.json\"\u003e\n\u003c/picture\u003e\n\n## Usage\n\n1. Generate your benchmark JSON file and save the output to a file.\n\n```\ndeno bench --json \u003e bench.json\n```\n\n2. Push the changes, including the JSON file, to your GitHub repository.\n\n3. Use your image in your README, pointing it to the location in your\n   repository.\n\n```md\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://bxnch.iuioiua.deno.net/:username/:repo/:branch/:path?dark\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://bxnch.iuioiua.deno.net/:username/:repo/:branch/:path\"\u003e\n  \u003cimg alt=\"Benchmark graph generated by Bxnch\" src=\"https://bxnch.iuioiua.deno.net/:username/:repo/:branch/:path\"\u003e\n\u003c/picture\u003e\n```\n\nExample:\n\n```md\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://bxnch.iuioiua.deno.net/iuioiua/bxnch/main/bench.json?dark\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://bxnch.iuioiua.deno.net/iuioiua/bxnch/main/bench.json\"\u003e\n  \u003cimg alt=\"Benchmark graph generated by Bxnch\" src=\"https://bxnch.iuioiua.deno.net/iuioiua/bxnch/main/bench.json\"\u003e\n\u003c/picture\u003e\n```\n\n### Change Graph Color\n\nAdd `?color={color}` to the image URL. It is highly recommended to use `?dark`\non pages with dark backgrounds to improve visibility of the graph.\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://bxnch.iuioiua.deno.net/iuioiua/bxnch/main/bench.json?color=red\u0026dark\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://bxnch.iuioiua.deno.net/iuioiua/bxnch/main/bench.json?color=red\"\u003e\n  \u003cimg alt=\"Benchmark graph generated by Bxnch\" src=\"https://bxnch.iuioiua.deno.net/iuioiua/bxnch/main/bench.json?color=red\"\u003e\n\u003c/picture\u003e\n\n```md\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://bxnch.iuioiua.deno.net/iuioiua/bxnch/main/bench.json?color=red\u0026dark\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://bxnch.iuioiua.deno.net/iuioiua/bxnch/main/bench.json?color=red\"\u003e\n  \u003cimg alt=\"Benchmark graph generated by Bxnch\" src=\"https://bxnch.iuioiua.deno.net/iuioiua/bxnch/main/bench.json?color=red\"\u003e\n\u003c/picture\u003e\n```\n\n### Change Graph Dimensions\n\nAdd `?width={width}\u0026height={height}` to the image URL.\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://bxnch.iuioiua.deno.net/iuioiua/bxnch/main/bench.json?width=500\u0026height=500\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://bxnch.iuioiua.deno.net/iuioiua/bxnch/main/bench.json?width=500\u0026height=500\"\u003e\n  \u003cimg alt=\"Benchmark graph generated by Bxnch\" src=\"https://bxnch.iuioiua.deno.net/iuioiua/bxnch/main/bench.json?width=500\u0026height=500\"\u003e\n\u003c/picture\u003e\n\n```md\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://bxnch.iuioiua.deno.net/iuioiua/bxnch/main/bench.json?width=500\u0026height=500\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://bxnch.iuioiua.deno.net/iuioiua/bxnch/main/bench.json?width=500\u0026height=500\"\u003e\n  \u003cimg alt=\"Benchmark graph generated by Bxnch\" src=\"https://bxnch.iuioiua.deno.net/iuioiua/bxnch/main/bench.json?width=500\u0026height=500\"\u003e\n\u003c/picture\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiuioiua%2Fbxnch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiuioiua%2Fbxnch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiuioiua%2Fbxnch/lists"}