added tests for model_learning_costs
lets see how goo they are
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Run go Tests
|
||||
|
||||
## Benchmarks
|
||||
|
||||
### Run all benchmarks
|
||||
go test -bench=. -benchmem ./models
|
||||
|
||||
### Run specific category
|
||||
go test -bench=BenchmarkSource -benchmem ./models
|
||||
|
||||
### Run lightweight benchmarks only
|
||||
go test -bench=BenchmarkSimple -benchmem ./models
|
||||
|
||||
### Run parallel benchmarks
|
||||
go test -bench=Parallel -benchmem ./models
|
||||
Reference in New Issue
Block a user