Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.