Giter VIP home page Giter VIP logo

Comments (8)

alexander-akait avatar alexander-akait commented on May 14, 2024 1

@tomdavidson thanks, i known about this feature, but it is not cross platform

from npm-run-all.

mysticatea avatar mysticatea commented on May 14, 2024

Thank you for this issue.

Could you tell me your environment? (OS, kind of shell, versions of node, npm, ...)

from npm-run-all.

alexander-akait avatar alexander-akait commented on May 14, 2024

@mysticatea Linux/Ubuntu, bash, 6.2.1, 3.9.3

from npm-run-all.

mysticatea avatar mysticatea commented on May 14, 2024

Thanks.

I tried to measure time and compare in Ubuntu/bash.
Target is this 'build:babel'

$ time npm run build:babel
...
...

real  0m5.338s
user  0m1.755s
sys   0m1.032s

$ time npm-run-all build:babel
...
...

real  0m5.430s
user  0m1.859s
sys   0m1.074s

I did not confirm that npm-run-all is slow especially.
npm-run-all is using npm run. So the overhead of npm-run-all is about 0.1s

from npm-run-all.

mysticatea avatar mysticatea commented on May 14, 2024

Ah, sorry, I misunderstood this issue.

from npm-run-all.

mysticatea avatar mysticatea commented on May 14, 2024

I'm sorry.

Is this the request to add the feature to measure time of tasks?
Indeed, it's interesting.

from npm-run-all.

alexander-akait avatar alexander-akait commented on May 14, 2024

@mysticatea yep, for cross platform

from npm-run-all.

tomdavidson avatar tomdavidson commented on May 14, 2024

@evilebottnawi in the mean time you can do something such as:

    "compile": "npm-run-all -p compile:ts:*",
    "compile:ts:cjs": "time tsc --p tsconfig.commonjs.json $*",

Would work for most bash users, even git bash ?

from npm-run-all.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.