Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
requests
(version: 0)
Comparing performance of:
1 vs 2 vs 3
Created:
3 years ago
by:
Guest
Jump to the latest result
Script Preparation code:
function getUser(userId) { return fetch(`https://api.tvmaze.com/people/${userId}`) .then((res) => res.json()) }
Tests:
1
getUser(1) getUser(2)
2
Promise.all([getUser(10), getUser(11)])
3
const arr = [getUser(10), getUser(11)] Promise.all(arr)
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (3)
Previous results
Fork
Test case name
Result
1
2
3
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!
Related benchmarks:
Fetch cache (default) vs no cache (no-store)
Fetch cache (default) vs no cache (no-store) GET method
Fetch cache (default) vs no cache (no-store) GET method/text
requests2
Comments
Confirm delete:
Do you really want to delete benchmark?