https://github.com/kenjis/fibonacci-benchmark
Fibonacci Benchmark
https://github.com/kenjis/fibonacci-benchmark
Last synced: 7 months ago
JSON representation
Fibonacci Benchmark
- Host: GitHub
- URL: https://github.com/kenjis/fibonacci-benchmark
- Owner: kenjis
- Created: 2015-12-07T01:57:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-07T02:02:51.000Z (about 10 years ago)
- Last Synced: 2025-02-26T13:39:33.567Z (11 months ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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