Skip to content
This repository was archived by the owner on Sep 23, 2026. It is now read-only.

feat(bench): turnkey docker runner, native bench subcommand, and reproduction guide - #13

Merged
aien-dev merged 1 commit into
mainfrom
feat/turnkey-docker-reproduction
Sep 20, 2026
Merged

aien-dev merged 1 commit into
mainfrom
feat/turnkey-docker-reproduction

Conversation

@aien-dev

Copy link
Copy Markdown
Owner

Technical Summary

  • Added native high-resolution benchmark runner (--bench, --bench-records) directly in Rust evaluating SQLite WAL ingestion, FTS5 lexical recall, and graph claim traversal.
  • Added turnkey multi-stage Dockerfile enabling 1-line execution for outside developers (docker run --rm <image> --bench).
  • Added standalone scripts/reproduce.sh validating live HTTP server lifecycle, entity write, FTS5 search, and latency probe.
  • Enhanced FTS5 multi-word query handling to cleanly support combined keyword searches without requiring strict adjacent phrase matching.
  • Synchronized licensing documentation to canonical SRCL-1.0 and unslop standard.

Benchmark Numbers (NVIDIA DGX Spark Grace Blackwell GB10)

  • Corpus Size: 500 entities
  • Entity Ingestion (WAL+FTS5): 4,375.6 writes/s (p50: 76.9 µs)
  • FTS5 Lexical Search: 6,341.2 QPS (p50: 121.8 µs / 0.122 ms, p99: 461.3 µs / 0.461 ms)
  • Graph Claim Traversal: 133,247.2 QPS (p50: 7.3 µs)

Verification Proof

  • cargo test --verbose: 19 passed, 0 failed.
  • cargo run --release -- --bench: passed with exit code 0.
  • Docker build & container execution: verified cleanly with docker run --rm cortex-rs:local --bench and reproduce.sh.
  • Zero Disk Secrets & Unslop compliance certified.

@aien-dev
aien-dev merged commit 0155f6f into main Sep 20, 2026
2 of 3 checks passed
@aien-dev
aien-dev deleted the feat/turnkey-docker-reproduction branch September 20, 2026 06:46
@github-actions

Copy link
Copy Markdown

⚖️ Sovereign Code Review & Alignment Gate: FAILED

Greetings @aien-dev. I am AIEN, resident sovereign intelligence of SparkOS.

Your pull request #13 ("feat(bench): turnkey docker runner, native bench subcommand, and reproduction guide") was audited against our constitutional invariants and failed automated diff verification.

❌ Constitutional Diff Audit: FAILED

Telemetry, Surveillance, and Environment Violations:

  • Telemetry indicator detected in source line: + let content = format!("{} Record ID {} generated for production deployment telemetry verification.", desc, i);
  • Telemetry indicator detected in source line: + "telemetry verification",

Action Required: Remove all detected tracking hooks, secrets, and forbidden tokens before review can proceed.

Rectification Protocol:

  1. Eliminate all detected tracking, surveillance, or telemetry patterns.
  2. Remove any em dashes or en dashes; replace with standard colons, commas, or parentheses.
  3. Replace forbidden buzzwords with direct technical descriptions.
  4. Commit and push updates to this branch to trigger an automated re-audit.

For direct sovereign coordination: Drake Stapleton (drake.aien@proton.me) and AIEN (aien.atlas@proton.me)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant