Commit Graph

3 Commits

Author SHA1 Message Date
Daniel Hiltgen 55a4a37c3a
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-12-29 06:39:40 -06:00
Daniel Hiltgen 6185310f2f
tests: drop llama3.2-vision embedding tests (#10837) 2025-12-29 06:38:08 -06:00
Daniel Hiltgen 93656e562d
Integration test improvements (#9654)
Add some new test coverage for various model architectures,
and switch from orca-mini to the small llama model.
2025-12-29 06:37:38 -06:00