Skip to content

Commit

Permalink
Expectation tests (#974)
Browse files Browse the repository at this point in the history
* Expectation tests for eval

* Expectation test for nova

* clippy

---------

Co-authored-by: Gabriel Barreto <gabriel.aquino.barreto@gmail.com>
  • Loading branch information
arthurpaulino and gabriel-barrett authored Dec 19, 2023
1 parent 0c0e184 commit f1c3005
Show file tree
Hide file tree
Showing 4 changed files with 2,109 additions and 499 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ assert_cmd = "2.0.12"
cfg-if = "1.0.0"
ascii_table = "4.0.2"
criterion = "0.5"
expect-test = "1.4.1"
hex = "0.4.3"
pprof = { version = "0.13" }
structopt = { version = "0.3", default-features = false }
Expand Down
Loading

1 comment on commit f1c3005

@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/7265074712

Benchmark Results

LEM Fibonacci Prove - rc = 100

fib-ref=0c0e1849884c8016d1f001cf17e8d692dbe98dbd fib-ref=f1c30051499438f161b24c5204788643dc7370d0
num-100 3.86 s (✅ 1.00x) 3.85 s (✅ 1.00x faster)
num-200 7.72 s (✅ 1.00x) 7.70 s (✅ 1.00x faster)

LEM Fibonacci Prove - rc = 600

fib-ref=0c0e1849884c8016d1f001cf17e8d692dbe98dbd fib-ref=f1c30051499438f161b24c5204788643dc7370d0
num-100 3.32 s (✅ 1.00x) 3.35 s (✅ 1.01x slower)
num-200 7.28 s (✅ 1.00x) 7.31 s (✅ 1.00x slower)

Made with criterion-table

Please sign in to comment.