Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Merge pull request #747 from Avaiga/feature/taipy#260-taipy-run-cli #185

Merge pull request #747 from Avaiga/feature/taipy#260-taipy-run-cli

Merge pull request #747 from Avaiga/feature/taipy#260-taipy-run-cli #185

Workflow file for this run

name: Performance benchmarking
on:
push:
branches: [ develop ]
jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- run: |
curl -X POST \
-H "Authorization: Bearer ${{secrets.PERFORMANCE_BENCHMARK_ACCESS_TOKEN}}" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/Avaiga/taipy-integration-testing/actions/workflows/benchmark.yml/dispatches \
-d '{"ref": "develop"}'