Skip to content

Commit

Permalink
[#39] Inserts evidences about the benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
navarrothiago committed Oct 24, 2021
1 parent 11dc66a commit c98b55c
Show file tree
Hide file tree
Showing 20 changed files with 1,605 additions and 101 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ The `package` folder is create with the headers, library and some binaries for t
```
package
├── bin # Contains binaries for testing
├── include # Contains headers
├── include # Contains headers
├── lib # Contains libupf_xdp.a library
└── tests # Contains scripts for testing
```
Expand All @@ -136,6 +136,10 @@ package

The instructions here is still missing. If you need to know how to test, contact me. For your information, there are UTs for Session Management layers. Also, you can check the video [Performance Evaluation with UPF eBPF/XDP Library for 5G Core Network](https://www.youtube.com/watch?v=6KYFDMJJH2o) to see the performance evaluation (deprecated).

## :rocket: Benchmark

Check the [Jupyter notebook](notebook.ipynb).

## Tree

The directory structure was created based on this [notes](https://blogs.oracle.com/linux/notes-on-bpf-4).
Expand Down
196 changes: 96 additions & 100 deletions notebook.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit c98b55c

Please sign in to comment.