@@ -139,7 +139,7 @@ const initIntercepts = ({
139139 } ,
140140 ttft_mean : {
141141 metadataType : ModelRegistryMetadataType . DOUBLE ,
142- double_value : 67.14892749816 ,
142+ double_value : 67.15 ,
143143 } ,
144144 } ,
145145 } ) ,
@@ -159,7 +159,7 @@ const initIntercepts = ({
159159 } ,
160160 ttft_mean : {
161161 metadataType : ModelRegistryMetadataType . DOUBLE ,
162- double_value : 42.123791232 ,
162+ double_value : 42.12 ,
163163 } ,
164164 } ,
165165 } ) ,
@@ -234,19 +234,19 @@ describe('ModelCatalogCard Component', () => {
234234 modelCatalog . findFirstModelCatalogCard ( ) . within ( ( ) => {
235235 modelCatalog . findValidatedModelHardware ( ) . should ( 'contain.text' , '2xH100-80' ) ;
236236 modelCatalog . findValidatedModelRps ( ) . should ( 'contain.text' , '7' ) ;
237- modelCatalog . findValidatedModelTtft ( ) . should ( 'contain.text' , '35.48818160947744 ' ) ;
237+ modelCatalog . findValidatedModelTtft ( ) . should ( 'contain.text' , '35.49 ' ) ;
238238 modelCatalog . findValidatedModelBenchmarkNext ( ) . click ( ) ;
239239 modelCatalog . findValidatedModelHardware ( ) . should ( 'contain.text' , '33xRTX 4090' ) ;
240240 modelCatalog . findValidatedModelRps ( ) . should ( 'contain.text' , '10' ) ;
241- modelCatalog . findValidatedModelTtft ( ) . should ( 'contain.text' , '67.14892749816 ' ) ;
241+ modelCatalog . findValidatedModelTtft ( ) . should ( 'contain.text' , '67.15 ' ) ;
242242 modelCatalog . findValidatedModelBenchmarkNext ( ) . click ( ) ;
243243 modelCatalog . findValidatedModelHardware ( ) . should ( 'contain.text' , '40xA100' ) ;
244244 modelCatalog . findValidatedModelRps ( ) . should ( 'contain.text' , '15' ) ;
245- modelCatalog . findValidatedModelTtft ( ) . should ( 'contain.text' , '42.123791232 ' ) ;
245+ modelCatalog . findValidatedModelTtft ( ) . should ( 'contain.text' , '42.12 ' ) ;
246246 modelCatalog . findValidatedModelBenchmarkPrev ( ) . click ( ) ;
247247 modelCatalog . findValidatedModelHardware ( ) . should ( 'contain.text' , '33xRTX 4090' ) ;
248248 modelCatalog . findValidatedModelRps ( ) . should ( 'contain.text' , '10' ) ;
249- modelCatalog . findValidatedModelTtft ( ) . should ( 'contain.text' , '67.14892749816 ' ) ;
249+ modelCatalog . findValidatedModelTtft ( ) . should ( 'contain.text' , '67.15 ' ) ;
250250 modelCatalog . findValidatedModelBenchmarkLink ( ) . click ( ) ;
251251 cy . url ( ) . should ( 'include' , 'performance-insights' ) ;
252252 } ) ;
0 commit comments