[Feature Request] - Create benchmark for Array manipulation #428
Labels
benchmark
Issues and PRs related to the benchmark subsystem.
E-Easy
Easy
good first issue
Good for newcomers
Milestone
In order to test the upcoming optimisation work we're doing around objects it would be good to have a benchmark for Arrays and manipulating them.
Example
Benchmarks live here
an array creation and access would be categorised under
exec
.If exec benchmarks become too big we can compartmentalise them later on.
You can see the fibonacci benchmark here:
https://github.com/boa-dev/boa/blob/master/boa/benches/exec.rs#L49-L66
2 benchmarks could be made, 1 for accessing a value from an array, another for creating an array.
We could introduce more benchmarks here for various methods commonly used on arrays
in order to run the benchmarks you can run
cargo bench
in the root folderContributing
https://github.com/boa-dev/boa/blob/master/CONTRIBUTING.md
https://github.com/boa-dev/boa/blob/master/docs/debugging.md
The text was updated successfully, but these errors were encountered: