Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing PR benchmarks #132

Merged
merged 11 commits into from
Oct 4, 2019
Merged

fixing PR benchmarks #132

merged 11 commits into from
Oct 4, 2019

Conversation

jasonwilliams
Copy link
Member

No description provided.

@github-actions
Copy link

github-actions bot commented Oct 4, 2019

Benchmark for 14b098f

Click to view benchmark
Test PR Benchmark Master Benchmark %
Create Realm 145.3±6.79µs 141.1±8.38µs 103%
Hello World (Execution) 173.7±9.61µs 173.7±10.44µs 100%
Hello World (Lexer) 1080.8±99.63ns 1052.4±52.55ns 103%
Hello World (Parser) 1136.8±69.20ns 1071.6±83.07ns 106%
fibonacci (Execution) 5.0±0.41ms 5.0±0.18ms 99%
undefined undefined 100%

@github-actions
Copy link

github-actions bot commented Oct 4, 2019

Benchmark for 18d53d5

Click to view benchmark
Test PR Benchmark Master Benchmark %
Create Realm 132.3±7.57µs 136.5±7.46µs 97%
Hello World (Execution) 166.3±8.36µs 167.8±9.35µs 99%
Hello World (Lexer) 1027.7±59.45ns 949.4±50.18ns 108%
Hello World (Parser) 1072.1±54.40ns 1099.3±59.32ns 97%
fibonacci (Execution) 4.9±0.16ms 4.9±0.19ms 100%
undefined undefined 100%

@github-actions
Copy link

github-actions bot commented Oct 4, 2019

Benchmark for a235ca2

Click to view benchmark
Test PR Benchmark Master Benchmark %
Create Realm 139.8±10.85µs 138.8±8.06µs 101%
Hello World (Execution) 177.0±12.01µs 167.4±11.65µs 106%
Hello World (Lexer) 1046.3±63.08ns 994.6±73.60ns 105%
Hello World (Parser) 1121.4±92.51ns 1093.1±73.65ns 103%
fibonacci (Execution) 4.9±0.28ms 5.0±0.24ms 98%
undefined undefined 100%

@jasonwilliams jasonwilliams merged commit 5df3476 into master Oct 4, 2019
DomParfitt pushed a commit to DomParfitt/boa that referenced this pull request Oct 6, 2019
jasonwilliams pushed a commit that referenced this pull request Oct 11, 2019
* Added create_constructor method

* Updated global to use json::create_constructor method

* unassigned var is undefined (#125)

* Unassigned variables are set to `undefined` not `null`

Fixes #113

* Rust tests for `var x` and `let x` default to undefined

* CHANGELOG for issue #113 fix + add tests/js/test.js to gitignore.

* fixing PR benchmarks (#132)

* fixing PR benchmarks

* Push after rebase

* Updated import order

* Formatting
@jasonwilliams jasonwilliams deleted the fixing_pr branch April 3, 2020 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant