From d94b56319fcd5dc2c312eece26a6a07aaa3e5dc3 Mon Sep 17 00:00:00 2001 From: Julien Elbaz Date: Tue, 20 Sep 2022 19:17:18 +0200 Subject: [PATCH] docs: fix readme link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 806b45d..f9dc780 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ dispose(calculateSum) This repository includes a [benchmark folder](https://github.com/elbywan/hyperactiv/tree/master/bench) which pits `hyperactiv` against other similar libraries. -While not the best in terms of raw performance it is still reasonably fast and I encourage you to have a look at the different implementations to compare the library APIs. [For instance there is no `.get()` and `.set()` wrappers when using `hyperactiv`](https://github.com/elbywan/hyperactiv/blob/master/bench/layers.mjs#L302). +While not the best in terms of raw performance it is still reasonably fast and I encourage you to have a look at the different implementations to compare the library APIs. [For instance there is no `.get()` and `.set()` wrappers when using `hyperactiv`](https://github.com/elbywan/hyperactiv/blob/master/bench/layers.mjs#L343). **Here are the raw results: _(100 runs per tiers, average time ignoring the 10 best & 10 worst runs)_**