Unit tests for Firestore run very slow #22888
Labels
api: firestore
Issues related to the Firestore API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
The unit tests for the
google-cloud-firestore
gem take over 2 minutes, which is very slow during local development.I timed it on my local machine as shown below:
$ toys ci --no-bundle --test // ... truncated output Finished in 136.528543s, 7.0315 runs/s, 39.1420 assertions/s.
Below are the list of slow tests (at-least 1 second), in descending order of run time:
The text was updated successfully, but these errors were encountered: