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