Skip to content

Commit cf1b30f

Browse files
committed
Update readme
Signed-off-by: Rolf Neugebauer <[email protected]>
1 parent ecdecfb commit cf1b30f

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Firecracker benchmarking code
22

3-
This repository contains scripts and data from Firecracker benchmarks. It is designed to be largely reproducible.
4-
3+
This repository contains all the scripts, source code, and data used for our NSDI 2020 paper on "Firecracker: Lightweight Virtualization for Serverless Applications".
54

65

76
## Build the pre-requisites
@@ -39,3 +38,14 @@ sudo apt install -y \
3938
hwloc-nox
4039
numactl \
4140
```
41+
42+
## Running the tests
43+
44+
There are a bunch of scripts in `./scripts`. They assume you are in the `./scripts` directory when you run them.
45+
46+
```
47+
cd ./scripts
48+
./run-all.sh ../data/test
49+
```
50+
51+
configures the host system and runs most of the tests. Test results are stored in the directory provided.

0 commit comments

Comments
 (0)