Skip to content

Tags: soltysh/ginkgo

Tags

v4.5.0-origin.1

Toggle v4.5.0-origin.1's commit message

Unverified

The committer email address is not verified.
UPSTREAM: <carry>: Still report panic stack traces

A consequence of the previous performance change was losing full
stack traces on runtime panics. Create a new method that internal
locations that must capture panics use.

v4.5.0-origin.0

Toggle v4.5.0-origin.0's commit message

Unverified

The committer email address is not verified.
UPSTREAM: <carry>: Do not capture the full stack trace

Stack traces are expensive and this is not used within our tests
in a meaningful way. This reduces startup time of openshift-tests
from 1.2s to 0.3s. It reduced total e2e run time from 10k core
seconds to 5k core seconds.

v4.3.0-origin.0

Toggle v4.3.0-origin.0's commit message
UPSTREAM: <carry>: Do not capture the full stack trace

Stack traces are expensive and this is not used within our tests
in a meaningful way. This reduces startup time of openshift-tests
from 1.2s to 0.3s. It reduced total e2e run time from 10k core
seconds to 5k core seconds.