Skip to content

Commit

Permalink
bench: import lodash proper
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Jan 10, 2020
1 parent dd79cb1 commit ca08af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bench/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const assert = require('assert');
const { Suite } = require('benchmark');
const fast_clone = require('fast-clone');
const lodash = require('lodash.clonedeep');
const lodash = require('lodash/clonedeep');
const clone_deep = require('clone-deep');
const deep_copy = require('deep-copy');
const depcopy = require('deepcopy');
Expand Down
2 changes: 1 addition & 1 deletion bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"deep-copy": "1.4.2",
"deepcopy": "2.0.0",
"fast-clone": "1.5.13",
"lodash.clonedeep": "4.5.0"
"lodash": "4.17.15"
}
}

0 comments on commit ca08af6

Please sign in to comment.