Skip to content

Commit 5d03583

Browse files
Apply suggestions from code review
Co-authored-by: Somhairle MacLeòid <[email protected]>
1 parent b89c4f4 commit 5d03583

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/content/docs/workers/observability/dev-tools/cpu-usage.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ for security purposes. However, measuring CPU execution times is possible in loc
1717
When using DevTools to monitor CPU usage, it may be difficult to replicate specific behavior you are
1818
seeing in production. To mimic production behavior, make sure the requests you send to the local Worker
1919
are similar to requests in production. This might mean sending a large volume of requests, making requests
20-
to specific routes, using production-like data with via [remote bindings](/workers/development-testing/#remote-bindings),
21-
or even run your worker remotely via [`wrangler dev --remote`](/workers/wrangler/commands/#dev).
20+
to specific routes, or using production-like data via [remote bindings](/workers/development-testing/#remote-bindings).
2221

2322
## Taking a profile
2423

0 commit comments

Comments
 (0)