Skip to content

Commit c914596

Browse files
committed
read the latest source code in msgpack-benchmark.js
1 parent 5ad6339 commit c914596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/msgpack-benchmark.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/* eslint-disable no-console */
22
// based on https://github.com/endel/msgpack-benchmark
33
"use strict";
4-
4+
require("ts-node/register");
55
const Benchmark = require("benchmark");
66
const fs = require("fs");
7-
const msgpack = require("..");
7+
const msgpack = require("../src");
88

99
const implementations = {
1010
"@msgpack/msgpack": {

0 commit comments

Comments
 (0)