-
-
Notifications
You must be signed in to change notification settings - Fork 984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log shows a wrong name for plot images #1181
Comments
@simonech thanks for the report! |
@AndreyAkinshin I could have a look at the first, since it's an issue in the .net code. maybe it would be better to split the issue in two issues |
Great, thanks! It should be pretty easy to fix.
OK. Do you want to create another issue for the second problem (and edit the current one)? |
Indeed... I'll do it
Yeah, I've created a new ticket with the second part of the issue (#1183) |
Great, thanks! Waiting for a PR. =) |
Hi, @AndreyAkinshin. Could you please provide steps to reproduce this issue? |
@marcnet80 just run any benchmark with the |
@AndreyAkinshin, all generates plots have png extension? |
@marcnet80 yes. |
Ok. I will create pull-request today. Thank you. |
Fixed a long time ago in #1217, closing |
After running a benchmark with
[RPlotExporter]
I get zillions of jpg files, but I'm not sure all of them have the correct name.First of all, the log in the console says:
But the files stored in the artifacts folder are called
MyBench.Sleeps-barplot.png
andMyBench.Sleeps-boxplot.png
(so, they don't have the timestamp).The text was updated successfully, but these errors were encountered: