php-simple-benchmark-script icon indicating copy to clipboard operation
php-simple-benchmark-script copied to clipboard

Enhanced SimpleXML benchmarks

Open kanevbg opened this issue 4 years ago • 2 comments

Continuation of #16 and thanks for adding :)

We should add operations with the extension else it is not really useful in practice.

Later I will comment suggested operations to do.

kanevbg avatar Dec 12 '21 16:12 kanevbg

Maybe we need to parse something big and complex? Like unzipped OpenDocument/OpenXML xml file with alot of styles and etc. Something free-to-distribute. And try to search something, summarize and calculate something simple.

sergey-dryabzhinsky avatar May 03 '22 17:05 sergey-dryabzhinsky

Yes, these basic operations seems great. Random data generation tool can be used to generate XML string/file for benchmarking purposes, eg I generated example file with that web tool: https://onlinerandomtools.com/generate-random-xml output-onlinerandomtools.txt

kanevbg avatar May 04 '22 09:05 kanevbg