Dmitry Arkhipov
Dmitry Arkhipov
To be clear, it still sort of does number validation (we need it to know when the number ends and the parser should start parsing another value), it just doesn't...
#901 has been merged into develop
Local benchmarking results: ``` imprecise | precise | none Parse gcc apache_builds.json 754 | 753 -0,13%| 753 -0,13% Parse gcc canada.json 587 | 400 -31,86%|1064 81,26% Parse gcc citm_catalog.json 1231|1232...
What about storing images externally? I know that git-lfs is often used to store binary files. And supposedly GitHub support it. But I've never used it myself.
Oh, right! We actually could just link to external images from the docs! But for that we need a stable link to latest release's benchmark results.
I can't figure out how to integrate it in the docs. There doesn't seem to be a way to generate an iframe in a quickbook document. iframe also looks a...
I don't see the point of showing only a few images, because they represent different tests. Maybe we should only show images for one target (e.g. clang). But if the...
To be honest, I have no idea how to do that. QuickBook doesn't have an option to pass through to HTML, because it produces docbook. And I couldn't find any...
I discovered a way to embed HTML into the page after all. In #870 I'm using it to show data copied from `bench/results.html`. Now I need a way to get...
I've just realised that these files lack msvc benchmarks. And as far as I can see, benchmarking hasn't been done with msvc recently.