From: Graham B. <gb...@po...> - 2000-05-24 08:37:51
|
On Wed, May 24, 2000 at 09:03:30AM +0200, Bouarich, Reda wrote: > Hello, > Is it possible to test for instance how much entries a perl program can > retrieve from the DIT in one second ? You can, but you will probably get a different result every time. THe problem with this type of benchmark is that you are not just timing the perl script. You also have to take into account that the server time taken to do the lookup will change depending on load and the network transport time will change depending on traffic. Graham. |