Commit: d4b34f4c92da548ef8a77924ddadab042d03460f Author: Matt Ficken <v-maf...@.redmond.corp.microsoft.com> Wed, 19 Oct 2011 17:47:42 -0700 Parents: dd0a22f0f251027673b813b9ae1bb8b83d736cc3 Branches: master
Link: http://git.php.net/?p=pftt2.git;a=commitdiff;h=d4b34f4c92da548ef8a77924ddadab042d03460f Log: Initial Commit of PFTT2 for OSTC Changed paths: D PFTT A PFTT/.buildpath A PFTT/.project A PFTT/Gemfile A PFTT/Gemfile.lock A PFTT/LICENSE.txt A PFTT/Rakefile A PFTT/_pftt.rb A PFTT/_pftt_server.rb A PFTT/all_pftt_results.sqlite A PFTT/bootstrap.rb A PFTT/config/.gitkeep A PFTT/config/default.yaml A PFTT/config/definitions/.gitkeep A PFTT/config/definitions/context/.gitkeep A PFTT/config/definitions/context/local_php_smb_terastation.yaml A PFTT/config/definitions/context/mysql_ssl.yaml A PFTT/config/definitions/context/mysql_tcp.yaml A PFTT/config/definitions/context/remote_php_smb_terastation.yaml A PFTT/config/definitions/host/.gitkeep A PFTT/config/definitions/host/local.yaml A PFTT/config/definitions/host/oi1_php_wdw_0.yaml A PFTT/lib/.gitkeep A PFTT/lib/diff.rb A PFTT/lib/filter_by_property_value.rb A PFTT/lib/host.rb A PFTT/lib/host/array.rb A PFTT/lib/host/local.rb A PFTT/lib/host/remote.rb A PFTT/lib/host/remote/ssh.rb A PFTT/lib/host/stub.rb A PFTT/lib/lumber_jack.rb A PFTT/lib/middleware.rb A PFTT/lib/middleware/cli.rb A PFTT/lib/middleware/http.rb A PFTT/lib/middleware/http/apache.rb A PFTT/lib/middleware/http/apache/mod_php.rb A PFTT/lib/middleware/http/apache/mod_php/apc.rb A PFTT/lib/middleware/http/apache/mod_php/apc/igbinary.rb A PFTT/lib/middleware/http/iis.rb A PFTT/lib/middleware/http/iis/fast_cgi.rb A PFTT/lib/middleware/http/iis/fast_cgi/wincache.rb A PFTT/lib/monkeypatch/file/relative.rb A PFTT/lib/monkeypatch/io/nonblock.rb A PFTT/lib/monkeypatch/object/dclone.rb A PFTT/lib/monkeypatch/string/random.rb A PFTT/lib/monkeypatch/string/unindent.rb A PFTT/lib/monkeypatch/string/unquote.rb A PFTT/lib/options_hash.rb A PFTT/lib/pftt_client.rb A PFTT/lib/php_build.rb A PFTT/lib/php_ini.rb A PFTT/lib/php_ini/inheritable.rb A PFTT/lib/phpt_test_case.rb A PFTT/lib/phpt_test_result.rb A PFTT/lib/report.rb A PFTT/lib/report/comparison.rb A PFTT/lib/report/comparison/by_os.rb A PFTT/lib/report/comparison/by_platform/func_release_comparison.rb A PFTT/lib/report/comparison/by_platform/perf_release_comparison.rb A PFTT/lib/report/inspect/func.rb A PFTT/lib/report/network.rb A PFTT/lib/report/run.rb A PFTT/lib/report/run/by_host.rb A PFTT/lib/report/run/by_host/by_build.rb A PFTT/lib/report/run/by_host/by_build/by_middleware.rb A PFTT/lib/report/run/by_host/by_build/by_middleware/func.rb A PFTT/lib/report/run/by_host/by_build/func.rb A PFTT/lib/report/run/by_host/func.rb A PFTT/lib/report/run/per_host.rb A PFTT/lib/report/run/per_host/func.rb A PFTT/lib/report/run/per_host/per_build.rb A PFTT/lib/report/run/per_host/per_build/per_middleware.rb A PFTT/lib/report/run/per_host/per_build/per_middleware/func.rb A PFTT/lib/scenario.rb A PFTT/lib/scenario/database.rb A PFTT/lib/scenario/database/azuresql.rb A PFTT/lib/scenario/database/mssql.rb A PFTT/lib/scenario/database/mysql.rb A PFTT/lib/scenario/database/mysql/ssl.rb A PFTT/lib/scenario/database/mysql/tcp.rb A PFTT/lib/scenario/database/postgresql.rb A PFTT/lib/scenario/date.rb A PFTT/lib/scenario/date/timezone.rb A PFTT/lib/scenario/remote_file_system.rb A PFTT/lib/scenario/remote_file_system/ftp.rb A PFTT/lib/scenario/remote_file_system/http.rb A PFTT/lib/scenario/working_file_system.rb A PFTT/lib/scenario/working_file_system/local.rb A PFTT/lib/scenario/working_file_system/smb.rb A PFTT/lib/scenario/working_file_system/smb/local_php.rb A PFTT/lib/scenario/working_file_system/smb/remote_php.rb A PFTT/lib/test_bench.rb A PFTT/lib/test_bench/phpt.rb A PFTT/lib/test_bench/wcat.rb A PFTT/lib/test_bench_factor.rb A PFTT/lib/test_case/perf_case.rb A PFTT/lib/test_case/phpt.rb A PFTT/lib/test_result/perf_result.rb A PFTT/lib/token_store.rb A PFTT/lib/typed_token.rb A PFTT/lib/typed_token/array/scenarios.rb A PFTT/lib/typed_token/array_token.rb A PFTT/lib/typed_token/store.rb A PFTT/lib/typed_token/string_token.rb A PFTT/lib/typed_token/string_token/app_name.rb A PFTT/lib/typed_token/string_token/ext_name.rb A PFTT/lib/typed_token/string_token/middleware_name.rb A PFTT/lib/typed_token/string_token/os_name.rb A PFTT/lib/typed_token/string_token/php/branch.rb A PFTT/lib/typed_token/string_token/php/compiler.rb A PFTT/lib/typed_token/string_token/php/release_type.rb A PFTT/lib/typed_token/string_token/php/revision.rb A PFTT/lib/typed_token/string_token/php/threadsafe.rb A PFTT/lib/typed_token/string_token/php/version.rb A PFTT/lib/typed_token/string_token/php/version/major.rb A PFTT/lib/typed_token/string_token/platform.rb A PFTT/lib/typed_token/string_token/scenario_name.rb A PFTT/lib/util.rb A PFTT/lib/util/arg_rewriter.rb A PFTT/lib/util/column_manager.rb A PFTT/lib/util/column_manager/html.rb A PFTT/lib/util/column_manager/text.rb A PFTT/lib/util/install.rb A PFTT/pftt.bat A PFTT/pftt_last_command.txt A PFTT/pftt_server.bat A PFTT/prc-b.html A PFTT/results/.gitkeep A PFTT/scripts/.gitkeep A PFTT/scripts/IIS/.gitkeep A PFTT/scripts/IIS/iis_unattend.xml A PFTT/scripts/RMTools/.gitkeep A PFTT/scripts/RMTools/CONTRIBUTING.mdown A PFTT/scripts/RMTools/LICENSE.mdown A PFTT/scripts/RMTools/README.mdown A PFTT/scripts/RMTools/php-revision-get.bat A PFTT/scripts/SDK4Win/PHP A PFTT/scripts/SDK4Win/SetupPHPSDK.cmd A PFTT/scripts/SDK4Win/Welcome.cmd A PFTT/scripts/SDK4Win/last_pftt.cmd A PFTT/spec/.gitkeep A PFTT/spec/host_spec.rb A PFTT/spec/monkeypatch/string/unquote_spec.rb A PFTT/spec/php_build_spec.rb A PFTT/spec/php_ini_spec.rb A PFTT/spec/php_test_case_spec.rb A PFTT/test.txt Diff: <Diff exceeded maximum size> -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php