You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A text file generator and benchmark app for Android written in Kotlin. Generate upto 50K textfiles (random) in an external storage directory and benchmark the speed.
8
+
9
+
10
+
### Usage:
11
+
1. Open project and sync gradle.
12
+
2. Modify the code to suit your needs.
13
+
3. Watch out for more features.
14
+
4. Files are generated under 'Internal Storage/FileBenchmark' folder.
15
+
16
+
17
+
18
+
### Features :
19
+
- Use single or multiple async tasks to generate upto 50K text files.
0 commit comments