summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-14Use python-ttystatus for terminal progress and status output.Lars Wirzenius1-128/+20
2010-06-11Save profile for each generation.Lars Wirzenius1-6/+12
2010-06-07Do a 10-gig backup benchmark as well.Lars Wirzenius1-1/+1
2010-06-07Merge changes to benchmark script.Lars Wirzenius1-12/+62
2010-06-07Add some bigger sizes.Lars Wirzenius1-1/+1
2010-06-07Use the right branch when getting btree revno.Lars Wirzenius1-1/+1
2010-06-07Run benchmark under profile, generate reports.Lars Wirzenius1-3/+8
2010-06-07Re-do how benchmarks are run.Lars Wirzenius1-12/+57
2010-06-07Add README.Lars Wirzenius1-0/+117
2010-06-05Re-do how checksum trees work.Lars Wirzenius1-32/+8
2010-06-05Add --log-level option and make INFO the default.Lars Wirzenius1-1/+14
2010-06-05Add NodeStoreVfs.mkdir.Lars Wirzenius1-0/+4
2010-06-05Do not make .bak files when overwriting file in store.Lars Wirzenius1-1/+1
2010-06-05Fix overwrite_file to handle make_backup=False and no previous file.Lars Wirzenius2-1/+8
2010-06-05Add make_backup optional argument to VFS.overwrite_file.Lars Wirzenius3-3/+11
2010-06-05Fix cleanup of test-plugins/*.pyc.Lars Wirzenius1-1/+1
2010-06-04Merged from main branch.Lars Wirzenius3-6/+53
2010-06-04Allow setting of adddress on command line. Sort by cumulative time.Lars Wirzenius1-3/+5
2010-06-03Make my personal profiling report also send reports to me via e-mail.Lars Wirzenius1-0/+6
2010-06-03Add script to run benchmarks on my setup.Lars Wirzenius1-0/+36
2010-06-03Allow setting of profile filename via OBNAM_PROFILE.Lars Wirzenius1-2/+5
2010-06-01Use a 64-bit counter for chunks with same checksum, not 16-bit.Lars Wirzenius1-4/+4
2010-05-29Merged from upstream.Lars Wirzenius1-2/+2
2010-05-28Do not create a new tree every time a checksum tree is modified.Lars Wirzenius1-1/+1
2010-05-28Mark obviously correct method as being outside of test coverage.Lars Wirzenius1-1/+1
2010-05-26Store chunks in a directory hierarchy.Lars Wirzenius1-4/+11
2010-05-26Merge change to speed up chunk group storage.Lars Wirzenius1-30/+22
2010-05-26Store chunk group's ids as a blob.Lars Wirzenius1-30/+22
2010-05-23Use random chunk group ids.Lars Wirzenius1-2/+1
2010-05-23Remove benchmark specification.Lars Wirzenius1-69/+0
2010-05-23Clean profiling and benchmarking files.Lars Wirzenius1-1/+2
2010-05-23Make it easier to change which version of seivot is being run.Lars Wirzenius1-3/+3
2010-05-22Allow setting of sort order from command line.Lars Wirzenius1-1/+10
2010-05-22Add script to run a test case under profiling.Lars Wirzenius1-0/+31
2010-05-22Add basic benchmarking.Lars Wirzenius2-0/+100
2010-05-22Add a script to run a benchmark using seivot.Lars Wirzenius1-0/+31
2010-05-22Add benchmark specification.Lars Wirzenius1-0/+69
2010-05-20Store more things using B-trees instead of custom data files.Lars Wirzenius2-82/+295
2010-05-19Fix ChunkGroupTree to handle duplicated chunks.Lars Wirzenius2-32/+60
2010-05-19Add ChunkGroupTree class to store chunk group data.Lars Wirzenius2-0/+93
2010-05-19Add B-tree to map checksums to chunk group ids.Lars Wirzenius1-11/+4
2010-05-19Add a B-tree for mapping chunk checksums to chunk ids.Lars Wirzenius1-10/+5
2010-05-17Use StoreTree to simplify GenerationStore a bit.Lars Wirzenius1-21/+4
2010-05-17Use StoreTree to simplify HostList a bit.Lars Wirzenius1-24/+3
2010-05-17Add ChecksumTree class.Lars Wirzenius2-0/+142
2010-05-17Change put_chunk to use random chunk ids.Lars Wirzenius1-2/+2
2010-05-16Remove log message added for debugging, since it uses lots of time.Lars Wirzenius1-0/+1
2010-05-16Add way to run obnam under profiling.Lars Wirzenius2-12/+48
2010-05-16fooLars Wirzenius2-7/+2
2010-05-16Remove now-unused Metadata fields chunks, chunkgroups.Lars Wirzenius2-7/+2