Skip to content

Commit

Permalink
We have to decide on the host to keep hash intact
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed Nov 15, 2024
1 parent 60fca82 commit 344f306
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions inspector/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,17 +160,11 @@
precheck_regex="nvidia"
)

# on small-mem machines run the CPU suite only
# -r, -R enum enable autorun, enum values are:
# 1 - CPU Suite only
# 2 - Memory Suite only
# 3 - All Suites
passmark_suite = "1" if mem_bytes < 1024 ** 3 else "3"
passmark = DockerTask(
parallel=False,
# might be slow on some machines
timeout=timedelta(hours=1),
priority=10,
image="ghcr.io/sparecores/benchmark-passmark:main",
command=f"bash -c \"nice -n -20 /usr/local/bin/pt_linux -r {passmark_suite} 1>&2; cat results*.yml\"",
command=None,
)

0 comments on commit 344f306

Please sign in to comment.