Contexts are error handled + tests for that.
[cl-zmq.git] / perf / lat-parms.lisp
blobbdef54f0e6e653589a1b598643760958ca088614
1 ;; Copyright (c) 2009, 2010 Vitaly Mayatskikh <v.mayatskih@gmail.com>
2 ;;
3 ;; This file is part of CL-ZMQ.
4 ;;
5 ;; Vitaly Mayatskikh grants you the rights to distribute
6 ;; and use this software as governed by the terms
7 ;; of the Lisp Lesser GNU Public License
8 ;; (http://opensource.franz.com/preamble.html),
9 ;; known as the LLGPL.
11 (in-package :zeromq-test)
13 (defvar *address* "tcp://127.0.0.1:5555")
14 (defvar *roundtrip-count* 1000)
15 (defvar *message-size* 32)