代码拉取完成,页面将自动刷新
package carbon
import "testing"
func BenchmarkCarbon_Constellation(b *testing.B) {
now := Now()
for n := 0; n < b.N; n++ {
now.Constellation()
}
}
func BenchmarkCarbon_IsAries(b *testing.B) {
now := Now()
for n := 0; n < b.N; n++ {
now.IsAries()
}
}
func BenchmarkCarbon_IsTaurus(b *testing.B) {
now := Now()
for n := 0; n < b.N; n++ {
now.IsTaurus()
}
}
func BenchmarkCarbon_IsGemini(b *testing.B) {
now := Now()
for n := 0; n < b.N; n++ {
now.IsGemini()
}
}
func BenchmarkCarbon_IsCancer(b *testing.B) {
now := Now()
for n := 0; n < b.N; n++ {
now.IsCancer()
}
}
func BenchmarkCarbon_IsLeo(b *testing.B) {
now := Now()
for n := 0; n < b.N; n++ {
now.IsLeo()
}
}
func BenchmarkCarbon_IsVirgo(b *testing.B) {
now := Now()
for n := 0; n < b.N; n++ {
now.IsVirgo()
}
}
func BenchmarkCarbon_IsLibra(b *testing.B) {
now := Now()
for n := 0; n < b.N; n++ {
now.IsLibra()
}
}
func BenchmarkCarbon_IsScorpio(b *testing.B) {
now := Now()
for n := 0; n < b.N; n++ {
now.IsScorpio()
}
}
func BenchmarkCarbon_IsSagittarius(b *testing.B) {
now := Now()
for n := 0; n < b.N; n++ {
now.IsSagittarius()
}
}
func BenchmarkCarbon_IsCapricorn(b *testing.B) {
now := Now()
for n := 0; n < b.N; n++ {
now.IsCapricorn()
}
}
func BenchmarkCarbon_IsAquarius(b *testing.B) {
now := Now()
for n := 0; n < b.N; n++ {
now.IsAquarius()
}
}
func BenchmarkCarbon_IsPisces(b *testing.B) {
now := Now()
for n := 0; n < b.N; n++ {
now.IsPisces()
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。