Changeset 21816 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 27, 2009 2:46:32 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50429
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstCompressionBenchmark.cpp
r21815 r21816 243 243 { 0, 0, 0, 0, true, RTZIPTYPE_STORE, RTZIPLEVEL_DEFAULT, "RTZipBlock/Store" }, 244 244 { 0, 0, 0, 0, true, RTZIPTYPE_LZF, RTZIPLEVEL_DEFAULT, "RTZipBlock/LZF" }, 245 { 0, 0, 0, 0, true, RTZIPTYPE_LZJB, RTZIPLEVEL_DEFAULT, "RTZipBlock/LZJB" },245 // { 0, 0, 0, 0, true, RTZIPTYPE_LZJB, RTZIPLEVEL_DEFAULT, "RTZipBlock/LZJB" }, 246 246 }; 247 247 RTPrintf("tstCompressionBenchmark: TESTING..");
Note:
See TracChangeset
for help on using the changeset viewer.