fastify/benchmarks

feat: add benchmark for istanbuljs

9ssi7 opened this issue ยท 7 comments

9ssi7 commented

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure the feature has not already been requested

๐Ÿš€ Feature Proposal

I developed a NodeJS framework called IstanbulJS and tested it locally in the benchmark here. I would be glad if you list it here. Related Stamp

Motivation

No response

Example

No response

That's very confusing given https://istanbul.js.org

9ssi7 commented

It's not istanbul.js.org, it's istanbuljs.org

That is my point. A well known project already exists with that name.

9ssi7 commented

The library you mentioned is a test library and now uses the nyc name, not the istanbuljs name. What I have developed is a nodejs framework, not a test library. Totally different from each other. So I don't think it will be a problem.

The library you mentioned is a test library and now uses the nyc name, not the istanbuljs name.

nyc is part of the istanbul project; it is the CLI interface that runs istanbul.

What I have developed is a nodejs framework, not a test library. Totally different from each other.

That does not matter, and actually contributes to the confusion. When someone says "have you tried out Istanbul?" it will be completely unclear if they are referring to the project that has been around for almost a decade, or your new project.

So I don't think it will be a problem.

My recognition that a project already exists with that name should show that it is a problem. But, ๐Ÿคทโ€โ™‚๏ธ you're the one who will have to field disambiguation questions. Enjoy the ride.

9ssi7 commented

You're right. I'll think about it and probably go for a name change.

Thank you for sharing your opinion.

Open a new PR when renaming the package. Thanks!