diff --git a/source/_docs/tools/benchmark.markdown b/source/_docs/tools/benchmark.markdown deleted file mode 100644 index 94fd3b30fdf..00000000000 --- a/source/_docs/tools/benchmark.markdown +++ /dev/null @@ -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 -``` diff --git a/source/_includes/asides/docs_navigation.html b/source/_includes/asides/docs_navigation.html index 06730186efb..632e1dd4461 100644 --- a/source/_includes/asides/docs_navigation.html +++ b/source/_includes/asides/docs_navigation.html @@ -145,7 +145,6 @@
  • {% active_link /docs/tools/dev-tools/ Developer Tools %}
  • {% active_link /docs/tools/quick-bar/ Quick Bar %}
  • {% active_link /docs/tools/hass/ hass %}
  • -
  • {% active_link /docs/tools/benchmark/ benchmark %}
  • {% active_link /docs/tools/check_config/ check_config %}
  • {% active_link /docs/tools/credstash/ credstash %}
  • {% active_link /docs/tools/keyring/ keyring %}