From 09d10b6a486c9a2b5e27be344e5ac0db86ccdd01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 31 May 2020 13:08:19 +0200 Subject: [PATCH] doc: benchmarks: shell highlighting of vtebench commands --- doc/benchmark.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/benchmark.md b/doc/benchmark.md index 0e42f798..61988c50 100644 --- a/doc/benchmark.md +++ b/doc/benchmark.md @@ -4,11 +4,13 @@ All benchmarks are done using [vtebench](https://github.com/alacritty/vtebench): +```sh vtebench -h $(tput lines) -w $(tput cols) -b 104857600 alt-screen-random-write > ~/alt-random vtebench -c -h $(tput lines) -w $(tput cols) -b 104857600 alt-screen-random-write > ~/alt-random-colors vtebench -h $(tput lines) -w $(tput cols) -b 10485760 scrolling > ~/scrolling vtebench -h $(tput lines) -w $(tput cols) -b 104857600 scrolling --fill-lines > ~/scrolling-filled-lines vtebench -h $(tput lines) -w $(tput cols) -b 10485760 unicode-random-write > ~/unicode-random +``` They were "executed" using [benchmark.py](../scripts/benchmark.py), which will load each file into memory, and then print it to the