File tree 1 file changed +5
-1
lines changed 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Benchmark
2
2
3
+ [ ![ build-and-test] ( https://github.com/google/benchmark/workflows/build-and-test/badge.svg )] ( https://github.com/google/benchmark/actions?query=workflow%3Abuild-and-test )
4
+ [ ![ pylint] ( https://github.com/google/benchmark/workflows/pylint/badge.svg )] ( https://github.com/google/benchmark/actions?query=workflow%3Apylint )
5
+ [ ![ test-bindings] ( https://github.com/google/benchmark/workflows/test-bindings/badge.svg )] ( https://github.com/google/benchmark/actions?query=workflow%3Atest-bindings )
6
+
3
7
[ ![ Build Status] ( https://travis-ci.org/google/benchmark.svg?branch=master )] ( https://travis-ci.org/google/benchmark )
4
8
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/u0qsyp7t1tk7cpxs/branch/master?svg=true )] ( https://ci.appveyor.com/project/google/benchmark/branch/master )
5
9
[ ![ Coverage Status] ( https://coveralls.io/repos/google/benchmark/badge.svg )] ( https://coveralls.io/r/google/benchmark )
6
- [ ![ slackin ] ( https://slackin-iqtfqnpzxd.now.sh/badge.svg )] ( https://slackin-iqtfqnpzxd.now.sh/ )
10
+
7
11
8
12
A library to benchmark code snippets, similar to unit tests. Example:
9
13
You can’t perform that action at this time.
0 commit comments