Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdeleuze/script-engine-test
https://github.com/sdeleuze/script-engine-test
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sdeleuze/script-engine-test
- Owner: sdeleuze
- License: apache-2.0
- Created: 2015-05-05T23:23:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-13T13:45:06.000Z (over 9 years ago)
- Last Synced: 2025-01-05T21:16:42.398Z (19 days ago)
- Language: JavaScript
- Size: 191 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# script-engine-test
In order to test concurrency:
* ab -n 5000 -c 4 http://localhost:8080/mustache/ (works)
* ab -n 5000 -c 4 http://localhost:8080/handlebars/ (broken)
* ab -n 5000 -c 4 http://localhost:8080/handlebars/newglobal/ (broken)