Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
axios vs node-fetch vs got
(version: 0)
Comparing performance of:
node-fetch vs axios
Created:
2 years ago
by:
Guest
Jump to the latest result
HTML Preparation code:
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/node-fetch@3.1.0/src/index.min.js"></script>
Tests:
node-fetch
fetch('https://imoti.info/api/obiavi?slug=prodazhbi/apartamenti/page-2&lang=bg') .then(response => response.json()) .then(console.log)
axios
axios.get('https://imoti.info/api/obiavi?slug=prodazhbi/apartamenti/page-2&lang=bg') .then((response) => response.json()) .then(console.log);
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
node-fetch
axios
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?