home-assistant.io/source/_docs/tools/benchmark.markdown

21 lines
449 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
redirect_from: /docs/tools/scripts/#benchmark
---
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
```