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.
 
 
HalidOdat 1ac5f205eb
Added arithmetic operation benchmark (#516)
4 years ago
..
README.md Execution benchmarks only take execution into account (#431) 4 years ago
exec.rs Added arithmetic operation benchmark (#516) 4 years ago
lexer.rs Added jemallocator only for Linux targets 4 years ago
parser.rs Implemented #427, #429 and #430, and upgraded dependencies (#472) 4 years ago

README.md

Boa Benchmarks.

We divide the benchmarks in 3 sections:

  • Execution benchmarks
  • Lexing benchmarks
  • Parsing benchmarks

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

Note that lexing benchmarks will soon disappear.