Skip to content

tobyapi/citrin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

citrin

Citrin is a continuous benchmark server for a project in crystal-lang.

Installation

git clone https://github.com/TobiasGSmollett/citrin

Required

docker-ce

Usage

Add this to /etc/default/docker:

DOCKER_OPTS="--dns 8.8.8.8 --dns 8.8.4.4"

And start the docker daemon:

sudo service docker start

Set up the webhook on Github to http://localhost:3000/push and run following command:

cd citrin
crystal deps
crystal src/citrin.cr

Development

TODO: Write development instructions here

Contributing

  1. Fork it ( https://github.com/TobiasGSmollett/citrin/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

A continuous benchmark server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published