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

https://github.com/kenjis/fibonacci-benchmark

Fibonacci Benchmark
https://github.com/kenjis/fibonacci-benchmark

Last synced: 7 months ago
JSON representation

Fibonacci Benchmark

Awesome Lists containing this project

README

          

# Fibonacci Benchmark

## Results

(2015/12/07)

|language|version |time |
|--------|---------|-------|
|PHP |7.0.1-dev|0:06.61|
|Perl |5.20.2 |1:06.21|
|Python |2.7.9 |0:21.47|
|Ruby |2.1.5p273|0:10.88|

## How to Benchmark

~~~
$ git clone https://github.com/kenjis/fibonacci-benchmark.git
$ cd fibonacci-benchmark
$ ./benchmark.sh
~~~

## References

* http://www.mixp.net/%E3%83%97%E3%83%AD%E3%82%B0%E3%83%A9%E3%83%A0%E8%A8%80%E8%AA%9E/262