Serhii Tatarintsev

Results 156 comments of Serhii Tatarintsev

Sorry, forgot to push. Can you check now? The difference is that `DMMFHelper` creation is also moved into `callOnce`

I was able to reproduce and fix it. Here is what I am getting after the [fix](https://github.com/prisma/prisma/pull/14712): ``` Runtime: 4.127s Runtime: 1.912s Runtime: 1.825s ``` First call is still around...

Update: DMMF turned out to be red herring, after shifting couple things around, got it to roughly 3.x levels: ``` Runtime: 1.863s Runtime: 1.756s Runtime: 1.756s ``` The fix won't...

>Is there a way we could fold this work directly into the functional test suite so that we have memory tests for all our existing tests? It looks to me...

@danstarns @millsp I think this is ready for re-review. Difference from the last time we spoke: 1. Tests now have `prepare` and `clenup` functions, which can be used for executing...

Few notes on comments: - I switched to github action instead of script - We will have one comment per failing job. So, 3 comments in worst case scenario for...

@millsp @Jolg42 I believe this could use another look. - Comments are now posted by GH action, see notes about that above - Failure threshold is now 10 bytes/iteration -...

I understand the part about custom reporters, but why do you want custom image comparsion? If you have issues do you have with `looks-same` (aside from non-configurable tolerance, this will...

But why do you want it instead of builtin?