Skip to content

Commit 0ac5a28

Browse files
committed
add badge
1 parent 863c514 commit 0ac5a28

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# BenchmarkTools.jl
22

3+
[![][docs-stable-img]][docs-stable-url]
4+
[![][docs-dev-img]][docs-dev-url]
35
[![Build Status](https://github.com/JuliaCI/BenchmarkTools.jl/workflows/CI/badge.svg)](https://github.com/JuliaCI/BenchmarkTools.jl/actions/workflows/CI.yml?query=branch%3Amaster)
46
[![Code Coverage](https://codecov.io/gh/JuliaCI/BenchmarkTools.jl/branch/master/graph/badge.svg?label=codecov&token=ccN7NZpkBx)](https://codecov.io/gh/JuliaCI/BenchmarkTools.jl)
57

@@ -124,3 +126,8 @@ This package was authored primarily by Jarrett Revels (@jrevels). Additionally,
124126
- Andreas Noack, for statistics help and investigating weird benchmark time distributions
125127
- Oscar Blumberg, for discussions on noise robustness
126128
- Jiahao Chen, for discussions on error analysis
129+
130+
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
131+
[docs-dev-url]: https://JuliaCI.github.io/BenchmarkTools.jl/dev/
132+
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
133+
[docs-stable-url]: https://JuliaCI.github.io/BenchmarkTools.jl/stable

0 commit comments

Comments
 (0)