# cpu
### Cinebench R20 (single Core)
```vega
{
"width": 360,
"data": {
"values": [
{"cpu": "R7 5700U","point": 494},
{"cpu": "R5 5500U","point": 458},
{"cpu": "R7 4700U","point":465},
{"cpu": "R5 4500U","point":447.5},
{"cpu": "i7 1165G7","point": 559},
{"cpu": "i5 1135G7","point": 517},
{"cpu": "i5 1035G1","point": 428},
{"cpu": "i7 1065G7","point": 449}
]
},
"mark": "bar",
"encoding": {
"x": {"field": "cpu", "type": "ordinal"},
"y": {"field": "point", "type": "quantitative"}
}
}
```
### Cinebench R20 (Multi Core)
```vega
{
"width": 360,
"data": {
"values": [
{"cpu": "R7 5700U","point": 3394},
{"cpu": "R5 5500U","point": 2553},
{"cpu": "R7 4700U","point":2624.5},
{"cpu": "R5 4500U","point":2219},
{"cpu": "i7 1165G7","point": 2234},
{"cpu": "i5 1135G7","point": 1842},
{"cpu": "i5 1035G1","point": 1304},
{"cpu": "i7 1065G7","point": 1543}
]
},
"mark": "bar",
"encoding": {
"x": {"field": "cpu", "type": "ordinal"},
"y": {"field": "point", "type": "quantitative"}
}
}
```
`