diff options
author | 6543 | 2021-04-16 20:30:16 +0200 |
---|---|---|
committer | GitHub | 2021-04-16 20:30:16 +0200 |
commit | a67861b4dc7809e025240f18a5d60b10c6dcd6b5 (patch) | |
tree | 691dbe44218d10b930b978e40745b872d8fe59a6 /.gitignore | |
parent | c29e85228ff3b524cbe0cd4c8893109c4facc022 (diff) |
Fix Benchmark tests, remove a broken one & add two new (#15250)
* Benchmark Integration TESTS
* CI: add benching-arm64 pipeline
* BenchmarkRepo: name test case tests
* Fix BenchmarkRepoBranchCommit beside Create new Branch
* CI: benching use amd64
* rm total broken "BenchmarkRepo"
* dont run benchmark in CI
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 22f500572..38b107a65 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ _testmain.go *coverage.out coverage.all +cpu.out /modules/options/bindata.go /modules/options/bindata.go.hash |