Skip to content

Commit

Permalink
Update to napkin math benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 committed Sep 20, 2023
1 parent 5f0201e commit 2997fcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@
</section>
<section>
<h2>Issuance</h2>
<div id="bench"></div>
<p>
<a href="https://github.com/transmute-industries/vc-jwt-sd/blob/main/test/benchmarking/vs.issuance.test.ts">View Source</a>
</p>
<div id="issuance-benchmark"></div>
</section>
</body>

Expand Down
2 changes: 1 addition & 1 deletion docs/plotter.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function makeChart(data) {
let start1 = 0;
let step = 5
let data1 = sliceData(start1, start1 + len1);
let uplot1 = new uPlot(opts, data1, document.body);
let uplot1 = new uPlot(opts, data1, document.getElementById('issuance-benchmark'));
let handle = setInterval(function() {
start1 += step;
let data1 = sliceData(start1, start1 + len1);
Expand Down

0 comments on commit 2997fcf

Please sign in to comment.