mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Add link to benchmark page
This commit is contained in:
parent
023b5d7ca3
commit
0695ff3233
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue