Skip to content

Commit dd93566

Browse files
committed
performance notes fix
1 parent e8a26d3 commit dd93566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ $mapper->call('return a + b', ['a' => 2, 'b' => 7]); // 9
241241

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

247247
| Instance type | Instances per second |

0 commit comments

Comments
 (0)