Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Run Examples

To run examples (files in the example folder), you need to build ESBench first:

pnpm build

It is recommended to run one suite at a time using --file parameter, as it can take a long time.

cd example
pnpm exec esbench --file <filename.js>