Skip to content

markers: drop the concept - #24

Closed
bagder wants to merge 3 commits into
masterfrom
bagder/drop-marker
Closed

bagder wants to merge 3 commits into
masterfrom
bagder/drop-marker

Conversation

@bagder

@bagder bagder commented Sep 21, 2026

Copy link
Copy Markdown
Member

What started out as "stakes", later "markers", is no longer here. It used to be a set value per data-point but it turned out too inflexible and was just never useful. Mean and the moving-mean are the proper values to use.

What started out as "stakes", later "markers", is no longer here. It
used to be a set value per data-point but it turned out too inflexible
and was just never useful. Mean and the moving-mean are the proper
values to use.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot review overview

🟡 Changes recommended

Marker documentation and dead marker-processing code remain and should be removed.

Get a fresh assessment by requesting another Copilot review.

Review effort: Balanced
Findings: 1 Low severity

Open (1)
What changed in this PR

Removes static performance markers in favor of mean and moving-mean metrics.

Changes:

  • Deletes marker configuration and log embedding.
  • Removes marker processing and reporting.
  • Removes marker graph styling and plotting.
File Description
stakes.conf Deletes marker definitions.
single.sh Stops embedding markers in logs.
scan.pl Removes marker processing and output.
graph.plot Removes marker visualization.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread scan.pl
@@ -1004,9 +944,6 @@ sub single {
elsif(/^confopts: (.*)/) {
push @confopts, $1;
}
@bagder
bagder marked this pull request as ready for review September 21, 2026 21:30
@bagder
bagder requested a balanced review from Copilot September 21, 2026 21:30

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot review overview

🟡 Changes recommended

The README still documents the removed marker workflow and now-deleted configuration file.

Get a fresh assessment by requesting another Copilot review.

Review effort: Balanced
Findings: 2 Low severity

Open (2)

Comment thread scan.pl
push @o,
sprintf "%u;%s;%s;%s;%s;%s;%s;%.2f\n", $index++, $gitalias{$prevc},
$min, $v, $max, $movingav, $bar, mean(@allv);
$min, $v, $max, $movingav, "", mean(@allv);
@bagder bagder closed this in 2e60f9a Sep 21, 2026
@bagder
bagder deleted the bagder/drop-marker branch September 21, 2026 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants