Skip to content

Commit

Permalink
Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
paweldudzinski committed Apr 13, 2019
1 parent 011bae0 commit 0fbf0a1
Showing 1 changed file with 23 additions and 7 deletions.
30 changes: 23 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,40 @@ Check your website performance using your SauceLabs account and compare metrics
* Set your test name
* Run perfchk as a part of your CI/CD

Edit `perfchk.app.src.template`, use your SauceLabs credentials and rename this file to `perfchk.app.src`
Before compiling edit `perfchk.app.src.template`, use your SauceLabs credentials and rename this file to `perfchk.app.src`

### Build

Build
-----
$ rebar3 compile

Run
-----
### Run

$ ./run.sh


Test
-----
### Test

$ rebar3 eunit




### Output example

```
$ ./run.sh
Starting remote session as papaduda
Checking performance of http://www.papaduda.pl
Parallel tests launched (5)....
Page load : 1296.0 ms
Requests : 11.0
Page weight : 219.444 KB
Speed index : 1155.4 ms
Performance check: pass
```

<!-- Links (alphabetically) -->
[commit]: https://github.com/paweldudzinski/perfchk/commit/HEAD
[erlang]: http://www.erlang.org
Expand Down

0 comments on commit 0fbf0a1

Please sign in to comment.