Mohammad Yaaghubi

Results 11 comments of Mohammad Yaaghubi

It's always indexing on my PC and added more than 500ms to startup time.

Not sure if it's releated https://github.com/f3-factory/fatfree-core/pull/392

Let's have the mapper ```php $db=new DB\Jig('db/data/',DB\Jig::FORMAT_JSON); $user=new DB\Jig\Mapper($db,'users'); $user=new DB\Jig\Mapper($db,'categories'); ... ``` For a path like `test/dir/db`, it will make dbs like `dbusers`, `dbcategories`, which is not the responsibility...

I'll check as soon as I can. There were some errors with the test https://github.com/myaaghubi/PHP-Frameworks-Bench/pull/75 would you check it please?

@macropay-solutions, you needed to update the config file. Now it passed the test successfully, still, I should review the code on my dev env. I'll do it as soon as...

Thanks @macropay-solutions for the benchmarks. I ran many tests to ensure that the order, logs, etc., don't affect the results of other frameworks; everything was fine unless having opcatch ON...

I use this command to run benchmarks ```bash $ bash benchmark.sh -f -rapache ``` https://github.com/myaaghubi/PHP-Frameworks-Bench/blob/ff13aa3395d3a61e595111ce91161356f25d6bc3/README.md?plain=1#L159-L160 `-f` for a fresh install, every time composer takes a few minutes at least https://github.com/myaaghubi/PHP-Frameworks-Bench/blob/ff13aa3395d3a61e595111ce91161356f25d6bc3/base/hello_world.sh#L45-L48...

Check out ```bash benchmark.sh --help ``` https://github.com/myaaghubi/PHP-Frameworks-Bench/blob/ff13aa3395d3a61e595111ce91161356f25d6bc3/benchmark.sh#L26-L31

> Thanks [@macropay-solutions](https://github.com/macropay-solutions) for the benchmarks. I ran many tests to ensure that the order, logs, etc., don't affect the results of other frameworks; everything was fine unless having opcatch...