Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
add inch CI badge to README, remove benchmark information
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmries committed May 14, 2015
1 parent e4a5e5e commit 37764ea
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/mmmries/sqlitex.svg?branch=master)](https://travis-ci.org/mmmries/sqlitex)
[![Inline docs](http://inch-ci.org/github/mmmries/sqlitex.svg?branch=master)](http://inch-ci.org/github/mmmries/sqlitex)

Sqlitex
=======
Expand Down Expand Up @@ -42,11 +43,6 @@ Sqlitex.Server.query(Sqlitex.Server,
ORDER BY g.played_at DESC LIMIT 10")
```

Benchmarks
==========

I'm using [Benchfella](https://github.com/alco/benchfella) to keep track of our performance for some of the basic operations. If you want to check benchmark speeds just install benchfella and then run `mix bench` to run the stats.

Plans
=====

Expand Down

0 comments on commit 37764ea

Please sign in to comment.