Created
October 28, 2017 18:35
-
-
Save acao/723aa6ff356d0085e232d4de4b5b1a64 to your computer and use it in GitHub Desktop.
Get/Set Benchmark Step 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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