fix typo in architecture_guide/performance.md

This commit is contained in:
Denis Andrejew 2019-07-10 16:47:29 +02:00 committed by Adin Scannell
parent 8a64125647
commit df3fbd1ae6
1 changed files with 1 additions and 1 deletions

View File

@ -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 **structural costs** in some cases, since these operations must be routed
through the [Gofer](../) as a result of our [security model](../security/), but through the [Gofer](../) as a result of our [security model](../security/), but
in most cases are dominated by **implementation costs**, due to an internal 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" >}} {{< graph id="fio-bw" url="/performance/fio.csv" title="perf.py fio --engine=sync --runtime=runc --runtime=runsc" log="true" >}}