Skip to content

Commit 13937a6

Browse files
authored
Performance and Tracing: fix URL (#722)
1 parent 04997f9 commit 13937a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

blog/2026-01-30-performance-and-tracing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ builds both locally and in CI - and de-risk future `nixpkgs` bumps.
4444
We performed some necessary backports from `master` to re-enable the `release/10.5.x` branch for cluster benchmarking. As cluster maintenance has moved on and deviated over the months, we're now ready to swiftly benchmark a potential new `10.5` patch
4545
release, should it see the light of day ([cardano-node PR#6421]).
4646

47-
We also merged a large PR ([cardano-node PR#6326]) that brings many improvements to the performance workbench. We reworked the configuration of profiled builds (where the Haskell runtime itself profiles execution). There
47+
We also merged a large PR ([cardano-node PR#6380]) that brings many improvements to the performance workbench. We reworked the configuration of profiled builds (where the Haskell runtime itself profiles execution). There
4848
is now full support for info-table profiling, and much more flexibility in configuring the runtime to write out an eventlog. Our automation now grants a long enough grace period to write out all profile data before Node processes are terminated.
4949
The PR also cleaned up the workbench's `nix` API, leading to more straightforward dependency resolution, a cleaner separation of concerns, removal of dead code, and an improved hit/miss ratio for cached binaries.
5050

@@ -71,6 +71,7 @@ Last but not least, we're building a proof-of-concept of how to implement our fo
7171

7272
[cardano-node PR#6418]: https://github.com/IntersectMBO/cardano-node/pull/6418
7373
[cardano-node PR#6421]: https://github.com/IntersectMBO/cardano-node/pull/6421
74+
[cardano-node PR#6380]: https://github.com/IntersectMBO/cardano-node/pull/6380
7475
[cardano-node PR#6326]: https://github.com/IntersectMBO/cardano-node/pull/6326
7576
[cardano-node PR#6409]: https://github.com/IntersectMBO/cardano-node/pull/6409
7677
[Typst]: https://typst.app/docs

0 commit comments

Comments
 (0)