Index: benchmark_test.go |
=== modified file 'benchmark_test.go' |
--- benchmark_test.go 2013-03-02 02:47:45 +0000 |
+++ benchmark_test.go 2014-02-18 16:19:00 +0000 |
@@ -40,10 +40,10 @@ |
helper := FixtureHelper{sleep: 100000} |
output := String{} |
runConf := RunConf{ |
- Output: &output, |
- Benchmark: true, |
+ Output: &output, |
+ Benchmark: true, |
BenchmarkTime: 10000000, |
- Filter: "Benchmark1", |
+ Filter: "Benchmark1", |
} |
Run(&helper, &runConf) |
c.Check(helper.calls[0], Equals, "SetUpSuite") |
@@ -63,10 +63,10 @@ |
helper := FixtureHelper{sleep: 100000} |
output := String{} |
runConf := RunConf{ |
- Output: &output, |
- Benchmark: true, |
+ Output: &output, |
+ Benchmark: true, |
BenchmarkTime: 10000000, |
- Filter: "Benchmark2", |
+ Filter: "Benchmark2", |
} |
Run(&helper, &runConf) |