diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-11-11 12:34:03 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-11-11 12:35:08 -0500 |
commit | ff93535c71a52b327047819a2aeb5372384f859c (patch) | |
tree | 6db870ccc38ff8fcf64b5edfc9467a4588095e69 /.gitignore | |
parent | a2ecf131f335132518a94a9a2cd831f8bd66bf56 (diff) | |
download | tor-ff93535c71a52b327047819a2aeb5372384f859c.tar.gz tor-ff93535c71a52b327047819a2aeb5372384f859c.zip |
New src/test/bench.c to allow us to actually _run_ benchmark code
Yes, the timing functions are suboptimal. Please improve!
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 610965b858..26e9e3808a 100644 --- a/.gitignore +++ b/.gitignore @@ -144,6 +144,8 @@ # /src/test /src/test/Makefile /src/test/Makefile.in +/src/test/bench +/src/test/bench.exe /src/test/test /src/test/test-child /src/test/test.exe |