pgvecto.rs icon indicating copy to clipboard operation
pgvecto.rs copied to clipboard

feat(CI): performance integration by codespeed

Open cutecutecat opened this issue 9 months ago • 0 comments

https://codspeed.io/

There are many times when we implement an optimization. And then we need to test manually whether it is valid.

This might be helphul to check performance continuously. It's free for open source projects.

codespeed provides two types of performance check:

  • unit test -> https://docs.codspeed.io/benchmarks/rust
  • database, by not yet supports postgres ->https://docs.codspeed.io/features/databases/

This is the example for codespeed PR report: https://github.com/prisma/prisma-engines/pull/4208#issuecomment-1710653307

cutecutecat avatar May 21 '24 02:05 cutecutecat