Revert "test: temporarily disable test_async_throughput"

This reverts commit f0289d49ab.
pull/1517/head
Sebastien Bourdeauducq 2020-09-03 14:19:55 +08:00
parent 002a71dd8d
commit 47e88dfcbe
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):