Skip to content

Commit 3656515

Browse files
committed
minor update
1 parent 3f3a9e2 commit 3656515

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

eval/sgx/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)