Packages

HTML formatter with pretty graphs for the (micro) benchmarking library benchee. Also allows export as PNG image!

Current section

Files

Jump to
benchee_html priv templates partials js_includes.html.eex
Raw

priv/templates/partials/js_includes.html.eex

<%= if inline_assets do %>
<script>
<% javascripts_path = Application.app_dir(:benchee_html, "priv/assets/javascripts/") %>
<%= File.read! Path.join(javascripts_path, "benchee.js") %>
<%= File.read! Path.join(javascripts_path, "plotly-1.30.1.min.js") %>
</script>
<% else %>
<script src="assets/javascripts/plotly-1.30.1.min.js"></script>
<script src="assets/javascripts/benchee.js"></script>
<% end %>