summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-03-15Merge branch 'fixes' into 'main'HEADmainLars Wirzenius9-41/+38
fixes See merge request obnam/obnam-benchmark!16
2024-03-15debian/rules: offline, no dh-cargoLars Wirzenius1-2/+2
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2024-01-13tests(check): if test.py fails, output test.logLars Wirzenius1-1/+4
This makes it easier to see in a CI situation. Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2024-01-13tests(check): add --offline for AmbientLars Wirzenius1-2/+8
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2024-01-13chore: use a .subplot file instead of embedded YAMLLars Wirzenius3-19/+16
Subplot no longer supports the embedded YAML. Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2024-01-13to_ownedLars Wirzenius1-3/+1
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2024-01-13unwrap_orLars Wirzenius1-2/+1
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2024-01-13unnecessary borrowLars Wirzenius1-1/+1
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2024-01-13as_refLars Wirzenius1-1/+1
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2024-01-13to_ownedLars Wirzenius1-5/+1
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2024-01-13sliceLars Wirzenius1-1/+1
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2024-01-13to_ownedLars Wirzenius1-3/+1
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2024-01-13unwrap-orLars Wirzenius1-1/+1
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2024-01-13unwrap-orLars Wirzenius1-1/+1
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2022-01-31Merge branch 'readme' into 'main'Lars Wirzenius2-2/+38
docs: write a README Closes #21 See merge request obnam/obnam-benchmark!15
2022-01-31docs: write a READMELars Wirzenius2-2/+38
Sponsored-by: author
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