summaryrefslogtreecommitdiff
path: root/share/www/script/couch_tests.js
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2009-05-12 21:38:43 +0000
committerJohn Christopher Anderson <jchris@apache.org>2009-05-12 21:38:43 +0000
commitc596db1079f5a062a89c4c70dbb1e2929f7b0d84 (patch)
treea275c6cfc9d8eeae6928828ee02330ce1eef6353 /share/www/script/couch_tests.js
parent9418d9814779dd27e15036fc6b9d9355a4b70578 (diff)
You can now specify either "_sum" or "_count" as the source code for 2 built-in Erlang reduce functions. The framework is ready for YOU to add more built in reductions. The short list includes: _avg, _stddev, _min, and _max. We could also have one function that does all that in a single function, but it might not be as fun to use.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@774101 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/script/couch_tests.js')
-rw-r--r--share/www/script/couch_tests.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/www/script/couch_tests.js b/share/www/script/couch_tests.js
index 62e877d8..6528835d 100644
--- a/share/www/script/couch_tests.js
+++ b/share/www/script/couch_tests.js
@@ -37,6 +37,7 @@ loadTest("bulk_docs.js");
loadTest("lots_of_docs.js");
loadTest("reduce.js");
loadTest("reduce_false.js");
+loadTest("reduce_builtin.js");
loadTest("design_options.js");
loadTest("multiple_rows.js");
loadTest("large_docs.js");