From 4ddb75549c6565b5a2ca9edec0d965bdf53eed11 Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Thu, 17 Sep 2009 04:04:46 +0000 Subject: Fixes COUCHDB-396 Makes the stats calculated over a moving window isntead of calculated for non-overlapping timeframes. This should make trend monitoring more robust. Thanks once again to Bob Dionne for double checking this. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@816043 13f79535-47bb-0310-9956-ffa450edef68 --- test/etap/121-stats-aggregates.ini | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/etap/121-stats-aggregates.ini (limited to 'test/etap/121-stats-aggregates.ini') diff --git a/test/etap/121-stats-aggregates.ini b/test/etap/121-stats-aggregates.ini new file mode 100644 index 00000000..fc9366fc --- /dev/null +++ b/test/etap/121-stats-aggregates.ini @@ -0,0 +1,8 @@ +[stats] +rate = 10000000 ; We call collect_sample in testing +samples = [0, 1] + +[stats_descriptions] +{testing, stuff} = yay description +{number, '11'} = randomosity + -- cgit v1.2.3