From 2ad6545a087deadd82d5e3104a341c56f2b9b73c Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Mon, 24 Oct 2011 14:30:25 -0700 Subject: [PATCH] Add testrados based thrashing tasks readwrite.yaml runs a read/write workload against a set of objects. snaps.yaml adds snaps and rollback. Signed-off-by: Samuel Just --- collections/thrash/workloads/readwrite.yaml | 5 +++++ collections/thrash/workloads/snaps.yaml | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 collections/thrash/workloads/readwrite.yaml create mode 100644 collections/thrash/workloads/snaps.yaml diff --git a/collections/thrash/workloads/readwrite.yaml b/collections/thrash/workloads/readwrite.yaml new file mode 100644 index 00000000000..a9f767b636b --- /dev/null +++ b/collections/thrash/workloads/readwrite.yaml @@ -0,0 +1,5 @@ +tasks: +- testrados: + clients: [client.0] + ops: 4000 + objects: 500 diff --git a/collections/thrash/workloads/snaps.yaml b/collections/thrash/workloads/snaps.yaml new file mode 100644 index 00000000000..63125917aa5 --- /dev/null +++ b/collections/thrash/workloads/snaps.yaml @@ -0,0 +1,6 @@ +tasks: +- testrados: + snaps: True + clients: [client.0] + ops: 4000 + objects: 500