From 3e1a9edb38a7166371e5554ca1722707b917f980 Mon Sep 17 00:00:00 2001 From: Yang Hu Date: Fri, 12 Jul 2024 23:05:37 -0400 Subject: [PATCH] Update content/blog/2024-07-12-unikraft-gsoc-test-mimalloc-on-unikraft.mdx Co-authored-by: Stefan Jumarea Signed-off-by: Yang Hu --- .../blog/2024-07-12-unikraft-gsoc-test-mimalloc-on-unikraft.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2024-07-12-unikraft-gsoc-test-mimalloc-on-unikraft.mdx b/content/blog/2024-07-12-unikraft-gsoc-test-mimalloc-on-unikraft.mdx index a0dc8dd4..362f2516 100644 --- a/content/blog/2024-07-12-unikraft-gsoc-test-mimalloc-on-unikraft.mdx +++ b/content/blog/2024-07-12-unikraft-gsoc-test-mimalloc-on-unikraft.mdx @@ -131,7 +131,7 @@ Each thread repeatedly allocates a number of number of objects, does a fixed amo - `larson`: simulates a server by having each thread allocate and deallocate objects and then transfer some objects to other threads to be freed - `phong` - a benchmark that randomly selects allocation sizes, and randomly chooses an allocated item to free -Once fully tested, I will continue on with the work items outlined in [my previous post].(https://unikraft.org/blog/2024-06-16-unikraft-gsoc-port-mimalloc-to-unikraft#next-steps) +Once fully tested, I will continue on with the work items outlined in [my previous post](https://unikraft.org/blog/2024-06-16-unikraft-gsoc-port-mimalloc-to-unikraft#next-steps). Meanwhlie, I will also try to debug the `test_cmp_requeue_two_waiters_no_requeue` to the best of my ability.