Fabiano Fidêncio
aa2b51a831
Merge pull request #7783 from GabyCT/topic/makereport
...
metrics: Add metrics report script
2023-08-30 17:11:39 +02:00
Gabriela Cervantes
a7b59a5bf9
metrics: Add limit for 90 percentile for qemu value
...
This PR adds the limit for 90 percentile for qemu value for
FIO kata metrics.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-30 13:53:38 +00:00
Gabriela Cervantes
99db6568e9
metrics: Add limit for write 90 percentile value for clh
...
This PR adds the limit for write 90 percentile value for clh for
FIO metrics.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-30 13:53:38 +00:00
Gabriela Cervantes
6e06392c55
metrics: Enable FIO limits for kata metrics
...
This PR enables the FIO limits for kata metrics.
Fixes #7771
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-30 13:53:38 +00:00
Gabriela Cervantes
c8dd3c0737
metrics: Fix memory footprint qemu limit
...
This PR fixes the memory footprint qemu limit for kata metrics.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-29 22:51:21 +00:00
Gabriela Cervantes
8877ec62fb
metrics: Fix memory inside limits for kata metrics
...
This PR fixes the memory inside limit for clh for kata metrics due
to the recent changes that we had in the script which impacted
in the performance measurement.
Fixes #7786
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-29 21:38:18 +00:00
Gabriela Cervantes
7e364716dd
metrics: Add test setup details to metrics report
...
This PR adds test setup details to metrics report.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-29 17:56:53 +00:00
Gabriela Cervantes
17dc1b9760
metrics: Add boot lifecycle times to metrics report
...
This PR adds the boot lifecycle times to metrics report.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-29 17:55:44 +00:00
Gabriela Cervantes
3b0d6538f2
metrics: Add memory inside container to metrics report
...
This PR adds memory inside container to metrics report.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-29 17:53:17 +00:00
Gabriela Cervantes
79fbb9d243
metrics: Add scaling system footprint in metrics report
...
This PR adds scaling system footprint in metrics report.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-29 17:51:27 +00:00
Gabriela Cervantes
8e6d4e6f3d
metrics: Add metrics reportgen
...
This PR adds metrics reportgen for kata metrics.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-29 17:45:36 +00:00
Gabriela Cervantes
139ffd4f75
metrics: Add report file titles
...
This PR adds report file titles for kata metrics.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-29 17:43:06 +00:00
Gabriela Cervantes
878d1a2e7d
metrics: Generate PNGs alongside the PDF report
...
This PR generates the PNGs for the kata metrics PDF report.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-29 16:50:32 +00:00
Gabriela Cervantes
fce2487971
metrics: Add metrics report R files
...
This PR adds the metrics report R files.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-29 16:45:22 +00:00
Gabriela Cervantes
08812074d1
metrics: Add report dockerfile
...
This PR adds the report dockerfile for kata metrics.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-29 16:28:32 +00:00
Gabriela Cervantes
69781fc027
metrics: Add metrics report script
...
This PR adds metrics report script for kata metrics.
Fixes #7782
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-29 16:25:14 +00:00
David Esparza
538c965c2b
metrics: fix parsing issue on memory-usage test
...
This PR fixes an issues in the parsing results stage,
by collecting just the n-results from the n-running
containers, discarding irrelevant data.
Fixes : #7774
Signed-off-by: David Esparza <david.esparza.borquez@intel.com >
2023-08-28 23:39:46 -06:00
Gabriela Cervantes
32a778b6da
metrics: Remove unused variable in tensorflow nhwc script
...
This PR removes unused variable in tensorflow nhwc script.
Fixes #7750
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-24 15:54:27 +00:00
Gabriela Cervantes
959ca49447
metrics: Add TensorFlow ResNet50 fp32 Dockerfile
...
This PR adds the TensorFlow ResNet50 fp32 Dockerfile for kata metrics.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-23 16:24:58 +00:00
Gabriela Cervantes
4b7d72c4a8
metrics: Add TensorFlow ResNet50 FP32 benchmark
...
This PR adds TensorFlow ResNet50 FP32 benchmark for kata metrics.
Fixes #7735
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-23 16:21:09 +00:00
GabyCT
b8990c0490
Merge pull request #7722 from GabyCT/topic/adddiskreadme
...
metrics: Add disk link to README
2023-08-22 12:29:54 -06:00
GabyCT
514d3d42b8
Merge pull request #7712 from GabyCT/topic/fixfiopath
...
metrics: Fix FIO path
2023-08-22 12:28:28 -06:00
Gabriela Cervantes
8afd158cef
metrics: Add disk link to README
...
This PR adds disk link to README documentation for kata metrics.
Fixes #7721
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-22 16:20:31 +00:00
David Esparza
d2c130ea69
Merge pull request #7710 from GabyCT/topic/fixpytorch1
...
metrics: Use function from metrics common in pytorch script
2023-08-21 15:31:24 -06:00
Gabriela Cervantes
eee2ee6eeb
metrics: Fix FIO path
...
This PR fixes the FIO path for the FIO files.
Fixes #7711
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-21 21:06:04 +00:00
David Esparza
9347051592
Merge pull request #7666 from dborquez/metrics_improve_fio_test
...
metrics: Enable kata runtime in K8s for FIO test.
2023-08-21 13:51:57 -06:00
Gabriela Cervantes
39bc3488f5
metrics: Use function from metrics common in pytorch script
...
This PR uses a common function into the pytorch script.
Fixes #7709
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-21 16:12:35 +00:00
GabyCT
700759232f
Merge pull request #7690 from GabyCT/topic/fixpytorch
...
metrics: Fix README for pytorch
2023-08-21 09:50:14 -06:00
Jiang Liu
6e038e66e4
Merge pull request #7680 from GabyCT/topic/removetime
...
metrics: Remove unused variable in tensorflow mobilenet script
2023-08-21 23:39:07 +08:00
Gabriela Cervantes
c8b43f8b3e
metrics: Fix README for pytorch
...
This PR fixes the pytorch reference in the README file.
Fixes #7689
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-18 20:14:49 +00:00
David Esparza
fb571f8be9
metrics: Enable kata runtime in K8s for FIO test.
...
This PR configures the corresponding kata runtime in K8s
based on the tested hypervisor.
This PR also enables FIO metrics test in the kata metrics-ci.
Fixes : #7665
Signed-off-by: David Esparza <david.esparza.borquez@intel.com >
2023-08-17 17:11:27 -06:00
Gabriela Cervantes
85c02828e1
metrics: Update tensorflow name in gha run script
...
This PR update tensorflow name in gha run script.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-17 20:17:48 +00:00
Gabriela Cervantes
e8a5119343
metrics: Fix check results for tensorflow benchmark
...
This PR fixes the check results for tensorflow benchmark now
that we change the name of the test.
Fixes #7684
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-17 19:52:45 +00:00
GabyCT
4ba684e6e4
Merge pull request #7653 from GabyCT/topic/tensorflowfp32
...
metrics: Add Tensorflow ResNet50 int8 benchmark
2023-08-17 10:44:25 -06:00
Gabriela Cervantes
8616c050ae
metrics: Remove unused variable in tensorflow mobilenet script
...
This PR removes unused variable in tensorflow mobilenet script.
Fixes #7679
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-17 16:04:18 +00:00
Gabriela Cervantes
2a491e9b1f
metrics: Fix MobileNet help me description
...
This PR fixes MobileNet help me description in the
tensorflow script.
Fixes #7661
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-16 15:25:39 +00:00
Gabriela Cervantes
bade6a5c3b
docs: Fix TensorFlow word across the document
...
This PR fixes the TensorFlow word across the document to have uniformity
across all the document.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-15 20:13:05 +00:00
Gabriela Cervantes
1a1b207760
docs: Add Tensorflow Resnet50 documentation
...
This PR adds the Tensorflow Resnet50 documentation.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-15 17:46:44 +00:00
Gabriela Cervantes
24baededc0
metrics: Add Dockerfile for ResNet50 int8
...
This PR adds the dockerfile for ResNet50 int8 benchmark.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-15 17:38:26 +00:00
Gabriela Cervantes
6d971ba8df
metrics: Add Tensorflow ResNet50 int8 benchmark
...
This PR adds the Tensorflow ResNet50 int8 script for kata metrics.
Fixes #7652
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-15 17:30:22 +00:00
Gabriela Cervantes
18a7fd8e4e
metrics: Rename tensorflow scripts
...
This PR renames the tensorflow scripts to include the data format
that is being used as we will have multiple tests with different
data and model formats for tensorflow so this will help us to
distinguish them.
Fixes #7645
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-14 20:40:35 +00:00
GabyCT
a740c80251
Merge pull request #7626 from GabyCT/topic/cassandrak
...
metrics: Add Cassandra Kubernetes benchmark for kata metrics
2023-08-14 14:22:52 -06:00
Gabriela Cervantes
5d0f0d43c7
metrics: Add cassandra statefulset yaml
...
This PR adds cassandra statefulset yaml for kata metrics.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-11 17:22:39 +00:00
Gabriela Cervantes
c1dcc1396f
metrics: Add cassandra service yaml
...
This PR adds the cassandra service yaml for the benchmark.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-11 17:22:36 +00:00
Gabriela Cervantes
2297a0d1c5
metrics: Add block loop pvc yaml for cassandra
...
This PR adds block loop pvc yaml for cassandra test.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-11 17:22:33 +00:00
Gabriela Cervantes
e3d511946f
metrics: Add block loop pv yaml for cassandra test
...
This PR adds the block loop pv yaml for cassandra test.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-11 17:22:29 +00:00
Gabriela Cervantes
9890271594
metrics: Add block loop pvc for cassandra test
...
This PR adds the block loop pvc for cassandra test.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-11 17:22:19 +00:00
Gabriela Cervantes
349b89969a
metrics: Add Cassandra Kubernetes benchmark for kata metrics
...
This PR adds Cassandra Kubernetes benchmark for kata metrics tests.
Fixes #7625
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-11 17:21:48 +00:00
Gabriela Cervantes
fdcd52ff78
metrics: Add check containers are running in tensorflow mobilenet
...
This PR adds check containers are running in tensorflow mobilenet
that is being defined in common script.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-10 20:17:20 +00:00
Gabriela Cervantes
36337ee146
metrics: Add check containers are up in tensorflow script
...
This PR adds the check containers are up function from common
in tensorflow script.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2023-08-10 20:15:18 +00:00