Skip to content

Commit 7dac14c

Browse files
BioPhotonCopilot
andauthored
Update packages/utils/docs/profiler.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e03a7ac commit 7dac14c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/utils/docs/profiler.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ new NodejsProfiler<DomainEvents, Tracks>(options: NodejsProfilerOptions<DomainEv
323323
| `format` | `ProfilerFormat<DomainEvents>` | _required_ | WAL format configuration for sharded write-ahead logging, including `encodePerfEntry` |
324324
| `measureName` | `string` | _auto-generated_ | Optional folder name for sharding. If not provided, a new group ID will be generated |
325325
| `outDir` | `string` | `'tmp/profiles'` | Output directory for WAL shards and final files |
326-
| `outBaseName` | `string` | _optional_ | Override the base name for WAL files (overrides format.baseName) |
327326
| `format.encodePerfEntry` | `PerformanceEntryEncoder<DomainEvents>` | _required_ | Function that encodes raw PerformanceEntry objects into domain-specific types |
328327
| `captureBufferedEntries` | `boolean` | `true` | Whether to capture performance entries that occurred before observation started |
329328
| `flushThreshold` | `number` | `20` | Threshold for triggering queue flushes based on queue length |

0 commit comments

Comments
 (0)