Skip to content

Commit

Permalink
Merge pull request #711 from candy-lang/dependabot/github_actions/Swa…
Browse files Browse the repository at this point in the history
…tinem/rust-cache-2.7.0

Bump Swatinem/rust-cache from 2.6.2 to 2.7.0
  • Loading branch information
jwbot authored Sep 13, 2023
2 parents 8a359d6 + a260e27 commit 34335e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compiler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dsherret/rust-toolchain-file@v1
- uses: Swatinem/rust-cache@v2.6.2
- uses: Swatinem/rust-cache@v2.7.0
- uses: KyleMayes/install-llvm-action@v1.8.3
with:
version: "15.0"
Expand All @@ -38,7 +38,7 @@ jobs:
# steps:
# - uses: actions/checkout@v4
# - uses: dsherret/rust-toolchain-file@v1
# - uses: Swatinem/rust-cache@v2.6.2
# - uses: Swatinem/rust-cache@v2.7.0

# - run: cargo run --release -- fuzz ./packages/Benchmark.candy

Expand All @@ -54,7 +54,7 @@ jobs:
# toolchain file's path.
- run: cp candy/rust-toolchain.toml ./
- uses: dsherret/rust-toolchain-file@v1
- uses: Swatinem/rust-cache@v2.6.2
- uses: Swatinem/rust-cache@v2.7.0

- name: Generate Goldens
working-directory: candy/
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dsherret/rust-toolchain-file@v1
- uses: Swatinem/rust-cache@v2.6.2
- uses: Swatinem/rust-cache@v2.7.0

- name: Run benchmark
working-directory: compiler/vm/
Expand Down

1 comment on commit 34335e4

@jwbot
Copy link
Collaborator Author

@jwbot jwbot commented on 34335e4 Sep 13, 2023

Choose a reason for hiding this comment

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

Compiler

Benchmark suite Current: 34335e4 Previous: 8a359d6 Ratio
Time: Compiler/hello_world 19764096 ns/iter (± 404791) 21947298 ns/iter (± 435973) 0.90
Time: Compiler/fibonacci 167782078 ns/iter (± 899264) 171480775 ns/iter (± 1704343) 0.98
Time: VM Runtime/hello_world 50800 ns/iter (± 5997) 52352 ns/iter (± 3461) 0.97
Time: VM Runtime/fibonacci/15 297514265 ns/iter (± 1125065) 292126668 ns/iter (± 823855) 1.02
Time: VM Runtime/PLB/binarytrees/6 1367785886 ns/iter (± 4315773) 1350990021 ns/iter (± 2882265) 1.01

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.