ruview @ v1568
integrity
- size
- 61.1 MiB
- downloaded
- last checked
release notes
Automated release from CI pipeline
Changes: fix(ci): perf job gates on the real frame-budget guard, not TDD stubs (#915)
After #914 fixed collection, the perf job actually ran the suite and
exposed that test_api_throughput.py / test_inference_speed.py are TDD
red-phase stubs (every test suffixed _should_fail_initially) that time
a mock that sleeps — not a real perf signal. They carry machine-
dependent wall-clock asserts (actual_rps >= 40, batch_time < individual_time)
that are inherently flaky on shared CI runners, plus a cross-class
fixture-scope bug (fixture 'standard_model' not found). Result: 3 failed,
10 errored — by design, not a regression.
Forcing those green would manufacture a false signal. Instead, gate only on test_frame_budget.py, which times the real CSIProcessor pipeline against the ADR 50 ms per-frame budget (single-frame, p95/100-frames, +Doppler) — a genuine regression guard. Verified locally: 3 passed.
The stub files remain in-repo for local TDD; they re-enter CI when their features are implemented and the mock-timing asserts are made deterministic.
Docker Image:
ghcr.io/ruvnet/RuView:88b835dd893446f2e461a4d2318f7c245d75d44b
download
curl -fL -o v1568.zip https://ratatoskr.space/pkg/ruview/v1568.zip
printf '%s %s\n' '115238b0676ec5e5ad5ebeb0e0a063f9d286b6b23e6a4a2684cd49ea64ebd93f' 'v1568.zip' | sha256sum -c -
$url = "https://ratatoskr.space/pkg/ruview/v1568.zip"
$out = "v1568.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "115238b0676ec5e5ad5ebeb0e0a063f9d286b6b23e6a4a2684cd49ea64ebd93f") { throw "sha256 mismatch" }
curl -fL -o v1568.tar.gz https://ratatoskr.space/pkg/ruview/v1568.tar.gz
printf '%s %s\n' 'fbfe17433f795706452a5b95992391cf36440431c42afd4d2333128efdc13e75' 'v1568.tar.gz' | sha256sum -c -
$url = "https://ratatoskr.space/pkg/ruview/v1568.tar.gz"
$out = "v1568.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fbfe17433f795706452a5b95992391cf36440431c42afd4d2333128efdc13e75") { throw "sha256 mismatch" }
download via yggdrasil mesh
curl -fL -o v1568.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1568.zip
printf '%s %s\n' '115238b0676ec5e5ad5ebeb0e0a063f9d286b6b23e6a4a2684cd49ea64ebd93f' 'v1568.zip' | sha256sum -c -
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1568.zip"
$out = "v1568.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "115238b0676ec5e5ad5ebeb0e0a063f9d286b6b23e6a4a2684cd49ea64ebd93f") { throw "sha256 mismatch" }
curl -fL -o v1568.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1568.tar.gz
printf '%s %s\n' 'fbfe17433f795706452a5b95992391cf36440431c42afd4d2333128efdc13e75' 'v1568.tar.gz' | sha256sum -c -
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1568.tar.gz"
$out = "v1568.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fbfe17433f795706452a5b95992391cf36440431c42afd4d2333128efdc13e75") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1568.zip | zip | 61.1 MiB |
blake3-24 630b584e31589eb0764f3d975ddc6d210bdd5cbeeab2dff1
sha256 115238b0676ec5e5ad5ebeb0e0a063f9d286b6b23e6a4a2684cd49ea64ebd93f
sha1 569b2726b8db3f08393443975b60e2c41df920c9
|
| v1568.tar.gz | tar.gz | 59.3 MiB |
blake3-24 7a8a0500bc77bb9c7b3ac1b19aea2abc43f2c4422e096990
sha256 fbfe17433f795706452a5b95992391cf36440431c42afd4d2333128efdc13e75
sha1 ee75b4dc5f2ef6a223249e9f55596bddb58b2c1d
|
install
http_archive(
name = "ruview",
urls = ["https://ratatoskr.space/pkg/ruview/v1568.tar.gz"],
integrity = "sha256-+/4XQz95VwZFKluVmSORzzZEBDHEKv1NIzMSjv3BPnU=",
strip_prefix = "ruview-v1568",
)
.url = "https://ratatoskr.space/pkg/ruview/v1568.tar.gz",
install via yggdrasil mesh
http_archive(
name = "ruview",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1568.tar.gz"],
integrity = "sha256-+/4XQz95VwZFKluVmSORzzZEBDHEKv1NIzMSjv3BPnU=",
strip_prefix = "ruview-v1568",
)
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1568.tar.gz",