We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208da8b commit bc6b97bCopy full SHA for bc6b97b
main.go
@@ -67,7 +67,7 @@ func run(length uint64, timeLine time.Duration) {
67
} else {
68
sysPageSize := os.Getpagesize()
69
for i := 0; uint64(i) < length; i += sysPageSize {
70
- data[i] = 1
+ data[i] = 0
71
}
72
73
0 commit comments