Add standardized Linux benchmarking suite for Ubuntu 24.04 - #63
Merged
Conversation
Standalone benchmarking/ suite for comparing workstation performance: Geekbench 6, Blender Open Data, and Unigine Superposition automated via install.sh/run.sh with pinned versions, dry-run support, and per-run results dirs (machine info, raw logs, summary.md). OCCT and SPECviewperf documented as manual steps. Tools and results are gitignored. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…score Windowed mode clamps the render to the usable desktop area, silently producing non-comparable numbers on smaller displays. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Standalone
benchmarking/suite for comparing workstation performance across machines on Ubuntu 24.04 — two commands,./install.shthen./run.sh.Automated benchmarks (pinned versions, env-overridable):
Manual (documented only): OCCT (free edition is GUI-only, non-commercial license) and SPECviewperf 2020 Linux (registration + ~80 GB). Phoronix Test Suite evaluated and rejected —
pts/workstationis deprecated upstream.Each run writes
results/<label>-<timestamp>/with machine-info (CPU/GPU/RAM/kernel/drivers), raw logs, and asummary.md.tools/andresults/are gitignored — results contain hostnames and hardware identifiers and must never be committed.Verification
--dry-runon both scripts prints every command without executing (verified side-effect-free), and previews are the literal commands that would run--only/--skipnames, envSKIPleakage, failed runs no longer leave empty result filesFirst live run TODO
🤖 Generated with Claude Code