diff --git a/.github/workflows/benchmark_configuration.yml b/.github/workflows/benchmark_configuration.yml index 06e4710a8415..e38148c9be75 100644 --- a/.github/workflows/benchmark_configuration.yml +++ b/.github/workflows/benchmark_configuration.yml @@ -63,5 +63,6 @@ jobs: uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4.1 timeout-minutes: 50 with: + mode: simulation run: cargo codspeed run token: ${{ secrets.CODSPEED_TOKEN }} diff --git a/.github/workflows/benchmark_css.yml b/.github/workflows/benchmark_css.yml index 6abfab52e9bb..c6015382f188 100644 --- a/.github/workflows/benchmark_css.yml +++ b/.github/workflows/benchmark_css.yml @@ -75,5 +75,6 @@ jobs: uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4.1 timeout-minutes: 50 with: + mode: simulation run: cargo codspeed run token: ${{ secrets.CODSPEED_TOKEN }} diff --git a/.github/workflows/benchmark_graphql.yml b/.github/workflows/benchmark_graphql.yml index 5371566deae4..1519be49aa43 100644 --- a/.github/workflows/benchmark_graphql.yml +++ b/.github/workflows/benchmark_graphql.yml @@ -72,5 +72,6 @@ jobs: uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4.1 timeout-minutes: 50 with: + mode: simulation run: cargo codspeed run token: ${{ secrets.CODSPEED_TOKEN }} diff --git a/.github/workflows/benchmark_js.yml b/.github/workflows/benchmark_js.yml index a92fd77612c0..bfcf9bbb4882 100644 --- a/.github/workflows/benchmark_js.yml +++ b/.github/workflows/benchmark_js.yml @@ -75,5 +75,6 @@ jobs: uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4.1 timeout-minutes: 50 with: + mode: simulation run: cargo codspeed run token: ${{ secrets.CODSPEED_TOKEN }} diff --git a/.github/workflows/benchmark_json.yml b/.github/workflows/benchmark_json.yml index 0fc65c9855b6..ff652320cf73 100644 --- a/.github/workflows/benchmark_json.yml +++ b/.github/workflows/benchmark_json.yml @@ -75,5 +75,6 @@ jobs: uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4.1 timeout-minutes: 50 with: + mode: simulation run: cargo codspeed run token: ${{ secrets.CODSPEED_TOKEN }} diff --git a/.github/workflows/benchmark_manifests.yml b/.github/workflows/benchmark_manifests.yml index cf361eed4f05..cbda9843bdf5 100644 --- a/.github/workflows/benchmark_manifests.yml +++ b/.github/workflows/benchmark_manifests.yml @@ -63,5 +63,6 @@ jobs: uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4.1 timeout-minutes: 50 with: + mode: simulation run: cargo codspeed run token: ${{ secrets.CODSPEED_TOKEN }} diff --git a/.github/workflows/benchmark_module_graph.yml b/.github/workflows/benchmark_module_graph.yml index 065cc760fc2f..2db8cb9b5edd 100644 --- a/.github/workflows/benchmark_module_graph.yml +++ b/.github/workflows/benchmark_module_graph.yml @@ -63,5 +63,6 @@ jobs: uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4.1 timeout-minutes: 50 with: + mode: simulation run: cargo codspeed run token: ${{ secrets.CODSPEED_TOKEN }} diff --git a/.github/workflows/benchmark_tailwind.yml b/.github/workflows/benchmark_tailwind.yml index 284c6f603c53..415618809edb 100644 --- a/.github/workflows/benchmark_tailwind.yml +++ b/.github/workflows/benchmark_tailwind.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: merge_group: pull_request: - types: [opened, synchronize] + types: [ opened, synchronize ] branches: - main - next @@ -66,5 +66,6 @@ jobs: uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4.1 timeout-minutes: 50 with: + mode: simulation run: cargo codspeed run token: ${{ secrets.CODSPEED_TOKEN }}