lodo1995 / experimental.xml

A replacement of Phobos std.xml
https://lodo1995.github.io/experimental.xml
Boost Software License 1.0
20 stars 8 forks source link

Better benchmarking #10

Closed lodo1995 closed 8 years ago

lodo1995 commented 8 years ago

Experimenting with the randomized benchmarks showed that the speed is highly dependant on the structure of the XML document. The benchmark code should test the speed of the library with different sets of parameters for the random file generator. Also, every file should be benchmarked more than once. and statistical informations (average, median) should be gathered.

lodo1995 commented 8 years ago

As discussed on issue #12 , the benchmark results should be saved in a parseable format (like CSV), for easy visualization with programs like gnuplot.