summaryrefslogtreecommitdiff
path: root/internal/statsengine/syscall.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-05 23:53:01 +0200
committerPaul Buetow <paul@buetow.org>2026-03-05 23:53:01 +0200
commitacd91c7c11658360e0540f9d550f1fe0da167109 (patch)
tree2117c92bb17a1ffa3da8a09f93e614976c2fc375 /internal/statsengine/syscall.go
parentf6135befedb7da8603ecff2c59b155effd0183db (diff)
Normalize Go import grouping with local ior section
Diffstat (limited to 'internal/statsengine/syscall.go')
-rw-r--r--internal/statsengine/syscall.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/internal/statsengine/syscall.go b/internal/statsengine/syscall.go
index 6c34f4a..4feeab2 100644
--- a/internal/statsengine/syscall.go
+++ b/internal/statsengine/syscall.go
@@ -1,12 +1,13 @@
package statsengine
import (
- "ior/internal/event"
- "ior/internal/types"
"math"
"math/rand"
"sort"
"time"
+
+ "ior/internal/event"
+ "ior/internal/types"
)
const syscallReservoirSampleCapDefault = 10_000