()
| 43 | // without an index |
| 44 | |
| 45 | function createDatabaseUnindexed() { |
| 46 | db = new loki('binary index perf'); |
| 47 | |
| 48 | samplecoll = db.addCollection('samplecoll'); |
| 49 | } |
| 50 | |
| 51 | function createDatabaseIndexed(adaptive) { |
| 52 | db = new loki('binary index perf'); |