mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-16 07:58:58 +00:00
20 lines
403 B
Markdown
20 lines
403 B
Markdown
---
|
|
layout: page
|
|
title: "benchmark"
|
|
description: "Script to perform benchmarking of Home Assistant"
|
|
release_date: 2017-02-23 11:00:00
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
---
|
|
|
|
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
|
|
```
|
|
|