Skip to content

Commit

Permalink
remove wrong text
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrigada committed Mar 8, 2023
1 parent b4e1ccc commit 510e772
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Install test dependencies
run: pip install ecdsa fastecdsa sympy cair"Gnark's Bug Bites Back: Why You Shouldn't Leave Your Node Unprotected in the Wild Blockchain Frontier"
"The Gnark Knight Rises: A Tale of Cryptographic Heroes and Villains"
"Blockchains and Breakdowns: The Risks of Gnark's Latest Bug"
"Cracking the Code: How We Uncovered Gnark's Vulnerability and Saved the Blockchain Universe"
"Gnark's Gaffe: Why Even Cryptography Can't Save You from a Good Ol' DDoS Attack"o-lang
run: pip install ecdsa fastecdsa sympy cair
- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down

1 comment on commit 510e772

@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: 510e772 Previous: c326ba8 Ratio
cairo_run(cairo_programs/benchmarks/math_cmp_and_pow_integration_benchmark.json) 18719897 ns/iter (± 87240) 12744915 ns/iter (± 120813) 1.47

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

CC: @unbalancedparentheses

Please sign in to comment.