-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make some assertions more conservative (#876)
* Make the REPL raise errors properly instead of just printing locally so loading files with mistakes causes an unsuccessful termination * Fix errors on some of our demos due to the fix above * Fix the chain meta command so it persists commitments with the right secret * Assert that the output of the padded frame is the same as the one from the original last frame
- Loading branch information
1 parent
fe70ad3
commit dae0d6c
Showing
7 changed files
with
52 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dae0d6c
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.
Benchmarks
Table of Contents
Overview
This benchmark report shows the Fibonacci GPU benchmark.
Tesla T4
Intel(R) Xeon(R) CPU @ 2.30GHz
117.905 GB RAM
Benchmark Results
LEM Fibonacci Prove - rc = 100
fib-ref=fe70ad3079f5535261011dd95f1131fbe90b3b4e
fib-ref=dae0d6c478a83c80e3b3753c29f89e4ecd2a6313
num-100
5.82 s
(✅ 1.00x)5.95 s
(✅ 1.02x slower)num-200
14.14 s
(✅ 1.00x)14.51 s
(✅ 1.03x slower)LEM Fibonacci Prove - rc = 600
fib-ref=fe70ad3079f5535261011dd95f1131fbe90b3b4e
fib-ref=dae0d6c478a83c80e3b3753c29f89e4ecd2a6313
num-100
5.51 s
(✅ 1.00x)5.50 s
(✅ 1.00x faster)num-200
12.40 s
(✅ 1.00x)12.48 s
(✅ 1.01x slower)Made with criterion-table