This repository was archived by the owner on Jan 27, 2021. It is now read-only.

Description
Hi,
I am not using docker.
Just testing on the localhost with the changes made to configuration file.
Running
./run activerecord create
./run cake create
./run doctrine create
./run eloquent create
./run eloquent create
Every tests shows results. But only the ./run doctrine create is inserting record to the database.
The assert() doesn't do anything if there is no handler. So may be need to improve the tests?
Did you verified the data is being inserted ?
I agree the benchmark.ini settings are not considered.