DEBSOURCES
Skip Quicknav
sources / golang-golang-x-exp / 0.0~git20221028.83b7d23-2 / slog / benchmarks / run_benchmarks.sh
123456
#!/bin/bash -ex cd $(dirname $0) go test -tags nopc -bench . -count 5 > slog.bench go test -bench . -count 5 > slog-pc.bench