Skip to content

Commit

Permalink
Merge pull request #188 from gitBaiano/patch-1
Browse files Browse the repository at this point in the history
Update Benchmark modules
  • Loading branch information
shadowtime2000 committed Aug 23, 2022
2 parents 4c23380 + 35a7d8d commit 2eb2d9f
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/art-template@4.13.2/lib/template-web.js"></script>
<script src="https://unpkg.com/dot@1.1.3/doT.min.js"></script>
<script src="https://unpkg.com/ejs@3.0.1/ejs.min.js"></script>
<script src="https://unpkg.com/handlebars@4.7.3/dist/handlebars.min.js"></script>
<script src="https://unpkg.com/ejs@3.1.8/ejs.min.js"></script>
<script src="https://unpkg.com/handlebars@4.7.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/squirrelly@8.0.8"></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/swig@1.4.2/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 2eb2d9f

Please sign in to comment.