This website works better with JavaScript.
Home
Help
Register
Sign In
go
/
capstan
Watch
3
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added benchmark options for convenience.
multi-app
Benjamin Shelton
4 months ago
parent
1ed1cf65d8
commit
a3c9008871
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
Makefile
+ 4
- 1
Makefile
View File
@ -4,4 +4,7 @@ TEST=.
all
:
test
build
test
:
go
test
-tags
=
integration -run
=
$(
TEST
)
./...
go
test
-tags
=
integration -run
=
$(
TEST
)
./...
bench
:
go
test
-tags
=
integration -run
=
$(
TEST
)
-bench
=
. ./...
Write
Preview
Loading…
Cancel
Save