From e7b3fba2312c00de0c57c30659a47686a1455221 Mon Sep 17 00:00:00 2001 From: Vesa Karvonen Date: Sun, 10 Mar 2024 13:14:59 +0200 Subject: [PATCH] Link to `bench` directory --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8345c64..b31350b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ would write a benchmark as a command line executable and would likely compile it in release mode with a native compiler. You can find examples of multicore benchmarks from the [Saturn](https://github.com/ocaml-multicore/saturn/tree/main/bench) and -[Kcas](https://github.com/ocaml-multicore/kcas/tree/main/bench) libraries. +[Kcas](https://github.com/ocaml-multicore/kcas/tree/main/bench) libraries and +from the [bench](bench) directory of this repository. We first open the [`Multicore_bench`](https://ocaml-multicore.github.io/multicore-bench/doc/multicore-bench/Multicore_bench/index.html)