Commit b16b546c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent bfeb87e7
...@@ -11,6 +11,8 @@ import ( ...@@ -11,6 +11,8 @@ import (
"lab.nexedi.com/kirr/neo/go/zodb" "lab.nexedi.com/kirr/neo/go/zodb"
_ "lab.nexedi.com/kirr/neo/go/zodb/wks" _ "lab.nexedi.com/kirr/neo/go/zodb/wks"
"github.com/pkg/profile"
) )
func main() { func main() {
...@@ -28,6 +30,8 @@ func main() { ...@@ -28,6 +30,8 @@ func main() {
} }
before := lastTid + 1 // XXX overflow ? before := lastTid + 1 // XXX overflow ?
defer profile.Start().Stop()
tstart := time.Now() tstart := time.Now()
m := sha1.New() m := sha1.New()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment