Closed csjh closed 1 month ago
Latest commit: a2e428e5f32c1da5b9101a58ee9a6504692bcbab
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 17, 2024 7:57pm |
next-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 17, 2024 7:57pm |
Name | Link |
---|---|
Latest commit | a2e428e5f32c1da5b9101a58ee9a6504692bcbab |
Latest deploy log | https://app.netlify.com/sites/next-docs-evidence/deploys/671169799919ca0007bc2edc |
Deploy Preview | https://deploy-preview-2654--next-docs-evidence.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | a2e428e5f32c1da5b9101a58ee9a6504692bcbab |
Latest deploy log | https://app.netlify.com/sites/evidence-development-workspace/deploys/671169794dd34400096434f1 |
Deploy Preview | https://deploy-preview-2654--evidence-development-workspace.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | a2e428e5f32c1da5b9101a58ee9a6504692bcbab |
Latest deploy log | https://app.netlify.com/sites/evidence-test-env/deploys/67116979199ac400085f0809 |
Deploy Preview | https://deploy-preview-2654--evidence-test-env.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
@ItsMeBrianD any thoughts on the log.measure
usage? I'm not sure if I'm a massive fan of the
let done;
if (isDebug()) { ... }
pattern
Could keep track of active labels internally and add a log.measureEnd
ala console.timeEnd
?
Description
Adds logging to
build-parquet.js
(mainly to diagnose slow builds), also generically adds a--profile
flag to allevidence *
commands which profiles the duration of the command's executionChecklist