mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 19:14:56 -06:00
4.45 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
d9666cf046
commit
a145bfc7cf
@@ -365,3 +365,11 @@ HRESULT TestArchives(const UStringVector &archivePaths)
|
||||
params += L" t";
|
||||
return ExtractGroupCommand(archivePaths, params);
|
||||
}
|
||||
|
||||
HRESULT Benchmark()
|
||||
{
|
||||
UString params;
|
||||
params = Get7zGuiPath();
|
||||
params += L" b";
|
||||
return MyCreateProcess(params, 0, false, NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user