mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-30 23:57:46 +00:00
Merge pull request #9574 from fgrzadkowski/debug_density
Print latency metrics before the density test
This commit is contained in:
commit
629237bbb7
@ -61,6 +61,11 @@ var _ = Describe("Density", func() {
|
||||
expectNoError(err)
|
||||
uuid = string(util.NewUUID())
|
||||
|
||||
// Print latency metrics before the test.
|
||||
// TODO: Remove this once we reset metrics before the test.
|
||||
_, err = HighLatencyRequests(c, 2*time.Second, util.NewStringSet("events"))
|
||||
expectNoError(err)
|
||||
|
||||
expectNoError(os.Mkdir(fmt.Sprintf(testContext.OutputDir+"/%s", uuid), 0777))
|
||||
expectNoError(writePerfData(c, fmt.Sprintf(testContext.OutputDir+"/%s", uuid), "before"))
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user