summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-05Remove now-unnecessary override of log file modeLars Wirzenius1-7/+0
2014-03-05Catch and handle malloc errors in _obnammodule.pyLars Wirzenius2-0/+21
2014-03-05Fix bug in progress message after checkpoint during a fileLars Wirzenius2-0/+6
2014-03-05Report overhead stats for backupsLars Wirzenius2-37/+85
2014-03-05Only report errors via one methodLars Wirzenius1-12/+11
2014-03-04Fix how metadata is comparedLars Wirzenius1-19/+39
2014-03-04Break long lineLars Wirzenius1-1/+2
2014-03-04Remove silly sleepLars Wirzenius1-1/+0
2014-03-04Report live data generation speed (large file)Lars Wirzenius1-0/+1
2014-03-03Remove checkpoint flag from actual generationLars Wirzenius1-0/+4
2014-03-03Log warning in FUSE if ignoring errorLars Wirzenius1-1/+2
2014-03-03Drop obnam-sha1 from resultsLars Wirzenius1-2/+0
2014-03-03Use MiBs as unit for repo sizes in benchmark summaryLars Wirzenius1-4/+4
2014-03-02Merge branch 'liw/benchmarks'Lars Wirzenius6-317/+565
2014-03-02Note in NEWS about obnam-benchmarkLars Wirzenius1-0/+5
2014-03-02Remove now-obsolete obnam-benchmark manpageLars Wirzenius2-134/+1
2014-03-02Store larch version in benchmark.jsonLars Wirzenius1-0/+2
2014-03-02Don't sort title lineLars Wirzenius1-1/+3
2014-03-02Sort summary output by obnam versionLars Wirzenius1-1/+1
2014-03-02Store Obnam version info in benchmark.jsonLars Wirzenius2-3/+15
2014-03-02Initial tool for summarising benchmark resultsLars Wirzenius1-0/+134
2014-03-02Store file count, size in benchmark.jsonLars Wirzenius1-0/+2
2014-03-02Produce only one .json file in results dirLars Wirzenius1-78/+85
2014-03-02Allow running obnam from any commitLars Wirzenius1-4/+31
2014-03-02Add --obnam-cmdLars Wirzenius1-1/+7
2014-03-01Capture and note about fusermount error; ignore itLars Wirzenius1-1/+4
2014-03-01Allow adding more info after timer is stoppedLars Wirzenius1-4/+9
2014-03-01Avoid measuring disk-usage calculationLars Wirzenius1-2/+7
2014-03-01Store sizes of live data and repositoryLars Wirzenius1-2/+17
2014-03-01Note in README.benchmarks what numbers we wantLars Wirzenius1-0/+7
2014-03-01Show percent done of large file creationLars Wirzenius1-1/+2
2014-03-01Show elapsed time; sleep to avoid weird raceLars Wirzenius1-0/+2
2014-03-01Live data generation progress; simplify restoresLars Wirzenius1-18/+23
2014-03-01Store system info into results directoryLars Wirzenius1-1/+14
2014-03-01Drop larch from benchmark requirementsLars Wirzenius1-3/+4
2014-03-01Add benchmark name to json filesLars Wirzenius1-4/+8
2014-03-01Store obnam-benchmark config in resultsLars Wirzenius1-0/+7
2014-03-01Create results dir centrallyLars Wirzenius1-9/+12
2014-03-01Obey --single-large-file-size settingLars Wirzenius1-5/+12
2014-03-01Add README explaining benchmarksLars Wirzenius1-0/+71
2014-03-01Generate binary junk for file contentLars Wirzenius1-3/+31
2014-03-01Add a little progress reportingLars Wirzenius1-0/+13
2014-03-01Move import cliapp to its own groupLars Wirzenius1-1/+2
2014-03-01Refactor live data directory creationLars Wirzenius1-12/+10
2014-03-01Make file count, size user-configurableLars Wirzenius1-17/+70
2014-03-01Include benchmark name in result filesLars Wirzenius1-13/+21
2014-03-01Start rewrite of benchmark programLars Wirzenius1-187/+121
2014-02-27Convert IOError, OSError into obnamlib.ObnamErrorsLars Wirzenius1-9/+26
2014-02-27Get rid of obnamlib.ErrorLars Wirzenius6-34/+55
2014-02-25Merge branch 'liw/retire-old-repo-class'Lars Wirzenius11-1643/+22