about summary refs log tree commit diff stats
path: root/svc/cache_test.go
Commit message (Expand)AuthorAgeFilesLines
* updating module to live at sourcehutBen Morrison2020-06-201-3/+3
* decoupled tests from personal twtxt.txtBen Morrison2019-12-191-1/+1
* license notice at top of each fileBen Morrison2019-07-111-0/+19
* changes related to registry-v0.3.0 v0.4.3Ben Morrison2019-06-181-1/+1
* updated cacheUpdate benchBen Morrison2019-06-131-1/+1
* temporarily disabling cacheUpdate testBen Morrison2019-06-121-0/+5
* more context to cacheUpdate test failureBen Morrison2019-06-121-1/+1
* cache.go tests finishedBen Morrison2019-06-111-8/+82
* updated cache benchmarksBen Morrison2019-06-111-0/+18
* eliminated confObj.LastCache and confObj.LastPush. Unneeded when using ticker...Ben Morrison2019-06-111-18/+10
* cache and db now use time.Ticker for events. refactored some initialization.Ben Morrison2019-06-111-49/+5
* cache-related testsBen Morrison2019-06-091-0/+53
* fixed some import commentsBen Morrison2019-06-051-1/+1
* moved bulk of code to its own package to clean up source treeBen Morrison2019-06-051-0/+32