Skip to content

Commit

Permalink
Update perftest.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xdxxxdx authored Mar 6, 2024
1 parent e940a4d commit d803e22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion perf/perftest.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ suite

// Add benchmarks
suite
//TODO: add tests
.add("descending tree, emits ordered", async function() {
let client = await replicateLDES(
intoConfig({
Expand All @@ -32,4 +33,4 @@ suite
// Add more benchmarks if needed

// Run the benchmarks
.run({ 'async': true });
.run({ 'async': true });

0 comments on commit d803e22

Please sign in to comment.