Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: test/perf-tests/infra-test.cc

Issue 503643002: Add performance test skeleton. Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Review. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/perf-tests/DEPS ('k') | test/perf-tests/perf-tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/perf-tests/infra-test.cc
diff --git a/test/perf-tests/infra-test.cc b/test/perf-tests/infra-test.cc
new file mode 100644
index 0000000000000000000000000000000000000000..807f9872871d44cc6731a2fea55be338282d9c23
--- /dev/null
+++ b/test/perf-tests/infra-test.cc
@@ -0,0 +1,18 @@
+// Copyright 2014 the V8 project authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "testing/gtest-support.h"
+
+namespace v8 {
+namespace infra {
+
+TEST(InfraTest, Constant) {
+ // Prints constant results to verify the infrastructure.
+ printf("RESULT Infra: Constant1= 11 count\n");
+ printf("RESULT Infra: Constant2= [10,5,10,15] count\n");
+ printf("RESULT Infra: Constant3= {12,1.2} count\n");
+}
+
+} // namespace infra
+} // namespace v8
« no previous file with comments | « test/perf-tests/DEPS ('k') | test/perf-tests/perf-tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698