updated benchmarks

This commit is contained in:
2022-12-12 18:04:27 +02:00
parent 7528cce5dd
commit 977f7eb476
21 changed files with 3446 additions and 6818 deletions

View File

@@ -4,10 +4,10 @@ set -xeuo pipefail
_build() {
name=$1
shift
bazel build --color=no --curses=no "$@" //:zigzag-0
bazel clean --color=no --curses=no
bazel build --color=no --curses=no "$@" //:zigzag-0
bazel clean --color=no --curses=no
bazel shutdown --color=no --curses=no
perf record --call-graph=dwarf -g -o "$HOME/$name.data" bazel --batch build --color=no --curses=no "$@" ...
perf record --call-graph=dwarf -g -o "$HOME/$name.data" bazel --batch build --color=no --curses=no "$@" ...
}
_build zigcc-nosandbox --spawn_strategy=local --platforms=@zig_sdk//libc_aware/platform:linux_amd64_gnu.2.28