> For the complete documentation index, see [llms.txt](https://docs.jianny.net/work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jianny.net/work/cloud-stuff/benchmarking.md).

# Benchmarking

## BenchMonster

```
curl -LsO bench.monster/speedtest.sh; bash speedtest.sh
```

## Geekbench

```
wget 'https://cdn.geekbench.com/Geekbench-6.1.0-Linux.tar.gz'
tar -xzf Geekbench-6.1.0-Linux.tar.gz
./Geekbench-6.1.0-Linux/geekbench6
```

## Teddy

```
wget -qO- bench.sh | bash
```
