Skip to content
Snippets Groups Projects
Commit a22e9095 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Invert clause in CI

parent a51b14c1
No related branches found
No related tags found
1 merge request!3Add test for matrix
Pipeline #81443 passed
......@@ -19,7 +19,7 @@ docker-base:
- cd docker
- docker build --pull -t "$CI_REGISTRY_IMAGE:latest" .
- docker push "$CI_REGISTRY_IMAGE:latest"
except:
only:
changes:
- docker/Dockerfile
......
{
"context": {
"date": "2024-05-08T09:59:43+02:00",
"host_name": "dop499",
"executable": "build/microbenchmarks",
"num_cpus": 12,
"mhz_per_cpu": 4600,
"cpu_scaling_enabled": true,
"caches": [
{
"type": "Data",
"level": 1,
"size": 49152,
"num_sharing": 2
},
{
"type": "Instruction",
"level": 1,
"size": 32768,
"num_sharing": 2
},
{
"type": "Unified",
"level": 2,
"size": 1310720,
"num_sharing": 2
},
{
"type": "Unified",
"level": 3,
"size": 12582912,
"num_sharing": 12
}
],
"load_avg": [1.61328,0.986816,0.598633],
"library_build_type": "release"
},
"benchmarks": [
{
"name": "InitializeInput/MatrixMultiplication",
"family_index": 0,
"per_family_instance_index": 0,
"run_name": "InitializeInput/MatrixMultiplication",
"run_type": "iteration",
"repetitions": 1,
"repetition_index": 0,
"threads": 1,
"iterations": 13392207,
"real_time": 5.2529573579612411e+01,
"cpu_time": 5.2527422627204032e+01,
"time_unit": "ns",
"INSTRUCTIONS": 3.8000003711113487e+02
},
{
"name": "InitializeInput/MatrixMultiplicationNaive",
"family_index": 1,
"per_family_instance_index": 0,
"run_name": "InitializeInput/MatrixMultiplicationNaive",
"run_type": "iteration",
"repetitions": 1,
"repetition_index": 0,
"threads": 1,
"iterations": 131788280,
"real_time": 5.3261295086340876e+00,
"cpu_time": 5.3260997032513213e+00,
"time_unit": "ns",
"INSTRUCTIONS": 8.1000003695321013e+01
},
{
"name": "InitializeInput/MatrixMultiplicationAOAvx",
"family_index": 2,
"per_family_instance_index": 0,
"run_name": "InitializeInput/MatrixMultiplicationAOAvx",
"run_type": "iteration",
"repetitions": 1,
"repetition_index": 0,
"threads": 1,
"iterations": 446647548,
"real_time": 1.5730029195186706e+00,
"cpu_time": 1.5727617047166698e+00,
"time_unit": "ns",
"INSTRUCTIONS": 2.1000001441852760e+01
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment