From fefdb7b7157656c83932b82bd507eda6fc1eeef6 Mon Sep 17 00:00:00 2001 From: Ubpa <641614112@qq.com> Date: Thu, 30 Jul 2020 00:26:15 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 160ba25..9e741e6 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ int main() { - [system **overload**](src/test/07_overload/main.cpp) - [runtime dynamic component and system](src/test/11_runtime_cmpt/main.cpp) - [generate **frame graph** in **Graphviz**](src/test/12_framegraph/main.cpp) +- [performance test](src/test/13_performance/main.cpp) +- [serialize](src/test/14_serialize/main.cpp) ## Licensing