From f180c072ba57c4404e22dcced1deff4c7109ac1c Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 1 Dec 2019 00:19:21 +0100 Subject: [PATCH] added a benchmark section to the readme benchmarks are kind of nice --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 986e131..349a9fd 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,14 @@ This will give you a result similar to this: [![asciicast](https://asciinema.org/a/x19gUpdnQoeUx498mPS0Grw6B.svg)](https://asciinema.org/a/x19gUpdnQoeUx498mPS0Grw6B) +## Benchmarks + +Parsing an `n`GB big pcap takes `y` seconds: + +| `n`GB | `y` seconds | +| ----- | ----------- | +| 2 | 30 | + ## Contributions ... yes please! There are still a lot of modules missing.