Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-27 | canonical-benchmarks.bash: handle relative paths | Jakob Unterwurzacher | |
Passing a relative path was broken because we cd'ed away first. | |||
2017-06-27 | benchmarks: add streaming read benchmark | Jakob Unterwurzacher | |
2017-06-01 | Fix two comments | Jakob Unterwurzacher | |
One out-of-date and the other with a typo. | |||
2017-03-18 | benchmark: add md5sum read performance benchmark | Jakob Unterwurzacher | |
2017-02-16 | benchmarks: OSX compat: replace /usr/bin/time with bash builtin | Jakob Unterwurzacher | |
On OSX, /usr/bin/time does not support "-f". Reported in https://github.com/rfjakob/gocryptfs/issues/15#issuecomment-279130217 . | |||
2017-01-03 | tests: factor out dl-linux-tarball.bash | Jakob Unterwurzacher | |
This will be also used by the reverse benchmarks. | |||
2016-12-13 | benchmark.bash: OSX dd does not support "K" postfix | Jakob Unterwurzacher | |
2016-11-26 | benchmark.bash: double write length | Jakob Unterwurzacher | |
Writing 1000 128KB blocks takes only 1 second and yielded inconsistent results. With 2000, things look saner. | |||
2016-10-25 | tests: fetch the example tarball from cdn.kernel.org | Jakob Unterwurzacher | |
www.kernel.org is painfully slow at times. | |||
2016-07-16 | tests: factor out fs-agnostic benchmark script | Jakob Unterwurzacher | |
"canonical-benchmarks.bash TESTDIR" can now be used on any filesystem. |