Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev committed Jan 26, 2024
1 parent 28c4b53 commit 903479b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion itest/query/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ func main() {
}

func testTarget(ctx context.Context, qc querierv1connect.QuerierServiceClient, target string) error {
needle := "Fib$$Lambda$_.run;Fib.lambda$appLogic$0;Fib.fib;Fib.fib;Fib.fib;Fib.fib;"
//needle := "Fib$$Lambda_.run;Fib.lambda$appLogic$0;Fib.fib;Fib.fib;Fib.fib;Fib.fib;" // us this one when https://github.com/grafana/jfr-parser/pull/28/files lands pyroscope docker tag
needle := "run;Fib.lambda$appLogic$0;Fib.fib;Fib.fib;Fib.fib;Fib.fib;"
ticker := time.NewTicker(time.Second * 5)
n := 0
for {
Expand Down

0 comments on commit 903479b

Please sign in to comment.