github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/benchmark/queries.yml (about) 1 baseName: main 2 targetName: pr 3 4 queries: 5 - name: 'throughput' 6 base: 'rate(pyroscope_http_request_duration_seconds_count{handler="/ingest", instance="pyroscope-main:4040"}[5m])' 7 target: 'rate(pyroscope_http_request_duration_seconds_count{handler="/ingest", instance="pyroscope:4040"}[5m])' 8 diffThresholdPercent: 5 9 biggerIsBetter: true 10 11 - base: 'pyroscope_http_request_duration_seconds_count{handler="/ingest", instance="pyroscope-main:4040"}' 12 target: 'pyroscope_http_request_duration_seconds_count{handler="/ingest", instance="pyroscope:4040"}' 13 name: 'total items processed' 14 diffThresholdPercent: 5 15 biggerIsBetter: true