diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-05 23:53:01 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-05 23:53:01 +0200 |
| commit | acd91c7c11658360e0540f9d550f1fe0da167109 (patch) | |
| tree | 2117c92bb17a1ffa3da8a09f93e614976c2fc375 /internal/flamegraph/livetrie_test.go | |
| parent | f6135befedb7da8603ecff2c59b155effd0183db (diff) | |
Normalize Go import grouping with local ior section
Diffstat (limited to 'internal/flamegraph/livetrie_test.go')
| -rw-r--r-- | internal/flamegraph/livetrie_test.go | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/internal/flamegraph/livetrie_test.go b/internal/flamegraph/livetrie_test.go index 1315c71..e569e00 100644 --- a/internal/flamegraph/livetrie_test.go +++ b/internal/flamegraph/livetrie_test.go @@ -4,15 +4,16 @@ import ( "bytes" "encoding/json" "fmt" - "ior/internal/event" - "ior/internal/file" - "ior/internal/types" "os" "runtime" "sync" "sync/atomic" "testing" "time" + + "ior/internal/event" + "ior/internal/file" + "ior/internal/types" ) func TestLiveTrieIngestAndSnapshotRoundTrip(t *testing.T) { |
