diff options
author | Denis Andrejew <da.colonel@gmail.com> | 2019-07-10 16:47:29 +0200 |
---|---|---|
committer | Adin Scannell <adin@scannell.ca> | 2019-07-10 12:37:50 -0700 |
commit | df3fbd1ae63944c0e78d246584f138f8741a3e49 (patch) | |
tree | 893424b7ee86eb02c64c2da09e6b5c67f5d63685 | |
parent | 8a641256470955691d5851ffca9b4b890df8855c (diff) |
fix typo in architecture_guide/performance.md
-rw-r--r-- | content/docs/architecture_guide/performance.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/docs/architecture_guide/performance.md b/content/docs/architecture_guide/performance.md index 960058a19..8129ce353 100644 --- a/content/docs/architecture_guide/performance.md +++ b/content/docs/architecture_guide/performance.md @@ -213,7 +213,7 @@ for data that transitions across the sandbox boundary. This manifests as **structural costs** in some cases, since these operations must be routed through the [Gofer](../) as a result of our [security model](../security/), but in most cases are dominated by **implementation costs**, due to an internal -[Virtual File System][vfs] (VFS) implementation the needs improvement. +[Virtual File System][vfs] (VFS) implementation that needs improvement. {{< graph id="fio-bw" url="/performance/fio.csv" title="perf.py fio --engine=sync --runtime=runc --runtime=runsc" log="true" >}} |