mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-06-12 23:51:26 +00:00
jsonpath-wasm 성능비교 추가
This commit is contained in:
18
docs/bench/index.html
Normal file
18
docs/bench/index.html
Normal 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>
|
Reference in New Issue
Block a user