mkdocs-benoit.jp.net/docs/Various/CPUBenchmark.md

69 lines
1.8 KiB
Markdown
Raw Normal View History

2018-12-09 13:30:55 +00:00
*Updated whenever I can.*
Encoding a 2h video (live concert from Japanese TV, MPEG-2, dark scene with grain) at 1280x720 resolution.
2021-02-20 06:06:15 +00:00
```console
$ HandBrakeCLI -i in.ts -o out.mp4 -f av_mp4 -O -e x264 --encoder-preset slow --encoder-tune grain --encoder-profile high --encoder-level auto -q 20 --vfr -E copy:aac -w 1280 -l 720 --decomb --detelecine --crop 0:0:0:0
2018-12-09 13:30:55 +00:00
```
2018-12-27 19:22:53 +00:00
- Scaleway bare-metal 8 CPU C2L:
2018-12-09 18:15:37 +00:00
- 12.072023 fps
2018-12-09 13:30:55 +00:00
- Intel(R) Atom(TM) CPU C2750 @ 2.40GHz
2018-12-27 19:22:53 +00:00
- €0.048 hourly
2018-12-09 13:30:55 +00:00
2018-12-27 19:22:53 +00:00
- Hetzner dedicated 8 vCPU:
2018-12-09 14:04:32 +00:00
- 28.270920 fps
- Intel Xeon Processor (Skylake, IBRS) @ 2.10GHz
- €0.144 hourly
2019-03-13 10:51:44 +00:00
- Scaleway 8vCPU GP1-S:
- 30.584057 fps
- AMD EPYC 7401P 24-Core Processor @ 2.00GHz
- €0.158 hourly
2020-04-26 14:53:32 +00:00
- Hetzner CPX41 8 vCPU (AMD EPYC 2nd Gen processors):
- 36.369133 fps
- AMD EPYC @ 2.40GHz
- €0.038 hourly
2018-12-09 13:30:55 +00:00
- Vultr bare-metal 8 CPU:
- 36.676926 fps
- Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz
- $0.179 hourly
2019-03-13 13:30:05 +00:00
- Scaleway 16vCPU GP1-M:
- 43.332794 fps
- AMD EPYC 7401P 24-Core Processor @ 2.00GHz
- €0.318 hourly
- Hetzner CPX51 16 vCPU (AMD EPYC 2nd Gen processors):
- 55.919209 fps
- AMD EPYC @ 2.40GHz
- €0.080 hourly
2018-12-09 13:30:55 +00:00
- GCP 24 vCPU:
2018-12-09 18:15:37 +00:00
- 57.956608 fps
- Intel(R) Xeon(R) CPU @ 2.60GHz
- $0.688 hourly
2018-12-09 13:30:55 +00:00
2018-12-27 19:22:53 +00:00
- GCP 28 vCPU:
- 63.077595 fps
2018-12-11 09:35:53 +00:00
- Intel(R) Xeon(R) CPU @ 2.60GHz
2018-12-11 09:26:12 +00:00
- $0.802 hourly
2018-12-09 13:30:55 +00:00
- GCP 32 vCPU:
- 63.491947 fps
2018-12-11 09:26:12 +00:00
- Intel(R) Xeon(R) CPU @ 2.00GHz
2018-12-09 13:30:55 +00:00
- $0.874 hourly
- Vultr 24 vCPU:
- 64.176575 fps
- Virtual CPU a7769a6388d5 @ 2.40GHz
- $0.952 hourly
- GCP 96 vCPU:
- 69.550346 fps
2018-12-11 09:26:12 +00:00
- Intel(R) Xeon(R) CPU @ 2.00GHz
2018-12-09 13:30:55 +00:00
- $2.621 hourly
*Note: HandBrake don't scale well with more that 32 threads.*