All Projects β†’ vanilla-php β†’ Benchmark Php

vanilla-php / Benchmark Php

Licence: mit
πŸš€ A benchmark script for PHP and MySQL (Archived)

Projects that are alternatives of or similar to Benchmark Php

Warp
S3 benchmarking tool
Stars: ✭ 107 (-12.3%)
Mutual labels:  benchmark
Benchmarks
Benchmark of open source, embedded, memory-mapped, key-value stores available from Java (JMH)
Stars: ✭ 116 (-4.92%)
Mutual labels:  benchmark
Go Web3
Ethereum Go Client [obsolete]
Stars: ✭ 120 (-1.64%)
Mutual labels:  archived
Factory bot instruments
Instruments for benchmarking, tracing, and debugging Factory Girl models.
Stars: ✭ 108 (-11.48%)
Mutual labels:  benchmark
Pglib Opf
Benchmarks for the Optimal Power Flow Problem
Stars: ✭ 114 (-6.56%)
Mutual labels:  benchmark
Python Firebase
⛔️ [DEPRECATED] python wrapper for Firebase's REST API
Stars: ✭ 117 (-4.1%)
Mutual labels:  archived
Closure Linter
Automatically exported from code.google.com/p/closure-linter
Stars: ✭ 104 (-14.75%)
Mutual labels:  archived
Babelstream
STREAM, for lots of devices written in many programming models
Stars: ✭ 121 (-0.82%)
Mutual labels:  benchmark
Codeigniter Base Controller
⛔️DEPRECATED CodeIgniter base controller with view autoloading and layout support
Stars: ✭ 115 (-5.74%)
Mutual labels:  archived
Benchmark Driver
Fully-featured benchmark driver for Ruby 3x3
Stars: ✭ 120 (-1.64%)
Mutual labels:  benchmark
Benchexec
BenchExec: A Framework for Reliable Benchmarking and Resource Measurement
Stars: ✭ 108 (-11.48%)
Mutual labels:  benchmark
Meta Blocks
A modular toolbox for meta-learning research with a focus on speed and reproducibility.
Stars: ✭ 110 (-9.84%)
Mutual labels:  benchmark
Volley
Volley is a benchmarking tool for measuring the performance of server networking stacks.
Stars: ✭ 119 (-2.46%)
Mutual labels:  benchmark
Easyiterator
πŸƒ Iterators made easy! Zero cost abstractions for designing and using C++ iterators.
Stars: ✭ 107 (-12.3%)
Mutual labels:  benchmark
Densematchingbenchmark
Dense Matching Benchmark
Stars: ✭ 120 (-1.64%)
Mutual labels:  benchmark
Kaggle Dogs Vs Cats Caffe
Kaggle dogs vs cats solution in Caffe
Stars: ✭ 105 (-13.93%)
Mutual labels:  benchmark
Node Frameworks Benchmark
Simple HTTP benchmark for different nodejs frameworks using wrk
Stars: ✭ 117 (-4.1%)
Mutual labels:  benchmark
Mqperf
Stars: ✭ 122 (+0%)
Mutual labels:  benchmark
Typescript Runtime Type Benchmarks
Benchmark Comparison of Packages with Runtime Validation and TypeScript Support
Stars: ✭ 119 (-2.46%)
Mutual labels:  benchmark
Arewefastyet
NOT MAINTAINED ANYMORE! New project is located on https://github.com/mozilla-frontend-infra/js-perf-dashboard -- AreWeFastYet is a set of tools used for benchmarking the major browser's JavaScript virtual machines against each other, as well as reporting the results on a website as insightful graphs showing the evolution of performance over time.
Stars: ✭ 119 (-2.46%)
Mutual labels:  benchmark

benchmark-php

This is a PHP benchmark script to compare the runtime speed of PHP and MySQL. This project is inspired by www.php-benchmark-script.com (Alessandro Torrisi) an www.webdesign-informatik.de. In my point of view this script is more correct and comparable for different servers.

Screenshot

benchmark_v12

Setup

Upload benchmark.php and execute it:
http://www.example.com/benchmark.php

MySQL Setup (optional)

  • Open benchmark.php
  • Edit this lines
$options['db.host'] = 'hostname';
$options['db.user'] = 'username';
$options['db.pw'] = 'password';
$options['db.name'] = 'database';
  • Upload and run the script
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].