Skip to content

Commit 60a9e34

Browse files
authored
Add benchmarks badge.
[ci skip]
1 parent 5056e33 commit 60a9e34

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
*Metal programming in Julia*
44

5-
[![][doi-img]][doi-url] [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] [![][buildkite-img]][buildkite-url] [![][codecov-img]][codecov-url]
5+
[![][doi-img]][doi-url] [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] [![][buildkite-img]][buildkite-url] [![][codecov-img]][codecov-url] [![][benchmark-img]][benchmark-url]
66

77
[doi-img]: https://zenodo.org/badge/262279120.svg
88
[doi-url]: https://zenodo.org/badge/latestdoi/262279120
@@ -19,6 +19,9 @@
1919
[codecov-img]: https://codecov.io/gh/JuliaGPU/Metal.jl/branch/main/graph/badge.svg
2020
[codecov-url]: https://codecov.io/gh/JuliaGPU/Metal.jl
2121

22+
[benchmark-img]: https://img.shields.io/badge/benchmarks-Chart-yellowgreen
23+
[benchmark-url]: https://metal.juliagpu.org/bench/
24+
2225
With Metal.jl it's possible to program GPUs on macOS using the Metal programming
2326
framework.
2427

0 commit comments

Comments
 (0)