fix ai test and it runs in just 4s on laptop so it is feasible
This commit is contained in:
@@ -86,7 +86,7 @@ func testAI(t *testing.T, ai AI) {
|
|||||||
|
|
||||||
t.Run("simulation", func(t *testing.T) {
|
t.Run("simulation", func(t *testing.T) {
|
||||||
d := NewRAM()
|
d := NewRAM()
|
||||||
FillWithTestdata(ctx, d)
|
FillWithTestdata(ctx, d, renderAssetPattern, renderDatacenterPattern)
|
||||||
s := NewStorage(d)
|
s := NewStorage(d)
|
||||||
|
|
||||||
threads, err := s.Threads(ctx)
|
threads, err := s.Threads(ctx)
|
||||||
|
|||||||
Reference in New Issue
Block a user