Skip to content

Commit 879bd13

Browse files
committed
Automatic rebaseline of codesize expectations. NFC
This is an automatic change generated by tools/maint/rebaseline_tests.py. The following (2) test expectation files were updated by running the tests with `--rebaseline`: ``` codesize/test_codesize_minimal_pthreads.json: 26419 => 26409 [-10 bytes / -0.04%] codesize/test_codesize_minimal_pthreads_memgrowth.json: 26829 => 26819 [-10 bytes / -0.04%] Average change: -0.04% (-0.04% - -0.04%) ```
1 parent 8623e10 commit 879bd13

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

test/codesize/test_codesize_minimal_pthreads.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 7372,
33
"a.out.js.gz": 3593,
4-
"a.out.nodebug.wasm": 19047,
5-
"a.out.nodebug.wasm.gz": 8796,
6-
"total": 26419,
7-
"total_gz": 12389,
4+
"a.out.nodebug.wasm": 19037,
5+
"a.out.nodebug.wasm.gz": 8786,
6+
"total": 26409,
7+
"total_gz": 12379,
88
"sent": [
99
"a (memory)",
1010
"b (exit)",
@@ -62,7 +62,6 @@
6262
"funcs": [
6363
"$__errno_location",
6464
"$__memcpy",
65-
"$__memset",
6665
"$__pthread_getspecific",
6766
"$__pthread_mutex_lock",
6867
"$__pthread_mutex_trylock",

test/codesize/test_codesize_minimal_pthreads_memgrowth.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 7781,
33
"a.out.js.gz": 3797,
4-
"a.out.nodebug.wasm": 19048,
5-
"a.out.nodebug.wasm.gz": 8797,
6-
"total": 26829,
7-
"total_gz": 12594,
4+
"a.out.nodebug.wasm": 19038,
5+
"a.out.nodebug.wasm.gz": 8787,
6+
"total": 26819,
7+
"total_gz": 12584,
88
"sent": [
99
"a (memory)",
1010
"b (exit)",
@@ -62,7 +62,6 @@
6262
"funcs": [
6363
"$__errno_location",
6464
"$__memcpy",
65-
"$__memset",
6665
"$__pthread_getspecific",
6766
"$__pthread_mutex_lock",
6867
"$__pthread_mutex_trylock",

0 commit comments

Comments
 (0)