mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
4 lines
88 B
Bash
4 lines
88 B
Bash
#!/bin/sh
|
|
go test -c
|
|
./ps.test -test.run=none -test.bench=$2 -test.$1profile=$1.profile
|