Daniel Palme
Daniel Palme
You can achieve that by making a simple change in the SVG file(s). Just change the viewBox to `viewBox="10 10 135 40"`.
Changing the XML should work. As @mikes-gh mentioned, brackets have to be encoded. But I would suggest, that I change the behavior in ReportGenerator. That way it would work for...
I just made the necessary code changes in ReportGenerator. Next release will contain the change.
@ipjohnson Yes @lamLeX had the idea to create an interactive page (see [#82](https://github.com/danielpalme/IocPerformance/issues/82)). Let's wait on his result and then we can more filter options.
I converted the benchmark to .NET 4.7 and VS 2017. I dropped packages.config in favor to PackageReference. I also dropped the containers DryIocZero, Petite.Container, TinyIoC since they can't be properly...
@ipjohnson I also removed StyleMVVM
@jzabroski: Just go ahead :-) Here's the complete historic data starting in February 2015: [History.zip](https://github.com/danielpalme/IocPerformance/files/3158297/History.zip)
@jzabroski I added a little chart to the results page. It shows the performance evolution over time for every container/benchmark: See https://danielpalme.github.io/IocPerformance/
I'm not sure, which approach is better here. But adding NoContainer X 20 seems a bit random and does not correlate with the container's performance at all. But as abcioc...
Let's just keep this issue open and have a look at it in a few weeks. I believe there are more important things to do.