docs: polish new docs site for issue #1363 #3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: performance-test-febrl120K | ||
|
Check failure on line 1 in .github/workflows/perfTest-febrl120K.yml
|
||
| on: | ||
| workflow_dispatch: | ||
| schedule: | ||
| - cron: "0 0 */3 * *" # runs every 3 days at 00 AM UTC | ||
| jobs: | ||
| perf-test: | ||
| uses: ./.github/workflows/perfTest-reusable.yml | ||
| with: | ||
| test_name: performance-test-febrl120K | ||
| input_file: "zingg_community_performance_reports/perf_test/perfTestInput_febrl120K.json" | ||
| secrets: inherit | ||