From faeb1ae6ea45a64911243a419e58780496b5375d Mon Sep 17 00:00:00 2001 From: Tiziano Zito Date: Mon, 19 Aug 2024 10:51:13 +0200 Subject: [PATCH] add cautionary tale about benchmarks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b76d4c0..94982f9 100644 --- a/README.md +++ b/README.md @@ -80,3 +80,4 @@ Notes on the [Python benchmark](benchmark_python/): ## Concluding remarks - how is all of this relevant for the users of a computing cluster? + - Never trust benchmarks! See for example [Producing Wrong Data Without Doing Anything Obviously Wrong!](https://users.cs.northwestern.edu/~robby/courses/322-2013-spring/mytkowicz-wrong-data.pdf)