diff options
| author | Jeff Carr <[email protected]> | 2025-01-30 19:00:57 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-30 19:00:57 -0600 |
| commit | 282215e7606752e414cbb243941f0643af3e5cf3 (patch) | |
| tree | d23a45b6dabbbae3feeee3b380348feba3c4cd0d /doGui.go | |
| parent | b60e7aa98b9d11ea441f6bc8c3e9c12a4a3c7966 (diff) | |
moved good/bad into the GUI
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) } |
