Skip to content

Conversation

@GuillaumeLagrange
Copy link
Contributor

No description provided.

@codspeed-hq
Copy link

codspeed-hq bot commented Jan 5, 2026

Merging this PR will not alter performance

Summary

✅ 4 untouched benchmarks


Comparing cod-1904-benchmarking-algorithm-in-the-exec-harness-with-parameters (0bde17f) with main (c01903e)

Open in CodSpeed

@GuillaumeLagrange GuillaumeLagrange force-pushed the cod-1904-benchmarking-algorithm-in-the-exec-harness-with-parameters branch from 5987856 to 7c43710 Compare January 5, 2026 17:26
@GuillaumeLagrange GuillaumeLagrange marked this pull request as ready for review January 5, 2026 17:30
Copy link
Member

@not-matthias not-matthias left a comment

Choose a reason for hiding this comment

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

A few minor things that can be improved, otherwise looks really good! :)

Comment on lines 33 to 55
hooks
.add_benchmark_timestamps(warmup_iteration_start_ts_ns, warmup_iteration_end_ts_ns);
Copy link
Member

Choose a reason for hiding this comment

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

We're including the warmup timestamps in the actual benchmark run.

We currently need to ensure that the timestamps actually only track the benchmark execution, since we use it to calculate the approximate time per frame in the flamegraph. Maybe instead save the time, then submit it in the check below that exits after 1 warmup iteration.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

actually it's even more scuffed than that fo rnow since the profiling of only one iteration will be shown.

For now, I'll leave it like that, and we'll revisit when we update the profile to manage all the pids

@GuillaumeLagrange GuillaumeLagrange force-pushed the cod-1904-benchmarking-algorithm-in-the-exec-harness-with-parameters branch 3 times, most recently from 6d9ce97 to 4877ad0 Compare January 8, 2026 10:42
@GuillaumeLagrange GuillaumeLagrange force-pushed the cod-1904-benchmarking-algorithm-in-the-exec-harness-with-parameters branch from 4877ad0 to 46b0925 Compare January 8, 2026 16:12
@GuillaumeLagrange GuillaumeLagrange force-pushed the cod-1904-benchmarking-algorithm-in-the-exec-harness-with-parameters branch from 46b0925 to 0bde17f Compare January 8, 2026 16:15
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.

3 participants