Skip to content

Commit

Permalink
Add geekbench
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed May 27, 2024
1 parent 3809b79 commit f93c4d9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion inspector/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,12 @@ class Bw_mem(lib.DockerTask):
parallel: bool = False
priority: int = 3
image: str = "ghcr.io/sparecores/benchmark:main"
command: str = "bw_mem.sh"
command: str = "bw_mem.sh"


class Geekbench(lib.DockerTask):
parallel: bool = False
priority: int = 4
image: str = "ghcr.io/sparecores/benchmark:main"
version_command: str = "bash -c \"geekbench6 --version | awk '{print $2}'\""
command: str = "geekbench.sh"

0 comments on commit f93c4d9

Please sign in to comment.