Skip to content

Commit

Permalink
feat(benchmarks): adding wren 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFola committed Apr 4, 2024
1 parent 07e569b commit 6338709
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ jobs:
with:
ruby-version: '3.3'

- name: Download wren 0.4.0
run: |
wget https://github.com/wren-lang/wren-cli/releases/download/0.4.0/wren-cli-linux-0.4.0.zip
unzip wren-cli-linux-0.4.0.zip
cp wren-cli-linux-0.4.0/wren_cli .
- name: Gather performances
shell: bash
run: |
Expand Down

0 comments on commit 6338709

Please sign in to comment.