MCPcopy Create free account
hub / github.com/cactus-compute/cactus / test_streaming_stores_performance

Function test_streaming_stores_performance

tests/test_performance.cpp:976–980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

974}
975
976bool test_streaming_stores_performance(TestUtils::TestRunner& runner) {
977 BenchmarkConfig config;
978 benchmark_streaming_stores(runner, config);
979 return true;
980}
981
982bool test_conv1d_operations_performance(TestUtils::TestRunner& runner) {
983 BenchmarkConfig config;

Callers 1

mainFunction · 0.85

Calls 1

Tested by

no test coverage detected