Skip to content

Infra: Add criterion benchmarks and cargo-fuzz testing #184

@hahwul

Description

@hahwul

Summary

Two testing infrastructure additions:

  1. Benchmarks (criterion) - Performance regression testing for crack/brute force
  2. Fuzz testing (cargo-fuzz) - Robustness testing for JWT/JWE parsing, especially decode_jwe

Acceptance Criteria

  • Benchmark suite covering: encode, decode, verify, crack (dict + brute)
  • Fuzz targets for: JWT decode, JWE decode, header parsing
  • CI integration for benchmarks (compare against baseline)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions