From 1715896fc81fce0302e790186302d7460838a918 Mon Sep 17 00:00:00 2001
From: Zach Koopmans <zkoopmans@google.com>
Date: Wed, 29 Jul 2020 10:05:46 -0700
Subject: Port fio benchmark

PiperOrigin-RevId: 323810654
---
 images/benchmarks/fio/Dockerfile | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 images/benchmarks/fio/Dockerfile

(limited to 'images/benchmarks/fio')

diff --git a/images/benchmarks/fio/Dockerfile b/images/benchmarks/fio/Dockerfile
new file mode 100644
index 000000000..9531df7fa
--- /dev/null
+++ b/images/benchmarks/fio/Dockerfile
@@ -0,0 +1,7 @@
+FROM ubuntu:18.04
+
+RUN set -x \
+        && apt-get update \
+        && apt-get install -y \
+            fio \
+        && rm -rf /var/lib/apt/lists/*
-- 
cgit v1.2.3