Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boo1ean/benchmarks
Bundle of different benchmarks
https://github.com/boo1ean/benchmarks
Last synced: 30 days ago
JSON representation
Bundle of different benchmarks
- Host: GitHub
- URL: https://github.com/boo1ean/benchmarks
- Owner: boo1ean
- Created: 2012-12-16T20:46:49.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-27T18:15:06.000Z (over 11 years ago)
- Last Synced: 2024-04-14T18:41:55.121Z (7 months ago)
- Language: PHP
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
What is this?
-------------
This repo contains different benchmarks for different languages.List of contents
----------------
- php
- 9 deep level foreach with key => value;
- 9 deep level foreach with only value;
- 10000000 static function call;
- 10000000 non-static function call;
- 20000000 single-quotes string instantiation.TODO
----
- Add description method/decorator to Benchmark base class.
- Add config feature.
- Add results table.
- Add bundle runner.
- Port old tests to new describe convention.