From: Alex B. <en...@tu...> - 2001-08-20 19:57:55
|
um, Goddamn! cool! > Hi All, > > For those who are interested. I just benched the cache examples and the > query example of current BC w/wo ZendCache. > > ------------------------------------------ > The query_example > ------------------------------------------ > To make the thing a bit more interesting. I extended the table to > 4 datarows with each different records. Average row size 1,432 Bytes. > > With cache > Try 1: 3.52 req/s > Try 2: 3.44 req/s > Try 3: 3.56 req/s > Try 4: 3.61 req/s > Try 5: 3.58 req/s > 3.542 requests/second from 5 tries > > Without cache > Try 1: 0.74 req/s > Try 2: 0.55 req/s > Try 3: 0.54 req/s > Try 4: 0.41 req/s > Try 5: 0.68 req/s > 0.584 requests/second from 5 tries > > ==> Speedup: 506.51% > > ------------------------------------------ > Page cache example > ------------------------------------------ > With cache > Try 1: 8.97 req/s > Try 2: 9.13 req/s > Try 3: 9.11 req/s > Try 4: 9.09 req/s > Try 5: 9.00 req/s > 9.06 requests/second from 5 tries > > Without cache > Try 1: 1.17 req/s > Try 2: 0.77 req/s > Try 3: 1.15 req/s > Try 4: 1.55 req/s > Try 5: 0.87 req/s > 1.102 requests/second from 5 tries > > ==> Speedup: 722.14% > > ------------------------------------------ > Module cache example > ------------------------------------------ > > With cache > Try 1: 4.25 req/s > Try 2: 6.97 req/s > Try 3: 6.73 req/s > Try 4: 6.97 req/s > Try 5: 6.82 req/s > 6.348 requests/second from 5 tries > > Without cache > Try 1: 1.17 req/s > Try 2: 0.69 req/s > Try 3: 1.24 req/s > Try 4: 1.21 req/s > Try 5: 0.69 req/s > 1 requests/second from 5 tries > > ==> Speedup: 534.80% > > Andi > > > _______________________________________________ > binarycloud-general mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-general > |