Git Product home page Git Product logo

Comments (2)

morganherlocker avatar morganherlocker commented on August 18, 2024

How can we test implementations against each other and find the bottlenecks in this implementation?

Perhaps we could write a perf runner around benchmark.js, that could compare git branches. I will flesh this idea out some more.

How should this interact with dynamodb so we can test real world numbers but also not spend a billion buckaroos?

This might be tricky, since dynamo is sort of a black box. DynamoDB charges based on reserved throughput. We might be able to raise this for just a couple minutes while perfs are being run, and only pay a few dollars.

Write Throughput: $0.0065 per hour for every 10 units of Write Capacity
(enough capacity to do up to 36,000 writes per hour)*
Read Throughput: $0.0065 per hour for every 50 units of Read Capacity
(enough capacity to do up to 180,000 strongly consistent reads, or 360,000 eventually consistent reads, per hour)*

from cardboard.

tmcw avatar tmcw commented on August 18, 2024

Hm, this issue should really be in api-data.

from cardboard.

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.