Added example/benchmark.cc

This commit is contained in:
yhirose 2017-11-06 13:25:42 -05:00
parent bd089e9499
commit 140e5c06fb
3 changed files with 43 additions and 7 deletions

View file

@ -6,7 +6,7 @@ CFLAGS = -std=c++14 -DGTEST_USE_OWN_TR1_TUPLE -I.. -I.
all : test
./test
test : test.cc ../httplib.h
test : test.cc ../httplib.h Makefile
$(CC) -o test $(CFLAGS) test.cc gtest/gtest-all.cc gtest/gtest_main.cc $(OPENSSL_SUPPORT)
pem: