Example #1
0
func main() {
	helper.Benchmark(sort, 10000) // 平均値: 305.297838ms
}
Example #2
0
func main() {
	helper.Benchmark(sort, 10000) // 平均値: 165.659119ms
}
Example #3
0
func main() {
	helper.Benchmark(sort, 10000) // 平均値: 205.251865ms
}