aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/io_file_create.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/io_file_create.yml')
-rw-r--r--benchmark/io_file_create.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/benchmark/io_file_create.yml b/benchmark/io_file_create.yml
deleted file mode 100644
index ece11cc332..0000000000
--- a/benchmark/io_file_create.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-benchmark:
- io_file_create: |
- #
- # Create files
- #
-
- max = 200_000
- file = './tmpfile_of_bm_io_file_create'
-
- max.times{
- f = open(file, 'w')
- f.close#(true)
- }
- File.unlink(file)
-loop_count: 1