{"id":17928665,"url":"https://github.com/evilsocket/gobench","last_synced_at":"2025-09-17T23:31:49.284Z","repository":{"id":61638171,"uuid":"130729672","full_name":"evilsocket/gobench","owner":"evilsocket","description":"A simple bash script that does its best to automate and visualize differential benchmarking for Go projects.","archived":false,"fork":false,"pushed_at":"2018-04-23T17:11:51.000Z","size":105,"stargazers_count":20,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-30T21:41:38.950Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evilsocket.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}},"created_at":"2018-04-23T17:04:39.000Z","updated_at":"2024-08-12T19:37:59.000Z","dependencies_parsed_at":"2022-10-19T20:00:54.839Z","dependency_job_id":null,"html_url":"https://github.com/evilsocket/gobench","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/evilsocket%2Fgobench","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilsocket%2Fgobench/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilsocket%2Fgobench/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilsocket%2Fgobench/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evilsocket","download_url":"https://codeload.github.com/evilsocket/gobench/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233430257,"owners_count":18675058,"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-10-28T21:04:37.436Z","updated_at":"2025-09-17T23:31:42.962Z","avatar_url":"https://github.com/evilsocket.png","language":"Shell","readme":"GoBench is a simple bash script that does its best to automate and visualize differential benchmarking for Go projects.\n\n![sshot](https://raw.githubusercontent.com/evilsocket/gobench/master/screenshot.png)\n\n### prepare it ...\n\nmake sure you have `git`, `go` and `benchcmp` (`go get golang.org/x/tools/cmd/benchcmp`).\n\n### install it ...\n\njust put the `gobench.sh` file in `/usr/local/bin` or whatever it's in your `$PATH` and make it executable:\n\n```shell\ncurl -s https://raw.githubusercontent.com/evilsocket/gobench/master/gobench.sh -O /usr/local/bin/gobench\nchmod +x /usr/local/bin/gobench\n```\n\n### run it ...\n\njust `cd` into a git repository with local changes you want to benchmark against the `master` branch and run `gobench`. If you only want to \nrun specific benchmarks instead of the entire suite, you can use the first parameter as the `-bench` filter, for instance `gobench Something` will only run benchmarks with the string `Something` in their declaration.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilsocket%2Fgobench","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevilsocket%2Fgobench","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilsocket%2Fgobench/lists"}