Skip to content

Commit

Permalink
Update Benchmark modules
Browse files Browse the repository at this point in the history
> Updated Highcharts version;
> Updated Mustache version;
> Updated lodash to latest;
> Updated Handlebars version;
> Updated ejs version;
  • Loading branch information
diegoacs0 authored Aug 1, 2022
1 parent 4c23380 commit 35a7d8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions browser-tests/benchmark.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,20 +94,20 @@
<div id="app"></div>
</div>

<script src="https://unpkg.com/highcharts@8.0.0/highcharts.js"></script>
<script src="https://unpkg.com/highcharts@10.2.0/highcharts.js"></script>

<script src="https://unpkg.com/[email protected]/lib/template-web.js"></script>
<script src="https://unpkg.com/[email protected]/doT.min.js"></script>
<script src="https://unpkg.com/ejs@3.0.1/ejs.min.js"></script>
<script src="https://unpkg.com/[email protected].3/dist/handlebars.min.js"></script>
<script src="https://unpkg.com/ejs@3.1.8/ejs.min.js"></script>
<script src="https://unpkg.com/[email protected].7/dist/handlebars.min.js"></script>
<!-- This is a fallback, since ../dist/browser/eta.min.js is not uploaded to GitHub -->
<script src="https://unpkg.com/eta"></script>
<script src="../dist/browser/eta.min.js"></script>
<script src="https://unpkg.com/[email protected]"></script>
<script src="https://unpkg.com/mustache@4.0.0/mustache.min.js"></script>
<script src="https://unpkg.com/mustache@4.2.0/mustache.min.js"></script>
<script src="https://pugjs.org/js/pug.js"></script>
<script src="https://unpkg.com/[email protected]/dist/swig.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/lodash@4.17.15/lodash.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/lodash/lodash.min.js"></script>

<script src="./benchmark.js"></script>
<script>
Expand Down

0 comments on commit 35a7d8d

Please sign in to comment.