Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link against optional SPGO database #2871

Merged
merged 2 commits into from
Sep 21, 2023
Merged

Conversation

Alan-Jowett
Copy link
Member

Description

Use an optional SPGO database to drive optimization of code for release builds, if present.

Testing

CI/CD

Documentation

No.

Installation

No.

@codecov
Copy link

codecov bot commented Sep 21, 2023

Codecov Report

Merging #2871 (ceafb4f) into main (47bafbf) will decrease coverage by 1.22%.
Report is 9 commits behind head on main.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #2871      +/-   ##
==========================================
- Coverage   86.46%   85.25%   -1.22%     
==========================================
  Files         141      140       -1     
  Lines       26214    26293      +79     
==========================================
- Hits        22667    22415     -252     
- Misses       3547     3878     +331     
Files Changed Coverage Δ
ebpfcore/ebpf_drv.c 42.47% <ø> (+9.50%) ⬆️
libs/api_common/windows_platform_common.cpp 88.18% <100.00%> (-3.19%) ⬇️
libs/execution_context/ebpf_core.c 89.55% <100.00%> (-1.99%) ⬇️
libs/execution_context/ebpf_program.c 85.13% <100.00%> (-2.31%) ⬇️
libs/runtime/ebpf_epoch.c 93.28% <100.00%> (-2.66%) ⬇️
libs/runtime/ebpf_random.c 100.00% <100.00%> (ø)
libs/runtime/ebpf_state.c 86.56% <100.00%> (-4.48%) ⬇️
libs/shared/ebpf_shared_framework.h 100.00% <100.00%> (ø)
netebpfext/net_ebpf_ext_bind.c 70.89% <100.00%> (-4.37%) ⬇️
netebpfext/net_ebpf_ext_sock_ops.c 77.22% <100.00%> (-3.87%) ⬇️
... and 2 more

... and 38 files with indirect coverage changes

@Alan-Jowett Alan-Jowett added this pull request to the merge queue Sep 21, 2023
Merged via the queue into microsoft:main with commit 80067fc Sep 21, 2023
76 checks passed
@Alan-Jowett Alan-Jowett deleted the spgo branch September 21, 2023 18:19
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.

3 participants