From 22a2f318971eb8581e194aa2aae9a057ccb7b840 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 18 Feb 2017 16:19:33 +0200 Subject: Fix domain name for obnam benchmark site --- 030-benchmark.obnam.org.yarn | 11 +++++++++++ 030-benchmarks.obnam.org.yarn | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 030-benchmark.obnam.org.yarn delete mode 100644 030-benchmarks.obnam.org.yarn 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" -- cgit v1.2.1