Add Tests.h with benchmarks

This commit is contained in:
Alex Hultman
2018-06-30 00:42:03 +02:00
parent 999ae69bed
commit cbe3d3375d
4 changed files with 46 additions and 4 deletions
+5
View File
@@ -1,5 +1,7 @@
#include "uWS.h"
#include "Tests.h"
std::string buffer;
//#define USE_SSL
@@ -16,6 +18,9 @@ int main(int argc, char **argv) {
return -1;
}
// first of all we run a couple of benchmarks
testHttpParserPerformance();
//uWS::init();
//uWS::Loop loop();