Are the benchmarks up to date? #2176
Unanswered
rafaell-lycan
asked this question in
Q&A
Replies: 1 comment
-
You have to run the server first and change the port to
They haven't been updated in 15 months, but I don't think much changed. What's the reason for the change? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What would you like to discuss?
Hello 👋
I'd like to ask if the Benchmarks are up to date mainly because we are considering changing
node-fetch
in favor ofgot
at my company, but we gotta know if the benchmarks for promises are actually faster or at least the same asnode-fetch
.I was trying to run the project locally
npm install & npm run build && node ./dist/benchmark/index.js
but it didn't work.Is there any place were we can check
got
compared with the latest version ofnode-fetch
,axios
, etc?Thanks.
Checklist
Beta Was this translation helpful? Give feedback.
All reactions