Moving stress tests

original commit: f899e03b59
This commit is contained in:
Jay McCarthy 2010-08-30 06:38:48 -06:00
parent 21c34d29d4
commit 7fbbc1b527

View File

@ -1,5 +1,5 @@
#lang racket/base
(require tests/stress/stress
(require tests/stress
net/websocket
net/url
racket/async-channel)
@ -29,4 +29,6 @@
(define conn (ws-connect (string->url (format "ws://localhost:~a" port))))
(for ([r (in-range REQS)])
(ws-send! conn "ping")
(ws-recv conn))))))))
(ws-recv conn))))))
(shutdown!)))