mirror of
https://github.com/gomods/athens
synced 2026-02-09 01:18:11 +00:00
* Adding benchmark for mongo and fs * Adding delete, exists, save with other storages * Fixing typos, adding nonexistent module exits benchmark * Fixing delete operation in delete benchmark * Separating non testing existing modules benchmark, shortening the benchmark name * running benchmark in ci * Revert "running benchmark in ci" - mongo index make duplicate records to fail idempotent, will fix in a separate PR. This reverts commitf7d78262d2. * Adding reset timer, fixing duplicate record issue * Revert "Revert "running benchmark in ci" - mongo index make duplicate records to" This reverts commit40a7b33199. * removing benchmark from ci * Adding operation for returning errors
4 lines
99 B
Bash
Executable File
4 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
|
|
go test -v -bench=. $(find . -iname '*storage*test.go' -not -path '/vendor/') -run=^$
|