From 7bf97090cdd72d5c075e20d9e97e13a137baf5d4 Mon Sep 17 00:00:00 2001 From: Flotapponnier <160007691+Flotapponnier@users.noreply.github.com> Date: Wed, 16 Sep 2026 18:04:28 +0200 Subject: [PATCH] benches 265/234: scrape cadence is 30 seconds (2,880 samples per row per 24h), not 60s (#2407) Claude-Session: https://claude.ai/code/session_01HJgbZCqjR4nvCfcJSzofbw Co-authored-by: Flotapponnier Co-authored-by: Claude Opus 5 (1M context) (cherry picked from commit f88ad44233fdf3a6185a64014453b8372976802d) --- benchmarks/perp-pe-ratio.yml | 2 +- benchmarks/perp-pf-ratio.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/perp-pe-ratio.yml b/benchmarks/perp-pe-ratio.yml index e8c76ab1..af0bbae2 100644 --- a/benchmarks/perp-pe-ratio.yml +++ b/benchmarks/perp-pe-ratio.yml @@ -41,7 +41,7 @@ methodology: - "FDV source: CoinGecko /coins/markets fully_diluted_valuation (falls back to market_cap if FDV null). dYdX is priced on the dYdX Chain token (CoinGecko dydx-chain)." - "P/E = FDV / annual_revenue. Null if FDV or revenue unavailable." - "Protocols whose adapter publishes no revenue series (Aster, Avantis, Orderly) or reports zero (Drift perps) have no P/E; see bench 265 for their price to fees." - - "Poll cadence: harness fetches DeFiLlama + CoinGecko every 60 minutes. Prometheus scrapes :2112/metrics every 60s. The sample count per row is the number of scrapes in the 24h window, not a count of trades." + - "Poll cadence: harness fetches DeFiLlama + CoinGecko every 60 minutes. Prometheus scrapes :2112/metrics every 30 seconds. The sample count per row is the number of scrapes in the 24h window (about 2,880), not a count of trades." findings: - "{{best_name}} has the lowest P/E at {{best_p50}}x; cheapest perp DEX token relative to protocol earnings." diff --git a/benchmarks/perp-pf-ratio.yml b/benchmarks/perp-pf-ratio.yml index bd1682be..7baf9f33 100644 --- a/benchmarks/perp-pf-ratio.yml +++ b/benchmarks/perp-pf-ratio.yml @@ -52,7 +52,7 @@ methodology: - "Drift's DeFiLlama perps adapter (drift-trade) currently reports zero fees; the row stays in the cohort with every ratio undefined until the source recovers." - "Pre-TGE venues (Ostium, Pacifica, Extended, Nado, Decibel) are declared `unranked` in the spec: they sit under the ranked field with their fees and open interest, are excluded from ranks, leader claims and the best / median / worst strip, and gain a ratio the day a token lists." - "edgeX (EDGE) and Paradex (DIME) have listed tokens and are ranked. DeFiLlama's fee adapter reports very low fees for Paradex, which inflates its multiple; treat that row with caution until the adapter is fixed upstream." - - "Poll cadence: DeFiLlama and CoinGecko every 60 minutes. Prometheus scrapes :2112/metrics every 60s. The sample count per row is the number of scrapes in the 24h window (about 1,440), not a count of trades; p50, p90 and p99 read the same instant gauge, so they are equal by construction." + - "Poll cadence: DeFiLlama and CoinGecko every 60 minutes. Prometheus scrapes :2112/metrics every 30 seconds. The sample count per row is the number of scrapes in the 24h window (about 2,880), not a count of trades; p50, p90 and p99 read the same instant gauge, so they are equal by construction." findings: - "{{best_name}} is the cheapest perp DEX token at {{best_p50}} annualized fees."