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

free ci space to avoid errors #317

Merged
merged 4 commits into from
Oct 17, 2023
Merged

free ci space to avoid errors #317

merged 4 commits into from
Oct 17, 2023

Conversation

edg-l
Copy link
Member

@edg-l edg-l commented Oct 13, 2023

Frees ci space to not get errors related to that

@github-actions
Copy link

Benchmarking results

Benchmark for program factorial_100

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
cairo-run --available-gas 18446744073709551615 -s programs/benches/factorial_100.cairo 1.866 ± 0.009 1.853 1.878 2749.51 ± 261.51
echo '[null, 18446744073709551615]' | ./target/release/cairo-native-run programs/benches/factorial_100.cairo factorial_100::factorial_100::main --inputs - 0.001 ± 0.000 0.001 0.003 1.81 ± 0.23
./target/bench-outputs/factorial_100 0.001 ± 0.000 0.001 0.002 1.00
./target/bench-outputs/factorial_100-march-native 0.001 ± 0.000 0.001 0.002 1.00 ± 0.13

Benchmark for program fib_1k

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
cairo-run --available-gas 18446744073709551615 -s programs/benches/fib_1k.cairo 1.885 ± 0.008 1.873 1.899 2731.31 ± 228.25
echo '[null, 18446744073709551615]' | ./target/release/cairo-native-run programs/benches/fib_1k.cairo fib_1k::fib_1k::main --inputs - 0.001 ± 0.000 0.001 0.005 1.79 ± 0.28
./target/bench-outputs/fib_1k 0.001 ± 0.000 0.001 0.001 1.00
./target/bench-outputs/fib_1k-march-native 0.001 ± 0.000 0.001 0.002 1.00 ± 0.12

Benchmark for program map

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
cairo-run --available-gas 18446744073709551615 -s programs/benches/map.cairo 2.053 ± 0.007 2.044 2.063 1675.57 ± 112.30
echo '[null, 18446744073709551615]' | ./target/release/cairo-native-run programs/benches/map.cairo map::map::main --inputs - 0.001 ± 0.000 0.001 0.002 1.00
./target/bench-outputs/map 0.059 ± 0.000 0.058 0.059 47.85 ± 3.21
./target/bench-outputs/map-march-native 0.055 ± 0.000 0.055 0.057 44.80 ± 3.01

@codecov-commenter
Copy link

codecov-commenter commented Oct 13, 2023

Codecov Report

❗ No coverage uploaded for pull request base (main@b2a2574). Click here to learn what that means.
The diff coverage is n/a.

❗ Current head e60f284 differs from pull request most recent head 56198dd. Consider uploading reports for the commit 56198dd to get more accurate results

@@           Coverage Diff           @@
##             main     #317   +/-   ##
=======================================
  Coverage        ?   71.62%           
=======================================
  Files           ?      116           
  Lines           ?    20617           
  Branches        ?        0           
=======================================
  Hits            ?    14767           
  Misses          ?     5850           
  Partials        ?        0           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@toni-calvin toni-calvin left a comment

Choose a reason for hiding this comment

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

lgtm!

@edg-l edg-l merged commit 0841034 into main Oct 17, 2023
7 checks passed
@edg-l edg-l deleted the free_ci_space branch October 17, 2023 15:19
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.

4 participants