summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-02-18 16:19:33 +0200
committerLars Wirzenius <liw@liw.fi>2017-02-18 16:19:33 +0200
commit22a2f318971eb8581e194aa2aae9a057ccb7b840 (patch)
tree71e2871a5f05eabf2ead3e173089fe355fef1b1e
parent95dd86e4df0b180d06dbba603f6314157e3e44ad (diff)
downloadserver-yarns-22a2f318971eb8581e194aa2aae9a057ccb7b840.tar.gz
Fix domain name for obnam benchmark site
-rw-r--r--030-benchmark.obnam.org.yarn11
-rw-r--r--030-benchmarks.obnam.org.yarn11
2 files changed, 11 insertions, 11 deletions
diff --git a/030-benchmark.obnam.org.yarn b/030-benchmark.obnam.org.yarn
new file mode 100644
index 0000000..758f25c
--- /dev/null
+++ b/030-benchmark.obnam.org.yarn
@@ -0,0 +1,11 @@
+# benchmark.obnam.org
+
+`benchmark.obnam.org` is where I publish benchmark results from
+Obnam, a side project of mine.
+
+ SCENARIO benchmark.obnam.org
+ GIVEN server is also known as benchmark.obnam.org
+
+ WHEN user fetches http://benchmark.obnam.org/
+ THEN HTTP status is 200
+ AND HTTP body matches "Obnam benchmarks"
diff --git a/030-benchmarks.obnam.org.yarn b/030-benchmarks.obnam.org.yarn
deleted file mode 100644
index 4eefb65..0000000
--- a/030-benchmarks.obnam.org.yarn
+++ /dev/null
@@ -1,11 +0,0 @@
-# benchmarks.obnam.org
-
-`benchmarks.obnam.org` is where I publish benchmark results from
-Obnam, a side project of mine.
-
- SCENARIO benchmarks.obnam.org
- GIVEN server is also known as benchmarks.obnam.org
-
- WHEN user fetches http://benchmarks.obnam.org/
- THEN HTTP status is 200
- AND HTTP body matches "Obnam benchmarks"