diff options
author | Michael <osiris2918@gmail.com> | 2019-03-23 03:09:48 -0500 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2019-03-23 16:09:48 +0800 |
commit | 2874d75555102b8266477cdda2966ff37dde6b12 (patch) | |
tree | 8ae0da9a1f477c36f49acef0889110dbf149892a /.gitignore | |
parent | 677a22d99497fcc24135c949ab721d80ba5aa92a (diff) |
Add benchmark for adding images to sheet (#367)
* Add benchmark for adding images to sheet
This should help track performance regressions in future changes.
* Only transform sheet name if necessary
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,2 +1,5 @@ ~$*.xlsx test/Test*.xlsx +*.out +test/image3.png +*.test
\ No newline at end of file |