Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 3ef08eb

Browse files
committed
Remove listeners from internal clones.
1 parent a37c36c commit 3ef08eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1841,7 +1841,7 @@
18411841
* Adds a clone to the queue.
18421842
*/
18431843
function enqueue() {
1844-
queue.push(bench.clone({
1844+
queue.push(_.assign(bench.clone().off(), {
18451845
'_original': bench,
18461846
'events': {
18471847
'abort': [update],

0 commit comments

Comments
 (0)