You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/performance.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Performance
3
3
---
4
4
5
-
oclif supports performance tracking out of the box - both for oclif and you own code. You can enable it in one of two ways depending on how you've implemented your bin scripts.
5
+
oclif supports performance tracking out of the box, both for oclif itself and your custom code. You can enable it in one of two ways depending on how you've implemented your bin scripts.
6
6
7
7
If you're using the bin scripts that come from the generator, you can simply set `performanceEnabled` on the `settings` module:
0 commit comments