File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
test/Exploratory_Benchmarks/src/Table Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ import project.Table.Helpers
9
9
10
10
polyglot java import org.enso.exploratory_benchmark_helpers.MapHelpers
11
11
polyglot java import org.enso.table.data.column.builder.Builder
12
- polyglot java import org.enso.table.data.column.storage.type.IntegerType;
13
- polyglot java import org.enso.table.data.column.storage.type.TextType;
12
+ polyglot java import org.enso.table.data.column.storage.type.IntegerType
13
+ polyglot java import org.enso.table.data.column.storage.type.TextType
14
14
15
15
# Adding two String columns
16
16
type Boxed_Bi_Map_Test
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import project.Table.Helpers
9
9
10
10
polyglot java import org.enso.exploratory_benchmark_helpers.MapHelpers
11
11
polyglot java import org.enso.table.data.column.builder.Builder
12
- polyglot java import org.enso.table.data.column.storage.type.IntegerType;
12
+ polyglot java import org.enso.table.data.column.storage.type.IntegerType
13
13
14
14
## This tests an operation on a boxed value (e.g. ends_with on a String).
15
15
It is the basic benchmark for comparing the performance between the vectorized Java op and approaches relying on Enso.
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import project.Table.Helpers
11
11
12
12
polyglot java import org.enso.exploratory_benchmark_helpers.MapHelpers
13
13
polyglot java import org.enso.table.data.column.builder.Builder
14
- polyglot java import org.enso.table.data.column.storage.type.IntegerType;
15
- polyglot java import org.enso.table.data.column.storage.type.TextType;
14
+ polyglot java import org.enso.table.data.column.storage.type.IntegerType
15
+ polyglot java import org.enso.table.data.column.storage.type.TextType
16
16
polyglot java import org.enso.table.data.table.Column as Java_Column
17
17
18
18
## This tests an operation that executes an Enso function on each element of a column.
You can’t perform that action at this time.
0 commit comments