Skip to content

add .vscode to gitignore#161

Merged
pk910 merged 1 commit intomasterfrom
pk910/exclude-vscode-configs
Apr 2, 2026
Merged

add .vscode to gitignore#161
pk910 merged 1 commit intomasterfrom
pk910/exclude-vscode-configs

Conversation

@pk910
Copy link
Copy Markdown
Owner

@pk910 pk910 commented Apr 2, 2026

No description provided.

@pk910 pk910 marked this pull request as ready for review April 2, 2026 10:11
Copilot AI review requested due to automatic review settings April 2, 2026 10:11
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR removes editor-specific VS Code launch configuration from version control and updates the repository ignore rules to prevent .vscode/ from being committed going forward.

Changes:

  • Deleted the tracked .vscode/launch.json file.
  • Added .vscode/ to .gitignore.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
.vscode/launch.json Removed VS Code debug/launch configuration from the repo.
.gitignore Ignores .vscode/ to avoid committing local editor configuration.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.85%. Comparing base (301a736) to head (69465e5).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #161   +/-   ##
=======================================
  Coverage   95.85%   95.85%           
=======================================
  Files          47       47           
  Lines       10803    10803           
=======================================
  Hits        10355    10355           
  Misses        279      279           
  Partials      169      169           
Components Coverage Δ
dynssz 99.92% <ø> (ø)
dynsszgen 92.21% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 2, 2026

Benchmark Results

Library Benchmarks

                                                        │ base-lib.txt │             pr-lib.txt             │
                                                        │    sec/op    │    sec/op     vs base              │
VerifyMultiproof/Prove_2_Adjacent_Leaves-4                4.690µ ± ∞ ¹   4.590µ ± ∞ ¹  -2.13% (p=0.008 n=5)
VerifyMultiproof/Prove_16_Scattered_Leaves-4              57.54µ ± ∞ ¹   57.07µ ± ∞ ¹  -0.81% (p=0.032 n=5)
TreeFromNodes/single_node_with_limit_2-4                  30.10n ± ∞ ¹   31.59n ± ∞ ¹  +4.95% (p=0.008 n=5)
TreeFromNodes/two_nodes_with_limit_2-4                    29.13n ± ∞ ¹   30.29n ± ∞ ¹  +3.98% (p=0.008 n=5)
TreeFromNodes/non-power_of_2_limit-4                      23.68n ± ∞ ¹   24.85n ± ∞ ¹  +4.94% (p=0.008 n=5)
TreeFromNodes/four_nodes_with_limit_8-4                   70.56n ± ∞ ¹   75.03n ± ∞ ¹  +6.34% (p=0.008 n=5)
TreeFromNodes/large_limit_with_few_nodes_does_not_OOM-4   306.6n ± ∞ ¹   331.9n ± ∞ ¹  +8.25% (p=0.008 n=5)
¹ need >= 6 samples for confidence interval at level 0.95
geomean                                                   193.5n         196.6n        +1.64%

                                                        │  base-lib.txt   │               pr-lib.txt               │
                                                        │      B/op       │     B/op       vs base                 │
¹ need >= 6 samples for confidence interval at level 0.95
² all samples are equal
³ summaries must be >0 to compute geomean
geomean                                                                 ³                  -60.65%               ³

                                                        │ base-lib.txt │             pr-lib.txt              │
                                                        │  allocs/op   │  allocs/op   vs base                │
¹ need >= 6 samples for confidence interval at level 0.95
² all samples are equal
³ summaries must be >0 to compute geomean
geomean                                                              ³                +0.00%               ³

Performance Benchmarks

                                          │ base-perf.txt │            pr-perf.txt             │
                                          │    sec/op     │    sec/op     vs base              │
Codegen_BlockMainnet/Unmarshal-4             54.07µ ± ∞ ¹   50.96µ ± ∞ ¹  -5.75% (p=0.016 n=5)
Codegen_BlockMainnet/UnmarshalReader-4       79.60µ ± ∞ ¹   75.76µ ± ∞ ¹  -4.83% (p=0.008 n=5)
Codegen_BlockMainnet/Marshal-4               15.72µ ± ∞ ¹   15.24µ ± ∞ ¹  -3.04% (p=0.008 n=5)
Codegen_BlockMainnet/MarshalWriter-4         22.88µ ± ∞ ¹   22.73µ ± ∞ ¹  -0.66% (p=0.032 n=5)
Codegen_StateMainnet/Unmarshal-4             5.334m ± ∞ ¹   5.207m ± ∞ ¹  -2.38% (p=0.032 n=5)
Codegen_StateMainnet/UnmarshalReader-4       10.62m ± ∞ ¹   10.34m ± ∞ ¹  -2.67% (p=0.008 n=5)
Codegen_StateMainnet/MarshalWriter-4         4.318m ± ∞ ¹   4.230m ± ∞ ¹  -2.05% (p=0.008 n=5)
Codegen_BlockMinimal/Unmarshal-4             54.31µ ± ∞ ¹   57.22µ ± ∞ ¹  +5.35% (p=0.008 n=5)
Codegen_BlockMinimal/Marshal-4               15.23µ ± ∞ ¹   15.91µ ± ∞ ¹  +4.46% (p=0.008 n=5)
Codegen_StateMinimal/UnmarshalReader-4       8.903m ± ∞ ¹   9.250m ± ∞ ¹  +3.90% (p=0.032 n=5)
Codegen_StateMinimal/Marshal-4               1.797m ± ∞ ¹   1.846m ± ∞ ¹  +2.70% (p=0.008 n=5)
Codegen_StateMinimal/MarshalWriter-4         3.573m ± ∞ ¹   3.796m ± ∞ ¹  +6.24% (p=0.008 n=5)
Reflection_BlockMainnet/Unmarshal-4          52.95µ ± ∞ ¹   57.33µ ± ∞ ¹  +8.26% (p=0.008 n=5)
Reflection_BlockMainnet/UnmarshalReader-4    75.37µ ± ∞ ¹   81.00µ ± ∞ ¹  +7.46% (p=0.008 n=5)
Reflection_BlockMainnet/Marshal-4            14.96µ ± ∞ ¹   15.65µ ± ∞ ¹  +4.66% (p=0.008 n=5)
Reflection_StateMainnet/MarshalWriter-4      4.183m ± ∞ ¹   4.328m ± ∞ ¹  +3.47% (p=0.008 n=5)
Reflection_BlockMinimal/Unmarshal-4          53.52µ ± ∞ ¹   57.27µ ± ∞ ¹  +7.00% (p=0.016 n=5)
Reflection_BlockMinimal/UnmarshalReader-4    75.45µ ± ∞ ¹   80.49µ ± ∞ ¹  +6.67% (p=0.008 n=5)
Reflection_BlockMinimal/Marshal-4            15.06µ ± ∞ ¹   16.38µ ± ∞ ¹  +8.81% (p=0.008 n=5)
Reflection_StateMinimal/UnmarshalReader-4    8.864m ± ∞ ¹   9.121m ± ∞ ¹  +2.90% (p=0.008 n=5)
Reflection_StateMinimal/Marshal-4            1.772m ± ∞ ¹   1.797m ± ∞ ¹  +1.38% (p=0.016 n=5)
¹ need >= 6 samples for confidence interval at level 0.95
geomean                                      686.2µ         695.5µ        +1.37%

                                          │ base-perf.txt │           pr-perf.txt            │
                                          │     B/op      │     B/op       vs base           │
¹ need >= 6 samples for confidence interval at level 0.95
² all samples are equal
³ summaries must be >0 to compute geomean
geomean                                                 ³                  ?               ³

                                          │ base-perf.txt │             pr-perf.txt              │
                                          │   allocs/op   │  allocs/op    vs base                │
¹ need >= 6 samples for confidence interval at level 0.95
² all samples are equal
³ summaries must be >0 to compute geomean
geomean                                                 ³                 +0.00%               ³

@pk910 pk910 merged commit c137828 into master Apr 2, 2026
27 checks passed
@pk910 pk910 deleted the pk910/exclude-vscode-configs branch April 2, 2026 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants