Skip to content

Conversation

@NathanWalker
Copy link
Contributor

Several minor optimizations in property handling.

Including also the difference between running automated test suite with commonjs vs. es modules vs. es modules + property optimizations here.

Commonjs:

  === ALL TESTS COMPLETE ===
  1764 OK, 0 failed
  DURATION: 41750.06 ms
  === END OF TESTS ===
  Test: Tests EOF!

ES Modules:

  === ALL TESTS COMPLETE ===
  1773 OK, 0 failed
  DURATION: 40386.28 ms
  === END OF TESTS ===
  Test: Tests EOF!

ES Modules + After properties optimizations:

  === ALL TESTS COMPLETE ===
  1773 OK, 0 failed
  DURATION: 39881.19 ms
  === END OF TESTS ===
  Test: Tests EOF!

@NathanWalker NathanWalker added this to the 9.0 milestone Sep 10, 2025
@nx-cloud
Copy link

nx-cloud bot commented Sep 10, 2025

🤖 Nx Cloud AI Fix Eligible

An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.

To disable these notifications, a workspace admin can disable them in workspace settings.


View your CI Pipeline Execution ↗ for commit 889ee00

Command Status Duration Result
nx test apps-automated -c=ios ❌ Failed 21m 30s View ↗
nx run-many --target=test --configuration=ci --... ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2025-09-19 21:59:39 UTC

Base automatically changed from refactor/circular-deps to main September 19, 2025 00:03
@NathanWalker NathanWalker merged commit 701bfea into main Sep 19, 2025
4 of 6 checks passed
@NathanWalker NathanWalker deleted the feat/property-optimizations branch September 19, 2025 21:36
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