This commit is contained in:
@@ -150,11 +150,11 @@ def test_speedup_get_pv():
|
||||
def test_speedup_motor_instantiation():
|
||||
"""On exige juste pas de grosse régression vs EPICS."""
|
||||
t0 = time.perf_counter()
|
||||
Motor("TEST:SIM:M6")
|
||||
Motor("TEST:SIM:M6")
|
||||
t1 = time.perf_counter()
|
||||
|
||||
t2 = time.perf_counter()
|
||||
epics.Motor("TEST:SIM:M8")
|
||||
epics.Motor("TEST:SIM:M8")
|
||||
t3 = time.perf_counter()
|
||||
|
||||
fast_time = t1 - t0
|
||||
|
||||
Reference in New Issue
Block a user