e7d / docker-geekbench

Geekbench for Docker, also for ARM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerized Geekbench

Geekbench is a cross-platform benchmark that measures your system's performance with the press of a button. The same, but through Docker, also for ARM.

Supported tags

  • 6.2.1, 6.2, 6, latest
  • 5.5.1, 5.5, 5

Notes:

  • Supported architectures: amd64, arm64/v8, arm/v7.
  • Geekbench for ARM is available through Preview Versions. Issues are to be expected.
  • Geekbench 6 is not available for the armv7 architecture.

Usage

  • Geekbench 6:
docker pull e7db/geekbench:6
docker run -it --rm e7db/geekbench:6
  • Geekbench 5:
docker pull e7db/geekbench:5
docker run -it --rm e7db/geekbench:5

About

Geekbench for Docker, also for ARM.

License:Apache License 2.0


Languages

Language:Shell 86.0%Language:Dockerfile 14.0%