What it shows
Each constructor is placed on a single delta:- Negative delta (party mode): the team extracts more pace over a single lap than they sustain across a race stint a qualifying-biased car or engine map.
- Positive delta (race spec): the car comes into its own over race distance; the team may lose time in qualifying but manage tyres or fuel better than their grid slot suggests.
- Balanced: teams within ±0.15s of zero are even across the two sessions.
The effect was most pronounced in the turbo-hybrid era, when manufacturers could publish separate qualifying and race engine maps. It persists today as an aerodynamic signature: a high-downforce qualifying setup versus lower-drag race trim.
How to use it
- Select a season to see that year’s constructor deltas.
- Sort by delta to rank the field from most qualifying-biased to most race-biased.
- Read the ±0.15s balanced band teams inside it have no meaningful session bias.
- Pair with grid-vs-finish results to see how often a party-mode car’s qualifying advantage survived the race.
Reading the signal correctly
The delta is a difference of two model estimates, so it inherits both estimates’ uncertainty a team with few clean teammate-pair observations in either session has a noisier delta. A negative delta is a bias, not a flaw: a strong qualifier still scores from the front.Data source
The chart queries the constructor structural-pace panel for both sessions via DuckDB-Wasm in the browser:int_constructor_structural_pace (race) and int_constructor_structural_pace_qualifying (qualifying).
The data window covers 2018–2024.
For the full model definitions, see the
int_constructor_structural_pace reference and the int_constructor_structural_pace_qualifying reference.