summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-31 17:12:00 +0000
committerLars Wirzenius <liw@liw.fi>2022-01-31 17:12:00 +0000
commited1c8990707b451580e45aea0169b9a82fe739f2 (patch)
treefc8527d2d176ed85ee35437e184aa0e0a48da916
parentf2183c5802e6674d3d69dce40048dc9c21ade6df (diff)
parentda0be711c7bbc7b80bf77eaa395c156b9eec7ac0 (diff)
downloadobnam-benchmark-ed1c8990707b451580e45aea0169b9a82fe739f2.tar.gz
Merge branch 'readme' into 'main'
docs: write a README Closes #21 See merge request obnam/obnam-benchmark!15
-rw-r--r--Cargo.toml2
-rw-r--r--README.md38
2 files changed, 38 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 10e69bc..e7423ab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ name = "obnam-benchmark"
version = "0.1.0"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"
-description = "a backup program"
+description = "benchmark the Obnam backup program"
license = "AGPL-3.0-or-later"
homepage = "https://obnam.org/"
repository = "https://gitlab.com/obnam/obnam-benchmark"
diff --git a/README.md b/README.md
index 3ea1627..7441020 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,39 @@
# obnam-benchmark -- tool to run Obnam benchmarks
-This README will be filled in later.
+[Obnam][] is an encrypting backup program. `obnam-benchmark` runs
+performance tests with Obnam: it generates various kinds of test data,
+and runs Obnam to make backups, and restore them, and finally writes
+out a file with measurements for the various parts of the process.
+
+`obnam-benchmark` can also read a set of such measurement files and
+produce a report with all results, and a summary table.
+
+The Obnam project collects [result files][] in a git repository, and
+builds a [report page][] whenever a new result is added.
+
+See [obnam-benchmark.md][] for more details and examples.
+
+
+[Obnam]: https://obnam.org/
+[result files]: https://gitlab.com/obnam/obnam-benchmark-results
+[report page]: https://doc.obnam.org/obnam-benchmark-results/
+[obnam-benchmark.md]: obnam-benchmark.md
+
+
+## Legalese
+
+
+Copyright 2021-2022 Lars Wirzenius and others
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with this program. If not, see <https://www.gnu.org/licenses/>.