open performance test

This commit is contained in:
Emman 2022-01-19 08:50:24 +08:00
parent f43de47d72
commit 11628e5869
2 changed files with 4 additions and 4 deletions

View File

@ -23,5 +23,5 @@ install:
script: script:
- go test -v ./... - go test -v ./...
#after_success: after_success:
# - go test -v -short -bench . -run=^$ ./... - go test -v -short -bench . -run=^$ ./...

4
go.mod
View File

@ -3,6 +3,6 @@ module github.com/emmansun/gmsm
go 1.15 go 1.15
require ( require (
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
) )