From 6338709cd85df7be61831520a01a637e1aecaa1d Mon Sep 17 00:00:00 2001 From: Alexandre Plateau Date: Thu, 4 Apr 2024 09:17:36 +0200 Subject: [PATCH] feat(benchmarks): adding wren 0.4.0 --- .github/workflows/benchmarks.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 70288d14e..56016371d 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -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: |