Skip to content

Commit 8fedb4e

Browse files
Update README.md
1 parent cef2a9f commit 8fedb4e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@
44
<img src="Logo/Icon.png" width=23%>
55
</h1>
66

7-
A text file generator and benchmark app for Android written in Kotlin. Generate random textfiles, benchmark the speed.
7+
A text file generator and benchmark app for Android written in Kotlin. Generate random textfiles and benchmark the speed.
88

99
&nbsp;
1010
### Usage:
1111
1. Open project and sync gradle.
1212
2. Modify the code to suit your needs.
1313
3. Watch out for more features.
14+
4. Files are generated under 'Internal Storage/FileBenchmark' folder.
1415

1516

1617
&nbsp;
1718
### Features :
18-
- Use single or multiple async tasks to generate upto 50K .txt files
19-
- Delete all the generated files
19+
- Use single or multiple async tasks to generate upto 50K text files.
20+
- Delete the generated files
2021
- Shows time taken to generate the text files
2122

2223
&nbsp;

0 commit comments

Comments
 (0)