mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-21 02:59:58 +00:00
1e9b8d8595
The transaction-logger was slowing down tests because each Tx, it would read a file and write to it, but that's slow and even got slower as the file grew bigger To fix, I removed the Tx-logger from text, along with the profiler as they are useless for tests (cherry picked from commit a656eea7dda83ad970615cffd51cce5d53a1d034)