Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add benchmark GHA #79

Merged
merged 8 commits into from
Aug 22, 2023
Merged

Add benchmark GHA #79

merged 8 commits into from
Aug 22, 2023

Conversation

palday
Copy link
Member

@palday palday commented Aug 22, 2023

Note that the action will necessarily fail until it's been merged because it uses origin/HEAD as the reference point and there are no benchmarks there.

@palday palday requested a review from ararslan August 22, 2023 18:56
.github/workflows/benchmark.yml Outdated Show resolved Hide resolved
.github/workflows/benchmark.yml Outdated Show resolved Hide resolved
.github/workflows/benchmark.yml Outdated Show resolved Hide resolved

for i in 2:6
n = 10^i
x = rand(MersenneTwister(42), n)
Copy link
Member

Choose a reason for hiding this comment

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

Would it be worth using StableRNGs here?

Copy link
Member Author

Choose a reason for hiding this comment

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

I thought about it and probably not -- we don't care about the precise values and this is always run within the same Julia version for each new PR

Co-authored-by: Alex Arslan <ararslan@comcast.net>
@codecov-commenter
Copy link

codecov-commenter commented Aug 22, 2023

Codecov Report

Patch coverage has no change and project coverage change: +1.41% 🎉

Comparison is base (94dc947) 90.56% compared to head (33e5981) 91.98%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #79      +/-   ##
==========================================
+ Coverage   90.56%   91.98%   +1.41%     
==========================================
  Files           2        2              
  Lines         212      212              
==========================================
+ Hits          192      195       +3     
+ Misses         20       17       -3     

see 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@palday
Copy link
Member Author

palday commented Aug 22, 2023

merging -- it runs as expected on the current revision and fails to resolve the environment (which did not exist) on the older revision

@palday palday merged commit c2ef597 into master Aug 22, 2023
3 of 4 checks passed
@ararslan ararslan deleted the pa/benchmark branch August 22, 2023 20:26
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