Skip to content

Commit

Permalink
feat(commands.tape): add new commands and update existing commands
Browse files Browse the repository at this point in the history
- Added new command 'Type "php artisan soar:score" Sleep 100ms Enter 1 Sleep 3s Type "select * from `users`;' Sleep 100ms Enter 1 Sleep 3s'
- Updated existing command 'Type "php artisan soar:score --option=-query='select * from user;'" Sleep 100ms Enter 1 Sleep 5s'
  • Loading branch information
guanguans committed Jun 11, 2024
1 parent ab63c1c commit d3bf474
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions commands.tape
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,16 @@ Set Height 927
Set TypingSpeed 50ms
Set PlaybackSpeed 0.2

Type "php artisan soar:run --option=-version=true" Sleep 20ms
Enter 1 Sleep 3s
#Type "php artisan soar:run --option=-version=true" Sleep 100ms
#Enter 1 Sleep 3s
#
#Type "php artisan soar:run --option=-help=true" Sleep 100ms
#Enter 1 Sleep 3s

Type "php artisan soar:run --option=-help=true" Sleep 20ms
Type "php artisan soar:score" Sleep 100ms
Enter 1 Sleep 3s
Type "select * from `users`;" Sleep 100ms
Enter 1 Sleep 3s

Type "php artisan soar:score" Sleep 20ms
Enter 1 Sleep 1s
Type "select * from `users`;" Sleep 20ms
Enter 1 Sleep 10s
Type "php artisan soar:score --option=-query='select * from user;'" Sleep 100ms
Enter 1 Sleep 5s
Binary file added docs/commands.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d3bf474

Please sign in to comment.