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 03cb69dcf4
Upgraded prettier and bootstrap, fixed formatting (#1245)
3 years ago
..
bench_scripts Upgraded prettier and bootstrap, fixed formatting (#1245) 3 years ago
README.md Some cleanup (#666) 4 years ago
exec.rs Code cleanup and inline (#916) 4 years ago
full.rs Feature `Context` (#656) 4 years ago
parser.rs CI workflow improvements (mostly Test262) (#889) 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.