improve regexp component performance in loki.process
: call fmt only if debug enabled
#2426
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
name: Run Go fuzz tests (PR) | |
on: | |
pull_request: | |
jobs: | |
fuzz: | |
uses: ./.github/workflows/fuzz-go.yml | |
with: | |
fuzz-time: 5m | |