Skip to content
Snippets Groups Projects
Commit eed34141 authored by Florian Fischer's avatar Florian Fischer
Browse files

update README

parent d6f53110
No related branches found
No related tags found
No related merge requests found
......@@ -7,11 +7,27 @@ To build and evaluate all syscall benchmarks run simply run:
make
```
To generate dataref run:
```
make dataref
```
To generate descriptive statistics run:
```
make data | ./calc_stats.py
```
To generate boxplots run:
```
make data | ./calc_stats.py | ./gen-boxplots.py > boxplots.tex
```
## Included syscall techniques
* blocking
* epoll + blocking
* aio
* POSIX aio
* callback using signals
* callback using pthreads
* io_uring
* linux_aio
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment