8 lines
61 B
Bash
Executable File
8 lines
61 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
go test -bench .
|