Rust编写的JavaScript引擎,该项目是一个试验性质的项目。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Iban Eguia 1673871116
Some cleanup (#666)
4 years ago
..
bench_scripts Some cleanup (#666) 4 years ago
README.md Some cleanup (#666) 4 years ago
exec.rs New lexer (#559) 4 years ago
full.rs Added CLEAN_JS and MINI_JS benches (#581) 4 years ago
parser.rs New lexer (#559) 4 years ago

README.md

Boa Benchmarks.

We divide the benchmarks in 3 sections:

  • Full engine benchmarks (lexing + parsing + realm creation + execution)
  • Execution benchmarks
  • Parsing benchmarks (lexing + parse - these are tightly coupled so must be benchmarked together)

The idea is to check the performance of Boa in different scenarios and dividing the Boa execution process in its different parts.