implement LogTiming.Microtask, better test timings, breaking options API

This commit is contained in:
2025-07-19 19:47:07 -04:00
parent 5db910ca14
commit 6a7c6eb40b
6 changed files with 82 additions and 48 deletions

View File

@@ -145,14 +145,11 @@ const log = new Logging("Main");
Deno.addSignalListener('SIGINT', () => {
LoggingConfiguration.resetLogTiming = LogTiming.Sync;
// shut down I/O here
});
```
See [`tests/shutdown.ts`.](./tests/shutdown.ts)
## [Benchmarks](./BENCH.md)
## Contributing
Are you crazy? This ol' thing is just.. "meh" at most. You're sure?
... anyway, create an account on gitea.proxnet.dev, fork, then PR.
create an account on gitea.proxnet.dev, fork, then PR