Skip to content

Commit

Permalink
docs(readme): Fix build status badge (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
MPThLee committed Jun 29, 2023
1 parent ea867f3 commit 014a19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center">
Fast Node Manager (<code>fnm</code>)
<img alt="Amount of downloads" src="https://img.shields.io/github/downloads/Schniz/fnm/total.svg?style=flat" />
<a href="https://github.com/Schniz/fnm/actions"><img src="https://img.shields.io/github/workflow/status/Schniz/fnm/Rust/master?label=workflow" alt="GitHub Actions workflow status" /></a>
<a href="https://github.com/Schniz/fnm/actions"><img src="https://img.shields.io/github/actions/workflow/status/Schniz/fnm/rust.yml?branch=master&label=workflow" alt="GitHub Actions workflow status" /></a>
</h1>

> :rocket: Fast and simple Node.js version manager, built in Rust
Expand Down

1 comment on commit 014a19e

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linux Benchmarks

benchmark current value last value diff trend
fnm_basic/median 20.77ms 20.72ms +0.05ms

fnm_basic/max 22.24ms 22.02ms +0.22ms

fnm_basic/mean 20.85ms 20.78ms +0.08ms

fnm_basic/min 20.18ms 20.16ms +0.02ms

fnm_basic/stddev 0.36ms 0.36ms +0ms

binary size 6948kb 6804kb +144kb

Please sign in to comment.