Erdiko / performance-tests

Experiments to test and improve performance
http://erdiko.org
2 stars 1 forks source link

yaml test #1

Open arroyo opened 7 years ago

arroyo commented 7 years ago

. I want to get some stats on parsing yaml vs json. I want to see what the performance is between the two.

*create a folder called yaml inside the repo and use this for all the code for the performance test, https://github.com/Erdiko/performance-tests

It’s best not to use the erdiko framework here. Just use raw php so we get a better sense of how long it takes to read and decode json/yaml files. I want to support yaml in erdiko 2 but I’m not sure if there will be a performance penalty.

arroyo commented 7 years ago

@pinedamg can you add the results from when you ran the test? Just add a folder for results so we can look at it without running the scripts.

Also this experiment has 10 lines, can you add results for files that have 100 lines too? Curious how the performance changes with larger files