We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b6a75 commit 3a29e83Copy full SHA for 3a29e83
benchmark/ractor_string_fstring.yml
@@ -0,0 +1,18 @@
1
+type: lib/benchmark_driver/runner/ractor
2
+benchmark:
3
+ ractor_fstring_random: |
4
+ i = 0
5
+ str = "same".dup
6
+ while i < 2000000
7
+ -(i.to_s.freeze)
8
+ i += 1
9
+ end
10
+ ractor_fstring_same: |
11
12
13
14
+ -str
15
16
17
+loop_count: 1
18
+ractor: 4
benchmark/string_fstring.yml
@@ -0,0 +1,16 @@
+ fstring_random: |
+ while i < 5_000_000
+ fstring_same: |
+ while i < 10_000_000
0 commit comments