Skip to content

Commit

Permalink
add benchmark script
Browse files Browse the repository at this point in the history
  • Loading branch information
mindplay-dk committed Jun 2, 2024
1 parent bae1179 commit 95aa0d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"ext-pdo_mysql": "for MySQL support (hello, Captain Obvious.)"
},
"scripts": {
"test": "XDEBUG_MODE=coverage php test/test.php"
"test": "XDEBUG_MODE=coverage php test/test.php",
"bench": "php test/benchmark.php"
}
}

0 comments on commit 95aa0d2

Please sign in to comment.