diff options
author | Jakob Unterwurzacher | 2015-11-15 16:06:19 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-11-15 16:06:19 +0100 |
commit | 2efd25eefe8d3a99e35ccca5a9a8feca759d0f83 (patch) | |
tree | 942947614cbb1793c92104a589d35eea73c889f8 /integration_tests/performance_test.go | |
parent | 40882c6e49186510a8adc6ae4b41a879c5d3278f (diff) |
Update README for v0.4
Also, add short comments to the top of main_test.go and
performance_test.go.
Diffstat (limited to 'integration_tests/performance_test.go')
-rw-r--r-- | integration_tests/performance_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/integration_tests/performance_test.go b/integration_tests/performance_test.go index c77c79d..1122858 100644 --- a/integration_tests/performance_test.go +++ b/integration_tests/performance_test.go @@ -1,5 +1,7 @@ package integration_tests +// Benchmarks + import ( "fmt" "io" |