Skip to content

CI Benchmarking - #178

Draft
cole-wilson wants to merge 27 commits into
mainfrom
benchmark_final
Draft

CI Benchmarking#178
cole-wilson wants to merge 27 commits into
mainfrom
benchmark_final

Conversation

@cole-wilson

Copy link
Copy Markdown
Collaborator

WORK IN PROGRESS

making this draft PR early so the workflows run

@cole-wilson
cole-wilson marked this pull request as ready for review August 22, 2026 01:05
@cole-wilson
cole-wilson marked this pull request as draft August 22, 2026 01:53
@nasa nasa deleted a comment from github-actions Bot Aug 22, 2026
@nasa nasa deleted a comment from github-actions Bot Aug 22, 2026
@nasa nasa deleted a comment from github-actions Bot Aug 22, 2026
@nasa nasa deleted a comment from github-actions Bot Aug 22, 2026
@github-actions

Copy link
Copy Markdown

Code Coverage Report

Current Coverage: 95.37%
Baseline Coverage (main): 95.37%
Difference: +0.00%

}

pub fn clock_get_ms() -> i64 {
std::time::SystemTime::now()

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

You might want to be careful with using SystemTime, since it becomes a Linux syscall. There's some overhead there that you might not be able to ignore, depending on how long the tests take. It's better to use native CPU performance counters to read clocks / instructions processed instead.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Okay I will look into it, thank you.

@nasa nasa deleted a comment from github-actions Bot Aug 24, 2026
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