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

Unified Diff: bench/bench.go

Issue 60070044: code review 60070044: bench: move benchmarks from other repo (Closed)
Patch Set: diff -r f1a14a701f91 https://code.google.com/p/go.benchmarks Created 11 years, 2 months 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 | « no previous file | build/build.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/bench.go
===================================================================
new file mode 100644
--- /dev/null
+++ b/bench/bench.go
@@ -0,0 +1,16 @@
+// Copyright 2013 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+package main
+
+import (
+ "code.google.com/p/go.benchmarks/driver"
+
+ _ "code.google.com/p/go.benchmarks/build"
+ _ "code.google.com/p/go.benchmarks/json"
+)
+
+func main() {
+ driver.Main()
+}
« no previous file with comments | « no previous file | build/build.go » ('j') | no next file with comments »

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