diff options
-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" >}} |