Open pfalcon opened 6 years ago
E.g., for text search https://github.com/pfalcon/ScratchABit/issues/21 should be implemented.
Testing saving of projects with 8MB or more of raw binary code.
Should be facilitated by https://github.com/pfalcon/ScratchABit/commit/6c554a03c750e864c3a4ec9ddb0e2aa04e9977c3
ScratchABit generally works well for typical "embedded" size of projects, on the order of 1MB of raw code. It's also written in a way "aware" of potential bottlenecks, e.g. common operations, like browsing around and DB saving are optimized, operation which are known to be "not instant", e.g. complete disassembly write-out or full-text search, have progress indicators.
However, would be useful to perform more dedicated load testing on bigger files. Following areas can be identified: