From 162ef0e0267c561736ca4ad4119c7012936076bf Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 26 Mar 2020 14:11:45 -0400 Subject: [PATCH] blog/pa'i benchmarks: link fixes --- blog/pahi-benchmarks-2020-03-26.markdown | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/blog/pahi-benchmarks-2020-03-26.markdown b/blog/pahi-benchmarks-2020-03-26.markdown index cde4d7d..f0498e2 100644 --- a/blog/pahi-benchmarks-2020-03-26.markdown +++ b/blog/pahi-benchmarks-2020-03-26.markdown @@ -1,11 +1,12 @@ --- -title: "pa'i benchmarks" +title: "pa'i Benchmarks" date: 2020-03-26 series: olin tags: - wasm - rust - golang + - pahi --- # pa'i Benchmarks @@ -198,6 +199,8 @@ This decodes and encodes this [kubernetes manifest set from my cluster][k8sparseyaml]. This is a set of a few normal kubernetes deployments and isn't as much of a worse-case scenario as it could be with the other tests. +[k8sparseyaml]: https://github.com/Xe/pahi/blob/96f051d16df35cbceb8bf802e7dd7482b41b7d8a/wasm/cpustrain/src/bin/k8sparse.yaml#L1 + Here are the results I got from running the following command: ```console @@ -217,6 +220,8 @@ $ hyperfine --warmup 3 --prepare './result/bin/pahi result/wasm/k8sparse.wasm' \ This is implemented as [`fibber.wasm`][fibber]. Here is the source code used in the benchmark: +[fibber]: https://github.com/Xe/pahi/blob/96f051d16df35cbceb8bf802e7dd7482b41b7d8a/wasm/cpustrain/src/bin/fibber.rs + ```rust #![no_main] #![feature(start)] @@ -265,6 +270,8 @@ $ hyperfine --warmup 3 --prepare './result/bin/pahi result/wasm/fibber.wasm' \ This is implemented as [`blake2stress.wasm`][blake2stress]. Here's the source code for this benchmark: +[blake2stress]: https://github.com/Xe/pahi/blob/96f051d16df35cbceb8bf802e7dd7482b41b7d8a/wasm/cpustrain/src/bin/blake2stress.rs + ```rust #![no_main] #![feature(start)]