Change 10e6 to 1e7
This commit is contained in:
committed by
İnanç Gümüş
parent
6c55fa5310
commit
c3fd981de3
@ -17,7 +17,7 @@ func main() {
|
||||
)
|
||||
|
||||
// loop 10 million times
|
||||
for len(nums) < 10e6 {
|
||||
for len(nums) < 1e7 {
|
||||
// get the capacity
|
||||
c := float64(cap(nums))
|
||||
|
||||
|
Reference in New Issue
Block a user