Skip to content

Commit

Permalink
Update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Jun 23, 2013
1 parent 720ae69 commit 02cbd2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ Athletic is a benchmarking framework. It allows developers to benchmark their c

Athletic was inspired by the annotation format that PHPUnit uses. Benchmark tests extend the `AthleticEvent` class and are annotated with specific docblock parameters. The benchmark suite is then run with the Athletic command-line tool.

[![Build Status](https://travis-ci.org/polyfractal/athletic.png?branch=master)](https://travis-ci.org/polyfractal/athletic) [![Coverage Status](https://coveralls.io/repos/polyfractal/athletic/badge.png?branch=master)](https://coveralls.io/r/polyfractal/athletic?branch=master)
| Branch | Unit Tests | Coverage |
| -- | -- | -- |
| [![Latest Stable Version](https://poser.pugx.org/athletic/athletic/v/stable.png)](https://packagist.org/packages/athletic/athletic) | [![Build Status](https://travis-ci.org/polyfractal/athletic.png?branch=master)](https://travis-ci.org/polyfractal/athletic) | [![Coverage Status](https://coveralls.io/repos/polyfractal/athletic/badge.png?branch=master)](https://coveralls.io/r/polyfractal/athletic?branch=master)|

### Why Benchmark?
Because fast code is good! While *premature* optimization is certainly evil, optimization is always an important component of software development. And sometimes you just really need to see if one solution to a problem is faster than an alternative.
Expand Down

0 comments on commit 02cbd2b

Please sign in to comment.