You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fsi-benchmark-core/src/main/scala/com/github/plokhotnyuk/fsi/benchmark_core/NestedConcatenationBenchmarkCore.scala
Copy file name to clipboardExpand all lines: fsi-benchmark-core/src/main/scala/com/github/plokhotnyuk/fsi/benchmark_core/SimpleConcatenationBenchmarkCore.scala
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
packagecom.sizmek.fsi.benchmark_core
1
+
packagecom.github.plokhotnyuk.fsi.benchmark_core
2
2
3
3
importjava.util.concurrent.TimeUnit
4
4
5
-
importcom.sizmek.fsi._
5
+
importcom.github.plokhotnyuk.fsi._
6
6
importorg.openjdk.jmh.annotations.{Benchmark, _}
7
7
8
8
@State(Scope.Benchmark)
@@ -37,7 +37,7 @@ class SimpleConcatenationBenchmarkCore {
37
37
double =10000d
38
38
char ='x'
39
39
boolean =false
40
-
string ="Sizmek is the largest independent buy-side advertising platform"
40
+
string ="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
Copy file name to clipboardExpand all lines: fsi-benchmark-core/src/test/scala/com/github/plokhotnyuk/fsi/benchmark_core/NestedConcatenationBenchmarkCoreSpec.scala
Copy file name to clipboardExpand all lines: fsi-benchmark-core/src/test/scala/com/github/plokhotnyuk/fsi/benchmark_core/SimpleConcatenationBenchmarkCoreSpec.scala
"10000xxx10000xxx10000.0xxx10000.0xxxxxxxfalsexxxSizmek is the largest independent buy-side advertising platform"
8
+
"10000xxx10000xxx10000.0xxx10000.0xxxxxxxfalsexxxLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
0 commit comments