Remove benchmark page (#16541)

This commit is contained in:
Klaas Schoute 2021-02-13 12:06:31 +01:00 committed by GitHub
parent 0f562e1f68
commit 3ac7b424a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 13 deletions

View File

@ -1,12 +0,0 @@
---
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
```

View File

@ -145,7 +145,6 @@
<li>{% active_link /docs/tools/dev-tools/ Developer Tools %}</li> <li>{% active_link /docs/tools/dev-tools/ Developer Tools %}</li>
<li>{% active_link /docs/tools/quick-bar/ Quick Bar %}</li> <li>{% active_link /docs/tools/quick-bar/ Quick Bar %}</li>
<li>{% active_link /docs/tools/hass/ hass %}</li> <li>{% active_link /docs/tools/hass/ hass %}</li>
<li>{% active_link /docs/tools/benchmark/ benchmark %}</li>
<li>{% active_link /docs/tools/check_config/ check_config %}</li> <li>{% active_link /docs/tools/check_config/ check_config %}</li>
<li>{% active_link /docs/tools/credstash/ credstash %}</li> <li>{% active_link /docs/tools/credstash/ credstash %}</li>
<li>{% active_link /docs/tools/keyring/ keyring %}</li> <li>{% active_link /docs/tools/keyring/ keyring %}</li>