https://github.com/yegor256/cobench
Coders Benchmarking Script: automatically collects productivity metrics from a team of GitHub contributors
https://github.com/yegor256/cobench
command-line performance ruby
Last synced: about 1 year ago
JSON representation
Coders Benchmarking Script: automatically collects productivity metrics from a team of GitHub contributors
- Host: GitHub
- URL: https://github.com/yegor256/cobench
- Owner: yegor256
- License: mit
- Created: 2022-08-09T09:25:30.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T10:56:04.000Z (almost 2 years ago)
- Last Synced: 2024-09-16T12:28:34.434Z (almost 2 years ago)
- Topics: command-line, performance, ruby
- Language: Ruby
- Homepage:
- Size: 196 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

[](https://www.elegantobjects.org)
[](http://www.rultor.com/p/yegor256/cobench)
[](https://www.jetbrains.com/ruby/)
[](https://github.com/yegor256/cobench/actions/workflows/rake.yml)
[](http://www.0pdd.com/p?name=yegor256/cobench)
[](http://badge.fury.io/rb/cobench)
[](https://github.com/yegor256/cobench/blob/master/LICENSE.txt)
[](https://codeclimate.com/github/yegor256/cobench/maintainability)
[](https://codecov.io/github/yegor256/cobench?branch=master)
[](https://hitsofcode.com/view/github/yegor256/cobench)
This simple script will help you collect statistics about your
programmers and generate a simple HTML report. First, install it:
```bash
$ gem install cobench
```
Then, run it locally and read its output:
```bash
$ cobench --coder yegor256 --verbose
```
This is how our report [looks like](https://github.com/cqfn/bench).
## How to contribute
Read [these guidelines](https://www.yegor256.com/2014/04/15/github-guidelines.html).
Make sure your build is green before you contribute
your pull request. You will need to have [Ruby](https://www.ruby-lang.org/en/) 2.3+ and
[Bundler](https://bundler.io/) installed. Then:
```
$ bundle update
$ bundle exec rake
```
If it's clean and you don't see any error messages, submit your pull request.