Skip to content

Add poller cache observation #8

Add poller cache observation

Add poller cache observation #8

Workflow file for this run

name: benchmark
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
bench:
strategy:
matrix:
RESOURCES: [ 100, 300, 500 ]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Install tools
run: make tools
- name: Create cluster
run: make up
- name: Push modules
run: make timoni-push
- name: Install Flux
run: make flux-up
- name: Run kustomize benchmark
run: KS=${{ matrix.RESOURCES }} timoni bundle apply -f timoni/bundles/flux-benchmark.cue --runtime-from-env --timeout=30m
- name: Run helm benchmark
run: HR=${{ matrix.RESOURCES }} timoni bundle apply -f timoni/bundles/flux-benchmark.cue --runtime-from-env --timeout=30m
- name: Debug failure
if: failure()
run: |
kubectl -n flux-system get pods
flux get all --all-namespaces