aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/outcome/dispatcher_test.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-11-02 05:17:33 +0900
committerOphestra <cat@gensokyo.uk>2025-11-02 05:17:33 +0900
commite7161f8e615dabdb14831fc0dd86cd2d33736a86 (patch)
tree9e76a277520beab7c8d08a9de9d82ed66ce0a2ab /internal/outcome/dispatcher_test.go
parent6931ad95c3e7d0acb45b2aafe24fb63012f061a5 (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.go1
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") }