Skip to content

Run gh-29726343680-1

Trial run

Warning — trial run. This benchmark was executed with fewer than 10 instances per fuzzer and/or a time budget shorter than 24h. Results from trial runs are meant for debugging purposes and are not valid for extracting conclusions across different fuzzers.

Charts

Bugs Over TimeTime To KFinal DistributionPlateau And Late ShareInvariant Overlap (UpSet)Corpus Size Over TimeTx/s Over TimeGas/s Over TimeCPU Usage Over TimeMemory Usage Over Time

Report

Fuzzer Benchmark Report (from bug-count CSV)

  • Time budget: 0.25h

Warning — trial run. This benchmark was executed with fewer than 10 instances per fuzzer and/or a time budget shorter than 24h. Results from trial runs are meant for debugging purposes and are not valid for extracting conclusions across different fuzzers.

Executive summary

This report is derived solely from cumulative bugs-found over time across repeated runs per fuzzer. It emphasizes robust, distribution-based metrics (median/IQR, success rates, time-to-k) and shape-based behavior (plateau time, late discovery share) instead of single-run time-to-first-bug.

Bugs found at fixed time budgets (median [IQR])

FuzzerRuns0.25h
echidna12 [2,2]

Overall metrics

FuzzerAUC (norm)Plateau timeLate discovery shareFinal medianFinal IQR
echidna0.4000.10h0.00020.00

Milestones: time-to-k and success rates

Fuzzertime-to-1 (p50)time-to-3 (p50)time-to-5 (p50)reach-1 ratereach-3 ratereach-5 rate
echidna0.10hinfinf100.0%0.0%0.0%

Throughput metrics (if supported by log format)

Values are run-level rates aggregated per fuzzer; n/a indicates the parser could not recover that metric from logs.

FuzzerRunsTx/s runsTx/s p50 [p25,p75]Gas/s runsGas/s p50 [p25,p75]
echidna11566.85 [566.85,566.85]15695295504.00 [5695295504.00,5695295504.00]

Progress metrics from logs (fuzzer-specific proxies)

Sequence-rate and corpus values are parsed from native progress output and are useful for within-tool trend context.

FuzzerRunsSeq/s runsSeq/s p50 [p25,p75]Corpus runsCorpus p50 [p25,p75]
echidna10n/a174.00 [74.00,74.00]

Function selector sanity checks

Counts are occurrences in unique saved corpus sequences, not runtime execution frequencies The complete per-instance distribution is in selector_distribution.csv; selector_summary.json preserves statuses and provenance.

  • Expected-set status: unavailable (0 selector(s))
  • Expected-set provenance: peer-consensus heuristic: observed in every available corpus for at least two independent evidence families (Echidna and Recon count as one related typed-corpus family); not benchmark ground truth
FuzzerStatusInstances with telemetrySaved-corpus callsUnique selectors
echidnaavailable1/1736844
Most common saved-corpus selectors
FuzzerSelectorFunctionCallsShare
echidna0xca2664f9iSpoke_setUsingAsCollateral(uint256,bool)3074.17%
echidna0x1be3427bswitch_spoke(uint256)2913.95%
echidna0x5b00e9f0iSpoke_updateUserRiskPremium()2673.62%
echidna0xbb1b32f0invariant_totalBorrowedLessThanSupplied_v1()2673.62%
echidna0x4b43b035invariant_totalBorrowedLessThanSupplied_v0()2653.60%
echidna0x44a0611biHub_setInterestRateData(uint256,(uint16,uint32,uint32,uint32))2503.39%
echidna0x1a042ae7invariant_canary()2493.38%
echidna0x4896f9c3iHub_updateSpokeConfig(uint256,uint256,(uint40,uint40,uint24,bool,bool))2493.38%
echidna0x25a00713invariant_shouldNotBecomeLiquidatable()2443.31%
echidna0x5c9d5cb7iSpoke_supply_ASSERTION_SUPPLY_DOS(uint256,uint256)2443.31%
Selector telemetry limitations
  • No expected selector set was available: the peer heuristic requires corroboration from every available instance in at least two fuzzer families

Statistical comparison (Mann-Whitney U and Vargha-Delaney A12)

Pairwise Mann-Whitney U tests and Vargha-Delaney A12 effect sizes on end-of-budget bug counts. The tests are two-sided, with Bonferroni correction applied for 0 comparison(s). Significance level: alpha = 0.05.

Warnings:

  • Only one fuzzer present; skipping pairwise statistical tests.

Note: A12 is the probability that a randomly selected Fuzzer A run has a higher final bug count than a randomly selected Fuzzer B run, counting ties as half. Values above 0.5 favor A, values below 0.5 favor B, and 0.5 means equal tendency. Magnitude thresholds by distance from 0.5 are negligible (<0.06), small (<0.14), medium (<0.21), and large (>=0.21). Small sample sizes (fewer than 5 runs) reduce statistical power. A12 and its magnitude label are descriptive; the thresholds are rules of thumb. Neither the effect size nor statistical significance establishes practical importance, causation, or performance beyond the observed runs.

Shape-based interpretation (rules of thumb)

  • Fast-start / early-plateau: high early checkpoint median + early plateau time + low late discovery share.
  • Steady: moderate AUC, later plateau, consistent improvements across checkpoints, moderate variance.
  • Slow-burn / late-surge: low early checkpoints but high late discovery share and later plateau time; often higher final median.

Limitations

  • Core count-based charts use normalized event identities stored under the legacy bugs_found column. They do not count crash inputs, but they are not confirmed root-cause bug counts.
  • Use known_bug_report.md, known_bug_summary.csv, and known_bug_findings.csv for evidence-backed known-bug hit rates; use broken_invariants.md / broken_invariants.csv for raw invariant identities.
  • Severity, exploitability, and root-cause uniqueness cannot be measured directly without richer per-bug metadata.
  • Harness design still affects results; mitigate by keeping harness identical across fuzzers and reporting many runs.

Broken invariants

  • Budget filter: 0.25h
  • Events considered: 3 / 3
  • Unique invariants: 3

Warning — trial run. This benchmark was executed with fewer than 10 instances per fuzzer and/or a time budget shorter than 24h. Results from trial runs are meant for debugging purposes and are not valid for extracting conclusions across different fuzzers.

Per-fuzzer totals

FuzzerInvariants
echidna3

High-level overlap

  • Shared by all active fuzzers: 3
  • Exclusive to echidna: 3

Grouped invariants

Exclusive to echidna (3)
  • assert_canary
  • iHub_mintFeeShares
  • invariant_canary

Ground-truth known-bug mapping

  • Target: aave-v4
  • Evidence-pinned commit: 459b020058f4a65d18eb1481083b75c766340124
  • Resolution: matched run repository and commit
  • Catalog: benchmarks/known_bugs.json

Only the two instrumented health-check canaries are mapped. Other property failures remain unmapped until a reviewed root-cause record ties them to a confirmed bug.

Canaries are reported separately as harness-health checks and are never included in the known-bug hit-rate denominator.

Per-fuzzer results

FuzzerReplicatesKnown-bug replicate hitsCatalog coverageCanary replicate hitsUnmapped event findings
echidna1n/an/a2/2 (100.0%)1

Known-bug catalog

Ground-truth IDKindTitleEvidence
None cataloged

Unmapped event identities

FuzzerEvent identityReplicates observed
echidnaiHub_mintFeeShares1

Counting semantics

  • A canonical known-bug ID counts at most once per replicate, even when several event aliases or counterexamples reach it.
  • A replicate is identified by (run_id, instance_id, fuzzer).
  • Known-bug hit rate is canonical bug/replicate hits ÷ (cataloged bugs × replicates).
  • Unmapped rows are distinct normalized event identities per replicate. They are triage candidates, not claimed bugs.
  • Crash inputs and corpus files are not used as bug identities.

Runner resource usage

  • Budget filter: 0.25h
  • Instances with metrics: 1
  • Total samples: 175

Per-fuzzer medians (across instances)

FuzzerInstancesCPU active avg (%)CPU active peak (%)Memory used avg (GiB)Memory used peak (GiB)Memory used avg (%)Memory used peak (%)
echidna180.9399.524.996.5366.0486.49

Instance stats

InstanceFuzzerSamplesDuration (h)CPU active avg (%)CPU active peak (%)Memory avg (GiB)Memory peak (GiB)Memory avg (%)Memory peak (%)
i-0c17d2c076015c45c-echidna-v2.3.1echidna1750.2580.9399.524.996.5366.0486.49

Manifest

  • scfuzzbench_commit: 7c2f6672915338c559f7f68f4a910e2263d729a8
  • target_repo_url: https://github.com/scfuzzbench/aave-v4-scfuzzbench
  • target_commit: 459b020058f4a65d18eb1481083b75c766340124
  • benchmark_type: property
  • instance_type: c6a.xlarge
  • instances_per_fuzzer: 1
  • timeout_hours: 0.25
  • aws_region: us-east-1
  • ubuntu_ami_id: ami-052355af2a014bd2c
  • foundry_version: 1.7.2-dev
  • foundry_git_repo: https://github.com/foundry-rs/foundry
  • foundry_git_ref: 02c05d970d2801da0aef8b82486ce84b01ede36d
  • foundry_source_patch: scfuzzbench-throughput-progress-v1@sha256:2ee9e69b77c8007c78c816eb9ca791684aa5ecede0651b63f86cdd2e055eb17e
  • echidna_version: 2.3.1
  • medusa_version: 1.4.1
  • recon_version: 0.4.6
  • fuzzer_keys: echidna

Artifacts

Fully static. Generated in CI from S3 run artifacts.