Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Martina committed Jan 13, 2023
1 parent 45b721e commit 829e2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion felt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ mod test {
let p = &BigUint::parse_bytes(PRIME_STR[2..].as_bytes(), 16).unwrap();
let neg = -x;
let as_uint = &neg.to_biguint();
println!("x: {}, y: {}", x, neg);
println!("x: {}, neg: {}", x, neg);
prop_assert!(as_uint < p);
}

Expand Down

1 comment on commit 829e2f6

@github-actions
Copy link

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: 829e2f6 Previous: ef1923d Ratio
cairo_run(cairo_programs/benchmarks/integration_builtins.json 522669318 ns/iter (± 23908416) 396332014 ns/iter (± 1950900) 1.32
cairo_run(cairo_programs/benchmarks/secp_integration_benchmark.json 1836880045 ns/iter (± 69851784) 1409686395 ns/iter (± 5538410) 1.30

This comment was automatically generated by workflow using github-action-benchmark.

CC: @unbalancedparentheses

Please sign in to comment.