forked from M-Labs/artiq
Revert "test: temporarily disable test_async_throughput"
This reverts commit f0289d49ab
.
This commit is contained in:
parent
002a71dd8d
commit
47e88dfcbe
|
@ -264,10 +264,10 @@ class TransferTest(ExperimentCase):
|
||||||
self.results.append(["I32 Array (1KB) D2H", device_to_host.mean(),
|
self.results.append(["I32 Array (1KB) D2H", device_to_host.mean(),
|
||||||
device_to_host.std()])
|
device_to_host.std()])
|
||||||
|
|
||||||
#def test_async_throughput(self):
|
def test_async_throughput(self):
|
||||||
# exp = self.create(_Transfer)
|
exp = self.create(_Transfer)
|
||||||
# results = exp.test_async()
|
results = exp.test_async()
|
||||||
# print("Async throughput: {:>6.2f}MiB/s".format(results))
|
print("Async throughput: {:>6.2f}MiB/s".format(results))
|
||||||
|
|
||||||
class _KernelOverhead(EnvExperiment):
|
class _KernelOverhead(EnvExperiment):
|
||||||
def build(self):
|
def build(self):
|
||||||
|
|
Loading…
Reference in New Issue