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/src/release-notes-js.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,10 @@ import LiteYouTube from '@site/src/components/LiteYouTube';
12
12
13
13
The HTML report's Speedboard tab now shows how long each shard took, making it easy to spot imbalanced shards at a glance.
14
14
15
-
<!-- TODO: Add screenshot of Shard Duration chart from Speedboard tab -->
15
+

16
16
17
-
Once you've identified slow shards, you can use the new custom sharding weights to rebalance them and speed up your overall CI time. The `shardIndex` is also now available in the reporter API for custom reporting and debugging.
17
+
Once you've identified slow shards, you can use the new custom sharding weights to rebalance them and speed up your overall CI time.
18
+
The `shardIndex` is also now available in the reporter API for custom reporting and debugging.
0 commit comments