Patrick Devine
61349a8ec6
tests: move csv output to benstat format
2025-10-26 18:24:35 -07:00
Daniel Hiltgen
4e5d862ec4
Integration test tuning ( #12492 )
...
Remove some flaky scenarios, and switch to chat for better reliability
2025-10-08 09:51:25 -07:00
Daniel Hiltgen
c23e6f4cae
tests: add single threaded history test ( #12295 )
...
* tests: add single threaded history test
Also tidies up some existing tests to handle more model output variation
* test: add support for testing specific architectures
2025-09-22 11:23:14 -07:00
Daniel Hiltgen
4f473e224c
int: add performance integration tests ( #11173 )
...
usage example:
go test --tags=integration,perf -count 1 ./integration -v -timeout 1h -run TestModelsPerf 2>&1 | tee int.log
cat int.log | grep MODEL_PERF_HEADER | cut -f2- -d: > perf.csv
cat int.log | grep MODEL_PERF_DATA | cut -f2- -d: >> perf.csv
2025-07-05 16:07:09 -07:00