TimeTrex/vendor/pear/cache_lite/tests
2022-12-13 07:10:06 +01:00
..
bench2.php TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
bench3.php TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
bench.php TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
bootstrap.php TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
Cache_Lite_automaticCleaning.phpt TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
cache_lite_base.inc TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
Cache_Lite_classical.phpt TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
Cache_Lite_error2.phpt TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
Cache_Lite_error.phpt TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
Cache_Lite_eternal.phpt TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
Cache_Lite_fatest.phpt TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
cache_lite_file_base.inc TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
Cache_Lite_File_classical.phpt TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
cache_lite_function_base.inc TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
Cache_Lite_Function_classical.phpt TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
Cache_Lite_Function_dontcache.phpt TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
Cache_Lite_Function_drop.phpt TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
Cache_Lite_hashed.phpt TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
Cache_Lite_lifetime.phpt TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
Cache_Lite_memorycache.phpt TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
cache_lite_output_base.inc TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
Cache_Lite_Output_classical.phpt TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
Cache_Lite_serialization.phpt TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
callcache.inc TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
errordie.php TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
ErrorDieTest.php TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
NestedOutputTest.php TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
pearbug513.phpt TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
pearbug7618.phpt TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
pearbug13693.phpt TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
pearbug18192.php TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
pearbug18328.phpt TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
pearbug19422.phpt TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
pearbug19711.phpt TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
readme TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00
tmpdir.inc TimeTrex Community Edition v16.2.0 2022-12-13 07:10:06 +01:00

Cache_Lite is perfs oriented. So before commiting, please bench your patch !

To bench Cache_Lite, I use the tool 'ab' (distributed with apache).

(for example)
/usr/sbin/ab -c 10 -n 1000 http://127.0.0.1/ [...] /Cache_Lite/tests/bench.php

In the output of 'ab', most important things are :
- Failed requests: (must be 0 ! If not, don't commit !)
- Requests per second:    XXX [#/sec] (mean)


For testing if the cache is ok or not, you can use the script 'test.php', it 
will write if the cache has been hit or missed...


Fabien (fab@php.net)