1
1
# BenchmarkTools.jl
2
2
3
+ [ ![ ] [ docs-stable-img ]] [ docs-stable-url ]
4
+ [ ![ ] [ docs-dev-img ]] [ docs-dev-url ]
3
5
[ ![ 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 )
4
6
[ ![ 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 )
5
7
@@ -11,10 +13,19 @@ The CI infrastructure for automated performance testing of the Julia language is
11
13
12
14
## Installation
13
15
14
- To install BenchmarkTools, you can run the following:
16
+ <p >
17
+ BenchmarkTools is a   ;
18
+ <a href =" https://julialang.org " >
19
+ <img src =" https://raw.githubusercontent.com/JuliaLang/julia-logo-graphics/master/images/julia.ico " width =" 16em " >
20
+ Julia Language
21
+ </a >
22
+   ; package. To install BenchmarkTools,
23
+ please <a href =" https://docs.julialang.org/en/v1/manual/getting-started/ " >open
24
+ Julia's interactive session (known as REPL)</a > and press <kbd >] </kbd > key in the REPL to use the package mode, then type the following command
25
+ </p >
15
26
16
27
``` julia
17
- Pkg . add ( " BenchmarkTools" )
28
+ pkg > add BenchmarkTools
18
29
```
19
30
20
31
## Documentation
@@ -124,3 +135,8 @@ This package was authored primarily by Jarrett Revels (@jrevels). Additionally,
124
135
- Andreas Noack, for statistics help and investigating weird benchmark time distributions
125
136
- Oscar Blumberg, for discussions on noise robustness
126
137
- Jiahao Chen, for discussions on error analysis
138
+
139
+ [ docs-dev-img ] : https://img.shields.io/badge/docs-dev-blue.svg
140
+ [ docs-dev-url ] : https://JuliaCI.github.io/BenchmarkTools.jl/dev/
141
+ [ docs-stable-img ] : https://img.shields.io/badge/docs-stable-blue.svg
142
+ [ docs-stable-url ] : https://JuliaCI.github.io/BenchmarkTools.jl/stable
0 commit comments