Disclaimer: the code is just there so that the curious reader can experiment himself and verify the numbers on his own setup, it is not 'good code' or anything, just the fastest way to get numbers as correct as possible and see if we'd have a perf issue with moving the db to status-go as opposed to keep it in realm-js.
(time (doall
(dotimes [x 4000]
(call {:method "wallet_addBrowser" :params [{"id" (str x) "name" "third", "timestamp" "0x0"
"dapp" false
"historyIndex" "0x3"
"history" ["hist1" "hist2"]}] :on-success #()}))))