0.0
No commit activity in last 3 years
No release in over 3 years
Mach 5 is a minimalist C++11 benchmarking framework.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
~> 2.0.0
~> 3.12
~> 2.8.0
~> 0.8.2

Runtime

~> 0.18.1
 Project Readme

Mach5 Tools¶ ↑

Easily manage your Mach5 benchmarks.

Requirements¶ ↑

Install¶ ↑

$ gem install mach5-tools

Configuration¶ ↑

First you need to configure and to define benchmarks using the Mach5 library. If you want to know how to do it, check this page.

After that, go to the root of your project and run

$ mach5 init

It will generate a file called Mach5file that is a template of benchmark and chart definitions. So all you need to do is edit this file.

Usage¶ ↑

There are 5 available commands:

  • benchmark - Run benchmarks

  • chart - Generate charts

  • init - Create an initial Mach5file

  • version - Print the version

  • help - Describe available commands or one specific command

Contributing to Mach5 Tools¶ ↑

  • Check out the latest master to make sure the feature hasn’t been implemented or the bug hasn’t been fixed yet.

  • Check out the issue tracker to make sure someone already hasn’t requested it and/or contributed it.

  • Fork the project.

  • Start a feature/bugfix branch.

  • Commit and push until you are happy with your contribution.

  • Make sure to add tests for it. This is important so I don’t break it in a future version unintentionally.

  • Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Copyright © 2014 Igor Bonadio. See LICENSE.txt for further details.