{
    "version":0.0,
    "target_id": null,
    "version_tag": null,
    "date":null, 
    "target":null,
    "inference_engine":null,
    "model_file_name":null, 
    "benchmark_type":null,
    "nb_inference":null,
    "ram_size":null,
    "ram_peak_usage":null,
    "flash_size":null,
    "flash_usage":null,
    "load_cpu": null,
    "load_accelerator": null,
    "temperature" : null,
    "ambiant_temperature" : null,
    "power_consumption":null,
    "energy_efficiency":null,
    "model_size":null, 
    "nb_parameters_model":null, 
    "GFLOPs":null,
    "inference_latency": {
        "mean":null,
        "std":null,
        "min" :null,
        "max" :null,
        "troughput":null,
        "latency_per_layers":[
            {
                "layer_name": null,
                "mean":null,
                "std" :null,
                "min" :null,
                "max" :null
            }
        ]
    },
    "preprocess_time":{
        "mean":null,
        "std":null,
        "min":null,
        "max":null
    },
    "postprocess_time":{
        "mean":null,
        "std":null,
        "min":null,
        "max":null
    },
    "accuracy":null
}
