Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
drujensen committed Oct 15, 2018
1 parent d5c5b97 commit bf5834b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Last benchmark was ran on October 15, 2018
| C | 4.655 | gcc -O3 -o fib fib.c | time ./fib |
| C++ | 4.657 | g++ -O3 -o fib fib.cpp | time ./fib |
| Pony | 5.577 | ponyc -s -b fib -p ./pony.fib | time ./fib |
| Cython | 5.903 | cython --embed -o fib.pyx.c fib.pyx && \<br/> gcc -O3 -o fib fib.pyx.c | time ./fib |
| Cython | 5.903 | cython --embed -o fib.pyx.c fib.pyx && gcc -O3 -o fib fib.pyx.c | time ./fib |
| D | 6.011 | ldc2 -O3 -release -flto=full -of=fib fib.d | time ./fib |
| Nim | 6.022 | nim cpp -d:release fib.nim | time ./fib |
| Rust | 6.100 | rustc -O fib.rs | time ./fib |
Expand Down

0 comments on commit bf5834b

Please sign in to comment.