зеркало из https://github.com/microsoft/StorScore.git
Leveraging the better isulation between tests to load balance the 4 carved
turkey tests.
This commit is contained in:
Родитель
ec5e4bbb5a
Коммит
7da3031011
|
@ -33,10 +33,16 @@ use warnings;
|
|||
use DeviceDB;
|
||||
use Util;
|
||||
|
||||
$device_db{'HFS960GD0EED-541'} =
|
||||
$device_db{'NVMe f16s_2048h4x4'} =
|
||||
{
|
||||
'Friendly Name' => 'SK Hynix PE3011 960GB ES',
|
||||
'Rated PE Cycles' => 15000,
|
||||
};
|
||||
|
||||
$device_db{'NVMe HFS960GD0EED-541'} =
|
||||
{
|
||||
'Friendly Name' => 'SK Hynix PE3011 960GB CS',
|
||||
'Rated PE Cycles' => 15000,
|
||||
'Friendly Name' => 'SK Hynix PE3011 960GB',
|
||||
};
|
||||
|
||||
$device_db{'HFS480G32MNB-2000A'} =
|
||||
|
|
|
@ -36,3 +36,5 @@ do_matrix(
|
|||
warmup_time => 300,
|
||||
run_time => 3600
|
||||
);
|
||||
|
||||
include 'targeted_tests.rcp';
|
|
@ -36,5 +36,3 @@ do_matrix(
|
|||
warmup_time => 300,
|
||||
run_time => 3600
|
||||
);
|
||||
|
||||
include 'targeted_tests.rcp';
|
||||
|
|
Загрузка…
Ссылка в новой задаче