5f4c9240ca
Run using ./main_benchmark.bash Also, rewrite command line args handling
7 lines
49 B
Bash
Executable File
7 lines
49 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eux
|
|
|
|
go build
|
|
go test -bench=.
|