aboutsummaryrefslogtreecommitdiff
path: root/benchmark/__init__.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-02-03 19:38:50 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-02-03 19:38:50 +0100
commita6bc5bf8d7d003b6cf4e623485b330e1e2830703 (patch)
tree0495b71bcb0ec6e9b72dfa954d11c7ed857aee7a /benchmark/__init__.py
parentRemoved import of 'conf' module. (diff)
downloadnewspipe-a6bc5bf8d7d003b6cf4e623485b330e1e2830703.tar.gz
newspipe-a6bc5bf8d7d003b6cf4e623485b330e1e2830703.tar.bz2
newspipe-a6bc5bf8d7d003b6cf4e623485b330e1e2830703.zip
Added naive benchmarks for Whoosh and ElasticSearch.
Diffstat (limited to 'benchmark/__init__.py')
-rw-r--r--benchmark/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/__init__.py b/benchmark/__init__.py
new file mode 100644
index 00000000..8d1c8b69
--- /dev/null
+++ b/benchmark/__init__.py
@@ -0,0 +1 @@
+
bgstack15