V0.6.1 Arroyo Toad

Fixed MultiThread support, now supporting 1K devices
This commit is contained in:
Christian Risi
2024-12-04 11:03:24 +00:00
parent 0c294045dc
commit 6940ad2b06
3 changed files with 4 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ import Testing
@Test func stressLoop1() async throws {
let devices: Int = 1000
let devices: Int = 5000
let env = PhysicalEnvironment("Delta")
let truth = PhysicalData(.Temperature, 22)