# Run Size

Represents the **maximum** daily/weekly amount of specs/tests for fully completed runs. A fully reported run is a run that wasn't cancelled and didn't time out.

## Metrics

* **Spec files**: the **maximum** number of spec files detected in a run for the selected period
* **Tests**: the **maximum** number of tests detected in a run for the selected period

{% hint style="info" %}
Cancelled or timed-out runs are excluded from the report.
{% endhint %}

<figure><img src="/files/n6uvBcAlfb4ad6R7gnrP" alt=""><figcaption><p>Example chart - Run Size</p></figcaption></figure>

## Related

* [Suite Size](/dashboard/analytics/suite-size.md) - Track unique tests across all runs over time
* [Test Results](/dashboard/analytics/test-results.md) - Test outcome distribution
* [Analytics](/dashboard/analytics.md) - Analytics overview


---

# 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://docs.currents.dev/dashboard/analytics/run-size.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.
