diff --git a/README.md b/README.md index 9bba89c..edc7444 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ ## LEVELDB(增加TTL功能) #### 小组成员: 谢瑞阳 徐翔宇 ### 报告内容详见ttl.md - +git用户对应关系: +alexfisher-谢瑞阳 xxy-徐翔宇 diff --git a/ttl.assets/image-20241106220858020.png b/ttl.assets/image-20241106220858020.png new file mode 100644 index 0000000..d043bf2 Binary files /dev/null and b/ttl.assets/image-20241106220858020.png differ diff --git a/ttl.md b/ttl.md index 4f0f709..c6a727f 100644 --- a/ttl.md +++ b/ttl.md @@ -669,3 +669,6 @@ int main(int argc, char** argv) { return RUN_ALL_TESTS(); } ``` + +测试结果 +![image-20241106220858020](ttl.assets/image-20241106220858020.png)