1 Star 6 Fork 0

水不要鱼/vex

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 272 Bytes
一键复制 编辑 原始数据 按行查看 历史
水不要鱼 提交于 2个月前 . 调整 pool 使用
.PHONY: fmt test bench
all: fmt test
fmt:
go fmt ./...
test:
go test -v -cover -count=1 -test.cpu=1 ./...
bench:
go test -v -run=. -bench=. -benchtime=1s ./_examples/performance_test.go
benchpack:
go test -v -run=. -bench=. -benchtime=1s ./_examples/pack_test.go
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/FishGoddess/vex.git
git@gitee.com:FishGoddess/vex.git
FishGoddess
vex
vex
main

搜索帮助