We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db38195 commit 60bf3c1Copy full SHA for 60bf3c1
utils/swift-bench.py
@@ -1,3 +1,15 @@
1
+##===--- swift-bench.py -------------------------------*- coding: utf-8 -*-===##
2
+##
3
+## This source file is part of the Swift.org open source project
4
5
+## Copyright (c) 2014 - 2015 Apple Inc. and the Swift project authors
6
+## Licensed under Apache License v2.0 with Runtime Library Exception
7
8
+## See http://swift.org/LICENSE.txt for license information
9
+## See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
11
+##===----------------------------------------------------------------------===##
12
+
13
# This file implements a test harness for running Swift performance benchmarks.
14
#
15
# Its input is a set of swift files, containing functions named 'bench_*' that
0 commit comments