Page 1 of 1

Database benchmark script

Posted: Thu Oct 31, 2002 2:02 pm
by sweahe
I'm writing a cache feature for a database wrapper.
Does someone here know of a good php benchmark script for databases? (MySQL)

I wan't to put in my wrapper functions in the php code and see how much difference the cache does!?

Posted: Thu Oct 31, 2002 3:17 pm
by volka
If you're creating a web-application you can do a web-benchmark.
See how many more or less requests are served per second....

Posted: Thu Oct 31, 2002 5:09 pm
by sweahe
How is that done, never done it!?

Posted: Thu Oct 31, 2002 5:19 pm
by volka