Coder Social home page Coder Social logo

b's People

Contributors

davedoesdev avatar jkroso avatar vesln avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

b's Issues

Version on npmjs

npm install b brings in 2.0.1 but package.json says 3.0.0 on github.
Is 3.0.0 ready to try out in anger?

Error in dependencies

Getting this error:

Error: Cannot find module 'when/decorate'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/home/david/Private/hub/common/qlobber/node_modules/b/node_modules/foreach/series.js:2:16)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
Exited with code: 8.

I think the npm dedupe is removing the wrong one.

node_modules/b/node_modules/when/package.json says it's version 2.2.1

But

node_modules/b/node_modules/foreach/pakage.json says it needs 3.2.4 tarball

mocha style test trees within a single file

being able to write several benchmarks in a single file would make it a lot cleaner to generate a series of benchmarks with only slight differences. e.g. by using higher order functions and that sort of thing. Initially I though this would make running benchmarks in separate processes hacky and leaky but on second thought I can't see why that needs be the case. So long as there aren't any major side effects while loading a suite.

run to fixed certainty

I think fixed iteration and fixed time benchmarks will both be affected by hard to predict platform level performance fluctuations. e.g. if you run the same file in a comparison against itself the second instance will be faster 9 times in 10. I guess the hardware warms up or something. A way around this would be to take multiple samples until the sample error falls below a certain level. statistics theory required though!

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.