Skip to content

Commit

Permalink
[erplerf] switch to exdoc documentation provider
Browse files Browse the repository at this point in the history
Deduplicates README.md and overview.edoc.
  • Loading branch information
Maxim Fedorov committed May 24, 2022
1 parent 6b14224 commit 45852d9
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 425 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
otp_version: ['23', '24']
otp_version: ['23', '24', '25'']
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
Expand Down
File renamed without changes.
File renamed without changes.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
erlperf
=====
# erlperf

[![Build Status](https://github.com/max-au/erlperf/actions/workflows/erlang.yml/badge.svg?branch=master)](https://github.com/max-au/erlperf/actions) [![Hex.pm](https://img.shields.io/hexpm/v/erlperf.svg)](https://hex.pm/packages/erlperf) [![Hex Docs](https://img.shields.io/badge/hex-docs-blue.svg)](https://hexdocs.pm/erlperf)

Erlang Performance & Benchmarking Suite.
Simple way to say "this code is faster than that one".

Build:
Build (tested with OTP 23, 24, 25):

```bash
$ rebar3 as prod escriptize
Expand Down
Loading

0 comments on commit 45852d9

Please sign in to comment.