Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwotton/heroku_haskell_demo
for lstoll to work his magic on.
https://github.com/mwotton/heroku_haskell_demo
Last synced: 12 days ago
JSON representation
for lstoll to work his magic on.
- Host: GitHub
- URL: https://github.com/mwotton/heroku_haskell_demo
- Owner: mwotton
- Created: 2011-06-24T01:17:21.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-07-10T03:59:59.000Z (over 13 years ago)
- Last Synced: 2023-04-16T12:07:47.399Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 6.5 MB
- Stars: 18
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
get the haskell platform
http://hackage.haskell.org/platform/linux.html
cabal install loli hack-handler-simpleserver
ghc --make app.hsPORT=3001 ./app
➜ ~ sudo ab -n 2000 -c 20 http://127.0.0.1:3001/
Requests per second: 9760.91 [#/sec] (mean)
Time per request: 2.049 [ms] (mean)
Time per request: 0.102 [ms] (mean, across all concurrent requests)
Transfer rate: 0.00 [Kbytes/sec] receivedprobably goes faster with the libevent backend, but this'll do for now.