From c596db1079f5a062a89c4c70dbb1e2929f7b0d84 Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Tue, 12 May 2009 21:38:43 +0000 Subject: 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 --- share/www/script/couch_tests.js | 1 + 1 file changed, 1 insertion(+) (limited to 'share/www/script/couch_tests.js') 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"); -- cgit v1.2.3