aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
Commit message (Collapse)AuthorAge
* Lower latency profilingGravatar Craig Tiller2015-11-03
| | | | | | | | Current latency profiles have their tails dominated by writing latency logs, which is hugely undesirable. Now when a thread log fills up, push it to a background thread to write to disk. At shutdown, wait for all latency traces to be flushed.
* Removed "core" from .gitignore.Gravatar David Garcia Quintas2015-10-23
| | | | It was causing git to ignore everything within src/core
* Merge branch 'master' into stress_tests_newGravatar Sree Kuchibhotla2015-10-22
|\
* | Interop stress testsGravatar Sree Kuchibhotla2015-10-19
| |
| * Ignore Objective-C generated filesGravatar Jorge Canizales2015-10-15
| |
| * Git ignore XCode derived files across the repoGravatar Jorge Canizales2015-10-15
|/
* Script to generate latency reportsGravatar Craig Tiller2015-10-08
|
* Adding crude html report support.Gravatar Nicolas "Pixel" Noble2015-10-03
|
* Fix (hackily) fling_stream_test under gypGravatar Craig Tiller2015-09-24
|
* Add portlog.txt to gitignoreGravatar Craig Tiller2015-08-07
|
* Use py.test from run_tests.pyGravatar Masood Malekghassemi2015-07-31
| | | | | | Also updates the version of grpcio_test. Now that grpcio and its tests are in different project packages, the version numbers should be kept in sync.
* Let's ignore our generated cache.mk from git.Gravatar Nicolas "Pixel" Noble2015-07-14
|
* Add Python3 testing supportGravatar Masood Malekghassemi2015-07-09
| | | | | Conditionally runs the tests depending on the availability of Python versions (because Travis is the worst).
* added grpc extension library for C#Gravatar Jan Tattermusch2015-02-03
|
* Ignore vim swap filesGravatar Craig Tiller2015-01-27
|
* Add Python to run-tests.Gravatar Nathaniel Manista2015-01-22
|
* Added emacs temp files to .gitignoreGravatar murgatroid992015-01-20
|
* Merge pull request #70 from ctiller/benchmarkGravatar vjpai2015-01-16
|\ | | | | Opportunistically use perftools if installed.
* | Use local .gitignoreGravatar Craig Tiller2015-01-16
| |
* | PHP build products ignoredGravatar Craig Tiller2015-01-16
| |
* | Cache for successful test runsGravatar Craig Tiller2015-01-15
| | | | | | | | | | | | By default don't re-run tests that have already run successfully, to reduce latency between making a change and seeing if it fixed the last thing that you were trying to fix.
| * Opportunistically use perftools if installed.Gravatar Craig Tiller2015-01-15
|/ | | | Allows us to collect profiles of the open source build using gprof.
* Sort gitignoreGravatar Craig Tiller2015-01-13
|
* Add some ignoresGravatar Craig Tiller2015-01-13
|
* Add tools/run_tests/run_lcov.shGravatar Craig Tiller2015-01-12
| | | | | This is a tool for collecting coverage reports from our tests and combining them with the open-source tool 'lcov'.
* Add build outputs to .gitignore.Gravatar Craig Tiller2015-01-12
|
* Empty repository.Gravatar Nicolas Noble2014-11-21