summaryrefslogtreecommitdiff
path: root/speed-test
AgeCommit message (Expand)AuthorFilesLines
2013-09-06fsck fixes from Antoine BrennerLars Wirzenius1-0/+3
2013-01-20Fix speed-testLars Wirzenius1-7/+13
2013-01-16Repair non-working example.py and speed-testAntoine Brenner1-5/+9
2013-01-16Fix allow_writeBrinx1-4/+4
2011-07-07Add count_range to speed-test.Lars Wirzenius1-0/+6
2011-07-07Add len(list(lookup_range(a,b))) to speed-test.Lars Wirzenius1-1/+7
2011-06-28Use new cliapp settings API.Lars Wirzenius1-9/+8
2011-04-23Add --csv option to speed-test.Lars Wirzenius1-0/+51
2011-03-31Update to new cliapp API.Lars Wirzenius1-15/+17
2011-03-07Change names from btree to larch.Lars Wirzenius1-5/+5
2011-02-23Use btree.open_forest in speed-test.Lars Wirzenius1-5/+4
2011-02-23Change the forest factory to be a function, instead.Lars Wirzenius1-1/+1
2011-02-17Improve memory use logging.Lars Wirzenius1-5/+12
2011-02-17Add more memory use logging.Lars Wirzenius1-1/+4
2011-02-16Add speed-test --trace option.Lars Wirzenius1-1/+7
2011-02-16Bump copyright year.Lars Wirzenius1-1/+1
2011-02-16Add --log-memory-use option to speed-test.Lars Wirzenius1-0/+12
2011-02-16Convert to using cliapp.Lars Wirzenius1-112/+124
2010-12-27Turn lookup_range into a generator.Lars Wirzenius1-1/+2
2010-07-06Report some progress in speed-test.Lars Wirzenius1-0/+1
2010-07-05Change speed-test to report both CPU and wall clock times.Lars Wirzenius1-22/+26
2010-07-05Refactor speed-test.Lars Wirzenius1-63/+40
2010-07-05Change how range lookups and removals are measured.Lars Wirzenius1-9/+8
2010-07-03Add remove_range to speed-test.Lars Wirzenius1-0/+19
2010-07-03Add remove to speed-test.Lars Wirzenius1-0/+10
2010-06-17Fix refcount-drops-to-zero.Lars Wirzenius1-1/+1
2010-06-06Store lookup_range profile in the right file.Lars Wirzenius1-1/+1
2010-06-06Add lookup_range to speed-test.Lars Wirzenius1-5/+17
2010-06-05Add insertions into existing tree to speed-test.Lars Wirzenius1-2/+13
2010-05-24Add disabled code to set up logging.Lars Wirzenius1-0/+4
2010-05-24Measure commit time as well.Lars Wirzenius1-7/+12
2010-05-13Add profiling support to speed-test.Lars Wirzenius1-7/+27
2010-05-08Add copyright and license information to every file.Lars Wirzenius1-1/+15
2010-05-06Block size should be realistic.Lars Wirzenius1-1/+1
2010-05-03Adjust speed-test to current APIs.Lars Wirzenius1-9/+15
2010-04-12Rewrite speed tester to work with current BTree implementation.Lars Wirzenius1-27/+40
2010-03-14Make it possible to measure many fanout factors on the same run.Lars Wirzenius1-33/+27
2010-03-14Add simple benchmark script for B-tree implementation.Lars Wirzenius1-0/+65