test[C++]: C++ protocol test

This commit is contained in:
godotg
2024-05-28 14:45:14 +08:00
parent 0a841ddd76
commit ac41ba8796
13 changed files with 51 additions and 24446 deletions
-4
View File
@@ -1,7 +1,6 @@
#include "test/list_test.h"
#include "test/byte_buffer_test.h"
#include "test/serialization_test.h"
#include "test/speed_test.h"
using namespace zfoo;
using namespace std;
@@ -10,8 +9,5 @@ int main() {
list_test::list_all_test();
byte_buffer_test::byte_buffer_all_test();
serialization_test::protocol_all_test();
speed_test::parseObject();
speed_test::singleThreadBenchmarks();
return 0;
}