Initial implementation of results parser

This commit is contained in:
2017-08-18 15:49:57 +02:00
parent ab2fe20c8f
commit 70ae2ff9dd
9 changed files with 17613 additions and 4 deletions

2
.gitignore vendored
View File

@@ -3,5 +3,7 @@
/blender
# Ignore production configuration files.
/config/*.cfg
# Ignore generated datasets.
/benchmark/website/dataset/*.js
# Ignore Python cache
__pycache__