diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-11-18 18:42:49 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-11-18 18:42:49 -0500 |
commit | b88db7573cc342793b65e792649dca5c466bea9c (patch) | |
tree | e8526a60fe067f719c04a6428e34633e45afb5c8 /changes | |
parent | 6a6233b70b4b496834196960aef896da33d13331 (diff) | |
parent | ce51887291decd1654fed6e745fb8f625bf52292 (diff) | |
download | tor-b88db7573cc342793b65e792649dca5c466bea9c.tar.gz tor-b88db7573cc342793b65e792649dca5c466bea9c.zip |
Merge remote-tracking branch 'public/benchmark'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bench | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bench b/changes/bench new file mode 100644 index 0000000000..4479988e61 --- /dev/null +++ b/changes/bench @@ -0,0 +1,6 @@ + o Testing + - The long-disabled benchmark tests are now split into their own + ./src/test/bench binary. + - The benchmarks can now use more accurate timers than gettimeofday + when such are available. + |