aboutsummaryrefslogtreecommitdiff
path: root/contrib/benchmark
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/benchmark')
-rw-r--r--contrib/benchmark/collect.awk3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/benchmark/collect.awk b/contrib/benchmark/collect.awk
index 16f2e700c..264f2113e 100644
--- a/contrib/benchmark/collect.awk
+++ b/contrib/benchmark/collect.awk
@@ -13,7 +13,8 @@
13# 13#
14# You should have received a copy of the GNU Affero General Public License 14# You should have received a copy of the GNU Affero General Public License
15# along with this program. If not, see <http://www.gnu.org/licenses/>. 15# along with this program. If not, see <http://www.gnu.org/licenses/>.
16 16#
17# SPDX-License-Identfier: AGPL3.0-or-later
17 18
18# Aggregate benchmarking data from multiple threads/processes 19# Aggregate benchmarking data from multiple threads/processes
19# generated by util/benchmark.c. 20# generated by util/benchmark.c.