Skip to content

ci: switch to codecov #179

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

Merged
merged 1 commit into from
Jun 14, 2025
Merged

ci: switch to codecov #179

merged 1 commit into from
Jun 14, 2025

Conversation

MilesCranmer
Copy link
Member

No description provided.

Copy link
Contributor

Benchmark Results (Julia v1.10)

Time benchmarks
main d35dac7... main / d35dac7...
Quantity/creation/Quantity(x) 3.11 ± 0.01 ns 3.41 ± 0.01 ns 0.912 ± 0.004
Quantity/creation/Quantity(x, length=y) 3.11 ± 0.01 ns 3.11 ± 0.001 ns 1 ± 0.0032
Quantity/with_numbers/*real 3.1 ± 0.01 ns 3.1 ± 0.01 ns 1 ± 0.0046
Quantity/with_numbers/^int 8.07 ± 1.6 ns 7.44 ± 1.6 ns 1.08 ± 0.31
Quantity/with_numbers/^int * real 7.75 ± 1.6 ns 8.05 ± 1.6 ns 0.962 ± 0.27
Quantity/with_quantity/+y 4.04 ± 0.001 ns 4.04 ± 0.001 ns 1 ± 0.00035
Quantity/with_quantity//y 3.42 ± 0.01 ns 3.42 ± 0.01 ns 1 ± 0.0041
Quantity/with_self/dimension 3.11 ± 0.01 ns 3.1 ± 0.01 ns 1 ± 0.0046
Quantity/with_self/inv 3.41 ± 0.01 ns 3.11 ± 0.01 ns 1.1 ± 0.0048
Quantity/with_self/ustrip 3.1 ± 0.01 ns 2.79 ± 0.01 ns 1.11 ± 0.0053
QuantityArray/broadcasting/multi_array_of_quantities 0.142 ± 0.0024 ms 0.142 ± 0.0018 ms 0.999 ± 0.021
QuantityArray/broadcasting/multi_normal_array 0.0467 ± 0.00023 ms 0.0468 ± 0.00024 ms 0.999 ± 0.0071
QuantityArray/broadcasting/multi_quantity_array 0.155 ± 0.001 ms 0.158 ± 0.00076 ms 0.981 ± 0.008
QuantityArray/broadcasting/x^2_array_of_quantities 22.7 ± 1.1 μs 22.3 ± 1.3 μs 1.02 ± 0.078
QuantityArray/broadcasting/x^2_normal_array 4.24 ± 0.74 μs 4.16 ± 0.67 μs 1.02 ± 0.24
QuantityArray/broadcasting/x^2_quantity_array 6.91 ± 0.34 μs 6.89 ± 0.32 μs 1 ± 0.068
QuantityArray/broadcasting/x^4_array_of_quantities 0.0788 ± 0.00064 ms 0.0786 ± 0.00063 ms 1 ± 0.011
QuantityArray/broadcasting/x^4_normal_array 0.0436 ± 0.00018 ms 0.0436 ± 0.00017 ms 1 ± 0.0057
QuantityArray/broadcasting/x^4_quantity_array 0.0437 ± 0.00021 ms 0.0438 ± 0.00018 ms 0.999 ± 0.0063
time_to_load 0.188 ± 0.00081 s 0.188 ± 0.0015 s 0.998 ± 0.0092
Memory benchmarks
main d35dac7... main / d35dac7...
Quantity/creation/Quantity(x) 0 allocs: 0 B 0 allocs: 0 B
Quantity/creation/Quantity(x, length=y) 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_numbers/*real 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_numbers/^int 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_numbers/^int * real 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_quantity/+y 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_quantity//y 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_self/dimension 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_self/inv 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_self/ustrip 0 allocs: 0 B 0 allocs: 0 B
QuantityArray/broadcasting/multi_array_of_quantities 2 allocs: 0.382 MB 2 allocs: 0.382 MB 1
QuantityArray/broadcasting/multi_normal_array 2 allocs: 0.0763 MB 2 allocs: 0.0763 MB 1
QuantityArray/broadcasting/multi_quantity_array 2 allocs: 0.0763 MB 2 allocs: 0.0763 MB 1
QuantityArray/broadcasting/x^2_array_of_quantities 2 allocs: 0.382 MB 2 allocs: 0.382 MB 1
QuantityArray/broadcasting/x^2_normal_array 2 allocs: 0.0763 MB 2 allocs: 0.0763 MB 1
QuantityArray/broadcasting/x^2_quantity_array 2 allocs: 0.0763 MB 2 allocs: 0.0763 MB 1
QuantityArray/broadcasting/x^4_array_of_quantities 2 allocs: 0.382 MB 2 allocs: 0.382 MB 1
QuantityArray/broadcasting/x^4_normal_array 2 allocs: 0.0763 MB 2 allocs: 0.0763 MB 1
QuantityArray/broadcasting/x^4_quantity_array 2 allocs: 0.0763 MB 2 allocs: 0.0763 MB 1
time_to_load 0.153 k allocs: 14.5 kB 0.153 k allocs: 14.5 kB 1

Copy link
Contributor

Benchmark Results (Julia v1)

Time benchmarks
main d35dac7... main / d35dac7...
Quantity/creation/Quantity(x) 2.79 ± 0.01 ns 3.1 ± 0.01 ns 0.9 ± 0.0043
Quantity/creation/Quantity(x, length=y) 3.43 ± 0.01 ns 4.34 ± 0.011 ns 0.79 ± 0.0031
Quantity/with_numbers/*real 3.41 ± 0.011 ns 3.11 ± 0.001 ns 1.1 ± 0.0036
Quantity/with_numbers/^int 8.68 ± 1.6 ns 8.37 ± 1.6 ns 1.04 ± 0.28
Quantity/with_numbers/^int * real 8.99 ± 1.6 ns 8.99 ± 1.6 ns 1 ± 0.25
Quantity/with_quantity/+y 4.04 ± 0.011 ns 4.35 ± 0.001 ns 0.929 ± 0.0025
Quantity/with_quantity//y 3.11 ± 0.001 ns 3.11 ± 0 ns 1 ± 0.00032
Quantity/with_self/dimension 4.02 ± 0.01 ns 3.1 ± 0.01 ns 1.3 ± 0.0053
Quantity/with_self/inv 3.42 ± 0.011 ns 3.11 ± 0 ns 1.1 ± 0.0035
Quantity/with_self/ustrip 2.79 ± 0.009 ns 2.79 ± 0.01 ns 1 ± 0.0048
QuantityArray/broadcasting/multi_array_of_quantities 0.0877 ± 0.0029 ms 0.0876 ± 0.00078 ms 1 ± 0.034
QuantityArray/broadcasting/multi_normal_array 0.0497 ± 0.00023 ms 0.0496 ± 0.0021 ms 1 ± 0.042
QuantityArray/broadcasting/multi_quantity_array 0.053 ± 0.00027 ms 0.0529 ± 0.0027 ms 1 ± 0.052
QuantityArray/broadcasting/x^2_array_of_quantities 15.8 ± 4.9 μs 16.1 ± 3.4 μs 0.986 ± 0.37
QuantityArray/broadcasting/x^2_normal_array 2.31 ± 2.4 μs 2.6 ± 2.8 μs 0.892 ± 1.3
QuantityArray/broadcasting/x^2_quantity_array 6.51 ± 0.21 μs 4.22 ± 0.32 μs 1.54 ± 0.13
QuantityArray/broadcasting/x^4_array_of_quantities 0.0845 ± 0.001 ms 0.0812 ± 0.00079 ms 1.04 ± 0.016
QuantityArray/broadcasting/x^4_normal_array 0.0466 ± 0.00017 ms 0.0466 ± 0.00019 ms 1 ± 0.0055
QuantityArray/broadcasting/x^4_quantity_array 0.0467 ± 0.0002 ms 0.0467 ± 0.00024 ms 1 ± 0.0067
time_to_load 0.206 ± 0.002 s 0.205 ± 0.0048 s 1.01 ± 0.026
Memory benchmarks
main d35dac7... main / d35dac7...
Quantity/creation/Quantity(x) 0 allocs: 0 B 0 allocs: 0 B
Quantity/creation/Quantity(x, length=y) 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_numbers/*real 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_numbers/^int 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_numbers/^int * real 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_quantity/+y 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_quantity//y 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_self/dimension 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_self/inv 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_self/ustrip 0 allocs: 0 B 0 allocs: 0 B
QuantityArray/broadcasting/multi_array_of_quantities 3 allocs: 0.382 MB 3 allocs: 0.382 MB 1
QuantityArray/broadcasting/multi_normal_array 3 allocs: 0.0764 MB 3 allocs: 0.0764 MB 1
QuantityArray/broadcasting/multi_quantity_array 3 allocs: 0.0764 MB 3 allocs: 0.0764 MB 1
QuantityArray/broadcasting/x^2_array_of_quantities 3 allocs: 0.382 MB 3 allocs: 0.382 MB 1
QuantityArray/broadcasting/x^2_normal_array 3 allocs: 0.0764 MB 3 allocs: 0.0764 MB 1
QuantityArray/broadcasting/x^2_quantity_array 3 allocs: 0.0764 MB 3 allocs: 0.0764 MB 1
QuantityArray/broadcasting/x^4_array_of_quantities 3 allocs: 0.382 MB 3 allocs: 0.382 MB 1
QuantityArray/broadcasting/x^4_normal_array 3 allocs: 0.0764 MB 3 allocs: 0.0764 MB 1
QuantityArray/broadcasting/x^4_quantity_array 3 allocs: 0.0764 MB 3 allocs: 0.0764 MB 1
time_to_load 0.159 k allocs: 11.2 kB 0.159 k allocs: 11.2 kB 1

Copy link

codecov bot commented Jun 14, 2025

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@MilesCranmer MilesCranmer merged commit b209b7c into main Jun 14, 2025
10 checks passed
@MilesCranmer MilesCranmer deleted the codecov branch June 14, 2025 20:05
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.

1 participant