Skip to content

Commit

Permalink
chore(super-vs-this.mjs): update benchmark results
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and github-actions[bot] committed Sep 26, 2024
1 parent 8f9a83c commit 4e6f10c
Show file tree
Hide file tree
Showing 28 changed files with 180 additions and 92 deletions.
8 changes: 4 additions & 4 deletions RESULTS-v18.md
Original file line number Diff line number Diff line change
Expand Up @@ -741,19 +741,19 @@ new Array(length)|100,000,000|4,473.702ms

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


<details>
<summary>Environment</summary>

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

<!--
{"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}]}-->
{"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}]}-->

## Getting unix time

Expand Down
8 changes: 4 additions & 4 deletions RESULTS-v20.md
Original file line number Diff line number Diff line change
Expand Up @@ -741,19 +741,19 @@ new Array(length)|100,000,000|4,323.708ms

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


<details>
<summary>Environment</summary>

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

<!--
{"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}]}-->
{"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}]}-->

## Getting unix time

Expand Down
8 changes: 4 additions & 4 deletions RESULTS-v21.md
Original file line number Diff line number Diff line change
Expand Up @@ -741,19 +741,19 @@ new Array(length)|100,000,000|4,646.55ms

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


<details>
<summary>Environment</summary>

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

<!--
{"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}]}-->
{"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}]}-->

## Getting unix time

Expand Down
18 changes: 18 additions & 0 deletions RESULTS-v22.md
Original file line number Diff line number Diff line change
Expand Up @@ -697,3 +697,21 @@ new Array(length)|100,000,000|4,868.68ms

<!--
{"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}]}-->

## Super vs This

|name|ops/sec|samples|
|-|-|-|
|Using super|15,198,808|7599405|
|Using this|15,199,866|7599934|


<details>
<summary>Environment</summary>

* __Machine:__ linux x64 | 4 vCPUs | 7.6GB Mem
* __Run:__ Thu Sep 26 2024 00:26:38 GMT+0000 (Coordinated Universal Time)
</details>

<!--
{"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}]}-->
8 changes: 4 additions & 4 deletions v18/RESULTS-v18_0_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -741,19 +741,19 @@ new Array(length)|100,000,000|4,535.07ms

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


<details>
<summary>Environment</summary>

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

<!--
{"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}]}-->
{"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}]}-->

## Getting unix time

Expand Down
8 changes: 4 additions & 4 deletions v18/RESULTS-v18_20_3.md
Original file line number Diff line number Diff line change
Expand Up @@ -741,19 +741,19 @@ new Array(length)|100,000,000|4,491.991ms

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


<details>
<summary>Environment</summary>

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

<!--
{"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}]}-->
{"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}]}-->

## Getting unix time

Expand Down
8 changes: 4 additions & 4 deletions v18/RESULTS-v18_20_4.md
Original file line number Diff line number Diff line change
Expand Up @@ -741,19 +741,19 @@ new Array(length)|100,000,000|4,473.702ms

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


<details>
<summary>Environment</summary>

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

<!--
{"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}]}-->
{"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}]}-->

## Getting unix time

Expand Down
8 changes: 4 additions & 4 deletions v18/v18_0_0/super-vs-this.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

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


<details>
<summary>Environment</summary>

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

<!--
{"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}]}-->
{"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}]}-->
8 changes: 4 additions & 4 deletions v18/v18_20_3/super-vs-this.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

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


<details>
<summary>Environment</summary>

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

<!--
{"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}]}-->
{"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}]}-->
8 changes: 4 additions & 4 deletions v18/v18_20_4/super-vs-this.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

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


<details>
<summary>Environment</summary>

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

<!--
{"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}]}-->
{"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}]}-->
8 changes: 4 additions & 4 deletions v20/RESULTS-v20_0_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -741,19 +741,19 @@ new Array(length)|100,000,000|4,156.825ms

|name|ops/sec|samples|
|-|-|-|
|Using super|14,600,658|7300330|
|Using this|14,606,345|7303173|
|Using super|14,132,706|7066354|
|Using this|14,031,318|7015660|


<details>
<summary>Environment</summary>

* __Machine:__ linux x64 | 4 vCPUs | 7.6GB Mem
* __Run:__ Mon Sep 02 2024 19:35:45 GMT+0000 (Coordinated Universal Time)
* __Run:__ Thu Sep 26 2024 00:22:38 GMT+0000 (Coordinated Universal Time)
</details>

<!--
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.588970184326172},"benchmarks":[{"name":"Using super","opsSec":14600658.421335556,"samples":7300330},{"name":"Using this","opsSec":14606345.173686065,"samples":7303173}]}-->
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.597896575927734},"benchmarks":[{"name":"Using super","opsSec":14132706.447608268,"samples":7066354},{"name":"Using this","opsSec":14031318.650892325,"samples":7015660}]}-->

## Getting unix time

Expand Down
8 changes: 4 additions & 4 deletions v20/RESULTS-v20_16_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -741,19 +741,19 @@ new Array(length)|100,000,000|4,250.42ms

|name|ops/sec|samples|
|-|-|-|
|Using super|19,336,407|9668204|
|Using this|17,401,779|8700890|
|Using super|17,465,738|8732870|
|Using this|18,093,353|9046677|


<details>
<summary>Environment</summary>

* __Machine:__ linux x64 | 4 vCPUs | 7.6GB Mem
* __Run:__ Mon Sep 02 2024 19:35:12 GMT+0000 (Coordinated Universal Time)
* __Run:__ Thu Sep 26 2024 00:22:05 GMT+0000 (Coordinated Universal Time)
</details>

<!--
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.588970184326172},"benchmarks":[{"name":"Using super","opsSec":19336407.497341976,"samples":9668204},{"name":"Using this","opsSec":17401779.199550554,"samples":8700890}]}-->
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.597896575927734},"benchmarks":[{"name":"Using super","opsSec":17465738.56785216,"samples":8732870},{"name":"Using this","opsSec":18093353.203758966,"samples":9046677}]}-->

## Getting unix time

Expand Down
8 changes: 4 additions & 4 deletions v20/RESULTS-v20_17_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -741,19 +741,19 @@ new Array(length)|100,000,000|4,323.708ms

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


<details>
<summary>Environment</summary>

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

<!--
{"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}]}-->
{"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}]}-->

## Getting unix time

Expand Down
8 changes: 4 additions & 4 deletions v20/v20_0_0/super-vs-this.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

|name|ops/sec|samples|
|-|-|-|
|Using super|14,600,658|7300330|
|Using this|14,606,345|7303173|
|Using super|14,132,706|7066354|
|Using this|14,031,318|7015660|


<details>
<summary>Environment</summary>

* __Machine:__ linux x64 | 4 vCPUs | 7.6GB Mem
* __Run:__ Mon Sep 02 2024 19:35:45 GMT+0000 (Coordinated Universal Time)
* __Run:__ Thu Sep 26 2024 00:22:38 GMT+0000 (Coordinated Universal Time)
</details>

<!--
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.588970184326172},"benchmarks":[{"name":"Using super","opsSec":14600658.421335556,"samples":7300330},{"name":"Using this","opsSec":14606345.173686065,"samples":7303173}]}-->
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.597896575927734},"benchmarks":[{"name":"Using super","opsSec":14132706.447608268,"samples":7066354},{"name":"Using this","opsSec":14031318.650892325,"samples":7015660}]}-->
8 changes: 4 additions & 4 deletions v20/v20_16_0/super-vs-this.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

|name|ops/sec|samples|
|-|-|-|
|Using super|19,336,407|9668204|
|Using this|17,401,779|8700890|
|Using super|17,465,738|8732870|
|Using this|18,093,353|9046677|


<details>
<summary>Environment</summary>

* __Machine:__ linux x64 | 4 vCPUs | 7.6GB Mem
* __Run:__ Mon Sep 02 2024 19:35:12 GMT+0000 (Coordinated Universal Time)
* __Run:__ Thu Sep 26 2024 00:22:05 GMT+0000 (Coordinated Universal Time)
</details>

<!--
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.588970184326172},"benchmarks":[{"name":"Using super","opsSec":19336407.497341976,"samples":9668204},{"name":"Using this","opsSec":17401779.199550554,"samples":8700890}]}-->
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.597896575927734},"benchmarks":[{"name":"Using super","opsSec":17465738.56785216,"samples":8732870},{"name":"Using this","opsSec":18093353.203758966,"samples":9046677}]}-->
8 changes: 4 additions & 4 deletions v20/v20_17_0/super-vs-this.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

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


<details>
<summary>Environment</summary>

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

<!--
{"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}]}-->
{"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}]}-->
8 changes: 4 additions & 4 deletions v21/RESULTS-v21_0_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -741,19 +741,19 @@ new Array(length)|100,000,000|4,714.528ms

|name|ops/sec|samples|
|-|-|-|
|Using super|14,738,865|7369433|
|Using this|14,526,884|7263443|
|Using super|15,030,136|7515069|
|Using this|14,988,949|7494475|


<details>
<summary>Environment</summary>

* __Machine:__ linux x64 | 4 vCPUs | 7.6GB Mem
* __Run:__ Mon Sep 02 2024 19:36:53 GMT+0000 (Coordinated Universal Time)
* __Run:__ Thu Sep 26 2024 00:23:47 GMT+0000 (Coordinated Universal Time)
</details>

<!--
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.588970184326172},"benchmarks":[{"name":"Using super","opsSec":14738865.341890065,"samples":7369433},{"name":"Using this","opsSec":14526884.325949015,"samples":7263443}]}-->
{"environment":{"platform":"linux","arch":"x64","cpus":4,"totalMemory":7.597896575927734},"benchmarks":[{"name":"Using super","opsSec":15030136.377026869,"samples":7515069},{"name":"Using this","opsSec":14988949.554187903,"samples":7494475}]}-->

## Getting unix time

Expand Down
Loading

0 comments on commit 4e6f10c

Please sign in to comment.