1
0
mirror of https://github.com/google/benchmark.git synced 2025-03-31 14:40:29 +08:00

Update readme.

Added Travis build status badge.
This commit is contained in:
Evgeny Safronov 2014-11-14 11:11:45 +04:00
parent 35c29c7d2f
commit 6f692460e7

View File

@ -1,5 +1,6 @@
benchmark
=========
[![Build Status](https://travis-ci.org/google/benchmark.svg?branch=master)](https://travis-ci.org/google/benchmark)
[![Build Status](https://drone.io/github.com/google/benchmark/status.png)](https://drone.io/github.com/google/benchmark/latest)
A library to support the benchmarking of functions, similar to unit-tests.