diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 0dae4fe..3bc3576 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -29,6 +29,7 @@ Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
 Philipp Burckhardt <pburckhardt@outlook.com>
 Pranav Goswami <goswami.4@iitj.ac.in>
 Ricky Reusser <rsreusser@gmail.com>
+Robert Gislason <gztown2216@yahoo.com>
 Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
 Ryan Seal <splrk@users.noreply.github.com>
 Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
@@ -37,4 +38,3 @@ Stephannie Jiménez Gacha <steff456@hotmail.com>
 Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
 orimiles5 <97595296+orimiles5@users.noreply.github.com>
 rei2hu <reimu@reimu.ws>
-Robert Gislason <gztown2216@yahoo.com>
diff --git a/docs/types/test.ts b/docs/types/test.ts
index 1cdbcd0..c2dd14e 100644
--- a/docs/types/test.ts
+++ b/docs/types/test.ts
@@ -16,7 +16,7 @@
 * limitations under the License.
 */
 
-/* tslint:disable:no-unused-expression */
+/* eslint-disable @typescript-eslint/no-unused-expressions */
 
 import ns = require( './index' );
 
diff --git a/package.json b/package.json
index 00db87e..a1eaeb9 100644
--- a/package.json
+++ b/package.json
@@ -54,7 +54,7 @@
     "@stdlib/assert-has-own-property": "^0.1.1",
     "@stdlib/assert-is-function": "^0.1.1",
     "@stdlib/assert-is-positive-number": "^0.1.1",
-    "@stdlib/bench": "^0.1.0",
+    "@stdlib/bench": "^0.2.0",
     "@stdlib/constants-float64-eps": "^0.1.1",
     "@stdlib/constants-float64-ninf": "^0.1.1",
     "@stdlib/constants-float64-pinf": "^0.1.1",