Performance Testing of Fluent-bit with several filters shows log processing falling < 5mb/s #1409
Workflow file for this run
This file contains 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
# For skipped checks that are required to merge we trigger a fake job that succeeds. | |
# https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks | |
name: Run unit tests | |
on: | |
pull_request: | |
paths: | |
- '.github/**' | |
- 'dockerfiles/**' | |
- 'docker_compose/**' | |
- 'packaging/**' | |
- '.gitignore' | |
- 'appveyor.yml' | |
- '**.sh' | |
- 'examples/**' | |
jobs: | |
run-all-unit-tests: | |
runs-on: ubuntu-latest | |
name: Unit tests (matrix) | |
steps: | |
- run: echo "No unit tests required" |