-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make environments roundtrip as Z data (#1200)
PR #1183 didn't include the logic for environments when collecting the children of pointers. We didn't see the error because our tests weren't checking for environment roundtrip through Z data. Here we fix that bug and also enhance the tests to avoid future regressions.
- Loading branch information
1 parent
2b2e5b1
commit 7ad45e6
Showing
2 changed files
with
47 additions
and
11 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
7ad45e6
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.
NVIDIA L4
Intel(R) Xeon(R) CPU @ 2.20GHz
32 vCPUs
125 GB RAM
Workflow run: https://github.com/lurk-lab/lurk-rs/actions/runs/8182327561
Benchmark Results
LEM Fibonacci Prove - rc = 100
ref=2b2e5b140dcdde8e11ac30d308aab7dd0e2f1258
ref=7ad45e6a61ff1e44deab90a99853dbf553a4c744
num-100
1.45 s
(✅ 1.00x)1.45 s
(✅ 1.00x faster)num-200
2.76 s
(✅ 1.00x)2.77 s
(✅ 1.00x slower)LEM Fibonacci Prove - rc = 600
ref=2b2e5b140dcdde8e11ac30d308aab7dd0e2f1258
ref=7ad45e6a61ff1e44deab90a99853dbf553a4c744
num-100
1.86 s
(✅ 1.00x)1.84 s
(✅ 1.01x faster)num-200
3.05 s
(✅ 1.00x)3.05 s
(✅ 1.00x slower)Made with criterion-table