Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
3 lines
183 B
Go
3 lines
183 B
Go
package ai
|
|
import ("testing"; "time")
|
|
func TestInferCloudVenueClassGPU(t *testing.T){ if InferCloudVenueClass(CloudVenueReport{InstanceType:"g4dn.xlarge"})!=CloudVenueGPU{t.Fatal()} } |