6 lines
40 B
Bash
6 lines
40 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -eux
|
||
|
|
||
|
go test -bench=.
|