mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-05 11:11:13 +00:00
Also use same technique to merge the controls, returning the latest set of controls instead of the union.
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
|