FeatureBaseDB / tools

Tools for development and ops
BSD 3-Clause "New" or "Revised" License
20 stars 14 forks source link

Fix stale #12

Closed alanbernstein closed 7 years ago

alanbernstein commented 7 years ago

@jaffee - there's a lot of renaming noise in here, the remaining issue is creating indexes and frames for each benchmark.

See initIndex in new file setup.go, called in Import.Init (latest commit right now, 58b1beb)

~If you have a better, quick way to do this, I'll modify. Otherwise I'll just add~ Added similar calls to the other Init functions and this should be good to go for now.

alanbernstein commented 7 years ago

Relevant commits: 9c3dd4e 242b16e (and 58b1beb) f567361

if it runs for you, that's a good start