mirror of
https://github.com/Wessel/nhl-levenshtein.git
synced 2026-07-10 22:14:57 +02:00
6 lines
206 B
Bash
6 lines
206 B
Bash
rm deno-bench.json perf.data perf.data.txt
|
|
|
|
sudo perf record -F MAX -g /home/wessel/.deno/bin/deno bench --json > deno-bench.json
|
|
sudo chown $USER:$USER ./perf.data
|
|
perf script -i perf.data > perf.data.txt
|