Fixed one missing %.
[cl-zmq.git] / perf / thr-parms.lisp
blobd056653a6c2f4a2fafaf4fbb8316bc902e6a453e
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* "pgm://lo;224.0.0.1:8000")
14 (defvar *bind-address* "tcp://lo:8000")
15 (defvar *connect-address* "tcp://localhost:8000")
16 (defvar *message-count* 1000)
17 (defvar *message-size* 32)
18 (defvar *rate* 256)