forked from M-Labs/artiq
1
0
Fork 0

test: temporarily disable test_async_throughput

M-Labs/artiq-zynq#104
This commit is contained in:
Sebastien Bourdeauducq 2020-09-01 17:49:40 +08:00
parent 8d5dc0ad2a
commit f0289d49ab
1 changed files with 4 additions and 4 deletions

View File

@ -264,10 +264,10 @@ class TransferTest(ExperimentCase):
self.results.append(["I32 Array (1KB) D2H", device_to_host.mean(),
device_to_host.std()])
def test_async_throughput(self):
exp = self.create(_Transfer)
results = exp.test_async()
print("Async throughput: {:>6.2f}MiB/s".format(results))
#def test_async_throughput(self):
# exp = self.create(_Transfer)
# results = exp.test_async()
# print("Async throughput: {:>6.2f}MiB/s".format(results))
class _KernelOverhead(EnvExperiment):
def build(self):