Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
let vs const v3
(version: 0)
Comparing performance of:
let vs const vs func
Created:
2 years ago
by:
Guest
Jump to the latest result
Script Preparation code:
const m = new Map([['key', 'value']]);
Tests:
let
let send(agg) => {agg.get('key')}; send(m);
const
const send(agg) => {agg.get('key')}; send(m);
func
function send(agg) {agg.get('key')} send(m);
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (3)
Previous results
Fork
Test case name
Result
let
const
func
Fastest:
N/A
Slowest:
N/A
Latest run results:
No previous run results
This benchmark does not have any results yet. Be the first one
to run it!
Comments
Confirm delete:
Do you really want to delete benchmark?