{"id":19684261,"url":"https://github.com/elliotwutingfeng/cpubenchmarknet","last_synced_at":"2026-05-18T03:08:12.767Z","repository":{"id":176689518,"uuid":"656281559","full_name":"elliotwutingfeng/cpubenchmarknet","owner":"elliotwutingfeng","description":"An unofficial library for downloading the CPU Mega List dataset by PassMark Software.","archived":false,"fork":false,"pushed_at":"2025-09-04T06:34:21.000Z","size":31,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-18T06:46:56.603Z","etag":null,"topics":["benchmarks","buildapc","cpu","cpubenchmark","data-science","gaming","hackintosh","kaggle","osint","passmark","sffpc"],"latest_commit_sha":null,"homepage":"","language":"Go","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/elliotwutingfeng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-06-20T16:12:39.000Z","updated_at":"2025-10-08T16:46:21.000Z","dependencies_parsed_at":"2025-10-10T06:39:45.464Z","dependency_job_id":"c47b32de-9f41-40eb-91c5-2f4d6e945c9e","html_url":"https://github.com/elliotwutingfeng/cpubenchmarknet","commit_stats":null,"previous_names":["elliotwutingfeng/cpubenchmarknet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elliotwutingfeng/cpubenchmarknet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotwutingfeng%2Fcpubenchmarknet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotwutingfeng%2Fcpubenchmarknet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotwutingfeng%2Fcpubenchmarknet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotwutingfeng%2Fcpubenchmarknet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elliotwutingfeng","download_url":"https://codeload.github.com/elliotwutingfeng/cpubenchmarknet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotwutingfeng%2Fcpubenchmarknet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33163423,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"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":["benchmarks","buildapc","cpu","cpubenchmark","data-science","gaming","hackintosh","kaggle","osint","passmark","sffpc"],"created_at":"2024-11-11T18:17:19.918Z","updated_at":"2026-05-18T03:08:12.762Z","avatar_url":"https://github.com/elliotwutingfeng.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unofficial cpubenchmark.net dataset utility\n\n[![Go Reference](https://img.shields.io/badge/go-reference-blue?logo=go\u0026logoColor=white\u0026style=for-the-badge)](https://pkg.go.dev/github.com/elliotwutingfeng/cpubenchmarknet)\n[![Go Report Card](https://goreportcard.com/badge/github.com/elliotwutingfeng/cpubenchmarknet?style=for-the-badge)](https://goreportcard.com/report/github.com/elliotwutingfeng/cpubenchmarknet)\n[![Coveralls](https://img.shields.io/coverallsCoverage/github/elliotwutingfeng/cpubenchmarknet?logo=coveralls\u0026style=for-the-badge)](https://coveralls.io/github/elliotwutingfeng/cpubenchmarknet?branch=main)\n[![License](https://img.shields.io/badge/LICENSE-MIT-GREEN?style=for-the-badge)](LICENSE)\n\nAn unofficial library for downloading the [CPU Mega List](https://cpubenchmark.net/CPU_mega_page.html) dataset by [PassMark Software](https://passmark.com).\n\nSpot any bugs? [Report them](https://github.com/elliotwutingfeng/cpubenchmarknet/issues).\n\n**Disclaimer:** _This project is not sponsored, endorsed, or otherwise affiliated with PassMark Software._\n\n## Requirements\n\n- Go 1.26\n\n## Basic Example\n\nThe following snippet downloads the dataset as a JSON string and prints it to stdout.\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n\n    \"github.com/elliotwutingfeng/cpubenchmarknet\"\n)\n\nfunc main() {\n    CPUMegaList, err := cpubenchmarknet.GetCPUMegaList()\n    if err == nil {\n        fmt.Println(CPUMegaList) // JSON string\n    } else {\n        fmt.Println(err)\n    }\n}\n```\n\n## References\n\n- [PassMark Software Terms of Use](https://passmark.com/legal/disclaimer.php)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felliotwutingfeng%2Fcpubenchmarknet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felliotwutingfeng%2Fcpubenchmarknet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felliotwutingfeng%2Fcpubenchmarknet/lists"}