Skip to content

Commit

Permalink
PR#5: feature => master
Browse files Browse the repository at this point in the history
Merge pull request #8 from OudomMunint/feature
  • Loading branch information
OudomMunint authored Sep 15, 2023
2 parents c86ce6c + c0dc495 commit a7f872b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
if: matrix.os == 'windows-latest'
uses: ncipollo/[email protected]
with:
tag: v1.4.5.1
tag: v1.4.5.2
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,20 @@
- `Runtime` in `seconds(s)` should be the benchmark.

# Compare your results to mine!
## MacBookPro 15" 2018

## MacBookPro 13" 2017 `MacOS 13`
``` ini
Intel Core i5-7660U CPU 2.20GHz (Kaby Lake), 1 CPU, 4 logical and 2 physical cores (2P/0E)
```
- Runtime: `573s`

| Method | Mean | Error | StdDev |
|------- |---------:|--------:|---------:|
| Sha256 | 751.3 us | 12.29 us | 39.97 us |
| Sha512 | 455.8 us | 1.81 us | 1.23 us |
| Md5 | 361.9 us | 3.42 us | 3.02 us |

## MacBookPro 15" 2018 `Windows 10 bootcamp`
``` ini
Intel Core i7-8850H CPU 2.60GHz (Coffee Lake), 1 CPU, 12 logical and 6 physical cores (6P/0E)
```
Expand Down

0 comments on commit a7f872b

Please sign in to comment.