tangled
alpha
login
or
join now
mackuba.eu
/
ruby4.0-regexp-test
Test for Ruby 4.0 performance regression
0
fork
atom
overview
issues
pulls
pipelines
fixed loading of json when in another directory
mackuba.eu
3 days ago
63e208de
20923f00
options
unified
split
Changed files
+1
-1
test.rb
+1
-1
test.rb
···
6
6
/apt\-get/, /\bflatpak\b/i, /\b[Xx]org\b/
7
7
]
8
8
9
9
-
posts = JSON.load(File.read('atprotocoldev.json'))
9
9
+
posts = JSON.load(File.read(File.join(__dir__, 'atprotocoldev.json')))
10
10
loops = ARGV[0].to_i
11
11
12
12
if loops <= 0