-
Notifications
You must be signed in to change notification settings - Fork 44
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
Conversation
Benchmarking resultsBenchmark for program
|
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 Report
@@ 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Frees ci space to not get errors related to that