diff --git a/tests/pynq/test_pynq_fifo_performance.py b/tests/pynq/test_pynq_performance_fifo.py
similarity index 99%
rename from tests/pynq/test_pynq_fifo_performance.py
rename to tests/pynq/test_pynq_performance_fifo.py
index 8e55dcbcb869d076d1368a82e59a710bbba60af4..7aaff9f6ed2af9d05bb4f3a805628ced9792dc35 100644
--- a/tests/pynq/test_pynq_fifo_performance.py
+++ b/tests/pynq/test_pynq_performance_fifo.py
@@ -54,7 +54,7 @@ def make_single_fifo_modelwrapper(Shape, Depth, fld_shape, finn_dtype):
 
 @pytest.mark.vivado
 @pytest.mark.slow
-def test_pynq_fifo_performance():
+def test_pynq_performance_fifo():
     try:
         ip = os.environ["PYNQ_IP"]  # NOQA
         board = os.environ["PYNQ_BOARD"]  # NOQA