{"id":39479241,"url":"https://github.com/runloopai/public_benchmarks_example","last_synced_at":"2026-01-18T05:01:29.853Z","repository":{"id":290880911,"uuid":"975743517","full_name":"runloopai/public_benchmarks_example","owner":"runloopai","description":"Simple examples of how to run public benchmarks with Runloop","archived":false,"fork":false,"pushed_at":"2025-06-17T00:39:09.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T01:35:25.195Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/runloopai.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}},"created_at":"2025-04-30T20:32:04.000Z","updated_at":"2025-06-17T00:39:13.000Z","dependencies_parsed_at":"2025-05-01T04:31:33.913Z","dependency_job_id":"d52712d1-609f-42e4-9bdf-bcbc9e382a40","html_url":"https://github.com/runloopai/public_benchmarks_example","commit_stats":null,"previous_names":["runloopai/public_benchmarks_example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/runloopai/public_benchmarks_example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runloopai%2Fpublic_benchmarks_example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runloopai%2Fpublic_benchmarks_example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runloopai%2Fpublic_benchmarks_example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runloopai%2Fpublic_benchmarks_example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/runloopai","download_url":"https://codeload.github.com/runloopai/public_benchmarks_example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runloopai%2Fpublic_benchmarks_example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28530621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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-01-18T05:01:10.957Z","updated_at":"2026-01-18T05:01:29.829Z","avatar_url":"https://github.com/runloopai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Public Benchmarks Example\n\nThis repository contains a script to run public benchmarks using the Runloop API.\n\n## Setup\nExport your Runloop API Key.\nYou can get an API key from the Runloop dashboard at https://platform.runloop.ai/manage/keys\n```bash\nexport RUNLOOP_API_KEY=\u003cYOUR_API_KEY\u003e\n```\n\n### Python setup\n1. Install `uv` (if not already installed):\nSee: https://docs.astral.sh/uv/getting-started/installation/\n```bash\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n```\n\n2. Sync Dependencies:\n```bash\nuv sync\n```\n### Node setup\n1. Install `Node.js` from [https://nodejs.org/en/download](https://nodejs.org/en/download) (if not already installed)\n\n2. Install packages via package manager\n```bash\nnpm install # or pnpm install\n```\n\n## Usage\n\nThe script can be run in several ways:\n- If using python, use the command `uv run run_public_benchmark.py`\n- If using typescript, use the command `npx tsx runPublicBenchmark.ts`\n- You can also use `npm run test` to see an example of running a test on a single scenario by ID.\n\nThe README will continue with python command\n\n1. Run a specific benchmark:\n```bash\nuv run run_public_benchmark.py --benchmark-id \u003cBENCHMARK_ID\u003e\n```\n\n2. Run a specific scenario by ID:\n```bash\nuv run run_public_benchmark.py --scenario-id \u003cSCENARIO_ID\u003e\n```\n\n3. Run a specific scenario by name:\n```bash\nuv run run_public_benchmark.py --scenario-name \u003cSCENARIO_NAME\u003e\n```\n\n# SWE Bench Examples\n1. Run full SWE Bench Verified benchmark:\n```bash\nuv run run_public_benchmark.py --benchmark-id bmd_2zmp3Mu3LhWu7yDVIfq3m\n```\n\n2. Run a specific SWE bench verified scenario by instance ID:\nSee full list of scenarios at: https://huggingface.co/datasets/princeton-nlp/SWE-bench_Verified\n```bash\nuv run run_public_benchmark.py --scenario-name astropy__astropy-12907 \n```\n\n### Additional Options\n- `--keep-devbox`: Keep the devbox running after scoring for manual inspection and debugging\n- `--force-clear-running-devboxes`: Force shutdown all running devboxes before running the benchmark/scenario\n\n\n## Notes\n- The script limits concurrent scenario runs to 50\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunloopai%2Fpublic_benchmarks_example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frunloopai%2Fpublic_benchmarks_example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunloopai%2Fpublic_benchmarks_example/lists"}