File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Benchmarks for running the storage stack inside SGX (Occlum).
4040- Some benchmarks take a long time; run them in a ** tmux** session to keep them alive in the background.
4141
4242### FIO/ — Micro-benchmarks
43- - What: Seq/rand read/write on PfsDisk/SwornDisk /CryptDisk (per config).
43+ - What: Seq/rand read/write on PfsDisk/StrataDisk /CryptDisk (per config).
4444- Prep:
4545 ``` bash
4646 cd fio && ./download_and_build_fio.sh
@@ -85,7 +85,7 @@ Benchmarks for running the storage stack inside SGX (Occlum).
8585 ```
8686
8787### Cache Size/ — Cache size sensitivity
88- - What: 4K randwrite/randread vs. cache size for ` sworndisk ` and ` cryptdisk ` .
88+ - What: 4K randwrite/randread vs. cache size for StrataDisk and CryptDisk .
8989- Run:
9090 ``` bash
9191 cd cache_size
@@ -120,7 +120,7 @@ Benchmarks for running the storage stack inside SGX (Occlum).
120120 python3 plot_result.py
121121 ```
122122
123- ### Optimization/ — MlsDisk feature toggles
123+ ### Optimization/ — StrataDisk feature toggles
124124- What: ` delayed_reclamation ` (rand write) and ` two_level_caching ` (rand read).
125125- Run:
126126 ``` bash
You can’t perform that action at this time.
0 commit comments