From f033739bba2c31cb6398dada14a0ca729fecbc0a Mon Sep 17 00:00:00 2001 From: bytedream Date: Sat, 1 Mar 2025 16:49:12 +0100 Subject: [PATCH] fix benchmarks page --- src/benchmarks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/benchmarks.md b/src/benchmarks.md index 029c6c1..748448e 100644 --- a/src/benchmarks.md +++ b/src/benchmarks.md @@ -5,7 +5,7 @@ The used benchmark code is from the [Computer Language Benchmarks Game](https:// Note that these are only micro-benchmarks. They test one very specific implementation of something, whereas a real program would use multiple or complete other things that aren't tested here. -The benchmark sources can be found [here](https://github.com/bytedream/litbwraw/tree/main/lua-playground). +The benchmark sources can be found [here](https://github.com/bytedream/litbwraw/tree/main/benchmarks). ### Environment @@ -21,7 +21,7 @@ Software: - NodeJS v23.7.0 - Emscripten v4.0.4 -Tested Software: +Benchmarked Software: - WebAssembly (wasm); mlua v0.10.3 - Fengari (fengari); fengari v0.1.4