From 2874d75555102b8266477cdda2966ff37dde6b12 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 23 Mar 2019 03:09:48 -0500 Subject: 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 29e0f2b..096dbdd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ ~$*.xlsx test/Test*.xlsx +*.out +test/image3.png +*.test \ No newline at end of file -- cgit v1.2.1