Skip to content

Commit

Permalink
Automatic rebaseline of codesize expectations. NFC (#23188)
Browse files Browse the repository at this point in the history
This is an automatic change generated by
tools/maint/rebaseline_tests.py.

The following (5) test expectation files were updated by running the
tests with `--rebaseline`:

```
browser/test_small_js_flags.js.size: 4369 => 4345 [-24 bytes / -0.55%]
other/test_INCOMING_MODULE_JS_API.js.size: 3780 => 3758 [-22 bytes /
-0.58%]
other/test_unoptimized_code_size.js.size: 53980 => 53979 [-1 bytes /
-0.00%]
other/test_unoptimized_code_size_no_asserts.js.size: 29400 => 29399 [-1
bytes / -0.00%]
other/test_unoptimized_code_size_strict.js.size: 52776 => 52775 [-1
bytes / -0.00%]

Average change: -0.23% (-0.58% - -0.00%)
```
  • Loading branch information
sbc100 authored Dec 17, 2024
1 parent ccc2a37 commit e3cb127
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/browser/test_small_js_flags.js.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4369
4345
2 changes: 1 addition & 1 deletion test/other/test_INCOMING_MODULE_JS_API.js.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3780
3758
2 changes: 1 addition & 1 deletion test/other/test_unoptimized_code_size.js.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
53980
53979
2 changes: 1 addition & 1 deletion test/other/test_unoptimized_code_size_no_asserts.js.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
29400
29399
2 changes: 1 addition & 1 deletion test/other/test_unoptimized_code_size_strict.js.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
52776
52775

0 comments on commit e3cb127

Please sign in to comment.