1 Star 0 Fork 35

soxueren/Hugo-Go

forked from Gitee 极速下载/Hugo-Go 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
benchSite.sh 529 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bjørn Erik Pedersen 提交于 2018-01-14 00:49 . Run benchmarks 3 times
#!/bin/bash
# allow user to override go executable by running as GOEXE=xxx make ...
GOEXE="${GOEXE-go}"
# Send in a regexp mathing the benchmarks you want to run, i.e. './benchSite.sh "YAML"'.
# Note the quotes, which will be needed for more complex expressions.
# The above will run all variations, but only for front matter YAML.
echo "Running with BenchmarkSiteBuilding/${1}"
"${GOEXE}" test -run="NONE" -bench="BenchmarkSiteBuilding/${1}" -test.benchmem=true ./hugolib -memprofile mem.prof -count 3 -cpuprofile cpu.prof
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/soxueren/Hugo-Go.git
git@gitee.com:soxueren/Hugo-Go.git
soxueren
Hugo-Go
Hugo-Go
master

搜索帮助