-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Benchmarks] - Create/Find useful short benchmarks #54
Comments
Hi guys! I would like to suggest four monitors as new benchmarks, in case anyone is willing to work on this issue:
Below there is an example of some output that I think it would be nice to have:
|
This remind me of Bayla Project |
Hi everyone! I'll be working on this issue for now. If you need anything or have any advice or suggestions, feel free to reach out to me anytime. |
Honey Potion, especially the Elixir side, is extremely well documented in the markdown files. Here's a few I suggest you look (in order) into to have an overview of the project!
Other benchmarks can be found in If you have any doubts or have any issues, feel free to contact me or open an issue. |
Honey Potion keeps benchmarks in the
benchmarks
folder. As it stands, we have a few examples from BPFabric and IOVisor. Some of those are already implemented into Honey Potion, namelyHelloWorld
,CountSysCalls
,ForceKill
,TrafficCount
andDropUDP
. You could imagine thebenchmarks
folder as an eventual "Target".Currently we are seeking for more benchmarks that have a real-world usage and that are simple. As an example,
CountSysCalls
Counts system calls (and prints), but doesn't do anything else with it, as it's objective is solely one functionality of what could be a useful full program.These benchmarks should follow the same convention as the others:
If you have ideas for benchmarks, but aren't sure if it's worth implementing or adding, feel free to comment on this issue!
The text was updated successfully, but these errors were encountered: