|
Revision 29245, 360 bytes
(checked in by bdelbosc, 3 years ago)
|
fixing #1088 use compatible command line option between executable
|
- Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 |
============= |
|---|
| 2 |
FunkLoad demo |
|---|
| 3 |
============= |
|---|
| 4 |
$Id$ |
|---|
| 5 |
|
|---|
| 6 |
You can find 4 examples of FunkLoad usage here: |
|---|
| 7 |
|
|---|
| 8 |
* simple/ |
|---|
| 9 |
An example on how to use test and bench runner with monitoring. |
|---|
| 10 |
|
|---|
| 11 |
* zope/ |
|---|
| 12 |
A basic ZopeTestCase example. |
|---|
| 13 |
|
|---|
| 14 |
* cmf/ |
|---|
| 15 |
An test case that requires a credential server. |
|---|
| 16 |
|
|---|
| 17 |
* xmlrpc/ |
|---|
| 18 |
An example on how to test/bench an XML RPC server with a Makefile example. |
|---|