{"id":13764170,"url":"https://github.com/feyeleanor/GoSpeed","last_synced_at":"2025-05-10T17:31:43.109Z","repository":{"id":57497013,"uuid":"1790224","full_name":"feyeleanor/gospeed","owner":"feyeleanor","description":"Go micro-benchmarks for calculating the speed of language constructs","archived":false,"fork":false,"pushed_at":"2024-03-25T16:00:25.000Z","size":27,"stargazers_count":121,"open_issues_count":1,"forks_count":7,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-11-16T23:32:39.041Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/feyeleanor.png","metadata":{"files":{"readme":"README","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}},"created_at":"2011-05-23T21:16:11.000Z","updated_at":"2024-10-20T10:35:32.000Z","dependencies_parsed_at":"2024-06-20T03:15:12.197Z","dependency_job_id":"e023406d-3fa7-4294-a7db-044de8e3f4fb","html_url":"https://github.com/feyeleanor/gospeed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feyeleanor%2Fgospeed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feyeleanor%2Fgospeed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feyeleanor%2Fgospeed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feyeleanor%2Fgospeed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feyeleanor","download_url":"https://codeload.github.com/feyeleanor/gospeed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253453365,"owners_count":21911083,"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":[],"created_at":"2024-08-03T15:01:17.512Z","updated_at":"2025-05-10T17:31:42.797Z","avatar_url":"https://github.com/feyeleanor.png","language":"Go","funding_links":[],"categories":["Benchmarks","基准","基準測試","基准点","基准测试"],"sub_categories":["其他软件","Other Software","其他軟件"],"readme":"== About ==\n\nGoSpeed is a library of micro-benchmarks for Go which evolved from the GoLightly project. It's main\nutility is for understanding and reasoning about the performance of Go programs.\n\n\n== Usage ==\n\nDownload the repo to a convenient location in your $GOPATH\n\n\tgit clone git@github.com:feyeleanor/gospeed.git\n\nor install it to pkg/mod\n\n\tgo get github.com/feyeleanor/GoSpeed\n\nOn macOS/Linux run the benchmarks with:\n\n\tgo test -test.bench=\".*\"\n\nor on Windows\n\n\tgo test -bench .*\n\nIf you're running on older hardware such as an Intel Atom N270 netbook (which the early versions of\nGoSpeed were developed on) then you may also need to add a custom timeout to complete benchmarks\nwhich make significant use of channels as the default aggregate test timeout is ten minutes.\n\nOn macOS/Linux\n\n\tgo test -test.bench=\".*\" -test.timeout=\"60m\"\n\non Windows\n\n\tgo test -bench .* -timeout 60m\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeyeleanor%2FGoSpeed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeyeleanor%2FGoSpeed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeyeleanor%2FGoSpeed/lists"}