DOCS Update benchmarks for 2024.0 (#23681)

### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*
This commit is contained in:
Andrzej Kopytko 2024-03-27 13:30:33 +01:00 committed by GitHub
parent 8d46c625fc
commit 44c2bcd5b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -196,7 +196,7 @@ or `create an account <https://www.intel.com/content/www/us/en/secure/forms/devc
* Intel® Distribution of OpenVINO™ toolkit performance results are based on release 2024.0, as of March 06, 2024.
* OpenVINO Model Server performance results are based on release 2023.3, as of February 13, 2024.
* OpenVINO Model Server performance results are based on release 2024.0, as of March 15, 2024.
The results may not reflect all publicly available updates. Intel technologies' features and benefits depend on system configuration
and may require enabled hardware, software, or service activation. Learn more at intel.com, or from the OEM or retailer.

View File

@ -225,7 +225,7 @@ class Modal {
}
}
static getCoreTypesLabels() {
return ['CPU', 'iGPU', 'CPU+iGPU'];
return ['CPU', 'iGPU\\NPU', 'CPU+iGPU'];
}
static getKpisLabels(version) {
if (version == 'ovms')
@ -242,7 +242,7 @@ class Modal {
switch (label) {
case 'CPU':
return 'core';
case 'iGPU':
case 'iGPU\\NPU':
return 'core-iGPU';
case 'CPU+iGPU':
return 'core-CPU+iGPU';