You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# Firecracker benchmarking code
2
2
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".
5
4
6
5
7
6
## Build the pre-requisites
@@ -39,3 +38,14 @@ sudo apt install -y \
39
38
hwloc-nox
40
39
numactl \
41
40
```
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