feat: add rsky (blacksky) stack benchmarks for decode and sig-verify
adds rust benchmarks using the same crate stack as blacksky's rsky-relay:
ciborium + serde_ipld_dagcbor + rs-car-sync (with CID verification) for
decode, RustCrypto k256/p256 for sig-verify. three-way comparison now
covers zig, rust, and go across both decode and signature verification.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>