Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,10 +384,10 @@ Each benchmark formats `10,000` queries using `format` with `100` mixed values (
| Benchmark | sqlstring | SQL Escaper | Difference |
| ---------------------------------------- | --------: | ----------: | ---------------: |
| Select 100 values | 248.8 ms | 178.7 ms | **1.39x faster** |
| Insert 100 values | 247.5 ms | 196.2 ms | **1.26x faster** |
| Insert 100 values | 238.5 ms | 176.4 ms | **1.35x faster** |
| SET with 100 values | 257.5 ms | 205.2 ms | **1.26x faster** |
| SET with 100 objects | 348.3 ms | 250.5 ms | **1.39x faster** |
| ON DUPLICATE KEY UPDATE with 100 values | 466.2 ms | 394.6 ms | **1.18x faster** |
| ON DUPLICATE KEY UPDATE with 100 values | 435.9 ms | 344.6 ms | **1.27x faster** |
| ON DUPLICATE KEY UPDATE with 100 objects | 558.2 ms | 433.9 ms | **1.29x faster** |

- See detailed results and how the benchmarks are run in the [**benchmark**](https://github.com/mysqljs/sql-escaper/tree/main/benchmark) directory.
Expand Down
Loading