issues
search
samvera
/
hydra-works
A ruby gem implementation of the PCDM Works domain model based on the Samvera software stack
Other
24
stars
14
forks
source link
Improving test performance
#160
Closed
escowles
closed
9 years ago
escowles
commented
9 years ago
Fixes #148
Removing unnecessary saves and reloads
Combining a few tests that need to save objects to avoid repeated object creation
On my machine, reduces test duration from 268 to 45 sec (~6x faster)
Fixes #148