jsonpath-wasm 성능비교 추가

This commit is contained in:
freestrings
2019-03-08 17:27:24 +09:00
parent 873eebd157
commit ba57ae0ea5
25 changed files with 6210 additions and 29 deletions

18
docs/bench/index.html Normal file
View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>jsonpath vs jsonpath-wasm simple performance comparision</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
</head>
<body role="document">
<div class="container">
<h3 style="margin-top: 15px;">jsonpath vs jsonpath-wasm simple performance comparision</h3>
</div>
<script src="./bootstrap.js"></script>
<script>
</script>
</body>
</html>