Code Monkey home page Code Monkey logo

Comments (4)

jsoldi avatar jsoldi commented on May 23, 2024 1

So it seems that the problem was that I'm on Windows, which doesn't support the shebang code on top of ts-node's bin.js file. I guess this also explains why this file was randomly opening up on my text editor. The way I solved it was by changing this line to this:

const cmd = ['node', ...process.argv.slice(0, 2), 'run-internal', c];

But I'm not sure if that'll work the same on Linux although I think it should.

Anyway, I just sent pull request #902 with the new to-typed case. I didn't include the change above since that's a separate issue, but feel free to use that code if it work's on Linux too.

from typescript-runtime-type-benchmarks.

jsoldi avatar jsoldi commented on May 23, 2024

Happy to help with this but I haven't figured out how to work with this library. I downloaded the package and tried to add a dummy case in the cases folder by cloning one of the existing ones. I also added it to cases/index.ts and did npm run test, npm run docs:build and npm run docs:start but keep seeing the old cases only. Did I miss any step?

from typescript-runtime-type-benchmarks.

hoeck avatar hoeck commented on May 23, 2024

@jsoldi looks like you forgot to run the actual benchmarks with npm run start? That will run all cases, write the results to docs/results, which is then shown in the docs ui.

For development, you can also choose which cases are benchmarked by using npm run start run <your-package-name> <another-package-name>.

Also, for your cases to be picked up by the tests you'll need to manually import it here: https://github.com/moltar/typescript-runtime-type-benchmarks/blob/master/test/benchmarks.test.ts

from typescript-runtime-type-benchmarks.

moltar avatar moltar commented on May 23, 2024

@jsoldi ah, thanks for that. Good to know! Will move that into an issue.

from typescript-runtime-type-benchmarks.

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.