We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad6339 commit c914596Copy full SHA for c914596
benchmark/msgpack-benchmark.js
@@ -1,10 +1,10 @@
1
/* eslint-disable no-console */
2
// based on https://github.com/endel/msgpack-benchmark
3
"use strict";
4
-
+require("ts-node/register");
5
const Benchmark = require("benchmark");
6
const fs = require("fs");
7
-const msgpack = require("..");
+const msgpack = require("../src");
8
9
const implementations = {
10
"@msgpack/msgpack": {
0 commit comments