Skip to content

Commit

Permalink
Request review from lurk-eval for changes in src/lem/eval.rs (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpaulino authored Jan 5, 2024
1 parent be6dcdc commit 753bf71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@

# Circuit
/src/circuit/** @lurk-lab/lurk-circuit
/src/lem/circuit.rs @lurk-lab/lurk-circuit
/src/lem/circuit.rs @lurk-lab/lurk-circuit

# Evaluation model
/src/lem/eval.rs @lurk-lab/lurk-lem

2 comments on commit 753bf71

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Benchmarks

Table of Contents

Overview

This benchmark report shows the Fibonacci GPU benchmark.
NVIDIA L4
Intel(R) Xeon(R) CPU @ 2.20GHz
125.78 GB RAM
Workflow run: https://github.com/lurk-lab/lurk-rs/actions/runs/7426989403

Benchmark Results

LEM Fibonacci Prove - rc = 100

fib-ref=be6dcdce1fc211f0cf025f336b356e21800022b2 fib-ref=753bf7167754ca8b6dc399fd604c9f5a1f719d40
num-100 2.37 s (✅ 1.00x) 2.37 s (✅ 1.00x faster)
num-200 4.65 s (✅ 1.00x) 4.64 s (✅ 1.00x faster)

LEM Fibonacci Prove - rc = 600

fib-ref=be6dcdce1fc211f0cf025f336b356e21800022b2 fib-ref=753bf7167754ca8b6dc399fd604c9f5a1f719d40
num-100 1.99 s (✅ 1.00x) 1.99 s (✅ 1.00x faster)
num-200 4.51 s (✅ 1.00x) 4.50 s (✅ 1.00x faster)

Made with criterion-table

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Benchmarks

Table of Contents

Overview

This benchmark report shows the Fibonacci GPU benchmark.
NVIDIA L4
Intel(R) Xeon(R) CPU @ 2.20GHz
125.78 GB RAM

Benchmark Results

LEM Fibonacci Prove - rc = 100

fib-ref=753bf7167754ca8b6dc399fd604c9f5a1f719d40
num-100 6.92 s (✅ 1.00x)
num-200 13.46 s (✅ 1.00x)

LEM Fibonacci Prove - rc = 600

fib-ref=753bf7167754ca8b6dc399fd604c9f5a1f719d40
num-100 4.51 s (✅ 1.00x)
num-200 9.94 s (✅ 1.00x)

Made with criterion-table

Please sign in to comment.