From 1f37adf6c96e686f1ec580d767eb60a9f29cf9d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E8=89=AF=E4=BB=94?= <32487868+cijiugechu@users.noreply.github.com> Date: Fri, 14 Jul 2023 23:22:04 +0800 Subject: [PATCH] chore(benchmark): update 5800H results (#550) --- benchmark/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/benchmark/README.md b/benchmark/README.md index f69664cda..2062e0f04 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -62,3 +62,21 @@ Summary 'oxc' ran 76.50 ± 8.32 times faster than 'eslint' ``` + +## AMD 5800H 8-cores + +``` +Benchmark 1: oxc + Time (mean ± σ): 6.6 ms ± 1.6 ms [User: 3.4 ms, System: 6.1 ms] + Range (min … max): 3.6 ms … 22.1 ms 379 runs + +Benchmark 2: eslint + Time (mean ± σ): 565.9 ms ± 6.0 ms [User: 616.3 ms, System: 65.1 ms] + Range (min … max): 559.7 ms … 579.9 ms 10 runs + + Warning: Ignoring non-zero exit code. + +Summary + oxc ran + 85.72 ± 20.35 times faster than eslint +``` \ No newline at end of file