Skip to content

Commit

Permalink
bench: add new micro benchmark about maps and read/write userspace me…
Browse files Browse the repository at this point in the history
…mory (#334)

* add read write result

* Add new syscount bench

* fix bench command

* Add hash map op bench

* update

* add per cpu map op bench
  • Loading branch information
yunwei37 authored Aug 17, 2024
1 parent 87a8901 commit b54598e
Show file tree
Hide file tree
Showing 25 changed files with 477 additions and 602 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ release: ## build the release version

release-with-llvm-jit: ## build the package, with llvm-jit
cmake -Bbuild -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
-DBPFTIME_LLVM_JIT=1
-DBPFTIME_LLVM_JIT=1 \
-DBUILD_BPFTIME_DAEMON=1
cmake --build build --config RelWithDebInfo --target install -j$(JOBS)

Expand Down
1 change: 1 addition & 0 deletions benchmark/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
test
micro-bench
benchmark-output.json
syscount/read-sendmsg
Loading

0 comments on commit b54598e

Please sign in to comment.