# Drivers' & Constructors' Circuit Competitive Supertimes

*Supertimes* are often provided as a season wide performance metric for comparing performances over a season. At the manufacturer level, they are typically calculated for each manufacturer as the average of their fastest single lap recorded by the team at each race weekend expressed as a percentage of the fastest single lap overall.

We can also derive a reduced *competitive supertime* by basing the calculation on best laptime recorded across the qualifying and race sessions, omitting laptimes recorded in the practice sessions.

We can draw on the notion of supertimes to derive two simple measures for comparing team performances based on laptime:

* evolution of manufacturer competitive supertime for a circuit over the years;
* evolution of manufacturer competitive supertime for each circuit over the course of a season.

![](/files/-L9N-WIaPH6ElLOy29Xu)

We can also produce driver performance metrics based on the competitive supertime of each driver.

![](/files/-L9N-WIj-Nst7Xgo1IjY)

| code | avstime  | races |
| ---- | -------- | ----- |
| HAM  | 1.003266 | 10    |
| VET  | 1.007769 | 9     |
| ALO  | 1.010742 | 12    |
| BOT  | 1.011088 | 5     |
| RIC  | 1.011662 | 6     |
| RAI  | 1.011808 | 10    |
| HUL  | 1.017749 | 7     |
| VER  | 1.022486 | 6     |
| PER  | 1.023558 | 6     |
| GRO  | 1.023875 | 2     |
| STR  | 1.027025 | 1     |
| SAI  | 1.027665 | 3     |
| OCO  | 1.032838 | 1     |
| VAN  | 1.033600 | 2     |
| MAG  | 1.034711 | 3     |
| ERI  | 1.035507 | 3     |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bah2018gp.f1datajunkie.com/the-story-so-far/drivers-and-constructors-circuit-competitive-supertimes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
