mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-28 13:57:04 +00:00
![dependabot-preview[bot]](/assets/img/avatar_default.png)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
13 lines
296 B
Markdown
13 lines
296 B
Markdown
---
|
|
title: "benchmark"
|
|
description: "Script to perform benchmarking of Home Assistant"
|
|
---
|
|
|
|
For testing the performance of Home Assistant the Benchmark script runs until you exit using Control+C.
|
|
|
|
Firing and handling of a million events.
|
|
|
|
```bash
|
|
hass --script benchmark async_million_events
|
|
```
|