Skip to content

Commit

Permalink
ci: fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Nov 18, 2023
1 parent 9042382 commit d113047
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions benchmark/ssl-nginx/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
wrk:
git clone https://github.com/wg/wrk
cd wrk && make
index.html: index.html
1 change: 1 addition & 0 deletions benchmark/tools/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
readlink
2 changes: 2 additions & 0 deletions benchmark/tools/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
readlink: readlink.cpp
g++ readlink.cpp -o readlink

0 comments on commit d113047

Please sign in to comment.