Skip to content

Commit

Permalink
run lscpu
Browse files Browse the repository at this point in the history
  • Loading branch information
TaKO8Ki committed Aug 27, 2021
1 parent 888d4a5 commit 433bc16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ jobs:
- name: Run benchmarks
run: ./benchmarks/run_init

- run: lscpu

- name: Read basic.md for the generated report
id: basic_result
uses: juliangruber/read-file-action@v1
Expand Down Expand Up @@ -159,6 +161,8 @@ jobs:
- name: Run benchmarks
run: ./benchmarks/run

- run: lscpu

- name: Read basic.md for the generated report
id: basic_result
uses: juliangruber/read-file-action@v1
Expand Down

2 comments on commit 433bc16

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Command Mean [ms] Min [ms] Max [ms] Relative
eval "$(rbenv init -)" 61.9 ± 3.0 56.1 68.8 6.10 ± 0.62
eval "$(frum init)" 10.2 ± 1.3 8.9 19.8 1.00 ± 0.16
eval "$(~/.frum-latest/frum init)" 10.2 ± 0.9 8.9 15.9 1.00

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Command Mean [ms] Min [ms] Max [ms] Relative
./rbenv 201740.3 ± 1407.5 199544.1 204700.1 1.02 ± 0.01
./frum 199685.1 ± 1221.3 198176.7 202737.8 1.01 ± 0.01
./frum_reason 196845.1 ± 968.3 195612.0 199563.8 1.00

Please sign in to comment.