-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
bench: add new micro benchmark about maps and read/write userspace memory #334
Conversation
d1e50a1
to
bfc0447
Compare
There are some performance problems we need to fix @Officeyutong |
What are behaviors of these issues? |
What do you mean behavior? |
What are the performance issues? |
You can see from https://github.com/eunomia-bpf/bpftime/tree/master/benchmark#maps-operations The benchmark without inline the map op function:
|
Those costs are much higher than kernel eBPF maps
|
Description
Type of change