Skip to content

Collect stdlib benchmarks results #13863

Collect stdlib benchmarks results

Collect stdlib benchmarks results #13863

GitHub Actions / Standard Library Tests (linux) succeeded Aug 17, 2023 in 0s

Standard Library Tests (linux) ✅

Tests passed successfully

Report Passed Failed Skipped Time
/runner/_work/enso/enso/target/test-results/Examples_Tests/JUnit.xml 33✅ 6s
/runner/_work/enso/enso/target/test-results/Geo_Tests/JUnit.xml 5✅ 538ms
/runner/_work/enso/enso/target/test-results/Image_Tests/JUnit.xml 174✅ 2s
/runner/_work/enso/enso/target/test-results/Table_Tests/JUnit.xml 3053✅ 194⚪ 101s
/runner/_work/enso/enso/target/test-results/Tests/JUnit.xml 2195✅ 26⚪ 34s
/runner/_work/enso/enso/target/test-results/Visualization_Tests/JUnit.xml 70✅ 1⚪ 3s

✅ /runner/_work/enso/enso/target/test-results/Examples_Tests/JUnit.xml

33 tests were completed in 6s with 33 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Examples 33✅ 6s

✅ /runner/_work/enso/enso/target/test-results/Geo_Tests/JUnit.xml

5 tests were completed in 538ms with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Geo Points 2✅ 25ms
GeoJSON to Table 3✅ 513ms

✅ /runner/_work/enso/enso/target/test-results/Image_Tests/JUnit.xml

174 tests were completed in 2s with 174 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Image File_Format 2✅ 166ms
Image with 1 channel 19✅ 163ms
Image with 2 channels 19✅ 148ms
Image with 3 channels 19✅ 135ms
Image with 4 channels 19✅ 138ms
Image Write 2✅ 14ms
Image.read 9✅ 506ms
Matrix with 1 channel 21✅ 267ms
Matrix with 2 channels 21✅ 193ms
Matrix with 3 channels 21✅ 151ms
Matrix with 4 channels 21✅ 183ms
Matrix_Error 1✅ 2ms

✅ /runner/_work/enso/enso/target/test-results/Table_Tests/JUnit.xml

3247 tests were completed in 101s with 3053 passed, 0 failed and 194 skipped.

Test suite Passed Failed Skipped Time
[Codegen] Aggregation 2✅ 44ms
[Codegen] Basic Select 3✅ 53ms
[Codegen] Handling Missing Values 2✅ 113ms
[Codegen] JSON serialization 1⚪ 0ms
[Codegen] Masking Tables and Columns 2✅ 132ms
[Codegen] Sorting 4✅ 35ms
[In-Memory-specific] Table.join 1✅ 458ms
[In-Memory-specific] Table.set 2✅ 56ms
[In-Memory] Interactions Between various operations 8✅ 1s
[In-Memory] Arithmetic Column Operations 12✅ 129ms
[In-Memory] Boolean Column Operations 4✅ 2⚪ 59ms
[In-Memory] Colum Operations - Names 10✅ 43ms
[In-Memory] Column Comparisons 5✅ 1⚪ 267ms
[In-Memory] Column Naming edge cases 7✅ 495ms
[In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 32ms
[In-Memory] Column Operations - Text Replace 0ms
[In-Memory] Column Operations - Text Replace (in-memory only) 7✅ 1⚪ 52ms
[In-Memory] Column Operations - Text Trim 3✅ 29ms
[In-Memory] Column.const 3✅ 8ms
[In-Memory] Column.fill_nothing/empty 4✅ 3ms
[In-Memory] Column.map 4✅ 40ms
[In-Memory] Column.rename 1✅ 3ms
[In-Memory] Column.take/drop 6✅ 85ms
[In-Memory] Column.zip 4✅ 8ms
[In-Memory] Date-Time operations 21✅ 1⚪ 704ms
[In-Memory] Date-Time support 3✅ 47ms
[In-Memory] Dropping Missing Values 8✅ 258ms
[In-Memory] Expression Arithmetic 3✅ 83ms
[In-Memory] Expression Boolean literals 1✅ 50ms
[In-Memory] Expression Boolean Operators 4✅ 70ms
[In-Memory] Expression Column Arithmetic 2✅ 79ms
[In-Memory] Expression Comparison Operators 6✅ 159ms
[In-Memory] Expression Date and Time literals 5✅ 43ms
[In-Memory] Expression Decimal literals 1✅ 18ms
[In-Memory] Expression Errors should be handled 4✅ 33ms
[In-Memory] Expression Integer literals 1✅ 15ms
[In-Memory] Expression Nothing literals 3✅ 38ms
[In-Memory] Expression Text literals 1✅ 33ms
[In-Memory] Expression Text literals 2✅ 8ms
[In-Memory] Expression Text Operators 2✅ 50ms
[In-Memory] Expression Warnings should be reported 4✅ 136ms
[In-Memory] Filling Missing Values 3✅ 2⚪ 19ms
[In-Memory] Function invocation 2✅ 22ms
[In-Memory] Loss_Of_Integer_Precision (large integers not being exactly representable in Float) 5✅ 92ms
[In-Memory] Min/Max Operations 2✅ 78ms
[In-Memory] Other Column Operations 1✅ 2ms
[In-Memory] replace: empty table and nothings 2✅ 3ms
[In-Memory] replace: literal regex pattern and replacement 5✅ 18ms
[In-Memory] replace: literal text pattern and replacement 4✅ 31ms
[In-Memory] replace: pattern and replacement columns 4✅ 11ms
[In-Memory] Rounding numeric tests 19✅ 873ms
[In-Memory] Rounding-like operations 15✅ 36ms
[In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 20ms
[In-Memory] Storage Builders 1✅ 26ms
[In-Memory] Table.add_row_number (common) 6✅ 183ms
[In-Memory] Table.add_row_number (in-memory specific) 6✅ 55ms
[In-Memory] Table.aggregate 3✅ 226ms
[In-Memory] Table.aggregate 3✅ 10ms
[In-Memory] Table.aggregate Concatenate 6✅ 21ms
[In-Memory] Table.aggregate Count_Distinct 2✅ 13ms
[In-Memory] Table.aggregate First and Last 1✅ 1ms
[In-Memory] Table.aggregate Mode 1✅ 1ms
[In-Memory] Table.aggregate Shortest 1✅ 2ms
[In-Memory] Table.aggregate should be able to group on multiple fields not in left columns 13✅ 106ms
[In-Memory] Table.aggregate should be able to group on single field 13✅ 218ms
[In-Memory] Table.aggregate should correctly handle infinities 4✅ 13ms
[In-Memory] Table.aggregate should correctly handle NaN 5✅ 8ms
[In-Memory] Table.aggregate should correctly select result types 4✅ 8ms
[In-Memory] Table.aggregate should merge warnings when issues computing aggregation 2✅ 5ms
[In-Memory] Table.aggregate should not summarize empty table when grouped 11✅ 88ms
[In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 53ms
[In-Memory] Table.aggregate should raise warnings when there are issues computing aggregation 3✅ 18ms
[In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 23ms
[In-Memory] Table.aggregate should summarize empty table 11✅ 85ms
[In-Memory] Table.aggregate should summarize whole table 13✅ 220ms
[In-Memory] Table.aggregate Standard_Deviation 1✅ 3ms
[In-Memory] Table.aggregate+Expressions 2✅ 24ms
[In-Memory] Table.at 3✅ 25ms
[In-Memory] Table.column_count 1✅ 0ms
[In-Memory] Table.column_names 2✅ 22ms
[In-Memory] Table.cross_join 8✅ 51ms
[In-Memory] Table.cross_tab 23✅ 298ms
[In-Memory] Table.distinct 6✅ 236ms
[In-Memory] Table.distinct 7✅ 84ms
[In-Memory] Table.fill_nothing/empty 6✅ 20ms
[In-Memory] Table.filter 5✅ 1s
[In-Memory] Table.filter 20✅ 2⚪ 239ms
[In-Memory] Table.filter_by_expression 5✅ 58ms
[In-Memory] Table.get 3✅ 18ms
[In-Memory] Table.join 33✅ 579ms
[In-Memory] Table.join performance 3✅ 1⚪ 679ms
[In-Memory] Table.order_by 23✅ 163ms
[In-Memory] Table.remove_columns 12✅ 197ms
[In-Memory] Table.rename_columns 20✅ 566ms
[In-Memory] Table.reorder_columns 10✅ 161ms
[In-Memory] Table.replace 3✅ 70ms
[In-Memory] Table.rows 6✅ 62ms
[In-Memory] Table.select_columns 15✅ 420ms
[In-Memory] Table.set 7✅ 629ms
[In-Memory] Table.sort_columns 4✅ 104ms
[In-Memory] Table.take/drop 6✅ 263ms
[In-Memory] Table.transpose 8✅ 115ms
[In-Memory] Table.union 20✅ 1⚪ 295ms
[In-Memory] Table.zip 11✅ 149ms
[In-Memory] Table/Column.cast - checking invariants 10✅ 66ms
[In-Memory] Table/Column.cast - date/time 3✅ 27ms
[In-Memory] Table/Column.cast - numeric 4✅ 1⚪ 61ms
[In-Memory] Table/Column.cast - to text 3✅ 42ms
[In-Memory] Text Column Operations 5✅ 198ms
[PostgreSQL] Interactions Between various operations 10✅ 417ms
[PostgreSQL] .pgpass 3✅ 188ms
[PostgreSQL] Aggregation 2✅ 20ms
[PostgreSQL] Appending a Database table to a Database table 28✅ 2s
[PostgreSQL] Appending an in-memory table to a Database table 28✅ 1s
[PostgreSQL] Arithmetic Column Operations 10✅ 2⚪ 138ms
[PostgreSQL] Basic Table Access 4✅ 363ms
[PostgreSQL] Boolean Column Operations 5✅ 1⚪ 97ms
[PostgreSQL] Colum Operations - Names 8✅ 29ms
[PostgreSQL] Column Comparisons 4✅ 1⚪ 192ms
[PostgreSQL] Column Naming edge cases 7✅ 110ms
[PostgreSQL] Column Operations - Equality & Null Handling 4✅ 3⚪ 62ms
[PostgreSQL] Column Operations - Text Replace 2✅ 11ms
[PostgreSQL] Column Operations - Text Replace (in-memory only) 0ms
[PostgreSQL] Column Operations - Text Trim 3✅ 43ms
[PostgreSQL] Column.const 3✅ 52ms
[PostgreSQL] Column.fill_nothing/empty 4✅ 40ms
[PostgreSQL] Column.map 1✅ 11ms
[PostgreSQL] Column.rename 1✅ 11ms
[PostgreSQL] Column.take/drop 1⚪ 0ms
[PostgreSQL] Column.zip 1✅ 11ms
[PostgreSQL] Connection setup 3✅ 152ms
[PostgreSQL] Creating an empty table 17✅ 1s
[PostgreSQL] Database Encoding 1✅ 164ms
[PostgreSQL] Date-Time operations 19✅ 1⚪ 715ms
[PostgreSQL] Date-Time support 3✅ 62ms
[PostgreSQL] Dialect-specific codegen 1✅ 7ms
[PostgreSQL] Dropping Missing Values 8✅ 467ms
[PostgreSQL] Edge Cases 1✅ 64ms
[PostgreSQL] Expression Arithmetic 3✅ 155ms
[PostgreSQL] Expression Boolean literals 1✅ 21ms
[PostgreSQL] Expression Boolean Operators 4✅ 50ms
[PostgreSQL] Expression Column Arithmetic 2✅ 88ms
[PostgreSQL] Expression Comparison Operators 6✅ 159ms
[PostgreSQL] Expression Date and Time literals 4✅ 62ms
[PostgreSQL] Expression Decimal literals 1✅ 12ms
[PostgreSQL] Expression Errors should be handled 4✅ 13ms
[PostgreSQL] Expression Integer literals 1✅ 12ms
[PostgreSQL] Expression Nothing literals 3✅ 68ms
[PostgreSQL] Expression Text literals 1✅ 13ms
[PostgreSQL] Expression Text literals 2✅ 29ms
[PostgreSQL] Expression Text Operators 2✅ 24ms
[PostgreSQL] Expression Warnings should be reported 2✅ 2⚪ 97ms
[PostgreSQL] Filling Missing Values 4✅ 72ms
[PostgreSQL] Function invocation 2✅ 27ms
[PostgreSQL] Info 3✅ 14ms
[PostgreSQL] Masking Tables 1✅ 12ms
[PostgreSQL] math functions 6✅ 2s
[PostgreSQL] Min/Max Operations 2✅ 45ms
[PostgreSQL] Missing Values 2✅ 30ms
[PostgreSQL] Other Column Operations 1✅ 21ms
[PostgreSQL] Output Execution Context for Database operations 10✅ 1⚪ 517ms
[PostgreSQL] Persisting a Database Table (query) 8✅ 490ms
[PostgreSQL] replace: empty table and nothings 2✅ 24ms
[PostgreSQL] replace: literal regex pattern and replacement 5✅ 19ms
[PostgreSQL] replace: literal text pattern and replacement 4✅ 52ms
[PostgreSQL] replace: pattern and replacement columns 4✅ 8ms
[PostgreSQL] Rounding numeric tests 19✅ 12s
[PostgreSQL] Rounding-like operations 22✅ 538ms
[PostgreSQL] Schemas and Databases 4✅ 56ms
[PostgreSQL] Simple variant of Table/Column.parse in all backends 5✅ 58ms
[PostgreSQL] Sorting 5✅ 62ms
[PostgreSQL] SSL connectivity tests 1⚪ 0ms
[PostgreSQL] Support for Long Column/Table names 14✅ 1s
[PostgreSQL] Table.add_row_number (common) 6✅ 67ms
[PostgreSQL] Table.add_row_number (Database specific) 1✅ 27ms
[PostgreSQL] Table.aggregate 3✅ 96ms
[PostgreSQL] Table.aggregate Concatenate 6✅ 73ms
[PostgreSQL] Table.aggregate Count_Distinct 2✅ 69ms
[PostgreSQL] Table.aggregate First and Last 1✅ 16ms
[PostgreSQL] Table.aggregate Mode 1✅ 7ms
[PostgreSQL] Table.aggregate Shortest 1✅ 12ms
[PostgreSQL] Table.aggregate should be able to group on multiple fields not in left columns 12✅ 1⚪ 124ms
[PostgreSQL] Table.aggregate should be able to group on single field 12✅ 1⚪ 112ms
[PostgreSQL] Table.aggregate should correctly handle infinities 4✅ 106ms
[PostgreSQL] Table.aggregate should correctly handle NaN 5✅ 40ms
[PostgreSQL] Table.aggregate should correctly infer result types 4✅ 32ms
[PostgreSQL] Table.aggregate should correctly select result types 4✅ 38ms
[PostgreSQL] Table.aggregate should merge warnings when issues computing aggregation 1⚪ 0ms
[PostgreSQL] Table.aggregate should not summarize empty table when grouped 10✅ 1⚪ 45ms
[PostgreSQL] Table.aggregate should raise warnings when there are issues 7✅ 400ms
[PostgreSQL] Table.aggregate should raise warnings when there are issues computing aggregation 1⚪ 0ms
[PostgreSQL] Table.aggregate should report unsupported operations but not block other aggregations in warning mode 1✅ 16ms
[PostgreSQL] Table.aggregate should report warnings and errors based on types 4✅ 69ms
[PostgreSQL] Table.aggregate should summarize empty table 10✅ 1⚪ 63ms
[PostgreSQL] Table.aggregate should summarize whole table 12✅ 1⚪ 151ms
[PostgreSQL] Table.aggregate Standard_Deviation 1✅ 13ms
[PostgreSQL] Table.aggregate+Expressions 2✅ 21ms
[PostgreSQL] Table.at 3✅ 16ms
[PostgreSQL] Table.column_count 1✅ 0ms
[PostgreSQL] Table.column_names 2✅ 44ms
[PostgreSQL] Table.cross_join 8✅ 342ms
[PostgreSQL] Table.cross_tab 1⚪ 0ms
[PostgreSQL] Table.default_ordering 4✅ 30ms
[PostgreSQL] Table.distinct 7✅ 120ms
[PostgreSQL] Table.fill_nothing/empty 6✅ 100ms
[PostgreSQL] Table.filter 1✅ 0ms
[PostgreSQL] Table.filter 19✅ 1⚪ 581ms
[PostgreSQL] Table.filter_by_expression 4✅ 1⚪ 132ms
[PostgreSQL] Table.get 3✅ 11ms
[PostgreSQL] Table.join 26✅ 3⚪ 912ms
[PostgreSQL] Table.order_by 19✅ 2⚪ 79ms
[PostgreSQL] Table.query 8✅ 68ms
[PostgreSQL] Table.remove_columns 12✅ 472ms
[PostgreSQL] Table.rename_columns 20✅ 529ms
[PostgreSQL] Table.reorder_columns 10✅ 349ms
[PostgreSQL] Table.replace 0ms
[PostgreSQL] Table.rows 6✅ 20ms
[PostgreSQL] Table.select_columns 15✅ 640ms
[PostgreSQL] Table.set 7✅ 117ms
[PostgreSQL] Table.sort_columns 4✅ 94ms
[PostgreSQL] Table.take/drop 1⚪ 0ms
[PostgreSQL] Table.transpose 1⚪ 0ms
[PostgreSQL] Table.union 19✅ 833ms
[PostgreSQL] Table.zip 1⚪ 0ms
[PostgreSQL] Table/Column.cast - checking invariants 7✅ 1⚪ 77ms
[PostgreSQL] Table/Column.cast - date/time 3✅ 24ms
[PostgreSQL] Table/Column.cast - numeric 3✅ 1⚪ 33ms
[PostgreSQL] Table/Column.cast - to text 4✅ 1⚪ 64ms
[PostgreSQL] Tables and Table Types 4✅ 100ms
[PostgreSQL] Text Column Operations 5✅ 143ms
[PostgreSQL] Transaction Support 4✅ 59ms
[PostgreSQL] Type Mapping 8✅ 250ms
[PostgreSQL] Uploading an in-memory Table 10✅ 551ms
[PostgreSQL] Warning/Error handling 2✅ 57ms
[Redshift] Database tests 1⚪ 0ms
[SQLite File] Interactions Between various operations 8✅ 860ms
[SQLite File] Aggregation 2✅ 25ms
[SQLite File] Appending a Database table to a Database table 28✅ 995ms
[SQLite File] Appending an in-memory table to a Database table 28✅ 687ms
[SQLite File] Arithmetic Column Operations 10✅ 2⚪ 141ms
[SQLite File] Basic Table Access 4✅ 365ms
[SQLite File] Boolean Column Operations 4✅ 2⚪ 127ms
[SQLite File] Colum Operations - Names 8✅ 28ms
[SQLite File] Column Comparisons 4✅ 1⚪ 279ms
[SQLite File] Column Naming edge cases 7✅ 141ms
[SQLite File] Column Operations - Equality & Null Handling 4✅ 3⚪ 78ms
[SQLite File] Column Operations - Text Replace 2✅ 10ms
[SQLite File] Column Operations - Text Replace (in-memory only) 0ms
[SQLite File] Column Operations - Text Trim 3✅ 45ms
[SQLite File] Column.const 3✅ 59ms
[SQLite File] Column.fill_nothing/empty 4✅ 42ms
[SQLite File] Column.map 1✅ 13ms
[SQLite File] Column.rename 1✅ 9ms
[SQLite File] Column.take/drop 1⚪ 0ms
[SQLite File] Column.zip 1✅ 12ms
[SQLite File] Creating an empty table 17✅ 905ms
[SQLite File] Date-Time operations 1⚪ 0ms
[SQLite File] Date-Time support 1⚪ 0ms
[SQLite File] Dialect-specific codegen 1✅ 21ms
[SQLite File] Dropping Missing Values 7✅ 169ms
[SQLite File] Error Handling 2✅ 79ms
[SQLite File] Expression Arithmetic 3✅ 154ms
[SQLite File] Expression Boolean literals 1✅ 20ms
[SQLite File] Expression Boolean Operators 4✅ 46ms
[SQLite File] Expression Column Arithmetic 2✅ 132ms
[SQLite File] Expression Comparison Operators 6✅ 200ms
[SQLite File] Expression Date and Time literals 4⚪ 0ms
[SQLite File] Expression Decimal literals 1✅ 7ms
[SQLite File] Expression Errors should be handled 4✅ 10ms
[SQLite File] Expression Integer literals 1✅ 9ms
[SQLite File] Expression Nothing literals 3✅ 56ms
[SQLite File] Expression Text literals 1✅ 21ms
[SQLite File] Expression Text literals 2✅ 13ms
[SQLite File] Expression Text Operators 2✅ 40ms
[SQLite File] Expression Warnings should be reported 2✅ 2⚪ 73ms
[SQLite File] Filling Missing Values 3✅ 1⚪ 70ms
[SQLite File] Function invocation 2✅ 21ms
[SQLite File] Masking Tables 1✅ 44ms
[SQLite File] math functions 6✅ 1s
[SQLite File] Metadata 2✅ 43ms
[SQLite File] Min/Max Operations 2✅ 59ms
[SQLite File] Missing Values 2✅ 29ms
[SQLite File] Other Column Operations 1✅ 22ms
[SQLite File] Output Execution Context for Database operations 10✅ 1⚪ 299ms
[SQLite File] partial Date-Time support 2✅ 49ms
[SQLite File] Persisting a Database Table (query) 8✅ 270ms
[SQLite File] replace: empty table and nothings 2✅ 28ms
[SQLite File] replace: literal regex pattern and replacement 5✅ 13ms
[SQLite File] replace: literal text pattern and replacement 4✅ 65ms
[SQLite File] replace: pattern and replacement columns 4✅ 10ms
[SQLite File] Rounding numeric tests 19✅ 6s
[SQLite File] Rounding-like operations 15✅ 270ms
[SQLite File] Schemas and Databases 3✅ 14ms
[SQLite File] Simple variant of Table/Column.parse in all backends 5✅ 114ms
[SQLite File] Sorting 5✅ 74ms
[SQLite File] Support for Long Column/Table names 6✅ 1s
[SQLite File] Table.add_row_number (common) 6✅ 97ms
[SQLite File] Table.add_row_number (Database specific) 1✅ 30ms
[SQLite File] Table.aggregate 1✅ 12ms
[SQLite File] Table.aggregate Concatenate 6✅ 92ms
[SQLite File] Table.aggregate Count_Distinct 1✅ 1⚪ 89ms
[SQLite File] Table.aggregate First and Last 1⚪ 0ms
[SQLite File] Table.aggregate Mode 1⚪ 0ms
[SQLite File] Table.aggregate Shortest 1⚪ 0ms
[SQLite File] Table.aggregate should be able to group on multiple fields not in left columns 7✅ 6⚪ 76ms
[SQLite File] Table.aggregate should be able to group on single field 7✅ 6⚪ 41ms
[SQLite File] Table.aggregate should correctly handle infinities 2✅ 2⚪ 23ms
[SQLite File] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite File] Table.aggregate should correctly select result types 2✅ 2⚪ 37ms
[SQLite File] Table.aggregate should merge warnings when issues computing aggregation 1⚪ 0ms
[SQLite File] Table.aggregate should not summarize empty table when grouped 7✅ 4⚪ 21ms
[SQLite File] Table.aggregate should raise warnings when there are issues 7✅ 332ms
[SQLite File] Table.aggregate should raise warnings when there are issues computing aggregation 1⚪ 0ms
[SQLite File] Table.aggregate should report unsupported operations but not block other aggregations in warning mode 5✅ 92ms
[SQLite File] Table.aggregate should report warnings and errors based on types 4✅ 106ms
[SQLite File] Table.aggregate should summarize empty table 7✅ 4⚪ 34ms
[SQLite File] Table.aggregate should summarize whole table 7✅ 6⚪ 57ms
[SQLite File] Table.aggregate Standard_Deviation 1✅ 16ms
[SQLite File] Table.aggregate+Expressions 2✅ 37ms
[SQLite File] Table.at 3✅ 9ms
[SQLite File] Table.column_count 1✅ 0ms
[SQLite File] Table.column_names 2✅ 25ms
[SQLite File] Table.cross_join 8✅ 192ms
[SQLite File] Table.cross_tab 1⚪ 0ms
[SQLite File] Table.default_ordering 4✅ 89ms
[SQLite File] Table.distinct 7✅ 65ms
[SQLite File] Table.fill_nothing/empty 6✅ 87ms
[SQLite File] Table.filter 1✅ 0ms
[SQLite File] Table.filter 19✅ 1⚪ 453ms
[SQLite File] Table.filter_by_expression 4✅ 1⚪ 102ms
[SQLite File] Table.get 3✅ 4ms
[SQLite File] Table.join 26✅ 3⚪ 626ms
[SQLite File] Table.order_by 19✅ 2⚪ 180ms
[SQLite File] Table.query 8✅ 263ms
[SQLite File] Table.remove_columns 11✅ 521ms
[SQLite File] Table.rename_columns 20✅ 542ms
[SQLite File] Table.reorder_columns 9✅ 276ms
[SQLite File] Table.replace 0ms
[SQLite File] Table.rows 6✅ 27ms
[SQLite File] Table.select_columns 14✅ 621ms
[SQLite File] Table.set 7✅ 87ms
[SQLite File] Table.sort_columns 4✅ 75ms
[SQLite File] Table.take/drop 1⚪ 0ms
[SQLite File] Table.transpose 1⚪ 0ms
[SQLite File] Table.union 18✅ 1⚪ 618ms
[SQLite File] Table.zip 1⚪ 0ms
[SQLite File] Table/Column.cast - checking invariants 7✅ 77ms
[SQLite File] Table/Column.cast - numeric 3✅ 1⚪ 58ms
[SQLite File] Table/Column.cast - to text 1✅ 21ms
[SQLite File] Tables and Table Types 4✅ 131ms
[SQLite File] Text Column Operations 5✅ 156ms
[SQLite File] Transaction Support 4✅ 65ms
[SQLite File] Uploading an in-memory Table 10✅ 488ms
[SQLite In-Memory] Interactions Between various operations 8✅ 1s
[SQLite In-Memory] Aggregation 2✅ 9ms
[SQLite In-Memory] Appending a Database table to a Database table 28✅ 694ms
[SQLite In-Memory] Appending an in-memory table to a Database table 28✅ 613ms
[SQLite In-Memory] Arithmetic Column Operations 10✅ 2⚪ 79ms
[SQLite In-Memory] Basic Table Access 4✅ 40ms
[SQLite In-Memory] Boolean Column Operations 4✅ 2⚪ 59ms
[SQLite In-Memory] Colum Operations - Names 8✅ 35ms
[SQLite In-Memory] Column Comparisons 4✅ 1⚪ 115ms
[SQLite In-Memory] Column Naming edge cases 7✅ 83ms
[SQLite In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 42ms
[SQLite In-Memory] Column Operations - Text Replace 2✅ 12ms
[SQLite In-Memory] Column Operations - Text Replace (in-memory only) 0ms
[SQLite In-Memory] Column Operations - Text Trim 3✅ 34ms
[SQLite In-Memory] Column.const 3✅ 26ms
[SQLite In-Memory] Column.fill_nothing/empty 4✅ 29ms
[SQLite In-Memory] Column.map 1✅ 4ms
[SQLite In-Memory] Column.rename 1✅ 9ms
[SQLite In-Memory] Column.take/drop 1⚪ 0ms
[SQLite In-Memory] Column.zip 1✅ 4ms
[SQLite In-Memory] Creating an empty table 15✅ 188ms
[SQLite In-Memory] Date-Time operations 1⚪ 0ms
[SQLite In-Memory] Date-Time support 1⚪ 0ms
[SQLite In-Memory] Dialect-specific codegen 1✅ 2ms
[SQLite In-Memory] Dropping Missing Values 7✅ 99ms
[SQLite In-Memory] Error Handling 2✅ 44ms
[SQLite In-Memory] Expression Arithmetic 3✅ 54ms
[SQLite In-Memory] Expression Boolean literals 1✅ 7ms
[SQLite In-Memory] Expression Boolean Operators 4✅ 25ms
[SQLite In-Memory] Expression Column Arithmetic 2✅ 43ms
[SQLite In-Memory] Expression Comparison Operators 6✅ 73ms
[SQLite In-Memory] Expression Date and Time literals 4⚪ 0ms
[SQLite In-Memory] Expression Decimal literals 1✅ 4ms
[SQLite In-Memory] Expression Errors should be handled 4✅ 7ms
[SQLite In-Memory] Expression Integer literals 1✅ 5ms
[SQLite In-Memory] Expression Nothing literals 3✅ 22ms
[SQLite In-Memory] Expression Text literals 1✅ 5ms
[SQLite In-Memory] Expression Text literals 2✅ 5ms
[SQLite In-Memory] Expression Text Operators 2✅ 14ms
[SQLite In-Memory] Expression Warnings should be reported 2✅ 2⚪ 37ms
[SQLite In-Memory] Filling Missing Values 3✅ 1⚪ 31ms
[SQLite In-Memory] Function invocation 2✅ 10ms
[SQLite In-Memory] Masking Tables 1✅ 10ms
[SQLite In-Memory] math functions 6✅ 674ms
[SQLite In-Memory] Metadata 2✅ 3ms
[SQLite In-Memory] Min/Max Operations 2✅ 44ms
[SQLite In-Memory] Missing Values 2✅ 5ms
[SQLite In-Memory] Other Column Operations 1✅ 15ms
[SQLite In-Memory] Output Execution Context for Database operations 7✅ 1⚪ 140ms
[SQLite In-Memory] partial Date-Time support 2✅ 12ms
[SQLite In-Memory] Persisting a Database Table (query) 8✅ 361ms
[SQLite In-Memory] replace: empty table and nothings 2✅ 28ms
[SQLite In-Memory] replace: literal regex pattern and replacement 5✅ 15ms
[SQLite In-Memory] replace: literal text pattern and replacement 4✅ 25ms
[SQLite In-Memory] replace: pattern and replacement columns 4✅ 8ms
[SQLite In-Memory] Rounding numeric tests 19✅ 4s
[SQLite In-Memory] Rounding-like operations 15✅ 188ms
[SQLite In-Memory] Schemas and Databases 3✅ 1ms
[SQLite In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 33ms
[SQLite In-Memory] Sorting 5✅ 12ms
[SQLite In-Memory] Support for Long Column/Table names 6✅ 554ms
[SQLite In-Memory] Table.add_row_number (common) 6✅ 84ms
[SQLite In-Memory] Table.add_row_number (Database specific) 1✅ 20ms
[SQLite In-Memory] Table.aggregate 1✅ 7ms
[SQLite In-Memory] Table.aggregate Concatenate 6✅ 63ms
[SQLite In-Memory] Table.aggregate Count_Distinct 1✅ 1⚪ 61ms
[SQLite In-Memory] Table.aggregate First and Last 1⚪ 0ms
[SQLite In-Memory] Table.aggregate Mode 1⚪ 0ms
[SQLite In-Memory] Table.aggregate Shortest 1⚪ 0ms
[SQLite In-Memory] Table.aggregate should be able to group on multiple fields not in left columns 7✅ 6⚪ 59ms
[SQLite In-Memory] Table.aggregate should be able to group on single field 7✅ 6⚪ 45ms
[SQLite In-Memory] Table.aggregate should correctly handle infinities 2✅ 2⚪ 21ms
[SQLite In-Memory] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite In-Memory] Table.aggregate should correctly select result types 2✅ 2⚪ 17ms
[SQLite In-Memory] Table.aggregate should merge warnings when issues computing aggregation 1⚪ 0ms
[SQLite In-Memory] Table.aggregate should not summarize empty table when grouped 7✅ 4⚪ 21ms
[SQLite In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 247ms
[SQLite In-Memory] Table.aggregate should raise warnings when there are issues computing aggregation 1⚪ 0ms
[SQLite In-Memory] Table.aggregate should report unsupported operations but not block other aggregations in warning mode 5✅ 115ms
[SQLite In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 45ms
[SQLite In-Memory] Table.aggregate should summarize empty table 7✅ 4⚪ 23ms
[SQLite In-Memory] Table.aggregate should summarize whole table 7✅ 6⚪ 36ms
[SQLite In-Memory] Table.aggregate Standard_Deviation 1✅ 7ms
[SQLite In-Memory] Table.aggregate+Expressions 2✅ 28ms
[SQLite In-Memory] Table.at 3✅ 11ms
[SQLite In-Memory] Table.column_count 1✅ 0ms
[SQLite In-Memory] Table.column_names 2✅ 36ms
[SQLite In-Memory] Table.cross_join 8✅ 205ms
[SQLite In-Memory] Table.cross_tab 1⚪ 0ms
[SQLite In-Memory] Table.default_ordering 4✅ 18ms
[SQLite In-Memory] Table.distinct 7✅ 123ms
[SQLite In-Memory] Table.fill_nothing/empty 6✅ 57ms
[SQLite In-Memory] Table.filter 1✅ 0ms
[SQLite In-Memory] Table.filter 19✅ 1⚪ 288ms
[SQLite In-Memory] Table.filter_by_expression 4✅ 1⚪ 46ms
[SQLite In-Memory] Table.get 3✅ 7ms
[SQLite In-Memory] Table.join 26✅ 3⚪ 538ms
[SQLite In-Memory] Table.order_by 19✅ 2⚪ 51ms
[SQLite In-Memory] Table.query 8✅ 37ms
[SQLite In-Memory] Table.remove_columns 11✅ 319ms
[SQLite In-Memory] Table.rename_columns 20✅ 376ms
[SQLite In-Memory] Table.reorder_columns 9✅ 275ms
[SQLite In-Memory] Table.replace 0ms
[SQLite In-Memory] Table.rows 6✅ 17ms
[SQLite In-Memory] Table.select_columns 14✅ 433ms
[SQLite In-Memory] Table.set 7✅ 62ms
[SQLite In-Memory] Table.sort_columns 4✅ 76ms
[SQLite In-Memory] Table.take/drop 1⚪ 0ms
[SQLite In-Memory] Table.transpose 1⚪ 0ms
[SQLite In-Memory] Table.union 18✅ 1⚪ 545ms
[SQLite In-Memory] Table.zip 1⚪ 0ms
[SQLite In-Memory] Table/Column.cast - checking invariants 7✅ 67ms
[SQLite In-Memory] Table/Column.cast - numeric 3✅ 1⚪ 28ms
[SQLite In-Memory] Table/Column.cast - to text 1✅ 12ms
[SQLite In-Memory] Tables and Table Types 4✅ 26ms
[SQLite In-Memory] Text Column Operations 5✅ 118ms
[SQLite In-Memory] Transaction Support 4✅ 27ms
[SQLite In-Memory] Uploading an in-memory Table 8✅ 252ms
[SQLite] Type Mapping 8✅ 92ms
Aggregate Columns 23✅ 94ms
Boolean Column.format, with format Column 3✅ 20ms
Boolean Column.format, with format string 3✅ 71ms
ceil 3✅ 11ms
Column.parse 13✅ 55ms
Columns 13✅ 1⚪ 78ms
Construction 9✅ 4s
Counting Values 1✅ 2ms
DataFormatter builders 4✅ 20ms
DataFormatter.format 9✅ 1⚪ 33ms
DataFormatter.parse 10✅ 168ms
Date Column.format, with format Column 6✅ 23ms
Date Column.format, with format string 4✅ 54ms
Date_Time Column.format, with format Column 6✅ 29ms
Date_Time Column.format, with format string 4✅ 65ms
Date_Time truncate 1✅ 8ms
Delimited File Parsing 27✅ 3⚪ 914ms
Delimited File Writing 33✅ 852ms
Dropping Missing Values 1✅ 390ms
Edge cases 1✅ 5ms
Errors 2✅ 8ms
Excel Range 9✅ 99ms
File.read (Delimited) 3✅ 43ms
File.read (Delimited) should work with Date_Time 3✅ 9ms
File.read (Delimited) should work with Dates 3✅ 8ms
File.read (Delimited) should work with Time_Of_Days 3✅ 8ms
fill 6✅ 173ms
Float 3✅ 16ms
Float, with format Column 3✅ 13ms
floor 3✅ 24ms
Info 1✅ 8ms
Integer 3✅ 50ms
Integer 1✅ 8ms
Integer, with format Column 3✅ 19ms
Integration 1✅ 66ms
JSON conversion 2✅ 45ms
Mapping Operations 7✅ 430ms
Masking Tables 3✅ 298ms
Numeric, empty/Nothing 4✅ 112ms
Problems 3✅ 13ms
Read XLSX / XLS Files 12✅ 1s
Reading single cells correctly 7✅ 185ms
round/truncate/ceil/floor 3✅ 40ms
Rounding 8✅ 137ms
Should be able to serialise a table with Dates to Text 2✅ 22ms
Should be able to serialise a table with DateTimes to Text 2✅ 4ms
Should be able to serialise a table with Time_Of_Days to Text 2✅ 4ms
Slicing Tables 4✅ 197ms
Sorting Columns 4✅ 51ms
Sorting Tables 2✅ 94ms
SQLite_Format should allow connecting to SQLite files 5✅ 27ms
Table.from Text 1✅ 9ms
Table.parse 22✅ 344ms
Table.parse_to_columns 14✅ 118ms
Table.split 5✅ 117ms
Table.split/tokenize column count 4✅ 51ms
Table.split/tokenize column order 1✅ 3ms
Table.split/tokenize errors 4✅ 5ms
Table.split/tokenize name conflicts 2✅ 31ms
Table.tokenize 12✅ 137ms
Text.parse_to_table 2✅ 29ms
Text.parse_to_table errors 3✅ 16ms
Text.parse_to_table parsing 3✅ 30ms
Text.parse_to_table with case-insensitivity 1✅ 9ms
Text.parse_to_table with groups 2✅ 23ms
Time_Of_Day Column.format, with format Column 6✅ 21ms
Time_Of_Day Column.format, with format string 5✅ 84ms
truncate 3✅ 12ms
Unique_Name_Strategy Helper 12✅ 102ms
Unique_Name_Strategy.combine_with_prefix 6✅ 16ms
Use First Row As Names 5✅ 223ms
Value_Type 2✅ 22ms
Various File Format support on Table 8✅ 663ms
Vector conversion 1✅ 10ms
Write xls Files 36✅ 478ms
Write xlsx Files 36✅ 2s
Writing 4✅ 68ms
XLS reading 7✅ 25ms
XLSX reading 7✅ 217ms

✅ /runner/_work/enso/enso/target/test-results/Tests/JUnit.xml

2221 tests were completed in 34s with 2195 passed, 0 failed and 26 skipped.

Test suite Passed Failed Skipped Time
Any.map_nothing 2✅ 7ms
Any's methods 3✅ 38ms
Array_Proxy 5✅ 29ms
ArrayOverBuffer 1✅ 19ms
ASCII 4✅ 40ms
Atom with holes 7✅ 15ms
Auto_Detect 3✅ 9ms
BigInts 10✅ 464ms
Booleans 6✅ 10ms
Bound 3✅ 1ms
Bytes 3✅ 3ms
caching 1✅ 28ms
Callables 5✅ 10ms
Check Nothing and NaN 3✅ 0ms
codepoints 2✅ 2ms
Compare functionality with Vector 1✅ 6ms
Compile 6✅ 32ms
const 1✅ 0ms
Contexts and Execution Environment 3✅ 5ms
Conversion 21✅ 63ms
Correlation Statistics 6✅ 38ms
curry 1✅ 2ms
Dataflow Errors 11✅ 19ms
Dataflow Warnings 32✅ 610ms
Date 45✅ 3s
Date date part tests 8✅ 54ms
Date_Range 11✅ 1s
Date_Time 55✅ 2⚪ 687ms
Date_Time date part tests 8✅ 20ms
Date_Time equality 2✅ 3ms
Day_Of_Week conversions 8✅ 11ms
Decimal.truncate 1✅ 2ms
Decimals 5✅ 21ms
Deep Exports 1✅ 0ms
Default comparator 3✅ 7ms
Deterministic Random Noise Generator 2✅ 174ms
Duration 15✅ 140ms
Encoding object 4✅ 79ms
Enso Arrays 5✅ 13ms
Enso maps 46✅ 202ms
Enso Set 5✅ 18ms
Environment 1✅ 12ms
Escape 1✅ 1ms
File Operations 20✅ 144ms
flip 2✅ 0ms
folder operations 3✅ 38ms
Fully Qualified Names 1✅ 0ms
Function Ascribed Parameters 12✅ 14ms
Header 1✅ 4ms
HTTP 23✅ 575ms
identity 3✅ 0ms
Inlining Helpers 2✅ 2ms
Integer.truncate 1✅ 1ms
Integers 23✅ 60ms
Interval 7✅ 28ms
Java FFI 6✅ 1⚪ 15ms
Java/Enso Date 2✅ 16ms
JavaDate 45✅ 1s
JavaDate date part tests 8✅ 2ms
JavaLocalTime 27✅ 10ms
JavaScript Objects, Arrays & Functions 8✅ 272ms
JavaScriptArrayWithADate 45✅ 2s
JavaScriptArrayWithADate date part tests 8✅ 104ms
JavascriptDataInArray 53✅ 4⚪ 209ms
JavascriptDataInArray date part tests 8✅ 32ms
JavascriptDate 53✅ 4⚪ 553ms
JavaScriptDate 45✅ 2s
JavascriptDate date part tests 8✅ 90ms
JavaScriptDate date part tests 8✅ 46ms
JavaZonedDateTime 55✅ 2⚪ 172ms
JavaZonedDateTime date part tests 8✅ 2ms
JavaZoneId 7✅ 12ms
JS_Object 2✅ 135ms
JSON 4✅ 50ms
JSON Deserialization 2✅ 103ms
JSON Serialization 3✅ 93ms
JSON_Format 2✅ 41ms
Lazy 6✅ 19ms
Lazy Generator 1✅ 2ms
Lexicographic Order on Vectors 2✅ 9ms
List 31✅ 457ms
Locale 13✅ 68ms
Looping Imports 1✅ 0ms
Lowercase Methods 5✅ 3ms
Managed_Resource 3✅ 12ms
Match.end 4✅ 12ms
Match.groups 2✅ 5ms
Match.named_groups 3✅ 29ms
Match.span 4✅ 12ms
Match.start 4✅ 12ms
Match.text 6✅ 16ms
Match.utf_16_end 4✅ 10ms
Match.utf_16_span 4✅ 10ms
Match.utf_16_start 4✅ 11ms
Maybe 5✅ 1ms
Meta-Value Inspection 4✅ 5ms
Meta-Value Manipulation 26✅ 60ms
Methods 1✅ 1⚪ 0ms
Natural Order 4✅ 79ms
No Method Errors 1✅ 6ms
Noise 3✅ 38ms
non-linear inserts 11✅ 101ms
Number Rounding numeric tests 19✅ 87ms
Numbers 14✅ 105ms
Numeric values 1✅ 5ms
Object Comparator 7✅ 27ms
Operator == 15✅ 79ms
Ordering 6✅ 19ms
Pair 1✅ 0ms
Pair - from 2-Item JavaScript Array 13✅ 135ms
Pair - from 2-Item List 13✅ 79ms
Pair - from 2-Item Vector 13✅ 85ms
Pair - from Pair.new 13✅ 30ms
Pair - from Pair.Value 13✅ 7ms
Panics 17✅ 92ms
parse 8✅ 73ms
Pattern Matches 16✅ 31ms
Pattern.find and .find_all 8✅ 61ms
Pattern.match and .match_all 8✅ 61ms
Pattern.matches 5✅ 16ms
Pattern.replace 16✅ 212ms
Pattern.split 6✅ 29ms
Pattern.tokenize 7✅ 155ms
Period 7✅ 31ms
Plain_Text 3✅ 13ms
Polyglot hash maps 6✅ 73ms
Polyglot JS 19✅ 143ms
Polyglot keys and values 6✅ 2s
Polyglot Python 15✅ 121ms
Polyglot R 1⚪ 0ms
Problem_Behavior 2✅ 13ms
Process 5✅ 36ms
PythonDate 45✅ 4s
PythonDate 52✅ 5⚪ 1s
PythonDate date part tests 8✅ 153ms
PythonDate date part tests 8✅ 140ms
PythonLocalTime 27✅ 59ms
Qualified Names 3✅ 2ms
Random 6✅ 426ms
Range 36✅ 3s
Rank Data 7✅ 23ms
read_bytes 6✅ 20ms
read_text 6✅ 52ms
Refs 1✅ 1ms
Regex splitting 3✅ 8ms
Regex tokenizing 2✅ 40ms
Regex: find and find_all 20✅ 1⚪ 152ms
Regression 12✅ 99ms
ReportingStreamDecoder 6✅ 165ms
ReportingStreamEncoder 8✅ 75ms
Request 10✅ 23ms
rounding 4✅ 11ms
Sorting with multiple comparators 4✅ 2⚪ 26ms
Sorting with the default comparator 7✅ 3⚪ 77ms
Stack traces 1✅ 6ms
State 2✅ 2ms
Statistics 14✅ 216ms
Statistics - empty Vector 3✅ 10ms
Statistics - invalid input 5✅ 70ms
Statistics - invalid input 1✅ 1ms
Statistics - NaN Vector 3✅ 8ms
Statistics - Nothing Vector 3✅ 22ms
System 2✅ 7ms
Text 84✅ 3s
Text_Sub_Range_Data 2✅ 12ms
Text_Utils 4✅ 38ms
Text.match 6✅ 18ms
Text.replace 16✅ 137ms
Text.Span 3✅ 11ms
the Self construct 6✅ 6ms
Time_Of_Day 27✅ 103ms
to_display_text 5✅ 15ms
uncurry 1✅ 0ms
Unresolved symbol 1✅ 0ms
URI 4✅ 9ms
Use a slice of an array as vectors 72✅ 82ms
Use Array as vectors 72✅ 173ms
Use Array_Proxy as vectors 72✅ 83ms
Use Java ArrayList as vectors 72✅ 106ms
Use Vector as vectors 72✅ 492ms
UTF_16 BigEndian 2✅ 3ms
UTF_16 LittleEndian 2✅ 3ms
UTF_8 7✅ 43ms
Vector builder 2✅ 3ms
Vector Slicing Helpers 1✅ 11ms
Vector/Array equality 9✅ 6ms
Windows 1252 4✅ 11ms
write operations 20✅ 288ms
Zone 9✅ 14ms

✅ /runner/_work/enso/enso/target/test-results/Visualization_Tests/JUnit.xml

71 tests were completed in 3s with 70 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
Dataflow Error Visualization 2✅ 104ms
File uploads 2✅ 6ms
Geo_Map 3✅ 478ms
Histogram Visualization 6✅ 221ms
Lazy Table Visualization 12✅ 427ms
Lazy Text Visualization 3✅ 41ms
Scatter Plot Visualization 14✅ 577ms
Serializable Visualization Identifiers 5✅ 167ms
SQL Visualization 1✅ 138ms
Table Visualization 9✅ 387ms
Table.lookup_ignore_case 1✅ 9ms
Table.rows 1✅ 225ms
Type Names of Visualization Defaults 1✅ 111ms
Vector and Arrays 2✅ 1⚪ 27ms
Widgets for Database 1✅ 15ms
Widgets for In-Database Connection with table name sets 1✅ 134ms
Widgets for In-Database Connection with table types 1✅ 13ms
Widgets for In-Database Table with column name sets 2✅ 24ms
Widgets for In-Memory with column name sets 2✅ 60ms
Widgets for the Text type 1✅ 83ms