Skip to content

Commit

Permalink
fix: adding benchmark badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Farenheith committed Apr 8, 2023
1 parent 84df3f0 commit 7d277c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
name: benchmark
on:
workflow_dispatch:
push:
branches: [master]
pull_request:
branches: [master, develop]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Actions Status](https://github.com/Codibre/sonic-date/workflows/lint/badge.svg)](https://github.com/Codibre/sonic-date/actions)
[![Test Coverage](https://api.codeclimate.com/v1/badges/49e63bae262ffe1388d8/test_coverage)](https://codeclimate.com/github/Codibre/sonic-date/test_coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/49e63bae262ffe1388d8/maintainability)](https://codeclimate.com/github/Codibre/sonic-date/maintainability)
[![Packages](https://david-dm.org/Codibre/sonic-date.svg)](https://david-dm.org/Codibre/sonic-date)
[![benchmark](https://github.com/Codibre/sonic-date/actions/workflows/benchmark.yml/badge.svg)](https://github.com/Codibre/sonic-date/actions/workflows/benchmark.yml)
[![npm version](https://badge.fury.io/js/sonic-date.svg)](https://badge.fury.io/js/sonic-date)

Sonic that is a fluent implementation for some of the **date-fns** functions heavily focused on performance.
Expand Down

0 comments on commit 7d277c3

Please sign in to comment.