From 9f9e9ed483669e87ae73d4edbacbd6d77ace9b80 Mon Sep 17 00:00:00 2001 From: Aaron Riekenberg Date: Fri, 3 Feb 2023 15:47:48 -0600 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1289ca6..48e9502 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,11 @@ This project provides the following components: ## Benchmarks -See the `benchmarks` directory for JMH benchmarks. +See the [`benchmarks`](https://github.com/target/native_memory_allocator/tree/main/benchmarks) directory for JMH benchmarks. +Benchmark results: +* [GCP VM](https://github.com/target/native_memory_allocator/wiki/Benchmark-results-in-GCP-VM) +* [Local Laptop](https://github.com/target/native_memory_allocator/wiki/Benchmark-results-in-local-laptop) ## Using as a maven or gradle dependency