about summary refs log blame commit diff stats
path: root/TODO
blob: 44ebe6e98ea9cff517aaa2f92aefebcbefc7ebc0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                  
Console

   ( ) #0   09/12/06  console commands
   ( ) #1   09/12/06  quick find
   ( ) #2   09/12/06  open with
   ( ) #3   09/12/06  MVC for widgets
   ( ) #4   09/12/06  history for console


General

   ( ) #5   09/12/06  move code from fm into objects
   ( ) #6   09/12/06  move main to fm
pan class="p">() confObj.Mu.RLock() prevtime := confObj.LastCache confObj.Mu.RUnlock() t.Run("Cache Time Check", func(t *testing.T) { refreshCache() confObj.Mu.RLock() newtime := confObj.LastCache confObj.Mu.RUnlock() if !newtime.After(prevtime) || newtime == prevtime { t.Errorf("Cache time did not update, check refreshCache() logic\n") } }) } func Benchmark_refreshCache(b *testing.B) { initTestConf() b.ResetTimer() for i := 0; i < b.N; i++ { refreshCache() } }