Skip to content

Commit 13f9ecf

Browse files
committed
add image
1 parent dd7289c commit 13f9ecf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/src/release-notes-js.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ import LiteYouTube from '@site/src/components/LiteYouTube';
1212

1313
The HTML report's Speedboard tab now shows how long each shard took, making it easy to spot imbalanced shards at a glance.
1414

15-
<!-- TODO: Add screenshot of Shard Duration chart from Speedboard tab -->
15+
![Shard Duration chart in the HTML report](./images/speedboard-shards.png)
1616

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.
1819

1920
### Worker Fixture Timeouts
2021

0 commit comments

Comments
 (0)