summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-01-19Merge branch 'release' into 'main'v0.1.0Lars Wirzenius1-2/+5
chore: prepare Cargo.toml for release See merge request obnam/obnam-benchmark!14
2022-01-19chore: prepare Cargo.toml for releaseLars Wirzenius1-2/+5
Sponsored-by: author
2022-01-16Merge branch 'fix-version-column' into 'main'Lars Wirzenius4-16/+51
feat: allow report to write to named file See merge request obnam/obnam-benchmark!13
2022-01-16feat: record Obnam commit, if building from git; fix version reportLars Wirzenius4-9/+38
Sponsored-by: author
2022-01-16fix: return actual version from result fileLars Wirzenius1-4/+1
Sponsored-by: author
2022-01-16feat: allow report to write to named fileLars Wirzenius1-3/+12
Sponsored-by: author
2022-01-06Merge branch 'fix' into 'main'Lars Wirzenius1-0/+1
fix: add Subplot to build deps See merge request obnam/obnam-benchmark!12
2022-01-06fix: add Subplot to build depsLars Wirzenius1-0/+1
Sponsored-by: author
2022-01-06Merge branch 'fix' into 'main'Lars Wirzenius1-0/+1
fix: add moreutils to Debian build deps (for chronic) See merge request obnam/obnam-benchmark!11
2022-01-06fix: add moreutils to Debian build deps (for chronic)Lars Wirzenius1-0/+1
Sponsored-by: author
2022-01-06Merge branch 'debian' into 'main'Lars Wirzenius8-0/+69
feat: add rudimentary Debian packaging See merge request obnam/obnam-benchmark!10
2022-01-06feat: add rudimentary Debian packagingLars Wirzenius8-0/+69
Sponsored-by: author
2022-01-06Merge branch 'build-obnam' into 'main'Lars Wirzenius6-30/+218
feat: build and run Obnam from git, or run installed version See merge request obnam/obnam-benchmark!9
2022-01-06feat: build and run Obnam from git, or run installed versionLars Wirzenius6-30/+218
Sponsored-by: author
2022-01-05Merge branch 'reporting' into 'main'Lars Wirzenius7-7/+298
feat: add report generation Closes #3 See merge request obnam/obnam-benchmark!8
2022-01-05feat: add report generationLars Wirzenius7-7/+298
Sponsored-by: author
2022-01-05Merge branch 'output-file' into 'main'Lars Wirzenius2-6/+27
feat: output file for run command See merge request obnam/obnam-benchmark!7
2022-01-05feat: output file for run commandLars Wirzenius2-6/+27
Sponsored-by: author
2022-01-05Merge branch 'metadata' into 'main'Lars Wirzenius5-8/+129
metadata Closes #13 See merge request obnam/obnam-benchmark!6
2022-01-05feat: add metadata about benchmark run and host to outputLars Wirzenius5-5/+126
Sponsored-by: author
2022-01-05refactor: rename Result to SuiteMeasurementsLars Wirzenius2-4/+4
Sponsored-by: author
2022-01-05Merge branch 'summain-try2' into 'main'Lars Wirzenius9-4/+235
test: be quiet unless test.py fails See merge request obnam/obnam-benchmark!5
2022-01-05feat: implement step to restore dataLars Wirzenius4-7/+82
Sponsored-by: author
2022-01-05feat: add "steps" subcommandLars Wirzenius7-3/+159
Sponsored-by: author
2022-01-04test: be quiet unless test.py failsLars Wirzenius1-1/+1
Sponsored-by: author
2022-01-04Merge branch 'run-server2-with-python' into 'main'Lars Wirzenius13-74/+235
feat: actually run client and server See merge request obnam/obnam-benchmark!4
2022-01-04feat: actually run client and serverLars Wirzenius13-74/+235
Also, switch Subplot step functions to Python: it was too hard to debug failures in the Rust ones. Sponsored-by: author
2021-12-26Merge branch 'random' into 'main'Lars Wirzenius7-2/+103
feat: generate test data with junk contents See merge request obnam/obnam-benchmark!3
2021-12-26feat: generate test data with junk contentsLars Wirzenius7-2/+103
Also, add "obnam generate-junk" command, for testing this. Sponsored-by: author
2021-12-19Merge branch 'obnam-server' into 'main'Lars Wirzenius7-3/+453
feat: add abstraction for daemons and managing them See merge request obnam/obnam-benchmark!2
2021-12-19feat: add an abstraction for managing an Obnam serverLars Wirzenius7-3/+296
Sponsored-by: author
2021-12-19feat: add abstraction for daemons and managing themLars Wirzenius2-0/+157
Sponsored-by: author
2021-12-10refactor to pre-create all needed pathbufsLars Wirzenius1-21/+25
Sponsored-by: author
2021-12-10add test cert for TLSLars Wirzenius3-0/+57
Sponsored-by: author
2021-12-10TLS certificatesLars Wirzenius3-4/+26
Sponsored-by: author
2021-12-10call start/stop server in the right placesLars Wirzenius1-2/+4
Sponsored-by: author
2021-12-10add an abstraction for managing an Obnam systemLars Wirzenius2-20/+20
Sponsored-by: author
2021-12-10add start of ObnamLars Wirzenius2-0/+130
Sponsored-by: author
2021-12-10feat: add back the file size and count measurementstLars Wirzenius1-2/+38
Sponsored-by: author
2021-12-10refactor a lotLars Wirzenius7-225/+166
Sponsored-by: author
2021-12-10test: add Subplot scenario for a smoke testLars Wirzenius3-6/+53
Sponsored-by: author
2021-12-09test: make ./check explicitly say that all is good, if it isLars Wirzenius1-0/+1
Sponsored-by: author
2021-12-06feat: add loggingLars Wirzenius6-13/+99
A lot of logging, if the debug level is chosen. But that's how it should be. Sponsored-by: author
2021-12-05feat: create and count test data filesLars Wirzenius3-4/+36
They're empty, for now. Sponsored-by: author
2021-12-05refactor: move file stats code into data.rsLars Wirzenius2-2/+10
Sponsored-by: author
2021-12-05feat: create a temporary directory for test dataLars Wirzenius5-11/+26
Sponsored-by: author
2021-12-05feat: add data and state abstractionsLars Wirzenius6-71/+146
Sponsored-by: author
2021-12-05feat: put back dummy output so it looks something is happeningLars Wirzenius1-0/+1
Sponsored-by: author
2021-12-05refactor: move test data manipulation into functions, tooLars Wirzenius2-22/+29
Sponsored-by: author
2021-12-05refactor: move backup, restore to separate functions, for clarityLars Wirzenius1-11/+18
Sponsored-by: author