blog/pa'i benchmarks: link fixes

This commit is contained in:
Cadey Ratio 2020-03-26 14:11:45 -04:00
parent f192b37dd9
commit 162ef0e026
1 changed files with 8 additions and 1 deletions

View File

@ -1,11 +1,12 @@
--- ---
title: "pa'i benchmarks" title: "pa'i Benchmarks"
date: 2020-03-26 date: 2020-03-26
series: olin series: olin
tags: tags:
- wasm - wasm
- rust - rust
- golang - golang
- pahi
--- ---
# pa'i Benchmarks # 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 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. 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: Here are the results I got from running the following command:
```console ```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 This is implemented as [`fibber.wasm`][fibber]. Here is the source code used in
the benchmark: the benchmark:
[fibber]: https://github.com/Xe/pahi/blob/96f051d16df35cbceb8bf802e7dd7482b41b7d8a/wasm/cpustrain/src/bin/fibber.rs
```rust ```rust
#![no_main] #![no_main]
#![feature(start)] #![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 This is implemented as [`blake2stress.wasm`][blake2stress]. Here's the source
code for this benchmark: code for this benchmark:
[blake2stress]: https://github.com/Xe/pahi/blob/96f051d16df35cbceb8bf802e7dd7482b41b7d8a/wasm/cpustrain/src/bin/blake2stress.rs
```rust ```rust
#![no_main] #![no_main]
#![feature(start)] #![feature(start)]