We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7553bd1 commit d34225cCopy full SHA for d34225c
dev-packages/node-overhead-gh-action/run-local.mjs
@@ -0,0 +1,5 @@
1
+import { getOverheadMeasurements } from './lib/getOverheadMeasurements.mjs';
2
+
3
+const measurements = await getOverheadMeasurements();
4
5
+console.log(measurements);
0 commit comments