Skip to content

Commit

Permalink
Merge pull request #10 from mrf345/testing
Browse files Browse the repository at this point in the history
Update `readme` and `ci` workflow
  • Loading branch information
mrf345 authored Sep 3, 2024
2 parents 878b73c + 9204538 commit 1087c43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
run: |
go get .
- name: Lint
if: runner.os == 'linux'
uses: golangci/golangci-lint-action@v6
with:
version: v1.59
- name: Test
run: go test -count=3 ./...
run: go test -count=2 ./...
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ You can find interactive examples of using it as a package to [encrypt](https://
With the default settings it should be about **19.1** times faster than `gpgtar`

> [!NOTE]
> You can reproduce the results by running [benchmark/bench_and_plot.py](benchmark/bench_and_plot.py) (based on [matplotlib](https://github.com/matplotlib/matplotlib) and [hyperfine](https://github.com/sharkdp/hyperfine))
> You can reproduce the results by running [bench_and_plot.py](benchmark/bench_and_plot.py) (based on [matplotlib](https://github.com/matplotlib/matplotlib) and [hyperfine](https://github.com/sharkdp/hyperfine))
<p align="center">
<img src="benchmark/encryption-time.webp" align="center" alt="encryption time" />
Expand Down

0 comments on commit 1087c43

Please sign in to comment.