Add button link to tracker (https://stockfish.dev/chart/) on the test page#2469
Add button link to tracker (https://stockfish.dev/chart/) on the test page#2469DanSamek wants to merge 3 commits intoofficial-stockfish:masterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a direct link from the test view page to the external statistical chart tracker, improving discoverability for users who want to inspect charts for a specific test.
Changes:
- Add a “Statistical charts” button on the test view page (hidden for SPSA tests).
- Add a Font Awesome icon for the new button via CSS.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
server/fishtest/templates/tests_view.mak |
Renders a new external-link button to the tracker for non-SPSA runs. |
server/fishtest/static/css/application.css |
Extends the icon pseudo-element rules and adds an icon for the new button. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
I agree, maybe better text would be "Patch tracker",... But I'll wait on another opinions about this PR. |
|
I have also a bit my reservations on adding too many external dependencies. However, I think it would be interesting if fishtest started to collect some 'time based metrics' (e.g. number of cores/workers/nps over time), or per test some data. |
|
The thing is that all information about a test is contained in its current state. The trajectory that lead to this state contains no information. One says that the pentanomial frequencies are a sufficient statistic for the pentanomial probabilities. Formally: the probability of a certain trajectory before time t, conditioned on the state at time t, is independent of the pentanomial probablities. |


Makes it easier to access the test tracker directly from the test page.