From 0bb639cca7d5a2f6076959fa38c63775e36a12f6 Mon Sep 17 00:00:00 2001 From: Godmar Back Date: Wed, 5 Aug 2020 16:59:07 -0400 Subject: [PATCH] 2002 -> 2020 typo fix --- tests/server_bench.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/server_bench.py b/tests/server_bench.py index e792f2c..d6de0ad 100755 --- a/tests/server_bench.py +++ b/tests/server_bench.py @@ -3,7 +3,7 @@ # # Benchmark an HTTP server with wrk # -# @author gback; Spring 2016, Spring 2018, Summer 2002 +# @author gback; Spring 2016, Spring 2018, Summer 2020 # import getopt, sys, os, subprocess, signal, re, json, resource, time, socket, atexit