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 383ae99
Show file tree
Hide file tree
Showing 10 changed files with 610 additions and 246 deletions.
2 changes: 2 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
BasedOnStyle: LLVM
Standard: Cpp11
18 changes: 12 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
/bin/*
/build/gmake
/build/vs*/
/intermediate
result/result.csv
result/result.html
.le.ini
CMakeCache.txt
CMakeFiles/
DartConfiguration.tcl
Makefile
CMakeLists.txt.user
cmake_install.cmake
src/CMakeFiles/
src/Makefile
src/cmake_install.cmake
@*/
results/*.csv
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](https://erthink.github.io/dtoa-benchmark/results/randomdigit.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
239 changes: 0 additions & 239 deletions result/[email protected]_linux-x86_64-gcc9.2.csv

This file was deleted.

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.
Loading

0 comments on commit 383ae99

Please sign in to comment.