https://github.com/jonmagic/benchmark-javascript-search-engines
https://github.com/jonmagic/benchmark-javascript-search-engines
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonmagic/benchmark-javascript-search-engines
- Owner: jonmagic
- Created: 2015-09-27T23:53:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-28T06:34:59.000Z (over 10 years ago)
- Last Synced: 2025-01-31T13:43:47.505Z (about 1 year ago)
- Language: JavaScript
- Size: 1.19 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Benchmark Javascript Search Engines
Starting with:
* [lunr](http://lunrjs.com/)
* [search-index](https://github.com/fergiemcdowall/search-index)
Instructions:
```bash
$ git clone https://github.com/jonmagic/benchmark-javascript-search-engines
$ cd benchmark-javascript-search-engines
benchmark-javascript-search-engines/ $ npm install
benchmark-javascript-search-engines/ $ npm run benchmark
```