Comment on l: A new runtime for k and qparentComments−jloveless2moFor QC this is a pretty solid tester (run on L or other compatible runtime) - focused on performance as it pushes multiple edges.https://github.com/l-labs/master-benchmarkWhich can also be run with minimal modifications on ngn and others.For database the h2o.ai for duckDB really is a solid hard bench IMHO:https://github.com/l-labs/db-benchmark/tree/main/l−jloveless2moEven deeper is the full test suite alahttps://github.com/l-labs/rust_ipc/blob/master/tests/ipc_tes...Which is ~6k tests (Rust is actually what I use to drive release testing)
Comments
For QC this is a pretty solid tester (run on L or other compatible runtime) - focused on performance as it pushes multiple edges.
https://github.com/l-labs/master-benchmark
Which can also be run with minimal modifications on ngn and others.
For database the h2o.ai for duckDB really is a solid hard bench IMHO:
https://github.com/l-labs/db-benchmark/tree/main/l
Even deeper is the full test suite ala
https://github.com/l-labs/rust_ipc/blob/master/tests/ipc_tes...
Which is ~6k tests (Rust is actually what I use to drive release testing)