Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming committed Nov 26, 2024
1 parent b639b7f commit 7056769
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}

- name: Test Benchmark
shell: bash
run: |
./hack/e2e-test.sh e2e/kwokctl/benchmark
# - name: Test Benchmark
# shell: bash
# run: |
# ./hack/e2e-test.sh e2e/kwokctl/benchmark

- name: Test Benchmark Hack
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/benchmark.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func waitResource(ctx context.Context, t *testing.T, kwokctlPath, name, resource
prev := 0
got := 0
var latestTime time.Time
reader := bufio.NewReader(pr)
reader := bufio.NewReader(io.TeeReader(pr, os.Stderr))
for {
line, _, err := reader.ReadLine()
if err != nil {
Expand Down

0 comments on commit 7056769

Please sign in to comment.