PHP  
SVN Instructions  
/[svn]/php/php-benchmarks Main trees: php-src | pecl | pear | pear-core  

View Directory Listing Directory Listing


Sticky Revision:

Revision 284003 - Directory Listing
Modified Mon Jul 13 12:15:13 2009 UTC (3 days, 5 hours ago) by gwynne
fix a huge number of wrong MIME types. UGH.

Revision 283589 - Directory Listing
Modified Mon Jul 6 18:34:20 2009 UTC (9 days, 23 hours ago) by hjalle
Edited so if the PHP process is spawned directly and not via a "sh -c .." command, it will still work for the smapsparser.

Revision 283585 - Directory Listing
Modified Mon Jul 6 16:15:09 2009 UTC (10 days, 1 hour ago) by hjalle
Fixed notices and warning

Revision 283584 - Directory Listing
Modified Mon Jul 6 16:13:50 2009 UTC (10 days, 1 hour ago) by hjalle
Changed split to explode to fix deprecated message

Revision 283578 - Directory Listing
Modified Mon Jul 6 15:22:56 2009 UTC (10 days, 2 hours ago) by hjalle
Removed some duplicated test files

Revision 283361 - Directory Listing
Modified Thu Jul 2 21:51:23 2009 UTC (13 days, 19 hours ago) by olafurw
Converting Crypto-AES from JS to PHP.

Revision 283301 - Directory Listing
Modified Wed Jul 1 22:54:31 2009 UTC (2 weeks ago) by hjalle
Fixed a simple miss

Revision 283300 - Directory Listing
Modified Wed Jul 1 22:52:02 2009 UTC (2 weeks ago) by olafurw
Converting Crypto-AES from JS to PHP. Test version.

Revision 283297 - Directory Listing
Modified Wed Jul 1 20:36:38 2009 UTC (2 weeks ago) by olafurw
Changed the size of the loops from 300k to 20k

Revision 283258 - Directory Listing
Modified Wed Jul 1 12:32:23 2009 UTC (2 weeks, 1 day ago) by hjalle
Changed to MB instead of mB

Revision 283190 - Directory Listing
Modified Tue Jun 30 18:14:48 2009 UTC (2 weeks, 1 day ago) by hjalle
Changes to compare private RSS instead of VM size.

Revision 283188 - Directory Listing
Modified Tue Jun 30 18:13:03 2009 UTC (2 weeks, 1 day ago) by hjalle
Changes to lower memory usage in the benchmark script and sort depending on private RSS instead of total VM size.

Revision 283071 - Directory Listing
Modified Mon Jun 29 20:29:48 2009 UTC (2 weeks, 2 days ago) by olafurw
Added a work in progress folder and moved some files to the test folder

Revision 283064 - Directory Listing
Modified Mon Jun 29 19:30:55 2009 UTC (2 weeks, 2 days ago) by hjalle
Modified the way of printing the results to a more structurated way.

Revision 283063 - Directory Listing
Modified Mon Jun 29 19:29:24 2009 UTC (2 weeks, 2 days ago) by hjalle
Added a way of comparing results (-- comparison, --complog)  as well as some minor fixes. The comparsion can only be made with tools of the same kind, ie: memusage can be compared with memusage and not with cachegrind results.

There are some functions that are very unnecessary and that is the "cmpInstructions", "cmpRuntime", "cmpMemusage" and some more. They could all be replaced of one function with a $key parameter, but then the usort don't work. Is there any work-around for this?

Revision 283061 - Directory Listing
Modified Mon Jun 29 19:23:17 2009 UTC (2 weeks, 2 days ago) by hjalle
Two small microbenchmarks of arrays.

Revision 283059 - Directory Listing
Modified Mon Jun 29 19:21:27 2009 UTC (2 weeks, 2 days ago) by hjalle
The richards test (working copy)

Revision 282905 - Directory Listing
Modified Sun Jun 28 00:02:59 2009 UTC (2 weeks, 4 days ago) by olafurw
Added Crypto AES - Work in progress (not functional at this moment)

Revision 282880 - Directory Listing
Modified Sat Jun 27 16:43:55 2009 UTC (2 weeks, 5 days ago) by olafurw
Added crypto md5 (string to md5 only)

Revision 282697 - Directory Listing
Modified Wed Jun 24 00:58:38 2009 UTC (3 weeks, 1 day ago) by hjalle
Modified the way of using external tools (such as cachegrind and smaps) so "--tool cachegrind" or "--tool memusage" is used instead of earlier implementation. phpversion() and php_uname() are also added to the output as. A couple of smaller fixes were also made.

Revision 282696 - Directory Listing
Modified Wed Jun 24 00:56:19 2009 UTC (3 weeks, 1 day ago) by hjalle
Added a function for printing the summary of the mem usage

Revision 282695 - Directory Listing
Modified Wed Jun 24 00:55:33 2009 UTC (3 weeks, 1 day ago) by hjalle
Added a function for printing out results

Revision 282607 - Directory Listing
Modified Tue Jun 23 00:02:23 2009 UTC (3 weeks, 2 days ago) by hjalle
Changed include set path instead of just including. Ie, if paths is set, it will be only those paths that are included and the default ones will not automatically be when the argument is set.

microtests has also been added to the default test set.

Revision 282606 - Directory Listing
Modified Mon Jun 22 22:39:43 2009 UTC (3 weeks, 2 days ago) by hjalle
Restructuration of files (microtests directory added and microbenchs have been moved there)

Revision 282320 - Directory Listing
Modified Wed Jun 17 14:43:17 2009 UTC (4 weeks, 1 day ago) by hjalle
Removed duplicated files

Revision 282315 - Directory Listing
Modified Wed Jun 17 12:50:56 2009 UTC (4 weeks, 1 day ago) by hjalle
SMAPS-parser for memory statistics on linux with kernel > 2.6.14

Revision 282314 - Directory Listing
Modified Wed Jun 17 12:49:56 2009 UTC (4 weeks, 1 day ago) by hjalle
Beginning of cachegrind parser

Revision 282313 - Directory Listing
Modified Wed Jun 17 12:48:17 2009 UTC (4 weeks, 1 day ago) by hjalle
Removed un-needed reference that have been deprecated in PHP 5.3

Revision 282312 - Directory Listing
Modified Wed Jun 17 12:46:13 2009 UTC (4 weeks, 1 day ago) by hjalle
Memory usage for linux and valgrind usage thats not finished yet.

Revision 282311 - Directory Listing
Modified Wed Jun 17 12:44:06 2009 UTC (4 weeks, 1 day ago) by hjalle
The v8-crypto benchmark port.

Revision 281568 - Directory Listing
Modified Tue Jun 2 21:39:25 2009 UTC (6 weeks, 1 day ago) by olafurw
Added backtrace info for debugging. If someone wants to help.

Revision 281544 - Directory Listing
Modified Tue Jun 2 13:22:22 2009 UTC (6 weeks, 2 days ago) by hjalle
j4p5 parser test

Revision 281543 - Directory Listing
Modified Tue Jun 2 13:19:40 2009 UTC (6 weeks, 2 days ago) by hjalle
Whirl parser test

Revision 281309 - Directory Listing
Modified Thu May 28 13:47:31 2009 UTC (7 weeks ago) by hjalle
Removed duplicated files that was the result of earlier cvs usage.

Revision 281304 - Directory Listing
Modified Thu May 28 13:42:39 2009 UTC (7 weeks ago) by hjalle
Added comments

Revision 281303 - Directory Listing
Modified Thu May 28 13:40:59 2009 UTC (7 weeks ago) by hjalle
Changed to class-structure
Added PEAR console_getargs usage instead
Fixed some (most?) CS issues

Revision 281302 - Directory Listing
Modified Thu May 28 13:38:49 2009 UTC (7 weeks ago) by hjalle
PEAR package class for console handling

Revision 281301 - Directory Listing
Modified Thu May 28 13:34:15 2009 UTC (7 weeks ago) by hjalle
White spacce issues and removal of uneccessary function

Revision 281047 - Directory Listing
Modified Sun May 24 19:01:24 2009 UTC (7 weeks, 3 days ago) by hjalle
The CLI-based benchmark

Revision 281041 - Directory Listing
Modified Sun May 24 17:45:11 2009 UTC (7 weeks, 3 days ago) by hjalle
Main structure of the CLI-benchmark

Revision 279859 - Directory Listing
Modified Mon May 4 14:39:31 2009 UTC (2 months, 1 week ago) by hjalle
Ported from Java implementation

Revision 279628 - Directory Listing
Modified Thu Apr 30 19:32:17 2009 UTC (2 months, 2 weeks ago) by nlopess
make blend method static, per Olafur suggestion

Revision 279503 - Directory Listing
Modified Tue Apr 28 09:52:11 2009 UTC (2 months, 2 weeks ago) by pbiggar
Add raytracer benchmark, contributed by Davide Mendolia.
I've only given this a quick glance, so reviewers are welcome.

Revision 278392 - Directory Listing
Modified Tue Apr 7 21:57:22 2009 UTC (3 months, 1 week ago) by olafurw
initial import.

Revision 276372 - Directory Listing
Modified Tue Feb 24 21:30:46 2009 UTC (4 months, 2 weeks ago) by cvs2svn
This commit was manufactured by cvs2svn to create tag 'HEAD'.

Revision 276371 - Directory Listing
Modified Tue Feb 24 21:30:45 2009 UTC (4 months, 2 weeks ago) by nlopess
initial import. code by Olafur

Revision 276370 - Directory Listing
Added Tue Feb 24 21:30:45 2009 UTC (4 months, 2 weeks ago) by cvs2svn
Standard project directories initialized by cvs2svn.

[email protected]
ViewVC Help
Powered by ViewVC 1.1.1