codingberg / benchgraph

Visualization of Golang benchmark output using Google charts
85 stars 19 forks source link

Generate local graph #2

Open tkanos opened 6 years ago

tkanos commented 6 years ago

Love this project, and I use it a lot, but sometimes I am working in a plane, or train, and don't have access to the web. I wanted to be able to work locally without internet connection. So I added a -local (optional) parameter to be able to generate, thanks to a template, the data locally.

MissingRoberto commented 6 years ago

@Tkanos I was trying to use this fork and it does not compile in my computer because "template.JS" is only in "html/template" , not in "text/template". I am using go version 1.10.1

tkanos commented 6 years ago

@jszroberto Oh thanks for the info, I will change that immediately.

tkanos commented 6 years ago

@jszroberto sorry it was a test that shouln't have been pushed. It's fixed now.