30 Star 381 Fork 59

golang-module / carbon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
default_bench_test.go 250 Bytes
一键复制 编辑 原始数据 按行查看 历史
gouguoyin 提交于 2024-01-12 10:57 . v2.3.5
package carbon
import "testing"
func BenchmarkCarbon_SetDefault(b *testing.B) {
d := Default{
Layout: DateTimeLayout,
Timezone: Local,
Locale: "en",
WeekStartsAt: Sunday,
}
for n := 0; n < b.N; n++ {
SetDefault(d)
}
}
Go
1
https://gitee.com/golang-module/carbon.git
git@gitee.com:golang-module/carbon.git
golang-module
carbon
carbon
master

搜索帮助