Skip to content

Commit

Permalink
Generate and upload images.
Browse files Browse the repository at this point in the history
  • Loading branch information
erthink committed Feb 19, 2020
1 parent ef2bba7 commit 2f0867d
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,15 @@ sprintf | 700.1 | 772.833 | 827.7 | 13119.8 | ×1.0 |
ostrstream | 1058.4 | 1133.081 | 1187.4 | 19250.5 | ×0.7 |
ostringstream | 1110.9 | 1196.817 | 1267.8 | 20327.0 | ×0.6 |
![[email protected]_linux-x86_64-gcc9.1.png](result/[email protected]_linux-x86_64-gcc9.1.png)
#### All implementations
![[email protected]_linux-x86_64-gcc9.2_randomdigit_time.png](results/[email protected]_linux-x86_64-gcc9.2_randomdigit_time.png)
More [clickable charts](results/[email protected]_linux-x86_64-gcc9.2.html).
#### Fastest competitors
![[email protected]_linux-x86_64-gcc9.2_randomdigit_time.png](results/[email protected]_linux-x86_64-gcc9.2_randomdigit_time.png)
![[email protected]_linux-x86_64-gcc9.2_randomdigit_timedigit.png](results/[email protected]_linux-x86_64-gcc9.2_randomdigit_timedigit.png)
## Implementations
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions result/template.php → results/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ function sanitize(svg) {
<input type="hidden" name="type" id="imageGetFormTYPE" value="" />
<input type="hidden" name="width" value="900" />
<input type="hidden" name="svg" value="" id="imageGetFormSVG" />
<input type="hidden" name="options" id="options" value="unescaped" />
</form>
</div>
</body>
Expand Down

0 comments on commit 2f0867d

Please sign in to comment.