Replies: 1 comment 2 replies
-
Hi @yuyuUI, I'm not sure I understand. From the logs you provided it seems all of your tests took less than 0.01 seconds. That seems quite fast. It is true that async tests take a little longer, due to the Swift concurrency runtime, and async tests in We are working on some tools to speed things up, but the code you shared does not seem to really have many problems,. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am happy that Effect can adapt async await with
.run
. But in test, I found test is going to take more time.Only one file add to
Tests/ComposableArchitectureTests/THE_FILE.swift
from 4aab217**_Click to expand Source code_**
Xcode runs the test successfully. But the one using
() async -> Int
took 0.10 secondsEven the one from
swift test --filter AsyncTests
Do I miss any config? Or is it normal?
Beta Was this translation helpful? Give feedback.
All reactions