diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2019-07-22 16:58:00 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2019-07-22 16:58:00 +0200 |
commit | 825ee24544c18be6c98c5869d89d7f59290b38ac (patch) | |
tree | 2fbe83e619981b23ebdc0e73b1027038a7a9d643 /.gitignore | |
parent | ac49f53902d5b5229d691165762a8f419e07e687 (diff) |
implement autogeneration and data aggregation of timing benchmarks
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ /lib/__pycache__/ *.pyc +/htmlcov/ |