Describe the bug
The .find() method on any object has increased.
To Reproduce
Using the GUI, create an empty config and add 5000 interfaces to a single vport. Then use IxNetwork.Vport.find().Interface.find() to retrieve all interfaces.
Expected behavior
The .find() operation should complete within a few seconds as opposed to approx 40 seconds.
Version information v1.1.1
Describe the bug The .find() method on any object has increased.
To Reproduce Using the GUI, create an empty config and add 5000 interfaces to a single vport. Then use IxNetwork.Vport.find().Interface.find() to retrieve all interfaces.
Expected behavior The .find() operation should complete within a few seconds as opposed to approx 40 seconds.
Additional context N/A