-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate websites - Add 1 new reports.
- Loading branch information
Showing
4 changed files
with
80,165 additions
and
77,985 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
{ | ||
"bench_run": { | ||
"id": "13402469258", | ||
"html_url": "https://github.com/enso-org/enso/actions/runs/13402469258", | ||
"run_attempt": 1, | ||
"event": "schedule", | ||
"display_title": "Benchmark Engine", | ||
"head_commit": { | ||
"id": "244d84d9f742f17f3502af2ccefe257f8c82292e", | ||
"message": "Expression support for arithmetic functions as numbers (#12297)\n\nEnables more types to exist within the Expression language rather than making everything columns everywhere.\n\n# Important Notes\n- The result is still always made into a column. This could be changed in the future but didn't see the need today.\n- A Nothing literal in the expression language now means a column of nothings with type nothing (aka a null column)\n- There are a couple of places where null columns aren't playing nicely with column operations. I have raised a ticket and commented out the tests.\n- I haven't yet done any performance testing. I plan to do that as a follow on and optimise if necesary.", | ||
"timestamp": "2025-02-18T20:07:13Z", | ||
"author": { | ||
"name": "AdRiley" | ||
} | ||
} | ||
}, | ||
"label_score_dict": { | ||
"org.enso.compiler.benchmarks.exportimport.ExportImportResolutionBenchmark.importsAndExportsResolution": 2.0429373692062285, | ||
"org.enso.compiler.benchmarks.exportimport.ExportImportResolutionBenchmark.importsResolution": 0.24322135905805445, | ||
"org.enso.compiler.benchmarks.inline.InlineCompilerBenchmark.longExpression": 1.6699735140346177, | ||
"org.enso.compiler.benchmarks.inline.InlineCompilerErrorBenchmark.expressionWithErrors": 1.8293720456680407, | ||
"org.enso.compiler.benchmarks.module.ImportStandardLibrariesBenchmark.importStandardLibraries": 70.46742389820639, | ||
"org.enso.compiler.benchmarks.module.ManyErrorsBenchmark.manyErrors": 41.43217495337927, | ||
"org.enso.compiler.benchmarks.module.ManyLocalVarsBenchmark.longMethodWithLotOfLocalVars": 27.778761673990076, | ||
"org.enso.compiler.benchmarks.module.ManyNestedBlocksBenchmark.manyNestedBlocks": 47.79365932954486, | ||
"org.enso.compiler.benchmarks.module.ManySmallMethodsBenchmark.manySmallMethods": 75.33580596491696, | ||
"org.enso.interpreter.bench.benchmarks.semantic.ArrayProxyBenchmarks.sumOverComputingProxy": 0.12264821292483838, | ||
"org.enso.interpreter.bench.benchmarks.semantic.ArrayProxyBenchmarks.sumOverDelegatingProxy": 0.19635563496802327, | ||
"org.enso.interpreter.bench.benchmarks.semantic.ArrayProxyBenchmarks.sumOverVector": 0.08238073819666508, | ||
"org.enso.interpreter.bench.benchmarks.semantic.ArrayProxyBenchmarks.sumOverVectorBackedByComputingProxy": 0.12248624792450111, | ||
"org.enso.interpreter.bench.benchmarks.semantic.ArrayProxyBenchmarks.sumOverVectorBackedByDelegatingProxy": 0.196103051016493, | ||
"org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchGenerateList": 3.701357443393788, | ||
"org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchGenerateListAutoscoping": 9.295055366406885, | ||
"org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchGenerateListQualified": 3.682032019821662, | ||
"org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchMapReverseList": 8.137405705104726, | ||
"org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchMapReverseListCurry": 6.521669861292158, | ||
"org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchReverseList": 6.950079900439555, | ||
"org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchReverseListMethods": 6.596451501486388, | ||
"org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchSumList": 3.910038085054784, | ||
"org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchSumListFallback": 4.4560637416233915, | ||
"org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchSumListLeftFold": 3.8246089350800987, | ||
"org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchSumListMethods": 4.179150460704937, | ||
"org.enso.interpreter.bench.benchmarks.semantic.CallableBenchmarks.benchSumTCOfromCall": 98.0786785743575, | ||
"org.enso.interpreter.bench.benchmarks.semantic.CallableBenchmarks.benchSumTCOmethodCall": 97.94105217747953, | ||
"org.enso.interpreter.bench.benchmarks.semantic.CallableBenchmarks.benchSumTCOmethodCallWithDefaultedArguments": 97.87333915806207, | ||
"org.enso.interpreter.bench.benchmarks.semantic.CallableBenchmarks.benchSumTCOmethodCallWithNamedArguments": 98.02660960557776, | ||
"org.enso.interpreter.bench.benchmarks.semantic.EqualsBenchmarks.equalsPrimitives": 0.15082071344810777, | ||
"org.enso.interpreter.bench.benchmarks.semantic.EqualsBenchmarks.equalsStrings": 0.08472905227682496, | ||
"org.enso.interpreter.bench.benchmarks.semantic.EqualsBenchmarks.equalsTrees": 1.1147742561706557, | ||
"org.enso.interpreter.bench.benchmarks.semantic.EqualsBenchmarks.equalsWithConversion": 3.8960572662139428, | ||
"org.enso.interpreter.bench.benchmarks.semantic.IfVsCaseBenchmarks.caseBench3": 0.4771624010026582, | ||
"org.enso.interpreter.bench.benchmarks.semantic.IfVsCaseBenchmarks.caseBench6": 0.7292280854530103, | ||
"org.enso.interpreter.bench.benchmarks.semantic.IfVsCaseBenchmarks.ifBench3": 0.47857485207131006, | ||
"org.enso.interpreter.bench.benchmarks.semantic.IfVsCaseBenchmarks.ifBench6": 1.045092676693922, | ||
"org.enso.interpreter.bench.benchmarks.semantic.IfVsCaseBenchmarks.ifBench6In": 3.09802015460191, | ||
"org.enso.interpreter.bench.benchmarks.semantic.ListBenchmarks.mapAnyOverList": 79.58389142572177, | ||
"org.enso.interpreter.bench.benchmarks.semantic.ListBenchmarks.mapConvOverList": 82.1795289883913, | ||
"org.enso.interpreter.bench.benchmarks.semantic.ListBenchmarks.mapIntegerOverList": 73.93915176911766, | ||
"org.enso.interpreter.bench.benchmarks.semantic.ListBenchmarks.mapMultiOverList": 76.29573513442055, | ||
"org.enso.interpreter.bench.benchmarks.semantic.ListBenchmarks.mapOverLazyList": 83.37872660258432, | ||
"org.enso.interpreter.bench.benchmarks.semantic.ListBenchmarks.mapOverList": 76.80179284992366, | ||
"org.enso.interpreter.bench.benchmarks.semantic.ListBenchmarks.mapVConvertThatArgumentOfPlus": 51.75448670670109, | ||
"org.enso.interpreter.bench.benchmarks.semantic.ListBenchmarks.mapVOverList": 78.79381596786438, | ||
"org.enso.interpreter.bench.benchmarks.semantic.MultiValueBenchmarks.sumOverComplexAndFloat5": 1.4401718942715402, | ||
"org.enso.interpreter.bench.benchmarks.semantic.MultiValueBenchmarks.sumOverComplexBaseBenchmark0": 0.2063819160799608, | ||
"org.enso.interpreter.bench.benchmarks.semantic.MultiValueBenchmarks.sumOverComplexFloatRecastedToFloat3": 1.46316187379503, | ||
"org.enso.interpreter.bench.benchmarks.semantic.MultiValueBenchmarks.sumOverFloat2": 0.09830795675227567, | ||
"org.enso.interpreter.bench.benchmarks.semantic.MultiValueBenchmarks.sumOverFloatAndComplex6": 1.6075375130371405, | ||
"org.enso.interpreter.bench.benchmarks.semantic.MultiValueBenchmarks.sumOverFloatComplexRecastedToFloat4": 1.8363479444688593, | ||
"org.enso.interpreter.bench.benchmarks.semantic.MultiValueBenchmarks.sumOverInteger1": 0.0824565435421716, | ||
"org.enso.interpreter.bench.benchmarks.semantic.NamedDefaultedArgumentBenchmarks.benchSumTCOWithDefaultArgs": 98.0165415241386, | ||
"org.enso.interpreter.bench.benchmarks.semantic.NamedDefaultedArgumentBenchmarks.benchSumTCOWithNamedArgs": 98.02930060053303, | ||
"org.enso.interpreter.bench.benchmarks.semantic.NestedPatternCompilationBenchmarks.sumList": 0.09590850453779916, | ||
"org.enso.interpreter.bench.benchmarks.semantic.RecursionBenchmarks.benchNestedThunkSum": 91.79568433718097, | ||
"org.enso.interpreter.bench.benchmarks.semantic.RecursionBenchmarks.benchOversaturatedRecursiveCall": 97.93384686693318, | ||
"org.enso.interpreter.bench.benchmarks.semantic.RecursionBenchmarks.benchSumRecursive": 0.0009604402093545117, | ||
"org.enso.interpreter.bench.benchmarks.semantic.RecursionBenchmarks.benchSumStateTCO": 91.9440574587156, | ||
"org.enso.interpreter.bench.benchmarks.semantic.RecursionBenchmarks.benchSumTCO": 97.79904599773462, | ||
"org.enso.interpreter.bench.benchmarks.semantic.RecursionBenchmarks.benchSumTCOFoldLike": 97.82794410948028, | ||
"org.enso.interpreter.bench.benchmarks.semantic.RecursionBenchmarks.benchSumTCOWithEval": 98.10313978913003, | ||
"org.enso.interpreter.bench.benchmarks.semantic.StringBenchmarks.lengthOfStrings": 0.0029997390689954434, | ||
"org.enso.interpreter.bench.benchmarks.semantic.TypePatternBenchmarks.matchOverAny": 0.0004929597467230312, | ||
"org.enso.interpreter.bench.benchmarks.semantic.TypePatternBenchmarks.matchOverDecimal": 0.0004918115156150895, | ||
"org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageAbstractList": 0.09214842843874911, | ||
"org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageOverArray": 0.0017778288254960838, | ||
"org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageOverArrayProxy": 0.002269490288552208, | ||
"org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageOverArrayProxyNew": 0.0022719245488022973, | ||
"org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageOverPolyglotArray": 0.0015432173252177732, | ||
"org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageOverPolyglotVector": 0.001540062674501395, | ||
"org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageOverSlice": 0.0015256166703111803, | ||
"org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageOverSliceWrapped10": 0.006782777090443297, | ||
"org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageOverSliceWrapped100": 0.006798518303989409, | ||
"org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageOverVector": 0.001779991529838094, | ||
"org.enso.interpreter.bench.benchmarks.semantic.WarningBenchmarks.diffWarningRandomElementsVecSum": 606.4200578333334, | ||
"org.enso.interpreter.bench.benchmarks.semantic.WarningBenchmarks.noWarningsVecSum": 0.008248613309898867, | ||
"org.enso.interpreter.bench.benchmarks.semantic.WarningBenchmarks.randomElementsVecSum": 0.05193756627561733, | ||
"org.enso.interpreter.bench.benchmarks.semantic.WarningBenchmarks.sameWarningVecSum": 270.0736489646465 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.