From 47e88dfcbe925890fec49b83799cec1a52d2cbc4 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 3 Sep 2020 14:19:55 +0800 Subject: [PATCH] Revert "test: temporarily disable test_async_throughput" This reverts commit f0289d49ab1c7686e10c8390d0d28af7125abe59. --- artiq/test/coredevice/test_performance.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/artiq/test/coredevice/test_performance.py b/artiq/test/coredevice/test_performance.py index 4d7545c67..3ca1f86ba 100644 --- a/artiq/test/coredevice/test_performance.py +++ b/artiq/test/coredevice/test_performance.py @@ -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):