Skip to content

Commit 4e6f10c

Browse files
actions-usergithub-actions[bot]
authored andcommitted
chore(super-vs-this.mjs): update benchmark results
1 parent 8f9a83c commit 4e6f10c

28 files changed

+180
-92
lines changed

RESULTS-v18.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -741,19 +741,19 @@ new Array(length)|100,000,000|4,473.702ms
741741

742742
|name|ops/sec|samples|
743743
|-|-|-|
744-
|Using super|14,236,132|7118067|
745-
|Using this|14,604,368|7302185|
744+
|Using super|14,497,172|7248587|
745+
|Using this|14,873,010|7436506|
746746

747747

748748
<details>
749749
<summary>Environment</summary>
750750

751751
* __Machine:__ linux x64 | 4 vCPUs | 7.6GB Mem
752-
* __Run:__ Mon Sep 02 2024 19:34:37 GMT+0000 (Coordinated Universal Time)
752+
* __Run:__ Thu Sep 26 2024 00:21:30 GMT+0000 (Coordinated Universal Time)
753753
</details>
754754

755755
<!--
756-
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.588970184326172},"benchmarks":[{"name":"Using super","opsSec":14236132.42065564,"samples":7118067},{"name":"Using this","opsSec":14604368.697423207,"samples":7302185}]}-->
756+
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.597896575927734},"benchmarks":[{"name":"Using super","opsSec":14497172.757533893,"samples":7248587},{"name":"Using this","opsSec":14873010.470010938,"samples":7436506}]}-->
757757

758758
## Getting unix time
759759

RESULTS-v20.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -741,19 +741,19 @@ new Array(length)|100,000,000|4,323.708ms
741741

742742
|name|ops/sec|samples|
743743
|-|-|-|
744-
|Using super|19,141,143|9570572|
745-
|Using this|19,233,446|9616724|
744+
|Using super|16,811,158|8405580|
745+
|Using this|16,642,315|8321158|
746746

747747

748748
<details>
749749
<summary>Environment</summary>
750750

751751
* __Machine:__ linux x64 | 4 vCPUs | 7.6GB Mem
752-
* __Run:__ Mon Sep 02 2024 19:36:21 GMT+0000 (Coordinated Universal Time)
752+
* __Run:__ Thu Sep 26 2024 00:23:13 GMT+0000 (Coordinated Universal Time)
753753
</details>
754754

755755
<!--
756-
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.588970184326172},"benchmarks":[{"name":"Using super","opsSec":19141143.578765664,"samples":9570572},{"name":"Using this","opsSec":19233446.76903877,"samples":9616724}]}-->
756+
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.597896575927734},"benchmarks":[{"name":"Using super","opsSec":16811158.75600597,"samples":8405580},{"name":"Using this","opsSec":16642315.567269618,"samples":8321158}]}-->
757757

758758
## Getting unix time
759759

RESULTS-v21.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -741,19 +741,19 @@ new Array(length)|100,000,000|4,646.55ms
741741

742742
|name|ops/sec|samples|
743743
|-|-|-|
744-
|Using super|15,057,294|7528648|
745-
|Using this|13,647,105|6823553|
744+
|Using super|14,939,108|7469555|
745+
|Using this|14,609,711|7304856|
746746

747747

748748
<details>
749749
<summary>Environment</summary>
750750

751751
* __Machine:__ linux x64 | 4 vCPUs | 7.6GB Mem
752-
* __Run:__ Mon Sep 02 2024 19:37:59 GMT+0000 (Coordinated Universal Time)
752+
* __Run:__ Thu Sep 26 2024 00:25:31 GMT+0000 (Coordinated Universal Time)
753753
</details>
754754

755755
<!--
756-
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.588970184326172},"benchmarks":[{"name":"Using super","opsSec":15057294.765399903,"samples":7528648},{"name":"Using this","opsSec":13647105.372196151,"samples":6823553}]}-->
756+
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.597896575927734},"benchmarks":[{"name":"Using super","opsSec":14939108.446264233,"samples":7469555},{"name":"Using this","opsSec":14609711.532403022,"samples":7304856}]}-->
757757

758758
## Getting unix time
759759

RESULTS-v22.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,3 +697,21 @@ new Array(length)|100,000,000|4,868.68ms
697697

698698
<!--
699699
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.597896575927734},"benchmarks":[{"name":"(short string) (true) String#startsWith","opsSec":14839575.228256207,"samples":7419788},{"name":"(short string) (true) String#slice and strict comparison","opsSec":13520249.51329102,"samples":6760125},{"name":"(long string) (true) String#startsWith","opsSec":13918991.860950803,"samples":6959496},{"name":"(long string) (true) String#slice and strict comparison","opsSec":12820188.666810557,"samples":6410095},{"name":"(short string) (false) String#startsWith","opsSec":14443535.653686063,"samples":7221768},{"name":"(short string) (false) String#slice and strict comparison","opsSec":12879516.402831282,"samples":6439759},{"name":"(long string) (false) String#startsWith","opsSec":14293181.59973171,"samples":7146591},{"name":"(long string) (false) String#slice and strict comparison","opsSec":12828579.974127775,"samples":6414290}]}-->
700+
701+
## Super vs This
702+
703+
|name|ops/sec|samples|
704+
|-|-|-|
705+
|Using super|15,198,808|7599405|
706+
|Using this|15,199,866|7599934|
707+
708+
709+
<details>
710+
<summary>Environment</summary>
711+
712+
* __Machine:__ linux x64 | 4 vCPUs | 7.6GB Mem
713+
* __Run:__ Thu Sep 26 2024 00:26:38 GMT+0000 (Coordinated Universal Time)
714+
</details>
715+
716+
<!--
717+
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.597896575927734},"benchmarks":[{"name":"Using super","opsSec":15198808.23698282,"samples":7599405},{"name":"Using this","opsSec":15199866.236821998,"samples":7599934}]}-->

v18/RESULTS-v18_0_0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -741,19 +741,19 @@ new Array(length)|100,000,000|4,535.07ms
741741

742742
|name|ops/sec|samples|
743743
|-|-|-|
744-
|Using super|9,982,913|4991458|
745-
|Using this|17,654,579|8827290|
744+
|Using super|9,847,536|4923769|
745+
|Using this|17,240,395|8620198|
746746

747747

748748
<details>
749749
<summary>Environment</summary>
750750

751751
* __Machine:__ linux x64 | 4 vCPUs | 7.6GB Mem
752-
* __Run:__ Mon Sep 02 2024 19:33:28 GMT+0000 (Coordinated Universal Time)
752+
* __Run:__ Thu Sep 26 2024 00:20:56 GMT+0000 (Coordinated Universal Time)
753753
</details>
754754

755755
<!--
756-
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.588970184326172},"benchmarks":[{"name":"Using super","opsSec":9982913.381058611,"samples":4991458},{"name":"Using this","opsSec":17654579.85031104,"samples":8827290}]}-->
756+
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.597896575927734},"benchmarks":[{"name":"Using super","opsSec":9847536.557254978,"samples":4923769},{"name":"Using this","opsSec":17240395.94643595,"samples":8620198}]}-->
757757

758758
## Getting unix time
759759

v18/RESULTS-v18_20_3.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -741,19 +741,19 @@ new Array(length)|100,000,000|4,491.991ms
741741

742742
|name|ops/sec|samples|
743743
|-|-|-|
744-
|Using super|14,493,057|7246529|
745-
|Using this|13,995,075|6997538|
744+
|Using super|13,179,517|6589759|
745+
|Using this|13,705,658|6852830|
746746

747747

748748
<details>
749749
<summary>Environment</summary>
750750

751751
* __Machine:__ linux x64 | 4 vCPUs | 7.6GB Mem
752-
* __Run:__ Mon Sep 02 2024 19:34:04 GMT+0000 (Coordinated Universal Time)
752+
* __Run:__ Thu Sep 26 2024 00:20:21 GMT+0000 (Coordinated Universal Time)
753753
</details>
754754

755755
<!--
756-
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.588970184326172},"benchmarks":[{"name":"Using super","opsSec":14493057.1926209,"samples":7246529},{"name":"Using this","opsSec":13995075.075008104,"samples":6997538}]}-->
756+
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.597896575927734},"benchmarks":[{"name":"Using super","opsSec":13179517.330211522,"samples":6589759},{"name":"Using this","opsSec":13705658.174386049,"samples":6852830}]}-->
757757

758758
## Getting unix time
759759

v18/RESULTS-v18_20_4.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -741,19 +741,19 @@ new Array(length)|100,000,000|4,473.702ms
741741

742742
|name|ops/sec|samples|
743743
|-|-|-|
744-
|Using super|14,236,132|7118067|
745-
|Using this|14,604,368|7302185|
744+
|Using super|14,497,172|7248587|
745+
|Using this|14,873,010|7436506|
746746

747747

748748
<details>
749749
<summary>Environment</summary>
750750

751751
* __Machine:__ linux x64 | 4 vCPUs | 7.6GB Mem
752-
* __Run:__ Mon Sep 02 2024 19:34:37 GMT+0000 (Coordinated Universal Time)
752+
* __Run:__ Thu Sep 26 2024 00:21:30 GMT+0000 (Coordinated Universal Time)
753753
</details>
754754

755755
<!--
756-
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.588970184326172},"benchmarks":[{"name":"Using super","opsSec":14236132.42065564,"samples":7118067},{"name":"Using this","opsSec":14604368.697423207,"samples":7302185}]}-->
756+
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.597896575927734},"benchmarks":[{"name":"Using super","opsSec":14497172.757533893,"samples":7248587},{"name":"Using this","opsSec":14873010.470010938,"samples":7436506}]}-->
757757

758758
## Getting unix time
759759

v18/v18_0_0/super-vs-this.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
|name|ops/sec|samples|
44
|-|-|-|
5-
|Using super|9,982,913|4991458|
6-
|Using this|17,654,579|8827290|
5+
|Using super|9,847,536|4923769|
6+
|Using this|17,240,395|8620198|
77

88

99
<details>
1010
<summary>Environment</summary>
1111

1212
* __Machine:__ linux x64 | 4 vCPUs | 7.6GB Mem
13-
* __Run:__ Mon Sep 02 2024 19:33:28 GMT+0000 (Coordinated Universal Time)
13+
* __Run:__ Thu Sep 26 2024 00:20:56 GMT+0000 (Coordinated Universal Time)
1414
</details>
1515

1616
<!--
17-
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.588970184326172},"benchmarks":[{"name":"Using super","opsSec":9982913.381058611,"samples":4991458},{"name":"Using this","opsSec":17654579.85031104,"samples":8827290}]}-->
17+
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.597896575927734},"benchmarks":[{"name":"Using super","opsSec":9847536.557254978,"samples":4923769},{"name":"Using this","opsSec":17240395.94643595,"samples":8620198}]}-->

v18/v18_20_3/super-vs-this.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
|name|ops/sec|samples|
44
|-|-|-|
5-
|Using super|14,493,057|7246529|
6-
|Using this|13,995,075|6997538|
5+
|Using super|13,179,517|6589759|
6+
|Using this|13,705,658|6852830|
77

88

99
<details>
1010
<summary>Environment</summary>
1111

1212
* __Machine:__ linux x64 | 4 vCPUs | 7.6GB Mem
13-
* __Run:__ Mon Sep 02 2024 19:34:04 GMT+0000 (Coordinated Universal Time)
13+
* __Run:__ Thu Sep 26 2024 00:20:21 GMT+0000 (Coordinated Universal Time)
1414
</details>
1515

1616
<!--
17-
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.588970184326172},"benchmarks":[{"name":"Using super","opsSec":14493057.1926209,"samples":7246529},{"name":"Using this","opsSec":13995075.075008104,"samples":6997538}]}-->
17+
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.597896575927734},"benchmarks":[{"name":"Using super","opsSec":13179517.330211522,"samples":6589759},{"name":"Using this","opsSec":13705658.174386049,"samples":6852830}]}-->

v18/v18_20_4/super-vs-this.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
|name|ops/sec|samples|
44
|-|-|-|
5-
|Using super|14,236,132|7118067|
6-
|Using this|14,604,368|7302185|
5+
|Using super|14,497,172|7248587|
6+
|Using this|14,873,010|7436506|
77

88

99
<details>
1010
<summary>Environment</summary>
1111

1212
* __Machine:__ linux x64 | 4 vCPUs | 7.6GB Mem
13-
* __Run:__ Mon Sep 02 2024 19:34:37 GMT+0000 (Coordinated Universal Time)
13+
* __Run:__ Thu Sep 26 2024 00:21:30 GMT+0000 (Coordinated Universal Time)
1414
</details>
1515

1616
<!--
17-
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.588970184326172},"benchmarks":[{"name":"Using super","opsSec":14236132.42065564,"samples":7118067},{"name":"Using this","opsSec":14604368.697423207,"samples":7302185}]}-->
17+
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.597896575927734},"benchmarks":[{"name":"Using super","opsSec":14497172.757533893,"samples":7248587},{"name":"Using this","opsSec":14873010.470010938,"samples":7436506}]}-->

0 commit comments

Comments
 (0)