Skip to content

Commit

Permalink
feat: add benchmark to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
liondadev authored Sep 27, 2024
1 parent 55c79a9 commit 6a77294
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,31 @@ This is a faster, concurrent implementation of [MKBSD](https://github.com/nadimk
4. Check the newly created `downloads` folder

## Benchmarks

### Windows

| Stat | Value |
|------|-------|
| Seconds Taken| 5 |

Raw Execution:
```
PS C:\Users\liond\Downloads\mkbsd> Measure-Command { .\mkbsd-win-x64.exe | Out-Default }
2024/09/27 16:08:03 Got API Response. (Version: 1)
2024/09/27 16:08:04 Downloaded wallpaper 1646651327.jpeg (112273 bytes)
...
2024/09/27 16:08:22 Finished downloading!
Days : 0
Hours : 0
Minutes : 0
Seconds : 20
Milliseconds : 368
Ticks : 203684262
TotalDays : 0.000235745673611111
TotalHours : 0.00565789616666667
TotalMinutes : 0.33947377
TotalSeconds : 20.3684262
TotalMilliseconds : 20368.4262
```

0 comments on commit 6a77294

Please sign in to comment.