1 2 3 4 5 6 7 8
// SPDX-FileCopyrightText: 2026 Stefan Majewsky <majewsky@gmx.net> // SPDX-License-Identifier: Apache-2.0 package main func main() { panic("run with `go test -bench`") }