From cb3ef20ffcd49f00d9c4b9aeac6d018ba76790c6 Mon Sep 17 00:00:00 2001 From: Alex Orlenko Date: Sat, 27 Nov 2021 13:44:09 +0000 Subject: [PATCH] Update README (remove ref to benchmarks) --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index f585362..cabfcf0 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,7 @@ Started as [rlua] fork, `mlua` supports Lua 5.4, 5.3, 5.2 and 5.1 including LuaJ `mlua` tested on Windows/macOS/Linux including module mode in [GitHub Actions] on `x86_64` platform and cross-compilation to `aarch64` (other targets are also supported). -Check our [benchmark results](https://github.com/khvzak/script-bench-rs) for `mlua`, [rlua] and [hlua]. - [GitHub Actions]: https://github.com/khvzak/mlua/actions -[rlua]: https://github.com/amethyst/rlua -[hlua]: https://github.com/tomaka/hlua ## Usage