Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pforret/m1_benchmark
Some benchmarks of MacOS M1 (Apple Silicon) - using ffmpeg and primitive: CPU centered
https://github.com/pforret/m1_benchmark
apple apple-silicon arm64 benchmark m1 macos
Last synced: 1 day ago
JSON representation
Some benchmarks of MacOS M1 (Apple Silicon) - using ffmpeg and primitive: CPU centered
- Host: GitHub
- URL: https://github.com/pforret/m1_benchmark
- Owner: pforret
- License: mit
- Created: 2021-01-07T17:05:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T09:36:07.000Z (over 1 year ago)
- Last Synced: 2023-03-22T10:57:28.404Z (over 1 year ago)
- Topics: apple, apple-silicon, arm64, benchmark, m1, macos
- Language: Shell
- Homepage: https://blog.forret.com/2021/01/14/cpu-benchmark-apple-silicon-m1/
- Size: 4.41 MB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![bash_unit CI](https://github.com/pforret/m1_benchmark/workflows/bash_unit%20CI/badge.svg)
![Shellcheck CI](https://github.com/pforret/m1_benchmark/workflows/Shellcheck%20CI/badge.svg)
![GH Language](https://img.shields.io/github/languages/top/pforret/m1_benchmark)
![GH stars](https://img.shields.io/github/stars/pforret/m1_benchmark)
![GH tag](https://img.shields.io/github/v/tag/pforret/m1_benchmark)
![GH License](https://img.shields.io/github/license/pforret/m1_benchmark)
[![basher install](https://img.shields.io/badge/basher-install-white?logo=gnu-bash&style=flat)](https://basher.gitparade.com/package/)# m1_benchmark
Some benchmarks of MacOS M1 (Apple Silicon)
## Prerequisities
To run the benchmark you need [gawk](https://www.gnu.org/software/gawk/), [go](https://golang.org), [primitive](https://github.com/fogleman/primitive) and [ffmpeg](https://ffmpeg.org) installed on your machine.
## Installation
```
git clone https://github.com/pforret/m1_benchmark.git
cd m1_benchmark
./m1_benchmark run
```## Usage
```
Program: m1_benchmark 0.0.1 by [email protected]
Updated: Jan 7 21:54:54 2021
Description: Some benchmarks of MacOS M1 (Apple Silicon)
Usage: m1_benchmark [-f] [-h] [-q] [-v] [-l ] [-t ] [-w ]
Flags, options and parameters:
-f|--force : [flag] do not ask for confirmation (always yes) [default: off]
-h|--help : [flag] show usage [default: off]
-q|--quiet : [flag] no output [default: off]
-v|--verbose : [flag] output more [default: off]
-l|--log_dir > : [option] folder for log files [default: $HOME/log/m1_benchmark]
-t|--tmp_dir > : [option] folder for temp files [default: .tmp]
: [parameter] action to perform: run/list
```## Acknowledgements
* script created with [bashew](https://github.com/pforret/bashew)
© 2021 Peter Forret