Add note about sysbench

This commit is contained in:
Talia 2023-05-17 10:05:52 +02:00
parent 524974665e
commit 43b0d64371
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
tags: benchmark terminal
---
## Run CPU benchmark
```sh
sysbench --test=cpu --threads=$(nproc) rungg
```