diff options
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -49,9 +49,9 @@ func doGui() { // this is just interesting to see how fast it is on various boxes // and with how many repos you are working with. On my current laptop // I have 320 repos and when I'm using it and most things are in memory - // cache, it takes around - // 13G 424266 total files - + // cache, it took: rill repos.Reload() took (2ms) + // which is hard to believe when my ~/go/src is 13G with 424266 files + // nevermind, there must be something wrong with the code right now log.Printf("rill repos.Reload() took (%s)\n", shell.FormatDuration(time.Since(now))) os.Exit(0) } |
