File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
lib/node_modules/@stdlib/bench/harness/lib Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020
2121// MODULES // 
2222
23- var  StdlibTransformStream  =  require (  '@stdlib/streams/node/transform'  ) ; 
23+ var  TransformStream  =  require (  '@stdlib/streams/node/transform'  ) ;   // eslint-disable-line stdlib/no-redeclare 
2424var  setReadOnly  =  require (  '@stdlib/utils/define-nonenumerable-read-only-property'  ) ; 
2525var  isFunction  =  require (  '@stdlib/assert/is-function'  ) ; 
2626var  format  =  require (  '@stdlib/string/format'  ) ; 
@@ -76,7 +76,7 @@ function createStream( options ) {
7676		bench  =  harness ( ) ; 
7777		return  bench . createStream (  opts  ) ; 
7878	} 
79- 	stream  =  new  StdlibTransformStream (  opts  ) ; 
79+ 	stream  =  new  TransformStream (  opts  ) ; 
8080	opts . stream  =  stream ; 
8181
8282	// Create a harness which uses the created output stream: 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments