rickub/ci-benchpublic Fork 0
5c18d175acf48d39e8a884ee3dafcec3f005cb8c
Commits
Clone
git clone https://git.rickub.com/rickub/ci-bench.git
git clone ssh://git@rickub.com/rickub/ci-bench.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

ci-bench: cross-platform CI race scaffold (rickub CI vs GitHub Actions) 0baf736Unverified · on 5c18d175acf48d39e8a884ee3dafcec3f005cb8c · Olivier Girardot · yesterday
.gitignore · 14 lines · 323 BGDScript3 Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# rust build artifacts
workloads/rust-build/target/

# local benchmark run output (collected results/ is COMMITTED-free but kept
# out of git too — it is machine-local analysis state)
/results.jsonl
results/

# probe scratch output (written to TMPDIR, guarded just in case)
probe.bin
*.probe.bin

# macOS noise
.DS_Store