diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-11-02 05:17:33 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-11-02 05:17:33 +0900 |
| commit | e7161f8e615dabdb14831fc0dd86cd2d33736a86 (patch) | |
| tree | 9e76a277520beab7c8d08a9de9d82ed66ce0a2ab /internal/outcome/dispatcher_test.go | |
| parent | 6931ad95c3e7d0acb45b2aafe24fb63012f061a5 (diff) | |
internal/outcome: measure finalise time
This also increases precision of state time output.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/outcome/dispatcher_test.go')
| -rw-r--r-- | internal/outcome/dispatcher_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/outcome/dispatcher_test.go b/internal/outcome/dispatcher_test.go index 0d0568e4..87a24e6c 100644 --- a/internal/outcome/dispatcher_test.go +++ b/internal/outcome/dispatcher_test.go @@ -690,6 +690,7 @@ func (panicMsgContext) Value(any) any { panic("unreachable") } type panicDispatcher struct{} func (panicDispatcher) new(func(k syscallDispatcher, msg message.Msg)) { panic("unreachable") } +func (panicDispatcher) getppid() int { panic("unreachable") } func (panicDispatcher) getpid() int { panic("unreachable") } func (panicDispatcher) getuid() int { panic("unreachable") } func (panicDispatcher) getgid() int { panic("unreachable") } |
