Test Cases for the Registry Performance Test (Windows Embedded CE 6.0)
1/6/2010
The following table describes each test case in the Registry Performance Test.
Test case | Description |
---|---|
1001 |
Creates and deletes registry keys (one key, multiple keys) and measures the time needed to complete each operation such as RegCreateKeyEx, RegOpenKeyEx, RegCloseKey, and RegDeleteKey. This test measures the time needed based on keys created in HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER. |
1002 |
Sets short and long registry value names and measures the time needed to complete each operation such as RegSetValueEx, RegQueryValueEx, and RegDeleteValue. This test measures the time needed based on keys created in HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER. |
1003 |
Opens registry keys that are paths, and registry keys that are deep trees (16 levels deep). Measures the time needed to complete each operation such as RegOpenKeyEx. This test measures the time needed based on keys created in HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER. |
1004 |
Creates a tree that is 5 levels deep. Each key in the tree will have 5 sub-keys and 5 values in the key. Leaf-keys will only have 5 values and no sub-keys. Measures the time needed to complete on each operation (RegDeleteKey). This test measures the time needed on keys created in HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER. |