Browse Source

Update benchmark base vertion to 0.18.0

yhirose 1 year ago
parent
commit
a61b2427b0
2 changed files with 309 additions and 195 deletions
  1. 1 1
      benchmark/Makefile
  2. 308 194
      benchmark/cpp-httplib-base/httplib.h

+ 1 - 1
benchmark/Makefile

@@ -22,7 +22,7 @@ server : cpp-httplib/main.cpp ../httplib.h
 
 
 # cpp-httplib
 # cpp-httplib
 bench-base: server-base
 bench-base: server-base
-	@echo "---------------------\n cpp-httplib v0.17.0\n---------------------\n"
+	@echo "---------------------\n cpp-httplib v0.18.0\n---------------------\n"
 	@./server-base & export PID=$$!; $(BENCH); kill $${PID}
 	@./server-base & export PID=$$!; $(BENCH); kill $${PID}
 	@echo ""
 	@echo ""
 
 

File diff suppressed because it is too large
+ 308 - 194
benchmark/cpp-httplib-base/httplib.h


Some files were not shown because too many files changed in this diff