Skip to content

Conversation

@wsmoses
Copy link
Member

@wsmoses wsmoses commented Sep 1, 2025

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 1, 2025

Your PR requires formatting changes to meet the project's style guidelines.
Please consider running Runic (git runic main) to apply these changes.

Click here to view the suggested changes.
diff --git a/test/runtests.jl b/test/runtests.jl
index 582fb61..20c6d2d 100644
--- a/test/runtests.jl
+++ b/test/runtests.jl
@@ -70,8 +70,8 @@ end
 
 @testset "Threads" begin
     cmd = `$(Base.julia_cmd()) --threads=1 --startup-file=no threads.jl`
-   	@test success(pipeline(cmd, stderr=stderr, stdout=stdout))
+    @test success(pipeline(cmd, stderr = stderr, stdout = stdout))
     # cmd = `$(Base.julia_cmd()) --threads=2 --startup-file=no threads.jl`
-   	# @test success(pipeline(cmd, stderr=stderr, stdout=stdout))
+    # @test success(pipeline(cmd, stderr=stderr, stdout=stdout))
 end
 

@github-actions
Copy link
Contributor

github-actions bot commented Sep 1, 2025

Benchmark Results

main be6b8b6... main / be6b8b6...
basics/overhead 4.08 ± 0.92 ns 5.56 ± 0.01 ns 0.733 ± 0.17
time_to_load 1.25 ± 0.0078 s 0.0193 ± 2.7e-05 h 0.0179 ± 0.00011

Benchmark Plots

A plot of the benchmark results has been uploaded as an artifact at https://github.com/EnzymeAD/Enzyme.jl/actions/runs/17551370431/artifacts/3953763123.

@codecov
Copy link

codecov bot commented Sep 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 37.54%. Comparing base (0ea6cb2) to head (be6b8b6).
⚠️ Report is 2 commits behind head on main.

❗ There is a different number of reports uploaded between BASE (0ea6cb2) and HEAD (be6b8b6). Click for more details.

HEAD has 11 uploads less than BASE
Flag BASE (0ea6cb2) HEAD (be6b8b6)
26 15
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2550       +/-   ##
===========================================
- Coverage   74.92%   37.54%   -37.39%     
===========================================
  Files          56       56               
  Lines       17436    17546      +110     
===========================================
- Hits        13064     6587     -6477     
- Misses       4372    10959     +6587     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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