From 0695ff3233cb0e0fa39ab406e2a2e27fd56c5557 Mon Sep 17 00:00:00 2001 From: Koichi Nakamura Date: Mon, 11 Jan 2021 17:32:38 +0900 Subject: [PATCH] Add link to benchmark page --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 16f75db..cd0b675 100644 --- a/README.md +++ b/README.md @@ -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)