Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-15 | tests: add example_filesystems, test password and -masterkey mount | Jakob Unterwurzacher | |
2015-11-15 | tests: add tests for "-config" option | Jakob Unterwurzacher | |
2015-11-15 | Add "-extpass" cli option and associated tests | Jakob Unterwurzacher | |
2015-11-14 | Run go fmt and go vet | Jakob Unterwurzacher | |
2015-11-14 | tests: Add file create benchmarks for different sizes | Jakob Unterwurzacher | |
Example output on my machine: ~/src/github.com/rfjakob/gocryptfs$ ./benchmark.bash gocryptfs v0.3.1-25-g2e33888-dirty; on-disk format 2 PASS BenchmarkStreamWrite-2 100 12189867 ns/op 86.02 MB/s BenchmarkStreamRead-2 200 9113262 ns/op 115.06 MB/s BenchmarkCreate0B-2 10000 100249 ns/op BenchmarkCreate1B-2 10000 177680 ns/op 0.01 MB/s BenchmarkCreate100B-2 3000 431586 ns/op 0.23 MB/s BenchmarkCreate4kB-2 3000 455204 ns/op 9.00 MB/s BenchmarkCreate10kB-2 3000 594044 ns/op 17.24 MB/s ok github.com/rfjakob/gocryptfs/integration_tests 15.176s | |||
2015-11-12 | tests: replace linux kernel untar test with synthetic small file creation | Jakob Unterwurzacher | |
2015-11-12 | tests: move integration tests to separate directory | Jakob Unterwurzacher | |
Also, use new "-defaultonly" flag for benchmarks (only tests with openssl=true plaintextnames=false) |