Skip to content

Instantly share code, notes, and snippets.

@acao
Created October 28, 2017 18:35
Show Gist options
  • Save acao/723aa6ff356d0085e232d4de4b5b1a64 to your computer and use it in GitHub Desktop.
Save acao/723aa6ff356d0085e232d4de4b5b1a64 to your computer and use it in GitHub Desktop.
Get/Set Benchmark Step 1
<!doctype html>
<html>
<head>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.4/lodash.min.js" type="text/javascript"></script>
<script src="https://cdn.rawgit.com/mariocasciaro/object-path/master/index.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/2.1.4/benchmark.min.js"></script>
<h1>Hello</h1>
<script>
var suite = new Benchmark.Suite();
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment