Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1389)

Unified Diff: benchmark_test.go

Issue 5874049: use readable time stamps on log messages.
Patch Set: use readable time stamps on log messages. Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « [revision details] ('k') | bootstrap_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « [revision details] ('k') | bootstrap_test.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b