Skip to content

Commit

Permalink
performance notes fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Apr 23, 2024
1 parent e8a26d3 commit dd93566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ $mapper->call('return a + b', ['a' => 2, 'b' => 7]); // 9

## Performance
We can calculate mapper overhead using getInstance method that is called per each instance.\
In addition there is single schema fetch on connection and when schema is upgraded.\
If you don't use cache, there is single schema fetch on connection and each time schema is upgraded.\
Perfomance test was made on (AMD Ryzen 5 3600X), Ubuntu 23.10 using PHP 8.3.6

| Instance type | Instances per second |
Expand Down

0 comments on commit dd93566

Please sign in to comment.