Mongo insert document - volume data!

In developing my meteor app I am using a meter call method to record users progress in the app. It looks as this will generate up to twenty calls per user per minute. (data is very small just ten numeric values)

Can Meteor cope with this or should I wrap the progress calls into an array and send that array to the server every minute or so?