Add link to benchmark page

This commit is contained in:
Koichi Nakamura 2021-01-11 17:32:38 +09:00
parent 023b5d7ca3
commit 0695ff3233

View file

@ -97,3 +97,7 @@ $ ./planck < bootstrap.fs runtests.fs
| Handwritten binary for i386-linux | `make` | [![i386-linux-handwritten](https://github.com/nineties/planckforth/workflows/i386-linux-handwritten/badge.svg)](https://github.com/nineties/planckforth/actions?query=workflow:i386-linux-handwritten) |
| C | `make c` | [![C](https://github.com/nineties/planckforth/workflows/C/badge.svg)](https://github.com/nineties/planckforth/actions?query=workflow:C) |
| Python 3.x | `make python` | [![python](https://github.com/nineties/planckforth/workflows/python/badge.svg)](https://github.com/nineties/planckforth/actions?query=workflow:python) |
# Benchmarks
See [Wiki/benchmark](https://github.com/nineties/planckforth/wiki/benchmark)