> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-fix-nav-issues.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Guide to testing and benchmarking hardware performance with ClickHouse

# How to Test Your Hardware with ClickHouse

<CloudNotSupportedBadge />

<Note>
  This page isn't applicable to [ClickHouse Cloud](https://clickhouse.com/cloud). The feature documented here isn't available in ClickHouse Cloud services.
  See the ClickHouse [Cloud Compatibility](/products/cloud/guides/cloud-compatibility) guide for more information.
</Note>

You can run a basic ClickHouse performance test on any server without installation of ClickHouse packages.

<h2 id="automated-run">
  Automated run
</h2>

You can run the benchmark with a single script.

1. Download the script.

```bash theme={null}
wget https://raw.githubusercontent.com/ClickHouse/ClickBench/main/hardware/hardware.sh
```

2. Run the script.

```bash theme={null}
chmod a+x ./hardware.sh
./hardware.sh
```

3. Copy the output and send it to [feedback@clickhouse.com](mailto:feedback@clickhouse.com)

All the results are published here: [https://clickhouse.com/benchmark/hardware/](https://clickhouse.com/benchmark/hardware/)
