Skip to content

Commit

Permalink
chore: clean up benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Jun 21, 2021
1 parent 861d34a commit 68b9fd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"type": "module",
"devDependencies": {
"@types/benchmark": "^2.1.0",
"benchmark": "^2.1.4",
"ts-node": "^10.0.0"
"benchmark": "^2.1.4"
},
"dependencies": {
"@prismicio/richtext": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion benchmark/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as url from "url";
import Benchmark from "benchmark";
import v1 from "@prismicio/richtext";
import * as v2 from "@prismicio/richtext-v2";
import * as assert from "assert";
// import * as assert from "assert";

const __dirname = path.dirname(url.fileURLToPath(import.meta.url));

Expand Down

0 comments on commit 68b9fd6

Please sign in to comment.