diff options
| author | liuxueli <[email protected]> | 2023-06-09 20:57:40 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2023-06-09 20:57:40 +0800 |
| commit | 3dea0f5399f2d749e188de9bfb94cd02f93f8a02 (patch) | |
| tree | f7c9e30319ef501e201a80b08f3546b16975b3ac /test/src | |
| parent | 692fa4b3a3bd2f5953b80e536cd694076118c5b2 (diff) | |
优化Application metrics中间状态的空间,结构大小节约102字节
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/gtest_master.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/src/gtest_master.cpp b/test/src/gtest_master.cpp index cd95e95..0a2b20c 100644 --- a/test/src/gtest_master.cpp +++ b/test/src/gtest_master.cpp @@ -1002,6 +1002,12 @@ TEST(TSGMaster, SessionDealStatePending) } +TEST(TSGMaster, SessionApplicationMetrics) +{ + +} + + int main(int argc, char *argv[]) { TSG_MASTER_INIT(); |
