diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-02-03 19:38:50 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-02-03 19:38:50 +0100 |
commit | a6bc5bf8d7d003b6cf4e623485b330e1e2830703 (patch) | |
tree | 0495b71bcb0ec6e9b72dfa954d11c7ed857aee7a /benchmark/__init__.py | |
parent | Removed import of 'conf' module. (diff) | |
download | newspipe-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__.py | 1 |
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 @@ + |