diff --git a/cache/12110220792.json b/cache/12110220792.json
new file mode 100644
index 0000000..a0a1acf
--- /dev/null
+++ b/cache/12110220792.json
@@ -0,0 +1,89 @@
+{
+ "bench_run": {
+ "id": "12110220792",
+ "html_url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "run_attempt": 1,
+ "event": "schedule",
+ "display_title": "Benchmark Engine",
+ "head_commit": {
+ "id": "0b6b1f09542f1495344df75123643f81689734be",
+ "message": "Context menu, copy button, multi-component actions (#11690)\n\nContext menu, copy button, multi-component actions\n\nhttps://github.com/user-attachments/assets/14243102-3848-43fc-82bb-a48648536985\n\n- The 'More' menu can now be opened under the mouse, through the context menu action (right click/control-click on Mac/menu button on keyboard).\n- Add copy-components button to menu.\n- The menu can now be opened while multiple components are selected; if the clicked component was among the selected components, the selection will be preserved. Some menu actions--currently *copy* and *delete*, apply to all selected components. These actions will change their displayed labels when multiple components are selected. If a single-component action is executed, the component it was applied to will become the sole selection.\n\nFixes #11633, #11634",
+ "timestamp": "2024-11-29T19:52:22Z",
+ "author": {
+ "name": "Kaz Wesley"
+ }
+ }
+ },
+ "label_score_dict": {
+ "org.enso.compiler.benchmarks.exportimport.ExportImportResolutionBenchmark.importsAndExportsResolution": 2.12139836058208,
+ "org.enso.compiler.benchmarks.exportimport.ExportImportResolutionBenchmark.importsResolution": 0.2488405353540354,
+ "org.enso.compiler.benchmarks.inline.InlineCompilerBenchmark.longExpression": 1.7465918167494323,
+ "org.enso.compiler.benchmarks.inline.InlineCompilerErrorBenchmark.expressionWithErrors": 1.8188639347976245,
+ "org.enso.compiler.benchmarks.module.ImportStandardLibrariesBenchmark.importStandardLibraries": 65.82081758623832,
+ "org.enso.compiler.benchmarks.module.ManyErrorsBenchmark.manyErrors": 43.43324537285683,
+ "org.enso.compiler.benchmarks.module.ManyLocalVarsBenchmark.longMethodWithLotOfLocalVars": 28.927803440253783,
+ "org.enso.compiler.benchmarks.module.ManyNestedBlocksBenchmark.manyNestedBlocks": 50.77505339515075,
+ "org.enso.compiler.benchmarks.module.ManySmallMethodsBenchmark.manySmallMethods": 81.97795549731774,
+ "org.enso.interpreter.bench.benchmarks.semantic.ArrayProxyBenchmarks.sumOverComputingProxy": 0.1217105953577059,
+ "org.enso.interpreter.bench.benchmarks.semantic.ArrayProxyBenchmarks.sumOverDelegatingProxy": 0.19485742309582527,
+ "org.enso.interpreter.bench.benchmarks.semantic.ArrayProxyBenchmarks.sumOverVector": 0.08319312881526936,
+ "org.enso.interpreter.bench.benchmarks.semantic.ArrayProxyBenchmarks.sumOverVectorBackedByComputingProxy": 0.12125223935665821,
+ "org.enso.interpreter.bench.benchmarks.semantic.ArrayProxyBenchmarks.sumOverVectorBackedByDelegatingProxy": 0.19482151216246932,
+ "org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchGenerateList": 3.679436364631845,
+ "org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchGenerateListAutoscoping": 9.071502430514375,
+ "org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchGenerateListQualified": 3.6399995770644686,
+ "org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchMapReverseList": 7.963397702071132,
+ "org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchMapReverseListCurry": 6.4144621581785755,
+ "org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchReverseList": 5.5290412873412595,
+ "org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchReverseListMethods": 5.628064915024903,
+ "org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchSumList": 3.6641484505833,
+ "org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchSumListFallback": 3.760693085548786,
+ "org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchSumListLeftFold": 3.7474761883336014,
+ "org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchSumListMethods": 4.137328089642066,
+ "org.enso.interpreter.bench.benchmarks.semantic.CallableBenchmarks.benchSumTCOfromCall": 97.3143151669903,
+ "org.enso.interpreter.bench.benchmarks.semantic.CallableBenchmarks.benchSumTCOmethodCall": 97.20252725631067,
+ "org.enso.interpreter.bench.benchmarks.semantic.CallableBenchmarks.benchSumTCOmethodCallWithDefaultedArguments": 97.23335620970873,
+ "org.enso.interpreter.bench.benchmarks.semantic.CallableBenchmarks.benchSumTCOmethodCallWithNamedArguments": 96.85162725961538,
+ "org.enso.interpreter.bench.benchmarks.semantic.EqualsBenchmarks.equalsPrimitives": 0.13512428855042638,
+ "org.enso.interpreter.bench.benchmarks.semantic.EqualsBenchmarks.equalsStrings": 0.08257311415299831,
+ "org.enso.interpreter.bench.benchmarks.semantic.EqualsBenchmarks.equalsTrees": 1.094337040137975,
+ "org.enso.interpreter.bench.benchmarks.semantic.EqualsBenchmarks.equalsWithConversion": 4.056211247145871,
+ "org.enso.interpreter.bench.benchmarks.semantic.IfVsCaseBenchmarks.caseBench3": 0.47397306157692776,
+ "org.enso.interpreter.bench.benchmarks.semantic.IfVsCaseBenchmarks.caseBench6": 0.6642976056264813,
+ "org.enso.interpreter.bench.benchmarks.semantic.IfVsCaseBenchmarks.ifBench3": 0.41716538478176396,
+ "org.enso.interpreter.bench.benchmarks.semantic.IfVsCaseBenchmarks.ifBench6": 0.9206621473067781,
+ "org.enso.interpreter.bench.benchmarks.semantic.IfVsCaseBenchmarks.ifBench6In": 2.746850760095898,
+ "org.enso.interpreter.bench.benchmarks.semantic.ListBenchmarks.mapAnyOverList": 76.59609954503817,
+ "org.enso.interpreter.bench.benchmarks.semantic.ListBenchmarks.mapConvOverList": 79.28843220817399,
+ "org.enso.interpreter.bench.benchmarks.semantic.ListBenchmarks.mapIntegerOverList": 74.02047543005446,
+ "org.enso.interpreter.bench.benchmarks.semantic.ListBenchmarks.mapMultiOverList": 77.07526968461539,
+ "org.enso.interpreter.bench.benchmarks.semantic.ListBenchmarks.mapOverLazyList": 81.86060120809572,
+ "org.enso.interpreter.bench.benchmarks.semantic.ListBenchmarks.mapOverList": 75.44021527034002,
+ "org.enso.interpreter.bench.benchmarks.semantic.ListBenchmarks.mapVConvertThatArgumentOfPlus": 46.24741650204813,
+ "org.enso.interpreter.bench.benchmarks.semantic.ListBenchmarks.mapVOverList": 77.10355443021726,
+ "org.enso.interpreter.bench.benchmarks.semantic.NamedDefaultedArgumentBenchmarks.benchSumTCOWithDefaultArgs": 97.23270272038835,
+ "org.enso.interpreter.bench.benchmarks.semantic.NamedDefaultedArgumentBenchmarks.benchSumTCOWithNamedArgs": 97.24742193592233,
+ "org.enso.interpreter.bench.benchmarks.semantic.NestedPatternCompilationBenchmarks.sumList": 0.0952006728120453,
+ "org.enso.interpreter.bench.benchmarks.semantic.RecursionBenchmarks.benchNestedThunkSum": 84.61657352721834,
+ "org.enso.interpreter.bench.benchmarks.semantic.RecursionBenchmarks.benchOversaturatedRecursiveCall": 96.87054564960792,
+ "org.enso.interpreter.bench.benchmarks.semantic.RecursionBenchmarks.benchSumStateTCO": 85.08327871864408,
+ "org.enso.interpreter.bench.benchmarks.semantic.RecursionBenchmarks.benchSumTCO": 97.16606598846154,
+ "org.enso.interpreter.bench.benchmarks.semantic.RecursionBenchmarks.benchSumTCOFoldLike": 97.20319053980583,
+ "org.enso.interpreter.bench.benchmarks.semantic.RecursionBenchmarks.benchSumTCOWithEval": 96.92366394353995,
+ "org.enso.interpreter.bench.benchmarks.semantic.StringBenchmarks.lengthOfStrings": 0.0020203096558067094,
+ "org.enso.interpreter.bench.benchmarks.semantic.TypePatternBenchmarks.matchOverAny": 0.0005030852250226767,
+ "org.enso.interpreter.bench.benchmarks.semantic.TypePatternBenchmarks.matchOverDecimal": 0.0005041595364908507,
+ "org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageAbstractList": 0.09812807765097627,
+ "org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageOverArray": 0.001780227392227059,
+ "org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageOverArrayProxy": 0.0022688045854396557,
+ "org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageOverArrayProxyNew": 0.002272858311817356,
+ "org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageOverPolyglotArray": 0.001545152324649431,
+ "org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageOverPolyglotVector": 0.0015291485550437774,
+ "org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageOverSlice": 0.0015349441085042257,
+ "org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageOverVector": 0.0017785188377795005,
+ "org.enso.interpreter.bench.benchmarks.semantic.WarningBenchmarks.diffWarningRandomElementsVecSum": 26.38165557894737,
+ "org.enso.interpreter.bench.benchmarks.semantic.WarningBenchmarks.noWarningsVecSum": 0.008237896376224163,
+ "org.enso.interpreter.bench.benchmarks.semantic.WarningBenchmarks.randomElementsVecSum": 0.051267837288028494,
+ "org.enso.interpreter.bench.benchmarks.semantic.WarningBenchmarks.sameWarningVecSum": 1.951177681480539
+ }
+}
\ No newline at end of file
diff --git a/engine-benchs.html b/engine-benchs.html
index 2646850..0bf06d8 100644
--- a/engine-benchs.html
+++ b/engine-benchs.html
@@ -41,17 +41,17 @@
const untilDate = new Date(
2024,
11,
- 1,
- 4,
- 6
+ 2,
+ 2,
+ 1
);
// This var will be rewritten once a filter is applied
let displaySinceDate = new Date(
2024,
10,
- 1,
- 4,
- 6
+ 2,
+ 2,
+ 1
);
/**
@@ -3670,6 +3670,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 2.12139836058208,
+ "score-diff": "0.01646367011516725",
+ "score-diff-perc": "+0.78215%",
+ "tooltip": "score = 2.12139836058208\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01646 (+0.78215%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -7369,6 +7395,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.2488405353540354,
+ "score-diff": "0.006795433398358669",
+ "score-diff-perc": "+2.80751%",
+ "tooltip": "score = 0.2488405353540354\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00680 (+2.80751%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -7800,11 +7852,11 @@
17,
1
),
- "score": 2.0910135147484645,
- "score-diff": "0.048779384443221385",
- "score-diff-perc": "+2.38853%",
- "tooltip": "score = 2.0910135147484645\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04878 (+2.38853%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 2.0496617003286994,
+ "score-diff": "0.007427570023456287",
+ "score-diff-perc": "+0.36370%",
+ "tooltip": "score = 2.0496617003286994\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00743 (+0.36370%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -7826,11 +7878,11 @@
17,
1
),
- "score": 2.0496617003286994,
- "score-diff": "-0.0413518144197651",
- "score-diff-perc": "-1.97760%",
- "tooltip": "score = 2.0496617003286994\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.04135 (-1.97760%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 2.341457161702523,
+ "score-diff": "0.2917954613738236",
+ "score-diff-perc": "+14.23627%",
+ "tooltip": "score = 2.341457161702523\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.29180 (+14.23627%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -7852,11 +7904,11 @@
17,
1
),
- "score": 2.341457161702523,
- "score-diff": "0.2917954613738236",
- "score-diff-perc": "+14.23627%",
- "tooltip": "score = 2.341457161702523\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.29180 (+14.23627%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 2.0910135147484645,
+ "score-diff": "-0.2504436469540585",
+ "score-diff-perc": "-10.69606%",
+ "tooltip": "score = 2.0910135147484645\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.25044 (-10.69606%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -7879,9 +7931,9 @@
7
),
"score": 2.084237247340606,
- "score-diff": "-0.25721991436191693",
- "score-diff-perc": "-10.98546%",
- "tooltip": "score = 2.084237247340606\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.25722 (-10.98546%)",
+ "score-diff": "-0.006776267407858416",
+ "score-diff-perc": "-0.32407%",
+ "tooltip": "score = 2.084237247340606\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00678 (-0.32407%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -8164,11 +8216,11 @@
16,
5
),
- "score": 2.044680565877691,
- "score-diff": "-0.30411162060065866",
- "score-diff-perc": "-12.94757%",
- "tooltip": "score = 2.044680565877691\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.30411 (-12.94757%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 2.3323501148796546,
+ "score-diff": "-0.01644207159869504",
+ "score-diff-perc": "-0.70002%",
+ "tooltip": "score = 2.3323501148796546\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01644 (-0.70002%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -8190,11 +8242,11 @@
16,
5
),
- "score": 2.0476365413337114,
- "score-diff": "0.002955975456020443",
- "score-diff-perc": "+0.14457%",
- "tooltip": "score = 2.0476365413337114\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00296 (+0.14457%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 2.044680565877691,
+ "score-diff": "-0.2876695490019636",
+ "score-diff-perc": "-12.33389%",
+ "tooltip": "score = 2.044680565877691\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.28767 (-12.33389%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -8216,11 +8268,11 @@
16,
5
),
- "score": 2.3323501148796546,
- "score-diff": "0.2847135735459432",
- "score-diff-perc": "+13.90450%",
- "tooltip": "score = 2.3323501148796546\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.28471 (+13.90450%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 2.0476365413337114,
+ "score-diff": "0.002955975456020443",
+ "score-diff-perc": "+0.14457%",
+ "tooltip": "score = 2.0476365413337114\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00296 (+0.14457%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -8243,9 +8295,9 @@
21
),
"score": 2.349885718333057,
- "score-diff": "0.017535603453402437",
- "score-diff-perc": "+0.75184%",
- "tooltip": "score = 2.349885718333057\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.01754 (+0.75184%)",
+ "score-diff": "0.3022491769993456",
+ "score-diff-perc": "+14.76088%",
+ "tooltip": "score = 2.349885718333057\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.30225 (+14.76088%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -13824,6 +13876,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 1.7465918167494323,
+ "score-diff": "0.06379050894562632",
+ "score-diff-perc": "+3.79073%",
+ "tooltip": "score = 1.7465918167494323\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.06379 (+3.79073%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -14255,11 +14333,11 @@
17,
1
),
- "score": 2.1804582544473394,
- "score-diff": "-0.019008486479822118",
- "score-diff-perc": "-0.86423%",
- "tooltip": "score = 2.1804582544473394\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01901 (-0.86423%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 2.1880926412683075,
+ "score-diff": "-0.011374099658854053",
+ "score-diff-perc": "-0.51713%",
+ "tooltip": "score = 2.1880926412683075\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01137 (-0.51713%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -14281,11 +14359,11 @@
17,
1
),
- "score": 2.1880926412683075,
- "score-diff": "0.007634386820968064",
- "score-diff-perc": "+0.35013%",
- "tooltip": "score = 2.1880926412683075\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00763 (+0.35013%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 2.39732662998193,
+ "score-diff": "0.2092339887136223",
+ "score-diff-perc": "+9.56239%",
+ "tooltip": "score = 2.39732662998193\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.20923 (+9.56239%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -14307,11 +14385,11 @@
17,
1
),
- "score": 2.39732662998193,
- "score-diff": "0.2092339887136223",
- "score-diff-perc": "+9.56239%",
- "tooltip": "score = 2.39732662998193\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.20923 (+9.56239%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 2.1804582544473394,
+ "score-diff": "-0.21686837553459037",
+ "score-diff-perc": "-9.04626%",
+ "tooltip": "score = 2.1804582544473394\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.21687 (-9.04626%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -14334,9 +14412,9 @@
7
),
"score": 2.1769452804134617,
- "score-diff": "-0.2203813495684681",
- "score-diff-perc": "-9.19280%",
- "tooltip": "score = 2.1769452804134617\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.22038 (-9.19280%)",
+ "score-diff": "-0.003512974033877736",
+ "score-diff-perc": "-0.16111%",
+ "tooltip": "score = 2.1769452804134617\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00351 (-0.16111%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -14619,11 +14697,11 @@
16,
5
),
- "score": 2.2051663422002648,
- "score-diff": "-0.26428313202578346",
- "score-diff-perc": "-10.70211%",
- "tooltip": "score = 2.2051663422002648\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.26428 (-10.70211%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 2.3841618805075555,
+ "score-diff": "-0.0852875937184927",
+ "score-diff-perc": "-3.45371%",
+ "tooltip": "score = 2.3841618805075555\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.08529 (-3.45371%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -14645,11 +14723,11 @@
16,
5
),
- "score": 2.1845679466973005,
- "score-diff": "-0.020598395502964273",
- "score-diff-perc": "-0.93410%",
- "tooltip": "score = 2.1845679466973005\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02060 (-0.93410%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 2.2051663422002648,
+ "score-diff": "-0.17899553830729076",
+ "score-diff-perc": "-7.50769%",
+ "tooltip": "score = 2.2051663422002648\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.17900 (-7.50769%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -14671,11 +14749,11 @@
16,
5
),
- "score": 2.3841618805075555,
- "score-diff": "0.19959393381025503",
- "score-diff-perc": "+9.13654%",
- "tooltip": "score = 2.3841618805075555\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.19959 (+9.13654%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 2.1845679466973005,
+ "score-diff": "-0.020598395502964273",
+ "score-diff-perc": "-0.93410%",
+ "tooltip": "score = 2.1845679466973005\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02060 (-0.93410%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -14698,9 +14776,9 @@
21
),
"score": 2.374948037379568,
- "score-diff": "-0.009213843127987342",
- "score-diff-perc": "-0.38646%",
- "tooltip": "score = 2.374948037379568\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00921 (-0.38646%)",
+ "score-diff": "0.1903800906822677",
+ "score-diff-perc": "+8.71477%",
+ "tooltip": "score = 2.374948037379568\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.19038 (+8.71477%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -20279,6 +20357,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 1.8188639347976245,
+ "score-diff": "-0.013218440827897915",
+ "score-diff-perc": "-0.72150%",
+ "tooltip": "score = 1.8188639347976245\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01322 (-0.72150%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -20710,11 +20814,11 @@
17,
1
),
- "score": 119.48325371544118,
- "score-diff": "2.807166183865405",
- "score-diff-perc": "+2.40595%",
- "tooltip": "score = 119.48325371544118\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.80717 (+2.40595%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 115.94963051436783,
+ "score-diff": "-0.7264570172079488",
+ "score-diff-perc": "-0.62263%",
+ "tooltip": "score = 115.94963051436783\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.72646 (-0.62263%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -20736,11 +20840,11 @@
17,
1
),
- "score": 115.94963051436783,
- "score-diff": "-3.533623201073354",
- "score-diff-perc": "-2.95742%",
- "tooltip": "score = 115.94963051436783\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.53362 (-2.95742%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 272.2791000675676,
+ "score-diff": "156.32946955319977",
+ "score-diff-perc": "+134.82533%",
+ "tooltip": "score = 272.2791000675676\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +156.32947 (+134.82533%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -20762,11 +20866,11 @@
17,
1
),
- "score": 272.2791000675676,
- "score-diff": "156.32946955319977",
- "score-diff-perc": "+134.82533%",
- "tooltip": "score = 272.2791000675676\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +156.32947 (+134.82533%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 119.48325371544118,
+ "score-diff": "-152.7958463521264",
+ "score-diff-perc": "-56.11736%",
+ "tooltip": "score = 119.48325371544118\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -152.79585 (-56.11736%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -20789,9 +20893,9 @@
7
),
"score": 115.53003390517242,
- "score-diff": "-156.74906616239517",
- "score-diff-perc": "-57.56926%",
- "tooltip": "score = 115.53003390517242\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -156.74907 (-57.56926%)",
+ "score-diff": "-3.953219810268763",
+ "score-diff-perc": "-3.30860%",
+ "tooltip": "score = 115.53003390517242\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -3.95322 (-3.30860%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -21074,11 +21178,11 @@
16,
5
),
- "score": 136.46696678040541,
- "score-diff": "-124.52763645171336",
- "score-diff-perc": "-47.71272%",
- "tooltip": "score = 136.46696678040541\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -124.52764 (-47.71272%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 267.9019970328947,
+ "score-diff": "6.907393800775935",
+ "score-diff-perc": "+2.64657%",
+ "tooltip": "score = 267.9019970328947\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +6.90739 (+2.64657%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -21100,11 +21204,11 @@
16,
5
),
- "score": 119.30172932738095,
- "score-diff": "-17.16523745302446",
- "score-diff-perc": "-12.57831%",
- "tooltip": "score = 119.30172932738095\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -17.16524 (-12.57831%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 136.46696678040541,
+ "score-diff": "-131.4350302524893",
+ "score-diff-perc": "-49.06086%",
+ "tooltip": "score = 136.46696678040541\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -131.43503 (-49.06086%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -21126,11 +21230,11 @@
16,
5
),
- "score": 267.9019970328947,
- "score-diff": "148.60026770551377",
- "score-diff-perc": "+124.55835%",
- "tooltip": "score = 267.9019970328947\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +148.60027 (+124.55835%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 119.30172932738095,
+ "score-diff": "-17.16523745302446",
+ "score-diff-perc": "-12.57831%",
+ "tooltip": "score = 119.30172932738095\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -17.16524 (-12.57831%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -21153,9 +21257,9 @@
21
),
"score": 249.22814929268293,
- "score-diff": "-18.673847740211784",
- "score-diff-perc": "-6.97040%",
- "tooltip": "score = 249.22814929268293\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -18.67385 (-6.97040%)",
+ "score-diff": "129.926419965302",
+ "score-diff-perc": "+108.90573%",
+ "tooltip": "score = 249.22814929268293\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +129.92642 (+108.90573%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -26734,6 +26838,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 65.82081758623832,
+ "score-diff": "3.3753458008730988",
+ "score-diff-perc": "+5.40527%",
+ "tooltip": "score = 65.82081758623832\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.37535 (+5.40527%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -27165,11 +27295,11 @@
17,
1
),
- "score": 78.62013362109374,
- "score-diff": "-0.8264720503704268",
- "score-diff-perc": "-1.04029%",
- "tooltip": "score = 78.62013362109374\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.82647 (-1.04029%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 87.25413386248722,
+ "score-diff": "7.807528191023053",
+ "score-diff-perc": "+9.82739%",
+ "tooltip": "score = 87.25413386248722\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +7.80753 (+9.82739%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -27191,11 +27321,11 @@
17,
1
),
- "score": 87.25413386248722,
- "score-diff": "8.63400024139348",
- "score-diff-perc": "+10.98192%",
- "tooltip": "score = 87.25413386248722\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +8.63400 (+10.98192%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 86.08547975887858,
+ "score-diff": "-1.1686541036086453",
+ "score-diff-perc": "-1.33937%",
+ "tooltip": "score = 86.08547975887858\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.16865 (-1.33937%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -27217,11 +27347,11 @@
17,
1
),
- "score": 86.08547975887858,
- "score-diff": "-1.1686541036086453",
- "score-diff-perc": "-1.33937%",
- "tooltip": "score = 86.08547975887858\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.16865 (-1.33937%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 78.62013362109374,
+ "score-diff": "-7.4653461377848345",
+ "score-diff-perc": "-8.67202%",
+ "tooltip": "score = 78.62013362109374\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.46535 (-8.67202%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -27244,9 +27374,9 @@
7
),
"score": 85.66105759982884,
- "score-diff": "-0.42442215904974034",
- "score-diff-perc": "-0.49302%",
- "tooltip": "score = 85.66105759982884\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.42442 (-0.49302%)",
+ "score-diff": "7.040923978735094",
+ "score-diff-perc": "+8.95562%",
+ "tooltip": "score = 85.66105759982884\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +7.04092 (+8.95562%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -27529,37 +27659,11 @@
16,
5
),
- "score": 78.64467760637501,
- "score-diff": "-8.030420573826078",
- "score-diff-perc": "-9.26497%",
- "tooltip": "score = 78.64467760637501\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -8.03042 (-9.26497%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
- "commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
- "commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
- "commit-author": "Radosław Waśko",
- "commit-url": "https://github.com/enso-org/enso/commit/8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
- "commit-date": new Date(
- 2024,
- 3,
- 26,
- 16,
- 5
- ),
- },
-
- {
- "date": new Date(
- 2024,
- 3,
- 26,
- 16,
- 5
- ),
- "score": 78.55457163867187,
- "score-diff": "-0.09010596770313839",
- "score-diff-perc": "-0.11457%",
- "tooltip": "score = 78.55457163867187\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.09011 (-0.11457%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 86.01948229153273,
+ "score-diff": "-0.6556158886683647",
+ "score-diff-perc": "-0.75641%",
+ "tooltip": "score = 86.01948229153273\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.65562 (-0.75641%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -27581,11 +27685,37 @@
16,
5
),
- "score": 86.01948229153273,
- "score-diff": "7.464910652860851",
- "score-diff-perc": "+9.50283%",
- "tooltip": "score = 86.01948229153273\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +7.46491 (+9.50283%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 78.64467760637501,
+ "score-diff": "-7.374804685157713",
+ "score-diff-perc": "-8.57341%",
+ "tooltip": "score = 78.64467760637501\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.37480 (-8.57341%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
+ "commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
+ "commit-author": "Radosław Waśko",
+ "commit-url": "https://github.com/enso-org/enso/commit/8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
+ "commit-date": new Date(
+ 2024,
+ 3,
+ 26,
+ 16,
+ 5
+ ),
+ },
+
+ {
+ "date": new Date(
+ 2024,
+ 3,
+ 26,
+ 16,
+ 5
+ ),
+ "score": 78.55457163867187,
+ "score-diff": "-0.09010596770313839",
+ "score-diff-perc": "-0.11457%",
+ "tooltip": "score = 78.55457163867187\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.09011 (-0.11457%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -27608,9 +27738,9 @@
21
),
"score": 93.03004044477241,
- "score-diff": "7.0105581532396855",
- "score-diff-perc": "+8.14997%",
- "tooltip": "score = 93.03004044477241\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +7.01056 (+8.14997%)",
+ "score-diff": "14.475468806100537",
+ "score-diff-perc": "+18.42728%",
+ "tooltip": "score = 93.03004044477241\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +14.47547 (+18.42728%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -33189,6 +33319,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 43.43324537285683,
+ "score-diff": "-0.38209770852385105",
+ "score-diff-perc": "-0.87206%",
+ "tooltip": "score = 43.43324537285683\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.38210 (-0.87206%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -33620,11 +33776,11 @@
17,
1
),
- "score": 23.227440948501688,
- "score-diff": "-0.035838392230264304",
- "score-diff-perc": "-0.15406%",
- "tooltip": "score = 23.227440948501688\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03584 (-0.15406%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 23.210888425349026,
+ "score-diff": "-0.05239091538292584",
+ "score-diff-perc": "-0.22521%",
+ "tooltip": "score = 23.210888425349026\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.05239 (-0.22521%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -33646,11 +33802,11 @@
17,
1
),
- "score": 23.210888425349026,
- "score-diff": "-0.016552523152661536",
- "score-diff-perc": "-0.07126%",
- "tooltip": "score = 23.210888425349026\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01655 (-0.07126%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 28.273604140279186,
+ "score-diff": "5.06271571493016",
+ "score-diff-perc": "+21.81181%",
+ "tooltip": "score = 28.273604140279186\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.06272 (+21.81181%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -33672,11 +33828,11 @@
17,
1
),
- "score": 28.273604140279186,
- "score-diff": "5.06271571493016",
- "score-diff-perc": "+21.81181%",
- "tooltip": "score = 28.273604140279186\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.06272 (+21.81181%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 23.227440948501688,
+ "score-diff": "-5.046163191777499",
+ "score-diff-perc": "-17.84761%",
+ "tooltip": "score = 23.227440948501688\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -5.04616 (-17.84761%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -33699,9 +33855,9 @@
7
),
"score": 23.68456293318712,
- "score-diff": "-4.589041207092066",
- "score-diff-perc": "-16.23083%",
- "tooltip": "score = 23.68456293318712\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -4.58904 (-16.23083%)",
+ "score-diff": "0.45712198468543264",
+ "score-diff-perc": "+1.96803%",
+ "tooltip": "score = 23.68456293318712\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.45712 (+1.96803%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -33984,11 +34140,11 @@
16,
5
),
- "score": 23.591113229583797,
- "score-diff": "-5.74272905612559",
- "score-diff-perc": "-19.57715%",
- "tooltip": "score = 23.591113229583797\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -5.74273 (-19.57715%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 27.974761418460453,
+ "score-diff": "-1.3590808672489345",
+ "score-diff-perc": "-4.63315%",
+ "tooltip": "score = 27.974761418460453\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.35908 (-4.63315%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -34010,11 +34166,11 @@
16,
5
),
- "score": 23.13562163135375,
- "score-diff": "-0.45549159823004715",
- "score-diff-perc": "-1.93078%",
- "tooltip": "score = 23.13562163135375\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.45549 (-1.93078%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 23.591113229583797,
+ "score-diff": "-4.383648188876656",
+ "score-diff-perc": "-15.67001%",
+ "tooltip": "score = 23.591113229583797\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.38365 (-15.67001%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -34036,11 +34192,11 @@
16,
5
),
- "score": 27.974761418460453,
- "score-diff": "4.839139787106703",
- "score-diff-perc": "+20.91640%",
- "tooltip": "score = 27.974761418460453\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.83914 (+20.91640%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 23.13562163135375,
+ "score-diff": "-0.45549159823004715",
+ "score-diff-perc": "-1.93078%",
+ "tooltip": "score = 23.13562163135375\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.45549 (-1.93078%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -34063,9 +34219,9 @@
21
),
"score": 28.129882517643573,
- "score-diff": "0.15512109918311978",
- "score-diff-perc": "+0.55450%",
- "tooltip": "score = 28.129882517643573\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.15512 (+0.55450%)",
+ "score-diff": "4.994260886289823",
+ "score-diff-perc": "+21.58689%",
+ "tooltip": "score = 28.129882517643573\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +4.99426 (+21.58689%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -39644,6 +39800,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 28.927803440253783,
+ "score-diff": "-0.49185590989198147",
+ "score-diff-perc": "-1.67186%",
+ "tooltip": "score = 28.927803440253783\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.49186 (-1.67186%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -40075,11 +40257,11 @@
17,
1
),
- "score": 43.78830836362331,
- "score-diff": "-3.2954480213532236",
- "score-diff-perc": "-6.99912%",
- "tooltip": "score = 43.78830836362331\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.29545 (-6.99912%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 43.922115282193815,
+ "score-diff": "-3.161641102782717",
+ "score-diff-perc": "-6.71493%",
+ "tooltip": "score = 43.922115282193815\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.16164 (-6.71493%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -40101,11 +40283,11 @@
17,
1
),
- "score": 43.922115282193815,
- "score-diff": "0.13380691857050664",
- "score-diff-perc": "+0.30558%",
- "tooltip": "score = 43.922115282193815\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.13381 (+0.30558%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 54.409214755434775,
+ "score-diff": "10.48709947324096",
+ "score-diff-perc": "+23.87658%",
+ "tooltip": "score = 54.409214755434775\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +10.48710 (+23.87658%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -40127,11 +40309,11 @@
17,
1
),
- "score": 54.409214755434775,
- "score-diff": "10.48709947324096",
- "score-diff-perc": "+23.87658%",
- "tooltip": "score = 54.409214755434775\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +10.48710 (+23.87658%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 43.78830836362331,
+ "score-diff": "-10.620906391811467",
+ "score-diff-perc": "-19.52042%",
+ "tooltip": "score = 43.78830836362331\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -10.62091 (-19.52042%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -40154,9 +40336,9 @@
7
),
"score": 43.55125006847826,
- "score-diff": "-10.857964686956514",
- "score-diff-perc": "-19.95611%",
- "tooltip": "score = 43.55125006847826\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -10.85796 (-19.95611%)",
+ "score-diff": "-0.23705829514504728",
+ "score-diff-perc": "-0.54137%",
+ "tooltip": "score = 43.55125006847826\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.23706 (-0.54137%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -40439,11 +40621,11 @@
16,
5
),
- "score": 43.477611796437984,
- "score-diff": "-9.147640305015585",
- "score-diff-perc": "-17.38261%",
- "tooltip": "score = 43.477611796437984\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -9.14764 (-17.38261%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 51.982556681495566,
+ "score-diff": "-0.6426954199580024",
+ "score-diff-perc": "-1.22127%",
+ "tooltip": "score = 51.982556681495566\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.64270 (-1.22127%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -40465,11 +40647,11 @@
16,
5
),
- "score": 43.96309048657308,
- "score-diff": "0.48547869013509626",
- "score-diff-perc": "+1.11662%",
- "tooltip": "score = 43.96309048657308\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.48548 (+1.11662%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 43.477611796437984,
+ "score-diff": "-8.504944885057583",
+ "score-diff-perc": "-16.36115%",
+ "tooltip": "score = 43.477611796437984\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -8.50494 (-16.36115%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -40491,11 +40673,11 @@
16,
5
),
- "score": 51.982556681495566,
- "score-diff": "8.019466194922487",
- "score-diff-perc": "+18.24136%",
- "tooltip": "score = 51.982556681495566\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +8.01947 (+18.24136%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 43.96309048657308,
+ "score-diff": "0.48547869013509626",
+ "score-diff-perc": "+1.11662%",
+ "tooltip": "score = 43.96309048657308\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.48548 (+1.11662%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -40518,9 +40700,9 @@
21
),
"score": 52.418914659010966,
- "score-diff": "0.4363579775153994",
- "score-diff-perc": "+0.83943%",
- "tooltip": "score = 52.418914659010966\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.43636 (+0.83943%)",
+ "score-diff": "8.455824172437886",
+ "score-diff-perc": "+19.23392%",
+ "tooltip": "score = 52.418914659010966\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +8.45582 (+19.23392%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -46099,6 +46281,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 50.77505339515075,
+ "score-diff": "-0.20945680352577511",
+ "score-diff-perc": "-0.41082%",
+ "tooltip": "score = 50.77505339515075\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.20946 (-0.41082%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -46530,11 +46738,11 @@
17,
1
),
- "score": 95.40331703746631,
- "score-diff": "-1.9412145329920634",
- "score-diff-perc": "-1.99417%",
- "tooltip": "score = 95.40331703746631\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.94121 (-1.99417%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 95.94774878990384,
+ "score-diff": "-1.3967827805545312",
+ "score-diff-perc": "-1.43489%",
+ "tooltip": "score = 95.94774878990384\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.39678 (-1.43489%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -46556,11 +46764,11 @@
17,
1
),
- "score": 95.94774878990384,
- "score-diff": "0.5444317524375322",
- "score-diff-perc": "+0.57066%",
- "tooltip": "score = 95.94774878990384\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.54443 (+0.57066%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 122.44380313109755,
+ "score-diff": "26.496054341193712",
+ "score-diff-perc": "+27.61509%",
+ "tooltip": "score = 122.44380313109755\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +26.49605 (+27.61509%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -46582,11 +46790,11 @@
17,
1
),
- "score": 122.44380313109755,
- "score-diff": "26.496054341193712",
- "score-diff-perc": "+27.61509%",
- "tooltip": "score = 122.44380313109755\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +26.49605 (+27.61509%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 95.40331703746631,
+ "score-diff": "-27.040486093631245",
+ "score-diff-perc": "-22.08400%",
+ "tooltip": "score = 95.40331703746631\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -27.04049 (-22.08400%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -46609,9 +46817,9 @@
7
),
"score": 95.70288905952381,
- "score-diff": "-26.74091407157374",
- "score-diff-perc": "-21.83934%",
- "tooltip": "score = 95.70288905952381\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -26.74091 (-21.83934%)",
+ "score-diff": "0.2995720220575038",
+ "score-diff-perc": "+0.31401%",
+ "tooltip": "score = 95.70288905952381\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.29957 (+0.31401%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -46894,11 +47102,11 @@
16,
5
),
- "score": 95.90070127946427,
- "score-diff": "-15.627095301091288",
- "score-diff-perc": "-14.01184%",
- "tooltip": "score = 95.90070127946427\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -15.62710 (-14.01184%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 112.11572522222221,
+ "score-diff": "0.5879286416666503",
+ "score-diff-perc": "+0.52716%",
+ "tooltip": "score = 112.11572522222221\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.58793 (+0.52716%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -46920,11 +47128,11 @@
16,
5
),
- "score": 96.02582646586539,
- "score-diff": "0.1251251864011209",
- "score-diff-perc": "+0.13047%",
- "tooltip": "score = 96.02582646586539\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.12513 (+0.13047%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 95.90070127946427,
+ "score-diff": "-16.215023942757938",
+ "score-diff-perc": "-14.46276%",
+ "tooltip": "score = 95.90070127946427\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -16.21502 (-14.46276%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -46946,11 +47154,11 @@
16,
5
),
- "score": 112.11572522222221,
- "score-diff": "16.089898756356817",
- "score-diff-perc": "+16.75580%",
- "tooltip": "score = 112.11572522222221\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +16.08990 (+16.75580%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 96.02582646586539,
+ "score-diff": "0.1251251864011209",
+ "score-diff-perc": "+0.13047%",
+ "tooltip": "score = 96.02582646586539\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.12513 (+0.13047%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -46973,9 +47181,9 @@
21
),
"score": 113.65604635843334,
- "score-diff": "1.5403211362111335",
- "score-diff-perc": "+1.37387%",
- "tooltip": "score = 113.65604635843334\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.54032 (+1.37387%)",
+ "score-diff": "17.63021989256795",
+ "score-diff-perc": "+18.35987%",
+ "tooltip": "score = 113.65604635843334\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +17.63022 (+18.35987%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -52554,6 +52762,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 81.97795549731774,
+ "score-diff": "4.677202683856194",
+ "score-diff-perc": "+6.05066%",
+ "tooltip": "score = 81.97795549731774\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +4.67720 (+6.05066%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -52985,11 +53219,11 @@
17,
1
),
- "score": 0.08974638605321687,
- "score-diff": "3.084297569064254e-05",
- "score-diff-perc": "+0.03438%",
- "tooltip": "score = 0.08974638605321687\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00003 (+0.03438%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 0.08975304177640805,
+ "score-diff": "3.749869888182433e-05",
+ "score-diff-perc": "+0.04180%",
+ "tooltip": "score = 0.08975304177640805\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00004 (+0.04180%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -53011,11 +53245,11 @@
17,
1
),
- "score": 0.08975304177640805,
- "score-diff": "6.655723191181795e-06",
- "score-diff-perc": "+0.00742%",
- "tooltip": "score = 0.08975304177640805\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00001 (+0.00742%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.12023324575730973,
+ "score-diff": "0.030480203980901677",
+ "score-diff-perc": "+33.96008%",
+ "tooltip": "score = 0.12023324575730973\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03048 (+33.96008%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -53037,11 +53271,11 @@
17,
1
),
- "score": 0.12023324575730973,
- "score-diff": "0.030480203980901677",
- "score-diff-perc": "+33.96008%",
- "tooltip": "score = 0.12023324575730973\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03048 (+33.96008%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 0.08974638605321687,
+ "score-diff": "-0.03048685970409286",
+ "score-diff-perc": "-25.35643%",
+ "tooltip": "score = 0.08974638605321687\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03049 (-25.35643%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -53064,9 +53298,9 @@
7
),
"score": 0.08971623409840043,
- "score-diff": "-0.0305170116589093",
- "score-diff-perc": "-25.38151%",
- "tooltip": "score = 0.08971623409840043\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.03052 (-25.38151%)",
+ "score-diff": "-3.0151954816440285e-05",
+ "score-diff-perc": "-0.03360%",
+ "tooltip": "score = 0.08971623409840043\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00003 (-0.03360%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -53349,11 +53583,11 @@
16,
5
),
- "score": 0.08971818734239417,
- "score-diff": "-0.03066142687552023",
- "score-diff-perc": "-25.47061%",
- "tooltip": "score = 0.08971818734239417\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03066 (-25.47061%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 0.12008698182121788,
+ "score-diff": "-0.00029263239669652386",
+ "score-diff-perc": "-0.24309%",
+ "tooltip": "score = 0.12008698182121788\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00029 (-0.24309%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -53375,11 +53609,11 @@
16,
5
),
- "score": 0.08978160727726833,
- "score-diff": "6.341993487415931e-05",
- "score-diff-perc": "+0.07069%",
- "tooltip": "score = 0.08978160727726833\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00006 (+0.07069%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 0.08971818734239417,
+ "score-diff": "-0.030368794478823707",
+ "score-diff-perc": "-25.28900%",
+ "tooltip": "score = 0.08971818734239417\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03037 (-25.28900%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -53401,11 +53635,11 @@
16,
5
),
- "score": 0.12008698182121788,
- "score-diff": "0.030305374543949548",
- "score-diff-perc": "+33.75455%",
- "tooltip": "score = 0.12008698182121788\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03031 (+33.75455%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 0.08978160727726833,
+ "score-diff": "6.341993487415931e-05",
+ "score-diff-perc": "+0.07069%",
+ "tooltip": "score = 0.08978160727726833\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00006 (+0.07069%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -53428,9 +53662,9 @@
21
),
"score": 0.12007060706075405,
- "score-diff": "-1.637476046383035e-05",
- "score-diff-perc": "-0.01364%",
- "tooltip": "score = 0.12007060706075405\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00002 (-0.01364%)",
+ "score-diff": "0.030288999783485718",
+ "score-diff-perc": "+33.73631%",
+ "tooltip": "score = 0.12007060706075405\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.03029 (+33.73631%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -59009,6 +59243,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.1217105953577059,
+ "score-diff": "0.001067666711245835",
+ "score-diff-perc": "+0.88498%",
+ "tooltip": "score = 0.1217105953577059\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00107 (+0.88498%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -59440,11 +59700,11 @@
17,
1
),
- "score": 0.10094807143319026,
- "score-diff": "5.034991056153404e-05",
- "score-diff-perc": "+0.04990%",
- "tooltip": "score = 0.10094807143319026\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00005 (+0.04990%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 0.1008550402182091,
+ "score-diff": "-4.268130441963114e-05",
+ "score-diff-perc": "-0.04230%",
+ "tooltip": "score = 0.1008550402182091\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00004 (-0.04230%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -59466,11 +59726,11 @@
17,
1
),
- "score": 0.1008550402182091,
- "score-diff": "-9.303121498116518e-05",
- "score-diff-perc": "-0.09216%",
- "tooltip": "score = 0.1008550402182091\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00009 (-0.09216%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.12690281860497948,
+ "score-diff": "0.026047778386770387",
+ "score-diff-perc": "+25.82695%",
+ "tooltip": "score = 0.12690281860497948\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02605 (+25.82695%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -59492,11 +59752,11 @@
17,
1
),
- "score": 0.12690281860497948,
- "score-diff": "0.026047778386770387",
- "score-diff-perc": "+25.82695%",
- "tooltip": "score = 0.12690281860497948\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02605 (+25.82695%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 0.10094807143319026,
+ "score-diff": "-0.025954747171789222",
+ "score-diff-perc": "-20.45246%",
+ "tooltip": "score = 0.10094807143319026\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.02595 (-20.45246%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -59519,9 +59779,9 @@
7
),
"score": 0.10082413537937054,
- "score-diff": "-0.02607868322560894",
- "score-diff-perc": "-20.55012%",
- "tooltip": "score = 0.10082413537937054\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.02608 (-20.55012%)",
+ "score-diff": "-0.00012393605381971762",
+ "score-diff-perc": "-0.12277%",
+ "tooltip": "score = 0.10082413537937054\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00012 (-0.12277%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -59804,11 +60064,11 @@
16,
5
),
- "score": 0.10096833809697865,
- "score-diff": "-0.026229254087014667",
- "score-diff-perc": "-20.62087%",
- "tooltip": "score = 0.10096833809697865\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02623 (-20.62087%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 0.12674426619458073,
+ "score-diff": "-0.00045332598941258406",
+ "score-diff-perc": "-0.35640%",
+ "tooltip": "score = 0.12674426619458073\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00045 (-0.35640%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -59830,11 +60090,11 @@
16,
5
),
- "score": 0.08936420440623669,
- "score-diff": "-0.011604133690741966",
- "score-diff-perc": "-11.49284%",
- "tooltip": "score = 0.08936420440623669\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01160 (-11.49284%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 0.10096833809697865,
+ "score-diff": "-0.025775928097602083",
+ "score-diff-perc": "-20.33696%",
+ "tooltip": "score = 0.10096833809697865\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02578 (-20.33696%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -59856,11 +60116,11 @@
16,
5
),
- "score": 0.12674426619458073,
- "score-diff": "0.03738006178834405",
- "score-diff-perc": "+41.82890%",
- "tooltip": "score = 0.12674426619458073\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03738 (+41.82890%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 0.08936420440623669,
+ "score-diff": "-0.011604133690741966",
+ "score-diff-perc": "-11.49284%",
+ "tooltip": "score = 0.08936420440623669\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01160 (-11.49284%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -59883,9 +60143,9 @@
21
),
"score": 0.12666834535977092,
- "score-diff": "-7.592083480981171e-05",
- "score-diff-perc": "-0.05990%",
- "tooltip": "score = 0.12666834535977092\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00008 (-0.05990%)",
+ "score-diff": "0.03730414095353424",
+ "score-diff-perc": "+41.74394%",
+ "tooltip": "score = 0.12666834535977092\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.03730 (+41.74394%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -65464,6 +65724,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.19485742309582527,
+ "score-diff": "0.0003446400220365742",
+ "score-diff-perc": "+0.17718%",
+ "tooltip": "score = 0.19485742309582527\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00034 (+0.17718%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -65895,11 +66181,11 @@
17,
1
),
- "score": 0.032720291482920154,
- "score-diff": "-0.00037808469393928873",
- "score-diff-perc": "-1.14231%",
- "tooltip": "score = 0.032720291482920154\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00038 (-1.14231%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 0.032689054037454875,
+ "score-diff": "-0.0004093221394045679",
+ "score-diff-perc": "-1.23668%",
+ "tooltip": "score = 0.032689054037454875\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00041 (-1.23668%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -65921,11 +66207,11 @@
17,
1
),
- "score": 0.032689054037454875,
- "score-diff": "-3.123744546527918e-05",
- "score-diff-perc": "-0.09547%",
- "tooltip": "score = 0.032689054037454875\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00003 (-0.09547%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.08123302954340676,
+ "score-diff": "0.04854397550595189",
+ "score-diff-perc": "+148.50223%",
+ "tooltip": "score = 0.08123302954340676\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04854 (+148.50223%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -65947,11 +66233,11 @@
17,
1
),
- "score": 0.08123302954340676,
- "score-diff": "0.04854397550595189",
- "score-diff-perc": "+148.50223%",
- "tooltip": "score = 0.08123302954340676\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04854 (+148.50223%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 0.032720291482920154,
+ "score-diff": "-0.04851273806048661",
+ "score-diff-perc": "-59.72046%",
+ "tooltip": "score = 0.032720291482920154\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.04851 (-59.72046%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -65974,9 +66260,9 @@
7
),
"score": 0.032900993810681164,
- "score-diff": "-0.0483320357327256",
- "score-diff-perc": "-59.49801%",
- "tooltip": "score = 0.032900993810681164\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.04833 (-59.49801%)",
+ "score-diff": "0.00018070232776101064",
+ "score-diff-perc": "+0.55226%",
+ "tooltip": "score = 0.032900993810681164\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00018 (+0.55226%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -66259,11 +66545,11 @@
16,
5
),
- "score": 0.03298405897277291,
- "score-diff": "-0.04822916977189228",
- "score-diff-perc": "-59.38585%",
- "tooltip": "score = 0.03298405897277291\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04823 (-59.38585%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 0.08106775841019334,
+ "score-diff": "-0.00014547033447184776",
+ "score-diff-perc": "-0.17912%",
+ "tooltip": "score = 0.08106775841019334\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00015 (-0.17912%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -66285,11 +66571,11 @@
16,
5
),
- "score": 0.03264843767574256,
- "score-diff": "-0.000335621297030346",
- "score-diff-perc": "-1.01753%",
- "tooltip": "score = 0.03264843767574256\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00034 (-1.01753%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 0.03298405897277291,
+ "score-diff": "-0.048083699437420434",
+ "score-diff-perc": "-59.31298%",
+ "tooltip": "score = 0.03298405897277291\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04808 (-59.31298%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -66311,11 +66597,11 @@
16,
5
),
- "score": 0.08106775841019334,
- "score-diff": "0.04841932073445078",
- "score-diff-perc": "+148.30517%",
- "tooltip": "score = 0.08106775841019334\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.04842 (+148.30517%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 0.03264843767574256,
+ "score-diff": "-0.000335621297030346",
+ "score-diff-perc": "-1.01753%",
+ "tooltip": "score = 0.03264843767574256\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00034 (-1.01753%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -66338,9 +66624,9 @@
21
),
"score": 0.08105324500392183,
- "score-diff": "-1.451340627151021e-05",
- "score-diff-perc": "-0.01790%",
- "tooltip": "score = 0.08105324500392183\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00001 (-0.01790%)",
+ "score-diff": "0.04840480732817927",
+ "score-diff-perc": "+148.26072%",
+ "tooltip": "score = 0.08105324500392183\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.04840 (+148.26072%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -71919,6 +72205,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.08319312881526936,
+ "score-diff": "0.001073500522326104",
+ "score-diff-perc": "+1.30724%",
+ "tooltip": "score = 0.08319312881526936\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00107 (+1.30724%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -72350,11 +72662,11 @@
17,
1
),
- "score": 0.08891633286999796,
- "score-diff": "2.0064475917139224e-05",
- "score-diff-perc": "+0.02257%",
- "tooltip": "score = 0.08891633286999796\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00002 (+0.02257%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 0.08891622860733227,
+ "score-diff": "1.9960213251443704e-05",
+ "score-diff-perc": "+0.02245%",
+ "tooltip": "score = 0.08891622860733227\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00002 (+0.02245%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -72376,11 +72688,11 @@
17,
1
),
- "score": 0.08891622860733227,
- "score-diff": "-1.0426266569552034e-07",
- "score-diff-perc": "-0.00012%",
- "tooltip": "score = 0.08891622860733227\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00000 (-0.00012%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.12022461336239956,
+ "score-diff": "0.031308384755067295",
+ "score-diff-perc": "+35.21110%",
+ "tooltip": "score = 0.12022461336239956\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03131 (+35.21110%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -72402,11 +72714,11 @@
17,
1
),
- "score": 0.12022461336239956,
- "score-diff": "0.031308384755067295",
- "score-diff-perc": "+35.21110%",
- "tooltip": "score = 0.12022461336239956\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03131 (+35.21110%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 0.08891633286999796,
+ "score-diff": "-0.0313082804924016",
+ "score-diff-perc": "-26.04149%",
+ "tooltip": "score = 0.08891633286999796\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03131 (-26.04149%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -72429,9 +72741,9 @@
7
),
"score": 0.08886666639771125,
- "score-diff": "-0.03135794696468831",
- "score-diff-perc": "-26.08280%",
- "tooltip": "score = 0.08886666639771125\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.03136 (-26.08280%)",
+ "score-diff": "-4.96664722867135e-05",
+ "score-diff-perc": "-0.05586%",
+ "tooltip": "score = 0.08886666639771125\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00005 (-0.05586%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -72714,11 +73026,11 @@
16,
5
),
- "score": 0.08916010547078751,
- "score-diff": "-0.031257525447903514",
- "score-diff-perc": "-25.95760%",
- "tooltip": "score = 0.08916010547078751\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03126 (-25.95760%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 0.12015599389893006,
+ "score-diff": "-0.00026163701976096576",
+ "score-diff-perc": "-0.21727%",
+ "tooltip": "score = 0.12015599389893006\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00026 (-0.21727%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -72740,11 +73052,11 @@
16,
5
),
- "score": 0.0889263614138984,
- "score-diff": "-0.00023374405688911248",
- "score-diff-perc": "-0.26216%",
- "tooltip": "score = 0.0889263614138984\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00023 (-0.26216%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 0.08916010547078751,
+ "score-diff": "-0.03099588842814255",
+ "score-diff-perc": "-25.79637%",
+ "tooltip": "score = 0.08916010547078751\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03100 (-25.79637%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -72766,11 +73078,11 @@
16,
5
),
- "score": 0.12015599389893006,
- "score-diff": "0.03122963248503166",
- "score-diff-perc": "+35.11853%",
- "tooltip": "score = 0.12015599389893006\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03123 (+35.11853%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 0.0889263614138984,
+ "score-diff": "-0.00023374405688911248",
+ "score-diff-perc": "-0.26216%",
+ "tooltip": "score = 0.0889263614138984\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00023 (-0.26216%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -72793,9 +73105,9 @@
21
),
"score": 0.12007541398561943,
- "score-diff": "-8.057991331063274e-05",
- "score-diff-perc": "-0.06706%",
- "tooltip": "score = 0.12007541398561943\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00008 (-0.06706%)",
+ "score-diff": "0.031149052571721028",
+ "score-diff-perc": "+35.02792%",
+ "tooltip": "score = 0.12007541398561943\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.03115 (+35.02792%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -78374,6 +78686,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.12125223935665821,
+ "score-diff": "-0.00014823658272335172",
+ "score-diff-perc": "-0.12211%",
+ "tooltip": "score = 0.12125223935665821\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00015 (-0.12211%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -78805,11 +79143,11 @@
17,
1
),
- "score": 0.4323497644138584,
- "score-diff": "0.04785111870426206",
- "score-diff-perc": "+12.44507%",
- "tooltip": "score = 0.4323497644138584\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04785 (+12.44507%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 0.3845327723698432,
+ "score-diff": "3.412666024682487e-05",
+ "score-diff-perc": "+0.00888%",
+ "tooltip": "score = 0.3845327723698432\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00003 (+0.00888%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -78831,11 +79169,11 @@
17,
1
),
- "score": 0.3845327723698432,
- "score-diff": "-0.04781699204401524",
- "score-diff-perc": "-11.05979%",
- "tooltip": "score = 0.3845327723698432\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.04782 (-11.05979%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.6821185564751991,
+ "score-diff": "0.29758578410535597",
+ "score-diff-perc": "+77.38893%",
+ "tooltip": "score = 0.6821185564751991\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.29759 (+77.38893%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -78857,11 +79195,11 @@
17,
1
),
- "score": 0.6821185564751991,
- "score-diff": "0.29758578410535597",
- "score-diff-perc": "+77.38893%",
- "tooltip": "score = 0.6821185564751991\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.29759 (+77.38893%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 0.4323497644138584,
+ "score-diff": "-0.24976879206134073",
+ "score-diff-perc": "-36.61662%",
+ "tooltip": "score = 0.4323497644138584\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.24977 (-36.61662%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -78884,9 +79222,9 @@
7
),
"score": 0.4323648708609512,
- "score-diff": "-0.24975368561424793",
- "score-diff-perc": "-36.61441%",
- "tooltip": "score = 0.4323648708609512\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.24975 (-36.61441%)",
+ "score-diff": "1.5106447092794184e-05",
+ "score-diff-perc": "+0.00349%",
+ "tooltip": "score = 0.4323648708609512\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00002 (+0.00349%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -79169,11 +79507,11 @@
16,
5
),
- "score": 0.38524938198546993,
- "score-diff": "-0.2970711598080071",
- "score-diff-perc": "-43.53836%",
- "tooltip": "score = 0.38524938198546993\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.29707 (-43.53836%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 0.6819059264434909,
+ "score-diff": "-0.0004146153499861027",
+ "score-diff-perc": "-0.06077%",
+ "tooltip": "score = 0.6819059264434909\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00041 (-0.06077%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -79195,11 +79533,11 @@
16,
5
),
- "score": 0.4324101554952614,
- "score-diff": "0.047160773509791476",
- "score-diff-perc": "+12.24162%",
- "tooltip": "score = 0.4324101554952614\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.04716 (+12.24162%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 0.38524938198546993,
+ "score-diff": "-0.296656544458021",
+ "score-diff-perc": "-43.50403%",
+ "tooltip": "score = 0.38524938198546993\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.29666 (-43.50403%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -79221,11 +79559,11 @@
16,
5
),
- "score": 0.6819059264434909,
- "score-diff": "0.2494957709482295",
- "score-diff-perc": "+57.69887%",
- "tooltip": "score = 0.6819059264434909\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.24950 (+57.69887%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 0.4324101554952614,
+ "score-diff": "0.047160773509791476",
+ "score-diff-perc": "+12.24162%",
+ "tooltip": "score = 0.4324101554952614\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.04716 (+12.24162%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -79248,9 +79586,9 @@
21
),
"score": 0.6805984516640734,
- "score-diff": "-0.0013074747794175057",
- "score-diff-perc": "-0.19174%",
- "tooltip": "score = 0.6805984516640734\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00131 (-0.19174%)",
+ "score-diff": "0.248188296168812",
+ "score-diff-perc": "+57.39650%",
+ "tooltip": "score = 0.6805984516640734\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.24819 (+57.39650%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -84829,6 +85167,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.19482151216246932,
+ "score-diff": "-4.514898056814931e-05",
+ "score-diff-perc": "-0.02317%",
+ "tooltip": "score = 0.19482151216246932\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00005 (-0.02317%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -85260,11 +85624,11 @@
17,
1
),
- "score": 3.2894928148800213,
- "score-diff": "-0.011040855492333801",
- "score-diff-perc": "-0.33452%",
- "tooltip": "score = 3.2894928148800213\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01104 (-0.33452%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 3.3886938632816936,
+ "score-diff": "0.08816019290933852",
+ "score-diff-perc": "+2.67109%",
+ "tooltip": "score = 3.3886938632816936\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.08816 (+2.67109%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -85286,11 +85650,11 @@
17,
1
),
- "score": 3.3886938632816936,
- "score-diff": "0.09920104840167232",
- "score-diff-perc": "+3.01569%",
- "tooltip": "score = 3.3886938632816936\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.09920 (+3.01569%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 3.6977164481134124,
+ "score-diff": "0.30902258483171874",
+ "score-diff-perc": "+9.11922%",
+ "tooltip": "score = 3.6977164481134124\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.30902 (+9.11922%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -85312,11 +85676,11 @@
17,
1
),
- "score": 3.6977164481134124,
- "score-diff": "0.30902258483171874",
- "score-diff-perc": "+9.11922%",
- "tooltip": "score = 3.6977164481134124\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.30902 (+9.11922%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 3.2894928148800213,
+ "score-diff": "-0.40822363323339106",
+ "score-diff-perc": "-11.03988%",
+ "tooltip": "score = 3.2894928148800213\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.40822 (-11.03988%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -85339,9 +85703,9 @@
7
),
"score": 3.2529690863933736,
- "score-diff": "-0.4447473617200388",
- "score-diff-perc": "-12.02762%",
- "tooltip": "score = 3.2529690863933736\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.44475 (-12.02762%)",
+ "score-diff": "-0.036523728486647755",
+ "score-diff-perc": "-1.11031%",
+ "tooltip": "score = 3.2529690863933736\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.03652 (-1.11031%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -85624,11 +85988,11 @@
16,
5
),
- "score": 3.2948755710066266,
- "score-diff": "-0.43218539409535994",
- "score-diff-perc": "-11.59588%",
- "tooltip": "score = 3.2948755710066266\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.43219 (-11.59588%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 3.5905776051069624,
+ "score-diff": "-0.13648335999502414",
+ "score-diff-perc": "-3.66196%",
+ "tooltip": "score = 3.5905776051069624\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.13648 (-3.66196%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -85650,11 +86014,11 @@
16,
5
),
- "score": 3.2912043256737364,
- "score-diff": "-0.003671245332890205",
- "score-diff-perc": "-0.11142%",
- "tooltip": "score = 3.2912043256737364\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00367 (-0.11142%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 3.2948755710066266,
+ "score-diff": "-0.2957020341003358",
+ "score-diff-perc": "-8.23550%",
+ "tooltip": "score = 3.2948755710066266\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.29570 (-8.23550%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -85676,11 +86040,11 @@
16,
5
),
- "score": 3.5905776051069624,
- "score-diff": "0.299373279433226",
- "score-diff-perc": "+9.09616%",
- "tooltip": "score = 3.5905776051069624\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.29937 (+9.09616%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 3.2912043256737364,
+ "score-diff": "-0.003671245332890205",
+ "score-diff-perc": "-0.11142%",
+ "tooltip": "score = 3.2912043256737364\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00367 (-0.11142%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -85703,9 +86067,9 @@
21
),
"score": 3.589179914995288,
- "score-diff": "-0.0013976901116743434",
- "score-diff-perc": "-0.03893%",
- "tooltip": "score = 3.589179914995288\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00140 (-0.03893%)",
+ "score-diff": "0.29797558932155166",
+ "score-diff-perc": "+9.05369%",
+ "tooltip": "score = 3.589179914995288\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.29798 (+9.05369%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -91284,6 +91648,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 3.679436364631845,
+ "score-diff": "0.05145414712268703",
+ "score-diff-perc": "+1.41826%",
+ "tooltip": "score = 3.679436364631845\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.05145 (+1.41826%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -91715,11 +92105,11 @@
17,
1
),
- "score": 3.286744852793081,
- "score-diff": "-0.06194144920310318",
- "score-diff-perc": "-1.84972%",
- "tooltip": "score = 3.286744852793081\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.06194 (-1.84972%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 3.2701787903531057,
+ "score-diff": "-0.07850751164307868",
+ "score-diff-perc": "-2.34443%",
+ "tooltip": "score = 3.2701787903531057\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.07851 (-2.34443%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -91741,11 +92131,11 @@
17,
1
),
- "score": 3.2701787903531057,
- "score-diff": "-0.016566062439975493",
- "score-diff-perc": "-0.50403%",
- "tooltip": "score = 3.2701787903531057\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01657 (-0.50403%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 8.96220278547312,
+ "score-diff": "5.692023995120016",
+ "score-diff-perc": "+174.05850%",
+ "tooltip": "score = 8.96220278547312\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.69202 (+174.05850%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -91767,11 +92157,11 @@
17,
1
),
- "score": 8.96220278547312,
- "score-diff": "5.692023995120016",
- "score-diff-perc": "+174.05850%",
- "tooltip": "score = 8.96220278547312\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.69202 (+174.05850%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 3.286744852793081,
+ "score-diff": "-5.67545793268004",
+ "score-diff-perc": "-63.32660%",
+ "tooltip": "score = 3.286744852793081\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -5.67546 (-63.32660%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -91794,9 +92184,9 @@
7
),
"score": 3.2773948829000488,
- "score-diff": "-5.684807902573072",
- "score-diff-perc": "-63.43092%",
- "tooltip": "score = 3.2773948829000488\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -5.68481 (-63.43092%)",
+ "score-diff": "-0.009349969893032384",
+ "score-diff-perc": "-0.28448%",
+ "tooltip": "score = 3.2773948829000488\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00935 (-0.28448%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -92079,11 +92469,11 @@
16,
5
),
- "score": 3.3108503675918235,
- "score-diff": "-5.951748796907815",
- "score-diff-perc": "-64.25571%",
- "tooltip": "score = 3.3108503675918235\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -5.95175 (-64.25571%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 8.944195242547906,
+ "score-diff": "-0.3184039219517327",
+ "score-diff-perc": "-3.43752%",
+ "tooltip": "score = 8.944195242547906\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.31840 (-3.43752%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -92105,11 +92495,11 @@
16,
5
),
- "score": 3.3274145689577113,
- "score-diff": "0.016564201365887765",
- "score-diff-perc": "+0.50030%",
- "tooltip": "score = 3.3274145689577113\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01656 (+0.50030%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 3.3108503675918235,
+ "score-diff": "-5.633344874956082",
+ "score-diff-perc": "-62.98325%",
+ "tooltip": "score = 3.3108503675918235\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -5.63334 (-62.98325%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -92131,11 +92521,11 @@
16,
5
),
- "score": 8.944195242547906,
- "score-diff": "5.616780673590195",
- "score-diff-perc": "+168.80315%",
- "tooltip": "score = 8.944195242547906\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.61678 (+168.80315%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 3.3274145689577113,
+ "score-diff": "0.016564201365887765",
+ "score-diff-perc": "+0.50030%",
+ "tooltip": "score = 3.3274145689577113\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01656 (+0.50030%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -92158,9 +92548,9 @@
21
),
"score": 9.077963967410172,
- "score-diff": "0.1337687248622661",
- "score-diff-perc": "+1.49559%",
- "tooltip": "score = 9.077963967410172\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.13377 (+1.49559%)",
+ "score-diff": "5.750549398452461",
+ "score-diff-perc": "+172.82335%",
+ "tooltip": "score = 9.077963967410172\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +5.75055 (+172.82335%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -97739,6 +98129,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 9.071502430514375,
+ "score-diff": "-0.34179937126265436",
+ "score-diff-perc": "-3.63103%",
+ "tooltip": "score = 9.071502430514375\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.34180 (-3.63103%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -98170,11 +98586,11 @@
17,
1
),
- "score": 3.2287443024651865,
- "score-diff": "-0.08594092374199169",
- "score-diff-perc": "-2.59273%",
- "tooltip": "score = 3.2287443024651865\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.08594 (-2.59273%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 3.3076153675701163,
+ "score-diff": "-0.007069858637061888",
+ "score-diff-perc": "-0.21329%",
+ "tooltip": "score = 3.3076153675701163\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00707 (-0.21329%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -98196,11 +98612,11 @@
17,
1
),
- "score": 3.3076153675701163,
- "score-diff": "0.0788710651049298",
- "score-diff-perc": "+2.44278%",
- "tooltip": "score = 3.3076153675701163\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.07887 (+2.44278%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 3.634001662947432,
+ "score-diff": "0.3263862953773158",
+ "score-diff-perc": "+9.86772%",
+ "tooltip": "score = 3.634001662947432\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.32639 (+9.86772%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -98222,11 +98638,11 @@
17,
1
),
- "score": 3.634001662947432,
- "score-diff": "0.3263862953773158",
- "score-diff-perc": "+9.86772%",
- "tooltip": "score = 3.634001662947432\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.32639 (+9.86772%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 3.2287443024651865,
+ "score-diff": "-0.4052573604822456",
+ "score-diff-perc": "-11.15182%",
+ "tooltip": "score = 3.2287443024651865\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.40526 (-11.15182%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -98249,9 +98665,9 @@
7
),
"score": 3.3551055145832,
- "score-diff": "-0.27889614836423204",
- "score-diff-perc": "-7.67463%",
- "tooltip": "score = 3.3551055145832\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.27890 (-7.67463%)",
+ "score-diff": "0.12636121211801354",
+ "score-diff-perc": "+3.91363%",
+ "tooltip": "score = 3.3551055145832\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.12636 (+3.91363%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -98534,11 +98950,11 @@
16,
5
),
- "score": 3.3509898022792983,
- "score-diff": "-0.3017584043145538",
- "score-diff-perc": "-8.26113%",
- "tooltip": "score = 3.3509898022792983\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.30176 (-8.26113%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 3.6192865643762864,
+ "score-diff": "-0.03346164221756576",
+ "score-diff-perc": "-0.91607%",
+ "tooltip": "score = 3.6192865643762864\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03346 (-0.91607%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -98560,11 +98976,11 @@
16,
5
),
- "score": 3.3027005698175294,
- "score-diff": "-0.04828923246176897",
- "score-diff-perc": "-1.44104%",
- "tooltip": "score = 3.3027005698175294\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04829 (-1.44104%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 3.3509898022792983,
+ "score-diff": "-0.26829676209698805",
+ "score-diff-perc": "-7.41297%",
+ "tooltip": "score = 3.3509898022792983\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.26830 (-7.41297%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -98586,11 +99002,11 @@
16,
5
),
- "score": 3.6192865643762864,
- "score-diff": "0.316585994558757",
- "score-diff-perc": "+9.58567%",
- "tooltip": "score = 3.6192865643762864\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.31659 (+9.58567%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 3.3027005698175294,
+ "score-diff": "-0.04828923246176897",
+ "score-diff-perc": "-1.44104%",
+ "tooltip": "score = 3.3027005698175294\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04829 (-1.44104%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -98613,9 +99029,9 @@
21
),
"score": 3.7087401360504666,
- "score-diff": "0.08945357167418022",
- "score-diff-perc": "+2.47158%",
- "tooltip": "score = 3.7087401360504666\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.08945 (+2.47158%)",
+ "score-diff": "0.40603956623293724",
+ "score-diff-perc": "+12.29417%",
+ "tooltip": "score = 3.7087401360504666\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.40604 (+12.29417%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -104194,6 +104610,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 3.6399995770644686,
+ "score-diff": "-0.06012149583828341",
+ "score-diff-perc": "-1.62485%",
+ "tooltip": "score = 3.6399995770644686\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.06012 (-1.62485%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -104625,11 +105067,11 @@
17,
1
),
- "score": 5.721148577988519,
- "score-diff": "-0.1602735914529836",
- "score-diff-perc": "-2.72508%",
- "tooltip": "score = 5.721148577988519\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.16027 (-2.72508%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 5.541275093531234,
+ "score-diff": "-0.34014707591026827",
+ "score-diff-perc": "-5.78342%",
+ "tooltip": "score = 5.541275093531234\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.34015 (-5.78342%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -104651,11 +105093,11 @@
17,
1
),
- "score": 5.541275093531234,
- "score-diff": "-0.17987348445728468",
- "score-diff-perc": "-3.14401%",
- "tooltip": "score = 5.541275093531234\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.17987 (-3.14401%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 6.740142022036444,
+ "score-diff": "1.1988669285052103",
+ "score-diff-perc": "+21.63522%",
+ "tooltip": "score = 6.740142022036444\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.19887 (+21.63522%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -104677,11 +105119,11 @@
17,
1
),
- "score": 6.740142022036444,
- "score-diff": "1.1988669285052103",
- "score-diff-perc": "+21.63522%",
- "tooltip": "score = 6.740142022036444\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.19887 (+21.63522%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 5.721148577988519,
+ "score-diff": "-1.0189934440479256",
+ "score-diff-perc": "-15.11828%",
+ "tooltip": "score = 5.721148577988519\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.01899 (-15.11828%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -104704,9 +105146,9 @@
7
),
"score": 5.776168828194562,
- "score-diff": "-0.9639731938418823",
- "score-diff-perc": "-14.30197%",
- "tooltip": "score = 5.776168828194562\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.96397 (-14.30197%)",
+ "score-diff": "0.055020250206043286",
+ "score-diff-perc": "+0.96170%",
+ "tooltip": "score = 5.776168828194562\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.05502 (+0.96170%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -104989,11 +105431,11 @@
16,
5
),
- "score": 7.319125084538844,
- "score-diff": "0.7013542154790917",
- "score-diff-perc": "+10.59804%",
- "tooltip": "score = 7.319125084538844\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.70135 (+10.59804%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 7.0240882722463365,
+ "score-diff": "0.40631740318658416",
+ "score-diff-perc": "+6.13979%",
+ "tooltip": "score = 7.0240882722463365\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.40632 (+6.13979%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -105015,11 +105457,11 @@
16,
5
),
- "score": 5.687323592047147,
- "score-diff": "-1.6318014924916966",
- "score-diff-perc": "-22.29503%",
- "tooltip": "score = 5.687323592047147\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.63180 (-22.29503%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 7.319125084538844,
+ "score-diff": "0.29503681229250756",
+ "score-diff-perc": "+4.20036%",
+ "tooltip": "score = 7.319125084538844\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.29504 (+4.20036%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -105041,11 +105483,11 @@
16,
5
),
- "score": 7.0240882722463365,
- "score-diff": "1.336764680199189",
- "score-diff-perc": "+23.50428%",
- "tooltip": "score = 7.0240882722463365\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.33676 (+23.50428%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 5.687323592047147,
+ "score-diff": "-1.6318014924916966",
+ "score-diff-perc": "-22.29503%",
+ "tooltip": "score = 5.687323592047147\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.63180 (-22.29503%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -105068,9 +105510,9 @@
21
),
"score": 7.444132402744017,
- "score-diff": "0.42004413049768097",
- "score-diff-perc": "+5.98005%",
- "tooltip": "score = 7.444132402744017\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.42004 (+5.98005%)",
+ "score-diff": "1.75680881069687",
+ "score-diff-perc": "+30.88990%",
+ "tooltip": "score = 7.444132402744017\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.75681 (+30.88990%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -110649,6 +111091,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 7.963397702071132,
+ "score-diff": "1.176386302874942",
+ "score-diff-perc": "+17.33291%",
+ "tooltip": "score = 7.963397702071132\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.17639 (+17.33291%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -111080,11 +111548,11 @@
17,
1
),
- "score": 5.729918088837271,
- "score-diff": "-2.0976375997936607",
- "score-diff-perc": "-26.79812%",
- "tooltip": "score = 5.729918088837271\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.09764 (-26.79812%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 5.549517382375501,
+ "score-diff": "-2.2780383062554312",
+ "score-diff-perc": "-29.10281%",
+ "tooltip": "score = 5.549517382375501\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.27804 (-29.10281%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -111106,11 +111574,11 @@
17,
1
),
- "score": 5.549517382375501,
- "score-diff": "-0.18040070646177053",
- "score-diff-perc": "-3.14840%",
- "tooltip": "score = 5.549517382375501\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.18040 (-3.14840%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 9.728950498165274,
+ "score-diff": "4.179433115789773",
+ "score-diff-perc": "+75.31165%",
+ "tooltip": "score = 9.728950498165274\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +4.17943 (+75.31165%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -111132,11 +111600,11 @@
17,
1
),
- "score": 9.728950498165274,
- "score-diff": "4.179433115789773",
- "score-diff-perc": "+75.31165%",
- "tooltip": "score = 9.728950498165274\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +4.17943 (+75.31165%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 5.729918088837271,
+ "score-diff": "-3.9990324093280023",
+ "score-diff-perc": "-41.10446%",
+ "tooltip": "score = 5.729918088837271\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.99903 (-41.10446%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -111159,9 +111627,9 @@
7
),
"score": 5.809419655604826,
- "score-diff": "-3.919530842560448",
- "score-diff-perc": "-40.28729%",
- "tooltip": "score = 5.809419655604826\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -3.91953 (-40.28729%)",
+ "score-diff": "0.07950156676755427",
+ "score-diff-perc": "+1.38748%",
+ "tooltip": "score = 5.809419655604826\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.07950 (+1.38748%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -111444,11 +111912,11 @@
16,
5
),
- "score": 5.64096646988524,
- "score-diff": "-0.9357192845064333",
- "score-diff-perc": "-14.22782%",
- "tooltip": "score = 5.64096646988524\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.93572 (-14.22782%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 7.539216700586532,
+ "score-diff": "0.9625309461948586",
+ "score-diff-perc": "+14.63550%",
+ "tooltip": "score = 7.539216700586532\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.96253 (+14.63550%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -111470,11 +111938,11 @@
16,
5
),
- "score": 5.980640767345743,
- "score-diff": "0.3396742974605029",
- "score-diff-perc": "+6.02156%",
- "tooltip": "score = 5.980640767345743\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.33967 (+6.02156%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 5.64096646988524,
+ "score-diff": "-1.8982502307012918",
+ "score-diff-perc": "-25.17835%",
+ "tooltip": "score = 5.64096646988524\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.89825 (-25.17835%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -111496,11 +111964,11 @@
16,
5
),
- "score": 7.539216700586532,
- "score-diff": "1.558575933240789",
- "score-diff-perc": "+26.06035%",
- "tooltip": "score = 7.539216700586532\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.55858 (+26.06035%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 5.980640767345743,
+ "score-diff": "0.3396742974605029",
+ "score-diff-perc": "+6.02156%",
+ "tooltip": "score = 5.980640767345743\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.33967 (+6.02156%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -111523,9 +111991,9 @@
21
),
"score": 7.279525890192578,
- "score-diff": "-0.2596908103939537",
- "score-diff-perc": "-3.44453%",
- "tooltip": "score = 7.279525890192578\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.25969 (-3.44453%)",
+ "score-diff": "1.2988851228468352",
+ "score-diff-perc": "+21.71816%",
+ "tooltip": "score = 7.279525890192578\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.29889 (+21.71816%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -117104,6 +117572,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 6.4144621581785755,
+ "score-diff": "0.03292799956661785",
+ "score-diff-perc": "+0.51599%",
+ "tooltip": "score = 6.4144621581785755\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.03293 (+0.51599%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -117535,11 +118029,11 @@
17,
1
),
- "score": 6.694189124086803,
- "score-diff": "1.4591059015778693",
- "score-diff-perc": "+27.87168%",
- "tooltip": "score = 6.694189124086803\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.45911 (+27.87168%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 5.044044962565094,
+ "score-diff": "-0.1910382599438396",
+ "score-diff-perc": "-3.64919%",
+ "tooltip": "score = 5.044044962565094\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.19104 (-3.64919%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -117561,11 +118055,11 @@
17,
1
),
- "score": 5.044044962565094,
- "score-diff": "-1.650144161521709",
- "score-diff-perc": "-24.65040%",
- "tooltip": "score = 5.044044962565094\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.65014 (-24.65040%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 5.600721683081241,
+ "score-diff": "0.5566767205161476",
+ "score-diff-perc": "+11.03632%",
+ "tooltip": "score = 5.600721683081241\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.55668 (+11.03632%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -117587,11 +118081,11 @@
17,
1
),
- "score": 5.600721683081241,
- "score-diff": "0.5566767205161476",
- "score-diff-perc": "+11.03632%",
- "tooltip": "score = 5.600721683081241\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.55668 (+11.03632%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 6.694189124086803,
+ "score-diff": "1.0934674410055614",
+ "score-diff-perc": "+19.52369%",
+ "tooltip": "score = 6.694189124086803\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.09347 (+19.52369%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -117614,9 +118108,9 @@
7
),
"score": 6.101033360191191,
- "score-diff": "0.5003116771099494",
- "score-diff-perc": "+8.93299%",
- "tooltip": "score = 6.101033360191191\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.50031 (+8.93299%)",
+ "score-diff": "-0.593155763895612",
+ "score-diff-perc": "-8.86076%",
+ "tooltip": "score = 6.101033360191191\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.59316 (-8.86076%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -117899,11 +118393,11 @@
16,
5
),
- "score": 5.11036616424518,
- "score-diff": "-2.041116362486556",
- "score-diff-perc": "-28.54116%",
- "tooltip": "score = 5.11036616424518\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.04112 (-28.54116%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 6.730958899657587,
+ "score-diff": "-0.42052362707414925",
+ "score-diff-perc": "-5.88023%",
+ "tooltip": "score = 6.730958899657587\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.42052 (-5.88023%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -117925,11 +118419,11 @@
16,
5
),
- "score": 5.087559566188142,
- "score-diff": "-0.022806598057037775",
- "score-diff-perc": "-0.44628%",
- "tooltip": "score = 5.087559566188142\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02281 (-0.44628%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 5.11036616424518,
+ "score-diff": "-1.6205927354124068",
+ "score-diff-perc": "-24.07670%",
+ "tooltip": "score = 5.11036616424518\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.62059 (-24.07670%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -117951,11 +118445,11 @@
16,
5
),
- "score": 6.730958899657587,
- "score-diff": "1.6433993334694446",
- "score-diff-perc": "+32.30231%",
- "tooltip": "score = 6.730958899657587\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.64340 (+32.30231%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 5.087559566188142,
+ "score-diff": "-0.022806598057037775",
+ "score-diff-perc": "-0.44628%",
+ "tooltip": "score = 5.087559566188142\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02281 (-0.44628%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -117978,9 +118472,9 @@
21
),
"score": 5.442122120332753,
- "score-diff": "-1.2888367793248339",
- "score-diff-perc": "-19.14789%",
- "tooltip": "score = 5.442122120332753\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.28884 (-19.14789%)",
+ "score-diff": "0.3545625541446107",
+ "score-diff-perc": "+6.96921%",
+ "tooltip": "score = 5.442122120332753\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.35456 (+6.96921%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -123559,6 +124053,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 5.5290412873412595,
+ "score-diff": "-0.38592858715072964",
+ "score-diff-perc": "-6.52461%",
+ "tooltip": "score = 5.5290412873412595\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.38593 (-6.52461%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -123990,11 +124510,11 @@
17,
1
),
- "score": 6.575049828623048,
- "score-diff": "1.0919776111486206",
- "score-diff-perc": "+19.91543%",
- "tooltip": "score = 6.575049828623048\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.09198 (+19.91543%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 7.581312539414088,
+ "score-diff": "2.0982403219396604",
+ "score-diff-perc": "+38.26760%",
+ "tooltip": "score = 7.581312539414088\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.09824 (+38.26760%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -124016,11 +124536,11 @@
17,
1
),
- "score": 7.581312539414088,
- "score-diff": "1.0062627107910398",
- "score-diff-perc": "+15.30426%",
- "tooltip": "score = 7.581312539414088\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.00626 (+15.30426%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 5.721145290873691,
+ "score-diff": "-1.8601672485403968",
+ "score-diff-perc": "-24.53622%",
+ "tooltip": "score = 5.721145290873691\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.86017 (-24.53622%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -124042,11 +124562,11 @@
17,
1
),
- "score": 5.721145290873691,
- "score-diff": "-1.8601672485403968",
- "score-diff-perc": "-24.53622%",
- "tooltip": "score = 5.721145290873691\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.86017 (-24.53622%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 6.575049828623048,
+ "score-diff": "0.853904537749357",
+ "score-diff-perc": "+14.92541%",
+ "tooltip": "score = 6.575049828623048\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.85390 (+14.92541%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -124069,9 +124589,9 @@
7
),
"score": 5.5806473060625255,
- "score-diff": "-0.14049798481116582",
- "score-diff-perc": "-2.45577%",
- "tooltip": "score = 5.5806473060625255\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.14050 (-2.45577%)",
+ "score-diff": "-0.9944025225605229",
+ "score-diff-perc": "-15.12388%",
+ "tooltip": "score = 5.5806473060625255\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.99440 (-15.12388%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -124354,11 +124874,11 @@
16,
5
),
- "score": 5.541166042961437,
- "score-diff": "-2.733917331748363",
- "score-diff-perc": "-33.03794%",
- "tooltip": "score = 5.541166042961437\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.73392 (-33.03794%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 5.673584514647244,
+ "score-diff": "-2.6014988600625557",
+ "score-diff-perc": "-31.43774%",
+ "tooltip": "score = 5.673584514647244\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.60150 (-31.43774%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -124380,11 +124900,11 @@
16,
5
),
- "score": 5.640559631433054,
- "score-diff": "0.09939358847161728",
- "score-diff-perc": "+1.79373%",
- "tooltip": "score = 5.640559631433054\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.09939 (+1.79373%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 5.541166042961437,
+ "score-diff": "-0.13241847168580723",
+ "score-diff-perc": "-2.33395%",
+ "tooltip": "score = 5.541166042961437\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.13242 (-2.33395%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -124406,11 +124926,11 @@
16,
5
),
- "score": 5.673584514647244,
- "score-diff": "0.03302488321418995",
- "score-diff-perc": "+0.58549%",
- "tooltip": "score = 5.673584514647244\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03302 (+0.58549%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 5.640559631433054,
+ "score-diff": "0.09939358847161728",
+ "score-diff-perc": "+1.79373%",
+ "tooltip": "score = 5.640559631433054\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.09939 (+1.79373%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -124433,9 +124953,9 @@
21
),
"score": 5.689801257888765,
- "score-diff": "0.01621674324152078",
- "score-diff-perc": "+0.28583%",
- "tooltip": "score = 5.689801257888765\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.01622 (+0.28583%)",
+ "score-diff": "0.04924162645571073",
+ "score-diff-perc": "+0.87299%",
+ "tooltip": "score = 5.689801257888765\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.04924 (+0.87299%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -130014,6 +130534,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 5.628064915024903,
+ "score-diff": "-0.08811457608065876",
+ "score-diff-perc": "-1.54149%",
+ "tooltip": "score = 5.628064915024903\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.08811 (-1.54149%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -130445,11 +130991,11 @@
17,
1
),
- "score": 3.6059827491872616,
- "score-diff": "-0.7278090681114184",
- "score-diff-perc": "-16.79382%",
- "tooltip": "score = 3.6059827491872616\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.72781 (-16.79382%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 3.987157538467861,
+ "score-diff": "-0.3466342788308192",
+ "score-diff-perc": "-7.99841%",
+ "tooltip": "score = 3.987157538467861\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.34663 (-7.99841%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -130471,11 +131017,11 @@
17,
1
),
- "score": 3.987157538467861,
- "score-diff": "0.3811747892805992",
- "score-diff-perc": "+10.57062%",
- "tooltip": "score = 3.987157538467861\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.38117 (+10.57062%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 3.6102884871621876,
+ "score-diff": "-0.37686905130567316",
+ "score-diff-perc": "-9.45207%",
+ "tooltip": "score = 3.6102884871621876\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.37687 (-9.45207%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -130497,11 +131043,11 @@
17,
1
),
- "score": 3.6102884871621876,
- "score-diff": "-0.37686905130567316",
- "score-diff-perc": "-9.45207%",
- "tooltip": "score = 3.6102884871621876\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.37687 (-9.45207%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 3.6059827491872616,
+ "score-diff": "-0.0043057379749260605",
+ "score-diff-perc": "-0.11926%",
+ "tooltip": "score = 3.6059827491872616\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00431 (-0.11926%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -130524,9 +131070,9 @@
7
),
"score": 5.081695820452121,
- "score-diff": "1.4714073332899336",
- "score-diff-perc": "+40.75595%",
- "tooltip": "score = 5.081695820452121\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.47141 (+40.75595%)",
+ "score-diff": "1.4757130712648596",
+ "score-diff-perc": "+40.92402%",
+ "tooltip": "score = 5.081695820452121\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.47571 (+40.92402%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -130809,11 +131355,11 @@
16,
5
),
- "score": 3.6235423820111854,
- "score-diff": "-0.15533547197455366",
- "score-diff-perc": "-4.11062%",
- "tooltip": "score = 3.6235423820111854\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.15534 (-4.11062%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 4.7516244114245625,
+ "score-diff": "0.9727465574388234",
+ "score-diff-perc": "+25.74168%",
+ "tooltip": "score = 4.7516244114245625\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.97275 (+25.74168%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -130835,11 +131381,11 @@
16,
5
),
- "score": 4.868915508458819,
- "score-diff": "1.245373126447634",
- "score-diff-perc": "+34.36894%",
- "tooltip": "score = 4.868915508458819\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.24537 (+34.36894%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 3.6235423820111854,
+ "score-diff": "-1.128082029413377",
+ "score-diff-perc": "-23.74098%",
+ "tooltip": "score = 3.6235423820111854\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.12808 (-23.74098%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -130861,11 +131407,11 @@
16,
5
),
- "score": 4.7516244114245625,
- "score-diff": "-0.11729109703425689",
- "score-diff-perc": "-2.40898%",
- "tooltip": "score = 4.7516244114245625\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.11729 (-2.40898%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 4.868915508458819,
+ "score-diff": "1.245373126447634",
+ "score-diff-perc": "+34.36894%",
+ "tooltip": "score = 4.868915508458819\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.24537 (+34.36894%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -130888,9 +131434,9 @@
21
),
"score": 4.922142535502646,
- "score-diff": "0.1705181240780833",
- "score-diff-perc": "+3.58863%",
- "tooltip": "score = 4.922142535502646\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.17052 (+3.58863%)",
+ "score-diff": "0.053227027043826425",
+ "score-diff-perc": "+1.09320%",
+ "tooltip": "score = 4.922142535502646\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.05323 (+1.09320%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -136469,6 +137015,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 3.6641484505833,
+ "score-diff": "0.02620882808338676",
+ "score-diff-perc": "+0.72043%",
+ "tooltip": "score = 3.6641484505833\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.02621 (+0.72043%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -136900,11 +137472,11 @@
17,
1
),
- "score": 3.776518909076036,
- "score-diff": "-0.5645674742464708",
- "score-diff-perc": "-13.00521%",
- "tooltip": "score = 3.776518909076036\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.56457 (-13.00521%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 3.5791485664523557,
+ "score-diff": "-0.7619378168701512",
+ "score-diff-perc": "-17.55178%",
+ "tooltip": "score = 3.5791485664523557\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.76194 (-17.55178%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -136926,11 +137498,11 @@
17,
1
),
- "score": 3.5791485664523557,
- "score-diff": "-0.19737034262368036",
- "score-diff-perc": "-5.22625%",
- "tooltip": "score = 3.5791485664523557\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.19737 (-5.22625%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 4.754393640604057,
+ "score-diff": "1.1752450741517015",
+ "score-diff-perc": "+32.83588%",
+ "tooltip": "score = 4.754393640604057\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.17525 (+32.83588%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -136952,11 +137524,11 @@
17,
1
),
- "score": 4.754393640604057,
- "score-diff": "1.1752450741517015",
- "score-diff-perc": "+32.83588%",
- "tooltip": "score = 4.754393640604057\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.17525 (+32.83588%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 3.776518909076036,
+ "score-diff": "-0.9778747315280212",
+ "score-diff-perc": "-20.56781%",
+ "tooltip": "score = 3.776518909076036\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.97787 (-20.56781%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -136979,9 +137551,9 @@
7
),
"score": 4.3106128801192956,
- "score-diff": "-0.44378076048476167",
- "score-diff-perc": "-9.33412%",
- "tooltip": "score = 4.3106128801192956\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.44378 (-9.33412%)",
+ "score-diff": "0.5340939710432595",
+ "score-diff-perc": "+14.14249%",
+ "tooltip": "score = 4.3106128801192956\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.53409 (+14.14249%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -137264,11 +137836,11 @@
16,
5
),
- "score": 3.5459393182164867,
- "score-diff": "-0.1184345240711715",
- "score-diff-perc": "-3.23205%",
- "tooltip": "score = 3.5459393182164867\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.11843 (-3.23205%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 5.098317850824517,
+ "score-diff": "1.433944008536859",
+ "score-diff-perc": "+39.13203%",
+ "tooltip": "score = 5.098317850824517\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.43394 (+39.13203%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -137290,11 +137862,11 @@
16,
5
),
- "score": 3.6148330744324078,
- "score-diff": "0.06889375621592109",
- "score-diff-perc": "+1.94289%",
- "tooltip": "score = 3.6148330744324078\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.06889 (+1.94289%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 3.5459393182164867,
+ "score-diff": "-1.5523785326080306",
+ "score-diff-perc": "-30.44884%",
+ "tooltip": "score = 3.5459393182164867\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.55238 (-30.44884%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -137316,11 +137888,11 @@
16,
5
),
- "score": 5.098317850824517,
- "score-diff": "1.4834847763921095",
- "score-diff-perc": "+41.03882%",
- "tooltip": "score = 5.098317850824517\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.48348 (+41.03882%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 3.6148330744324078,
+ "score-diff": "0.06889375621592109",
+ "score-diff-perc": "+1.94289%",
+ "tooltip": "score = 3.6148330744324078\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.06889 (+1.94289%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -137343,9 +137915,9 @@
21
),
"score": 3.696209714925986,
- "score-diff": "-1.4021081358985312",
- "score-diff-perc": "-27.50139%",
- "tooltip": "score = 3.696209714925986\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.40211 (-27.50139%)",
+ "score-diff": "0.08137664049357829",
+ "score-diff-perc": "+2.25119%",
+ "tooltip": "score = 3.696209714925986\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.08138 (+2.25119%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -142924,6 +143496,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 3.760693085548786,
+ "score-diff": "-0.01560989026255788",
+ "score-diff-perc": "-0.41336%",
+ "tooltip": "score = 3.760693085548786\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01561 (-0.41336%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -143355,11 +143953,11 @@
17,
1
),
- "score": 4.758233200060021,
- "score-diff": "0.6116432013601667",
- "score-diff-perc": "+14.75051%",
- "tooltip": "score = 4.758233200060021\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.61164 (+14.75051%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 3.772207056989297,
+ "score-diff": "-0.37438294171055686",
+ "score-diff-perc": "-9.02869%",
+ "tooltip": "score = 3.772207056989297\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.37438 (-9.02869%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -143381,11 +143979,11 @@
17,
1
),
- "score": 3.772207056989297,
- "score-diff": "-0.9860261430707236",
- "score-diff-perc": "-20.72253%",
- "tooltip": "score = 3.772207056989297\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.98603 (-20.72253%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 3.716549247035984,
+ "score-diff": "-0.05565780995331293",
+ "score-diff-perc": "-1.47547%",
+ "tooltip": "score = 3.716549247035984\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.05566 (-1.47547%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -143407,11 +144005,11 @@
17,
1
),
- "score": 3.716549247035984,
- "score-diff": "-0.05565780995331293",
- "score-diff-perc": "-1.47547%",
- "tooltip": "score = 3.716549247035984\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.05566 (-1.47547%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 4.758233200060021,
+ "score-diff": "1.0416839530240365",
+ "score-diff-perc": "+28.02826%",
+ "tooltip": "score = 4.758233200060021\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.04168 (+28.02826%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -143434,9 +144032,9 @@
7
),
"score": 4.1894766694309045,
- "score-diff": "0.47292742239492025",
- "score-diff-perc": "+12.72491%",
- "tooltip": "score = 4.1894766694309045\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.47293 (+12.72491%)",
+ "score-diff": "-0.5687565306291162",
+ "score-diff-perc": "-11.95310%",
+ "tooltip": "score = 4.1894766694309045\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.56876 (-11.95310%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -143719,11 +144317,11 @@
16,
5
),
- "score": 3.4767090648016286,
- "score-diff": "-0.5452244251686063",
- "score-diff-perc": "-13.55628%",
- "tooltip": "score = 3.4767090648016286\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.54522 (-13.55628%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 4.9343115839780864,
+ "score-diff": "0.9123780940078516",
+ "score-diff-perc": "+22.68506%",
+ "tooltip": "score = 4.9343115839780864\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.91238 (+22.68506%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -143745,11 +144343,11 @@
16,
5
),
- "score": 3.857099317526205,
- "score-diff": "0.3803902527245766",
- "score-diff-perc": "+10.94110%",
- "tooltip": "score = 3.857099317526205\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.38039 (+10.94110%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 3.4767090648016286,
+ "score-diff": "-1.457602519176458",
+ "score-diff-perc": "-29.54014%",
+ "tooltip": "score = 3.4767090648016286\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.45760 (-29.54014%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -143771,11 +144369,11 @@
16,
5
),
- "score": 4.9343115839780864,
- "score-diff": "1.0772122664518813",
- "score-diff-perc": "+27.92804%",
- "tooltip": "score = 4.9343115839780864\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.07721 (+27.92804%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 3.857099317526205,
+ "score-diff": "0.3803902527245766",
+ "score-diff-perc": "+10.94110%",
+ "tooltip": "score = 3.857099317526205\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.38039 (+10.94110%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -143798,9 +144396,9 @@
21
),
"score": 3.64358837070574,
- "score-diff": "-1.2907232132723463",
- "score-diff-perc": "-26.15812%",
- "tooltip": "score = 3.64358837070574\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.29072 (-26.15812%)",
+ "score-diff": "-0.213510946820465",
+ "score-diff-perc": "-5.53553%",
+ "tooltip": "score = 3.64358837070574\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.21351 (-5.53553%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -149379,6 +149977,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 3.7474761883336014,
+ "score-diff": "-0.03268739375953178",
+ "score-diff-perc": "-0.86471%",
+ "tooltip": "score = 3.7474761883336014\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.03269 (-0.86471%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -149810,11 +150434,11 @@
17,
1
),
- "score": 4.059590955246295,
- "score-diff": "0.03250976041117326",
- "score-diff-perc": "+0.80728%",
- "tooltip": "score = 4.059590955246295\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03251 (+0.80728%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 4.024828760747765,
+ "score-diff": "-0.0022524340873575355",
+ "score-diff-perc": "-0.05593%",
+ "tooltip": "score = 4.024828760747765\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00225 (-0.05593%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -149836,11 +150460,11 @@
17,
1
),
- "score": 4.024828760747765,
- "score-diff": "-0.034762194498530796",
- "score-diff-perc": "-0.85630%",
- "tooltip": "score = 4.024828760747765\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03476 (-0.85630%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 5.043042480453102,
+ "score-diff": "1.0182137197053374",
+ "score-diff-perc": "+25.29831%",
+ "tooltip": "score = 5.043042480453102\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.01821 (+25.29831%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -149862,11 +150486,11 @@
17,
1
),
- "score": 5.043042480453102,
- "score-diff": "1.0182137197053374",
- "score-diff-perc": "+25.29831%",
- "tooltip": "score = 5.043042480453102\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.01821 (+25.29831%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 4.059590955246295,
+ "score-diff": "-0.9834515252068066",
+ "score-diff-perc": "-19.50115%",
+ "tooltip": "score = 4.059590955246295\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.98345 (-19.50115%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -149889,9 +150513,9 @@
7
),
"score": 4.130695497987761,
- "score-diff": "-0.9123469824653414",
- "score-diff-perc": "-18.09120%",
- "tooltip": "score = 4.130695497987761\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.91235 (-18.09120%)",
+ "score-diff": "0.07110454274146516",
+ "score-diff-perc": "+1.75152%",
+ "tooltip": "score = 4.130695497987761\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.07110 (+1.75152%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -150174,11 +150798,11 @@
16,
5
),
- "score": 3.9934845341746223,
- "score-diff": "-0.9718891930190408",
- "score-diff-perc": "-19.57333%",
- "tooltip": "score = 3.9934845341746223\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.97189 (-19.57333%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 4.920791253129961,
+ "score-diff": "-0.04458247406370219",
+ "score-diff-perc": "-0.89787%",
+ "tooltip": "score = 4.920791253129961\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04458 (-0.89787%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -150200,11 +150824,11 @@
16,
5
),
- "score": 4.072298322420271,
- "score-diff": "0.07881378824564855",
- "score-diff-perc": "+1.97356%",
- "tooltip": "score = 4.072298322420271\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.07881 (+1.97356%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 3.9934845341746223,
+ "score-diff": "-0.9273067189553386",
+ "score-diff-perc": "-18.84467%",
+ "tooltip": "score = 3.9934845341746223\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.92731 (-18.84467%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -150226,11 +150850,11 @@
16,
5
),
- "score": 4.920791253129961,
- "score-diff": "0.84849293070969",
- "score-diff-perc": "+20.83573%",
- "tooltip": "score = 4.920791253129961\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.84849 (+20.83573%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 4.072298322420271,
+ "score-diff": "0.07881378824564855",
+ "score-diff-perc": "+1.97356%",
+ "tooltip": "score = 4.072298322420271\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.07881 (+1.97356%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -150253,9 +150877,9 @@
21
),
"score": 4.959304679235113,
- "score-diff": "0.03851342610515207",
- "score-diff-perc": "+0.78267%",
- "tooltip": "score = 4.959304679235113\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.03851 (+0.78267%)",
+ "score-diff": "0.8870063568148421",
+ "score-diff-perc": "+21.78147%",
+ "tooltip": "score = 4.959304679235113\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.88701 (+21.78147%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -155834,6 +156458,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 4.137328089642066,
+ "score-diff": "-0.020529604673606983",
+ "score-diff-perc": "-0.49375%",
+ "tooltip": "score = 4.137328089642066\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.02053 (-0.49375%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -156265,11 +156915,11 @@
17,
1
),
- "score": 84.01071412,
- "score-diff": "0.07428641833334382",
- "score-diff-perc": "+0.08850%",
- "tooltip": "score = 84.01071412\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.07429 (+0.08850%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 83.98552778833334,
+ "score-diff": "0.04910008666668375",
+ "score-diff-perc": "+0.05850%",
+ "tooltip": "score = 83.98552778833334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04910 (+0.05850%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -156291,11 +156941,11 @@
17,
1
),
- "score": 83.98552778833334,
- "score-diff": "-0.025186331666660067",
- "score-diff-perc": "-0.02998%",
- "tooltip": "score = 83.98552778833334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.02519 (-0.02998%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 96.06754329333333,
+ "score-diff": "12.082015504999987",
+ "score-diff-perc": "+14.38583%",
+ "tooltip": "score = 96.06754329333333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +12.08202 (+14.38583%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -156317,11 +156967,11 @@
17,
1
),
- "score": 96.06754329333333,
- "score-diff": "12.082015504999987",
- "score-diff-perc": "+14.38583%",
- "tooltip": "score = 96.06754329333333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +12.08202 (+14.38583%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 84.01071412,
+ "score-diff": "-12.056829173333327",
+ "score-diff-perc": "-12.55037%",
+ "tooltip": "score = 84.01071412\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -12.05683 (-12.55037%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -156344,9 +156994,9 @@
7
),
"score": 83.98489427166666,
- "score-diff": "-12.082649021666668",
- "score-diff-perc": "-12.57724%",
- "tooltip": "score = 83.98489427166666\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -12.08265 (-12.57724%)",
+ "score-diff": "-0.02581984833334161",
+ "score-diff-perc": "-0.03073%",
+ "tooltip": "score = 83.98489427166666\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.02582 (-0.03073%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -156629,11 +157279,11 @@
16,
5
),
- "score": 84.01082291791316,
- "score-diff": "-12.258644522471442",
- "score-diff-perc": "-12.73368%",
- "tooltip": "score = 84.01082291791316\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -12.25864 (-12.73368%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 96.02261647428571,
+ "score-diff": "-0.24685096609889",
+ "score-diff-perc": "-0.25642%",
+ "tooltip": "score = 96.02261647428571\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.24685 (-0.25642%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -156655,11 +157305,11 @@
16,
5
),
- "score": 83.92925509166666,
- "score-diff": "-0.0815678262464985",
- "score-diff-perc": "-0.09709%",
- "tooltip": "score = 83.92925509166666\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.08157 (-0.09709%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 84.01082291791316,
+ "score-diff": "-12.011793556372552",
+ "score-diff-perc": "-12.50934%",
+ "tooltip": "score = 84.01082291791316\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -12.01179 (-12.50934%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -156681,11 +157331,11 @@
16,
5
),
- "score": 96.02261647428571,
- "score-diff": "12.093361382619051",
- "score-diff-perc": "+14.40899%",
- "tooltip": "score = 96.02261647428571\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +12.09336 (+14.40899%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 83.92925509166666,
+ "score-diff": "-0.0815678262464985",
+ "score-diff-perc": "-0.09709%",
+ "tooltip": "score = 83.92925509166666\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.08157 (-0.09709%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -156708,9 +157358,9 @@
21
),
"score": 96.01717267619048,
- "score-diff": "-0.005443798095228658",
- "score-diff-perc": "-0.00567%",
- "tooltip": "score = 96.01717267619048\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00544 (-0.00567%)",
+ "score-diff": "12.087917584523822",
+ "score-diff-perc": "+14.40251%",
+ "tooltip": "score = 96.01717267619048\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +12.08792 (+14.40251%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -162289,6 +162939,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 97.3143151669903,
+ "score-diff": "0.3041383495892518",
+ "score-diff-perc": "+0.31351%",
+ "tooltip": "score = 97.3143151669903\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.30414 (+0.31351%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -162720,11 +163396,11 @@
17,
1
),
- "score": 83.964548165,
- "score-diff": "-0.008229951666663737",
- "score-diff-perc": "-0.00980%",
- "tooltip": "score = 83.964548165\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00823 (-0.00980%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 83.95969578666667,
+ "score-diff": "-0.013082329999988929",
+ "score-diff-perc": "-0.01558%",
+ "tooltip": "score = 83.95969578666667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01308 (-0.01558%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -162746,11 +163422,11 @@
17,
1
),
- "score": 83.95969578666667,
- "score-diff": "-0.004852378333325191",
- "score-diff-perc": "-0.00578%",
- "tooltip": "score = 83.95969578666667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00485 (-0.00578%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 96.07832191238096,
+ "score-diff": "12.118626125714286",
+ "score-diff-perc": "+14.43386%",
+ "tooltip": "score = 96.07832191238096\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +12.11863 (+14.43386%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -162772,11 +163448,11 @@
17,
1
),
- "score": 96.07832191238096,
- "score-diff": "12.118626125714286",
- "score-diff-perc": "+14.43386%",
- "tooltip": "score = 96.07832191238096\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +12.11863 (+14.43386%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 83.964548165,
+ "score-diff": "-12.11377374738096",
+ "score-diff-perc": "-12.60823%",
+ "tooltip": "score = 83.964548165\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -12.11377 (-12.60823%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -162799,9 +163475,9 @@
7
),
"score": 83.91848327166667,
- "score-diff": "-12.159838640714284",
- "score-diff-perc": "-12.65617%",
- "tooltip": "score = 83.91848327166667\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -12.15984 (-12.65617%)",
+ "score-diff": "-0.0460648933333232",
+ "score-diff-perc": "-0.05486%",
+ "tooltip": "score = 83.91848327166667\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.04606 (-0.05486%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -163084,11 +163760,11 @@
16,
5
),
- "score": 83.99248731,
- "score-diff": "-12.285250536153853",
- "score-diff-perc": "-12.76022%",
- "tooltip": "score = 83.99248731\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -12.28525 (-12.76022%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 95.98979415809524,
+ "score-diff": "-0.28794368805861836",
+ "score-diff-perc": "-0.29908%",
+ "tooltip": "score = 95.98979415809524\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.28794 (-0.29908%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -163110,11 +163786,11 @@
16,
5
),
- "score": 83.94676305166668,
- "score-diff": "-0.04572425833332261",
- "score-diff-perc": "-0.05444%",
- "tooltip": "score = 83.94676305166668\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04572 (-0.05444%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 83.99248731,
+ "score-diff": "-11.997306848095235",
+ "score-diff-perc": "-12.49852%",
+ "tooltip": "score = 83.99248731\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -11.99731 (-12.49852%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -163136,11 +163812,11 @@
16,
5
),
- "score": 95.98979415809524,
- "score-diff": "12.043031106428558",
- "score-diff-perc": "+14.34603%",
- "tooltip": "score = 95.98979415809524\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +12.04303 (+14.34603%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 83.94676305166668,
+ "score-diff": "-0.04572425833332261",
+ "score-diff-perc": "-0.05444%",
+ "tooltip": "score = 83.94676305166668\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04572 (-0.05444%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -163163,9 +163839,9 @@
21
),
"score": 95.96215686476191,
- "score-diff": "-0.02763729333332776",
- "score-diff-perc": "-0.02879%",
- "tooltip": "score = 95.96215686476191\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.02764 (-0.02879%)",
+ "score-diff": "12.01539381309523",
+ "score-diff-perc": "+14.31311%",
+ "tooltip": "score = 95.96215686476191\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +12.01539 (+14.31311%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -168744,6 +169420,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 97.20252725631067,
+ "score-diff": "-0.049350139805824256",
+ "score-diff-perc": "-0.05074%",
+ "tooltip": "score = 97.20252725631067\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.04935 (-0.05074%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -169175,11 +169877,11 @@
17,
1
),
- "score": 83.98945970962185,
- "score-diff": "0.06426057295517751",
- "score-diff-perc": "+0.07657%",
- "tooltip": "score = 83.98945970962185\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.06426 (+0.07657%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 83.95089423333334,
+ "score-diff": "0.025695096666666473",
+ "score-diff-perc": "+0.03062%",
+ "tooltip": "score = 83.95089423333334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02570 (+0.03062%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -169201,11 +169903,11 @@
17,
1
),
- "score": 83.95089423333334,
- "score-diff": "-0.038565476288511036",
- "score-diff-perc": "-0.04592%",
- "tooltip": "score = 83.95089423333334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03857 (-0.04592%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 96.01597853523809,
+ "score-diff": "12.065084301904747",
+ "score-diff-perc": "+14.37160%",
+ "tooltip": "score = 96.01597853523809\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +12.06508 (+14.37160%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -169227,11 +169929,11 @@
17,
1
),
- "score": 96.01597853523809,
- "score-diff": "12.065084301904747",
- "score-diff-perc": "+14.37160%",
- "tooltip": "score = 96.01597853523809\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +12.06508 (+14.37160%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 83.98945970962185,
+ "score-diff": "-12.026518825616236",
+ "score-diff-perc": "-12.52554%",
+ "tooltip": "score = 83.98945970962185\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -12.02652 (-12.52554%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -169254,9 +169956,9 @@
7
),
"score": 83.97425649166667,
- "score-diff": "-12.041722043571426",
- "score-diff-perc": "-12.54137%",
- "tooltip": "score = 83.97425649166667\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -12.04172 (-12.54137%)",
+ "score-diff": "-0.01520321795518953",
+ "score-diff-perc": "-0.01810%",
+ "tooltip": "score = 83.97425649166667\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.01520 (-0.01810%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -169531,6 +170233,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 3,
+ 26,
+ 16,
+ 5
+ ),
+ "score": 96.00455464952381,
+ "score-diff": "-0.20062736586079666",
+ "score-diff-perc": "-0.20854%",
+ "tooltip": "score = 96.00455464952381\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.20063 (-0.20854%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
+ "commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
+ "commit-author": "Radosław Waśko",
+ "commit-url": "https://github.com/enso-org/enso/commit/8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
+ "commit-date": new Date(
+ 2024,
+ 3,
+ 26,
+ 16,
+ 5
+ ),
+ },
+
{
"date": new Date(
2024,
@@ -169540,9 +170268,9 @@
5
),
"score": 83.96070912999998,
- "score-diff": "-12.244472885384624",
- "score-diff-perc": "-12.72746%",
- "tooltip": "score = 83.96070912999998\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -12.24447 (-12.72746%)",
+ "score-diff": "-12.043845519523828",
+ "score-diff-perc": "-12.54508%",
+ "tooltip": "score = 83.96070912999998\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -12.04385 (-12.54508%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
@@ -169583,32 +170311,6 @@
),
},
- {
- "date": new Date(
- 2024,
- 3,
- 26,
- 16,
- 5
- ),
- "score": 96.00455464952381,
- "score-diff": "12.03858082452382",
- "score-diff-perc": "+14.33745%",
- "tooltip": "score = 96.00455464952381\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +12.03858 (+14.33745%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
- "commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
- "commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
- "commit-author": "Radosław Waśko",
- "commit-url": "https://github.com/enso-org/enso/commit/8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
- "commit-date": new Date(
- 2024,
- 3,
- 26,
- 16,
- 5
- ),
- },
-
{
"date": new Date(
2024,
@@ -169618,9 +170320,9 @@
21
),
"score": 95.97020304571427,
- "score-diff": "-0.034351603809540165",
- "score-diff-perc": "-0.03578%",
- "tooltip": "score = 95.97020304571427\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.03435 (-0.03578%)",
+ "score-diff": "12.00422922071428",
+ "score-diff-perc": "+14.29654%",
+ "tooltip": "score = 95.97020304571427\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +12.00423 (+14.29654%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -175199,6 +175901,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 97.23335620970873,
+ "score-diff": "-0.045301467961166964",
+ "score-diff-perc": "-0.04657%",
+ "tooltip": "score = 97.23335620970873\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.04530 (-0.04657%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -175630,11 +176358,11 @@
17,
1
),
- "score": 83.97723862000001,
- "score-diff": "-0.07526477663864739",
- "score-diff-perc": "-0.08954%",
- "tooltip": "score = 83.97723862000001\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.07526 (-0.08954%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 83.96329812833334,
+ "score-diff": "-0.08920526830532083",
+ "score-diff-perc": "-0.10613%",
+ "tooltip": "score = 83.96329812833334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.08921 (-0.10613%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -175656,11 +176384,11 @@
17,
1
),
- "score": 83.96329812833334,
- "score-diff": "-0.013940491666673438",
- "score-diff-perc": "-0.01660%",
- "tooltip": "score = 83.96329812833334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01394 (-0.01660%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 95.99905983619047,
+ "score-diff": "12.035761707857134",
+ "score-diff-perc": "+14.33455%",
+ "tooltip": "score = 95.99905983619047\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +12.03576 (+14.33455%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -175682,11 +176410,11 @@
17,
1
),
- "score": 95.99905983619047,
- "score-diff": "12.035761707857134",
- "score-diff-perc": "+14.33455%",
- "tooltip": "score = 95.99905983619047\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +12.03576 (+14.33455%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 83.97723862000001,
+ "score-diff": "-12.02182121619046",
+ "score-diff-perc": "-12.52285%",
+ "tooltip": "score = 83.97723862000001\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -12.02182 (-12.52285%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -175709,9 +176437,9 @@
7
),
"score": 83.98775993833333,
- "score-diff": "-12.011299897857143",
- "score-diff-perc": "-12.51189%",
- "tooltip": "score = 83.98775993833333\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -12.01130 (-12.51189%)",
+ "score-diff": "0.010521318333317708",
+ "score-diff-perc": "+0.01253%",
+ "tooltip": "score = 83.98775993833333\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.01052 (+0.01253%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -175994,11 +176722,11 @@
16,
5
),
- "score": 84.00664300833333,
- "score-diff": "-12.21008636258243",
- "score-diff-perc": "-12.69019%",
- "tooltip": "score = 84.00664300833333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -12.21009 (-12.69019%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 95.97514342666666,
+ "score-diff": "-0.24158594424909552",
+ "score-diff-perc": "-0.25109%",
+ "tooltip": "score = 95.97514342666666\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.24159 (-0.25109%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -176020,11 +176748,11 @@
16,
5
),
- "score": 83.98826019166667,
- "score-diff": "-0.01838281666665864",
- "score-diff-perc": "-0.02188%",
- "tooltip": "score = 83.98826019166667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01838 (-0.02188%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 84.00664300833333,
+ "score-diff": "-11.968500418333335",
+ "score-diff-perc": "-12.47042%",
+ "tooltip": "score = 84.00664300833333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -11.96850 (-12.47042%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -176046,11 +176774,11 @@
16,
5
),
- "score": 95.97514342666666,
- "score-diff": "11.986883234999993",
- "score-diff-perc": "+14.27209%",
- "tooltip": "score = 95.97514342666666\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +11.98688 (+14.27209%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 83.98826019166667,
+ "score-diff": "-0.01838281666665864",
+ "score-diff-perc": "-0.02188%",
+ "tooltip": "score = 83.98826019166667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01838 (-0.02188%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -176073,9 +176801,9 @@
21
),
"score": 95.99183458095237,
- "score-diff": "0.01669115428570933",
- "score-diff-perc": "+0.01739%",
- "tooltip": "score = 95.99183458095237\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.01669 (+0.01739%)",
+ "score-diff": "12.003574389285703",
+ "score-diff-perc": "+14.29197%",
+ "tooltip": "score = 95.99183458095237\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +12.00357 (+14.29197%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -181654,6 +182382,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 96.85162725961538,
+ "score-diff": "-0.34284633844286816",
+ "score-diff-perc": "-0.35274%",
+ "tooltip": "score = 96.85162725961538\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.34285 (-0.35274%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -182085,11 +182839,11 @@
17,
1
),
- "score": 0.12664491855632365,
- "score-diff": "0.001965315526485309",
- "score-diff-perc": "+1.57629%",
- "tooltip": "score = 0.12664491855632365\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00197 (+1.57629%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 0.1254055063773463,
+ "score-diff": "0.0007259033475079529",
+ "score-diff-perc": "+0.58221%",
+ "tooltip": "score = 0.1254055063773463\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00073 (+0.58221%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -182111,11 +182865,11 @@
17,
1
),
- "score": 0.1254055063773463,
- "score-diff": "-0.001239412178977356",
- "score-diff-perc": "-0.97865%",
- "tooltip": "score = 0.1254055063773463\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00124 (-0.97865%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.13960117547419057,
+ "score-diff": "0.014195669096844277",
+ "score-diff-perc": "+11.31981%",
+ "tooltip": "score = 0.13960117547419057\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01420 (+11.31981%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -182137,11 +182891,11 @@
17,
1
),
- "score": 0.13960117547419057,
- "score-diff": "0.014195669096844277",
- "score-diff-perc": "+11.31981%",
- "tooltip": "score = 0.13960117547419057\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01420 (+11.31981%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 0.12664491855632365,
+ "score-diff": "-0.01295625691786692",
+ "score-diff-perc": "-9.28091%",
+ "tooltip": "score = 0.12664491855632365\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01296 (-9.28091%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -182164,9 +182918,9 @@
7
),
"score": 0.12515494431356308,
- "score-diff": "-0.014446231160627487",
- "score-diff-perc": "-10.34822%",
- "tooltip": "score = 0.12515494431356308\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.01445 (-10.34822%)",
+ "score-diff": "-0.0014899742427605667",
+ "score-diff-perc": "-1.17650%",
+ "tooltip": "score = 0.12515494431356308\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00149 (-1.17650%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -182449,11 +183203,11 @@
16,
5
),
- "score": 0.12397883972129053,
- "score-diff": "-0.012047788661587594",
- "score-diff-perc": "-8.85693%",
- "tooltip": "score = 0.12397883972129053\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01205 (-8.85693%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 0.13885496897162328,
+ "score-diff": "0.0028283405887451485",
+ "score-diff-perc": "+2.07926%",
+ "tooltip": "score = 0.13885496897162328\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00283 (+2.07926%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -182475,11 +183229,11 @@
16,
5
),
- "score": 0.1250827127638347,
- "score-diff": "0.0011038730425441678",
- "score-diff-perc": "+0.89037%",
- "tooltip": "score = 0.1250827127638347\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00110 (+0.89037%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 0.12397883972129053,
+ "score-diff": "-0.014876129250332742",
+ "score-diff-perc": "-10.71343%",
+ "tooltip": "score = 0.12397883972129053\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01488 (-10.71343%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -182501,11 +183255,11 @@
16,
5
),
- "score": 0.13885496897162328,
- "score-diff": "0.013772256207788575",
- "score-diff-perc": "+11.01052%",
- "tooltip": "score = 0.13885496897162328\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01377 (+11.01052%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 0.1250827127638347,
+ "score-diff": "0.0011038730425441678",
+ "score-diff-perc": "+0.89037%",
+ "tooltip": "score = 0.1250827127638347\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00110 (+0.89037%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -182528,9 +183282,9 @@
21
),
"score": 0.13848345420787597,
- "score-diff": "-0.00037151476374730485",
- "score-diff-perc": "-0.26756%",
- "tooltip": "score = 0.13848345420787597\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00037 (-0.26756%)",
+ "score-diff": "0.01340074144404127",
+ "score-diff-perc": "+10.71350%",
+ "tooltip": "score = 0.13848345420787597\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.01340 (+10.71350%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -188109,6 +188863,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.13512428855042638,
+ "score-diff": "-0.0018826123569757047",
+ "score-diff-perc": "-1.37410%",
+ "tooltip": "score = 0.13512428855042638\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00188 (-1.37410%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -188540,11 +189320,11 @@
17,
1
),
- "score": 0.08028239944661801,
- "score-diff": "0.006086592220707343",
- "score-diff-perc": "+8.20342%",
- "tooltip": "score = 0.08028239944661801\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00609 (+8.20342%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 0.07540723546376395,
+ "score-diff": "0.0012114282378532792",
+ "score-diff-perc": "+1.63274%",
+ "tooltip": "score = 0.07540723546376395\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00121 (+1.63274%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -188566,11 +189346,11 @@
17,
1
),
- "score": 0.07540723546376395,
- "score-diff": "-0.004875163982854064",
- "score-diff-perc": "-6.07252%",
- "tooltip": "score = 0.07540723546376395\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00488 (-6.07252%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.08130562400446918,
+ "score-diff": "0.005898388540705235",
+ "score-diff-perc": "+7.82205%",
+ "tooltip": "score = 0.08130562400446918\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00590 (+7.82205%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -188592,11 +189372,11 @@
17,
1
),
- "score": 0.08130562400446918,
- "score-diff": "0.005898388540705235",
- "score-diff-perc": "+7.82205%",
- "tooltip": "score = 0.08130562400446918\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00590 (+7.82205%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 0.08028239944661801,
+ "score-diff": "-0.0010232245578511712",
+ "score-diff-perc": "-1.25849%",
+ "tooltip": "score = 0.08028239944661801\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00102 (-1.25849%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -188619,9 +189399,9 @@
7
),
"score": 0.0753936792896594,
- "score-diff": "-0.005911944714809783",
- "score-diff-perc": "-7.27126%",
- "tooltip": "score = 0.0753936792896594\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00591 (-7.27126%)",
+ "score-diff": "-0.004888720156958612",
+ "score-diff-perc": "-6.08940%",
+ "tooltip": "score = 0.0753936792896594\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00489 (-6.08940%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -188904,11 +189684,11 @@
16,
5
),
- "score": 0.07966887938335493,
- "score-diff": "0.00591447058914675",
- "score-diff-perc": "+8.01914%",
- "tooltip": "score = 0.07966887938335493\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00591 (+8.01914%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 0.0746328716208157,
+ "score-diff": "0.0008784628266075151",
+ "score-diff-perc": "+1.19106%",
+ "tooltip": "score = 0.0746328716208157\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00088 (+1.19106%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -188930,11 +189710,11 @@
16,
5
),
- "score": 0.07585288555411318,
- "score-diff": "-0.0038159938292417483",
- "score-diff-perc": "-4.78982%",
- "tooltip": "score = 0.07585288555411318\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00382 (-4.78982%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 0.07966887938335493,
+ "score-diff": "0.005036007762539235",
+ "score-diff-perc": "+6.74771%",
+ "tooltip": "score = 0.07966887938335493\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00504 (+6.74771%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -188956,11 +189736,11 @@
16,
5
),
- "score": 0.0746328716208157,
- "score-diff": "-0.0012200139332974869",
- "score-diff-perc": "-1.60839%",
- "tooltip": "score = 0.0746328716208157\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00122 (-1.60839%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 0.07585288555411318,
+ "score-diff": "-0.0038159938292417483",
+ "score-diff-perc": "-4.78982%",
+ "tooltip": "score = 0.07585288555411318\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00382 (-4.78982%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -188983,9 +189763,9 @@
21
),
"score": 0.08193323477635173,
- "score-diff": "0.007300363155536033",
- "score-diff-perc": "+9.78170%",
- "tooltip": "score = 0.08193323477635173\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00730 (+9.78170%)",
+ "score-diff": "0.006080349222238546",
+ "score-diff-perc": "+8.01598%",
+ "tooltip": "score = 0.08193323477635173\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00608 (+8.01598%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -194564,6 +195344,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.08257311415299831,
+ "score-diff": "-0.001142910192716548",
+ "score-diff-perc": "-1.36522%",
+ "tooltip": "score = 0.08257311415299831\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00114 (-1.36522%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -194995,11 +195801,11 @@
17,
1
),
- "score": 0.6477830213290753,
- "score-diff": "-0.00029489380818126243",
- "score-diff-perc": "-0.04550%",
- "tooltip": "score = 0.6477830213290753\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00029 (-0.04550%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 0.6381276321527052,
+ "score-diff": "-0.009950282984551362",
+ "score-diff-perc": "-1.53535%",
+ "tooltip": "score = 0.6381276321527052\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00995 (-1.53535%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -195021,11 +195827,11 @@
17,
1
),
- "score": 0.6381276321527052,
- "score-diff": "-0.0096553891763701",
- "score-diff-perc": "-1.49053%",
- "tooltip": "score = 0.6381276321527052\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00966 (-1.49053%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 1.0540054274534298,
+ "score-diff": "0.41587779530072466",
+ "score-diff-perc": "+65.17157%",
+ "tooltip": "score = 1.0540054274534298\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.41588 (+65.17157%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -195047,11 +195853,11 @@
17,
1
),
- "score": 1.0540054274534298,
- "score-diff": "0.41587779530072466",
- "score-diff-perc": "+65.17157%",
- "tooltip": "score = 1.0540054274534298\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.41588 (+65.17157%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 0.6477830213290753,
+ "score-diff": "-0.40622240612435456",
+ "score-diff-perc": "-38.54083%",
+ "tooltip": "score = 0.6477830213290753\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.40622 (-38.54083%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -195074,9 +195880,9 @@
7
),
"score": 0.6304790208167464,
- "score-diff": "-0.4235264066366834",
- "score-diff-perc": "-40.18256%",
- "tooltip": "score = 0.6304790208167464\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.42353 (-40.18256%)",
+ "score-diff": "-0.017304000512328832",
+ "score-diff-perc": "-2.67126%",
+ "tooltip": "score = 0.6304790208167464\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.01730 (-2.67126%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -195359,37 +196165,11 @@
16,
5
),
- "score": 0.6422889453736268,
- "score-diff": "-0.39613663283096134",
- "score-diff-perc": "-38.14781%",
- "tooltip": "score = 0.6422889453736268\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.39614 (-38.14781%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
- "commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
- "commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
- "commit-author": "Radosław Waśko",
- "commit-url": "https://github.com/enso-org/enso/commit/8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
- "commit-date": new Date(
- 2024,
- 3,
- 26,
- 16,
- 5
- ),
- },
-
- {
- "date": new Date(
- 2024,
- 3,
- 26,
- 16,
- 5
- ),
- "score": 0.6388508006832404,
- "score-diff": "-0.003438144690386391",
- "score-diff-perc": "-0.53530%",
- "tooltip": "score = 0.6388508006832404\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00344 (-0.53530%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 1.0292768138125712,
+ "score-diff": "-0.00914876439201695",
+ "score-diff-perc": "-0.88102%",
+ "tooltip": "score = 1.0292768138125712\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00915 (-0.88102%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -195411,11 +196191,37 @@
16,
5
),
- "score": 1.0292768138125712,
- "score-diff": "0.3904260131293308",
- "score-diff-perc": "+61.11380%",
- "tooltip": "score = 1.0292768138125712\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.39043 (+61.11380%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 0.6422889453736268,
+ "score-diff": "-0.3869878684389444",
+ "score-diff-perc": "-37.59804%",
+ "tooltip": "score = 0.6422889453736268\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.38699 (-37.59804%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
+ "commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
+ "commit-author": "Radosław Waśko",
+ "commit-url": "https://github.com/enso-org/enso/commit/8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
+ "commit-date": new Date(
+ 2024,
+ 3,
+ 26,
+ 16,
+ 5
+ ),
+ },
+
+ {
+ "date": new Date(
+ 2024,
+ 3,
+ 26,
+ 16,
+ 5
+ ),
+ "score": 0.6388508006832404,
+ "score-diff": "-0.003438144690386391",
+ "score-diff-perc": "-0.53530%",
+ "tooltip": "score = 0.6388508006832404\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00344 (-0.53530%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -195438,9 +196244,9 @@
21
),
"score": 1.025593136536196,
- "score-diff": "-0.003683677276375086",
- "score-diff-perc": "-0.35789%",
- "tooltip": "score = 1.025593136536196\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00368 (-0.35789%)",
+ "score-diff": "0.3867423358529557",
+ "score-diff-perc": "+60.53719%",
+ "tooltip": "score = 1.025593136536196\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.38674 (+60.53719%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -201019,6 +201825,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 1.094337040137975,
+ "score-diff": "0.0062498339169905215",
+ "score-diff-perc": "+0.57439%",
+ "tooltip": "score = 1.094337040137975\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00625 (+0.57439%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -201450,11 +202282,11 @@
17,
1
),
- "score": 2.921298711420498,
- "score-diff": "-0.0334447407040237",
- "score-diff-perc": "-1.13190%",
- "tooltip": "score = 2.921298711420498\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03344 (-1.13190%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 3.041818723346537,
+ "score-diff": "0.08707527122201553",
+ "score-diff-perc": "+2.94697%",
+ "tooltip": "score = 3.041818723346537\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.08708 (+2.94697%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -201476,11 +202308,11 @@
17,
1
),
- "score": 3.041818723346537,
- "score-diff": "0.12052001192603923",
- "score-diff-perc": "+4.12556%",
- "tooltip": "score = 3.041818723346537\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.12052 (+4.12556%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 3.49346399189317,
+ "score-diff": "0.451645268546633",
+ "score-diff-perc": "+14.84787%",
+ "tooltip": "score = 3.49346399189317\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.45165 (+14.84787%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -201502,11 +202334,11 @@
17,
1
),
- "score": 3.49346399189317,
- "score-diff": "0.451645268546633",
- "score-diff-perc": "+14.84787%",
- "tooltip": "score = 3.49346399189317\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.45165 (+14.84787%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 2.921298711420498,
+ "score-diff": "-0.5721652804726722",
+ "score-diff-perc": "-16.37816%",
+ "tooltip": "score = 2.921298711420498\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.57217 (-16.37816%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -201529,9 +202361,9 @@
7
),
"score": 3.0292335452343537,
- "score-diff": "-0.4642304466588163",
- "score-diff-perc": "-13.28854%",
- "tooltip": "score = 3.0292335452343537\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.46423 (-13.28854%)",
+ "score-diff": "0.10793483381385593",
+ "score-diff-perc": "+3.69476%",
+ "tooltip": "score = 3.0292335452343537\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.10793 (+3.69476%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -201814,11 +202646,11 @@
16,
5
),
- "score": 2.9234878829363353,
- "score-diff": "-0.9389821680627208",
- "score-diff-perc": "-24.31041%",
- "tooltip": "score = 2.9234878829363353\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.93898 (-24.31041%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 3.8138553878855355,
+ "score-diff": "-0.048614663113520695",
+ "score-diff-perc": "-1.25864%",
+ "tooltip": "score = 3.8138553878855355\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04861 (-1.25864%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -201840,11 +202672,11 @@
16,
5
),
- "score": 2.923726016623794,
- "score-diff": "0.00023813368745884134",
- "score-diff-perc": "+0.00815%",
- "tooltip": "score = 2.923726016623794\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00024 (+0.00815%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 2.9234878829363353,
+ "score-diff": "-0.8903675049492001",
+ "score-diff-perc": "-23.34560%",
+ "tooltip": "score = 2.9234878829363353\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.89037 (-23.34560%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -201866,11 +202698,11 @@
16,
5
),
- "score": 3.8138553878855355,
- "score-diff": "0.8901293712617413",
- "score-diff-perc": "+30.44503%",
- "tooltip": "score = 3.8138553878855355\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.89013 (+30.44503%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 2.923726016623794,
+ "score-diff": "0.00023813368745884134",
+ "score-diff-perc": "+0.00815%",
+ "tooltip": "score = 2.923726016623794\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00024 (+0.00815%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -201893,9 +202725,9 @@
21
),
"score": 4.020075873326632,
- "score-diff": "0.20622048544109628",
- "score-diff-perc": "+5.40714%",
- "tooltip": "score = 4.020075873326632\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.20622 (+5.40714%)",
+ "score-diff": "1.0963498567028376",
+ "score-diff-perc": "+37.49838%",
+ "tooltip": "score = 4.020075873326632\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.09635 (+37.49838%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -207474,6 +208306,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 4.056211247145871,
+ "score-diff": "0.5836294756303162",
+ "score-diff-perc": "+16.80679%",
+ "tooltip": "score = 4.056211247145871\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.58363 (+16.80679%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -207905,11 +208763,11 @@
17,
1
),
- "score": 2.236365142470991,
- "score-diff": "0.016449181272601976",
- "score-diff-perc": "+0.74098%",
- "tooltip": "score = 2.236365142470991\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01645 (+0.74098%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 2.2146357815553928,
+ "score-diff": "-0.00528017964299643",
+ "score-diff-perc": "-0.23785%",
+ "tooltip": "score = 2.2146357815553928\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00528 (-0.23785%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -207931,11 +208789,11 @@
17,
1
),
- "score": 2.2146357815553928,
- "score-diff": "-0.021729360915598406",
- "score-diff-perc": "-0.97164%",
- "tooltip": "score = 2.2146357815553928\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.02173 (-0.97164%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.43862665713897236,
+ "score-diff": "-1.7760091244164204",
+ "score-diff-perc": "-80.19419%",
+ "tooltip": "score = 0.43862665713897236\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.77601 (-80.19419%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -207957,11 +208815,11 @@
17,
1
),
- "score": 0.43862665713897236,
- "score-diff": "-1.7760091244164204",
- "score-diff-perc": "-80.19419%",
- "tooltip": "score = 0.43862665713897236\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.77601 (-80.19419%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 2.236365142470991,
+ "score-diff": "1.7977384853320189",
+ "score-diff-perc": "+409.85619%",
+ "tooltip": "score = 2.236365142470991\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.79774 (+409.85619%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -207984,9 +208842,9 @@
7
),
"score": 2.174549427735942,
- "score-diff": "1.7359227705969698",
- "score-diff-perc": "+395.76317%",
- "tooltip": "score = 2.174549427735942\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.73592 (+395.76317%)",
+ "score-diff": "-0.0618157147350491",
+ "score-diff-perc": "-2.76412%",
+ "tooltip": "score = 2.174549427735942\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.06182 (-2.76412%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -208269,11 +209127,11 @@
16,
5
),
- "score": 2.1558869289000593,
- "score-diff": "1.7187085941828308",
- "score-diff-perc": "+393.13673%",
- "tooltip": "score = 2.1558869289000593\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.71871 (+393.13673%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 0.47584058565293197,
+ "score-diff": "0.038662250935703524",
+ "score-diff-perc": "+8.84359%",
+ "tooltip": "score = 0.47584058565293197\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03866 (+8.84359%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -208295,11 +209153,11 @@
16,
5
),
- "score": 0.39886818653558764,
- "score-diff": "-1.7570187423644716",
- "score-diff-perc": "-81.49865%",
- "tooltip": "score = 0.39886818653558764\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.75702 (-81.49865%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 2.1558869289000593,
+ "score-diff": "1.6800463432471273",
+ "score-diff-perc": "+353.06916%",
+ "tooltip": "score = 2.1558869289000593\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.68005 (+353.06916%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -208321,11 +209179,11 @@
16,
5
),
- "score": 0.47584058565293197,
- "score-diff": "0.07697239911734433",
- "score-diff-perc": "+19.29770%",
- "tooltip": "score = 0.47584058565293197\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.07697 (+19.29770%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 0.39886818653558764,
+ "score-diff": "-1.7570187423644716",
+ "score-diff-perc": "-81.49865%",
+ "tooltip": "score = 0.39886818653558764\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.75702 (-81.49865%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -208348,9 +209206,9 @@
21
),
"score": 0.4264201322519637,
- "score-diff": "-0.04942045340096829",
- "score-diff-perc": "-10.38593%",
- "tooltip": "score = 0.4264201322519637\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.04942 (-10.38593%)",
+ "score-diff": "0.027551945716376036",
+ "score-diff-perc": "+6.90753%",
+ "tooltip": "score = 0.4264201322519637\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.02755 (+6.90753%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -213929,6 +214787,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.47397306157692776,
+ "score-diff": "0.0023103117743552004",
+ "score-diff-perc": "+0.48982%",
+ "tooltip": "score = 0.47397306157692776\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00231 (+0.48982%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -214360,11 +215244,11 @@
17,
1
),
- "score": 2.7138868475616555,
- "score-diff": "0.2624882203336796",
- "score-diff-perc": "+10.70769%",
- "tooltip": "score = 2.7138868475616555\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.26249 (+10.70769%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 2.512186960618538,
+ "score-diff": "0.06078833339056189",
+ "score-diff-perc": "+2.47974%",
+ "tooltip": "score = 2.512186960618538\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.06079 (+2.47974%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -214386,11 +215270,11 @@
17,
1
),
- "score": 2.512186960618538,
- "score-diff": "-0.2016998869431177",
- "score-diff-perc": "-7.43214%",
- "tooltip": "score = 2.512186960618538\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.20170 (-7.43214%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.6693025994067908,
+ "score-diff": "-1.842884361211747",
+ "score-diff-perc": "-73.35777%",
+ "tooltip": "score = 0.6693025994067908\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.84288 (-73.35777%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -214412,11 +215296,11 @@
17,
1
),
- "score": 0.6693025994067908,
- "score-diff": "-1.842884361211747",
- "score-diff-perc": "-73.35777%",
- "tooltip": "score = 0.6693025994067908\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.84288 (-73.35777%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 2.7138868475616555,
+ "score-diff": "2.0445842481548646",
+ "score-diff-perc": "+305.47980%",
+ "tooltip": "score = 2.7138868475616555\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.04458 (+305.47980%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -214439,9 +215323,9 @@
7
),
"score": 2.5528090906925303,
- "score-diff": "1.8835064912857393",
- "score-diff-perc": "+281.41329%",
- "tooltip": "score = 2.5528090906925303\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.88351 (+281.41329%)",
+ "score-diff": "-0.1610777568691253",
+ "score-diff-perc": "-5.93532%",
+ "tooltip": "score = 2.5528090906925303\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.16108 (-5.93532%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -214724,11 +215608,11 @@
16,
5
),
- "score": 2.389594631543376,
- "score-diff": "1.7172301403703756",
- "score-diff-perc": "+255.40167%",
- "tooltip": "score = 2.389594631543376\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.71723 (+255.40167%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 0.6477661066522064,
+ "score-diff": "-0.024598384520794214",
+ "score-diff-perc": "-3.65849%",
+ "tooltip": "score = 0.6477661066522064\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02460 (-3.65849%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -214750,11 +215634,11 @@
16,
5
),
- "score": 2.5180610650948165,
- "score-diff": "0.1284664335514405",
- "score-diff-perc": "+5.37608%",
- "tooltip": "score = 2.5180610650948165\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.12847 (+5.37608%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 2.389594631543376,
+ "score-diff": "1.7418285248911696",
+ "score-diff-perc": "+268.89776%",
+ "tooltip": "score = 2.389594631543376\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.74183 (+268.89776%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -214776,11 +215660,11 @@
16,
5
),
- "score": 0.6477661066522064,
- "score-diff": "-1.87029495844261",
- "score-diff-perc": "-74.27520%",
- "tooltip": "score = 0.6477661066522064\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.87029 (-74.27520%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 2.5180610650948165,
+ "score-diff": "0.1284664335514405",
+ "score-diff-perc": "+5.37608%",
+ "tooltip": "score = 2.5180610650948165\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.12847 (+5.37608%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -214803,9 +215687,9 @@
21
),
"score": 0.6864670921507394,
- "score-diff": "0.03870098549853307",
- "score-diff-perc": "+5.97453%",
- "tooltip": "score = 0.6864670921507394\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.03870 (+5.97453%)",
+ "score-diff": "-1.831593972944077",
+ "score-diff-perc": "-72.73827%",
+ "tooltip": "score = 0.6864670921507394\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.83159 (-72.73827%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -220384,6 +221268,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.6642976056264813,
+ "score-diff": "-0.06355444426765733",
+ "score-diff-perc": "-8.73178%",
+ "tooltip": "score = 0.6642976056264813\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.06355 (-8.73178%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -220815,11 +221725,11 @@
17,
1
),
- "score": 2.2232610185482646,
- "score-diff": "-0.03569678222279249",
- "score-diff-perc": "-1.58023%",
- "tooltip": "score = 2.2232610185482646\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03570 (-1.58023%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 2.1847114154161322,
+ "score-diff": "-0.0742463853549249",
+ "score-diff-perc": "-3.28675%",
+ "tooltip": "score = 2.1847114154161322\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.07425 (-3.28675%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -220841,11 +221751,11 @@
17,
1
),
- "score": 2.1847114154161322,
- "score-diff": "-0.038549603132132404",
- "score-diff-perc": "-1.73392%",
- "tooltip": "score = 2.1847114154161322\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03855 (-1.73392%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.4320499221995426,
+ "score-diff": "-1.7526614932165896",
+ "score-diff-perc": "-80.22394%",
+ "tooltip": "score = 0.4320499221995426\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.75266 (-80.22394%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -220867,11 +221777,11 @@
17,
1
),
- "score": 0.4320499221995426,
- "score-diff": "-1.7526614932165896",
- "score-diff-perc": "-80.22394%",
- "tooltip": "score = 0.4320499221995426\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.75266 (-80.22394%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 2.2232610185482646,
+ "score-diff": "1.791211096348722",
+ "score-diff-perc": "+414.58429%",
+ "tooltip": "score = 2.2232610185482646\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.79121 (+414.58429%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -220894,9 +221804,9 @@
7
),
"score": 2.163362815443403,
- "score-diff": "1.7313128932438602",
- "score-diff-perc": "+400.72057%",
- "tooltip": "score = 2.163362815443403\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.73131 (+400.72057%)",
+ "score-diff": "-0.059898203104861825",
+ "score-diff-perc": "-2.69416%",
+ "tooltip": "score = 2.163362815443403\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.05990 (-2.69416%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -221179,11 +222089,11 @@
16,
5
),
- "score": 2.20228231088009,
- "score-diff": "1.7210848577337998",
- "score-diff-perc": "+357.66708%",
- "tooltip": "score = 2.20228231088009\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.72108 (+357.66708%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 0.4449835991788686,
+ "score-diff": "-0.03621385396742155",
+ "score-diff-perc": "-7.52578%",
+ "tooltip": "score = 0.4449835991788686\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03621 (-7.52578%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -221205,11 +222115,11 @@
16,
5
),
- "score": 2.2259096730252783,
- "score-diff": "0.023627362145188346",
- "score-diff-perc": "+1.07286%",
- "tooltip": "score = 2.2259096730252783\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02363 (+1.07286%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 2.20228231088009,
+ "score-diff": "1.7572987117012213",
+ "score-diff-perc": "+394.91314%",
+ "tooltip": "score = 2.20228231088009\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.75730 (+394.91314%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -221231,11 +222141,11 @@
16,
5
),
- "score": 0.4449835991788686,
- "score-diff": "-1.7809260738464097",
- "score-diff-perc": "-80.00891%",
- "tooltip": "score = 0.4449835991788686\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.78093 (-80.00891%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 2.2259096730252783,
+ "score-diff": "0.023627362145188346",
+ "score-diff-perc": "+1.07286%",
+ "tooltip": "score = 2.2259096730252783\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02363 (+1.07286%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -221258,9 +222168,9 @@
21
),
"score": 0.44673603649824895,
- "score-diff": "0.001752437319380351",
- "score-diff-perc": "+0.39382%",
- "tooltip": "score = 0.44673603649824895\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00175 (+0.39382%)",
+ "score-diff": "-1.7791736365270294",
+ "score-diff-perc": "-79.93018%",
+ "tooltip": "score = 0.44673603649824895\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.77917 (-79.93018%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -226839,6 +227749,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.41716538478176396,
+ "score-diff": "-0.06377716417053292",
+ "score-diff-perc": "-13.26087%",
+ "tooltip": "score = 0.41716538478176396\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.06378 (-13.26087%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -227270,11 +228206,11 @@
17,
1
),
- "score": 2.498308693803198,
- "score-diff": "0.011173826393882536",
- "score-diff-perc": "+0.44926%",
- "tooltip": "score = 2.498308693803198\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01117 (+0.44926%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 2.7294506323910226,
+ "score-diff": "0.24231576498170693",
+ "score-diff-perc": "+9.74277%",
+ "tooltip": "score = 2.7294506323910226\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.24232 (+9.74277%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -227296,11 +228232,11 @@
17,
1
),
- "score": 2.7294506323910226,
- "score-diff": "0.2311419385878244",
- "score-diff-perc": "+9.25194%",
- "tooltip": "score = 2.7294506323910226\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.23114 (+9.25194%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.958071340856188,
+ "score-diff": "-1.7713792915348345",
+ "score-diff-perc": "-64.89875%",
+ "tooltip": "score = 0.958071340856188\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.77138 (-64.89875%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -227322,11 +228258,11 @@
17,
1
),
- "score": 0.958071340856188,
- "score-diff": "-1.7713792915348345",
- "score-diff-perc": "-64.89875%",
- "tooltip": "score = 0.958071340856188\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.77138 (-64.89875%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 2.498308693803198,
+ "score-diff": "1.5402373529470101",
+ "score-diff-perc": "+160.76437%",
+ "tooltip": "score = 2.498308693803198\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.54024 (+160.76437%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -227349,9 +228285,9 @@
7
),
"score": 2.4258685542724163,
- "score-diff": "1.4677972134162283",
- "score-diff-perc": "+153.20333%",
- "tooltip": "score = 2.4258685542724163\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.46780 (+153.20333%)",
+ "score-diff": "-0.07244013953078188",
+ "score-diff-perc": "-2.89957%",
+ "tooltip": "score = 2.4258685542724163\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.07244 (-2.89957%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -227634,11 +228570,11 @@
16,
5
),
- "score": 2.688717223683433,
- "score-diff": "1.720450225282475",
- "score-diff-perc": "+177.68345%",
- "tooltip": "score = 2.688717223683433\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.72045 (+177.68345%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 0.9581467372395039,
+ "score-diff": "-0.010120261161454258",
+ "score-diff-perc": "-1.04519%",
+ "tooltip": "score = 0.9581467372395039\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01012 (-1.04519%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -227660,11 +228596,11 @@
16,
5
),
- "score": 2.483043541868807,
- "score-diff": "-0.20567368181462609",
- "score-diff-perc": "-7.64951%",
- "tooltip": "score = 2.483043541868807\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.20567 (-7.64951%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 2.688717223683433,
+ "score-diff": "1.7305704864439293",
+ "score-diff-perc": "+180.61644%",
+ "tooltip": "score = 2.688717223683433\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.73057 (+180.61644%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -227686,11 +228622,11 @@
16,
5
),
- "score": 0.9581467372395039,
- "score-diff": "-1.5248968046293032",
- "score-diff-perc": "-61.41241%",
- "tooltip": "score = 0.9581467372395039\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.52490 (-61.41241%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 2.483043541868807,
+ "score-diff": "-0.20567368181462609",
+ "score-diff-perc": "-7.64951%",
+ "tooltip": "score = 2.483043541868807\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.20567 (-7.64951%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -227713,9 +228649,9 @@
21
),
"score": 0.908869211564379,
- "score-diff": "-0.04927752567512489",
- "score-diff-perc": "-5.14300%",
- "tooltip": "score = 0.908869211564379\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.04928 (-5.14300%)",
+ "score-diff": "-1.574174330304428",
+ "score-diff-perc": "-63.39697%",
+ "tooltip": "score = 0.908869211564379\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.57417 (-63.39697%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -233294,6 +234230,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.9206621473067781,
+ "score-diff": "-0.010114918950107743",
+ "score-diff-perc": "-1.08672%",
+ "tooltip": "score = 0.9206621473067781\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01011 (-1.08672%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -233725,11 +234687,11 @@
17,
1
),
- "score": 2.492637482403069,
- "score-diff": "0.044969595703050036",
- "score-diff-perc": "+1.83724%",
- "tooltip": "score = 2.492637482403069\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04497 (+1.83724%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 2.6843787278870366,
+ "score-diff": "0.2367108411870178",
+ "score-diff-perc": "+9.67087%",
+ "tooltip": "score = 2.6843787278870366\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.23671 (+9.67087%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -233751,11 +234713,11 @@
17,
1
),
- "score": 2.6843787278870366,
- "score-diff": "0.19174124548396776",
- "score-diff-perc": "+7.69230%",
- "tooltip": "score = 2.6843787278870366\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.19174 (+7.69230%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 3.1460227119265745,
+ "score-diff": "0.4616439840395379",
+ "score-diff-perc": "+17.19742%",
+ "tooltip": "score = 3.1460227119265745\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.46164 (+17.19742%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -233777,11 +234739,11 @@
17,
1
),
- "score": 3.1460227119265745,
- "score-diff": "0.4616439840395379",
- "score-diff-perc": "+17.19742%",
- "tooltip": "score = 3.1460227119265745\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.46164 (+17.19742%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 2.492637482403069,
+ "score-diff": "-0.6533852295235056",
+ "score-diff-perc": "-20.76861%",
+ "tooltip": "score = 2.492637482403069\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.65339 (-20.76861%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -233804,9 +234766,9 @@
7
),
"score": 2.447567599706203,
- "score-diff": "-0.6984551122203713",
- "score-diff-perc": "-22.20121%",
- "tooltip": "score = 2.447567599706203\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.69846 (-22.20121%)",
+ "score-diff": "-0.045069882696865626",
+ "score-diff-perc": "-1.80812%",
+ "tooltip": "score = 2.447567599706203\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.04507 (-1.80812%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -234089,11 +235051,11 @@
16,
5
),
- "score": 2.711276201319524,
- "score-diff": "-0.5510765248266662",
- "score-diff-perc": "-16.89200%",
- "tooltip": "score = 2.711276201319524\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.55108 (-16.89200%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 3.216331854100057,
+ "score-diff": "-0.04602087204613303",
+ "score-diff-perc": "-1.41067%",
+ "tooltip": "score = 3.216331854100057\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04602 (-1.41067%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -234115,11 +235077,11 @@
16,
5
),
- "score": 2.700980397028001,
- "score-diff": "-0.010295804291522881",
- "score-diff-perc": "-0.37974%",
- "tooltip": "score = 2.700980397028001\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01030 (-0.37974%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 2.711276201319524,
+ "score-diff": "-0.5050556527805332",
+ "score-diff-perc": "-15.70285%",
+ "tooltip": "score = 2.711276201319524\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.50506 (-15.70285%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -234141,11 +235103,11 @@
16,
5
),
- "score": 3.216331854100057,
- "score-diff": "0.5153514570720561",
- "score-diff-perc": "+19.08016%",
- "tooltip": "score = 3.216331854100057\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.51535 (+19.08016%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 2.700980397028001,
+ "score-diff": "-0.010295804291522881",
+ "score-diff-perc": "-0.37974%",
+ "tooltip": "score = 2.700980397028001\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01030 (-0.37974%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -234168,9 +235130,9 @@
21
),
"score": 2.2377159618773295,
- "score-diff": "-0.9786158922227277",
- "score-diff-perc": "-30.42646%",
- "tooltip": "score = 2.2377159618773295\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.97862 (-30.42646%)",
+ "score-diff": "-0.4632644351506716",
+ "score-diff-perc": "-17.15171%",
+ "tooltip": "score = 2.2377159618773295\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.46326 (-17.15171%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -239749,6 +240711,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 2.746850760095898,
+ "score-diff": "-0.5998640260039827",
+ "score-diff-perc": "-17.92397%",
+ "tooltip": "score = 2.746850760095898\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.59986 (-17.92397%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -240180,11 +241168,11 @@
17,
1
),
- "score": 68.62542506578968,
- "score-diff": "1.6025169231230194",
- "score-diff-perc": "+2.39100%",
- "tooltip": "score = 68.62542506578968\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.60252 (+2.39100%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 67.04709405184786,
+ "score-diff": "0.024185909181198895",
+ "score-diff-perc": "+0.03609%",
+ "tooltip": "score = 67.04709405184786\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02419 (+0.03609%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -240206,11 +241194,11 @@
17,
1
),
- "score": 67.04709405184786,
- "score-diff": "-1.5783310139418205",
- "score-diff-perc": "-2.29992%",
- "tooltip": "score = 67.04709405184786\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.57833 (-2.29992%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 76.1426104431182,
+ "score-diff": "9.095516391270337",
+ "score-diff-perc": "+13.56586%",
+ "tooltip": "score = 76.1426104431182\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +9.09552 (+13.56586%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -240232,11 +241220,11 @@
17,
1
),
- "score": 76.1426104431182,
- "score-diff": "9.095516391270337",
- "score-diff-perc": "+13.56586%",
- "tooltip": "score = 76.1426104431182\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +9.09552 (+13.56586%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 68.62542506578968,
+ "score-diff": "-7.517185377328516",
+ "score-diff-perc": "-9.87251%",
+ "tooltip": "score = 68.62542506578968\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.51719 (-9.87251%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -240259,9 +241247,9 @@
7
),
"score": 66.97467799849663,
- "score-diff": "-9.16793244462157",
- "score-diff-perc": "-12.04048%",
- "tooltip": "score = 66.97467799849663\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -9.16793 (-12.04048%)",
+ "score-diff": "-1.6507470672930538",
+ "score-diff-perc": "-2.40545%",
+ "tooltip": "score = 66.97467799849663\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.65075 (-2.40545%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -240544,11 +241532,11 @@
16,
5
),
- "score": 67.09365607002238,
- "score-diff": "-13.066386220568106",
- "score-diff-perc": "-16.30037%",
- "tooltip": "score = 67.09365607002238\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -13.06639 (-16.30037%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 83.00806389688975,
+ "score-diff": "2.8480216062992696",
+ "score-diff-perc": "+3.55292%",
+ "tooltip": "score = 83.00806389688975\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.84802 (+3.55292%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -240570,11 +241558,11 @@
16,
5
),
- "score": 67.15057098235346,
- "score-diff": "0.056914912331080814",
- "score-diff-perc": "+0.08483%",
- "tooltip": "score = 67.15057098235346\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.05691 (+0.08483%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 67.09365607002238,
+ "score-diff": "-15.914407826867375",
+ "score-diff-perc": "-19.17212%",
+ "tooltip": "score = 67.09365607002238\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -15.91441 (-19.17212%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -240596,11 +241584,11 @@
16,
5
),
- "score": 83.00806389688975,
- "score-diff": "15.857492914536294",
- "score-diff-perc": "+23.61483%",
- "tooltip": "score = 83.00806389688975\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +15.85749 (+23.61483%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 67.15057098235346,
+ "score-diff": "0.056914912331080814",
+ "score-diff-perc": "+0.08483%",
+ "tooltip": "score = 67.15057098235346\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.05691 (+0.08483%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -240623,9 +241611,9 @@
21
),
"score": 79.88329890930794,
- "score-diff": "-3.1247649875818126",
- "score-diff-perc": "-3.76441%",
- "tooltip": "score = 79.88329890930794\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -3.12476 (-3.76441%)",
+ "score-diff": "12.732727926954482",
+ "score-diff-perc": "+18.96146%",
+ "tooltip": "score = 79.88329890930794\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +12.73273 (+18.96146%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -246204,6 +247192,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 76.59609954503817,
+ "score-diff": "-0.6391652841926003",
+ "score-diff-perc": "-0.82756%",
+ "tooltip": "score = 76.59609954503817\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.63917 (-0.82756%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -246635,11 +247649,11 @@
17,
1
),
- "score": 66.95244478430467,
- "score-diff": "-1.1757334806161168",
- "score-diff-perc": "-1.72577%",
- "tooltip": "score = 66.95244478430467\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.17573 (-1.72577%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 67.8913740735797,
+ "score-diff": "-0.23680419134109343",
+ "score-diff-perc": "-0.34759%",
+ "tooltip": "score = 67.8913740735797\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.23680 (-0.34759%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -246661,11 +247675,11 @@
17,
1
),
- "score": 67.8913740735797,
- "score-diff": "0.9389292892750234",
- "score-diff-perc": "+1.40238%",
- "tooltip": "score = 67.8913740735797\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.93893 (+1.40238%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 76.74478990992367,
+ "score-diff": "8.85341583634397",
+ "score-diff-perc": "+13.04056%",
+ "tooltip": "score = 76.74478990992367\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +8.85342 (+13.04056%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -246687,11 +247701,11 @@
17,
1
),
- "score": 76.74478990992367,
- "score-diff": "8.85341583634397",
- "score-diff-perc": "+13.04056%",
- "tooltip": "score = 76.74478990992367\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +8.85342 (+13.04056%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 66.95244478430467,
+ "score-diff": "-9.792345125618994",
+ "score-diff-perc": "-12.75962%",
+ "tooltip": "score = 66.95244478430467\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -9.79235 (-12.75962%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -246714,9 +247728,9 @@
7
),
"score": 66.3870101258278,
- "score-diff": "-10.357779784095868",
- "score-diff-perc": "-13.49639%",
- "tooltip": "score = 66.3870101258278\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -10.35778 (-13.49639%)",
+ "score-diff": "-0.5654346584768746",
+ "score-diff-perc": "-0.84453%",
+ "tooltip": "score = 66.3870101258278\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.56543 (-0.84453%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -246999,11 +248013,11 @@
16,
5
),
- "score": 66.97814611432858,
- "score-diff": "-8.296446845105123",
- "score-diff-perc": "-11.02158%",
- "tooltip": "score = 66.97814611432858\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -8.29645 (-11.02158%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 75.17787136434745,
+ "score-diff": "-0.096721595086251",
+ "score-diff-perc": "-0.12849%",
+ "tooltip": "score = 75.17787136434745\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.09672 (-0.12849%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -247025,11 +248039,11 @@
16,
5
),
- "score": 68.16920931628383,
- "score-diff": "1.1910632019552452",
- "score-diff-perc": "+1.77829%",
- "tooltip": "score = 68.16920931628383\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.19106 (+1.77829%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 66.97814611432858,
+ "score-diff": "-8.199725250018872",
+ "score-diff-perc": "-10.90710%",
+ "tooltip": "score = 66.97814611432858\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -8.19973 (-10.90710%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -247051,11 +248065,11 @@
16,
5
),
- "score": 75.17787136434745,
- "score-diff": "7.008662048063627",
- "score-diff-perc": "+10.28127%",
- "tooltip": "score = 75.17787136434745\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +7.00866 (+10.28127%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 68.16920931628383,
+ "score-diff": "1.1910632019552452",
+ "score-diff-perc": "+1.77829%",
+ "tooltip": "score = 68.16920931628383\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.19106 (+1.77829%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -247078,9 +248092,9 @@
21
),
"score": 76.80417683902525,
- "score-diff": "1.6263054746777925",
- "score-diff-perc": "+2.16328%",
- "tooltip": "score = 76.80417683902525\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.62631 (+2.16328%)",
+ "score-diff": "8.63496752274142",
+ "score-diff-perc": "+12.66696%",
+ "tooltip": "score = 76.80417683902525\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +8.63497 (+12.66696%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -252659,6 +253673,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 79.28843220817399,
+ "score-diff": "3.286567237941597",
+ "score-diff-perc": "+4.32432%",
+ "tooltip": "score = 79.28843220817399\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.28657 (+4.32432%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -253090,11 +254130,11 @@
17,
1
),
- "score": 67.36018436344084,
- "score-diff": "-0.8355654750972974",
- "score-diff-perc": "-1.22525%",
- "tooltip": "score = 67.36018436344084\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.83557 (-1.22525%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 67.3277486885906,
+ "score-diff": "-0.8680011499475313",
+ "score-diff-perc": "-1.27281%",
+ "tooltip": "score = 67.3277486885906\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.86800 (-1.27281%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -253116,11 +254156,11 @@
17,
1
),
- "score": 67.3277486885906,
- "score-diff": "-0.03243567485023391",
- "score-diff-perc": "-0.04815%",
- "tooltip": "score = 67.3277486885906\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03244 (-0.04815%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 83.65770405642971,
+ "score-diff": "16.329955367839105",
+ "score-diff-perc": "+24.25442%",
+ "tooltip": "score = 83.65770405642971\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +16.32996 (+24.25442%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -253142,11 +254182,11 @@
17,
1
),
- "score": 83.65770405642971,
- "score-diff": "16.329955367839105",
- "score-diff-perc": "+24.25442%",
- "tooltip": "score = 83.65770405642971\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +16.32996 (+24.25442%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 67.36018436344084,
+ "score-diff": "-16.29751969298887",
+ "score-diff-perc": "-19.48119%",
+ "tooltip": "score = 67.36018436344084\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -16.29752 (-19.48119%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -253169,9 +254209,9 @@
7
),
"score": 68.4085065022831,
- "score-diff": "-15.249197554146605",
- "score-diff-perc": "-18.22809%",
- "tooltip": "score = 68.4085065022831\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -15.24920 (-18.22809%)",
+ "score-diff": "1.0483221388422663",
+ "score-diff-perc": "+1.55629%",
+ "tooltip": "score = 68.4085065022831\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.04832 (+1.55629%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -253454,11 +254494,11 @@
16,
5
),
- "score": 66.63167685295363,
- "score-diff": "-13.8302696967109",
- "score-diff-perc": "-17.18858%",
- "tooltip": "score = 66.63167685295363\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -13.83027 (-17.18858%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 80.79922147655483,
+ "score-diff": "0.33727492689030214",
+ "score-diff-perc": "+0.41917%",
+ "tooltip": "score = 80.79922147655483\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.33727 (+0.41917%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -253480,11 +254520,11 @@
16,
5
),
- "score": 67.16630321612612,
- "score-diff": "0.5346263631724923",
- "score-diff-perc": "+0.80236%",
- "tooltip": "score = 67.16630321612612\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.53463 (+0.80236%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 66.63167685295363,
+ "score-diff": "-14.167544623601202",
+ "score-diff-perc": "-17.53426%",
+ "tooltip": "score = 66.63167685295363\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -14.16754 (-17.53426%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -253506,11 +254546,11 @@
16,
5
),
- "score": 80.79922147655483,
- "score-diff": "13.63291826042871",
- "score-diff-perc": "+20.29726%",
- "tooltip": "score = 80.79922147655483\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +13.63292 (+20.29726%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 67.16630321612612,
+ "score-diff": "0.5346263631724923",
+ "score-diff-perc": "+0.80236%",
+ "tooltip": "score = 67.16630321612612\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.53463 (+0.80236%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -253533,9 +254573,9 @@
21
),
"score": 84.35302516025068,
- "score-diff": "3.553803683695847",
- "score-diff-perc": "+4.39831%",
- "tooltip": "score = 84.35302516025068\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +3.55380 (+4.39831%)",
+ "score-diff": "17.186721944124557",
+ "score-diff-perc": "+25.58831%",
+ "tooltip": "score = 84.35302516025068\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +17.18672 (+25.58831%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -259114,6 +260154,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 74.02047543005446,
+ "score-diff": "-0.6350977697575928",
+ "score-diff-perc": "-0.85070%",
+ "tooltip": "score = 74.02047543005446\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.63510 (-0.85070%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -259545,11 +260611,11 @@
17,
1
),
- "score": 66.1417733603869,
- "score-diff": "-0.4372829446815274",
- "score-diff-perc": "-0.65679%",
- "tooltip": "score = 66.1417733603869\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.43728 (-0.65679%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 67.25653255622372,
+ "score-diff": "0.6774762511552836",
+ "score-diff-perc": "+1.01755%",
+ "tooltip": "score = 67.25653255622372\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.67748 (+1.01755%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -259571,11 +260637,11 @@
17,
1
),
- "score": 67.25653255622372,
- "score-diff": "1.114759195836811",
- "score-diff-perc": "+1.68541%",
- "tooltip": "score = 67.25653255622372\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.11476 (+1.68541%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 83.23197591312672,
+ "score-diff": "15.975443356903",
+ "score-diff-perc": "+23.75300%",
+ "tooltip": "score = 83.23197591312672\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +15.97544 (+23.75300%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -259597,11 +260663,11 @@
17,
1
),
- "score": 83.23197591312672,
- "score-diff": "15.975443356903",
- "score-diff-perc": "+23.75300%",
- "tooltip": "score = 83.23197591312672\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +15.97544 (+23.75300%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 66.1417733603869,
+ "score-diff": "-17.09020255273981",
+ "score-diff-perc": "-20.53322%",
+ "tooltip": "score = 66.1417733603869\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -17.09020 (-20.53322%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -259624,9 +260690,9 @@
7
),
"score": 66.93576114530875,
- "score-diff": "-16.296214767817972",
- "score-diff-perc": "-19.57927%",
- "tooltip": "score = 66.93576114530875\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -16.29621 (-19.57927%)",
+ "score-diff": "0.7939877849218391",
+ "score-diff-perc": "+1.20043%",
+ "tooltip": "score = 66.93576114530875\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.79399 (+1.20043%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -259909,11 +260975,11 @@
16,
5
),
- "score": 67.42393094820423,
- "score-diff": "-11.426301384522148",
- "score-diff-perc": "-14.49114%",
- "tooltip": "score = 67.42393094820423\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -11.42630 (-14.49114%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 79.50339561611,
+ "score-diff": "0.6531632833836198",
+ "score-diff-perc": "+0.82836%",
+ "tooltip": "score = 79.50339561611\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.65316 (+0.82836%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -259935,11 +261001,11 @@
16,
5
),
- "score": 66.87799892713198,
- "score-diff": "-0.5459320210722467",
- "score-diff-perc": "-0.80970%",
- "tooltip": "score = 66.87799892713198\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.54593 (-0.80970%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 67.42393094820423,
+ "score-diff": "-12.079464667905768",
+ "score-diff-perc": "-15.19365%",
+ "tooltip": "score = 67.42393094820423\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -12.07946 (-15.19365%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -259961,11 +261027,11 @@
16,
5
),
- "score": 79.50339561611,
- "score-diff": "12.625396688978014",
- "score-diff-perc": "+18.87825%",
- "tooltip": "score = 79.50339561611\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +12.62540 (+18.87825%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 66.87799892713198,
+ "score-diff": "-0.5459320210722467",
+ "score-diff-perc": "-0.80970%",
+ "tooltip": "score = 66.87799892713198\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.54593 (-0.80970%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -259988,9 +261054,9 @@
21
),
"score": 81.62337333653291,
- "score-diff": "2.1199777204229093",
- "score-diff-perc": "+2.66652%",
- "tooltip": "score = 81.62337333653291\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.11998 (+2.66652%)",
+ "score-diff": "14.745374409400924",
+ "score-diff-perc": "+22.04817%",
+ "tooltip": "score = 81.62337333653291\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +14.74537 (+22.04817%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -265569,6 +266635,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 77.07526968461539,
+ "score-diff": "1.005463698251745",
+ "score-diff-perc": "+1.32176%",
+ "tooltip": "score = 77.07526968461539\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.00546 (+1.32176%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -266000,11 +267092,11 @@
17,
1
),
- "score": 62.2343758222529,
- "score-diff": "-6.277438712864594",
- "score-diff-perc": "-9.16256%",
- "tooltip": "score = 62.2343758222529\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -6.27744 (-9.16256%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 69.58162470771552,
+ "score-diff": "1.0698101725980251",
+ "score-diff-perc": "+1.56150%",
+ "tooltip": "score = 69.58162470771552\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.06981 (+1.56150%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -266026,11 +267118,11 @@
17,
1
),
- "score": 69.58162470771552,
- "score-diff": "7.347248885462619",
- "score-diff-perc": "+11.80577%",
- "tooltip": "score = 69.58162470771552\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +7.34725 (+11.80577%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 108.99598534352936,
+ "score-diff": "39.414360635813836",
+ "score-diff-perc": "+56.64478%",
+ "tooltip": "score = 108.99598534352936\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +39.41436 (+56.64478%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -266052,11 +267144,11 @@
17,
1
),
- "score": 108.99598534352936,
- "score-diff": "39.414360635813836",
- "score-diff-perc": "+56.64478%",
- "tooltip": "score = 108.99598534352936\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +39.41436 (+56.64478%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 62.2343758222529,
+ "score-diff": "-46.761609521276455",
+ "score-diff-perc": "-42.90214%",
+ "tooltip": "score = 62.2343758222529\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -46.76161 (-42.90214%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -266079,9 +267171,9 @@
7
),
"score": 69.91470760790237,
- "score-diff": "-39.08127773562698",
- "score-diff-perc": "-35.85570%",
- "tooltip": "score = 69.91470760790237\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -39.08128 (-35.85570%)",
+ "score-diff": "7.6803317856494715",
+ "score-diff-perc": "+12.34098%",
+ "tooltip": "score = 69.91470760790237\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +7.68033 (+12.34098%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -266364,11 +267456,11 @@
16,
5
),
- "score": 67.05393276137882,
- "score-diff": "-45.17207986955448",
- "score-diff-perc": "-40.25099%",
- "tooltip": "score = 67.05393276137882\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -45.17208 (-40.25099%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 112.86530400737317,
+ "score-diff": "0.6392913764398713",
+ "score-diff-perc": "+0.56965%",
+ "tooltip": "score = 112.86530400737317\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.63929 (+0.56965%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -266390,11 +267482,11 @@
16,
5
),
- "score": 70.33769887017164,
- "score-diff": "3.2837661087928183",
- "score-diff-perc": "+4.89720%",
- "tooltip": "score = 70.33769887017164\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.28377 (+4.89720%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 67.05393276137882,
+ "score-diff": "-45.81137124599435",
+ "score-diff-perc": "-40.58942%",
+ "tooltip": "score = 67.05393276137882\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -45.81137 (-40.58942%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -266416,11 +267508,11 @@
16,
5
),
- "score": 112.86530400737317,
- "score-diff": "42.52760513720153",
- "score-diff-perc": "+60.46204%",
- "tooltip": "score = 112.86530400737317\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +42.52761 (+60.46204%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 70.33769887017164,
+ "score-diff": "3.2837661087928183",
+ "score-diff-perc": "+4.89720%",
+ "tooltip": "score = 70.33769887017164\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.28377 (+4.89720%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -266443,9 +267535,9 @@
21
),
"score": 106.81273726064316,
- "score-diff": "-6.052566746730008",
- "score-diff-perc": "-5.36265%",
- "tooltip": "score = 106.81273726064316\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -6.05257 (-5.36265%)",
+ "score-diff": "36.475038390471525",
+ "score-diff-perc": "+51.85703%",
+ "tooltip": "score = 106.81273726064316\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +36.47504 (+51.85703%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -272024,6 +273116,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 81.86060120809572,
+ "score-diff": "-0.4357485921196087",
+ "score-diff-perc": "-0.52949%",
+ "tooltip": "score = 81.86060120809572\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.43575 (-0.52949%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -272455,11 +273573,11 @@
17,
1
),
- "score": 68.07108370339645,
- "score-diff": "1.3739877567121397",
- "score-diff-perc": "+2.06004%",
- "tooltip": "score = 68.07108370339645\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.37399 (+2.06004%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 66.76284957186513,
+ "score-diff": "0.06575362518081818",
+ "score-diff-perc": "+0.09859%",
+ "tooltip": "score = 66.76284957186513\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.06575 (+0.09859%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -272481,11 +273599,11 @@
17,
1
),
- "score": 66.76284957186513,
- "score-diff": "-1.3082341315313215",
- "score-diff-perc": "-1.92186%",
- "tooltip": "score = 66.76284957186513\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.30823 (-1.92186%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 81.80901091146208,
+ "score-diff": "15.04616133959695",
+ "score-diff-perc": "+22.53673%",
+ "tooltip": "score = 81.80901091146208\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +15.04616 (+22.53673%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -272507,11 +273625,11 @@
17,
1
),
- "score": 81.80901091146208,
- "score-diff": "15.04616133959695",
- "score-diff-perc": "+22.53673%",
- "tooltip": "score = 81.80901091146208\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +15.04616 (+22.53673%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 68.07108370339645,
+ "score-diff": "-13.737927208065628",
+ "score-diff-perc": "-16.79268%",
+ "tooltip": "score = 68.07108370339645\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -13.73793 (-16.79268%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -272534,9 +273652,9 @@
7
),
"score": 66.36676951879829,
- "score-diff": "-15.442241392663789",
- "score-diff-perc": "-18.87597%",
- "tooltip": "score = 66.36676951879829\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -15.44224 (-18.87597%)",
+ "score-diff": "-1.7043141845981609",
+ "score-diff-perc": "-2.50373%",
+ "tooltip": "score = 66.36676951879829\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.70431 (-2.50373%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -272819,11 +273937,11 @@
16,
5
),
- "score": 67.57671176272447,
- "score-diff": "-17.25122891113965",
- "score-diff-perc": "-20.33673%",
- "tooltip": "score = 67.57671176272447\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -17.25123 (-20.33673%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 81.54398093905212,
+ "score-diff": "-3.283959734812001",
+ "score-diff-perc": "-3.87132%",
+ "tooltip": "score = 81.54398093905212\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.28396 (-3.87132%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -272845,11 +273963,11 @@
16,
5
),
- "score": 66.76282754828256,
- "score-diff": "-0.813884214441913",
- "score-diff-perc": "-1.20439%",
- "tooltip": "score = 66.76282754828256\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.81388 (-1.20439%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 67.57671176272447,
+ "score-diff": "-13.967269176327648",
+ "score-diff-perc": "-17.12851%",
+ "tooltip": "score = 67.57671176272447\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -13.96727 (-17.12851%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -272871,11 +273989,11 @@
16,
5
),
- "score": 81.54398093905212,
- "score-diff": "14.78115339076956",
- "score-diff-perc": "+22.13980%",
- "tooltip": "score = 81.54398093905212\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +14.78115 (+22.13980%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 66.76282754828256,
+ "score-diff": "-0.813884214441913",
+ "score-diff-perc": "-1.20439%",
+ "tooltip": "score = 66.76282754828256\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.81388 (-1.20439%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -272898,9 +274016,9 @@
21
),
"score": 83.74982779029632,
- "score-diff": "2.2058468512442033",
- "score-diff-perc": "+2.70510%",
- "tooltip": "score = 83.74982779029632\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.20585 (+2.70510%)",
+ "score-diff": "16.987000242013764",
+ "score-diff-perc": "+25.44380%",
+ "tooltip": "score = 83.74982779029632\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +16.98700 (+25.44380%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -278479,6 +279597,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 75.44021527034002,
+ "score-diff": "-2.7310653542602807",
+ "score-diff-perc": "-3.49369%",
+ "tooltip": "score = 75.44021527034002\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.73107 (-3.49369%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -278910,11 +280054,11 @@
17,
1
),
- "score": 287.8122177142857,
- "score-diff": "14.263092249420822",
- "score-diff-perc": "+5.21409%",
- "tooltip": "score = 287.8122177142857\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +14.26309 (+5.21409%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 277.0405408672673,
+ "score-diff": "3.491415402402424",
+ "score-diff-perc": "+1.27634%",
+ "tooltip": "score = 277.0405408672673\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3.49142 (+1.27634%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -278936,11 +280080,11 @@
17,
1
),
- "score": 277.0405408672673,
- "score-diff": "-10.771676847018398",
- "score-diff-perc": "-3.74261%",
- "tooltip": "score = 277.0405408672673\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -10.77168 (-3.74261%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 339.61017241999997,
+ "score-diff": "62.56963155273269",
+ "score-diff-perc": "+22.58501%",
+ "tooltip": "score = 339.61017241999997\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +62.56963 (+22.58501%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -278962,11 +280106,11 @@
17,
1
),
- "score": 339.61017241999997,
- "score-diff": "62.56963155273269",
- "score-diff-perc": "+22.58501%",
- "tooltip": "score = 339.61017241999997\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +62.56963 (+22.58501%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 287.8122177142857,
+ "score-diff": "-51.79795470571429",
+ "score-diff-perc": "-15.25218%",
+ "tooltip": "score = 287.8122177142857\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -51.79795 (-15.25218%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -278989,9 +280133,9 @@
7
),
"score": 284.4837906944445,
- "score-diff": "-55.12638172555546",
- "score-diff-perc": "-16.23225%",
- "tooltip": "score = 284.4837906944445\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -55.12638 (-16.23225%)",
+ "score-diff": "-3.328427019841172",
+ "score-diff-perc": "-1.15646%",
+ "tooltip": "score = 284.4837906944445\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -3.32843 (-1.15646%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -279266,6 +280410,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 3,
+ 26,
+ 16,
+ 5
+ ),
+ "score": 333.7548146260216,
+ "score-diff": "-3.611526467311762",
+ "score-diff-perc": "-1.07051%",
+ "tooltip": "score = 333.7548146260216\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.61153 (-1.07051%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
+ "commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
+ "commit-author": "Radosław Waśko",
+ "commit-url": "https://github.com/enso-org/enso/commit/8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
+ "commit-date": new Date(
+ 2024,
+ 3,
+ 26,
+ 16,
+ 5
+ ),
+ },
+
{
"date": new Date(
2024,
@@ -279275,9 +280445,9 @@
5
),
"score": 304.6867128,
- "score-diff": "-32.67962829333334",
- "score-diff-perc": "-9.68669%",
- "tooltip": "score = 304.6867128\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -32.67963 (-9.68669%)",
+ "score-diff": "-29.068101826021575",
+ "score-diff-perc": "-8.70942%",
+ "tooltip": "score = 304.6867128\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -29.06810 (-8.70942%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
@@ -279318,32 +280488,6 @@
),
},
- {
- "date": new Date(
- 2024,
- 3,
- 26,
- 16,
- 5
- ),
- "score": 333.7548146260216,
- "score-diff": "37.46991392602155",
- "score-diff-perc": "+12.64658%",
- "tooltip": "score = 333.7548146260216\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +37.46991 (+12.64658%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
- "commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
- "commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
- "commit-author": "Radosław Waśko",
- "commit-url": "https://github.com/enso-org/enso/commit/8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
- "commit-date": new Date(
- 2024,
- 3,
- 26,
- 16,
- 5
- ),
- },
-
{
"date": new Date(
2024,
@@ -279353,9 +280497,9 @@
21
),
"score": 337.7264443133333,
- "score-diff": "3.9716296873116903",
- "score-diff-perc": "+1.18998%",
- "tooltip": "score = 337.7264443133333\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +3.97163 (+1.18998%)",
+ "score-diff": "41.44154361333324",
+ "score-diff-perc": "+13.98706%",
+ "tooltip": "score = 337.7264443133333\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +41.44154 (+13.98706%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -284934,6 +286078,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 46.24741650204813,
+ "score-diff": "-6.1354930095791005",
+ "score-diff-perc": "-11.71278%",
+ "tooltip": "score = 46.24741650204813\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -6.13549 (-11.71278%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -285365,11 +286535,11 @@
17,
1
),
- "score": 67.20870418261298,
- "score-diff": "-1.0702575299809922",
- "score-diff-perc": "-1.56748%",
- "tooltip": "score = 67.20870418261298\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.07026 (-1.56748%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 67.7357223568021,
+ "score-diff": "-0.5432393557918687",
+ "score-diff-perc": "-0.79562%",
+ "tooltip": "score = 67.7357223568021\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.54324 (-0.79562%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -285391,11 +286561,11 @@
17,
1
),
- "score": 67.7357223568021,
- "score-diff": "0.5270181741891236",
- "score-diff-perc": "+0.78415%",
- "tooltip": "score = 67.7357223568021\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.52702 (+0.78415%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 69.44763305053158,
+ "score-diff": "1.7119106937294788",
+ "score-diff-perc": "+2.52734%",
+ "tooltip": "score = 69.44763305053158\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.71191 (+2.52734%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -285417,11 +286587,11 @@
17,
1
),
- "score": 69.44763305053158,
- "score-diff": "1.7119106937294788",
- "score-diff-perc": "+2.52734%",
- "tooltip": "score = 69.44763305053158\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.71191 (+2.52734%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 67.20870418261298,
+ "score-diff": "-2.2389288679186024",
+ "score-diff-perc": "-3.22391%",
+ "tooltip": "score = 67.20870418261298\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.23893 (-3.22391%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -285444,9 +286614,9 @@
7
),
"score": 68.31086534421769,
- "score-diff": "-1.13676770631389",
- "score-diff-perc": "-1.63687%",
- "tooltip": "score = 68.31086534421769\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.13677 (-1.63687%)",
+ "score-diff": "1.1021611616047124",
+ "score-diff-perc": "+1.63991%",
+ "tooltip": "score = 68.31086534421769\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.10216 (+1.63991%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -285729,11 +286899,11 @@
16,
5
),
- "score": 68.42332608395303,
- "score-diff": "-9.057724399729537",
- "score-diff-perc": "-11.69024%",
- "tooltip": "score = 68.42332608395303\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -9.05772 (-11.69024%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 75.91803231363636,
+ "score-diff": "-1.563018170046206",
+ "score-diff-perc": "-2.01729%",
+ "tooltip": "score = 75.91803231363636\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.56302 (-2.01729%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -285755,11 +286925,11 @@
16,
5
),
- "score": 67.64393299383275,
- "score-diff": "-0.7793930901202799",
- "score-diff-perc": "-1.13908%",
- "tooltip": "score = 67.64393299383275\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.77939 (-1.13908%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 68.42332608395303,
+ "score-diff": "-7.494706229683331",
+ "score-diff-perc": "-9.87210%",
+ "tooltip": "score = 68.42332608395303\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.49471 (-9.87210%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -285781,11 +286951,11 @@
16,
5
),
- "score": 75.91803231363636,
- "score-diff": "8.27409931980361",
- "score-diff-perc": "+12.23184%",
- "tooltip": "score = 75.91803231363636\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +8.27410 (+12.23184%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 67.64393299383275,
+ "score-diff": "-0.7793930901202799",
+ "score-diff-perc": "-1.13908%",
+ "tooltip": "score = 67.64393299383275\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.77939 (-1.13908%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -285808,9 +286978,9 @@
21
),
"score": 77.2927888202987,
- "score-diff": "1.3747565066623366",
- "score-diff-perc": "+1.81084%",
- "tooltip": "score = 77.2927888202987\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.37476 (+1.81084%)",
+ "score-diff": "9.648855826465947",
+ "score-diff-perc": "+14.26419%",
+ "tooltip": "score = 77.2927888202987\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +9.64886 (+14.26419%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -291389,6 +292559,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 77.10355443021726,
+ "score-diff": "0.20679647984617588",
+ "score-diff-perc": "+0.26893%",
+ "tooltip": "score = 77.10355443021726\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.20680 (+0.26893%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -291820,11 +293016,11 @@
17,
1
),
- "score": 83.94398288000001,
- "score-diff": "-0.015422726666656672",
- "score-diff-perc": "-0.01837%",
- "tooltip": "score = 83.94398288000001\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01542 (-0.01837%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 83.97565856666667,
+ "score-diff": "0.01625296000000276",
+ "score-diff-perc": "+0.01936%",
+ "tooltip": "score = 83.97565856666667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01625 (+0.01936%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -291846,11 +293042,11 @@
17,
1
),
- "score": 83.97565856666667,
- "score-diff": "0.03167568666665943",
- "score-diff-perc": "+0.03773%",
- "tooltip": "score = 83.97565856666667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03168 (+0.03773%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 95.93424458857143,
+ "score-diff": "11.958586021904765",
+ "score-diff-perc": "+14.24054%",
+ "tooltip": "score = 95.93424458857143\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +11.95859 (+14.24054%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -291872,11 +293068,11 @@
17,
1
),
- "score": 95.93424458857143,
- "score-diff": "11.958586021904765",
- "score-diff-perc": "+14.24054%",
- "tooltip": "score = 95.93424458857143\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +11.95859 (+14.24054%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 83.94398288000001,
+ "score-diff": "-11.990261708571424",
+ "score-diff-perc": "-12.49842%",
+ "tooltip": "score = 83.94398288000001\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -11.99026 (-12.49842%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -291899,9 +293095,9 @@
7
),
"score": 83.916596505,
- "score-diff": "-12.01764808357143",
- "score-diff-perc": "-12.52696%",
- "tooltip": "score = 83.916596505\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -12.01765 (-12.52696%)",
+ "score-diff": "-0.02738637500000607",
+ "score-diff-perc": "-0.03262%",
+ "tooltip": "score = 83.916596505\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.02739 (-0.03262%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -292184,11 +293380,11 @@
16,
5
),
- "score": 83.97244780166666,
- "score-diff": "-12.271273307948732",
- "score-diff-perc": "-12.75021%",
- "tooltip": "score = 83.97244780166666\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -12.27127 (-12.75021%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 95.94504991238095,
+ "score-diff": "-0.2986711972344409",
+ "score-diff-perc": "-0.31033%",
+ "tooltip": "score = 95.94504991238095\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.29867 (-0.31033%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -292210,11 +293406,11 @@
16,
5
),
- "score": 84.00931333557423,
- "score-diff": "0.03686553390757297",
- "score-diff-perc": "+0.04390%",
- "tooltip": "score = 84.00931333557423\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03687 (+0.04390%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 83.97244780166666,
+ "score-diff": "-11.972602110714291",
+ "score-diff-perc": "-12.47860%",
+ "tooltip": "score = 83.97244780166666\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -11.97260 (-12.47860%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -292236,11 +293432,11 @@
16,
5
),
- "score": 95.94504991238095,
- "score-diff": "11.935736576806718",
- "score-diff-perc": "+14.20763%",
- "tooltip": "score = 95.94504991238095\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +11.93574 (+14.20763%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 84.00931333557423,
+ "score-diff": "0.03686553390757297",
+ "score-diff-perc": "+0.04390%",
+ "tooltip": "score = 84.00931333557423\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03687 (+0.04390%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -292263,9 +293459,9 @@
21
),
"score": 95.90320021333334,
- "score-diff": "-0.04184969904761715",
- "score-diff-perc": "-0.04362%",
- "tooltip": "score = 95.90320021333334\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.04185 (-0.04362%)",
+ "score-diff": "11.893886877759101",
+ "score-diff-perc": "+14.15782%",
+ "tooltip": "score = 95.90320021333334\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +11.89389 (+14.15782%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -297844,6 +299040,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 97.23270272038835,
+ "score-diff": "-0.07920285825241535",
+ "score-diff-perc": "-0.08139%",
+ "tooltip": "score = 97.23270272038835\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.07920 (-0.08139%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -298275,11 +299497,11 @@
17,
1
),
- "score": 83.97031951,
- "score-diff": "-0.07146106808124841",
- "score-diff-perc": "-0.08503%",
- "tooltip": "score = 83.97031951\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.07146 (-0.08503%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 83.982554045,
+ "score-diff": "-0.059226533081243815",
+ "score-diff-perc": "-0.07047%",
+ "tooltip": "score = 83.982554045\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.05923 (-0.07047%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -298301,11 +299523,11 @@
17,
1
),
- "score": 83.982554045,
- "score-diff": "0.012234535000004598",
- "score-diff-perc": "+0.01457%",
- "tooltip": "score = 83.982554045\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01223 (+0.01457%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 95.97746014095239,
+ "score-diff": "11.994906095952388",
+ "score-diff-perc": "+14.28262%",
+ "tooltip": "score = 95.97746014095239\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +11.99491 (+14.28262%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -298327,11 +299549,11 @@
17,
1
),
- "score": 95.97746014095239,
- "score-diff": "11.994906095952388",
- "score-diff-perc": "+14.28262%",
- "tooltip": "score = 95.97746014095239\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +11.99491 (+14.28262%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 83.97031951,
+ "score-diff": "-12.007140630952392",
+ "score-diff-perc": "-12.51038%",
+ "tooltip": "score = 83.97031951\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -12.00714 (-12.51038%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -298354,9 +299576,9 @@
7
),
"score": 83.96891772166666,
- "score-diff": "-12.008542419285732",
- "score-diff-perc": "-12.51184%",
- "tooltip": "score = 83.96891772166666\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -12.00854 (-12.51184%)",
+ "score-diff": "-0.001401788333339482",
+ "score-diff-perc": "-0.00167%",
+ "tooltip": "score = 83.96891772166666\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00140 (-0.00167%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -298639,11 +299861,11 @@
16,
5
),
- "score": 84.03789023588236,
- "score-diff": "-12.192214981425323",
- "score-diff-perc": "-12.66986%",
- "tooltip": "score = 84.03789023588236\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -12.19221 (-12.66986%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 95.99328220761905,
+ "score-diff": "-0.236823009688635",
+ "score-diff-perc": "-0.24610%",
+ "tooltip": "score = 95.99328220761905\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.23682 (-0.24610%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -298665,11 +299887,11 @@
16,
5
),
- "score": 84.04705335714286,
- "score-diff": "0.009163121260499452",
- "score-diff-perc": "+0.01090%",
- "tooltip": "score = 84.04705335714286\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00916 (+0.01090%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 84.03789023588236,
+ "score-diff": "-11.955391971736688",
+ "score-diff-perc": "-12.45440%",
+ "tooltip": "score = 84.03789023588236\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -11.95539 (-12.45440%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -298691,11 +299913,11 @@
16,
5
),
- "score": 95.99328220761905,
- "score-diff": "11.946228850476189",
- "score-diff-perc": "+14.21374%",
- "tooltip": "score = 95.99328220761905\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +11.94623 (+14.21374%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 84.04705335714286,
+ "score-diff": "0.009163121260499452",
+ "score-diff-perc": "+0.01090%",
+ "tooltip": "score = 84.04705335714286\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00916 (+0.01090%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -298718,9 +299940,9 @@
21
),
"score": 95.90723482857143,
- "score-diff": "-0.0860473790476135",
- "score-diff-perc": "-0.08964%",
- "tooltip": "score = 95.90723482857143\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.08605 (-0.08964%)",
+ "score-diff": "11.860181471428575",
+ "score-diff-perc": "+14.11136%",
+ "tooltip": "score = 95.90723482857143\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +11.86018 (+14.11136%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -304299,6 +305521,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 97.24742193592233,
+ "score-diff": "0.0448426754667679",
+ "score-diff-perc": "+0.04613%",
+ "tooltip": "score = 97.24742193592233\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.04484 (+0.04613%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -304730,11 +305978,11 @@
17,
1
),
- "score": 0.07924594048597726,
- "score-diff": "0.0005788180121265168",
- "score-diff-perc": "+0.73578%",
- "tooltip": "score = 0.07924594048597726\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00058 (+0.73578%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 0.07903093746571141,
+ "score-diff": "0.000363814991860667",
+ "score-diff-perc": "+0.46247%",
+ "tooltip": "score = 0.07903093746571141\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00036 (+0.46247%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -304756,11 +306004,11 @@
17,
1
),
- "score": 0.07903093746571141,
- "score-diff": "-0.00021500302026584983",
- "score-diff-perc": "-0.27131%",
- "tooltip": "score = 0.07903093746571141\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00022 (-0.27131%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.08164415840644708,
+ "score-diff": "0.0026132209407356694",
+ "score-diff-perc": "+3.30658%",
+ "tooltip": "score = 0.08164415840644708\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00261 (+3.30658%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -304782,11 +306030,11 @@
17,
1
),
- "score": 0.08164415840644708,
- "score-diff": "0.0026132209407356694",
- "score-diff-perc": "+3.30658%",
- "tooltip": "score = 0.08164415840644708\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00261 (+3.30658%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 0.07924594048597726,
+ "score-diff": "-0.0023982179204698195",
+ "score-diff-perc": "-2.93740%",
+ "tooltip": "score = 0.07924594048597726\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00240 (-2.93740%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -304809,9 +306057,9 @@
7
),
"score": 0.07992727854582636,
- "score-diff": "-0.001716879860620718",
- "score-diff-perc": "-2.10288%",
- "tooltip": "score = 0.07992727854582636\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00172 (-2.10288%)",
+ "score-diff": "0.0006813380598491015",
+ "score-diff-perc": "+0.85978%",
+ "tooltip": "score = 0.07992727854582636\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00068 (+0.85978%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -305086,6 +306334,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 3,
+ 26,
+ 16,
+ 5
+ ),
+ "score": 0.08271599515299013,
+ "score-diff": "0.0005845140790964459",
+ "score-diff-perc": "+0.71168%",
+ "tooltip": "score = 0.08271599515299013\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00058 (+0.71168%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
+ "commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
+ "commit-author": "Radosław Waśko",
+ "commit-url": "https://github.com/enso-org/enso/commit/8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
+ "commit-date": new Date(
+ 2024,
+ 3,
+ 26,
+ 16,
+ 5
+ ),
+ },
+
{
"date": new Date(
2024,
@@ -305095,9 +306369,9 @@
5
),
"score": 0.07922857677185535,
- "score-diff": "-0.0029029043020383366",
- "score-diff-perc": "-3.53446%",
- "tooltip": "score = 0.07922857677185535\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00290 (-3.53446%)",
+ "score-diff": "-0.0034874183811347825",
+ "score-diff-perc": "-4.21614%",
+ "tooltip": "score = 0.07922857677185535\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00349 (-4.21614%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
@@ -305138,32 +306412,6 @@
),
},
- {
- "date": new Date(
- 2024,
- 3,
- 26,
- 16,
- 5
- ),
- "score": 0.08271599515299013,
- "score-diff": "0.0027543546895277687",
- "score-diff-perc": "+3.44460%",
- "tooltip": "score = 0.08271599515299013\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00275 (+3.44460%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
- "commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
- "commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
- "commit-author": "Radosław Waśko",
- "commit-url": "https://github.com/enso-org/enso/commit/8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
- "commit-date": new Date(
- 2024,
- 3,
- 26,
- 16,
- 5
- ),
- },
-
{
"date": new Date(
2024,
@@ -305173,9 +306421,9 @@
21
),
"score": 0.08260502783840502,
- "score-diff": "-0.00011096731458511144",
- "score-diff-perc": "-0.13415%",
- "tooltip": "score = 0.08260502783840502\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00011 (-0.13415%)",
+ "score-diff": "0.0026433873749426573",
+ "score-diff-perc": "+3.30582%",
+ "tooltip": "score = 0.08260502783840502\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00264 (+3.30582%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -310754,6 +312002,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.0952006728120453,
+ "score-diff": "-0.0005444225973030709",
+ "score-diff-perc": "-0.56862%",
+ "tooltip": "score = 0.0952006728120453\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00054 (-0.56862%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -311185,11 +312459,11 @@
17,
1
),
- "score": 35.9894988410072,
- "score-diff": "0.005783798561154185",
- "score-diff-perc": "+0.01607%",
- "tooltip": "score = 35.9894988410072\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00578 (+0.01607%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 35.98127078853305,
+ "score-diff": "-0.002444253912990746",
+ "score-diff-perc": "-0.00679%",
+ "tooltip": "score = 35.98127078853305\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00244 (-0.00679%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -311211,11 +312485,11 @@
17,
1
),
- "score": 35.98127078853305,
- "score-diff": "-0.008228052474144931",
- "score-diff-perc": "-0.02286%",
- "tooltip": "score = 35.98127078853305\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00823 (-0.02286%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 83.95196992333334,
+ "score-diff": "47.970699134800284",
+ "score-diff-perc": "+133.32130%",
+ "tooltip": "score = 83.95196992333334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +47.97070 (+133.32130%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -311237,11 +312511,11 @@
17,
1
),
- "score": 83.95196992333334,
- "score-diff": "47.970699134800284",
- "score-diff-perc": "+133.32130%",
- "tooltip": "score = 83.95196992333334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +47.97070 (+133.32130%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 35.9894988410072,
+ "score-diff": "-47.96247108232614",
+ "score-diff-perc": "-57.13085%",
+ "tooltip": "score = 35.9894988410072\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -47.96247 (-57.13085%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -311264,9 +312538,9 @@
7
),
"score": 35.98800647920889,
- "score-diff": "-47.963963444124445",
- "score-diff-perc": "-57.13262%",
- "tooltip": "score = 35.98800647920889\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -47.96396 (-57.13262%)",
+ "score-diff": "-0.001492361798305808",
+ "score-diff-perc": "-0.00415%",
+ "tooltip": "score = 35.98800647920889\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00149 (-0.00415%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -311549,11 +312823,11 @@
16,
5
),
- "score": 35.991700247482015,
- "score-diff": "-48.24865597940874",
- "score-diff-perc": "-57.27499%",
- "tooltip": "score = 35.991700247482015\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -48.24866 (-57.27499%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 84.01875656752101,
+ "score-diff": "-0.22159965936974402",
+ "score-diff-perc": "-0.26306%",
+ "tooltip": "score = 84.01875656752101\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.22160 (-0.26306%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -311575,11 +312849,11 @@
16,
5
),
- "score": 36.00600748201439,
- "score-diff": "0.01430723453237448",
- "score-diff-perc": "+0.03975%",
- "tooltip": "score = 36.00600748201439\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01431 (+0.03975%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 35.991700247482015,
+ "score-diff": "-48.027056320038994",
+ "score-diff-perc": "-57.16230%",
+ "tooltip": "score = 35.991700247482015\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -48.02706 (-57.16230%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -311601,11 +312875,11 @@
16,
5
),
- "score": 84.01875656752101,
- "score-diff": "48.01274908550662",
- "score-diff-perc": "+133.34650%",
- "tooltip": "score = 84.01875656752101\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +48.01275 (+133.34650%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 36.00600748201439,
+ "score-diff": "0.01430723453237448",
+ "score-diff-perc": "+0.03975%",
+ "tooltip": "score = 36.00600748201439\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01431 (+0.03975%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -311628,9 +312902,9 @@
21
),
"score": 83.95109724166666,
- "score-diff": "-0.06765932585435053",
- "score-diff-perc": "-0.08053%",
- "tooltip": "score = 83.95109724166666\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.06766 (-0.08053%)",
+ "score-diff": "47.94508975965227",
+ "score-diff-perc": "+133.15858%",
+ "tooltip": "score = 83.95109724166666\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +47.94509 (+133.15858%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -317209,6 +318483,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 84.61657352721834,
+ "score-diff": "-0.1910662020794831",
+ "score-diff-perc": "-0.22529%",
+ "tooltip": "score = 84.61657352721834\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.19107 (-0.22529%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -317640,11 +318940,11 @@
17,
1
),
- "score": 83.93957845333333,
- "score-diff": "-0.05688923500001408",
- "score-diff-perc": "-0.06773%",
- "tooltip": "score = 83.93957845333333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.05689 (-0.06773%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 83.96588494833334,
+ "score-diff": "-0.03058273999999983",
+ "score-diff-perc": "-0.03641%",
+ "tooltip": "score = 83.96588494833334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03058 (-0.03641%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -317666,11 +318966,11 @@
17,
1
),
- "score": 83.96588494833334,
- "score-diff": "0.02630649500001425",
- "score-diff-perc": "+0.03134%",
- "tooltip": "score = 83.96588494833334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02631 (+0.03134%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 95.92701892380953,
+ "score-diff": "11.961133975476187",
+ "score-diff-perc": "+14.24523%",
+ "tooltip": "score = 95.92701892380953\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +11.96113 (+14.24523%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -317692,11 +318992,11 @@
17,
1
),
- "score": 95.92701892380953,
- "score-diff": "11.961133975476187",
- "score-diff-perc": "+14.24523%",
- "tooltip": "score = 95.92701892380953\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +11.96113 (+14.24523%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 83.93957845333333,
+ "score-diff": "-11.987440470476201",
+ "score-diff-perc": "-12.49642%",
+ "tooltip": "score = 83.93957845333333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -11.98744 (-12.49642%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -317719,9 +319019,9 @@
7
),
"score": 83.94477227333333,
- "score-diff": "-11.982246650476199",
- "score-diff-perc": "-12.49100%",
- "tooltip": "score = 83.94477227333333\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -11.98225 (-12.49100%)",
+ "score-diff": "0.005193820000002347",
+ "score-diff-perc": "+0.00619%",
+ "tooltip": "score = 83.94477227333333\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00519 (+0.00619%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -318004,11 +319304,11 @@
16,
5
),
- "score": 84.01102665464985,
- "score-diff": "-12.212357243427078",
- "score-diff-perc": "-12.69167%",
- "tooltip": "score = 84.01102665464985\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -12.21236 (-12.69167%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 95.99632520571429,
+ "score-diff": "-0.22705869236264675",
+ "score-diff-perc": "-0.23597%",
+ "tooltip": "score = 95.99632520571429\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.22706 (-0.23597%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -318030,11 +319330,11 @@
16,
5
),
- "score": 84.00819845516807,
- "score-diff": "-0.0028281994817831446",
- "score-diff-perc": "-0.00337%",
- "tooltip": "score = 84.00819845516807\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00283 (-0.00337%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 84.01102665464985,
+ "score-diff": "-11.985298551064432",
+ "score-diff-perc": "-12.48516%",
+ "tooltip": "score = 84.01102665464985\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -11.98530 (-12.48516%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -318056,11 +319356,11 @@
16,
5
),
- "score": 95.99632520571429,
- "score-diff": "11.988126750546215",
- "score-diff-perc": "+14.27019%",
- "tooltip": "score = 95.99632520571429\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +11.98813 (+14.27019%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 84.00819845516807,
+ "score-diff": "-0.0028281994817831446",
+ "score-diff-perc": "-0.00337%",
+ "tooltip": "score = 84.00819845516807\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00283 (-0.00337%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -318083,9 +319383,9 @@
21
),
"score": 95.99448006095238,
- "score-diff": "-0.0018451447619014516",
- "score-diff-perc": "-0.00192%",
- "tooltip": "score = 95.99448006095238\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00185 (-0.00192%)",
+ "score-diff": "11.986281605784313",
+ "score-diff-perc": "+14.26799%",
+ "tooltip": "score = 95.99448006095238\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +11.98628 (+14.26799%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -323664,6 +324964,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 96.87054564960792,
+ "score-diff": "-0.39667634068334223",
+ "score-diff-perc": "-0.40782%",
+ "tooltip": "score = 96.87054564960792\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.39668 (-0.40782%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -327560,11 +328886,11 @@
17,
1
),
- "score": 101.93815125252526,
- "score-diff": "-0.06468690505050745",
- "score-diff-perc": "-0.06342%",
- "tooltip": "score = 101.93815125252526\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.06469 (-0.06342%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 101.98972401414143,
+ "score-diff": "-0.013114143434336256",
+ "score-diff-perc": "-0.01286%",
+ "tooltip": "score = 101.98972401414143\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01311 (-0.01286%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -327586,11 +328912,11 @@
17,
1
),
- "score": 101.98972401414143,
- "score-diff": "0.05157276161617119",
- "score-diff-perc": "+0.05059%",
- "tooltip": "score = 101.98972401414143\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.05157 (+0.05059%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 83.92427506,
+ "score-diff": "-18.06544895414143",
+ "score-diff-perc": "-17.71301%",
+ "tooltip": "score = 83.92427506\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -18.06545 (-17.71301%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -327612,11 +328938,11 @@
17,
1
),
- "score": 83.92427506,
- "score-diff": "-18.06544895414143",
- "score-diff-perc": "-17.71301%",
- "tooltip": "score = 83.92427506\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -18.06545 (-17.71301%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 101.93815125252526,
+ "score-diff": "18.01387619252526",
+ "score-diff-perc": "+21.46444%",
+ "tooltip": "score = 101.93815125252526\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +18.01388 (+21.46444%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -327639,9 +328965,9 @@
7
),
"score": 101.97499682828284,
- "score-diff": "18.05072176828284",
- "score-diff-perc": "+21.50834%",
- "tooltip": "score = 101.97499682828284\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +18.05072 (+21.50834%)",
+ "score-diff": "0.03684557575758163",
+ "score-diff-perc": "+0.03615%",
+ "tooltip": "score = 101.97499682828284\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.03685 (+0.03615%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -327924,11 +329250,11 @@
16,
5
),
- "score": 101.99871975555556,
- "score-diff": "17.842123585807656",
- "score-diff-perc": "+21.20110%",
- "tooltip": "score = 101.99871975555556\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +17.84212 (+21.20110%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 83.992894875,
+ "score-diff": "-0.16370129474789508",
+ "score-diff-perc": "-0.19452%",
+ "tooltip": "score = 83.992894875\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.16370 (-0.19452%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -327950,11 +329276,11 @@
16,
5
),
- "score": 101.99791817777778,
- "score-diff": "-0.0008015777777785615",
- "score-diff-perc": "-0.00079%",
- "tooltip": "score = 101.99791817777778\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00080 (-0.00079%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 101.99871975555556,
+ "score-diff": "18.00582488055555",
+ "score-diff-perc": "+21.43732%",
+ "tooltip": "score = 101.99871975555556\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +18.00582 (+21.43732%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -327976,11 +329302,11 @@
16,
5
),
- "score": 83.992894875,
- "score-diff": "-18.005023302777772",
- "score-diff-perc": "-17.65234%",
- "tooltip": "score = 83.992894875\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -18.00502 (-17.65234%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 101.99791817777778,
+ "score-diff": "-0.0008015777777785615",
+ "score-diff-perc": "-0.00079%",
+ "tooltip": "score = 101.99791817777778\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00080 (-0.00079%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -328003,9 +329329,9 @@
21
),
"score": 83.97139371333334,
- "score-diff": "-0.021501161666662938",
- "score-diff-perc": "-0.02560%",
- "tooltip": "score = 83.97139371333334\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.02150 (-0.02560%)",
+ "score-diff": "-18.026524464444435",
+ "score-diff-perc": "-17.67342%",
+ "tooltip": "score = 83.97139371333334\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -18.02652 (-17.67342%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -333584,6 +334910,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 85.08327871864408,
+ "score-diff": "0.6426947306081843",
+ "score-diff-perc": "+0.76112%",
+ "tooltip": "score = 85.08327871864408\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.64269 (+0.76112%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -334015,11 +335367,11 @@
17,
1
),
- "score": 83.97326096833334,
- "score-diff": "0.011813289999992094",
- "score-diff-perc": "+0.01407%",
- "tooltip": "score = 83.97326096833334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01181 (+0.01407%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 83.96069561833333,
+ "score-diff": "-0.0007520600000106015",
+ "score-diff-perc": "-0.00090%",
+ "tooltip": "score = 83.96069561833333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00075 (-0.00090%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -334041,11 +335393,11 @@
17,
1
),
- "score": 83.96069561833333,
- "score-diff": "-0.012565350000002695",
- "score-diff-perc": "-0.01496%",
- "tooltip": "score = 83.96069561833333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01257 (-0.01496%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 95.88225499619048,
+ "score-diff": "11.92155937785715",
+ "score-diff-perc": "+14.19898%",
+ "tooltip": "score = 95.88225499619048\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +11.92156 (+14.19898%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -334067,11 +335419,11 @@
17,
1
),
- "score": 95.88225499619048,
- "score-diff": "11.92155937785715",
- "score-diff-perc": "+14.19898%",
- "tooltip": "score = 95.88225499619048\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +11.92156 (+14.19898%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 83.97326096833334,
+ "score-diff": "-11.908994027857148",
+ "score-diff-perc": "-12.42044%",
+ "tooltip": "score = 83.97326096833334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -11.90899 (-12.42044%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -334094,9 +335446,9 @@
7
),
"score": 83.94081871333334,
- "score-diff": "-11.94143628285714",
- "score-diff-perc": "-12.45427%",
- "tooltip": "score = 83.94081871333334\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -11.94144 (-12.45427%)",
+ "score-diff": "-0.032442254999992315",
+ "score-diff-perc": "-0.03863%",
+ "tooltip": "score = 83.94081871333334\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.03244 (-0.03863%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -334371,6 +335723,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 3,
+ 26,
+ 16,
+ 5
+ ),
+ "score": 95.92877500761904,
+ "score-diff": "-0.3338364289194402",
+ "score-diff-perc": "-0.34680%",
+ "tooltip": "score = 95.92877500761904\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.33384 (-0.34680%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
+ "commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
+ "commit-author": "Radosław Waśko",
+ "commit-url": "https://github.com/enso-org/enso/commit/8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
+ "commit-date": new Date(
+ 2024,
+ 3,
+ 26,
+ 16,
+ 5
+ ),
+ },
+
{
"date": new Date(
2024,
@@ -334380,9 +335758,9 @@
5
),
"score": 83.98447482833333,
- "score-diff": "-12.278136608205145",
- "score-diff-perc": "-12.75483%",
- "tooltip": "score = 83.98447482833333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -12.27814 (-12.75483%)",
+ "score-diff": "-11.944300179285705",
+ "score-diff-perc": "-12.45122%",
+ "tooltip": "score = 83.98447482833333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -11.94430 (-12.45122%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
@@ -334423,32 +335801,6 @@
),
},
- {
- "date": new Date(
- 2024,
- 3,
- 26,
- 16,
- 5
- ),
- "score": 95.92877500761904,
- "score-diff": "11.975168317619051",
- "score-diff-perc": "+14.26403%",
- "tooltip": "score = 95.92877500761904\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +11.97517 (+14.26403%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
- "commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
- "commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
- "commit-author": "Radosław Waśko",
- "commit-url": "https://github.com/enso-org/enso/commit/8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
- "commit-date": new Date(
- 2024,
- 3,
- 26,
- 16,
- 5
- ),
- },
-
{
"date": new Date(
2024,
@@ -334458,9 +335810,9 @@
21
),
"score": 95.97629643809523,
- "score-diff": "0.04752143047619484",
- "score-diff-perc": "+0.04954%",
- "tooltip": "score = 95.97629643809523\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.04752 (+0.04954%)",
+ "score-diff": "12.022689748095246",
+ "score-diff-perc": "+14.32064%",
+ "tooltip": "score = 95.97629643809523\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +12.02269 (+14.32064%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -340039,6 +341391,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 97.16606598846154,
+ "score-diff": "-0.11809669309185722",
+ "score-diff-perc": "-0.12139%",
+ "tooltip": "score = 97.16606598846154\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.11810 (-0.12139%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -340470,11 +341848,11 @@
17,
1
),
- "score": 83.92942873833333,
- "score-diff": "0.006092190000003939",
- "score-diff-perc": "+0.00726%",
- "tooltip": "score = 83.92942873833333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00609 (+0.00726%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 83.95365387166666,
+ "score-diff": "0.030317323333335366",
+ "score-diff-perc": "+0.03613%",
+ "tooltip": "score = 83.95365387166666\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03032 (+0.03613%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -340496,11 +341874,11 @@
17,
1
),
- "score": 83.95365387166666,
- "score-diff": "0.024225133333331428",
- "score-diff-perc": "+0.02886%",
- "tooltip": "score = 83.95365387166666\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02423 (+0.02886%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 95.98962202666667,
+ "score-diff": "12.035968155000006",
+ "score-diff-perc": "+14.33644%",
+ "tooltip": "score = 95.98962202666667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +12.03597 (+14.33644%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -340522,11 +341900,11 @@
17,
1
),
- "score": 95.98962202666667,
- "score-diff": "12.035968155000006",
- "score-diff-perc": "+14.33644%",
- "tooltip": "score = 95.98962202666667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +12.03597 (+14.33644%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 83.92942873833333,
+ "score-diff": "-12.060193288333338",
+ "score-diff-perc": "-12.56406%",
+ "tooltip": "score = 83.92942873833333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -12.06019 (-12.56406%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -340549,9 +341927,9 @@
7
),
"score": 83.96043745333334,
- "score-diff": "-12.029184573333325",
- "score-diff-perc": "-12.53176%",
- "tooltip": "score = 83.96043745333334\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -12.02918 (-12.53176%)",
+ "score-diff": "0.0310087150000129",
+ "score-diff-perc": "+0.03695%",
+ "tooltip": "score = 83.96043745333334\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.03101 (+0.03695%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -340834,11 +342212,11 @@
16,
5
),
- "score": 84.02113395166667,
- "score-diff": "-12.168410015311352",
- "score-diff-perc": "-12.65045%",
- "tooltip": "score = 84.02113395166667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -12.16841 (-12.65045%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 96.08180574095238,
+ "score-diff": "-0.10773822602564564",
+ "score-diff-perc": "-0.11201%",
+ "tooltip": "score = 96.08180574095238\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.10774 (-0.11201%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -340860,11 +342238,11 @@
16,
5
),
- "score": 84.0465161787395,
- "score-diff": "0.025382227072825003",
- "score-diff-perc": "+0.03021%",
- "tooltip": "score = 84.0465161787395\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02538 (+0.03021%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 84.02113395166667,
+ "score-diff": "-12.060671789285706",
+ "score-diff-perc": "-12.55250%",
+ "tooltip": "score = 84.02113395166667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -12.06067 (-12.55250%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -340886,11 +342264,11 @@
16,
5
),
- "score": 96.08180574095238,
- "score-diff": "12.035289562212881",
- "score-diff-perc": "+14.31980%",
- "tooltip": "score = 96.08180574095238\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +12.03529 (+14.31980%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 84.0465161787395,
+ "score-diff": "0.025382227072825003",
+ "score-diff-perc": "+0.03021%",
+ "tooltip": "score = 84.0465161787395\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02538 (+0.03021%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -340913,9 +342291,9 @@
21
),
"score": 95.95429222476191,
- "score-diff": "-0.12751351619046147",
- "score-diff-perc": "-0.13271%",
- "tooltip": "score = 95.95429222476191\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.12751 (-0.13271%)",
+ "score-diff": "11.90777604602242",
+ "score-diff-perc": "+14.16808%",
+ "tooltip": "score = 95.95429222476191\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +11.90778 (+14.16808%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -346494,6 +347872,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 97.20319053980583,
+ "score-diff": "0.19968042371174022",
+ "score-diff-perc": "+0.20585%",
+ "tooltip": "score = 97.20319053980583\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.19968 (+0.20585%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -346925,11 +348329,11 @@
17,
1
),
- "score": 83.95070521,
- "score-diff": "0.003256775000011203",
- "score-diff-perc": "+0.00388%",
- "tooltip": "score = 83.95070521\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00326 (+0.00388%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 83.99271616166666,
+ "score-diff": "0.045267726666679664",
+ "score-diff-perc": "+0.05392%",
+ "tooltip": "score = 83.99271616166666\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04527 (+0.05392%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -346951,11 +348355,11 @@
17,
1
),
- "score": 83.99271616166666,
- "score-diff": "0.04201095166666846",
- "score-diff-perc": "+0.05004%",
- "tooltip": "score = 83.99271616166666\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04201 (+0.05004%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 95.94828652190476,
+ "score-diff": "11.955570360238099",
+ "score-diff-perc": "+14.23406%",
+ "tooltip": "score = 95.94828652190476\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +11.95557 (+14.23406%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -346977,11 +348381,11 @@
17,
1
),
- "score": 95.94828652190476,
- "score-diff": "11.955570360238099",
- "score-diff-perc": "+14.23406%",
- "tooltip": "score = 95.94828652190476\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +11.95557 (+14.23406%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 83.95070521,
+ "score-diff": "-11.997581311904767",
+ "score-diff-perc": "-12.50422%",
+ "tooltip": "score = 83.95070521\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -11.99758 (-12.50422%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -347004,9 +348408,9 @@
7
),
"score": 83.99852776833333,
- "score-diff": "-11.94975875357143",
- "score-diff-perc": "-12.45437%",
- "tooltip": "score = 83.99852776833333\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -11.94976 (-12.45437%)",
+ "score-diff": "0.04782255833333693",
+ "score-diff-perc": "+0.05697%",
+ "tooltip": "score = 83.99852776833333\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.04782 (+0.05697%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -347289,11 +348693,11 @@
16,
5
),
- "score": 84.00315114455182,
- "score-diff": "-12.208682532371256",
- "score-diff-perc": "-12.68938%",
- "tooltip": "score = 84.00315114455182\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -12.20868 (-12.68938%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 95.9863751047619,
+ "score-diff": "-0.22545857216117327",
+ "score-diff-perc": "-0.23434%",
+ "tooltip": "score = 95.9863751047619\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.22546 (-0.23434%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -347315,11 +348719,11 @@
16,
5
),
- "score": 83.97884529666666,
- "score-diff": "-0.024305847885159437",
- "score-diff-perc": "-0.02893%",
- "tooltip": "score = 83.97884529666666\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02431 (-0.02893%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 84.00315114455182,
+ "score-diff": "-11.983223960210083",
+ "score-diff-perc": "-12.48430%",
+ "tooltip": "score = 84.00315114455182\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -11.98322 (-12.48430%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -347341,11 +348745,11 @@
16,
5
),
- "score": 95.9863751047619,
- "score-diff": "12.007529808095242",
- "score-diff-perc": "+14.29828%",
- "tooltip": "score = 95.9863751047619\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +12.00753 (+14.29828%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 83.97884529666666,
+ "score-diff": "-0.024305847885159437",
+ "score-diff-perc": "-0.02893%",
+ "tooltip": "score = 83.97884529666666\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02431 (-0.02893%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -347368,9 +348772,9 @@
21
),
"score": 95.99814890666667,
- "score-diff": "0.011773801904766401",
- "score-diff-perc": "+0.01227%",
- "tooltip": "score = 95.99814890666667\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.01177 (+0.01227%)",
+ "score-diff": "12.019303610000009",
+ "score-diff-perc": "+14.31230%",
+ "tooltip": "score = 95.99814890666667\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +12.01930 (+14.31230%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -352949,6 +354353,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 96.92366394353995,
+ "score-diff": "-0.37731557296488916",
+ "score-diff-perc": "-0.38778%",
+ "tooltip": "score = 96.92366394353995\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.37732 (-0.38778%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -353380,11 +354810,11 @@
17,
1
),
- "score": 0.02680812360464164,
- "score-diff": "-4.12088081758015e-05",
- "score-diff-perc": "-0.15348%",
- "tooltip": "score = 0.02680812360464164\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00004 (-0.15348%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 0.027059561351232768,
+ "score-diff": "0.0002102289384153279",
+ "score-diff-perc": "+0.78300%",
+ "tooltip": "score = 0.027059561351232768\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00021 (+0.78300%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -353406,11 +354836,11 @@
17,
1
),
- "score": 0.027059561351232768,
- "score-diff": "0.0002514377465911294",
- "score-diff-perc": "+0.93792%",
- "tooltip": "score = 0.027059561351232768\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00025 (+0.93792%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.00199130930905779,
+ "score-diff": "-0.025068252042174978",
+ "score-diff-perc": "-92.64101%",
+ "tooltip": "score = 0.00199130930905779\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.02507 (-92.64101%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -353432,11 +354862,11 @@
17,
1
),
- "score": 0.00199130930905779,
- "score-diff": "-0.025068252042174978",
- "score-diff-perc": "-92.64101%",
- "tooltip": "score = 0.00199130930905779\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.02507 (-92.64101%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 0.02680812360464164,
+ "score-diff": "0.02481681429558385",
+ "score-diff-perc": "+1246.25613%",
+ "tooltip": "score = 0.02680812360464164\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02482 (+1246.25613%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -353459,9 +354889,9 @@
7
),
"score": 0.02686682311901727,
- "score-diff": "0.02487551380995948",
- "score-diff-perc": "+1249.20391%",
- "tooltip": "score = 0.02686682311901727\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.02488 (+1249.20391%)",
+ "score-diff": "5.869951437563123e-05",
+ "score-diff-perc": "+0.21896%",
+ "tooltip": "score = 0.02686682311901727\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00006 (+0.21896%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -353744,11 +355174,11 @@
16,
5
),
- "score": 0.027052322562155333,
- "score-diff": "0.02496085641223705",
- "score-diff-perc": "+1193.46213%",
- "tooltip": "score = 0.027052322562155333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02496 (+1193.46213%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 0.0019895883077748555,
+ "score-diff": "-0.00010187784214342769",
+ "score-diff-perc": "-4.87112%",
+ "tooltip": "score = 0.0019895883077748555\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00010 (-4.87112%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -353770,11 +355200,11 @@
16,
5
),
- "score": 0.027104207171637952,
- "score-diff": "5.188460948261919e-05",
- "score-diff-perc": "+0.19179%",
- "tooltip": "score = 0.027104207171637952\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00005 (+0.19179%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 0.027052322562155333,
+ "score-diff": "0.025062734254380478",
+ "score-diff-perc": "+1259.69449%",
+ "tooltip": "score = 0.027052322562155333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02506 (+1259.69449%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -353796,11 +355226,11 @@
16,
5
),
- "score": 0.0019895883077748555,
- "score-diff": "-0.025114618863863097",
- "score-diff-perc": "-92.65949%",
- "tooltip": "score = 0.0019895883077748555\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02511 (-92.65949%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 0.027104207171637952,
+ "score-diff": "5.188460948261919e-05",
+ "score-diff-perc": "+0.19179%",
+ "tooltip": "score = 0.027104207171637952\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00005 (+0.19179%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -353823,9 +355253,9 @@
21
),
"score": 0.00198596426161397,
- "score-diff": "-3.6240461608856925e-06",
- "score-diff-perc": "-0.18215%",
- "tooltip": "score = 0.00198596426161397\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00000 (-0.18215%)",
+ "score-diff": "-0.025118242910023982",
+ "score-diff-perc": "-92.67286%",
+ "tooltip": "score = 0.00198596426161397\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.02512 (-92.67286%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -359404,6 +360834,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.0020203096558067094,
+ "score-diff": "7.057758130779492e-06",
+ "score-diff-perc": "+0.35057%",
+ "tooltip": "score = 0.0020203096558067094\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00001 (+0.35057%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -359835,11 +361291,11 @@
17,
1
),
- "score": 0.0002911896849971901,
- "score-diff": "-1.3220177646419045e-05",
- "score-diff-perc": "-4.34289%",
- "tooltip": "score = 0.0002911896849971901\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00001 (-4.34289%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 0.0002903003877886451,
+ "score-diff": "-1.4109474854964049e-05",
+ "score-diff-perc": "-4.63503%",
+ "tooltip": "score = 0.0002903003877886451\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00001 (-4.63503%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -359861,11 +361317,11 @@
17,
1
),
- "score": 0.0002903003877886451,
- "score-diff": "-8.89297208545004e-07",
- "score-diff-perc": "-0.30540%",
- "tooltip": "score = 0.0002903003877886451\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00000 (-0.30540%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.00035539208003558656,
+ "score-diff": "6.509169224694144e-05",
+ "score-diff-perc": "+22.42219%",
+ "tooltip": "score = 0.00035539208003558656\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00007 (+22.42219%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -359887,11 +361343,11 @@
17,
1
),
- "score": 0.00035539208003558656,
- "score-diff": "6.509169224694144e-05",
- "score-diff-perc": "+22.42219%",
- "tooltip": "score = 0.00035539208003558656\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00007 (+22.42219%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 0.0002911896849971901,
+ "score-diff": "-6.420239503839644e-05",
+ "score-diff-perc": "-18.06523%",
+ "tooltip": "score = 0.0002911896849971901\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00006 (-18.06523%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -359914,9 +361370,9 @@
7
),
"score": 0.0004951779866358694,
- "score-diff": "0.00013978590660028287",
- "score-diff-perc": "+39.33287%",
- "tooltip": "score = 0.0004951779866358694\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00014 (+39.33287%)",
+ "score-diff": "0.0002039883016386793",
+ "score-diff-perc": "+70.05341%",
+ "tooltip": "score = 0.0004951779866358694\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00020 (+70.05341%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -360199,11 +361655,11 @@
16,
5
),
- "score": 0.00029333149112037736,
- "score-diff": "-6.099888433709551e-05",
- "score-diff-perc": "-17.21526%",
- "tooltip": "score = 0.00029333149112037736\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00006 (-17.21526%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 0.0003534987443453274,
+ "score-diff": "-8.316311121454737e-07",
+ "score-diff-perc": "-0.23471%",
+ "tooltip": "score = 0.0003534987443453274\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00000 (-0.23471%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -360225,11 +361681,11 @@
16,
5
),
- "score": 0.00044644969641718815,
- "score-diff": "0.0001531182052968108",
- "score-diff-perc": "+52.19972%",
- "tooltip": "score = 0.00044644969641718815\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00015 (+52.19972%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 0.00029333149112037736,
+ "score-diff": "-6.016725322495004e-05",
+ "score-diff-perc": "-17.02050%",
+ "tooltip": "score = 0.00029333149112037736\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00006 (-17.02050%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -360251,11 +361707,11 @@
16,
5
),
- "score": 0.0003534987443453274,
- "score-diff": "-9.295095207186076e-05",
- "score-diff-perc": "-20.82003%",
- "tooltip": "score = 0.0003534987443453274\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00009 (-20.82003%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 0.00044644969641718815,
+ "score-diff": "0.0001531182052968108",
+ "score-diff-perc": "+52.19972%",
+ "tooltip": "score = 0.00044644969641718815\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00015 (+52.19972%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -360278,9 +361734,9 @@
21
),
"score": 0.0003545881522980459,
- "score-diff": "1.0894079527184975e-06",
- "score-diff-perc": "+0.30818%",
- "tooltip": "score = 0.0003545881522980459\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00000 (+0.30818%)",
+ "score-diff": "-9.186154411914226e-05",
+ "score-diff-perc": "-20.57601%",
+ "tooltip": "score = 0.0003545881522980459\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00009 (-20.57601%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -365859,6 +367315,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.0005030852250226767,
+ "score-diff": "5.787963980382325e-06",
+ "score-diff-perc": "+1.16388%",
+ "tooltip": "score = 0.0005030852250226767\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00001 (+1.16388%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -366290,11 +367772,11 @@
17,
1
),
- "score": 0.00029113478459662814,
- "score-diff": "5.744385888020883e-07",
- "score-diff-perc": "+0.19770%",
- "tooltip": "score = 0.00029113478459662814\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00000 (+0.19770%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 0.00044361756761759837,
+ "score-diff": "0.00015305722160977232",
+ "score-diff-perc": "+52.67657%",
+ "tooltip": "score = 0.00044361756761759837\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00015 (+52.67657%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -366316,11 +367798,11 @@
17,
1
),
- "score": 0.00044361756761759837,
- "score-diff": "0.00015248278302097023",
- "score-diff-perc": "+52.37532%",
- "tooltip": "score = 0.00044361756761759837\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00015 (+52.37532%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.00034957596843833547,
+ "score-diff": "-9.40415991792629e-05",
+ "score-diff-perc": "-21.19880%",
+ "tooltip": "score = 0.00034957596843833547\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00009 (-21.19880%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -366342,11 +367824,11 @@
17,
1
),
- "score": 0.00034957596843833547,
- "score-diff": "-9.40415991792629e-05",
- "score-diff-perc": "-21.19880%",
- "tooltip": "score = 0.00034957596843833547\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00009 (-21.19880%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 0.00029113478459662814,
+ "score-diff": "-5.8441183841707325e-05",
+ "score-diff-perc": "-16.71773%",
+ "tooltip": "score = 0.00029113478459662814\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00006 (-16.71773%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -366369,9 +367851,9 @@
7
),
"score": 0.0002892912503031881,
- "score-diff": "-6.0284718135147344e-05",
- "score-diff-perc": "-17.24510%",
- "tooltip": "score = 0.0002892912503031881\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00006 (-17.24510%)",
+ "score-diff": "-1.8435342934400192e-06",
+ "score-diff-perc": "-0.63322%",
+ "tooltip": "score = 0.0002892912503031881\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00000 (-0.63322%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -366654,11 +368136,11 @@
16,
5
),
- "score": 0.0002913033745629501,
- "score-diff": "-7.212202768598028e-05",
- "score-diff-perc": "-19.84507%",
- "tooltip": "score = 0.0002913033745629501\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00007 (-19.84507%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 0.0003571426827286578,
+ "score-diff": "-6.282719520272605e-06",
+ "score-diff-perc": "-1.72875%",
+ "tooltip": "score = 0.0003571426827286578\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00001 (-1.72875%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -366680,11 +368162,11 @@
16,
5
),
- "score": 0.00044351404660610385,
- "score-diff": "0.00015221067204315372",
- "score-diff-perc": "+52.25160%",
- "tooltip": "score = 0.00044351404660610385\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00015 (+52.25160%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 0.0002913033745629501,
+ "score-diff": "-6.583930816570768e-05",
+ "score-diff-perc": "-18.43502%",
+ "tooltip": "score = 0.0002913033745629501\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00007 (-18.43502%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -366706,11 +368188,11 @@
16,
5
),
- "score": 0.0003571426827286578,
- "score-diff": "-8.637136387744604e-05",
- "score-diff-perc": "-19.47432%",
- "tooltip": "score = 0.0003571426827286578\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00009 (-19.47432%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 0.00044351404660610385,
+ "score-diff": "0.00015221067204315372",
+ "score-diff-perc": "+52.25160%",
+ "tooltip": "score = 0.00044351404660610385\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00015 (+52.25160%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -366733,9 +368215,9 @@
21
),
"score": 0.00035531139370009187,
- "score-diff": "-1.831289028565936e-06",
- "score-diff-perc": "-0.51276%",
- "tooltip": "score = 0.00035531139370009187\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00000 (-0.51276%)",
+ "score-diff": "-8.820265290601198e-05",
+ "score-diff-perc": "-19.88723%",
+ "tooltip": "score = 0.00035531139370009187\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00009 (-19.88723%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -372314,6 +373796,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.0005041595364908507,
+ "score-diff": "3.1497932416011277e-06",
+ "score-diff-perc": "+0.62869%",
+ "tooltip": "score = 0.0005041595364908507\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00000 (+0.62869%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -372745,11 +374253,11 @@
17,
1
),
- "score": 0.06689686119931969,
- "score-diff": "3.706875950909572e-05",
- "score-diff-perc": "+0.05544%",
- "tooltip": "score = 0.06689686119931969\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00004 (+0.05544%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 0.0665667245766069,
+ "score-diff": "-0.00029306786320369704",
+ "score-diff-perc": "-0.43833%",
+ "tooltip": "score = 0.0665667245766069\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00029 (-0.43833%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -372771,11 +374279,11 @@
17,
1
),
- "score": 0.0665667245766069,
- "score-diff": "-0.00033013662271279276",
- "score-diff-perc": "-0.49350%",
- "tooltip": "score = 0.0665667245766069\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00033 (-0.49350%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.10235846219580542,
+ "score-diff": "0.03579173761919853",
+ "score-diff-perc": "+53.76821%",
+ "tooltip": "score = 0.10235846219580542\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03579 (+53.76821%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -372797,11 +374305,11 @@
17,
1
),
- "score": 0.10235846219580542,
- "score-diff": "0.03579173761919853",
- "score-diff-perc": "+53.76821%",
- "tooltip": "score = 0.10235846219580542\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03579 (+53.76821%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 0.06689686119931969,
+ "score-diff": "-0.03546160099648574",
+ "score-diff-perc": "-34.64452%",
+ "tooltip": "score = 0.06689686119931969\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03546 (-34.64452%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -372824,9 +374332,9 @@
7
),
"score": 0.06970117218535979,
- "score-diff": "-0.032657290010445636",
- "score-diff-perc": "-31.90483%",
- "tooltip": "score = 0.06970117218535979\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.03266 (-31.90483%)",
+ "score-diff": "0.002804310986040101",
+ "score-diff-perc": "+4.19199%",
+ "tooltip": "score = 0.06970117218535979\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00280 (+4.19199%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -373109,11 +374617,11 @@
16,
5
),
- "score": 0.06713507209020754,
- "score-diff": "-0.03725417336428277",
- "score-diff-perc": "-35.68775%",
- "tooltip": "score = 0.06713507209020754\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03725 (-35.68775%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 0.10064455067805253,
+ "score-diff": "-0.003744694776437782",
+ "score-diff-perc": "-3.58724%",
+ "tooltip": "score = 0.10064455067805253\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00374 (-3.58724%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -373135,11 +374643,11 @@
16,
5
),
- "score": 0.06660651172623507,
- "score-diff": "-0.0005285603639724745",
- "score-diff-perc": "-0.78731%",
- "tooltip": "score = 0.06660651172623507\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00053 (-0.78731%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 0.06713507209020754,
+ "score-diff": "-0.03350947858784499",
+ "score-diff-perc": "-33.29488%",
+ "tooltip": "score = 0.06713507209020754\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03351 (-33.29488%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -373161,11 +374669,11 @@
16,
5
),
- "score": 0.10064455067805253,
- "score-diff": "0.034038038951817465",
- "score-diff-perc": "+51.10317%",
- "tooltip": "score = 0.10064455067805253\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03404 (+51.10317%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 0.06660651172623507,
+ "score-diff": "-0.0005285603639724745",
+ "score-diff-perc": "-0.78731%",
+ "tooltip": "score = 0.06660651172623507\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00053 (-0.78731%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -373188,9 +374696,9 @@
21
),
"score": 0.09695013766861353,
- "score-diff": "-0.0036944130094389988",
- "score-diff-perc": "-3.67075%",
- "tooltip": "score = 0.09695013766861353\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00369 (-3.67075%)",
+ "score-diff": "0.030343625942378466",
+ "score-diff-perc": "+45.55655%",
+ "tooltip": "score = 0.09695013766861353\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.03034 (+45.55655%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -378769,6 +380277,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.09812807765097627,
+ "score-diff": "0.003535960872362784",
+ "score-diff-perc": "+3.73811%",
+ "tooltip": "score = 0.09812807765097627\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00354 (+3.73811%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -379200,11 +380734,11 @@
17,
1
),
- "score": 0.0004085909692776924,
- "score-diff": "-1.4907668550665767e-06",
- "score-diff-perc": "-0.36353%",
- "tooltip": "score = 0.0004085909692776924\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00000 (-0.36353%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 0.00040778299358766763,
+ "score-diff": "-2.298742545091357e-06",
+ "score-diff-perc": "-0.56056%",
+ "tooltip": "score = 0.00040778299358766763\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00000 (-0.56056%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -379226,11 +380760,11 @@
17,
1
),
- "score": 0.00040778299358766763,
- "score-diff": "-8.079756900247802e-07",
- "score-diff-perc": "-0.19775%",
- "tooltip": "score = 0.00040778299358766763\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00000 (-0.19775%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.001318593061027129,
+ "score-diff": "0.0009108100674394613",
+ "score-diff-perc": "+223.35656%",
+ "tooltip": "score = 0.001318593061027129\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00091 (+223.35656%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -379252,11 +380786,11 @@
17,
1
),
- "score": 0.001318593061027129,
- "score-diff": "0.0009108100674394613",
- "score-diff-perc": "+223.35656%",
- "tooltip": "score = 0.001318593061027129\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00091 (+223.35656%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 0.0004085909692776924,
+ "score-diff": "-0.0009100020917494365",
+ "score-diff-perc": "-69.01311%",
+ "tooltip": "score = 0.0004085909692776924\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00091 (-69.01311%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -379279,9 +380813,9 @@
7
),
"score": 0.000407665616106393,
- "score-diff": "-0.000910927444920736",
- "score-diff-perc": "-69.08329%",
- "tooltip": "score = 0.000407665616106393\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00091 (-69.08329%)",
+ "score-diff": "-9.253531712994246e-07",
+ "score-diff-perc": "-0.22647%",
+ "tooltip": "score = 0.000407665616106393\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00000 (-0.22647%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -379564,11 +381098,11 @@
16,
5
),
- "score": 0.000407949599315945,
- "score-diff": "-0.0009156633066763869",
- "score-diff-perc": "-69.17909%",
- "tooltip": "score = 0.000407949599315945\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00092 (-69.17909%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 0.0013207058031228483,
+ "score-diff": "-2.9071028694836742e-06",
+ "score-diff-perc": "-0.21963%",
+ "tooltip": "score = 0.0013207058031228483\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00000 (-0.21963%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -379590,11 +381124,11 @@
16,
5
),
- "score": 0.00041060446679672027,
- "score-diff": "2.6548674807752473e-06",
- "score-diff-perc": "+0.65078%",
- "tooltip": "score = 0.00041060446679672027\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00000 (+0.65078%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 0.000407949599315945,
+ "score-diff": "-0.0009127562038069032",
+ "score-diff-perc": "-69.11124%",
+ "tooltip": "score = 0.000407949599315945\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00091 (-69.11124%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -379616,11 +381150,11 @@
16,
5
),
- "score": 0.0013207058031228483,
- "score-diff": "0.000910101336326128",
- "score-diff-perc": "+221.64916%",
- "tooltip": "score = 0.0013207058031228483\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00091 (+221.64916%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 0.00041060446679672027,
+ "score-diff": "2.6548674807752473e-06",
+ "score-diff-perc": "+0.65078%",
+ "tooltip": "score = 0.00041060446679672027\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00000 (+0.65078%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -379643,9 +381177,9 @@
21
),
"score": 0.0013215077766449983,
- "score-diff": "8.019735221499735e-07",
- "score-diff-perc": "+0.06072%",
- "tooltip": "score = 0.0013215077766449983\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00000 (+0.06072%)",
+ "score-diff": "0.000910903309848278",
+ "score-diff-perc": "+221.84447%",
+ "tooltip": "score = 0.0013215077766449983\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00091 (+221.84447%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -385224,6 +386758,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.001780227392227059,
+ "score-diff": "1.4129641670982719e-05",
+ "score-diff-perc": "+0.80005%",
+ "tooltip": "score = 0.001780227392227059\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00001 (+0.80005%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -385655,11 +387215,11 @@
17,
1
),
- "score": 0.0008472242418604014,
- "score-diff": "-8.548265013497841e-07",
- "score-diff-perc": "-0.10080%",
- "tooltip": "score = 0.0008472242418604014\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00000 (-0.10080%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 0.0008460644717460502,
+ "score-diff": "-2.014596615701014e-06",
+ "score-diff-perc": "-0.23755%",
+ "tooltip": "score = 0.0008460644717460502\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00000 (-0.23755%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -385681,11 +387241,11 @@
17,
1
),
- "score": 0.0008460644717460502,
- "score-diff": "-1.15977011435123e-06",
- "score-diff-perc": "-0.13689%",
- "tooltip": "score = 0.0008460644717460502\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00000 (-0.13689%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.0017422495503764308,
+ "score-diff": "0.0008961850786303806",
+ "score-diff-perc": "+105.92397%",
+ "tooltip": "score = 0.0017422495503764308\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00090 (+105.92397%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -385707,11 +387267,11 @@
17,
1
),
- "score": 0.0017422495503764308,
- "score-diff": "0.0008961850786303806",
- "score-diff-perc": "+105.92397%",
- "tooltip": "score = 0.0017422495503764308\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00090 (+105.92397%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 0.0008472242418604014,
+ "score-diff": "-0.0008950253085160294",
+ "score-diff-perc": "-51.37182%",
+ "tooltip": "score = 0.0008472242418604014\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00090 (-51.37182%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -385734,9 +387294,9 @@
7
),
"score": 0.0008474164568571616,
- "score-diff": "-0.0008948330935192692",
- "score-diff-perc": "-51.36079%",
- "tooltip": "score = 0.0008474164568571616\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00089 (-51.36079%)",
+ "score-diff": "1.9221499676018265e-07",
+ "score-diff-perc": "+0.02269%",
+ "tooltip": "score = 0.0008474164568571616\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00000 (+0.02269%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -386019,11 +387579,11 @@
16,
5
),
- "score": 0.0008507971710324585,
- "score-diff": "-0.000895123602655796",
- "score-diff-perc": "-51.26943%",
- "tooltip": "score = 0.0008507971710324585\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00090 (-51.26943%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 0.0017429899361835395,
+ "score-diff": "-2.930837504715048e-06",
+ "score-diff-perc": "-0.16787%",
+ "tooltip": "score = 0.0017429899361835395\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00000 (-0.16787%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -386045,11 +387605,11 @@
16,
5
),
- "score": 0.0008466463743009485,
- "score-diff": "-4.1507967315100504e-06",
- "score-diff-perc": "-0.48787%",
- "tooltip": "score = 0.0008466463743009485\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00000 (-0.48787%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 0.0008507971710324585,
+ "score-diff": "-0.0008921927651510809",
+ "score-diff-perc": "-51.18749%",
+ "tooltip": "score = 0.0008507971710324585\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00089 (-51.18749%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -386071,11 +387631,11 @@
16,
5
),
- "score": 0.0017429899361835395,
- "score-diff": "0.000896343561882591",
- "score-diff-perc": "+105.86989%",
- "tooltip": "score = 0.0017429899361835395\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00090 (+105.86989%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 0.0008466463743009485,
+ "score-diff": "-4.1507967315100504e-06",
+ "score-diff-perc": "-0.48787%",
+ "tooltip": "score = 0.0008466463743009485\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00000 (-0.48787%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -386098,9 +387658,9 @@
21
),
"score": 0.0017403783152200518,
- "score-diff": "-2.6116209634876805e-06",
- "score-diff-perc": "-0.14984%",
- "tooltip": "score = 0.0017403783152200518\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00000 (-0.14984%)",
+ "score-diff": "0.0008937319409191033",
+ "score-diff-perc": "+105.56142%",
+ "tooltip": "score = 0.0017403783152200518\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00089 (+105.56142%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -391679,6 +393239,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.0022688045854396557,
+ "score-diff": "-8.828959157075166e-06",
+ "score-diff-perc": "-0.38764%",
+ "tooltip": "score = 0.0022688045854396557\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00001 (-0.38764%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -392110,11 +393696,11 @@
17,
1
),
- "score": 0.000853642789477442,
- "score-diff": "1.1528566528290008e-06",
- "score-diff-perc": "+0.13523%",
- "tooltip": "score = 0.000853642789477442\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00000 (+0.13523%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 0.0008382442665023986,
+ "score-diff": "-1.4245666322214388e-05",
+ "score-diff-perc": "-1.67107%",
+ "tooltip": "score = 0.0008382442665023986\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00001 (-1.67107%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -392136,11 +393722,11 @@
17,
1
),
- "score": 0.0008382442665023986,
- "score-diff": "-1.539852297504339e-05",
- "score-diff-perc": "-1.80386%",
- "tooltip": "score = 0.0008382442665023986\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00002 (-1.80386%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.0017474957692029936,
+ "score-diff": "0.0009092515027005949",
+ "score-diff-perc": "+108.47095%",
+ "tooltip": "score = 0.0017474957692029936\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00091 (+108.47095%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -392162,11 +393748,11 @@
17,
1
),
- "score": 0.0017474957692029936,
- "score-diff": "0.0009092515027005949",
- "score-diff-perc": "+108.47095%",
- "tooltip": "score = 0.0017474957692029936\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00091 (+108.47095%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 0.000853642789477442,
+ "score-diff": "-0.0008938529797255515",
+ "score-diff-perc": "-51.15051%",
+ "tooltip": "score = 0.000853642789477442\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00089 (-51.15051%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -392189,9 +393775,9 @@
7
),
"score": 0.0008502236797443904,
- "score-diff": "-0.0008972720894586031",
- "score-diff-perc": "-51.34617%",
- "tooltip": "score = 0.0008502236797443904\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00090 (-51.34617%)",
+ "score-diff": "-3.4191097330515865e-06",
+ "score-diff-perc": "-0.40053%",
+ "tooltip": "score = 0.0008502236797443904\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00000 (-0.40053%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -392474,11 +394060,11 @@
16,
5
),
- "score": 0.0008505565562241969,
- "score-diff": "-0.0008980958623477547",
- "score-diff-perc": "-51.35931%",
- "tooltip": "score = 0.0008505565562241969\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00090 (-51.35931%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 0.0017443815181920903,
+ "score-diff": "-4.270900379861392e-06",
+ "score-diff-perc": "-0.24424%",
+ "tooltip": "score = 0.0017443815181920903\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00000 (-0.24424%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -392500,11 +394086,11 @@
16,
5
),
- "score": 0.0008383019898089405,
- "score-diff": "-1.2254566415256449e-05",
- "score-diff-perc": "-1.44077%",
- "tooltip": "score = 0.0008383019898089405\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00001 (-1.44077%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 0.0008505565562241969,
+ "score-diff": "-0.0008938249619678933",
+ "score-diff-perc": "-51.24022%",
+ "tooltip": "score = 0.0008505565562241969\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00089 (-51.24022%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -392526,11 +394112,11 @@
16,
5
),
- "score": 0.0017443815181920903,
- "score-diff": "0.0009060795283831498",
- "score-diff-perc": "+108.08510%",
- "tooltip": "score = 0.0017443815181920903\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00091 (+108.08510%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 0.0008383019898089405,
+ "score-diff": "-1.2254566415256449e-05",
+ "score-diff-perc": "-1.44077%",
+ "tooltip": "score = 0.0008383019898089405\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00001 (-1.44077%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -392553,9 +394139,9 @@
21
),
"score": 0.0017457618475010804,
- "score-diff": "1.3803293089900606e-06",
- "score-diff-perc": "+0.07913%",
- "tooltip": "score = 0.0017457618475010804\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00000 (+0.07913%)",
+ "score-diff": "0.0009074598576921399",
+ "score-diff-perc": "+108.24976%",
+ "tooltip": "score = 0.0017457618475010804\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00091 (+108.24976%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -398134,6 +399720,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.002272858311817356,
+ "score-diff": "1.970334618295105e-05",
+ "score-diff-perc": "+0.87448%",
+ "tooltip": "score = 0.002272858311817356\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00002 (+0.87448%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -398565,11 +400177,11 @@
17,
1
),
- "score": 0.0007901643567755766,
- "score-diff": "-6.8703663612816645e-06",
- "score-diff-perc": "-0.86199%",
- "tooltip": "score = 0.0007901643567755766\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00001 (-0.86199%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 0.0007897100490284706,
+ "score-diff": "-7.3246741083876675e-06",
+ "score-diff-perc": "-0.91899%",
+ "tooltip": "score = 0.0007897100490284706\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00001 (-0.91899%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -398591,11 +400203,11 @@
17,
1
),
- "score": 0.0007897100490284706,
- "score-diff": "-4.543077471060031e-07",
- "score-diff-perc": "-0.05750%",
- "tooltip": "score = 0.0007897100490284706\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00000 (-0.05750%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.001342057657869389,
+ "score-diff": "0.0005523476088409183",
+ "score-diff-perc": "+69.94309%",
+ "tooltip": "score = 0.001342057657869389\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00055 (+69.94309%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -398617,11 +400229,11 @@
17,
1
),
- "score": 0.001342057657869389,
- "score-diff": "0.0005523476088409183",
- "score-diff-perc": "+69.94309%",
- "tooltip": "score = 0.001342057657869389\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00055 (+69.94309%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 0.0007901643567755766,
+ "score-diff": "-0.0005518933010938123",
+ "score-diff-perc": "-41.12292%",
+ "tooltip": "score = 0.0007901643567755766\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00055 (-41.12292%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -398644,9 +400256,9 @@
7
),
"score": 0.0007909756534733688,
- "score-diff": "-0.0005510820043960202",
- "score-diff-perc": "-41.06247%",
- "tooltip": "score = 0.0007909756534733688\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00055 (-41.06247%)",
+ "score-diff": "8.112966977921786e-07",
+ "score-diff-perc": "+0.10267%",
+ "tooltip": "score = 0.0007909756534733688\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00000 (+0.10267%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -398929,11 +400541,11 @@
16,
5
),
- "score": 0.0007904813308036263,
- "score-diff": "-0.0005635623871274943",
- "score-diff-perc": "-41.62069%",
- "tooltip": "score = 0.0007904813308036263\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00056 (-41.62069%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 0.001343261940182366,
+ "score-diff": "-1.0781777748754577e-05",
+ "score-diff-perc": "-0.79627%",
+ "tooltip": "score = 0.001343261940182366\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00001 (-0.79627%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -398955,11 +400567,11 @@
16,
5
),
- "score": 0.0007975895474873422,
- "score-diff": "7.108216683715811e-06",
- "score-diff-perc": "+0.89923%",
- "tooltip": "score = 0.0007975895474873422\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00001 (+0.89923%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 0.0007904813308036263,
+ "score-diff": "-0.0005527806093787397",
+ "score-diff-perc": "-41.15211%",
+ "tooltip": "score = 0.0007904813308036263\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00055 (-41.15211%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -398981,11 +400593,11 @@
16,
5
),
- "score": 0.001343261940182366,
- "score-diff": "0.0005456723926950239",
- "score-diff-perc": "+68.41519%",
- "tooltip": "score = 0.001343261940182366\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00055 (+68.41519%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 0.0007975895474873422,
+ "score-diff": "7.108216683715811e-06",
+ "score-diff-perc": "+0.89923%",
+ "tooltip": "score = 0.0007975895474873422\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00001 (+0.89923%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -399008,9 +400620,9 @@
21
),
"score": 0.0013439563908993323,
- "score-diff": "6.944507169662217e-07",
- "score-diff-perc": "+0.05170%",
- "tooltip": "score = 0.0013439563908993323\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00000 (+0.05170%)",
+ "score-diff": "0.0005463668434119902",
+ "score-diff-perc": "+68.50226%",
+ "tooltip": "score = 0.0013439563908993323\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00055 (+68.50226%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -404589,6 +406201,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.001545152324649431,
+ "score-diff": "-4.0222840530148435e-06",
+ "score-diff-perc": "-0.25964%",
+ "tooltip": "score = 0.001545152324649431\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00000 (-0.25964%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -405020,11 +406658,11 @@
17,
1
),
- "score": 0.000792591826377359,
- "score-diff": "-1.7207379652486735e-06",
- "score-diff-perc": "-0.21663%",
- "tooltip": "score = 0.000792591826377359\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00000 (-0.21663%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 0.00080233784006016,
+ "score-diff": "8.025275717552243e-06",
+ "score-diff-perc": "+1.01034%",
+ "tooltip": "score = 0.00080233784006016\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00001 (+1.01034%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -405046,11 +406684,11 @@
17,
1
),
- "score": 0.00080233784006016,
- "score-diff": "9.746013682800916e-06",
- "score-diff-perc": "+1.22964%",
- "tooltip": "score = 0.00080233784006016\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00001 (+1.22964%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.0013439150947828539,
+ "score-diff": "0.0005415772547226939",
+ "score-diff-perc": "+67.49990%",
+ "tooltip": "score = 0.0013439150947828539\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00054 (+67.49990%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -405072,11 +406710,11 @@
17,
1
),
- "score": 0.0013439150947828539,
- "score-diff": "0.0005415772547226939",
- "score-diff-perc": "+67.49990%",
- "tooltip": "score = 0.0013439150947828539\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00054 (+67.49990%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 0.000792591826377359,
+ "score-diff": "-0.0005513232684054948",
+ "score-diff-perc": "-41.02367%",
+ "tooltip": "score = 0.000792591826377359\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00055 (-41.02367%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -405099,9 +406737,9 @@
7
),
"score": 0.0007935688328565598,
- "score-diff": "-0.0005503462619262941",
- "score-diff-perc": "-40.95097%",
- "tooltip": "score = 0.0007935688328565598\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00055 (-40.95097%)",
+ "score-diff": "9.770064792007354e-07",
+ "score-diff-perc": "+0.12327%",
+ "tooltip": "score = 0.0007935688328565598\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00000 (+0.12327%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -405384,11 +407022,11 @@
16,
5
),
- "score": 0.000793167451864631,
- "score-diff": "-0.0005543720241590248",
- "score-diff-perc": "-41.13958%",
- "tooltip": "score = 0.000793167451864631\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00055 (-41.13958%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 0.0013461663016694314,
+ "score-diff": "-1.37317435422446e-06",
+ "score-diff-perc": "-0.10190%",
+ "tooltip": "score = 0.0013461663016694314\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00000 (-0.10190%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -405410,11 +407048,11 @@
16,
5
),
- "score": 0.0007955382132257792,
- "score-diff": "2.370761361148192e-06",
- "score-diff-perc": "+0.29890%",
- "tooltip": "score = 0.0007955382132257792\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00000 (+0.29890%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 0.000793167451864631,
+ "score-diff": "-0.0005529988498048004",
+ "score-diff-perc": "-41.07953%",
+ "tooltip": "score = 0.000793167451864631\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00055 (-41.07953%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -405436,11 +407074,11 @@
16,
5
),
- "score": 0.0013461663016694314,
- "score-diff": "0.0005506280884436522",
- "score-diff-perc": "+69.21454%",
- "tooltip": "score = 0.0013461663016694314\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00055 (+69.21454%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 0.0007955382132257792,
+ "score-diff": "2.370761361148192e-06",
+ "score-diff-perc": "+0.29890%",
+ "tooltip": "score = 0.0007955382132257792\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00000 (+0.29890%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -405463,9 +407101,9 @@
21
),
"score": 0.0013494123802007749,
- "score-diff": "3.246078531343472e-06",
- "score-diff-perc": "+0.24114%",
- "tooltip": "score = 0.0013494123802007749\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00000 (+0.24114%)",
+ "score-diff": "0.0005538741669749957",
+ "score-diff-perc": "+69.62257%",
+ "tooltip": "score = 0.0013494123802007749\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00055 (+69.62257%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -411044,6 +412682,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.0015291485550437774,
+ "score-diff": "-8.728793200490264e-06",
+ "score-diff-perc": "-0.56759%",
+ "tooltip": "score = 0.0015291485550437774\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00001 (-0.56759%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -411475,11 +413139,11 @@
17,
1
),
- "score": 0.0010422364493971304,
- "score-diff": "-1.4416103533165282e-07",
- "score-diff-perc": "-0.01383%",
- "tooltip": "score = 0.0010422364493971304\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00000 (-0.01383%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 0.0010398683010581227,
+ "score-diff": "-2.512309374339385e-06",
+ "score-diff-perc": "-0.24102%",
+ "tooltip": "score = 0.0010398683010581227\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00000 (-0.24102%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -411501,11 +413165,11 @@
17,
1
),
- "score": 0.0010398683010581227,
- "score-diff": "-2.368148339007732e-06",
- "score-diff-perc": "-0.22722%",
- "tooltip": "score = 0.0010398683010581227\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00000 (-0.22722%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.001381913012703192,
+ "score-diff": "0.0003420447116450694",
+ "score-diff-perc": "+32.89308%",
+ "tooltip": "score = 0.001381913012703192\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00034 (+32.89308%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -411527,11 +413191,11 @@
17,
1
),
- "score": 0.001381913012703192,
- "score-diff": "0.0003420447116450694",
- "score-diff-perc": "+32.89308%",
- "tooltip": "score = 0.001381913012703192\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00034 (+32.89308%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 0.0010422364493971304,
+ "score-diff": "-0.00033967656330606165",
+ "score-diff-perc": "-24.58017%",
+ "tooltip": "score = 0.0010422364493971304\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00034 (-24.58017%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -411554,9 +413218,9 @@
7
),
"score": 0.0010407158177878303,
- "score-diff": "-0.00034119719491536174",
- "score-diff-perc": "-24.69021%",
- "tooltip": "score = 0.0010407158177878303\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00034 (-24.69021%)",
+ "score-diff": "-1.520631609300098e-06",
+ "score-diff-perc": "-0.14590%",
+ "tooltip": "score = 0.0010407158177878303\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00000 (-0.14590%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -411839,11 +413503,11 @@
16,
5
),
- "score": 0.001043675665294695,
- "score-diff": "-0.0003401966240147087",
- "score-diff-perc": "-24.58295%",
- "tooltip": "score = 0.001043675665294695\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00034 (-24.58295%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 0.0013801126024078653,
+ "score-diff": "-3.759686901538351e-06",
+ "score-diff-perc": "-0.27168%",
+ "tooltip": "score = 0.0013801126024078653\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00000 (-0.27168%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -411865,11 +413529,11 @@
16,
5
),
- "score": 0.001041891206204069,
- "score-diff": "-1.7844590906258753e-06",
- "score-diff-perc": "-0.17098%",
- "tooltip": "score = 0.001041891206204069\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00000 (-0.17098%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 0.001043675665294695,
+ "score-diff": "-0.00033643693711317034",
+ "score-diff-perc": "-24.37750%",
+ "tooltip": "score = 0.001043675665294695\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00034 (-24.37750%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -411891,11 +413555,11 @@
16,
5
),
- "score": 0.0013801126024078653,
- "score-diff": "0.0003382213962037962",
- "score-diff-perc": "+32.46226%",
- "tooltip": "score = 0.0013801126024078653\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00034 (+32.46226%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 0.001041891206204069,
+ "score-diff": "-1.7844590906258753e-06",
+ "score-diff-perc": "-0.17098%",
+ "tooltip": "score = 0.001041891206204069\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00000 (-0.17098%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -411918,9 +413582,9 @@
21
),
"score": 0.0013798143757438378,
- "score-diff": "-2.9822666402752954e-07",
- "score-diff-perc": "-0.02161%",
- "tooltip": "score = 0.0013798143757438378\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00000 (-0.02161%)",
+ "score-diff": "0.0003379231695397687",
+ "score-diff-perc": "+32.43363%",
+ "tooltip": "score = 0.0013798143757438378\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00034 (+32.43363%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -417499,6 +419163,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.0015349441085042257,
+ "score-diff": "1.4496077127322017e-05",
+ "score-diff-perc": "+0.95341%",
+ "tooltip": "score = 0.0015349441085042257\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00001 (+0.95341%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -417930,11 +419620,11 @@
17,
1
),
- "score": 0.00041073346482999094,
- "score-diff": "1.2472555461214918e-06",
- "score-diff-perc": "+0.30459%",
- "tooltip": "score = 0.00041073346482999094\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00000 (+0.30459%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 0.0004099134644144556,
+ "score-diff": "4.272551305861466e-07",
+ "score-diff-perc": "+0.10434%",
+ "tooltip": "score = 0.0004099134644144556\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00000 (+0.10434%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -417956,11 +419646,11 @@
17,
1
),
- "score": 0.0004099134644144556,
- "score-diff": "-8.200004155353453e-07",
- "score-diff-perc": "-0.19964%",
- "tooltip": "score = 0.0004099134644144556\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00000 (-0.19964%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.001734627299264596,
+ "score-diff": "0.0013247138348501403",
+ "score-diff-perc": "+323.16914%",
+ "tooltip": "score = 0.001734627299264596\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00132 (+323.16914%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -417982,11 +419672,11 @@
17,
1
),
- "score": 0.001734627299264596,
- "score-diff": "0.0013247138348501403",
- "score-diff-perc": "+323.16914%",
- "tooltip": "score = 0.001734627299264596\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00132 (+323.16914%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 0.00041073346482999094,
+ "score-diff": "-0.0013238938344346052",
+ "score-diff-perc": "-76.32152%",
+ "tooltip": "score = 0.00041073346482999094\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00132 (-76.32152%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -418009,9 +419699,9 @@
7
),
"score": 0.0004102138454249958,
- "score-diff": "-0.0013244134538396002",
- "score-diff-perc": "-76.35147%",
- "tooltip": "score = 0.0004102138454249958\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00132 (-76.35147%)",
+ "score-diff": "-5.196194049951627e-07",
+ "score-diff-perc": "-0.12651%",
+ "tooltip": "score = 0.0004102138454249958\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00000 (-0.12651%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -418294,11 +419984,11 @@
16,
5
),
- "score": 0.00041111868140925,
- "score-diff": "-0.0013291760279929357",
- "score-diff-perc": "-76.37649%",
- "tooltip": "score = 0.00041111868140925\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00133 (-76.37649%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 0.0017352177915317588,
+ "score-diff": "-5.076917870426925e-06",
+ "score-diff-perc": "-0.29173%",
+ "tooltip": "score = 0.0017352177915317588\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00001 (-0.29173%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -418320,11 +420010,11 @@
16,
5
),
- "score": 0.0004104816054071198,
- "score-diff": "-6.370760021302086e-07",
- "score-diff-perc": "-0.15496%",
- "tooltip": "score = 0.0004104816054071198\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00000 (-0.15496%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 0.00041111868140925,
+ "score-diff": "-0.0013240991101225088",
+ "score-diff-perc": "-76.30737%",
+ "tooltip": "score = 0.00041111868140925\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00132 (-76.30737%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -418346,11 +420036,11 @@
16,
5
),
- "score": 0.0017352177915317588,
- "score-diff": "0.001324736186124639",
- "score-diff-perc": "+322.72730%",
- "tooltip": "score = 0.0017352177915317588\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00132 (+322.72730%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 0.0004104816054071198,
+ "score-diff": "-6.370760021302086e-07",
+ "score-diff-perc": "-0.15496%",
+ "tooltip": "score = 0.0004104816054071198\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00000 (-0.15496%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -418373,9 +420063,9 @@
21
),
"score": 0.0017359759155134847,
- "score-diff": "7.581239817259361e-07",
- "score-diff-perc": "+0.04369%",
- "tooltip": "score = 0.0017359759155134847\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00000 (+0.04369%)",
+ "score-diff": "0.001325494310106365",
+ "score-diff-perc": "+322.91199%",
+ "tooltip": "score = 0.0017359759155134847\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00133 (+322.91199%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -423954,6 +425644,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.0017785188377795005,
+ "score-diff": "-3.7303517564681032e-06",
+ "score-diff-perc": "-0.20931%",
+ "tooltip": "score = 0.0017785188377795005\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00000 (-0.20931%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -424385,11 +426101,11 @@
17,
1
),
- "score": 127.91547085869566,
- "score-diff": "6.253281832028989",
- "score-diff-perc": "+5.13987%",
- "tooltip": "score = 127.91547085869566\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +6.25328 (+5.13987%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 126.05397438611112,
+ "score-diff": "4.391785359444455",
+ "score-diff-perc": "+3.60982%",
+ "tooltip": "score = 126.05397438611112\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +4.39179 (+3.60982%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -424411,11 +426127,11 @@
17,
1
),
- "score": 126.05397438611112,
- "score-diff": "-1.861496472584534",
- "score-diff-perc": "-1.45526%",
- "tooltip": "score = 126.05397438611112\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.86150 (-1.45526%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 202.42466511111112,
+ "score-diff": "76.370690725",
+ "score-diff-perc": "+60.58571%",
+ "tooltip": "score = 202.42466511111112\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +76.37069 (+60.58571%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -424437,11 +426153,11 @@
17,
1
),
- "score": 202.42466511111112,
- "score-diff": "76.370690725",
- "score-diff-perc": "+60.58571%",
- "tooltip": "score = 202.42466511111112\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +76.37069 (+60.58571%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 127.91547085869566,
+ "score-diff": "-74.50919425241547",
+ "score-diff-perc": "-36.80836%",
+ "tooltip": "score = 127.91547085869566\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -74.50919 (-36.80836%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -424464,9 +426180,9 @@
7
),
"score": 121.60207721333335,
- "score-diff": "-80.82258789777778",
- "score-diff-perc": "-39.92724%",
- "tooltip": "score = 121.60207721333335\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -80.82259 (-39.92724%)",
+ "score-diff": "-6.313393645362311",
+ "score-diff-perc": "-4.93560%",
+ "tooltip": "score = 121.60207721333335\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -6.31339 (-4.93560%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -424749,11 +426465,11 @@
16,
5
),
- "score": 130.5670015634058,
- "score-diff": "-73.92559745881641",
- "score-diff-perc": "-36.15074%",
- "tooltip": "score = 130.5670015634058\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -73.92560 (-36.15074%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 209.89987508888888,
+ "score-diff": "5.407276066666668",
+ "score-diff-perc": "+2.64424%",
+ "tooltip": "score = 209.89987508888888\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.40728 (+2.64424%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -424775,11 +426491,11 @@
16,
5
),
- "score": 125.36970534,
- "score-diff": "-5.1972962234058",
- "score-diff-perc": "-3.98056%",
- "tooltip": "score = 125.36970534\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -5.19730 (-3.98056%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 130.5670015634058,
+ "score-diff": "-79.33287352548308",
+ "score-diff-perc": "-37.79558%",
+ "tooltip": "score = 130.5670015634058\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -79.33287 (-37.79558%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -424801,11 +426517,11 @@
16,
5
),
- "score": 209.89987508888888,
- "score-diff": "84.53016974888888",
- "score-diff-perc": "+67.42472%",
- "tooltip": "score = 209.89987508888888\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +84.53017 (+67.42472%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 125.36970534,
+ "score-diff": "-5.1972962234058",
+ "score-diff-perc": "-3.98056%",
+ "tooltip": "score = 125.36970534\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -5.19730 (-3.98056%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -424828,9 +426544,9 @@
21
),
"score": 206.68572837777776,
- "score-diff": "-3.2141467111111126",
- "score-diff-perc": "-1.53128%",
- "tooltip": "score = 206.68572837777776\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -3.21415 (-1.53128%)",
+ "score-diff": "81.31602303777777",
+ "score-diff-perc": "+64.86098%",
+ "tooltip": "score = 206.68572837777776\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +81.31602 (+64.86098%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -430409,6 +432125,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 26.38165557894737,
+ "score-diff": "-1.552432217348926",
+ "score-diff-perc": "-5.55748%",
+ "tooltip": "score = 26.38165557894737\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.55243 (-5.55748%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -430840,11 +432582,11 @@
17,
1
),
- "score": 0.15865532794196568,
- "score-diff": "0.0012872245671374516",
- "score-diff-perc": "+0.81797%",
- "tooltip": "score = 0.15865532794196568\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00129 (+0.81797%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 0.15781491637708178,
+ "score-diff": "0.0004468130022535488",
+ "score-diff-perc": "+0.28393%",
+ "tooltip": "score = 0.15781491637708178\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00045 (+0.28393%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -430866,11 +432608,11 @@
17,
1
),
- "score": 0.15781491637708178,
- "score-diff": "-0.0008404115648839028",
- "score-diff-perc": "-0.52971%",
- "tooltip": "score = 0.15781491637708178\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00084 (-0.52971%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.008143685530038735,
+ "score-diff": "-0.14967123084704304",
+ "score-diff-perc": "-94.83972%",
+ "tooltip": "score = 0.008143685530038735\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.14967 (-94.83972%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -430892,11 +432634,11 @@
17,
1
),
- "score": 0.008143685530038735,
- "score-diff": "-0.14967123084704304",
- "score-diff-perc": "-94.83972%",
- "tooltip": "score = 0.008143685530038735\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.14967 (-94.83972%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 0.15865532794196568,
+ "score-diff": "0.15051164241192694",
+ "score-diff-perc": "+1848.20057%",
+ "tooltip": "score = 0.15865532794196568\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.15051 (+1848.20057%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -430919,9 +432661,9 @@
7
),
"score": 0.15720925227323004,
- "score-diff": "0.1490655667431913",
- "score-diff-perc": "+1830.44355%",
- "tooltip": "score = 0.15720925227323004\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.14907 (+1830.44355%)",
+ "score-diff": "-0.0014460756687356413",
+ "score-diff-perc": "-0.91146%",
+ "tooltip": "score = 0.15720925227323004\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00145 (-0.91146%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -431204,11 +432946,11 @@
16,
5
),
- "score": 0.15787921469318567,
- "score-diff": "0.14972743071668163",
- "score-diff-perc": "+1836.74434%",
- "tooltip": "score = 0.15787921469318567\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.14973 (+1836.74434%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 0.008160823001852854,
+ "score-diff": "9.039025348812207e-06",
+ "score-diff-perc": "+0.11088%",
+ "tooltip": "score = 0.008160823001852854\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00001 (+0.11088%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -431230,11 +432972,11 @@
16,
5
),
- "score": 0.15815079363240678,
- "score-diff": "0.0002715789392211121",
- "score-diff-perc": "+0.17202%",
- "tooltip": "score = 0.15815079363240678\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00027 (+0.17202%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 0.15787921469318567,
+ "score-diff": "0.1497183916913328",
+ "score-diff-perc": "+1834.59918%",
+ "tooltip": "score = 0.15787921469318567\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.14972 (+1834.59918%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -431256,11 +432998,11 @@
16,
5
),
- "score": 0.008160823001852854,
- "score-diff": "-0.14998997063055391",
- "score-diff-perc": "-94.83985%",
- "tooltip": "score = 0.008160823001852854\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.14999 (-94.83985%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 0.15815079363240678,
+ "score-diff": "0.0002715789392211121",
+ "score-diff-perc": "+0.17202%",
+ "tooltip": "score = 0.15815079363240678\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00027 (+0.17202%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -431283,9 +433025,9 @@
21
),
"score": 0.00812190659943099,
- "score-diff": "-3.891640242186488e-05",
- "score-diff-perc": "-0.47687%",
- "tooltip": "score = 0.00812190659943099\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00004 (-0.47687%)",
+ "score-diff": "-0.1500288870329758",
+ "score-diff-perc": "-94.86445%",
+ "tooltip": "score = 0.00812190659943099\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.15003 (-94.86445%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -436864,6 +438606,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.008237896376224163,
+ "score-diff": "-1.1598319083309938e-06",
+ "score-diff-perc": "-0.01408%",
+ "tooltip": "score = 0.008237896376224163\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00000 (-0.01408%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -437295,11 +439063,11 @@
17,
1
),
- "score": 0.2122312243928751,
- "score-diff": "-0.006027961673871207",
- "score-diff-perc": "-2.76184%",
- "tooltip": "score = 0.2122312243928751\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00603 (-2.76184%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 0.19532295580883666,
+ "score-diff": "-0.02293623025790964",
+ "score-diff-perc": "-10.50871%",
+ "tooltip": "score = 0.19532295580883666\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.02294 (-10.50871%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -437321,11 +439089,11 @@
17,
1
),
- "score": 0.19532295580883666,
- "score-diff": "-0.016908268584038433",
- "score-diff-perc": "-7.96691%",
- "tooltip": "score = 0.19532295580883666\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01691 (-7.96691%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 0.04588368414252336,
+ "score-diff": "-0.1494392716663133",
+ "score-diff-perc": "-76.50881%",
+ "tooltip": "score = 0.04588368414252336\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.14944 (-76.50881%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -437347,11 +439115,11 @@
17,
1
),
- "score": 0.04588368414252336,
- "score-diff": "-0.1494392716663133",
- "score-diff-perc": "-76.50881%",
- "tooltip": "score = 0.04588368414252336\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.14944 (-76.50881%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 0.2122312243928751,
+ "score-diff": "0.16634754025035173",
+ "score-diff-perc": "+362.54181%",
+ "tooltip": "score = 0.2122312243928751\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.16635 (+362.54181%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -437374,9 +439142,9 @@
7
),
"score": 0.20105420992473744,
- "score-diff": "0.15517052578221407",
- "score-diff-perc": "+338.18236%",
- "tooltip": "score = 0.20105420992473744\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.15517 (+338.18236%)",
+ "score-diff": "-0.011177014468137653",
+ "score-diff-perc": "-5.26643%",
+ "tooltip": "score = 0.20105420992473744\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.01118 (-5.26643%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -437659,11 +439427,11 @@
16,
5
),
- "score": 0.2518882448826738,
- "score-diff": "0.20598534338144503",
- "score-diff-perc": "+448.74144%",
- "tooltip": "score = 0.2518882448826738\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.20599 (+448.74144%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 0.048275770287704155,
+ "score-diff": "0.002372868786475378",
+ "score-diff-perc": "+5.16932%",
+ "tooltip": "score = 0.048275770287704155\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00237 (+5.16932%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -437685,11 +439453,11 @@
16,
5
),
- "score": 0.20358798382827537,
- "score-diff": "-0.04830026105439844",
- "score-diff-perc": "-19.17527%",
- "tooltip": "score = 0.20358798382827537\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04830 (-19.17527%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 0.2518882448826738,
+ "score-diff": "0.20361247459496964",
+ "score-diff-perc": "+421.76950%",
+ "tooltip": "score = 0.2518882448826738\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.20361 (+421.76950%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -437711,11 +439479,11 @@
16,
5
),
- "score": 0.048275770287704155,
- "score-diff": "-0.1553122135405712",
- "score-diff-perc": "-76.28751%",
- "tooltip": "score = 0.048275770287704155\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.15531 (-76.28751%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 0.20358798382827537,
+ "score-diff": "-0.04830026105439844",
+ "score-diff-perc": "-19.17527%",
+ "tooltip": "score = 0.20358798382827537\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04830 (-19.17527%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -437738,9 +439506,9 @@
21
),
"score": 0.045874141854184085,
- "score-diff": "-0.00240162843352007",
- "score-diff-perc": "-4.97481%",
- "tooltip": "score = 0.045874141854184085\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00240 (-4.97481%)",
+ "score-diff": "-0.15771384197409127",
+ "score-diff-perc": "-77.46717%",
+ "tooltip": "score = 0.045874141854184085\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.15771 (-77.46717%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -443319,6 +445087,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 0.051267837288028494,
+ "score-diff": "-1.1820587555125273e-05",
+ "score-diff-perc": "-0.02305%",
+ "tooltip": "score = 0.051267837288028494\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00001 (-0.02305%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -443750,11 +445544,11 @@
17,
1
),
- "score": 8.343803279195894,
- "score-diff": "-0.15921689567898767",
- "score-diff-perc": "-1.87247%",
- "tooltip": "score = 8.343803279195894\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.15922 (-1.87247%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
+ "score": 8.259394297952838,
+ "score-diff": "-0.24362587692204407",
+ "score-diff-perc": "-2.86517%",
+ "tooltip": "score = 8.259394297952838\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.24363 (-2.86517%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -443776,11 +445570,11 @@
17,
1
),
- "score": 8.259394297952838,
- "score-diff": "-0.0844089812430564",
- "score-diff-perc": "-1.01164%",
- "tooltip": "score = 8.259394297952838\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.08441 (-1.01164%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677071527",
+ "score": 10.45561543229644,
+ "score-diff": "2.1962211343436024",
+ "score-diff-perc": "+26.59058%",
+ "tooltip": "score = 10.45561543229644\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.19622 (+26.59058%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -443802,11 +445596,11 @@
17,
1
),
- "score": 10.45561543229644,
- "score-diff": "2.1962211343436024",
- "score-diff-perc": "+26.59058%",
- "tooltip": "score = 10.45561543229644\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.19622 (+26.59058%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669306611",
+ "score": 8.343803279195894,
+ "score-diff": "-2.111812153100546",
+ "score-diff-perc": "-20.19788%",
+ "tooltip": "score = 8.343803279195894\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.11181 (-20.19788%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681794564",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -443829,9 +445623,9 @@
7
),
"score": 8.047672121472958,
- "score-diff": "-2.407943310823482",
- "score-diff-perc": "-23.03014%",
- "tooltip": "score = 8.047672121472958\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.40794 (-23.03014%)",
+ "score-diff": "-0.29613115772293597",
+ "score-diff-perc": "-3.54911%",
+ "tooltip": "score = 8.047672121472958\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.29613 (-3.54911%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697711769",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -444114,11 +445908,11 @@
16,
5
),
- "score": 7.900772580121746,
- "score-diff": "-1.6798031370560338",
- "score-diff-perc": "-17.53343%",
- "tooltip": "score = 7.900772580121746\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.67980 (-17.53343%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
+ "score": 11.327229261051373,
+ "score-diff": "1.7466535438735935",
+ "score-diff-perc": "+18.23120%",
+ "tooltip": "score = 11.327229261051373\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.74665 (+18.23120%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -444140,11 +445934,11 @@
16,
5
),
- "score": 8.175649455331468,
- "score-diff": "0.27487687520972237",
- "score-diff-perc": "+3.47911%",
- "tooltip": "score = 8.175649455331468\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.27488 (+3.47911%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
+ "score": 7.900772580121746,
+ "score-diff": "-3.4264566809296273",
+ "score-diff-perc": "-30.24973%",
+ "tooltip": "score = 7.900772580121746\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.42646 (-30.24973%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863422534",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -444166,11 +445960,11 @@
16,
5
),
- "score": 11.327229261051373,
- "score-diff": "3.151579805719905",
- "score-diff-perc": "+38.54837%",
- "tooltip": "score = 11.327229261051373\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.15158 (+38.54837%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871310920",
+ "score": 8.175649455331468,
+ "score-diff": "0.27487687520972237",
+ "score-diff-perc": "+3.47911%",
+ "tooltip": "score = 8.175649455331468\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.27488 (+3.47911%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855600755",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
"commit-author": "Radosław Waśko",
@@ -444193,9 +445987,9 @@
21
),
"score": 10.819636166218531,
- "score-diff": "-0.507593094832842",
- "score-diff-perc": "-4.48118%",
- "tooltip": "score = 10.819636166218531\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.50759 (-4.48118%)",
+ "score-diff": "2.643986710887063",
+ "score-diff-perc": "+32.33978%",
+ "tooltip": "score = 10.819636166218531\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.64399 (+32.33978%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887046938",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -449774,6 +451568,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ "score": 1.951177681480539,
+ "score-diff": "-0.5064336512385292",
+ "score-diff-perc": "-20.60674%",
+ "tooltip": "score = 1.951177681480539\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.50643 (-20.60674%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12110220792",
+ "commit-id": "0b6b1f09542f1495344df75123643f81689734be",
+ "commit-msg": "Context menu, copy button, multi-component actions (#11690)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/0b6b1f09542f1495344df75123643f81689734be",
+ "commit-date": new Date(
+ 2024,
+ 10,
+ 29,
+ 19,
+ 52
+ ),
+ },
+
],
};
@@ -450677,7 +452497,7 @@
@@ -450737,7 +452557,7 @@
class="col form-control form-control-lg"
name="since-date"
min="2024-04-01"
- max="2024-12-01"
+ max="2024-12-02"
/>
@@ -450761,7 +452581,7 @@
Since date:
- 2024-11-01
+ 2024-11-02
diff --git a/stdlib-benchs.html b/stdlib-benchs.html
index fc26d9f..7d81ddf 100644
--- a/stdlib-benchs.html
+++ b/stdlib-benchs.html
@@ -41,17 +41,17 @@
const untilDate = new Date(
2024,
11,
- 1,
- 4,
- 6
+ 2,
+ 2,
+ 1
);
// This var will be rewritten once a filter is applied
let displaySinceDate = new Date(
2024,
10,
- 1,
- 4,
- 6
+ 2,
+ 2,
+ 1
);
/**
@@ -1494,11 +1494,11 @@
21,
27
),
- "score": 2.2341105587960524,
- "score-diff": "0.023442452432022698",
- "score-diff-perc": "+1.06042%",
- "tooltip": "score = 2.2341105587960524\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.02344 (+1.06042%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 2.0098667558241927,
+ "score-diff": "-0.20080135053983694",
+ "score-diff-perc": "-9.08329%",
+ "tooltip": "score = 2.0098667558241927\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.20080 (-9.08329%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1520,11 +1520,11 @@
21,
27
),
- "score": 2.0098667558241927,
- "score-diff": "-0.22424380297185964",
- "score-diff-perc": "-10.03727%",
- "tooltip": "score = 2.0098667558241927\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.22424 (-10.03727%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1.276537554803429,
+ "score-diff": "-0.7333292010207637",
+ "score-diff-perc": "-36.48646%",
+ "tooltip": "score = 1.276537554803429\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.73333 (-36.48646%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1546,11 +1546,11 @@
21,
27
),
- "score": 1.276537554803429,
- "score-diff": "-0.7333292010207637",
- "score-diff-perc": "-36.48646%",
- "tooltip": "score = 1.276537554803429\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.73333 (-36.48646%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 2.2341105587960524,
+ "score-diff": "0.9575730039926234",
+ "score-diff-perc": "+75.01330%",
+ "tooltip": "score = 2.2341105587960524\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.95757 (+75.01330%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1573,9 +1573,9 @@
32
),
"score": 2.478012132143282,
- "score-diff": "1.2014745773398532",
- "score-diff-perc": "+94.11980%",
- "tooltip": "score = 2.478012132143282\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.20147 (+94.11980%)",
+ "score-diff": "0.24390157334722984",
+ "score-diff-perc": "+10.91717%",
+ "tooltip": "score = 2.478012132143282\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.24390 (+10.91717%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -6018,11 +6018,11 @@
19,
52
),
- "score": 2.3731512312552163,
- "score-diff": "-0.02217777693788836",
- "score-diff-perc": "-0.92588%",
- "tooltip": "score = 2.3731512312552163\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.02218 (-0.92588%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 2.228384761618267,
+ "score-diff": "-0.16694424657483786",
+ "score-diff-perc": "-6.96957%",
+ "tooltip": "score = 2.228384761618267\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.16694 (-6.96957%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -6044,11 +6044,11 @@
19,
52
),
- "score": 2.228384761618267,
- "score-diff": "-0.1447664696369495",
- "score-diff-perc": "-6.10018%",
- "tooltip": "score = 2.228384761618267\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.14477 (-6.10018%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 2.3731512312552163,
+ "score-diff": "0.1447664696369495",
+ "score-diff-perc": "+6.49648%",
+ "tooltip": "score = 2.3731512312552163\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.14477 (+6.49648%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -7585,11 +7585,11 @@
21,
27
),
- "score": 18.607089623394916,
- "score-diff": "4.538599328608125",
- "score-diff-perc": "+32.26074%",
- "tooltip": "score = 18.607089623394916\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +4.53860 (+32.26074%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 17.843869768754665,
+ "score-diff": "3.775379473967874",
+ "score-diff-perc": "+26.83571%",
+ "tooltip": "score = 17.843869768754665\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.77538 (+26.83571%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -7611,11 +7611,11 @@
21,
27
),
- "score": 17.843869768754665,
- "score-diff": "-0.7632198546402513",
- "score-diff-perc": "-4.10177%",
- "tooltip": "score = 17.843869768754665\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.76322 (-4.10177%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 18.826393922575523,
+ "score-diff": "0.982524153820858",
+ "score-diff-perc": "+5.50623%",
+ "tooltip": "score = 18.826393922575523\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.98252 (+5.50623%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -7637,11 +7637,11 @@
21,
27
),
- "score": 18.826393922575523,
- "score-diff": "0.982524153820858",
- "score-diff-perc": "+5.50623%",
- "tooltip": "score = 18.826393922575523\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.98252 (+5.50623%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 18.607089623394916,
+ "score-diff": "-0.21930429918060668",
+ "score-diff-perc": "-1.16488%",
+ "tooltip": "score = 18.607089623394916\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.21930 (-1.16488%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -7664,9 +7664,9 @@
32
),
"score": 13.64144631654385,
- "score-diff": "-5.184947606031672",
- "score-diff-perc": "-27.54084%",
- "tooltip": "score = 13.64144631654385\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -5.18495 (-27.54084%)",
+ "score-diff": "-4.9656433068510655",
+ "score-diff-perc": "-26.68684%",
+ "tooltip": "score = 13.64144631654385\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -4.96564 (-26.68684%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -12109,11 +12109,11 @@
19,
52
),
- "score": 13.180287807091934,
- "score-diff": "-0.3323522653141655",
- "score-diff-perc": "-2.45957%",
- "tooltip": "score = 13.180287807091934\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.33235 (-2.45957%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 15.781257696457466,
+ "score-diff": "2.268617624051366",
+ "score-diff-perc": "+16.78886%",
+ "tooltip": "score = 15.781257696457466\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.26862 (+16.78886%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -12135,11 +12135,11 @@
19,
52
),
- "score": 15.781257696457466,
- "score-diff": "2.6009698893655315",
- "score-diff-perc": "+19.73379%",
- "tooltip": "score = 15.781257696457466\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.60097 (+19.73379%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 13.180287807091934,
+ "score-diff": "-2.6009698893655315",
+ "score-diff-perc": "-16.48139%",
+ "tooltip": "score = 13.180287807091934\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.60097 (-16.48139%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -13676,11 +13676,11 @@
21,
27
),
- "score": 15.393148815704636,
- "score-diff": "-1.0569929178365332",
- "score-diff-perc": "-6.42543%",
- "tooltip": "score = 15.393148815704636\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.05699 (-6.42543%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 18.608058050295174,
+ "score-diff": "2.1579163167540045",
+ "score-diff-perc": "+13.11792%",
+ "tooltip": "score = 18.608058050295174\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.15792 (+13.11792%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -13702,11 +13702,11 @@
21,
27
),
- "score": 18.608058050295174,
- "score-diff": "3.2149092345905377",
- "score-diff-perc": "+20.88533%",
- "tooltip": "score = 18.608058050295174\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.21491 (+20.88533%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 15.626359527433598,
+ "score-diff": "-2.981698522861576",
+ "score-diff-perc": "-16.02370%",
+ "tooltip": "score = 15.626359527433598\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.98170 (-16.02370%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -13728,11 +13728,11 @@
21,
27
),
- "score": 15.626359527433598,
- "score-diff": "-2.981698522861576",
- "score-diff-perc": "-16.02370%",
- "tooltip": "score = 15.626359527433598\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.98170 (-16.02370%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 15.393148815704636,
+ "score-diff": "-0.23321071172896168",
+ "score-diff-perc": "-1.49242%",
+ "tooltip": "score = 15.393148815704636\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.23321 (-1.49242%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -13755,9 +13755,9 @@
32
),
"score": 16.15213911114077,
- "score-diff": "0.5257795837071715",
- "score-diff-perc": "+3.36470%",
- "tooltip": "score = 16.15213911114077\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.52578 (+3.36470%)",
+ "score-diff": "0.7589902954361332",
+ "score-diff-perc": "+4.93070%",
+ "tooltip": "score = 16.15213911114077\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.75899 (+4.93070%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -18200,11 +18200,11 @@
19,
52
),
- "score": 17.135465531082303,
- "score-diff": "1.023634352807452",
- "score-diff-perc": "+6.35331%",
- "tooltip": "score = 17.135465531082303\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.02363 (+6.35331%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 16.35644730623306,
+ "score-diff": "0.24461612795820997",
+ "score-diff-perc": "+1.51824%",
+ "tooltip": "score = 16.35644730623306\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.24462 (+1.51824%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -18226,11 +18226,11 @@
19,
52
),
- "score": 16.35644730623306,
- "score-diff": "-0.7790182248492421",
- "score-diff-perc": "-4.54623%",
- "tooltip": "score = 16.35644730623306\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.77902 (-4.54623%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 17.135465531082303,
+ "score-diff": "0.7790182248492421",
+ "score-diff-perc": "+4.76276%",
+ "tooltip": "score = 17.135465531082303\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.77902 (+4.76276%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -19767,11 +19767,11 @@
21,
27
),
- "score": 0.20426823689377605,
- "score-diff": "-0.15847233650539833",
- "score-diff-perc": "-43.68751%",
- "tooltip": "score = 0.20426823689377605\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.15847 (-43.68751%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.21242477292243558,
+ "score-diff": "-0.1503158004767388",
+ "score-diff-perc": "-41.43893%",
+ "tooltip": "score = 0.21242477292243558\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.15032 (-41.43893%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -19793,11 +19793,11 @@
21,
27
),
- "score": 0.21242477292243558,
- "score-diff": "0.008156536028659539",
- "score-diff-perc": "+3.99305%",
- "tooltip": "score = 0.21242477292243558\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00816 (+3.99305%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.24440899524980852,
+ "score-diff": "0.03198422232737294",
+ "score-diff-perc": "+15.05673%",
+ "tooltip": "score = 0.24440899524980852\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.03198 (+15.05673%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -19819,11 +19819,11 @@
21,
27
),
- "score": 0.24440899524980852,
- "score-diff": "0.03198422232737294",
- "score-diff-perc": "+15.05673%",
- "tooltip": "score = 0.24440899524980852\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.03198 (+15.05673%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.20426823689377605,
+ "score-diff": "-0.04014075835603248",
+ "score-diff-perc": "-16.42360%",
+ "tooltip": "score = 0.20426823689377605\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.04014 (-16.42360%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -19846,9 +19846,9 @@
32
),
"score": 0.3333520556670282,
- "score-diff": "0.08894306041721967",
- "score-diff-perc": "+36.39107%",
- "tooltip": "score = 0.3333520556670282\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.08894 (+36.39107%)",
+ "score-diff": "0.12908381877325215",
+ "score-diff-perc": "+63.19329%",
+ "tooltip": "score = 0.3333520556670282\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.12908 (+63.19329%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -24291,11 +24291,11 @@
19,
52
),
- "score": 0.26082629012747494,
- "score-diff": "-0.02389649833918822",
- "score-diff-perc": "-8.39290%",
- "tooltip": "score = 0.26082629012747494\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.02390 (-8.39290%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.27207295723240293,
+ "score-diff": "-0.012649831234260223",
+ "score-diff-perc": "-4.44286%",
+ "tooltip": "score = 0.27207295723240293\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01265 (-4.44286%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -24317,11 +24317,11 @@
19,
52
),
- "score": 0.27207295723240293,
- "score-diff": "0.011246667104927999",
- "score-diff-perc": "+4.31194%",
- "tooltip": "score = 0.27207295723240293\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01125 (+4.31194%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.26082629012747494,
+ "score-diff": "-0.011246667104927999",
+ "score-diff-perc": "-4.13370%",
+ "tooltip": "score = 0.26082629012747494\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01125 (-4.13370%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -33731,11 +33731,11 @@
21,
27
),
- "score": 0.82115424315104,
- "score-diff": "-0.08257843758525374",
- "score-diff-perc": "-9.13748%",
- "tooltip": "score = 0.82115424315104\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.08258 (-9.13748%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.8212416612474308,
+ "score-diff": "-0.08249101948886295",
+ "score-diff-perc": "-9.12781%",
+ "tooltip": "score = 0.8212416612474308\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.08249 (-9.12781%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -33757,11 +33757,11 @@
21,
27
),
- "score": 0.8212416612474308,
- "score-diff": "8.741809639079001e-05",
- "score-diff-perc": "+0.01065%",
- "tooltip": "score = 0.8212416612474308\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00009 (+0.01065%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.8196636540711438,
+ "score-diff": "-0.0015780071762869774",
+ "score-diff-perc": "-0.19215%",
+ "tooltip": "score = 0.8196636540711438\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00158 (-0.19215%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -33783,11 +33783,11 @@
21,
27
),
- "score": 0.8196636540711438,
- "score-diff": "-0.0015780071762869774",
- "score-diff-perc": "-0.19215%",
- "tooltip": "score = 0.8196636540711438\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00158 (-0.19215%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.82115424315104,
+ "score-diff": "0.0014905890798961874",
+ "score-diff-perc": "+0.18185%",
+ "tooltip": "score = 0.82115424315104\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00149 (+0.18185%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -33810,9 +33810,9 @@
32
),
"score": 0.9153352854259108,
- "score-diff": "0.09567163135476697",
- "score-diff-perc": "+11.67206%",
- "tooltip": "score = 0.9153352854259108\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.09567 (+11.67206%)",
+ "score-diff": "0.09418104227487079",
+ "score-diff-perc": "+11.46935%",
+ "tooltip": "score = 0.9153352854259108\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.09418 (+11.46935%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -38229,11 +38229,11 @@
19,
52
),
- "score": 0.9197781316834259,
- "score-diff": "-0.0072031450345729775",
- "score-diff-perc": "-0.77705%",
- "tooltip": "score = 0.9197781316834259\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00720 (-0.77705%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.913492302401249,
+ "score-diff": "-0.013488974316749891",
+ "score-diff-perc": "-1.45515%",
+ "tooltip": "score = 0.913492302401249\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01349 (-1.45515%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -38255,11 +38255,11 @@
19,
52
),
- "score": 0.913492302401249,
- "score-diff": "-0.0062858292821769135",
- "score-diff-perc": "-0.68341%",
- "tooltip": "score = 0.913492302401249\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00629 (-0.68341%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.9197781316834259,
+ "score-diff": "0.0062858292821769135",
+ "score-diff-perc": "+0.68811%",
+ "tooltip": "score = 0.9197781316834259\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00629 (+0.68811%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -39796,11 +39796,11 @@
21,
27
),
- "score": 3.4262436175799085,
- "score-diff": "-0.10618141211384913",
- "score-diff-perc": "-3.00591%",
- "tooltip": "score = 3.4262436175799085\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.10618 (-3.00591%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 3.4324659889929623,
+ "score-diff": "-0.09995904070079531",
+ "score-diff-perc": "-2.82976%",
+ "tooltip": "score = 3.4324659889929623\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.09996 (-2.82976%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -39822,11 +39822,11 @@
21,
27
),
- "score": 3.4324659889929623,
- "score-diff": "0.006222371413053818",
- "score-diff-perc": "+0.18161%",
- "tooltip": "score = 3.4324659889929623\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00622 (+0.18161%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 3.573848243371561,
+ "score-diff": "0.14138225437859875",
+ "score-diff-perc": "+4.11897%",
+ "tooltip": "score = 3.573848243371561\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.14138 (+4.11897%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -39848,11 +39848,11 @@
21,
27
),
- "score": 3.573848243371561,
- "score-diff": "0.14138225437859875",
- "score-diff-perc": "+4.11897%",
- "tooltip": "score = 3.573848243371561\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.14138 (+4.11897%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 3.4262436175799085,
+ "score-diff": "-0.14760462579165257",
+ "score-diff-perc": "-4.13013%",
+ "tooltip": "score = 3.4262436175799085\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.14760 (-4.13013%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -39875,9 +39875,9 @@
32
),
"score": 3.642703237567657,
- "score-diff": "0.06885499419609609",
- "score-diff-perc": "+1.92663%",
- "tooltip": "score = 3.642703237567657\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.06885 (+1.92663%)",
+ "score-diff": "0.21645961998774865",
+ "score-diff-perc": "+6.31769%",
+ "tooltip": "score = 3.642703237567657\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.21646 (+6.31769%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -44320,11 +44320,11 @@
19,
52
),
- "score": 3.6382189127899376,
- "score-diff": "-0.14308503353176993",
- "score-diff-perc": "-3.78401%",
- "tooltip": "score = 3.6382189127899376\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.14309 (-3.78401%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 3.6385302070379533,
+ "score-diff": "-0.14277373928375425",
+ "score-diff-perc": "-3.77578%",
+ "tooltip": "score = 3.6385302070379533\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.14277 (-3.77578%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -44346,11 +44346,11 @@
19,
52
),
- "score": 3.6385302070379533,
- "score-diff": "0.00031129424801568106",
- "score-diff-perc": "+0.00856%",
- "tooltip": "score = 3.6385302070379533\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00031 (+0.00856%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 3.6382189127899376,
+ "score-diff": "-0.00031129424801568106",
+ "score-diff-perc": "-0.00856%",
+ "tooltip": "score = 3.6382189127899376\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00031 (-0.00856%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -45887,11 +45887,11 @@
21,
27
),
- "score": 3.9761547033112583,
- "score-diff": "-3.1468788759260056",
- "score-diff-perc": "-44.17891%",
- "tooltip": "score = 3.9761547033112583\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.14688 (-44.17891%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 4.086070641496599,
+ "score-diff": "-3.0369629377406646",
+ "score-diff-perc": "-42.63581%",
+ "tooltip": "score = 4.086070641496599\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.03696 (-42.63581%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -45913,11 +45913,11 @@
21,
27
),
- "score": 4.086070641496599,
- "score-diff": "0.10991593818534096",
- "score-diff-perc": "+2.76438%",
- "tooltip": "score = 4.086070641496599\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.10992 (+2.76438%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 3.9672387804251343,
+ "score-diff": "-0.11883186107146493",
+ "score-diff-perc": "-2.90822%",
+ "tooltip": "score = 3.9672387804251343\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.11883 (-2.90822%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -45939,11 +45939,11 @@
21,
27
),
- "score": 3.9672387804251343,
- "score-diff": "-0.11883186107146493",
- "score-diff-perc": "-2.90822%",
- "tooltip": "score = 3.9672387804251343\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.11883 (-2.90822%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 3.9761547033112583,
+ "score-diff": "0.008915922886123973",
+ "score-diff-perc": "+0.22474%",
+ "tooltip": "score = 3.9761547033112583\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00892 (+0.22474%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -45966,9 +45966,9 @@
32
),
"score": 6.9014600329809115,
- "score-diff": "2.934221252555777",
- "score-diff-perc": "+73.96130%",
- "tooltip": "score = 6.9014600329809115\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.93422 (+73.96130%)",
+ "score-diff": "2.925305329669653",
+ "score-diff-perc": "+73.57122%",
+ "tooltip": "score = 6.9014600329809115\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.92531 (+73.57122%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -50411,11 +50411,11 @@
19,
52
),
- "score": 9.722623455811213,
- "score-diff": "-0.03576142098090074",
- "score-diff-perc": "-0.36647%",
- "tooltip": "score = 9.722623455811213\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.03576 (-0.36647%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 9.404088884077137,
+ "score-diff": "-0.35429599271497736",
+ "score-diff-perc": "-3.63068%",
+ "tooltip": "score = 9.404088884077137\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.35430 (-3.63068%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -50437,11 +50437,11 @@
19,
52
),
- "score": 9.404088884077137,
- "score-diff": "-0.3185345717340766",
- "score-diff-perc": "-3.27622%",
- "tooltip": "score = 9.404088884077137\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.31853 (-3.27622%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 9.722623455811213,
+ "score-diff": "0.3185345717340766",
+ "score-diff-perc": "+3.38719%",
+ "tooltip": "score = 9.722623455811213\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.31853 (+3.38719%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -52089,11 +52089,11 @@
21,
27
),
- "score": 0.9780189810306861,
- "score-diff": "-1.5553952286557808",
- "score-diff-perc": "-61.39522%",
- "tooltip": "score = 0.9780189810306861\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.55540 (-61.39522%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.9960305680025374,
+ "score-diff": "-1.5373836416839295",
+ "score-diff-perc": "-60.68426%",
+ "tooltip": "score = 0.9960305680025374\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.53738 (-60.68426%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -52115,11 +52115,11 @@
21,
27
),
- "score": 0.9960305680025374,
- "score-diff": "0.018011586971851345",
- "score-diff-perc": "+1.84164%",
- "tooltip": "score = 0.9960305680025374\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.01801 (+1.84164%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.9814700210603398,
+ "score-diff": "-0.01456054694219766",
+ "score-diff-perc": "-1.46186%",
+ "tooltip": "score = 0.9814700210603398\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01456 (-1.46186%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -52141,11 +52141,11 @@
21,
27
),
- "score": 0.9814700210603398,
- "score-diff": "-0.01456054694219766",
- "score-diff-perc": "-1.46186%",
- "tooltip": "score = 0.9814700210603398\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01456 (-1.46186%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.9780189810306861,
+ "score-diff": "-0.0034510400296536847",
+ "score-diff-perc": "-0.35162%",
+ "tooltip": "score = 0.9780189810306861\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00345 (-0.35162%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -52168,9 +52168,9 @@
32
),
"score": 2.5318039655627183,
- "score-diff": "1.5503339445023785",
- "score-diff-perc": "+157.96040%",
- "tooltip": "score = 2.5318039655627183\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.55033 (+157.96040%)",
+ "score-diff": "1.5537849845320322",
+ "score-diff-perc": "+158.87064%",
+ "tooltip": "score = 2.5318039655627183\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.55378 (+158.87064%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -56587,11 +56587,11 @@
19,
52
),
- "score": 2.576792605280337,
- "score-diff": "0.008918285233650458",
- "score-diff-perc": "+0.34730%",
- "tooltip": "score = 2.576792605280337\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00892 (+0.34730%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 2.567300715670125,
+ "score-diff": "-0.0005736043765618426",
+ "score-diff-perc": "-0.02234%",
+ "tooltip": "score = 2.567300715670125\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00057 (-0.02234%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -56613,11 +56613,11 @@
19,
52
),
- "score": 2.567300715670125,
- "score-diff": "-0.0094918896102123",
- "score-diff-perc": "-0.36836%",
- "tooltip": "score = 2.567300715670125\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00949 (-0.36836%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 2.576792605280337,
+ "score-diff": "0.0094918896102123",
+ "score-diff-perc": "+0.36972%",
+ "tooltip": "score = 2.576792605280337\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00949 (+0.36972%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -58154,11 +58154,11 @@
21,
27
),
- "score": 0.4171216641855582,
- "score-diff": "-0.4557567681474759",
- "score-diff-perc": "-52.21309%",
- "tooltip": "score = 0.4171216641855582\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.45576 (-52.21309%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.4283416520752094,
+ "score-diff": "-0.44453678025782467",
+ "score-diff-perc": "-50.92769%",
+ "tooltip": "score = 0.4283416520752094\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.44454 (-50.92769%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -58180,11 +58180,11 @@
21,
27
),
- "score": 0.4283416520752094,
- "score-diff": "0.011219987889651228",
- "score-diff-perc": "+2.68986%",
- "tooltip": "score = 0.4283416520752094\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.01122 (+2.68986%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.41049693768701817,
+ "score-diff": "-0.01784471438819124",
+ "score-diff-perc": "-4.16600%",
+ "tooltip": "score = 0.41049693768701817\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01784 (-4.16600%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -58206,11 +58206,11 @@
21,
27
),
- "score": 0.41049693768701817,
- "score-diff": "-0.01784471438819124",
- "score-diff-perc": "-4.16600%",
- "tooltip": "score = 0.41049693768701817\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01784 (-4.16600%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.4171216641855582,
+ "score-diff": "0.006624726498540012",
+ "score-diff-perc": "+1.61383%",
+ "tooltip": "score = 0.4171216641855582\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00662 (+1.61383%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -58233,9 +58233,9 @@
32
),
"score": 0.8750964892308635,
- "score-diff": "0.4645995515438453",
- "score-diff-perc": "+113.17979%",
- "tooltip": "score = 0.8750964892308635\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.46460 (+113.17979%)",
+ "score-diff": "0.4579748250453053",
+ "score-diff-perc": "+109.79406%",
+ "tooltip": "score = 0.8750964892308635\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.45797 (+109.79406%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -62678,11 +62678,11 @@
19,
52
),
- "score": 0.9013122520456385,
- "score-diff": "0.01844712107941271",
- "score-diff-perc": "+2.08946%",
- "tooltip": "score = 0.9013122520456385\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01845 (+2.08946%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.8927553302383431,
+ "score-diff": "0.009890199272117317",
+ "score-diff-perc": "+1.12024%",
+ "tooltip": "score = 0.8927553302383431\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00989 (+1.12024%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -62704,11 +62704,11 @@
19,
52
),
- "score": 0.8927553302383431,
- "score-diff": "-0.008556921807295392",
- "score-diff-perc": "-0.94938%",
- "tooltip": "score = 0.8927553302383431\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00856 (-0.94938%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.9013122520456385,
+ "score-diff": "0.008556921807295392",
+ "score-diff-perc": "+0.95848%",
+ "tooltip": "score = 0.9013122520456385\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00856 (+0.95848%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -64245,11 +64245,11 @@
21,
27
),
- "score": 1.6332662339871957,
- "score-diff": "-0.4026517896188442",
- "score-diff-perc": "-19.77741%",
- "tooltip": "score = 1.6332662339871957\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.40265 (-19.77741%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1.603920913697885,
+ "score-diff": "-0.431997109908155",
+ "score-diff-perc": "-21.21879%",
+ "tooltip": "score = 1.603920913697885\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.43200 (-21.21879%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -64271,11 +64271,11 @@
21,
27
),
- "score": 1.603920913697885,
- "score-diff": "-0.029345320289310806",
- "score-diff-perc": "-1.79673%",
- "tooltip": "score = 1.603920913697885\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.02935 (-1.79673%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1.6431078195313693,
+ "score-diff": "0.03918690583348439",
+ "score-diff-perc": "+2.44319%",
+ "tooltip": "score = 1.6431078195313693\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.03919 (+2.44319%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -64297,11 +64297,11 @@
21,
27
),
- "score": 1.6431078195313693,
- "score-diff": "0.03918690583348439",
- "score-diff-perc": "+2.44319%",
- "tooltip": "score = 1.6431078195313693\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.03919 (+2.44319%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 1.6332662339871957,
+ "score-diff": "-0.009841585544173581",
+ "score-diff-perc": "-0.59896%",
+ "tooltip": "score = 1.6332662339871957\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00984 (-0.59896%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -64324,9 +64324,9 @@
32
),
"score": 2.040843102165724,
- "score-diff": "0.39773528263435476",
- "score-diff-perc": "+24.20628%",
- "tooltip": "score = 2.040843102165724\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.39774 (+24.20628%)",
+ "score-diff": "0.40757686817852834",
+ "score-diff-perc": "+24.95471%",
+ "tooltip": "score = 2.040843102165724\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.40758 (+24.95471%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -68769,11 +68769,11 @@
19,
52
),
- "score": 2.036867624538476,
- "score-diff": "-0.0008313827475934232",
- "score-diff-perc": "-0.04080%",
- "tooltip": "score = 2.036867624538476\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00083 (-0.04080%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 2.0687576575739963,
+ "score-diff": "0.03105865028792687",
+ "score-diff-perc": "+1.52420%",
+ "tooltip": "score = 2.0687576575739963\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.03106 (+1.52420%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -68795,11 +68795,11 @@
19,
52
),
- "score": 2.0687576575739963,
- "score-diff": "0.03189003303552029",
- "score-diff-perc": "+1.56564%",
- "tooltip": "score = 2.0687576575739963\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.03189 (+1.56564%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 2.036867624538476,
+ "score-diff": "-0.03189003303552029",
+ "score-diff-perc": "-1.54151%",
+ "tooltip": "score = 2.036867624538476\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.03189 (-1.54151%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -70336,11 +70336,11 @@
21,
27
),
- "score": 3.95993618765714,
- "score-diff": "-4.1740169623223995",
- "score-diff-perc": "-51.31597%",
- "tooltip": "score = 3.95993618765714\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.17402 (-51.31597%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 3.9539310313423304,
+ "score-diff": "-4.1800221186372095",
+ "score-diff-perc": "-51.38980%",
+ "tooltip": "score = 3.9539310313423304\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.18002 (-51.38980%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -70362,11 +70362,11 @@
21,
27
),
- "score": 3.9539310313423304,
- "score-diff": "-0.006005156314809579",
- "score-diff-perc": "-0.15165%",
- "tooltip": "score = 3.9539310313423304\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00601 (-0.15165%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 3.9499633288602225,
+ "score-diff": "-0.003967702482107871",
+ "score-diff-perc": "-0.10035%",
+ "tooltip": "score = 3.9499633288602225\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00397 (-0.10035%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -70388,11 +70388,11 @@
21,
27
),
- "score": 3.9499633288602225,
- "score-diff": "-0.003967702482107871",
- "score-diff-perc": "-0.10035%",
- "tooltip": "score = 3.9499633288602225\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00397 (-0.10035%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 3.95993618765714,
+ "score-diff": "0.00997285879691745",
+ "score-diff-perc": "+0.25248%",
+ "tooltip": "score = 3.95993618765714\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00997 (+0.25248%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -70415,9 +70415,9 @@
32
),
"score": 8.172019406906838,
- "score-diff": "4.222056078046615",
- "score-diff-perc": "+106.88849%",
- "tooltip": "score = 8.172019406906838\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +4.22206 (+106.88849%)",
+ "score-diff": "4.212083219249697",
+ "score-diff-perc": "+106.36745%",
+ "tooltip": "score = 8.172019406906838\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +4.21208 (+106.36745%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -74860,11 +74860,11 @@
19,
52
),
- "score": 8.428704442087588,
- "score-diff": "0.3649203097065712",
- "score-diff-perc": "+4.52542%",
- "tooltip": "score = 8.428704442087588\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.36492 (+4.52542%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 8.451722521374228,
+ "score-diff": "0.3879383889932111",
+ "score-diff-perc": "+4.81087%",
+ "tooltip": "score = 8.451722521374228\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.38794 (+4.81087%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -74886,11 +74886,11 @@
19,
52
),
- "score": 8.451722521374228,
- "score-diff": "0.023018079286639903",
- "score-diff-perc": "+0.27309%",
- "tooltip": "score = 8.451722521374228\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.02302 (+0.27309%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 8.428704442087588,
+ "score-diff": "-0.023018079286639903",
+ "score-diff-perc": "-0.27235%",
+ "tooltip": "score = 8.428704442087588\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.02302 (-0.27235%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -76427,11 +76427,11 @@
21,
27
),
- "score": 1.6166387512417522,
- "score-diff": "-0.3318992351627541",
- "score-diff-perc": "-17.03324%",
- "tooltip": "score = 1.6166387512417522\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.33190 (-17.03324%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1.836968210680877,
+ "score-diff": "-0.11156977572362936",
+ "score-diff-perc": "-5.72582%",
+ "tooltip": "score = 1.836968210680877\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.11157 (-5.72582%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -76453,11 +76453,11 @@
21,
27
),
- "score": 1.836968210680877,
- "score-diff": "0.22032945943912474",
- "score-diff-perc": "+13.62886%",
- "tooltip": "score = 1.836968210680877\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.22033 (+13.62886%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1.6329576430527093,
+ "score-diff": "-0.2040105676281676",
+ "score-diff-perc": "-11.10583%",
+ "tooltip": "score = 1.6329576430527093\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.20401 (-11.10583%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -76479,11 +76479,11 @@
21,
27
),
- "score": 1.6329576430527093,
- "score-diff": "-0.2040105676281676",
- "score-diff-perc": "-11.10583%",
- "tooltip": "score = 1.6329576430527093\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.20401 (-11.10583%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 1.6166387512417522,
+ "score-diff": "-0.016318891810957137",
+ "score-diff-perc": "-0.99935%",
+ "tooltip": "score = 1.6166387512417522\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01632 (-0.99935%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -76506,9 +76506,9 @@
32
),
"score": 1.9686746130679662,
- "score-diff": "0.3357169700152569",
- "score-diff-perc": "+20.55883%",
- "tooltip": "score = 1.9686746130679662\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.33572 (+20.55883%)",
+ "score-diff": "0.35203586182621405",
+ "score-diff-perc": "+21.77579%",
+ "tooltip": "score = 1.9686746130679662\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.35204 (+21.77579%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -80951,11 +80951,11 @@
19,
52
),
- "score": 1.964766867927552,
- "score-diff": "0.0006617550415228823",
- "score-diff-perc": "+0.03369%",
- "tooltip": "score = 1.964766867927552\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00066 (+0.03369%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.924102990123945,
+ "score-diff": "-0.04000212276208415",
+ "score-diff-perc": "-2.03666%",
+ "tooltip": "score = 1.924102990123945\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.04000 (-2.03666%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -80977,11 +80977,11 @@
19,
52
),
- "score": 1.924102990123945,
- "score-diff": "-0.04066387780360703",
- "score-diff-perc": "-2.06965%",
- "tooltip": "score = 1.924102990123945\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.04066 (-2.06965%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1.964766867927552,
+ "score-diff": "0.04066387780360703",
+ "score-diff-perc": "+2.11339%",
+ "tooltip": "score = 1.964766867927552\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.04066 (+2.11339%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -85222,11 +85222,11 @@
19,
52
),
- "score": 6.081464141370669,
- "score-diff": "0.055420855617887455",
- "score-diff-perc": "+0.91969%",
- "tooltip": "score = 6.081464141370669\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.05542 (+0.91969%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 6.288225087189747,
+ "score-diff": "0.2621818014369648",
+ "score-diff-perc": "+4.35081%",
+ "tooltip": "score = 6.288225087189747\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.26218 (+4.35081%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -85248,11 +85248,11 @@
19,
52
),
- "score": 6.288225087189747,
- "score-diff": "0.20676094581907734",
- "score-diff-perc": "+3.39985%",
- "tooltip": "score = 6.288225087189747\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.20676 (+3.39985%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 6.081464141370669,
+ "score-diff": "-0.20676094581907734",
+ "score-diff-perc": "-3.28807%",
+ "tooltip": "score = 6.081464141370669\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.20676 (-3.28807%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -86789,11 +86789,11 @@
21,
27
),
- "score": 3.877134436623456,
- "score-diff": "-4.148634915541507",
- "score-diff-perc": "-51.69143%",
- "tooltip": "score = 3.877134436623456\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.14863 (-51.69143%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 3.8911170311231147,
+ "score-diff": "-4.134652321041848",
+ "score-diff-perc": "-51.51721%",
+ "tooltip": "score = 3.8911170311231147\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.13465 (-51.51721%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -86815,11 +86815,11 @@
21,
27
),
- "score": 3.8911170311231147,
- "score-diff": "0.013982594499658774",
- "score-diff-perc": "+0.36064%",
- "tooltip": "score = 3.8911170311231147\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.01398 (+0.36064%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 3.9384289322097885,
+ "score-diff": "0.047311901086673824",
+ "score-diff-perc": "+1.21590%",
+ "tooltip": "score = 3.9384289322097885\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04731 (+1.21590%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -86841,11 +86841,11 @@
21,
27
),
- "score": 3.9384289322097885,
- "score-diff": "0.047311901086673824",
- "score-diff-perc": "+1.21590%",
- "tooltip": "score = 3.9384289322097885\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04731 (+1.21590%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 3.877134436623456,
+ "score-diff": "-0.0612944955863326",
+ "score-diff-perc": "-1.55632%",
+ "tooltip": "score = 3.877134436623456\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.06129 (-1.55632%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -86868,9 +86868,9 @@
32
),
"score": 7.934115717040746,
- "score-diff": "3.9956867848309576",
- "score-diff-perc": "+101.45382%",
- "tooltip": "score = 7.934115717040746\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +3.99569 (+101.45382%)",
+ "score-diff": "4.05698128041729",
+ "score-diff-perc": "+104.63865%",
+ "tooltip": "score = 7.934115717040746\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +4.05698 (+104.63865%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -91313,11 +91313,11 @@
19,
52
),
- "score": 8.376571356890837,
- "score-diff": "0.43900683371380644",
- "score-diff-perc": "+5.53075%",
- "tooltip": "score = 8.376571356890837\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.43901 (+5.53075%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 8.065819720718642,
+ "score-diff": "0.12825519754161085",
+ "score-diff-perc": "+1.61580%",
+ "tooltip": "score = 8.065819720718642\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.12826 (+1.61580%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -91339,11 +91339,11 @@
19,
52
),
- "score": 8.065819720718642,
- "score-diff": "-0.3107516361721956",
- "score-diff-perc": "-3.70977%",
- "tooltip": "score = 8.065819720718642\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.31075 (-3.70977%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 8.376571356890837,
+ "score-diff": "0.3107516361721956",
+ "score-diff-perc": "+3.85270%",
+ "tooltip": "score = 8.376571356890837\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.31075 (+3.85270%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -93946,11 +93946,11 @@
19,
52
),
- "score": 4.638837046089751,
- "score-diff": "-0.10869005531762177",
- "score-diff-perc": "-2.28940%",
- "tooltip": "score = 4.638837046089751\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.10869 (-2.28940%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 4.619264018539647,
+ "score-diff": "-0.1282630828677256",
+ "score-diff-perc": "-2.70168%",
+ "tooltip": "score = 4.619264018539647\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.12826 (-2.70168%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -93972,11 +93972,11 @@
19,
52
),
- "score": 4.619264018539647,
- "score-diff": "-0.019573027550103816",
- "score-diff-perc": "-0.42194%",
- "tooltip": "score = 4.619264018539647\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01957 (-0.42194%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 4.638837046089751,
+ "score-diff": "0.019573027550103816",
+ "score-diff-perc": "+0.42373%",
+ "tooltip": "score = 4.638837046089751\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01957 (+0.42373%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -96579,11 +96579,11 @@
19,
52
),
- "score": 7.029716807166546,
- "score-diff": "-0.42961529823155153",
- "score-diff-perc": "-5.75943%",
- "tooltip": "score = 7.029716807166546\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.42962 (-5.75943%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 8.270122329491329,
+ "score-diff": "0.8107902240932319",
+ "score-diff-perc": "+10.86947%",
+ "tooltip": "score = 8.270122329491329\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.81079 (+10.86947%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -96605,11 +96605,11 @@
19,
52
),
- "score": 8.270122329491329,
- "score-diff": "1.2404055223247834",
- "score-diff-perc": "+17.64517%",
- "tooltip": "score = 8.270122329491329\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.24041 (+17.64517%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 7.029716807166546,
+ "score-diff": "-1.2404055223247834",
+ "score-diff-perc": "-14.99864%",
+ "tooltip": "score = 7.029716807166546\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.24041 (-14.99864%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -99212,11 +99212,11 @@
19,
52
),
- "score": 3.201513602843721,
- "score-diff": "-0.7550713550871659",
- "score-diff-perc": "-19.08392%",
- "tooltip": "score = 3.201513602843721\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.75507 (-19.08392%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 3.2182105815165682,
+ "score-diff": "-0.7383743764143187",
+ "score-diff-perc": "-18.66191%",
+ "tooltip": "score = 3.2182105815165682\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.73837 (-18.66191%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -99238,11 +99238,11 @@
19,
52
),
- "score": 3.2182105815165682,
- "score-diff": "0.01669697867284725",
- "score-diff-perc": "+0.52153%",
- "tooltip": "score = 3.2182105815165682\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01670 (+0.52153%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 3.201513602843721,
+ "score-diff": "-0.01669697867284725",
+ "score-diff-perc": "-0.51883%",
+ "tooltip": "score = 3.201513602843721\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01670 (-0.51883%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -101845,11 +101845,11 @@
19,
52
),
- "score": 3.2145708192209086,
- "score-diff": "-0.01860864352558167",
- "score-diff-perc": "-0.57555%",
- "tooltip": "score = 3.2145708192209086\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01861 (-0.57555%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 3.2052846471706813,
+ "score-diff": "-0.027894815575808973",
+ "score-diff-perc": "-0.86277%",
+ "tooltip": "score = 3.2052846471706813\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.02789 (-0.86277%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -101871,11 +101871,11 @@
19,
52
),
- "score": 3.2052846471706813,
- "score-diff": "-0.009286172050227304",
- "score-diff-perc": "-0.28888%",
- "tooltip": "score = 3.2052846471706813\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00929 (-0.28888%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 3.2145708192209086,
+ "score-diff": "0.009286172050227304",
+ "score-diff-perc": "+0.28971%",
+ "tooltip": "score = 3.2145708192209086\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00929 (+0.28971%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -104478,11 +104478,11 @@
19,
52
),
- "score": 2.0683348263213457,
- "score-diff": "0.056553112296675145",
- "score-diff-perc": "+2.81110%",
- "tooltip": "score = 2.0683348263213457\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.05655 (+2.81110%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 2.019148353929962,
+ "score-diff": "0.007366639905291628",
+ "score-diff-perc": "+0.36617%",
+ "tooltip": "score = 2.019148353929962\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00737 (+0.36617%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -104504,11 +104504,11 @@
19,
52
),
- "score": 2.019148353929962,
- "score-diff": "-0.04918647239138352",
- "score-diff-perc": "-2.37807%",
- "tooltip": "score = 2.019148353929962\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.04919 (-2.37807%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 2.0683348263213457,
+ "score-diff": "0.04918647239138352",
+ "score-diff-perc": "+2.43600%",
+ "tooltip": "score = 2.0683348263213457\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.04919 (+2.43600%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -107111,11 +107111,11 @@
19,
52
),
- "score": 39.786247672404556,
- "score-diff": "0.36667794140466015",
- "score-diff-perc": "+0.93019%",
- "tooltip": "score = 39.786247672404556\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.36668 (+0.93019%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 39.79343618821549,
+ "score-diff": "0.3738664572155912",
+ "score-diff-perc": "+0.94843%",
+ "tooltip": "score = 39.79343618821549\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.37387 (+0.94843%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -107137,11 +107137,11 @@
19,
52
),
- "score": 39.79343618821549,
- "score-diff": "0.007188515810931051",
- "score-diff-perc": "+0.01807%",
- "tooltip": "score = 39.79343618821549\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00719 (+0.01807%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 39.786247672404556,
+ "score-diff": "-0.007188515810931051",
+ "score-diff-perc": "-0.01806%",
+ "tooltip": "score = 39.786247672404556\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00719 (-0.01806%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -109744,11 +109744,11 @@
19,
52
),
- "score": 20.20453911746735,
- "score-diff": "0.9164214799835051",
- "score-diff-perc": "+4.75122%",
- "tooltip": "score = 20.20453911746735\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.91642 (+4.75122%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 20.06210350211195,
+ "score-diff": "0.7739858646281057",
+ "score-diff-perc": "+4.01276%",
+ "tooltip": "score = 20.06210350211195\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.77399 (+4.01276%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -109770,11 +109770,11 @@
19,
52
),
- "score": 20.06210350211195,
- "score-diff": "-0.1424356153553994",
- "score-diff-perc": "-0.70497%",
- "tooltip": "score = 20.06210350211195\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.14244 (-0.70497%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 20.20453911746735,
+ "score-diff": "0.1424356153553994",
+ "score-diff-perc": "+0.70997%",
+ "tooltip": "score = 20.20453911746735\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.14244 (+0.70997%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -112377,11 +112377,11 @@
19,
52
),
- "score": 5.137840144574828,
- "score-diff": "0.23205375083574875",
- "score-diff-perc": "+4.73020%",
- "tooltip": "score = 5.137840144574828\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.23205 (+4.73020%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 4.918752715851829,
+ "score-diff": "0.012966322112749396",
+ "score-diff-perc": "+0.26431%",
+ "tooltip": "score = 4.918752715851829\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01297 (+0.26431%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -112403,11 +112403,11 @@
19,
52
),
- "score": 4.918752715851829,
- "score-diff": "-0.21908742872299936",
- "score-diff-perc": "-4.26419%",
- "tooltip": "score = 4.918752715851829\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.21909 (-4.26419%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 5.137840144574828,
+ "score-diff": "0.21908742872299936",
+ "score-diff-perc": "+4.45413%",
+ "tooltip": "score = 5.137840144574828\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.21909 (+4.45413%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -115010,11 +115010,11 @@
19,
52
),
- "score": 5.148249665984346,
- "score-diff": "-0.3622945078654327",
- "score-diff-perc": "-6.57457%",
- "tooltip": "score = 5.148249665984346\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.36229 (-6.57457%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 5.076708429485097,
+ "score-diff": "-0.4338357443646812",
+ "score-diff-perc": "-7.87283%",
+ "tooltip": "score = 5.076708429485097\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.43384 (-7.87283%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -115036,11 +115036,11 @@
19,
52
),
- "score": 5.076708429485097,
- "score-diff": "-0.07154123649924848",
- "score-diff-perc": "-1.38962%",
- "tooltip": "score = 5.076708429485097\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.07154 (-1.38962%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 5.148249665984346,
+ "score-diff": "0.07154123649924848",
+ "score-diff-perc": "+1.40921%",
+ "tooltip": "score = 5.148249665984346\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.07154 (+1.40921%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -117643,11 +117643,11 @@
19,
52
),
- "score": 3.6445031082332475,
- "score-diff": "-0.0960270850253786",
- "score-diff-perc": "-2.56721%",
- "tooltip": "score = 3.6445031082332475\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.09603 (-2.56721%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 3.625134153711764,
+ "score-diff": "-0.11539603954686228",
+ "score-diff-perc": "-3.08502%",
+ "tooltip": "score = 3.625134153711764\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.11540 (-3.08502%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -117669,11 +117669,11 @@
19,
52
),
- "score": 3.625134153711764,
- "score-diff": "-0.019368954521483683",
- "score-diff-perc": "-0.53146%",
- "tooltip": "score = 3.625134153711764\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01937 (-0.53146%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 3.6445031082332475,
+ "score-diff": "0.019368954521483683",
+ "score-diff-perc": "+0.53430%",
+ "tooltip": "score = 3.6445031082332475\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01937 (+0.53430%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -120276,11 +120276,11 @@
19,
52
),
- "score": 1.5589831607393312,
- "score-diff": "0.07252782551345116",
- "score-diff-perc": "+4.87925%",
- "tooltip": "score = 1.5589831607393312\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.07253 (+4.87925%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.514027108375235,
+ "score-diff": "0.027571773149354994",
+ "score-diff-perc": "+1.85487%",
+ "tooltip": "score = 1.514027108375235\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.02757 (+1.85487%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -120302,11 +120302,11 @@
19,
52
),
- "score": 1.514027108375235,
- "score-diff": "-0.044956052364096166",
- "score-diff-perc": "-2.88368%",
- "tooltip": "score = 1.514027108375235\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.04496 (-2.88368%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1.5589831607393312,
+ "score-diff": "0.044956052364096166",
+ "score-diff-perc": "+2.96930%",
+ "tooltip": "score = 1.5589831607393312\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.04496 (+2.96930%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -122909,11 +122909,11 @@
19,
52
),
- "score": 1.503535026231458,
- "score-diff": "0.07859656084106725",
- "score-diff-perc": "+5.51579%",
- "tooltip": "score = 1.503535026231458\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.07860 (+5.51579%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.3543445730611823,
+ "score-diff": "-0.07059389232920843",
+ "score-diff-perc": "-4.95417%",
+ "tooltip": "score = 1.3543445730611823\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.07059 (-4.95417%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -122935,11 +122935,11 @@
19,
52
),
- "score": 1.3543445730611823,
- "score-diff": "-0.14919045317027568",
- "score-diff-perc": "-9.92265%",
- "tooltip": "score = 1.3543445730611823\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.14919 (-9.92265%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1.503535026231458,
+ "score-diff": "0.14919045317027568",
+ "score-diff-perc": "+11.01569%",
+ "tooltip": "score = 1.503535026231458\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.14919 (+11.01569%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -125542,11 +125542,11 @@
19,
52
),
- "score": 40.92631573251282,
- "score-diff": "1.9396192182230365",
- "score-diff-perc": "+4.97508%",
- "tooltip": "score = 40.92631573251282\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.93962 (+4.97508%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 43.765758497750994,
+ "score-diff": "4.779061983461212",
+ "score-diff-perc": "+12.25819%",
+ "tooltip": "score = 43.765758497750994\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +4.77906 (+12.25819%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -125568,11 +125568,11 @@
19,
52
),
- "score": 43.765758497750994,
- "score-diff": "2.839442765238175",
- "score-diff-perc": "+6.93794%",
- "tooltip": "score = 43.765758497750994\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.83944 (+6.93794%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 40.92631573251282,
+ "score-diff": "-2.839442765238175",
+ "score-diff-perc": "-6.48782%",
+ "tooltip": "score = 40.92631573251282\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.83944 (-6.48782%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -128175,11 +128175,11 @@
19,
52
),
- "score": 22.876360119881248,
- "score-diff": "3.382998977748997",
- "score-diff-perc": "+17.35462%",
- "tooltip": "score = 22.876360119881248\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.38300 (+17.35462%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 22.21849206562846,
+ "score-diff": "2.7251309234962093",
+ "score-diff-perc": "+13.97979%",
+ "tooltip": "score = 22.21849206562846\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.72513 (+13.97979%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -128201,11 +128201,11 @@
19,
52
),
- "score": 22.21849206562846,
- "score-diff": "-0.6578680542527877",
- "score-diff-perc": "-2.87575%",
- "tooltip": "score = 22.21849206562846\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.65787 (-2.87575%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 22.876360119881248,
+ "score-diff": "0.6578680542527877",
+ "score-diff-perc": "+2.96090%",
+ "tooltip": "score = 22.876360119881248\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.65787 (+2.96090%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -129612,11 +129612,11 @@
19,
52
),
- "score": 0.021755298345957623,
- "score-diff": "0.0005540872535382164",
- "score-diff-perc": "+2.61347%",
- "tooltip": "score = 0.021755298345957623\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00055 (+2.61347%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.021004184264733695,
+ "score-diff": "-0.0001970268276857111",
+ "score-diff-perc": "-0.92932%",
+ "tooltip": "score = 0.021004184264733695\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00020 (-0.92932%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -129638,11 +129638,11 @@
19,
52
),
- "score": 0.021004184264733695,
- "score-diff": "-0.0007511140812239275",
- "score-diff-perc": "-3.45256%",
- "tooltip": "score = 0.021004184264733695\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00075 (-3.45256%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.021755298345957623,
+ "score-diff": "0.0007511140812239275",
+ "score-diff-perc": "+3.57602%",
+ "tooltip": "score = 0.021755298345957623\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00075 (+3.57602%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -131179,11 +131179,11 @@
21,
27
),
- "score": 20.039343233289504,
- "score-diff": "-5.963346128517092",
- "score-diff-perc": "-22.93357%",
- "tooltip": "score = 20.039343233289504\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.96335 (-22.93357%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 17.907038136309602,
+ "score-diff": "-8.095651225496994",
+ "score-diff-perc": "-31.13390%",
+ "tooltip": "score = 17.907038136309602\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -8.09565 (-31.13390%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -131205,11 +131205,11 @@
21,
27
),
- "score": 17.907038136309602,
- "score-diff": "-2.132305096979902",
- "score-diff-perc": "-10.64059%",
- "tooltip": "score = 17.907038136309602\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.13231 (-10.64059%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 20.84283464265212,
+ "score-diff": "2.9357965063425198",
+ "score-diff-perc": "+16.39465%",
+ "tooltip": "score = 20.84283464265212\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.93580 (+16.39465%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -131231,11 +131231,11 @@
21,
27
),
- "score": 20.84283464265212,
- "score-diff": "2.9357965063425198",
- "score-diff-perc": "+16.39465%",
- "tooltip": "score = 20.84283464265212\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.93580 (+16.39465%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 20.039343233289504,
+ "score-diff": "-0.8034914093626178",
+ "score-diff-perc": "-3.85500%",
+ "tooltip": "score = 20.039343233289504\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.80349 (-3.85500%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -131258,9 +131258,9 @@
32
),
"score": 26.577468442955887,
- "score-diff": "5.734633800303765",
- "score-diff-perc": "+27.51369%",
- "tooltip": "score = 26.577468442955887\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +5.73463 (+27.51369%)",
+ "score-diff": "6.538125209666383",
+ "score-diff-perc": "+32.62644%",
+ "tooltip": "score = 26.577468442955887\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +6.53813 (+32.62644%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -135703,11 +135703,11 @@
19,
52
),
- "score": 17.028422844933374,
- "score-diff": "0.29137655789288885",
- "score-diff-perc": "+1.74091%",
- "tooltip": "score = 17.028422844933374\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.29138 (+1.74091%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 17.148685232076758,
+ "score-diff": "0.4116389450362732",
+ "score-diff-perc": "+2.45945%",
+ "tooltip": "score = 17.148685232076758\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.41164 (+2.45945%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -135729,11 +135729,11 @@
19,
52
),
- "score": 17.148685232076758,
- "score-diff": "0.12026238714338433",
- "score-diff-perc": "+0.70625%",
- "tooltip": "score = 17.148685232076758\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.12026 (+0.70625%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 17.028422844933374,
+ "score-diff": "-0.12026238714338433",
+ "score-diff-perc": "-0.70129%",
+ "tooltip": "score = 17.028422844933374\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.12026 (-0.70129%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -137270,11 +137270,11 @@
21,
27
),
- "score": 0.01955591059937869,
- "score-diff": "-0.018103275950278615",
- "score-diff-perc": "-48.07134%",
- "tooltip": "score = 0.01955591059937869\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01810 (-48.07134%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.023872780316476994,
+ "score-diff": "-0.01378640623318031",
+ "score-diff-perc": "-36.60835%",
+ "tooltip": "score = 0.023872780316476994\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01379 (-36.60835%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -137296,11 +137296,11 @@
21,
27
),
- "score": 0.023872780316476994,
- "score-diff": "0.004316869717098305",
- "score-diff-perc": "+22.07450%",
- "tooltip": "score = 0.023872780316476994\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00432 (+22.07450%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.021681302775385554,
+ "score-diff": "-0.0021914775410914397",
+ "score-diff-perc": "-9.17982%",
+ "tooltip": "score = 0.021681302775385554\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00219 (-9.17982%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -137322,11 +137322,11 @@
21,
27
),
- "score": 0.021681302775385554,
- "score-diff": "-0.0021914775410914397",
- "score-diff-perc": "-9.17982%",
- "tooltip": "score = 0.021681302775385554\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00219 (-9.17982%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.01955591059937869,
+ "score-diff": "-0.0021253921760068656",
+ "score-diff-perc": "-9.80288%",
+ "tooltip": "score = 0.01955591059937869\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00213 (-9.80288%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -137349,9 +137349,9 @@
32
),
"score": 0.03504900129249292,
- "score-diff": "0.013367698517107368",
- "score-diff-perc": "+61.65542%",
- "tooltip": "score = 0.03504900129249292\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.01337 (+61.65542%)",
+ "score-diff": "0.015493090693114234",
+ "score-diff-perc": "+79.22459%",
+ "tooltip": "score = 0.03504900129249292\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.01549 (+79.22459%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -141794,11 +141794,11 @@
19,
52
),
- "score": 0.02075246784932827,
- "score-diff": "0.002211270374240952",
- "score-diff-perc": "+11.92625%",
- "tooltip": "score = 0.02075246784932827\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00221 (+11.92625%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.02297653241347122,
+ "score-diff": "0.004435334938383901",
+ "score-diff-perc": "+23.92151%",
+ "tooltip": "score = 0.02297653241347122\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00444 (+23.92151%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -141820,11 +141820,11 @@
19,
52
),
- "score": 0.02297653241347122,
- "score-diff": "0.002224064564142949",
- "score-diff-perc": "+10.71711%",
- "tooltip": "score = 0.02297653241347122\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00222 (+10.71711%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.02075246784932827,
+ "score-diff": "-0.002224064564142949",
+ "score-diff-perc": "-9.67972%",
+ "tooltip": "score = 0.02075246784932827\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00222 (-9.67972%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -143231,11 +143231,11 @@
19,
52
),
- "score": 1463.8111795,
- "score-diff": "-143.39225549999992",
- "score-diff-perc": "-8.92185%",
- "tooltip": "score = 1463.8111795\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -143.39226 (-8.92185%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1579.90010325,
+ "score-diff": "-27.30333174999987",
+ "score-diff-perc": "-1.69881%",
+ "tooltip": "score = 1579.90010325\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -27.30333 (-1.69881%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -143257,11 +143257,11 @@
19,
52
),
- "score": 1579.90010325,
- "score-diff": "116.08892375000005",
- "score-diff-perc": "+7.93059%",
- "tooltip": "score = 1579.90010325\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +116.08892 (+7.93059%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1463.8111795,
+ "score-diff": "-116.08892375000005",
+ "score-diff-perc": "-7.34786%",
+ "tooltip": "score = 1463.8111795\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -116.08892 (-7.34786%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -144668,11 +144668,11 @@
19,
52
),
- "score": 0.021788918048544506,
- "score-diff": "-6.2531311423377756e-06",
- "score-diff-perc": "-0.02869%",
- "tooltip": "score = 0.021788918048544506\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00001 (-0.02869%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.02076205805301553,
+ "score-diff": "-0.0010331131266713145",
+ "score-diff-perc": "-4.74010%",
+ "tooltip": "score = 0.02076205805301553\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00103 (-4.74010%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -144694,11 +144694,11 @@
19,
52
),
- "score": 0.02076205805301553,
- "score-diff": "-0.0010268599955289767",
- "score-diff-perc": "-4.71276%",
- "tooltip": "score = 0.02076205805301553\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00103 (-4.71276%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.021788918048544506,
+ "score-diff": "0.0010268599955289767",
+ "score-diff-perc": "+4.94585%",
+ "tooltip": "score = 0.021788918048544506\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00103 (+4.94585%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -146235,11 +146235,11 @@
21,
27
),
- "score": 68.36558788838383,
- "score-diff": "-8.680170471231563",
- "score-diff-perc": "-11.26625%",
- "tooltip": "score = 68.36558788838383\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -8.68017 (-11.26625%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 69.30301451770612,
+ "score-diff": "-7.742743841909274",
+ "score-diff-perc": "-10.04954%",
+ "tooltip": "score = 69.30301451770612\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -7.74274 (-10.04954%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -146261,11 +146261,11 @@
21,
27
),
- "score": 69.30301451770612,
- "score-diff": "0.9374266293222888",
- "score-diff-perc": "+1.37120%",
- "tooltip": "score = 69.30301451770612\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.93743 (+1.37120%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 55.67892805892256,
+ "score-diff": "-13.624086458783559",
+ "score-diff-perc": "-19.65872%",
+ "tooltip": "score = 55.67892805892256\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -13.62409 (-19.65872%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -146287,11 +146287,11 @@
21,
27
),
- "score": 55.67892805892256,
- "score-diff": "-13.624086458783559",
- "score-diff-perc": "-19.65872%",
- "tooltip": "score = 55.67892805892256\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -13.62409 (-19.65872%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 68.36558788838383,
+ "score-diff": "12.68665982946127",
+ "score-diff-perc": "+22.78539%",
+ "tooltip": "score = 68.36558788838383\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +12.68666 (+22.78539%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -146314,9 +146314,9 @@
32
),
"score": 71.4959307768847,
- "score-diff": "15.817002717962147",
- "score-diff-perc": "+28.40752%",
- "tooltip": "score = 71.4959307768847\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +15.81700 (+28.40752%)",
+ "score-diff": "3.130342888500877",
+ "score-diff-perc": "+4.57883%",
+ "tooltip": "score = 71.4959307768847\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +3.13034 (+4.57883%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -150759,11 +150759,11 @@
19,
52
),
- "score": 63.968670082880436,
- "score-diff": "-1.1718416372584528",
- "score-diff-perc": "-1.79894%",
- "tooltip": "score = 63.968670082880436\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.17184 (-1.79894%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 65.23852785383903,
+ "score-diff": "0.09801613370014195",
+ "score-diff-perc": "+0.15047%",
+ "tooltip": "score = 65.23852785383903\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.09802 (+0.15047%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -150785,11 +150785,11 @@
19,
52
),
- "score": 65.23852785383903,
- "score-diff": "1.2698577709585948",
- "score-diff-perc": "+1.98512%",
- "tooltip": "score = 65.23852785383903\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.26986 (+1.98512%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 63.968670082880436,
+ "score-diff": "-1.2698577709585948",
+ "score-diff-perc": "-1.94648%",
+ "tooltip": "score = 63.968670082880436\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.26986 (-1.94648%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -152326,11 +152326,11 @@
21,
27
),
- "score": 81.38478080021368,
- "score-diff": "-17.58780195785083",
- "score-diff-perc": "-17.77038%",
- "tooltip": "score = 81.38478080021368\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -17.58780 (-17.77038%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 78.02573756410257,
+ "score-diff": "-20.946845193961934",
+ "score-diff-perc": "-21.16429%",
+ "tooltip": "score = 78.02573756410257\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -20.94685 (-21.16429%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -152352,11 +152352,11 @@
21,
27
),
- "score": 78.02573756410257,
- "score-diff": "-3.3590432361111056",
- "score-diff-perc": "-4.12736%",
- "tooltip": "score = 78.02573756410257\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.35904 (-4.12736%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 77.78950095096154,
+ "score-diff": "-0.23623661314103117",
+ "score-diff-perc": "-0.30277%",
+ "tooltip": "score = 77.78950095096154\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.23624 (-0.30277%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -152378,11 +152378,11 @@
21,
27
),
- "score": 77.78950095096154,
- "score-diff": "-0.23623661314103117",
- "score-diff-perc": "-0.30277%",
- "tooltip": "score = 77.78950095096154\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.23624 (-0.30277%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 81.38478080021368,
+ "score-diff": "3.5952798492521367",
+ "score-diff-perc": "+4.62181%",
+ "tooltip": "score = 81.38478080021368\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.59528 (+4.62181%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -152405,9 +152405,9 @@
32
),
"score": 102.0522529705228,
- "score-diff": "24.262752019561262",
- "score-diff-perc": "+31.19027%",
- "tooltip": "score = 102.0522529705228\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +24.26275 (+31.19027%)",
+ "score-diff": "20.667472170309125",
+ "score-diff-perc": "+25.39476%",
+ "tooltip": "score = 102.0522529705228\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +20.66747 (+25.39476%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -156850,11 +156850,11 @@
19,
52
),
- "score": 87.26014033823529,
- "score-diff": "0.4665883145424772",
- "score-diff-perc": "+0.53758%",
- "tooltip": "score = 87.26014033823529\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.46659 (+0.53758%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 81.78028291081871,
+ "score-diff": "-5.013269112874099",
+ "score-diff-perc": "-5.77608%",
+ "tooltip": "score = 81.78028291081871\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -5.01327 (-5.77608%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -156876,11 +156876,11 @@
19,
52
),
- "score": 81.78028291081871,
- "score-diff": "-5.479857427416576",
- "score-diff-perc": "-6.27991%",
- "tooltip": "score = 81.78028291081871\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -5.47986 (-6.27991%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 87.26014033823529,
+ "score-diff": "5.479857427416576",
+ "score-diff-perc": "+6.70071%",
+ "tooltip": "score = 87.26014033823529\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +5.47986 (+6.70071%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -158417,11 +158417,11 @@
21,
27
),
- "score": 79.44838887955466,
- "score-diff": "20.72237176542221",
- "score-diff-perc": "+35.28653%",
- "tooltip": "score = 79.44838887955466\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +20.72237 (+35.28653%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 80.65421415398293,
+ "score-diff": "21.928197039850488",
+ "score-diff-perc": "+37.33983%",
+ "tooltip": "score = 80.65421415398293\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +21.92820 (+37.33983%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -158443,11 +158443,11 @@
21,
27
),
- "score": 80.65421415398293,
- "score-diff": "1.2058252744282782",
- "score-diff-perc": "+1.51775%",
- "tooltip": "score = 80.65421415398293\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.20583 (+1.51775%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 81.81320223318713,
+ "score-diff": "1.1589880792041924",
+ "score-diff-perc": "+1.43698%",
+ "tooltip": "score = 81.81320223318713\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.15899 (+1.43698%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -158469,11 +158469,11 @@
21,
27
),
- "score": 81.81320223318713,
- "score-diff": "1.1589880792041924",
- "score-diff-perc": "+1.43698%",
- "tooltip": "score = 81.81320223318713\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.15899 (+1.43698%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 79.44838887955466,
+ "score-diff": "-2.3648133536324707",
+ "score-diff-perc": "-2.89050%",
+ "tooltip": "score = 79.44838887955466\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.36481 (-2.89050%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -158496,9 +158496,9 @@
32
),
"score": 71.63970813898118,
- "score-diff": "-10.17349409420595",
- "score-diff-perc": "-12.43503%",
- "tooltip": "score = 71.63970813898118\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -10.17349 (-12.43503%)",
+ "score-diff": "-7.808680740573479",
+ "score-diff-perc": "-9.82862%",
+ "tooltip": "score = 71.63970813898118\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -7.80868 (-9.82862%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -162941,11 +162941,11 @@
19,
52
),
- "score": 66.32792985721039,
- "score-diff": "-1.5819815544669922",
- "score-diff-perc": "-2.32953%",
- "tooltip": "score = 66.32792985721039\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.58198 (-2.32953%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 58.87613971644042,
+ "score-diff": "-9.033771695236965",
+ "score-diff-perc": "-13.30258%",
+ "tooltip": "score = 58.87613971644042\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -9.03377 (-13.30258%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -162967,11 +162967,11 @@
19,
52
),
- "score": 58.87613971644042,
- "score-diff": "-7.4517901407699725",
- "score-diff-perc": "-11.23477%",
- "tooltip": "score = 58.87613971644042\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -7.45179 (-11.23477%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 66.32792985721039,
+ "score-diff": "7.4517901407699725",
+ "score-diff-perc": "+12.65672%",
+ "tooltip": "score = 66.32792985721039\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +7.45179 (+12.65672%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -164508,11 +164508,11 @@
21,
27
),
- "score": 94.60923036021507,
- "score-diff": "4.623349621355885",
- "score-diff-perc": "+5.13786%",
- "tooltip": "score = 94.60923036021507\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +4.62335 (+5.13786%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 93.46835303030304,
+ "score-diff": "3.4824722914438553",
+ "score-diff-perc": "+3.87002%",
+ "tooltip": "score = 93.46835303030304\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.48247 (+3.87002%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -164534,11 +164534,11 @@
21,
27
),
- "score": 93.46835303030304,
- "score-diff": "-1.1408773299120298",
- "score-diff-perc": "-1.20588%",
- "tooltip": "score = 93.46835303030304\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.14088 (-1.20588%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 81.87819551608187,
+ "score-diff": "-11.590157514221161",
+ "score-diff-perc": "-12.40009%",
+ "tooltip": "score = 81.87819551608187\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -11.59016 (-12.40009%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -164560,11 +164560,11 @@
21,
27
),
- "score": 81.87819551608187,
- "score-diff": "-11.590157514221161",
- "score-diff-perc": "-12.40009%",
- "tooltip": "score = 81.87819551608187\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -11.59016 (-12.40009%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 94.60923036021507,
+ "score-diff": "12.731034844133191",
+ "score-diff-perc": "+15.54875%",
+ "tooltip": "score = 94.60923036021507\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +12.73103 (+15.54875%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -164587,9 +164587,9 @@
32
),
"score": 94.08271114962122,
- "score-diff": "12.204515633539344",
- "score-diff-perc": "+14.90570%",
- "tooltip": "score = 94.08271114962122\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +12.20452 (+14.90570%)",
+ "score-diff": "-0.5265192105938468",
+ "score-diff-perc": "-0.55652%",
+ "tooltip": "score = 94.08271114962122\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.52652 (-0.55652%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -169032,11 +169032,11 @@
19,
52
),
- "score": 80.95793061699858,
- "score-diff": "1.7303701750282698",
- "score-diff-perc": "+2.18405%",
- "tooltip": "score = 80.95793061699858\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.73037 (+2.18405%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 79.59551018364519,
+ "score-diff": "0.3679497416748774",
+ "score-diff-perc": "+0.46442%",
+ "tooltip": "score = 79.59551018364519\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.36795 (+0.46442%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -169058,11 +169058,11 @@
19,
52
),
- "score": 79.59551018364519,
- "score-diff": "-1.3624204333533925",
- "score-diff-perc": "-1.68287%",
- "tooltip": "score = 79.59551018364519\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.36242 (-1.68287%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 80.95793061699858,
+ "score-diff": "1.3624204333533925",
+ "score-diff-perc": "+1.71168%",
+ "tooltip": "score = 80.95793061699858\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.36242 (+1.71168%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -170599,11 +170599,11 @@
21,
27
),
- "score": 69.29545524547804,
- "score-diff": "-9.28672569728512",
- "score-diff-perc": "-11.81785%",
- "tooltip": "score = 69.29545524547804\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -9.28673 (-11.81785%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 65.99140589299242,
+ "score-diff": "-12.590775049770741",
+ "score-diff-perc": "-16.02243%",
+ "tooltip": "score = 65.99140589299242\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -12.59078 (-16.02243%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -170625,11 +170625,11 @@
21,
27
),
- "score": 65.99140589299242,
- "score-diff": "-3.3040493524856203",
- "score-diff-perc": "-4.76806%",
- "tooltip": "score = 65.99140589299242\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.30405 (-4.76806%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 68.74961046868687,
+ "score-diff": "2.7582045756944495",
+ "score-diff-perc": "+4.17964%",
+ "tooltip": "score = 68.74961046868687\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.75820 (+4.17964%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -170651,11 +170651,11 @@
21,
27
),
- "score": 68.74961046868687,
- "score-diff": "2.7582045756944495",
- "score-diff-perc": "+4.17964%",
- "tooltip": "score = 68.74961046868687\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.75820 (+4.17964%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 69.29545524547804,
+ "score-diff": "0.5458447767911707",
+ "score-diff-perc": "+0.79396%",
+ "tooltip": "score = 69.29545524547804\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.54584 (+0.79396%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -170678,9 +170678,9 @@
32
),
"score": 78.160716152834,
- "score-diff": "9.411105684147131",
- "score-diff-perc": "+13.68896%",
- "tooltip": "score = 78.160716152834\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +9.41111 (+13.68896%)",
+ "score-diff": "8.86526090735596",
+ "score-diff-perc": "+12.79342%",
+ "tooltip": "score = 78.160716152834\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +8.86526 (+12.79342%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -175123,11 +175123,11 @@
19,
52
),
- "score": 65.5989908035461,
- "score-diff": "-1.229780113039979",
- "score-diff-perc": "-1.84020%",
- "tooltip": "score = 65.5989908035461\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.22978 (-1.84020%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 65.23695603307124,
+ "score-diff": "-1.591814883514843",
+ "score-diff-perc": "-2.38193%",
+ "tooltip": "score = 65.23695603307124\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.59181 (-2.38193%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -175149,11 +175149,11 @@
19,
52
),
- "score": 65.23695603307124,
- "score-diff": "-0.3620347704748639",
- "score-diff-perc": "-0.55189%",
- "tooltip": "score = 65.23695603307124\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.36203 (-0.55189%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 65.5989908035461,
+ "score-diff": "0.3620347704748639",
+ "score-diff-perc": "+0.55495%",
+ "tooltip": "score = 65.5989908035461\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.36203 (+0.55495%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -176690,11 +176690,11 @@
21,
27
),
- "score": 79.72048413929315,
- "score-diff": "-20.620500283825137",
- "score-diff-perc": "-20.55043%",
- "tooltip": "score = 79.72048413929315\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -20.62050 (-20.55043%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 66.63566836908213,
+ "score-diff": "-33.70531605403616",
+ "score-diff-perc": "-33.59078%",
+ "tooltip": "score = 66.63566836908213\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -33.70532 (-33.59078%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -176716,11 +176716,11 @@
21,
27
),
- "score": 66.63566836908213,
- "score-diff": "-13.084815770211023",
- "score-diff-perc": "-16.41337%",
- "tooltip": "score = 66.63566836908213\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -13.08482 (-16.41337%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 80.22057645322245,
+ "score-diff": "13.584908084140324",
+ "score-diff-perc": "+20.38684%",
+ "tooltip": "score = 80.22057645322245\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +13.58491 (+20.38684%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -176742,11 +176742,11 @@
21,
27
),
- "score": 80.22057645322245,
- "score-diff": "13.584908084140324",
- "score-diff-perc": "+20.38684%",
- "tooltip": "score = 80.22057645322245\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +13.58491 (+20.38684%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 79.72048413929315,
+ "score-diff": "-0.5000923139293008",
+ "score-diff-perc": "-0.62340%",
+ "tooltip": "score = 79.72048413929315\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.50009 (-0.62340%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -176769,9 +176769,9 @@
32
),
"score": 93.87620501609848,
- "score-diff": "13.655628562876032",
- "score-diff-perc": "+17.02260%",
- "tooltip": "score = 93.87620501609848\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +13.65563 (+17.02260%)",
+ "score-diff": "14.155720876805333",
+ "score-diff-perc": "+17.75669%",
+ "tooltip": "score = 93.87620501609848\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +14.15572 (+17.75669%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -181214,11 +181214,11 @@
19,
52
),
- "score": 81.58573012353801,
- "score-diff": "-7.827527009362413",
- "score-diff-perc": "-8.75432%",
- "tooltip": "score = 81.58573012353801\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -7.82753 (-8.75432%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 81.49615761273115,
+ "score-diff": "-7.917099520169273",
+ "score-diff-perc": "-8.85450%",
+ "tooltip": "score = 81.49615761273115\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -7.91710 (-8.85450%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -181240,11 +181240,11 @@
19,
52
),
- "score": 81.49615761273115,
- "score-diff": "-0.08957251080686035",
- "score-diff-perc": "-0.10979%",
- "tooltip": "score = 81.49615761273115\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.08957 (-0.10979%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 81.58573012353801,
+ "score-diff": "0.08957251080686035",
+ "score-diff-perc": "+0.10991%",
+ "tooltip": "score = 81.58573012353801\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.08957 (+0.10991%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -182651,11 +182651,11 @@
19,
52
),
- "score": 0.0231726183513307,
- "score-diff": "0.0024419766523105443",
- "score-diff-perc": "+11.77955%",
- "tooltip": "score = 0.0231726183513307\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00244 (+11.77955%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.023492685504161077,
+ "score-diff": "0.0027620438051409214",
+ "score-diff-perc": "+13.32348%",
+ "tooltip": "score = 0.023492685504161077\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00276 (+13.32348%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -182677,11 +182677,11 @@
19,
52
),
- "score": 0.023492685504161077,
- "score-diff": "0.0003200671528303771",
- "score-diff-perc": "+1.38123%",
- "tooltip": "score = 0.023492685504161077\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00032 (+1.38123%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.0231726183513307,
+ "score-diff": "-0.0003200671528303771",
+ "score-diff-perc": "-1.36241%",
+ "tooltip": "score = 0.0231726183513307\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00032 (-1.36241%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -184218,11 +184218,11 @@
21,
27
),
- "score": 20.155762421224217,
- "score-diff": "-5.0741731699753885",
- "score-diff-perc": "-20.11172%",
- "tooltip": "score = 20.155762421224217\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.07417 (-20.11172%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 19.472943131481482,
+ "score-diff": "-5.7569924597181235",
+ "score-diff-perc": "-22.81810%",
+ "tooltip": "score = 19.472943131481482\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.75699 (-22.81810%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -184244,11 +184244,11 @@
21,
27
),
- "score": 19.472943131481482,
- "score-diff": "-0.682819289742735",
- "score-diff-perc": "-3.38771%",
- "tooltip": "score = 19.472943131481482\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.68282 (-3.38771%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 92.90772876242096,
+ "score-diff": "73.43478563093947",
+ "score-diff-perc": "+377.11190%",
+ "tooltip": "score = 92.90772876242096\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +73.43479 (+377.11190%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -184270,11 +184270,11 @@
21,
27
),
- "score": 92.90772876242096,
- "score-diff": "73.43478563093947",
- "score-diff-perc": "+377.11190%",
- "tooltip": "score = 92.90772876242096\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +73.43479 (+377.11190%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 20.155762421224217,
+ "score-diff": "-72.75196634119675",
+ "score-diff-perc": "-78.30561%",
+ "tooltip": "score = 20.155762421224217\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -72.75197 (-78.30561%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -184297,9 +184297,9 @@
32
),
"score": 25.995362237068967,
- "score-diff": "-66.91236652535198",
- "score-diff-perc": "-72.02024%",
- "tooltip": "score = 25.995362237068967\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -66.91237 (-72.02024%)",
+ "score-diff": "5.83959981584475",
+ "score-diff-perc": "+28.97236%",
+ "tooltip": "score = 25.995362237068967\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +5.83960 (+28.97236%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -188742,11 +188742,11 @@
19,
52
),
- "score": 16.87136149659148,
- "score-diff": "-0.0867526438896995",
- "score-diff-perc": "-0.51157%",
- "tooltip": "score = 16.87136149659148\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.08675 (-0.51157%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 16.862193875612054,
+ "score-diff": "-0.0959202648691253",
+ "score-diff-perc": "-0.56563%",
+ "tooltip": "score = 16.862193875612054\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.09592 (-0.56563%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -188768,11 +188768,11 @@
19,
52
),
- "score": 16.862193875612054,
- "score-diff": "-0.009167620979425806",
- "score-diff-perc": "-0.05434%",
- "tooltip": "score = 16.862193875612054\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00917 (-0.05434%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 16.87136149659148,
+ "score-diff": "0.009167620979425806",
+ "score-diff-perc": "+0.05437%",
+ "tooltip": "score = 16.87136149659148\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00917 (+0.05437%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -190309,11 +190309,11 @@
21,
27
),
- "score": 0.02209293628919266,
- "score-diff": "-0.01670106173975591",
- "score-diff-perc": "-43.05063%",
- "tooltip": "score = 0.02209293628919266\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01670 (-43.05063%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.022081287558456373,
+ "score-diff": "-0.016712710470492196",
+ "score-diff-perc": "-43.08066%",
+ "tooltip": "score = 0.022081287558456373\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01671 (-43.08066%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -190335,11 +190335,11 @@
21,
27
),
- "score": 0.022081287558456373,
- "score-diff": "-1.1648730736286972e-05",
- "score-diff-perc": "-0.05273%",
- "tooltip": "score = 0.022081287558456373\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00001 (-0.05273%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.01969373824796757,
+ "score-diff": "-0.002387549310488804",
+ "score-diff-perc": "-10.81255%",
+ "tooltip": "score = 0.01969373824796757\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00239 (-10.81255%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -190361,11 +190361,11 @@
21,
27
),
- "score": 0.01969373824796757,
- "score-diff": "-0.002387549310488804",
- "score-diff-perc": "-10.81255%",
- "tooltip": "score = 0.01969373824796757\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00239 (-10.81255%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.02209293628919266,
+ "score-diff": "0.002399198041225091",
+ "score-diff-perc": "+12.18254%",
+ "tooltip": "score = 0.02209293628919266\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00240 (+12.18254%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -190388,9 +190388,9 @@
32
),
"score": 0.04200203391604973,
- "score-diff": "0.02230829566808216",
- "score-diff-perc": "+113.27608%",
- "tooltip": "score = 0.04200203391604973\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.02231 (+113.27608%)",
+ "score-diff": "0.01990909762685707",
+ "score-diff-perc": "+90.11522%",
+ "tooltip": "score = 0.04200203391604973\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.01991 (+90.11522%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -194833,11 +194833,11 @@
19,
52
),
- "score": 0.020436883949989687,
- "score-diff": "-0.0019858045738306435",
- "score-diff-perc": "-8.85623%",
- "tooltip": "score = 0.020436883949989687\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00199 (-8.85623%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.022417815182301952,
+ "score-diff": "-4.873341518378538e-06",
+ "score-diff-perc": "-0.02173%",
+ "tooltip": "score = 0.022417815182301952\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00000 (-0.02173%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -194859,11 +194859,11 @@
19,
52
),
- "score": 0.022417815182301952,
- "score-diff": "0.001980931232312265",
- "score-diff-perc": "+9.69292%",
- "tooltip": "score = 0.022417815182301952\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00198 (+9.69292%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.020436883949989687,
+ "score-diff": "-0.001980931232312265",
+ "score-diff-perc": "-8.83642%",
+ "tooltip": "score = 0.020436883949989687\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00198 (-8.83642%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -196270,11 +196270,11 @@
19,
52
),
- "score": 1560.7747050833334,
- "score-diff": "-27.6279751666666",
- "score-diff-perc": "-1.73936%",
- "tooltip": "score = 1560.7747050833334\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -27.62798 (-1.73936%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1591.3833529166668,
+ "score-diff": "2.9806726666668055",
+ "score-diff-perc": "+0.18765%",
+ "tooltip": "score = 1591.3833529166668\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.98067 (+0.18765%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -196296,11 +196296,11 @@
19,
52
),
- "score": 1591.3833529166668,
- "score-diff": "30.608647833333407",
- "score-diff-perc": "+1.96112%",
- "tooltip": "score = 1591.3833529166668\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +30.60865 (+1.96112%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1560.7747050833334,
+ "score-diff": "-30.608647833333407",
+ "score-diff-perc": "-1.92340%",
+ "tooltip": "score = 1560.7747050833334\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -30.60865 (-1.92340%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -197707,11 +197707,11 @@
19,
52
),
- "score": 0.024297122774704374,
- "score-diff": "0.002425413049367914",
- "score-diff-perc": "+11.08927%",
- "tooltip": "score = 0.024297122774704374\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00243 (+11.08927%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.02295392776448494,
+ "score-diff": "0.001082218039148479",
+ "score-diff-perc": "+4.94803%",
+ "tooltip": "score = 0.02295392776448494\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00108 (+4.94803%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -197733,11 +197733,11 @@
19,
52
),
- "score": 0.02295392776448494,
- "score-diff": "-0.0013431950102194348",
- "score-diff-perc": "-5.52821%",
- "tooltip": "score = 0.02295392776448494\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00134 (-5.52821%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.024297122774704374,
+ "score-diff": "0.0013431950102194348",
+ "score-diff-perc": "+5.85170%",
+ "tooltip": "score = 0.024297122774704374\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00134 (+5.85170%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -199274,11 +199274,11 @@
21,
27
),
- "score": 0.02410116321019428,
- "score-diff": "-0.025721827034525725",
- "score-diff-perc": "-51.62642%",
- "tooltip": "score = 0.02410116321019428\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.02572 (-51.62642%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.025955395025962835,
+ "score-diff": "-0.02386759521875717",
+ "score-diff-perc": "-47.90478%",
+ "tooltip": "score = 0.025955395025962835\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.02387 (-47.90478%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -199300,11 +199300,11 @@
21,
27
),
- "score": 0.025955395025962835,
- "score-diff": "0.0018542318157685547",
- "score-diff-perc": "+7.69354%",
- "tooltip": "score = 0.025955395025962835\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00185 (+7.69354%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.026282841497360154,
+ "score-diff": "0.0003274464713973191",
+ "score-diff-perc": "+1.26157%",
+ "tooltip": "score = 0.026282841497360154\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00033 (+1.26157%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -199326,11 +199326,11 @@
21,
27
),
- "score": 0.026282841497360154,
- "score-diff": "0.0003274464713973191",
- "score-diff-perc": "+1.26157%",
- "tooltip": "score = 0.026282841497360154\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00033 (+1.26157%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.02410116321019428,
+ "score-diff": "-0.002181678287165874",
+ "score-diff-perc": "-8.30077%",
+ "tooltip": "score = 0.02410116321019428\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00218 (-8.30077%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -199353,9 +199353,9 @@
32
),
"score": 0.05092050789676689,
- "score-diff": "0.024637666399406732",
- "score-diff-perc": "+93.74050%",
- "tooltip": "score = 0.05092050789676689\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.02464 (+93.74050%)",
+ "score-diff": "0.026819344686572606",
+ "score-diff-perc": "+111.27822%",
+ "tooltip": "score = 0.05092050789676689\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.02682 (+111.27822%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -203798,11 +203798,11 @@
19,
52
),
- "score": 0.029778859577878784,
- "score-diff": "0.0005558779519330009",
- "score-diff-perc": "+1.90219%",
- "tooltip": "score = 0.029778859577878784\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00056 (+1.90219%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.02832002301748216,
+ "score-diff": "-0.0009029586084636221",
+ "score-diff-perc": "-3.08989%",
+ "tooltip": "score = 0.02832002301748216\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00090 (-3.08989%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -203824,11 +203824,11 @@
19,
52
),
- "score": 0.02832002301748216,
- "score-diff": "-0.001458836560396623",
- "score-diff-perc": "-4.89890%",
- "tooltip": "score = 0.02832002301748216\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00146 (-4.89890%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.029778859577878784,
+ "score-diff": "0.001458836560396623",
+ "score-diff-perc": "+5.15125%",
+ "tooltip": "score = 0.029778859577878784\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00146 (+5.15125%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -205365,11 +205365,11 @@
21,
27
),
- "score": 0.026720669731876298,
- "score-diff": "-0.02242529786537885",
- "score-diff-perc": "-45.62999%",
- "tooltip": "score = 0.026720669731876298\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.02243 (-45.62999%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.021230035134144818,
+ "score-diff": "-0.02791593246311033",
+ "score-diff-perc": "-56.80208%",
+ "tooltip": "score = 0.021230035134144818\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.02792 (-56.80208%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -205391,11 +205391,11 @@
21,
27
),
- "score": 0.021230035134144818,
- "score-diff": "-0.00549063459773148",
- "score-diff-perc": "-20.54827%",
- "tooltip": "score = 0.021230035134144818\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00549 (-20.54827%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.02691962362022406,
+ "score-diff": "0.005689588486079242",
+ "score-diff-perc": "+26.79971%",
+ "tooltip": "score = 0.02691962362022406\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00569 (+26.79971%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -205417,11 +205417,11 @@
21,
27
),
- "score": 0.02691962362022406,
- "score-diff": "0.005689588486079242",
- "score-diff-perc": "+26.79971%",
- "tooltip": "score = 0.02691962362022406\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00569 (+26.79971%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.026720669731876298,
+ "score-diff": "-0.00019895388834776165",
+ "score-diff-perc": "-0.73907%",
+ "tooltip": "score = 0.026720669731876298\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00020 (-0.73907%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -205444,9 +205444,9 @@
32
),
"score": 0.05015784166591197,
- "score-diff": "0.023238218045687913",
- "score-diff-perc": "+86.32445%",
- "tooltip": "score = 0.05015784166591197\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.02324 (+86.32445%)",
+ "score-diff": "0.023437171934035675",
+ "score-diff-perc": "+87.71177%",
+ "tooltip": "score = 0.05015784166591197\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.02344 (+87.71177%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -209889,11 +209889,11 @@
19,
52
),
- "score": 0.025681834289698398,
- "score-diff": "-0.0021338181237610526",
- "score-diff-perc": "-7.67129%",
- "tooltip": "score = 0.025681834289698398\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00213 (-7.67129%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.029854436411928118,
+ "score-diff": "0.0020387839984686677",
+ "score-diff-perc": "+7.32963%",
+ "tooltip": "score = 0.029854436411928118\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00204 (+7.32963%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -209915,11 +209915,11 @@
19,
52
),
- "score": 0.029854436411928118,
- "score-diff": "0.00417260212222972",
- "score-diff-perc": "+16.24729%",
- "tooltip": "score = 0.029854436411928118\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00417 (+16.24729%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.025681834289698398,
+ "score-diff": "-0.00417260212222972",
+ "score-diff-perc": "-13.97649%",
+ "tooltip": "score = 0.025681834289698398\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00417 (-13.97649%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -211430,11 +211430,11 @@
21,
27
),
- "score": 0.024302961294998003,
- "score-diff": "-0.023412836074134566",
- "score-diff-perc": "-49.06726%",
- "tooltip": "score = 0.024302961294998003\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.02341 (-49.06726%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.0263913305446509,
+ "score-diff": "-0.02132446682448167",
+ "score-diff-perc": "-44.69058%",
+ "tooltip": "score = 0.0263913305446509\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.02132 (-44.69058%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -211456,11 +211456,11 @@
21,
27
),
- "score": 0.0263913305446509,
- "score-diff": "0.0020883692496528952",
- "score-diff-perc": "+8.59306%",
- "tooltip": "score = 0.0263913305446509\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00209 (+8.59306%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.023927509590668517,
+ "score-diff": "-0.002463820953982381",
+ "score-diff-perc": "-9.33572%",
+ "tooltip": "score = 0.023927509590668517\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00246 (-9.33572%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -211482,11 +211482,11 @@
21,
27
),
- "score": 0.023927509590668517,
- "score-diff": "-0.002463820953982381",
- "score-diff-perc": "-9.33572%",
- "tooltip": "score = 0.023927509590668517\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00246 (-9.33572%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.024302961294998003,
+ "score-diff": "0.00037545170432948596",
+ "score-diff-perc": "+1.56912%",
+ "tooltip": "score = 0.024302961294998003\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00038 (+1.56912%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -211509,9 +211509,9 @@
32
),
"score": 0.05127405069570183,
- "score-diff": "0.027346541105033314",
- "score-diff-perc": "+114.28912%",
- "tooltip": "score = 0.05127405069570183\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.02735 (+114.28912%)",
+ "score-diff": "0.026971089400703828",
+ "score-diff-perc": "+110.97861%",
+ "tooltip": "score = 0.05127405069570183\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.02697 (+110.97861%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -215954,11 +215954,11 @@
19,
52
),
- "score": 0.03362681194798136,
- "score-diff": "0.0038862352622274776",
- "score-diff-perc": "+13.06711%",
- "tooltip": "score = 0.03362681194798136\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00389 (+13.06711%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.029722413551428625,
+ "score-diff": "-1.8163134325257374e-05",
+ "score-diff-perc": "-0.06107%",
+ "tooltip": "score = 0.029722413551428625\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00002 (-0.06107%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -215980,11 +215980,11 @@
19,
52
),
- "score": 0.029722413551428625,
- "score-diff": "-0.003904398396552735",
- "score-diff-perc": "-11.61097%",
- "tooltip": "score = 0.029722413551428625\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00390 (-11.61097%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.03362681194798136,
+ "score-diff": "0.003904398396552735",
+ "score-diff-perc": "+13.13621%",
+ "tooltip": "score = 0.03362681194798136\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00390 (+13.13621%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -217521,11 +217521,11 @@
21,
27
),
- "score": 0.02760390728847082,
- "score-diff": "-0.022415942787069425",
- "score-diff-perc": "-44.81409%",
- "tooltip": "score = 0.02760390728847082\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.02242 (-44.81409%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.027578082169065647,
+ "score-diff": "-0.022441767906474598",
+ "score-diff-perc": "-44.86572%",
+ "tooltip": "score = 0.027578082169065647\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.02244 (-44.86572%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -217547,11 +217547,11 @@
21,
27
),
- "score": 0.027578082169065647,
- "score-diff": "-2.5825119405173402e-05",
- "score-diff-perc": "-0.09356%",
- "tooltip": "score = 0.027578082169065647\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00003 (-0.09356%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.026747783968890642,
+ "score-diff": "-0.0008302982001750052",
+ "score-diff-perc": "-3.01072%",
+ "tooltip": "score = 0.026747783968890642\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00083 (-3.01072%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -217573,11 +217573,11 @@
21,
27
),
- "score": 0.026747783968890642,
- "score-diff": "-0.0008302982001750052",
- "score-diff-perc": "-3.01072%",
- "tooltip": "score = 0.026747783968890642\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00083 (-3.01072%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.02760390728847082,
+ "score-diff": "0.0008561233195801786",
+ "score-diff-perc": "+3.20073%",
+ "tooltip": "score = 0.02760390728847082\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00086 (+3.20073%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -217600,9 +217600,9 @@
32
),
"score": 0.053050414815366,
- "score-diff": "0.02630263084647536",
- "score-diff-perc": "+98.33574%",
- "tooltip": "score = 0.053050414815366\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.02630 (+98.33574%)",
+ "score-diff": "0.02544650752689518",
+ "score-diff-perc": "+92.18444%",
+ "tooltip": "score = 0.053050414815366\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.02545 (+92.18444%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -222045,11 +222045,11 @@
19,
52
),
- "score": 0.030306902989265097,
- "score-diff": "-0.0004558043589727098",
- "score-diff-perc": "-1.48168%",
- "tooltip": "score = 0.030306902989265097\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00046 (-1.48168%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.028686237256158396,
+ "score-diff": "-0.0020764700920794105",
+ "score-diff-perc": "-6.74996%",
+ "tooltip": "score = 0.028686237256158396\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00208 (-6.74996%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -222071,11 +222071,11 @@
19,
52
),
- "score": 0.028686237256158396,
- "score-diff": "-0.0016206657331067006",
- "score-diff-perc": "-5.34751%",
- "tooltip": "score = 0.028686237256158396\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00162 (-5.34751%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.030306902989265097,
+ "score-diff": "0.0016206657331067006",
+ "score-diff-perc": "+5.64963%",
+ "tooltip": "score = 0.030306902989265097\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00162 (+5.64963%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -223612,11 +223612,11 @@
21,
27
),
- "score": 103.46514100287357,
- "score-diff": "5.1948711643319",
- "score-diff-perc": "+5.28631%",
- "tooltip": "score = 103.46514100287357\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +5.19487 (+5.28631%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 90.93767329634582,
+ "score-diff": "-7.332596542195844",
+ "score-diff-perc": "-7.46166%",
+ "tooltip": "score = 90.93767329634582\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -7.33260 (-7.46166%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -223638,11 +223638,11 @@
21,
27
),
- "score": 90.93767329634582,
- "score-diff": "-12.527467706527744",
- "score-diff-perc": "-12.10791%",
- "tooltip": "score = 90.93767329634582\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -12.52747 (-12.10791%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 100.2900709016129,
+ "score-diff": "9.352397605267086",
+ "score-diff-perc": "+10.28440%",
+ "tooltip": "score = 100.2900709016129\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +9.35240 (+10.28440%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -223664,11 +223664,11 @@
21,
27
),
- "score": 100.2900709016129,
- "score-diff": "9.352397605267086",
- "score-diff-perc": "+10.28440%",
- "tooltip": "score = 100.2900709016129\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +9.35240 (+10.28440%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 103.46514100287357,
+ "score-diff": "3.1750701012606584",
+ "score-diff-perc": "+3.16589%",
+ "tooltip": "score = 103.46514100287357\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.17507 (+3.16589%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -223691,9 +223691,9 @@
32
),
"score": 97.62990027268145,
- "score-diff": "-2.6601706289314535",
- "score-diff-perc": "-2.65248%",
- "tooltip": "score = 97.62990027268145\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -2.66017 (-2.65248%)",
+ "score-diff": "-5.835240730192112",
+ "score-diff-perc": "-5.63981%",
+ "tooltip": "score = 97.62990027268145\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -5.83524 (-5.63981%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -228136,11 +228136,11 @@
19,
52
),
- "score": 76.93648705448717,
- "score-diff": "-13.24857194328466",
- "score-diff-perc": "-14.69043%",
- "tooltip": "score = 76.93648705448717\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -13.24857 (-14.69043%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 77.15153515131578,
+ "score-diff": "-13.033523846456049",
+ "score-diff-perc": "-14.45198%",
+ "tooltip": "score = 77.15153515131578\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -13.03352 (-14.45198%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -228162,11 +228162,11 @@
19,
52
),
- "score": 77.15153515131578,
- "score-diff": "0.21504809682861037",
- "score-diff-perc": "+0.27951%",
- "tooltip": "score = 77.15153515131578\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.21505 (+0.27951%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 76.93648705448717,
+ "score-diff": "-0.21504809682861037",
+ "score-diff-perc": "-0.27873%",
+ "tooltip": "score = 76.93648705448717\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.21505 (-0.27873%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -229703,11 +229703,11 @@
21,
27
),
- "score": 113.91361273214287,
- "score-diff": "5.559981714285726",
- "score-diff-perc": "+5.13133%",
- "tooltip": "score = 113.91361273214287\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +5.55998 (+5.13133%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 116.66525918074075,
+ "score-diff": "8.311628162883608",
+ "score-diff-perc": "+7.67083%",
+ "tooltip": "score = 116.66525918074075\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +8.31163 (+7.67083%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -229729,11 +229729,11 @@
21,
27
),
- "score": 116.66525918074075,
- "score-diff": "2.7516464485978815",
- "score-diff-perc": "+2.41556%",
- "tooltip": "score = 116.66525918074075\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.75165 (+2.41556%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 114.89748455357143,
+ "score-diff": "-1.7677746271693167",
+ "score-diff-perc": "-1.51525%",
+ "tooltip": "score = 114.89748455357143\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.76777 (-1.51525%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -229755,11 +229755,11 @@
21,
27
),
- "score": 114.89748455357143,
- "score-diff": "-1.7677746271693167",
- "score-diff-perc": "-1.51525%",
- "tooltip": "score = 114.89748455357143\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.76777 (-1.51525%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 113.91361273214287,
+ "score-diff": "-0.9838718214285649",
+ "score-diff-perc": "-0.85630%",
+ "tooltip": "score = 113.91361273214287\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.98387 (-0.85630%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -229782,9 +229782,9 @@
32
),
"score": 105.45960512142857,
- "score-diff": "-9.437879432142864",
- "score-diff-perc": "-8.21417%",
- "tooltip": "score = 105.45960512142857\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -9.43788 (-8.21417%)",
+ "score-diff": "-8.4540076107143",
+ "score-diff-perc": "-7.42142%",
+ "tooltip": "score = 105.45960512142857\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -8.45401 (-7.42142%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -234227,11 +234227,11 @@
19,
52
),
- "score": 96.25453855645162,
- "score-diff": "-0.16986068901209705",
- "score-diff-perc": "-0.17616%",
- "tooltip": "score = 96.25453855645162\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.16986 (-0.17616%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 97.34370754385081,
+ "score-diff": "0.9193082983870937",
+ "score-diff-perc": "+0.95340%",
+ "tooltip": "score = 97.34370754385081\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.91931 (+0.95340%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -234253,11 +234253,11 @@
19,
52
),
- "score": 97.34370754385081,
- "score-diff": "1.0891689873991908",
- "score-diff-perc": "+1.13155%",
- "tooltip": "score = 97.34370754385081\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.08917 (+1.13155%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 96.25453855645162,
+ "score-diff": "-1.0891689873991908",
+ "score-diff-perc": "-1.11889%",
+ "tooltip": "score = 96.25453855645162\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.08917 (-1.11889%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -235794,11 +235794,11 @@
21,
27
),
- "score": 67.53491395555557,
- "score-diff": "-9.208365083546994",
- "score-diff-perc": "-11.99892%",
- "tooltip": "score = 67.53491395555557\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -9.20837 (-11.99892%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 54.61176402418831,
+ "score-diff": "-22.13151501491425",
+ "score-diff-perc": "-28.83838%",
+ "tooltip": "score = 54.61176402418831\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -22.13152 (-28.83838%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -235820,11 +235820,11 @@
21,
27
),
- "score": 54.61176402418831,
- "score-diff": "-12.923149931367256",
- "score-diff-perc": "-19.13551%",
- "tooltip": "score = 54.61176402418831\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -12.92315 (-19.13551%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 67.48762575555556,
+ "score-diff": "12.875861731367245",
+ "score-diff-perc": "+23.57708%",
+ "tooltip": "score = 67.48762575555556\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +12.87586 (+23.57708%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -235846,11 +235846,11 @@
21,
27
),
- "score": 67.48762575555556,
- "score-diff": "12.875861731367245",
- "score-diff-perc": "+23.57708%",
- "tooltip": "score = 67.48762575555556\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +12.87586 (+23.57708%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 67.53491395555557,
+ "score-diff": "0.047288200000011216",
+ "score-diff-perc": "+0.07007%",
+ "tooltip": "score = 67.53491395555557\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04729 (+0.07007%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -235873,9 +235873,9 @@
32
),
"score": 77.03985817724359,
- "score-diff": "9.552232421688032",
- "score-diff-perc": "+14.15405%",
- "tooltip": "score = 77.03985817724359\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +9.55223 (+14.15405%)",
+ "score-diff": "9.504944221688021",
+ "score-diff-perc": "+14.07412%",
+ "tooltip": "score = 77.03985817724359\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +9.50494 (+14.07412%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -240318,11 +240318,11 @@
19,
52
),
- "score": 65.14688951902174,
- "score-diff": "-1.306533240447962",
- "score-diff-perc": "-1.96609%",
- "tooltip": "score = 65.14688951902174\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.30653 (-1.96609%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 64.70927456929348,
+ "score-diff": "-1.7441481901762188",
+ "score-diff-perc": "-2.62462%",
+ "tooltip": "score = 64.70927456929348\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.74415 (-2.62462%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -240344,11 +240344,11 @@
19,
52
),
- "score": 64.70927456929348,
- "score-diff": "-0.4376149497282569",
- "score-diff-perc": "-0.67174%",
- "tooltip": "score = 64.70927456929348\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.43761 (-0.67174%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 65.14688951902174,
+ "score-diff": "0.4376149497282569",
+ "score-diff-perc": "+0.67628%",
+ "tooltip": "score = 65.14688951902174\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.43761 (+0.67628%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -241885,11 +241885,11 @@
21,
27
),
- "score": 0.02338583960872307,
- "score-diff": "-0.028312122830350887",
- "score-diff-perc": "-54.76448%",
- "tooltip": "score = 0.02338583960872307\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.02831 (-54.76448%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.02669079018703608,
+ "score-diff": "-0.025007172252037878",
+ "score-diff-perc": "-48.37168%",
+ "tooltip": "score = 0.02669079018703608\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.02501 (-48.37168%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -241911,11 +241911,11 @@
21,
27
),
- "score": 0.02669079018703608,
- "score-diff": "0.0033049505783130095",
- "score-diff-perc": "+14.13227%",
- "tooltip": "score = 0.02669079018703608\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00330 (+14.13227%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.025559763970397643,
+ "score-diff": "-0.0011310262166384366",
+ "score-diff-perc": "-4.23751%",
+ "tooltip": "score = 0.025559763970397643\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00113 (-4.23751%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -241937,11 +241937,11 @@
21,
27
),
- "score": 0.025559763970397643,
- "score-diff": "-0.0011310262166384366",
- "score-diff-perc": "-4.23751%",
- "tooltip": "score = 0.025559763970397643\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00113 (-4.23751%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.02338583960872307,
+ "score-diff": "-0.002173924361674573",
+ "score-diff-perc": "-8.50526%",
+ "tooltip": "score = 0.02338583960872307\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00217 (-8.50526%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -241964,9 +241964,9 @@
32
),
"score": 0.052271517143457694,
- "score-diff": "0.02671175317306005",
- "score-diff-perc": "+104.50704%",
- "tooltip": "score = 0.052271517143457694\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.02671 (+104.50704%)",
+ "score-diff": "0.028885677534734623",
+ "score-diff-perc": "+123.51781%",
+ "tooltip": "score = 0.052271517143457694\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.02889 (+123.51781%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -246409,11 +246409,11 @@
19,
52
),
- "score": 0.03019162907361387,
- "score-diff": "0.002019994397891918",
- "score-diff-perc": "+7.17031%",
- "tooltip": "score = 0.03019162907361387\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00202 (+7.17031%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.030165773558574478,
+ "score-diff": "0.0019941388828525267",
+ "score-diff-perc": "+7.07853%",
+ "tooltip": "score = 0.030165773558574478\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00199 (+7.07853%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -246435,11 +246435,11 @@
19,
52
),
- "score": 0.030165773558574478,
- "score-diff": "-2.585551503939132e-05",
- "score-diff-perc": "-0.08564%",
- "tooltip": "score = 0.030165773558574478\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00003 (-0.08564%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.03019162907361387,
+ "score-diff": "2.585551503939132e-05",
+ "score-diff-perc": "+0.08571%",
+ "tooltip": "score = 0.03019162907361387\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00003 (+0.08571%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -247846,11 +247846,11 @@
19,
52
),
- "score": 0.031062617544108603,
- "score-diff": "0.001134232854854051",
- "score-diff-perc": "+3.78982%",
- "tooltip": "score = 0.031062617544108603\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00113 (+3.78982%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.0311263542273805,
+ "score-diff": "0.0011979695381259467",
+ "score-diff-perc": "+4.00279%",
+ "tooltip": "score = 0.0311263542273805\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00120 (+4.00279%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -247872,11 +247872,11 @@
19,
52
),
- "score": 0.0311263542273805,
- "score-diff": "6.373668327189566e-05",
- "score-diff-perc": "+0.20519%",
- "tooltip": "score = 0.0311263542273805\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00006 (+0.20519%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.031062617544108603,
+ "score-diff": "-6.373668327189566e-05",
+ "score-diff-perc": "-0.20477%",
+ "tooltip": "score = 0.031062617544108603\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00006 (-0.20477%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -249283,11 +249283,11 @@
19,
52
),
- "score": 0.012836495763636133,
- "score-diff": "0.0013878738623935502",
- "score-diff-perc": "+12.12263%",
- "tooltip": "score = 0.012836495763636133\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00139 (+12.12263%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.01452617286809561,
+ "score-diff": "0.0030775509668530265",
+ "score-diff-perc": "+26.88141%",
+ "tooltip": "score = 0.01452617286809561\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00308 (+26.88141%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -249309,11 +249309,11 @@
19,
52
),
- "score": 0.01452617286809561,
- "score-diff": "0.0016896771044594763",
- "score-diff-perc": "+13.16307%",
- "tooltip": "score = 0.01452617286809561\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00169 (+13.16307%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.012836495763636133,
+ "score-diff": "-0.0016896771044594763",
+ "score-diff-perc": "-11.63195%",
+ "tooltip": "score = 0.012836495763636133\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00169 (-11.63195%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -250850,11 +250850,11 @@
21,
27
),
- "score": 25.083772923618636,
- "score-diff": "6.753184685111933",
- "score-diff-perc": "+36.84107%",
- "tooltip": "score = 25.083772923618636\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +6.75318 (+36.84107%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 28.623956435085354,
+ "score-diff": "10.293368196578651",
+ "score-diff-perc": "+56.15405%",
+ "tooltip": "score = 28.623956435085354\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +10.29337 (+56.15405%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -250876,11 +250876,11 @@
21,
27
),
- "score": 28.623956435085354,
- "score-diff": "3.5401835114667186",
- "score-diff-perc": "+14.11344%",
- "tooltip": "score = 28.623956435085354\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.54018 (+14.11344%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 28.68742416190476,
+ "score-diff": "0.06346772681940749",
+ "score-diff-perc": "+0.22173%",
+ "tooltip": "score = 28.68742416190476\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.06347 (+0.22173%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -250902,11 +250902,11 @@
21,
27
),
- "score": 28.68742416190476,
- "score-diff": "0.06346772681940749",
- "score-diff-perc": "+0.22173%",
- "tooltip": "score = 28.68742416190476\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.06347 (+0.22173%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 25.083772923618636,
+ "score-diff": "-3.603651238286126",
+ "score-diff-perc": "-12.56178%",
+ "tooltip": "score = 25.083772923618636\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.60365 (-12.56178%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -250929,9 +250929,9 @@
32
),
"score": 26.265174698578342,
- "score-diff": "-2.4222494633264198",
- "score-diff-perc": "-8.44359%",
- "tooltip": "score = 26.265174698578342\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -2.42225 (-8.44359%)",
+ "score-diff": "1.1814017749597063",
+ "score-diff-perc": "+4.70982%",
+ "tooltip": "score = 26.265174698578342\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.18140 (+4.70982%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -255374,11 +255374,11 @@
19,
52
),
- "score": 16.777521129990067,
- "score-diff": "0.05556495633071634",
- "score-diff-perc": "+0.33229%",
- "tooltip": "score = 16.777521129990067\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.05556 (+0.33229%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 17.15172226605832,
+ "score-diff": "0.429766092398971",
+ "score-diff-perc": "+2.57007%",
+ "tooltip": "score = 17.15172226605832\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.42977 (+2.57007%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -255400,11 +255400,11 @@
19,
52
),
- "score": 17.15172226605832,
- "score-diff": "0.37420113606825467",
- "score-diff-perc": "+2.23037%",
- "tooltip": "score = 17.15172226605832\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.37420 (+2.23037%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 16.777521129990067,
+ "score-diff": "-0.37420113606825467",
+ "score-diff-perc": "-2.18171%",
+ "tooltip": "score = 16.777521129990067\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.37420 (-2.18171%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -256941,11 +256941,11 @@
21,
27
),
- "score": 0.01222527417401673,
- "score-diff": "-0.010255177591124414",
- "score-diff-perc": "-45.61820%",
- "tooltip": "score = 0.01222527417401673\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01026 (-45.61820%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.010771931768603242,
+ "score-diff": "-0.011708519996537901",
+ "score-diff-perc": "-52.08312%",
+ "tooltip": "score = 0.010771931768603242\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01171 (-52.08312%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -256967,11 +256967,11 @@
21,
27
),
- "score": 0.010771931768603242,
- "score-diff": "-0.0014533424054134873",
- "score-diff-perc": "-11.88801%",
- "tooltip": "score = 0.010771931768603242\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00145 (-11.88801%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.010912268499492419,
+ "score-diff": "0.0001403367308891769",
+ "score-diff-perc": "+1.30280%",
+ "tooltip": "score = 0.010912268499492419\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00014 (+1.30280%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -256993,11 +256993,11 @@
21,
27
),
- "score": 0.010912268499492419,
- "score-diff": "0.0001403367308891769",
- "score-diff-perc": "+1.30280%",
- "tooltip": "score = 0.010912268499492419\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00014 (+1.30280%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.01222527417401673,
+ "score-diff": "0.0013130056745243104",
+ "score-diff-perc": "+12.03238%",
+ "tooltip": "score = 0.01222527417401673\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00131 (+12.03238%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -257020,9 +257020,9 @@
32
),
"score": 0.02099373247646226,
- "score-diff": "0.01008146397696984",
- "score-diff-perc": "+92.38651%",
- "tooltip": "score = 0.02099373247646226\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.01008 (+92.38651%)",
+ "score-diff": "0.00876845830244553",
+ "score-diff-perc": "+71.72402%",
+ "tooltip": "score = 0.02099373247646226\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00877 (+71.72402%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -261465,11 +261465,11 @@
19,
52
),
- "score": 0.012689862107920034,
- "score-diff": "0.003740554206372421",
- "score-diff-perc": "+41.79713%",
- "tooltip": "score = 0.012689862107920034\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00374 (+41.79713%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.011961055571919586,
+ "score-diff": "0.0030117476703719736",
+ "score-diff-perc": "+33.65341%",
+ "tooltip": "score = 0.011961055571919586\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00301 (+33.65341%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -261491,11 +261491,11 @@
19,
52
),
- "score": 0.011961055571919586,
- "score-diff": "-0.0007288065360004474",
- "score-diff-perc": "-5.74322%",
- "tooltip": "score = 0.011961055571919586\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00073 (-5.74322%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.012689862107920034,
+ "score-diff": "0.0007288065360004474",
+ "score-diff-perc": "+6.09316%",
+ "tooltip": "score = 0.012689862107920034\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00073 (+6.09316%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -262902,11 +262902,11 @@
19,
52
),
- "score": 1668.85339,
- "score-diff": "80.48086200000012",
- "score-diff-perc": "+5.06688%",
- "tooltip": "score = 1668.85339\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +80.48086 (+5.06688%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1663.6413135,
+ "score-diff": "75.26878550000015",
+ "score-diff-perc": "+4.73874%",
+ "tooltip": "score = 1663.6413135\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +75.26879 (+4.73874%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -262928,11 +262928,11 @@
19,
52
),
- "score": 1663.6413135,
- "score-diff": "-5.2120764999999665",
- "score-diff-perc": "-0.31231%",
- "tooltip": "score = 1663.6413135\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -5.21208 (-0.31231%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1668.85339,
+ "score-diff": "5.2120764999999665",
+ "score-diff-perc": "+0.31329%",
+ "tooltip": "score = 1668.85339\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +5.21208 (+0.31329%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -264339,11 +264339,11 @@
19,
52
),
- "score": 0.013584684698620966,
- "score-diff": "-0.000955655517603262",
- "score-diff-perc": "-6.57244%",
- "tooltip": "score = 0.013584684698620966\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00096 (-6.57244%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.01602850349466192,
+ "score-diff": "0.0014881632784376903",
+ "score-diff-perc": "+10.23472%",
+ "tooltip": "score = 0.01602850349466192\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00149 (+10.23472%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -264365,11 +264365,11 @@
19,
52
),
- "score": 0.01602850349466192,
- "score-diff": "0.0024438187960409523",
- "score-diff-perc": "+17.98951%",
- "tooltip": "score = 0.01602850349466192\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00244 (+17.98951%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.013584684698620966,
+ "score-diff": "-0.0024438187960409523",
+ "score-diff-perc": "-15.24671%",
+ "tooltip": "score = 0.013584684698620966\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00244 (-15.24671%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -265906,11 +265906,11 @@
21,
27
),
- "score": 79.30509841666667,
- "score-diff": "-28.29976760119048",
- "score-diff-perc": "-26.29971%",
- "tooltip": "score = 79.30509841666667\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -28.29977 (-26.29971%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 78.52984846153846,
+ "score-diff": "-29.075017556318684",
+ "score-diff-perc": "-27.02017%",
+ "tooltip": "score = 78.52984846153846\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -29.07502 (-27.02017%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -265932,11 +265932,11 @@
21,
27
),
- "score": 78.52984846153846,
- "score-diff": "-0.7752499551282028",
- "score-diff-perc": "-0.97755%",
- "tooltip": "score = 78.52984846153846\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.77525 (-0.97755%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 80.53734908321479,
+ "score-diff": "2.0075006216763285",
+ "score-diff-perc": "+2.55635%",
+ "tooltip": "score = 80.53734908321479\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.00750 (+2.55635%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -265958,11 +265958,11 @@
21,
27
),
- "score": 80.53734908321479,
- "score-diff": "2.0075006216763285",
- "score-diff-perc": "+2.55635%",
- "tooltip": "score = 80.53734908321479\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.00750 (+2.55635%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 79.30509841666667,
+ "score-diff": "-1.2322506665481257",
+ "score-diff-perc": "-1.53004%",
+ "tooltip": "score = 79.30509841666667\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.23225 (-1.53004%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -265985,9 +265985,9 @@
32
),
"score": 104.60132655172413,
- "score-diff": "24.063977468509336",
- "score-diff-perc": "+29.87928%",
- "tooltip": "score = 104.60132655172413\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +24.06398 (+29.87928%)",
+ "score-diff": "25.29622813505746",
+ "score-diff-perc": "+31.89735%",
+ "tooltip": "score = 104.60132655172413\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +25.29623 (+31.89735%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -270430,11 +270430,11 @@
19,
52
),
- "score": 149.50569838941178,
- "score-diff": "8.34404207362229",
- "score-diff-perc": "+5.91098%",
- "tooltip": "score = 149.50569838941178\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +8.34404 (+5.91098%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 148.1990423125,
+ "score-diff": "7.037385996710526",
+ "score-diff-perc": "+4.98534%",
+ "tooltip": "score = 148.1990423125\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +7.03739 (+4.98534%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -270456,11 +270456,11 @@
19,
52
),
- "score": 148.1990423125,
- "score-diff": "-1.3066560769117643",
- "score-diff-perc": "-0.87398%",
- "tooltip": "score = 148.1990423125\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.30666 (-0.87398%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 149.50569838941178,
+ "score-diff": "1.3066560769117643",
+ "score-diff-perc": "+0.88169%",
+ "tooltip": "score = 149.50569838941178\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.30666 (+0.88169%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -271997,11 +271997,11 @@
21,
27
),
- "score": 45.57426289038462,
- "score-diff": "-7.952865578519322",
- "score-diff-perc": "-14.85764%",
- "tooltip": "score = 45.57426289038462\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -7.95287 (-14.85764%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 46.83933024290866,
+ "score-diff": "-6.68779822599528",
+ "score-diff-perc": "-12.49422%",
+ "tooltip": "score = 46.83933024290866\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -6.68780 (-12.49422%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -272023,11 +272023,11 @@
21,
27
),
- "score": 46.83933024290866,
- "score-diff": "1.2650673525240421",
- "score-diff-perc": "+2.77584%",
- "tooltip": "score = 46.83933024290866\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.26507 (+2.77584%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 45.438431916214384,
+ "score-diff": "-1.400898326694275",
+ "score-diff-perc": "-2.99086%",
+ "tooltip": "score = 45.438431916214384\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.40090 (-2.99086%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -272049,11 +272049,11 @@
21,
27
),
- "score": 45.438431916214384,
- "score-diff": "-1.400898326694275",
- "score-diff-perc": "-2.99086%",
- "tooltip": "score = 45.438431916214384\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.40090 (-2.99086%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 45.57426289038462,
+ "score-diff": "0.13583097417023282",
+ "score-diff-perc": "+0.29893%",
+ "tooltip": "score = 45.57426289038462\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.13583 (+0.29893%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -272076,9 +272076,9 @@
32
),
"score": 50.5319123019774,
- "score-diff": "5.093480385763016",
- "score-diff-perc": "+11.20963%",
- "tooltip": "score = 50.5319123019774\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +5.09348 (+11.20963%)",
+ "score-diff": "4.957649411592783",
+ "score-diff-perc": "+10.87818%",
+ "tooltip": "score = 50.5319123019774\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +4.95765 (+10.87818%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -276521,11 +276521,11 @@
19,
52
),
- "score": 50.50026590080578,
- "score-diff": "-3.5717062511737865",
- "score-diff-perc": "-6.60547%",
- "tooltip": "score = 50.50026590080578\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.57171 (-6.60547%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 53.321337692042604,
+ "score-diff": "-0.7506344599369612",
+ "score-diff-perc": "-1.38821%",
+ "tooltip": "score = 53.321337692042604\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.75063 (-1.38821%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -276547,11 +276547,11 @@
19,
52
),
- "score": 53.321337692042604,
- "score-diff": "2.8210717912368253",
- "score-diff-perc": "+5.58625%",
- "tooltip": "score = 53.321337692042604\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.82107 (+5.58625%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 50.50026590080578,
+ "score-diff": "-2.8210717912368253",
+ "score-diff-perc": "-5.29070%",
+ "tooltip": "score = 50.50026590080578\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.82107 (-5.29070%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -278088,11 +278088,11 @@
21,
27
),
- "score": 84.44432219444445,
- "score-diff": "-28.27582047222222",
- "score-diff-perc": "-25.08498%",
- "tooltip": "score = 84.44432219444445\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -28.27582 (-25.08498%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 89.64806735294118,
+ "score-diff": "-23.07207531372549",
+ "score-diff-perc": "-20.46846%",
+ "tooltip": "score = 89.64806735294118\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -23.07208 (-20.46846%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -278114,11 +278114,11 @@
21,
27
),
- "score": 89.64806735294118,
- "score-diff": "5.20374515849673",
- "score-diff-perc": "+6.16234%",
- "tooltip": "score = 89.64806735294118\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +5.20375 (+6.16234%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 81.20852705725463,
+ "score-diff": "-8.439540295686555",
+ "score-diff-perc": "-9.41408%",
+ "tooltip": "score = 81.20852705725463\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -8.43954 (-9.41408%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -278140,11 +278140,11 @@
21,
27
),
- "score": 81.20852705725463,
- "score-diff": "-8.439540295686555",
- "score-diff-perc": "-9.41408%",
- "tooltip": "score = 81.20852705725463\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -8.43954 (-9.41408%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 84.44432219444445,
+ "score-diff": "3.2357951371898253",
+ "score-diff-perc": "+3.98455%",
+ "tooltip": "score = 84.44432219444445\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.23580 (+3.98455%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -278167,9 +278167,9 @@
32
),
"score": 106.67638892364533,
- "score-diff": "25.467861866390706",
- "score-diff-perc": "+31.36107%",
- "tooltip": "score = 106.67638892364533\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +25.46786 (+31.36107%)",
+ "score-diff": "22.23206672920088",
+ "score-diff-perc": "+26.32749%",
+ "tooltip": "score = 106.67638892364533\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +22.23207 (+26.32749%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -282612,11 +282612,11 @@
19,
52
),
- "score": 151.50579566421567,
- "score-diff": "0.5587142842156823",
- "score-diff-perc": "+0.37014%",
- "tooltip": "score = 151.50579566421567\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.55871 (+0.37014%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 150.44820937443438,
+ "score-diff": "-0.49887200556560174",
+ "score-diff-perc": "-0.33049%",
+ "tooltip": "score = 150.44820937443438\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.49887 (-0.33049%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -282638,11 +282638,11 @@
19,
52
),
- "score": 150.44820937443438,
- "score-diff": "-1.057586289781284",
- "score-diff-perc": "-0.69805%",
- "tooltip": "score = 150.44820937443438\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.05759 (-0.69805%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 151.50579566421567,
+ "score-diff": "1.057586289781284",
+ "score-diff-perc": "+0.70296%",
+ "tooltip": "score = 151.50579566421567\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.05759 (+0.70296%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -284179,11 +284179,11 @@
21,
27
),
- "score": 48.74291685483871,
- "score-diff": "-6.206460219566054",
- "score-diff-perc": "-11.29487%",
- "tooltip": "score = 48.74291685483871\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -6.20646 (-11.29487%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 48.5394298952893,
+ "score-diff": "-6.409947179115463",
+ "score-diff-perc": "-11.66519%",
+ "tooltip": "score = 48.5394298952893\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -6.40995 (-11.66519%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -284205,11 +284205,11 @@
21,
27
),
- "score": 48.5394298952893,
- "score-diff": "-0.20348695954940865",
- "score-diff-perc": "-0.41747%",
- "tooltip": "score = 48.5394298952893\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.20349 (-0.41747%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 49.327156662900194,
+ "score-diff": "0.7877267676108914",
+ "score-diff-perc": "+1.62286%",
+ "tooltip": "score = 49.327156662900194\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.78773 (+1.62286%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -284231,11 +284231,11 @@
21,
27
),
- "score": 49.327156662900194,
- "score-diff": "0.7877267676108914",
- "score-diff-perc": "+1.62286%",
- "tooltip": "score = 49.327156662900194\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.78773 (+1.62286%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 48.74291685483871,
+ "score-diff": "-0.5842398080614828",
+ "score-diff-perc": "-1.18442%",
+ "tooltip": "score = 48.74291685483871\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.58424 (-1.18442%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -284258,9 +284258,9 @@
32
),
"score": 54.343615336038965,
- "score-diff": "5.0164586731387715",
- "score-diff-perc": "+10.16977%",
- "tooltip": "score = 54.343615336038965\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +5.01646 (+10.16977%)",
+ "score-diff": "5.600698481200254",
+ "score-diff-perc": "+11.49028%",
+ "tooltip": "score = 54.343615336038965\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +5.60070 (+11.49028%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -288703,11 +288703,11 @@
19,
52
),
- "score": 51.359870546448086,
- "score-diff": "-4.134108756750571",
- "score-diff-perc": "-7.44965%",
- "tooltip": "score = 51.359870546448086\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -4.13411 (-7.44965%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 54.70625571345029,
+ "score-diff": "-0.7877235897483672",
+ "score-diff-perc": "-1.41948%",
+ "tooltip": "score = 54.70625571345029\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.78772 (-1.41948%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -288729,11 +288729,11 @@
19,
52
),
- "score": 54.70625571345029,
- "score-diff": "3.346385167002204",
- "score-diff-perc": "+6.51556%",
- "tooltip": "score = 54.70625571345029\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.34639 (+6.51556%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 51.359870546448086,
+ "score-diff": "-3.346385167002204",
+ "score-diff-perc": "-6.11701%",
+ "tooltip": "score = 51.359870546448086\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.34639 (-6.11701%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -290270,11 +290270,11 @@
21,
27
),
- "score": 46.50410906344697,
- "score-diff": "-10.034946903883572",
- "score-diff-perc": "-17.74870%",
- "tooltip": "score = 46.50410906344697\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -10.03495 (-17.74870%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 46.62613058461538,
+ "score-diff": "-9.912925382715159",
+ "score-diff-perc": "-17.53288%",
+ "tooltip": "score = 46.62613058461538\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -9.91293 (-17.53288%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -290296,11 +290296,11 @@
21,
27
),
- "score": 46.62613058461538,
- "score-diff": "0.12202152116841347",
- "score-diff-perc": "+0.26239%",
- "tooltip": "score = 46.62613058461538\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.12202 (+0.26239%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 47.105075243589745,
+ "score-diff": "0.47894465897436334",
+ "score-diff-perc": "+1.02720%",
+ "tooltip": "score = 47.105075243589745\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.47894 (+1.02720%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -290322,11 +290322,11 @@
21,
27
),
- "score": 47.105075243589745,
- "score-diff": "0.47894465897436334",
- "score-diff-perc": "+1.02720%",
- "tooltip": "score = 47.105075243589745\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.47894 (+1.02720%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 46.50410906344697,
+ "score-diff": "-0.6009661801427768",
+ "score-diff-perc": "-1.27580%",
+ "tooltip": "score = 46.50410906344697\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.60097 (-1.27580%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -290349,9 +290349,9 @@
32
),
"score": 61.30573205,
- "score-diff": "14.200656806410258",
- "score-diff-perc": "+30.14677%",
- "tooltip": "score = 61.30573205\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +14.20066 (+30.14677%)",
+ "score-diff": "14.801622986553035",
+ "score-diff-perc": "+31.82863%",
+ "tooltip": "score = 61.30573205\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +14.80162 (+31.82863%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -294794,11 +294794,11 @@
19,
52
),
- "score": 57.62594456531205,
- "score-diff": "-3.1663915991537337",
- "score-diff-perc": "-5.20854%",
- "tooltip": "score = 57.62594456531205\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.16639 (-5.20854%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 61.21868553979591,
+ "score-diff": "0.4263493753301333",
+ "score-diff-perc": "+0.70132%",
+ "tooltip": "score = 61.21868553979591\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.42635 (+0.70132%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -294820,11 +294820,11 @@
19,
52
),
- "score": 61.21868553979591,
- "score-diff": "3.592740974483867",
- "score-diff-perc": "+6.23459%",
- "tooltip": "score = 61.21868553979591\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.59274 (+6.23459%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 57.62594456531205,
+ "score-diff": "-3.592740974483867",
+ "score-diff-perc": "-5.86870%",
+ "tooltip": "score = 57.62594456531205\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.59274 (-5.86870%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -296361,11 +296361,11 @@
21,
27
),
- "score": 47.26185022051283,
- "score-diff": "-5.080430862597495",
- "score-diff-perc": "-9.70617%",
- "tooltip": "score = 47.26185022051283\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.08043 (-9.70617%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 47.049721289062504,
+ "score-diff": "-5.292559794047818",
+ "score-diff-perc": "-10.11144%",
+ "tooltip": "score = 47.049721289062504\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.29256 (-10.11144%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -296387,11 +296387,11 @@
21,
27
),
- "score": 47.049721289062504,
- "score-diff": "-0.21212893145032297",
- "score-diff-perc": "-0.44884%",
- "tooltip": "score = 47.049721289062504\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.21213 (-0.44884%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 47.40430809002976,
+ "score-diff": "0.3545868009672546",
+ "score-diff-perc": "+0.75364%",
+ "tooltip": "score = 47.40430809002976\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.35459 (+0.75364%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -296413,11 +296413,11 @@
21,
27
),
- "score": 47.40430809002976,
- "score-diff": "0.3545868009672546",
- "score-diff-perc": "+0.75364%",
- "tooltip": "score = 47.40430809002976\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.35459 (+0.75364%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 47.26185022051283,
+ "score-diff": "-0.14245786951693162",
+ "score-diff-perc": "-0.30052%",
+ "tooltip": "score = 47.26185022051283\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.14246 (-0.30052%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -296440,9 +296440,9 @@
32
),
"score": 51.16308521539548,
- "score-diff": "3.758777125365725",
- "score-diff-perc": "+7.92919%",
- "tooltip": "score = 51.16308521539548\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +3.75878 (+7.92919%)",
+ "score-diff": "3.901234994882657",
+ "score-diff-perc": "+8.25451%",
+ "tooltip": "score = 51.16308521539548\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +3.90123 (+8.25451%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -300885,11 +300885,11 @@
19,
52
),
- "score": 54.49533963912337,
- "score-diff": "1.1827455751735272",
- "score-diff-perc": "+2.21851%",
- "tooltip": "score = 54.49533963912337\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.18275 (+2.21851%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 55.317018672949736,
+ "score-diff": "2.0044246089998907",
+ "score-diff-perc": "+3.75976%",
+ "tooltip": "score = 55.317018672949736\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.00442 (+3.75976%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -300911,11 +300911,11 @@
19,
52
),
- "score": 55.317018672949736,
- "score-diff": "0.8216790338263635",
- "score-diff-perc": "+1.50780%",
- "tooltip": "score = 55.317018672949736\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.82168 (+1.50780%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 54.49533963912337,
+ "score-diff": "-0.8216790338263635",
+ "score-diff-perc": "-1.48540%",
+ "tooltip": "score = 54.49533963912337\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.82168 (-1.48540%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -301958,11 +301958,11 @@
19,
52
),
- "score": 10833.588402500001,
- "score-diff": "-35.23233049999908",
- "score-diff-perc": "-0.32416%",
- "tooltip": "score = 10833.588402500001\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -35.23233 (-0.32416%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 10605.2613735,
+ "score-diff": "-263.55935950000094",
+ "score-diff-perc": "-2.42491%",
+ "tooltip": "score = 10605.2613735\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -263.55936 (-2.42491%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -301984,11 +301984,11 @@
19,
52
),
- "score": 10605.2613735,
- "score-diff": "-228.32702900000186",
- "score-diff-perc": "-2.10758%",
- "tooltip": "score = 10605.2613735\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -228.32703 (-2.10758%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 10833.588402500001,
+ "score-diff": "228.32702900000186",
+ "score-diff-perc": "+2.15296%",
+ "tooltip": "score = 10833.588402500001\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +228.32703 (+2.15296%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -303525,11 +303525,11 @@
21,
27
),
- "score": 30.25765742,
- "score-diff": "-61.185803610303026",
- "score-diff-perc": "-66.91108%",
- "tooltip": "score = 30.25765742\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -61.18580 (-66.91108%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 26.59253314159292,
+ "score-diff": "-64.8509278887101",
+ "score-diff-perc": "-70.91915%",
+ "tooltip": "score = 26.59253314159292\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -64.85093 (-70.91915%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -303551,11 +303551,11 @@
21,
27
),
- "score": 26.59253314159292,
- "score-diff": "-3.665124278407081",
- "score-diff-perc": "-12.11305%",
- "tooltip": "score = 26.59253314159292\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.66512 (-12.11305%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 29.498002786407767,
+ "score-diff": "2.905469644814847",
+ "score-diff-perc": "+10.92589%",
+ "tooltip": "score = 29.498002786407767\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.90547 (+10.92589%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -303577,11 +303577,11 @@
21,
27
),
- "score": 29.498002786407767,
- "score-diff": "2.905469644814847",
- "score-diff-perc": "+10.92589%",
- "tooltip": "score = 29.498002786407767\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.90547 (+10.92589%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 30.25765742,
+ "score-diff": "0.7596546335922341",
+ "score-diff-perc": "+2.57527%",
+ "tooltip": "score = 30.25765742\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.75965 (+2.57527%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -303604,9 +303604,9 @@
32
),
"score": 121.67590104,
- "score-diff": "92.17789825359223",
- "score-diff-perc": "+312.48861%",
- "tooltip": "score = 121.67590104\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +92.17790 (+312.48861%)",
+ "score-diff": "91.41824362",
+ "score-diff-perc": "+302.13259%",
+ "tooltip": "score = 121.67590104\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +91.41824 (+302.13259%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -308049,11 +308049,11 @@
19,
52
),
- "score": 121.06499128,
- "score-diff": "23.165695925161288",
- "score-diff-perc": "+23.66278%",
- "tooltip": "score = 121.06499128\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +23.16570 (+23.66278%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 100.56186796666667,
+ "score-diff": "2.6625726118279545",
+ "score-diff-perc": "+2.71971%",
+ "tooltip": "score = 100.56186796666667\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.66257 (+2.71971%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -308075,11 +308075,11 @@
19,
52
),
- "score": 100.56186796666667,
- "score-diff": "-20.503123313333333",
- "score-diff-perc": "-16.93563%",
- "tooltip": "score = 100.56186796666667\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -20.50312 (-16.93563%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 121.06499128,
+ "score-diff": "20.503123313333333",
+ "score-diff-perc": "+20.38857%",
+ "tooltip": "score = 121.06499128\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +20.50312 (+20.38857%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -309616,11 +309616,11 @@
21,
27
),
- "score": 2.3125289375722544,
- "score-diff": "-1.3755661858163277",
- "score-diff-perc": "-37.29747%",
- "tooltip": "score = 2.3125289375722544\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.37557 (-37.29747%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 3.673244670909091,
+ "score-diff": "-0.014850452479491238",
+ "score-diff-perc": "-0.40266%",
+ "tooltip": "score = 3.673244670909091\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01485 (-0.40266%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -309642,11 +309642,11 @@
21,
27
),
- "score": 3.673244670909091,
- "score-diff": "1.3607157333368365",
- "score-diff-perc": "+58.84103%",
- "tooltip": "score = 3.673244670909091\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.36072 (+58.84103%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 3.6533836882882884,
+ "score-diff": "-0.019860982620802492",
+ "score-diff-perc": "-0.54069%",
+ "tooltip": "score = 3.6533836882882884\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01986 (-0.54069%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -309668,11 +309668,11 @@
21,
27
),
- "score": 3.6533836882882884,
- "score-diff": "-0.019860982620802492",
- "score-diff-perc": "-0.54069%",
- "tooltip": "score = 3.6533836882882884\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01986 (-0.54069%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 2.3125289375722544,
+ "score-diff": "-1.340854750716034",
+ "score-diff-perc": "-36.70172%",
+ "tooltip": "score = 2.3125289375722544\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.34085 (-36.70172%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -309695,9 +309695,9 @@
32
),
"score": 3.659142171846435,
- "score-diff": "0.005758483558146565",
- "score-diff-perc": "+0.15762%",
- "tooltip": "score = 3.659142171846435\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00576 (+0.15762%)",
+ "score-diff": "1.3466132342741806",
+ "score-diff-perc": "+58.23119%",
+ "tooltip": "score = 3.659142171846435\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.34661 (+58.23119%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -314140,11 +314140,11 @@
19,
52
),
- "score": 3.450571510344828,
- "score-diff": "0.17462900134319126",
- "score-diff-perc": "+5.33065%",
- "tooltip": "score = 3.450571510344828\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.17463 (+5.33065%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 3.6463967358834246,
+ "score-diff": "0.3704542268817881",
+ "score-diff-perc": "+11.30833%",
+ "tooltip": "score = 3.6463967358834246\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.37045 (+11.30833%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -314166,11 +314166,11 @@
19,
52
),
- "score": 3.6463967358834246,
- "score-diff": "0.19582522553859683",
- "score-diff-perc": "+5.67515%",
- "tooltip": "score = 3.6463967358834246\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.19583 (+5.67515%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 3.450571510344828,
+ "score-diff": "-0.19582522553859683",
+ "score-diff-perc": "-5.37038%",
+ "tooltip": "score = 3.450571510344828\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.19583 (-5.37038%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -315681,11 +315681,11 @@
21,
27
),
- "score": 2.5877943712807245,
- "score-diff": "-2.150431006969866",
- "score-diff-perc": "-45.38473%",
- "tooltip": "score = 2.5877943712807245\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.15043 (-45.38473%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 3.0562891404580155,
+ "score-diff": "-1.6819362377925753",
+ "score-diff-perc": "-35.49718%",
+ "tooltip": "score = 3.0562891404580155\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.68194 (-35.49718%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -315707,11 +315707,11 @@
21,
27
),
- "score": 3.0562891404580155,
- "score-diff": "0.46849476917729094",
- "score-diff-perc": "+18.10402%",
- "tooltip": "score = 3.0562891404580155\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.46849 (+18.10402%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 2.7627561339779008,
+ "score-diff": "-0.2935330064801147",
+ "score-diff-perc": "-9.60423%",
+ "tooltip": "score = 2.7627561339779008\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.29353 (-9.60423%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -315733,11 +315733,11 @@
21,
27
),
- "score": 2.7627561339779008,
- "score-diff": "-0.2935330064801147",
- "score-diff-perc": "-9.60423%",
- "tooltip": "score = 2.7627561339779008\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.29353 (-9.60423%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 2.5877943712807245,
+ "score-diff": "-0.17496176269717623",
+ "score-diff-perc": "-6.33287%",
+ "tooltip": "score = 2.5877943712807245\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.17496 (-6.33287%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -315760,9 +315760,9 @@
32
),
"score": 3.3798945135135137,
- "score-diff": "0.6171383795356129",
- "score-diff-perc": "+22.33778%",
- "tooltip": "score = 3.3798945135135137\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.61714 (+22.33778%)",
+ "score-diff": "0.7921001422327891",
+ "score-diff-perc": "+30.60908%",
+ "tooltip": "score = 3.3798945135135137\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.79210 (+30.60908%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -320205,11 +320205,11 @@
19,
52
),
- "score": 4.789858440191388,
- "score-diff": "1.3509408731810786",
- "score-diff-perc": "+39.28390%",
- "tooltip": "score = 4.789858440191388\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.35094 (+39.28390%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 3.79127971780303,
+ "score-diff": "0.3523621507927208",
+ "score-diff-perc": "+10.24631%",
+ "tooltip": "score = 3.79127971780303\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.35236 (+10.24631%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -320231,11 +320231,11 @@
19,
52
),
- "score": 3.79127971780303,
- "score-diff": "-0.9985787223883578",
- "score-diff-perc": "-20.84777%",
- "tooltip": "score = 3.79127971780303\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.99858 (-20.84777%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 4.789858440191388,
+ "score-diff": "0.9985787223883578",
+ "score-diff-perc": "+26.33883%",
+ "tooltip": "score = 4.789858440191388\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.99858 (+26.33883%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -321772,11 +321772,11 @@
21,
27
),
- "score": 3.007802314285714,
- "score-diff": "-0.15802428698010873",
- "score-diff-perc": "-4.99156%",
- "tooltip": "score = 3.007802314285714\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.15802 (-4.99156%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 2.6966897210242586,
+ "score-diff": "-0.4691368802415643",
+ "score-diff-perc": "-14.81878%",
+ "tooltip": "score = 2.6966897210242586\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.46914 (-14.81878%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -321798,11 +321798,11 @@
21,
27
),
- "score": 2.6966897210242586,
- "score-diff": "-0.3111125932614556",
- "score-diff-perc": "-10.34352%",
- "tooltip": "score = 2.6966897210242586\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.31111 (-10.34352%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 2.679223186077644,
+ "score-diff": "-0.017466534946614765",
+ "score-diff-perc": "-0.64770%",
+ "tooltip": "score = 2.679223186077644\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01747 (-0.64770%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -321824,11 +321824,11 @@
21,
27
),
- "score": 2.679223186077644,
- "score-diff": "-0.017466534946614765",
- "score-diff-perc": "-0.64770%",
- "tooltip": "score = 2.679223186077644\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01747 (-0.64770%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 3.007802314285714,
+ "score-diff": "0.32857912820807034",
+ "score-diff-perc": "+12.26397%",
+ "tooltip": "score = 3.007802314285714\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.32858 (+12.26397%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -321851,9 +321851,9 @@
32
),
"score": 3.162046910094637,
- "score-diff": "0.48282372401699325",
- "score-diff-perc": "+18.02103%",
- "tooltip": "score = 3.162046910094637\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.48282 (+18.02103%)",
+ "score-diff": "0.1542445958089229",
+ "score-diff-perc": "+5.12815%",
+ "tooltip": "score = 3.162046910094637\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.15424 (+5.12815%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -326296,11 +326296,11 @@
19,
52
),
- "score": 2.946351646539028,
- "score-diff": "-0.16514523837543527",
- "score-diff-perc": "-5.30758%",
- "tooltip": "score = 2.946351646539028\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.16515 (-5.30758%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 3.217527290529695,
+ "score-diff": "0.1060304056152317",
+ "score-diff-perc": "+3.40770%",
+ "tooltip": "score = 3.217527290529695\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.10603 (+3.40770%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -326322,11 +326322,11 @@
19,
52
),
- "score": 3.217527290529695,
- "score-diff": "0.27117564399066696",
- "score-diff-perc": "+9.20378%",
- "tooltip": "score = 3.217527290529695\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.27118 (+9.20378%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 2.946351646539028,
+ "score-diff": "-0.27117564399066696",
+ "score-diff-perc": "-8.42808%",
+ "tooltip": "score = 2.946351646539028\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.27118 (-8.42808%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -327863,11 +327863,11 @@
21,
27
),
- "score": 5.8869905558823525,
- "score-diff": "0.3707856219980554",
- "score-diff-perc": "+6.72175%",
- "tooltip": "score = 5.8869905558823525\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.37079 (+6.72175%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 3.5699149768270946,
+ "score-diff": "-1.9462899570572025",
+ "score-diff-perc": "-35.28313%",
+ "tooltip": "score = 3.5699149768270946\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.94629 (-35.28313%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -327889,11 +327889,11 @@
21,
27
),
- "score": 3.5699149768270946,
- "score-diff": "-2.317075579055258",
- "score-diff-perc": "-39.35925%",
- "tooltip": "score = 3.5699149768270946\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.31708 (-39.35925%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 4.01375654509018,
+ "score-diff": "0.4438415682630854",
+ "score-diff-perc": "+12.43283%",
+ "tooltip": "score = 4.01375654509018\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.44384 (+12.43283%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -327915,11 +327915,11 @@
21,
27
),
- "score": 4.01375654509018,
- "score-diff": "0.4438415682630854",
- "score-diff-perc": "+12.43283%",
- "tooltip": "score = 4.01375654509018\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.44384 (+12.43283%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 5.8869905558823525,
+ "score-diff": "1.8732340107921726",
+ "score-diff-perc": "+46.67034%",
+ "tooltip": "score = 5.8869905558823525\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.87323 (+46.67034%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -327942,9 +327942,9 @@
32
),
"score": 7.641855599236641,
- "score-diff": "3.6280990541464613",
- "score-diff-perc": "+90.39161%",
- "tooltip": "score = 7.641855599236641\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +3.62810 (+90.39161%)",
+ "score-diff": "1.7548650433542887",
+ "score-diff-perc": "+29.80920%",
+ "tooltip": "score = 7.641855599236641\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.75487 (+29.80920%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -332387,11 +332387,11 @@
19,
52
),
- "score": 6.672200266666667,
- "score-diff": "0.9483211323809524",
- "score-diff-perc": "+16.56780%",
- "tooltip": "score = 6.672200266666667\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.94832 (+16.56780%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 4.353053628260869,
+ "score-diff": "-1.370825506024845",
+ "score-diff-perc": "-23.94924%",
+ "tooltip": "score = 4.353053628260869\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.37083 (-23.94924%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -332413,11 +332413,11 @@
19,
52
),
- "score": 4.353053628260869,
- "score-diff": "-2.3191466384057975",
- "score-diff-perc": "-34.75835%",
- "tooltip": "score = 4.353053628260869\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.31915 (-34.75835%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 6.672200266666667,
+ "score-diff": "2.3191466384057975",
+ "score-diff-perc": "+53.27632%",
+ "tooltip": "score = 6.672200266666667\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.31915 (+53.27632%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -333954,11 +333954,11 @@
21,
27
),
- "score": 8.31227293360996,
- "score-diff": "-0.4043154620422147",
- "score-diff-perc": "-4.63846%",
- "tooltip": "score = 8.31227293360996\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.40432 (-4.63846%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 5.288250635883905,
+ "score-diff": "-3.4283377597682687",
+ "score-diff-perc": "-39.33119%",
+ "tooltip": "score = 5.288250635883905\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.42834 (-39.33119%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -333980,11 +333980,11 @@
21,
27
),
- "score": 5.288250635883905,
- "score-diff": "-3.024022297726054",
- "score-diff-perc": "-36.38021%",
- "tooltip": "score = 5.288250635883905\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.02402 (-36.38021%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 8.441116080168776,
+ "score-diff": "3.1528654442848705",
+ "score-diff-perc": "+59.62020%",
+ "tooltip": "score = 8.441116080168776\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.15287 (+59.62020%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -334006,11 +334006,11 @@
21,
27
),
- "score": 8.441116080168776,
- "score-diff": "3.1528654442848705",
- "score-diff-perc": "+59.62020%",
- "tooltip": "score = 8.441116080168776\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.15287 (+59.62020%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 8.31227293360996,
+ "score-diff": "-0.12884314655881646",
+ "score-diff-perc": "-1.52638%",
+ "tooltip": "score = 8.31227293360996\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.12884 (-1.52638%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -334033,9 +334033,9 @@
32
),
"score": 6.7515642592592595,
- "score-diff": "-1.6895518209095162",
- "score-diff-perc": "-20.01574%",
- "tooltip": "score = 6.7515642592592595\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -1.68955 (-20.01574%)",
+ "score-diff": "-1.5607086743506997",
+ "score-diff-perc": "-18.77596%",
+ "tooltip": "score = 6.7515642592592595\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -1.56071 (-18.77596%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -338478,11 +338478,11 @@
19,
52
),
- "score": 9.861017014778325,
- "score-diff": "1.7739320147783246",
- "score-diff-perc": "+21.93537%",
- "tooltip": "score = 9.861017014778325\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.77393 (+21.93537%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 6.713210828859061,
+ "score-diff": "-1.3738741711409395",
+ "score-diff-perc": "-16.98850%",
+ "tooltip": "score = 6.713210828859061\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.37387 (-16.98850%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -338504,11 +338504,11 @@
19,
52
),
- "score": 6.713210828859061,
- "score-diff": "-3.147806185919264",
- "score-diff-perc": "-31.92172%",
- "tooltip": "score = 6.713210828859061\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.14781 (-31.92172%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 9.861017014778325,
+ "score-diff": "3.147806185919264",
+ "score-diff-perc": "+46.88973%",
+ "tooltip": "score = 9.861017014778325\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.14781 (+46.88973%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -340045,11 +340045,11 @@
21,
27
),
- "score": 3.8714894545454546,
- "score-diff": "-3.1566362822966503",
- "score-diff-perc": "-44.91434%",
- "tooltip": "score = 3.8714894545454546\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.15664 (-44.91434%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 4.27814702991453,
+ "score-diff": "-2.7499787069275747",
+ "score-diff-perc": "-39.12819%",
+ "tooltip": "score = 4.27814702991453\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.74998 (-39.12819%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -340071,11 +340071,11 @@
21,
27
),
- "score": 4.27814702991453,
- "score-diff": "0.40665757536907554",
- "score-diff-perc": "+10.50391%",
- "tooltip": "score = 4.27814702991453\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.40666 (+10.50391%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 3.855296,
+ "score-diff": "-0.42285102991453005",
+ "score-diff-perc": "-9.88398%",
+ "tooltip": "score = 3.855296\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.42285 (-9.88398%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -340097,11 +340097,11 @@
21,
27
),
- "score": 3.855296,
- "score-diff": "-0.42285102991453005",
- "score-diff-perc": "-9.88398%",
- "tooltip": "score = 3.855296\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.42285 (-9.88398%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 3.8714894545454546,
+ "score-diff": "0.01619345454545451",
+ "score-diff-perc": "+0.42003%",
+ "tooltip": "score = 3.8714894545454546\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.01619 (+0.42003%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -340124,9 +340124,9 @@
32
),
"score": 7.391337095940959,
- "score-diff": "3.536041095940959",
- "score-diff-perc": "+91.71906%",
- "tooltip": "score = 7.391337095940959\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +3.53604 (+91.71906%)",
+ "score-diff": "3.5198476413955047",
+ "score-diff-perc": "+90.91714%",
+ "tooltip": "score = 7.391337095940959\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +3.51985 (+90.91714%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -344569,11 +344569,11 @@
19,
52
),
- "score": 4.7900513492822965,
- "score-diff": "0.3103368705350933",
- "score-diff-perc": "+6.92760%",
- "tooltip": "score = 4.7900513492822965\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.31034 (+6.92760%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 6.804398418367347,
+ "score-diff": "2.3246839396201437",
+ "score-diff-perc": "+51.89357%",
+ "tooltip": "score = 6.804398418367347\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.32468 (+51.89357%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -344595,11 +344595,11 @@
19,
52
),
- "score": 6.804398418367347,
- "score-diff": "2.0143470690850505",
- "score-diff-perc": "+42.05272%",
- "tooltip": "score = 6.804398418367347\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.01435 (+42.05272%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 4.7900513492822965,
+ "score-diff": "-2.0143470690850505",
+ "score-diff-perc": "-29.60360%",
+ "tooltip": "score = 4.7900513492822965\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.01435 (-29.60360%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -346110,11 +346110,11 @@
21,
27
),
- "score": 5.65507170338983,
- "score-diff": "-0.3898426772748218",
- "score-diff-perc": "-6.44910%",
- "tooltip": "score = 5.65507170338983\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.38984 (-6.44910%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 4.200392270440251,
+ "score-diff": "-1.8445221102244007",
+ "score-diff-perc": "-30.51362%",
+ "tooltip": "score = 4.200392270440251\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.84452 (-30.51362%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -346136,11 +346136,11 @@
21,
27
),
- "score": 4.200392270440251,
- "score-diff": "-1.454679432949579",
- "score-diff-perc": "-25.72345%",
- "tooltip": "score = 4.200392270440251\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.45468 (-25.72345%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 4.1383549876033054,
+ "score-diff": "-0.062037282836945984",
+ "score-diff-perc": "-1.47694%",
+ "tooltip": "score = 4.1383549876033054\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.06204 (-1.47694%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -346162,11 +346162,11 @@
21,
27
),
- "score": 4.1383549876033054,
- "score-diff": "-0.062037282836945984",
- "score-diff-perc": "-1.47694%",
- "tooltip": "score = 4.1383549876033054\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.06204 (-1.47694%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 5.65507170338983,
+ "score-diff": "1.516716715786525",
+ "score-diff-perc": "+36.65023%",
+ "tooltip": "score = 5.65507170338983\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.51672 (+36.65023%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -346189,9 +346189,9 @@
32
),
"score": 4.41043213876652,
- "score-diff": "0.27207715116321474",
- "score-diff-perc": "+6.57452%",
- "tooltip": "score = 4.41043213876652\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.27208 (+6.57452%)",
+ "score-diff": "-1.2446395646233102",
+ "score-diff-perc": "-22.00926%",
+ "tooltip": "score = 4.41043213876652\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -1.24464 (-22.00926%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -350634,11 +350634,11 @@
19,
52
),
- "score": 5.342008224,
- "score-diff": "1.2456488170470346",
- "score-diff-perc": "+30.40868%",
- "tooltip": "score = 5.342008224\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.24565 (+30.40868%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 4.905730330073349,
+ "score-diff": "0.8093709231203841",
+ "score-diff-perc": "+19.75830%",
+ "tooltip": "score = 4.905730330073349\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.80937 (+19.75830%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -350660,11 +350660,11 @@
19,
52
),
- "score": 4.905730330073349,
- "score-diff": "-0.4362778939266505",
- "score-diff-perc": "-8.16693%",
- "tooltip": "score = 4.905730330073349\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.43628 (-8.16693%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 5.342008224,
+ "score-diff": "0.4362778939266505",
+ "score-diff-perc": "+8.89323%",
+ "tooltip": "score = 5.342008224\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.43628 (+8.89323%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -352201,11 +352201,11 @@
21,
27
),
- "score": 1.0352648685300208,
- "score-diff": "-0.160399080065317",
- "score-diff-perc": "-13.41506%",
- "tooltip": "score = 1.0352648685300208\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.16040 (-13.41506%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1.110177116537181,
+ "score-diff": "-0.08548683205815677",
+ "score-diff-perc": "-7.14974%",
+ "tooltip": "score = 1.110177116537181\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.08549 (-7.14974%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -352227,11 +352227,11 @@
21,
27
),
- "score": 1.110177116537181,
- "score-diff": "0.07491224800716023",
- "score-diff-perc": "+7.23605%",
- "tooltip": "score = 1.110177116537181\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.07491 (+7.23605%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1.0230898173913043,
+ "score-diff": "-0.08708729914587665",
+ "score-diff-perc": "-7.84445%",
+ "tooltip": "score = 1.0230898173913043\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.08709 (-7.84445%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -352253,11 +352253,11 @@
21,
27
),
- "score": 1.0230898173913043,
- "score-diff": "-0.08708729914587665",
- "score-diff-perc": "-7.84445%",
- "tooltip": "score = 1.0230898173913043\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.08709 (-7.84445%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 1.0352648685300208,
+ "score-diff": "0.01217505113871642",
+ "score-diff-perc": "+1.19003%",
+ "tooltip": "score = 1.0352648685300208\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.01218 (+1.19003%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -352280,9 +352280,9 @@
32
),
"score": 1.4162308428874735,
- "score-diff": "0.39314102549616914",
- "score-diff-perc": "+38.42683%",
- "tooltip": "score = 1.4162308428874735\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.39314 (+38.42683%)",
+ "score-diff": "0.3809659743574527",
+ "score-diff-perc": "+36.79889%",
+ "tooltip": "score = 1.4162308428874735\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.38097 (+36.79889%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -356725,11 +356725,11 @@
19,
52
),
- "score": 1.179376574292453,
- "score-diff": "0.11821222787335484",
- "score-diff-perc": "+11.13986%",
- "tooltip": "score = 1.179376574292453\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.11821 (+11.13986%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.4646313711566619,
+ "score-diff": "0.4034670247375638",
+ "score-diff-perc": "+38.02116%",
+ "tooltip": "score = 1.4646313711566619\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.40347 (+38.02116%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -356751,11 +356751,11 @@
19,
52
),
- "score": 1.4646313711566619,
- "score-diff": "0.28525479686420896",
- "score-diff-perc": "+24.18691%",
- "tooltip": "score = 1.4646313711566619\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.28525 (+24.18691%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1.179376574292453,
+ "score-diff": "-0.28525479686420896",
+ "score-diff-perc": "-19.47622%",
+ "tooltip": "score = 1.179376574292453\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.28525 (-19.47622%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -358292,11 +358292,11 @@
21,
27
),
- "score": 0.9462944474929045,
- "score-diff": "-0.3794282662247894",
- "score-diff-perc": "-28.62048%",
- "tooltip": "score = 0.9462944474929045\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.37943 (-28.62048%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.9323272483690587,
+ "score-diff": "-0.39339546534863523",
+ "score-diff-perc": "-29.67404%",
+ "tooltip": "score = 0.9323272483690587\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.39340 (-29.67404%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -358318,11 +358318,11 @@
21,
27
),
- "score": 0.9323272483690587,
- "score-diff": "-0.013967199123845808",
- "score-diff-perc": "-1.47599%",
- "tooltip": "score = 0.9323272483690587\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01397 (-1.47599%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.9804938171568628,
+ "score-diff": "0.04816656878780412",
+ "score-diff-perc": "+5.16627%",
+ "tooltip": "score = 0.9804938171568628\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04817 (+5.16627%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -358344,11 +358344,11 @@
21,
27
),
- "score": 0.9804938171568628,
- "score-diff": "0.04816656878780412",
- "score-diff-perc": "+5.16627%",
- "tooltip": "score = 0.9804938171568628\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04817 (+5.16627%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.9462944474929045,
+ "score-diff": "-0.03419936966395831",
+ "score-diff-perc": "-3.48797%",
+ "tooltip": "score = 0.9462944474929045\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.03420 (-3.48797%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -358371,9 +358371,9 @@
32
),
"score": 1.203097422730006,
- "score-diff": "0.22260360557314318",
- "score-diff-perc": "+22.70321%",
- "tooltip": "score = 1.203097422730006\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.22260 (+22.70321%)",
+ "score-diff": "0.2568029752371015",
+ "score-diff-perc": "+27.13775%",
+ "tooltip": "score = 1.203097422730006\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.25680 (+27.13775%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -362816,11 +362816,11 @@
19,
52
),
- "score": 1.5005647306826706,
- "score-diff": "0.4609687784997185",
- "score-diff-perc": "+44.34115%",
- "tooltip": "score = 1.5005647306826706\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.46097 (+44.34115%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.4197175315826827,
+ "score-diff": "0.38012157939973057",
+ "score-diff-perc": "+36.56436%",
+ "tooltip": "score = 1.4197175315826827\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.38012 (+36.56436%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -362842,11 +362842,11 @@
19,
52
),
- "score": 1.4197175315826827,
- "score-diff": "-0.08084719909998794",
- "score-diff-perc": "-5.38778%",
- "tooltip": "score = 1.4197175315826827\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.08085 (-5.38778%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1.5005647306826706,
+ "score-diff": "0.08084719909998794",
+ "score-diff-perc": "+5.69460%",
+ "tooltip": "score = 1.5005647306826706\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.08085 (+5.69460%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -364383,11 +364383,11 @@
21,
27
),
- "score": 1.0086513872919818,
- "score-diff": "-0.14219827036049226",
- "score-diff-perc": "-12.35594%",
- "tooltip": "score = 1.0086513872919818\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.14220 (-12.35594%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1.059013880359979,
+ "score-diff": "-0.09183577729249515",
+ "score-diff-perc": "-7.97982%",
+ "tooltip": "score = 1.059013880359979\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.09184 (-7.97982%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -364409,11 +364409,11 @@
21,
27
),
- "score": 1.059013880359979,
- "score-diff": "0.050362493067997116",
- "score-diff-perc": "+4.99305%",
- "tooltip": "score = 1.059013880359979\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.05036 (+4.99305%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1.1436597942857143,
+ "score-diff": "0.0846459139257354",
+ "score-diff-perc": "+7.99290%",
+ "tooltip": "score = 1.1436597942857143\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.08465 (+7.99290%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -364435,11 +364435,11 @@
21,
27
),
- "score": 1.1436597942857143,
- "score-diff": "0.0846459139257354",
- "score-diff-perc": "+7.99290%",
- "tooltip": "score = 1.1436597942857143\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.08465 (+7.99290%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 1.0086513872919818,
+ "score-diff": "-0.1350084069937325",
+ "score-diff-perc": "-11.80494%",
+ "tooltip": "score = 1.0086513872919818\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.13501 (-11.80494%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -364462,9 +364462,9 @@
32
),
"score": 1.1781133451118964,
- "score-diff": "0.03445355082618207",
- "score-diff-perc": "+3.01257%",
- "tooltip": "score = 1.1781133451118964\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.03445 (+3.01257%)",
+ "score-diff": "0.16946195781991458",
+ "score-diff-perc": "+16.80085%",
+ "tooltip": "score = 1.1781133451118964\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.16946 (+16.80085%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -368907,11 +368907,11 @@
19,
52
),
- "score": 1.2088170054380665,
- "score-diff": "-0.24586563238011538",
- "score-diff-perc": "-16.90167%",
- "tooltip": "score = 1.2088170054380665\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.24587 (-16.90167%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.331032376580173,
+ "score-diff": "-0.12365026123800882",
+ "score-diff-perc": "-8.50015%",
+ "tooltip": "score = 1.331032376580173\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.12365 (-8.50015%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -368933,11 +368933,11 @@
19,
52
),
- "score": 1.331032376580173,
- "score-diff": "0.12221537114210657",
- "score-diff-perc": "+10.11033%",
- "tooltip": "score = 1.331032376580173\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.12222 (+10.11033%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1.2088170054380665,
+ "score-diff": "-0.12221537114210657",
+ "score-diff-perc": "-9.18200%",
+ "tooltip": "score = 1.2088170054380665\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.12222 (-9.18200%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -370474,11 +370474,11 @@
21,
27
),
- "score": 1.2114946698970321,
- "score-diff": "-1.2163975631126767",
- "score-diff-perc": "-50.10097%",
- "tooltip": "score = 1.2114946698970321\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.21640 (-50.10097%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1.7128753090753424,
+ "score-diff": "-0.7150169239343664",
+ "score-diff-perc": "-29.45011%",
+ "tooltip": "score = 1.7128753090753424\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.71502 (-29.45011%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -370500,11 +370500,11 @@
21,
27
),
- "score": 1.7128753090753424,
- "score-diff": "0.5013806391783102",
- "score-diff-perc": "+41.38529%",
- "tooltip": "score = 1.7128753090753424\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.50138 (+41.38529%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1.6612421918604652,
+ "score-diff": "-0.05163311721487718",
+ "score-diff-perc": "-3.01441%",
+ "tooltip": "score = 1.6612421918604652\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.05163 (-3.01441%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -370526,11 +370526,11 @@
21,
27
),
- "score": 1.6612421918604652,
- "score-diff": "-0.05163311721487718",
- "score-diff-perc": "-3.01441%",
- "tooltip": "score = 1.6612421918604652\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.05163 (-3.01441%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 1.2114946698970321,
+ "score-diff": "-0.44974752196343304",
+ "score-diff-perc": "-27.07297%",
+ "tooltip": "score = 1.2114946698970321\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.44975 (-27.07297%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -370553,9 +370553,9 @@
32
),
"score": 1.7381976081668116,
- "score-diff": "0.07695541630634639",
- "score-diff-perc": "+4.63240%",
- "tooltip": "score = 1.7381976081668116\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.07696 (+4.63240%)",
+ "score-diff": "0.5267029382697794",
+ "score-diff-perc": "+43.47546%",
+ "tooltip": "score = 1.7381976081668116\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.52670 (+43.47546%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -374998,11 +374998,11 @@
19,
52
),
- "score": 2.0076899358074223,
- "score-diff": "0.6160446979771024",
- "score-diff-perc": "+44.26737%",
- "tooltip": "score = 2.0076899358074223\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.61604 (+44.26737%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 2.0461887413087934,
+ "score-diff": "0.6545435034784735",
+ "score-diff-perc": "+47.03379%",
+ "tooltip": "score = 2.0461887413087934\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.65454 (+47.03379%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -375024,11 +375024,11 @@
19,
52
),
- "score": 2.0461887413087934,
- "score-diff": "0.03849880550137108",
- "score-diff-perc": "+1.91757%",
- "tooltip": "score = 2.0461887413087934\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.03850 (+1.91757%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 2.0076899358074223,
+ "score-diff": "-0.03849880550137108",
+ "score-diff-perc": "-1.88149%",
+ "tooltip": "score = 2.0076899358074223\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.03850 (-1.88149%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -376565,11 +376565,11 @@
21,
27
),
- "score": 2.0678038791322315,
- "score-diff": "-1.0177101023777837",
- "score-diff-perc": "-32.98349%",
- "tooltip": "score = 2.0678038791322315\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.01771 (-32.98349%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 2.1104311856540083,
+ "score-diff": "-0.9750827958560069",
+ "score-diff-perc": "-31.60196%",
+ "tooltip": "score = 2.1104311856540083\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.97508 (-31.60196%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -376591,11 +376591,11 @@
21,
27
),
- "score": 2.1104311856540083,
- "score-diff": "0.04262730652177682",
- "score-diff-perc": "+2.06148%",
- "tooltip": "score = 2.1104311856540083\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04263 (+2.06148%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 2.904126626995646,
+ "score-diff": "0.7936954413416375",
+ "score-diff-perc": "+37.60821%",
+ "tooltip": "score = 2.904126626995646\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.79370 (+37.60821%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -376617,11 +376617,11 @@
21,
27
),
- "score": 2.904126626995646,
- "score-diff": "0.7936954413416375",
- "score-diff-perc": "+37.60821%",
- "tooltip": "score = 2.904126626995646\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.79370 (+37.60821%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 2.0678038791322315,
+ "score-diff": "-0.8363227478634143",
+ "score-diff-perc": "-28.79774%",
+ "tooltip": "score = 2.0678038791322315\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.83632 (-28.79774%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -376644,9 +376644,9 @@
32
),
"score": 2.362840652892562,
- "score-diff": "-0.5412859741030838",
- "score-diff-perc": "-18.63851%",
- "tooltip": "score = 2.362840652892562\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.54129 (-18.63851%)",
+ "score-diff": "0.29503677376033055",
+ "score-diff-perc": "+14.26812%",
+ "tooltip": "score = 2.362840652892562\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.29504 (+14.26812%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -381089,11 +381089,11 @@
19,
52
),
- "score": 2.152335347311828,
- "score-diff": "-0.32020086529632996",
- "score-diff-perc": "-12.95030%",
- "tooltip": "score = 2.152335347311828\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.32020 (-12.95030%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 2.684591198391421,
+ "score-diff": "0.21205498578326276",
+ "score-diff-perc": "+8.57642%",
+ "tooltip": "score = 2.684591198391421\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.21205 (+8.57642%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -381115,11 +381115,11 @@
19,
52
),
- "score": 2.684591198391421,
- "score-diff": "0.5322558510795927",
- "score-diff-perc": "+24.72923%",
- "tooltip": "score = 2.684591198391421\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.53226 (+24.72923%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 2.152335347311828,
+ "score-diff": "-0.5322558510795927",
+ "score-diff-perc": "-19.82633%",
+ "tooltip": "score = 2.152335347311828\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.53226 (-19.82633%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -382656,11 +382656,11 @@
21,
27
),
- "score": 1.132354129598189,
- "score-diff": "-0.5002558271717947",
- "score-diff-perc": "-30.64148%",
- "tooltip": "score = 1.132354129598189\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.50026 (-30.64148%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1.1943282346268658,
+ "score-diff": "-0.4382817221431179",
+ "score-diff-perc": "-26.84546%",
+ "tooltip": "score = 1.1943282346268658\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.43828 (-26.84546%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -382682,11 +382682,11 @@
21,
27
),
- "score": 1.1943282346268658,
- "score-diff": "0.06197410502867684",
- "score-diff-perc": "+5.47303%",
- "tooltip": "score = 1.1943282346268658\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.06197 (+5.47303%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1.5669028410336727,
+ "score-diff": "0.37257460640680695",
+ "score-diff-perc": "+31.19533%",
+ "tooltip": "score = 1.5669028410336727\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.37257 (+31.19533%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -382708,11 +382708,11 @@
21,
27
),
- "score": 1.5669028410336727,
- "score-diff": "0.37257460640680695",
- "score-diff-perc": "+31.19533%",
- "tooltip": "score = 1.5669028410336727\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.37257 (+31.19533%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 1.132354129598189,
+ "score-diff": "-0.4345487114354838",
+ "score-diff-perc": "-27.73297%",
+ "tooltip": "score = 1.132354129598189\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.43455 (-27.73297%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -382735,9 +382735,9 @@
32
),
"score": 1.6069432200803213,
- "score-diff": "0.04004037904664859",
- "score-diff-perc": "+2.55538%",
- "tooltip": "score = 1.6069432200803213\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.04004 (+2.55538%)",
+ "score-diff": "0.4745890904821324",
+ "score-diff-perc": "+41.91172%",
+ "tooltip": "score = 1.6069432200803213\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.47459 (+41.91172%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -387180,11 +387180,11 @@
19,
52
),
- "score": 2.070048189245088,
- "score-diff": "0.6643128863638512",
- "score-diff-perc": "+47.25732%",
- "tooltip": "score = 2.070048189245088\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.66431 (+47.25732%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.4937671202389844,
+ "score-diff": "0.08803181735774768",
+ "score-diff-perc": "+6.26233%",
+ "tooltip": "score = 1.4937671202389844\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.08803 (+6.26233%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -387206,11 +387206,11 @@
19,
52
),
- "score": 1.4937671202389844,
- "score-diff": "-0.5762810690061035",
- "score-diff-perc": "-27.83902%",
- "tooltip": "score = 1.4937671202389844\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.57628 (-27.83902%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 2.070048189245088,
+ "score-diff": "0.5762810690061035",
+ "score-diff-perc": "+38.57904%",
+ "tooltip": "score = 2.070048189245088\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.57628 (+38.57904%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -388747,11 +388747,11 @@
21,
27
),
- "score": 1.1338993724489796,
- "score-diff": "-0.3355832354805357",
- "score-diff-perc": "-22.83683%",
- "tooltip": "score = 1.1338993724489796\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.33558 (-22.83683%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1.5550284055944057,
+ "score-diff": "0.08554579766489034",
+ "score-diff-perc": "+5.82149%",
+ "tooltip": "score = 1.5550284055944057\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.08555 (+5.82149%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -388773,11 +388773,11 @@
21,
27
),
- "score": 1.5550284055944057,
- "score-diff": "0.42112903314542605",
- "score-diff-perc": "+37.13989%",
- "tooltip": "score = 1.5550284055944057\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.42113 (+37.13989%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1.2920905717054263,
+ "score-diff": "-0.2629378338889794",
+ "score-diff-perc": "-16.90888%",
+ "tooltip": "score = 1.2920905717054263\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.26294 (-16.90888%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -388799,11 +388799,11 @@
21,
27
),
- "score": 1.2920905717054263,
- "score-diff": "-0.2629378338889794",
- "score-diff-perc": "-16.90888%",
- "tooltip": "score = 1.2920905717054263\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.26294 (-16.90888%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 1.1338993724489796,
+ "score-diff": "-0.15819119925644665",
+ "score-diff-perc": "-12.24304%",
+ "tooltip": "score = 1.1338993724489796\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.15819 (-12.24304%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -388826,9 +388826,9 @@
32
),
"score": 1.547128505027069,
- "score-diff": "0.2550379333216426",
- "score-diff-perc": "+19.73839%",
- "tooltip": "score = 1.547128505027069\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.25504 (+19.73839%)",
+ "score-diff": "0.41322913257808924",
+ "score-diff-perc": "+36.44319%",
+ "tooltip": "score = 1.547128505027069\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.41323 (+36.44319%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -393271,11 +393271,11 @@
19,
52
),
- "score": 1.7705465477876106,
- "score-diff": "0.16791553015940552",
- "score-diff-perc": "+10.47749%",
- "tooltip": "score = 1.7705465477876106\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.16792 (+10.47749%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.257869928975487,
+ "score-diff": "-0.34476108865271793",
+ "score-diff-perc": "-21.51219%",
+ "tooltip": "score = 1.257869928975487\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.34476 (-21.51219%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -393297,11 +393297,11 @@
19,
52
),
- "score": 1.257869928975487,
- "score-diff": "-0.5126766188121235",
- "score-diff-perc": "-28.95584%",
- "tooltip": "score = 1.257869928975487\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.51268 (-28.95584%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1.7705465477876106,
+ "score-diff": "0.5126766188121235",
+ "score-diff-perc": "+40.75752%",
+ "tooltip": "score = 1.7705465477876106\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.51268 (+40.75752%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -394838,11 +394838,11 @@
21,
27
),
- "score": 0.8551358935442497,
- "score-diff": "-0.3675254817613738",
- "score-diff-perc": "-30.05947%",
- "tooltip": "score = 0.8551358935442497\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.36753 (-30.05947%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.7096364948563321,
+ "score-diff": "-0.5130248804492914",
+ "score-diff-perc": "-41.95969%",
+ "tooltip": "score = 0.7096364948563321\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.51302 (-41.95969%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -394864,11 +394864,11 @@
21,
27
),
- "score": 0.7096364948563321,
- "score-diff": "-0.1454993986879176",
- "score-diff-perc": "-17.01477%",
- "tooltip": "score = 0.7096364948563321\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.14550 (-17.01477%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.7918403262074426,
+ "score-diff": "0.08220383135111053",
+ "score-diff-perc": "+11.58394%",
+ "tooltip": "score = 0.7918403262074426\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.08220 (+11.58394%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -394890,11 +394890,11 @@
21,
27
),
- "score": 0.7918403262074426,
- "score-diff": "0.08220383135111053",
- "score-diff-perc": "+11.58394%",
- "tooltip": "score = 0.7918403262074426\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.08220 (+11.58394%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.8551358935442497,
+ "score-diff": "0.06329556733680708",
+ "score-diff-perc": "+7.99348%",
+ "tooltip": "score = 0.8551358935442497\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.06330 (+7.99348%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -394917,9 +394917,9 @@
32
),
"score": 0.9978278588528678,
- "score-diff": "0.20598753264542524",
- "score-diff-perc": "+26.01377%",
- "tooltip": "score = 0.9978278588528678\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.20599 (+26.01377%)",
+ "score-diff": "0.14269196530861816",
+ "score-diff-perc": "+16.68647%",
+ "tooltip": "score = 0.9978278588528678\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.14269 (+16.68647%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -399362,11 +399362,11 @@
19,
52
),
- "score": 0.8533333532423208,
- "score-diff": "-0.1575057169951728",
- "score-diff-perc": "-15.58168%",
- "tooltip": "score = 0.8533333532423208\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.15751 (-15.58168%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.7694473434615384,
+ "score-diff": "-0.24139172677595522",
+ "score-diff-perc": "-23.88033%",
+ "tooltip": "score = 0.7694473434615384\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.24139 (-23.88033%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -399388,11 +399388,11 @@
19,
52
),
- "score": 0.7694473434615384,
- "score-diff": "-0.08388600978078242",
- "score-diff-perc": "-9.83039%",
- "tooltip": "score = 0.7694473434615384\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.08389 (-9.83039%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.8533333532423208,
+ "score-diff": "0.08388600978078242",
+ "score-diff-perc": "+10.90211%",
+ "tooltip": "score = 0.8533333532423208\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.08389 (+10.90211%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -400929,11 +400929,11 @@
21,
27
),
- "score": 0.7107993347547974,
- "score-diff": "-0.513273046284958",
- "score-diff-perc": "-41.93159%",
- "tooltip": "score = 0.7107993347547974\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.51327 (-41.93159%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.7157744547406082,
+ "score-diff": "-0.5082979262991472",
+ "score-diff-perc": "-41.52515%",
+ "tooltip": "score = 0.7157744547406082\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.50830 (-41.52515%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -400955,11 +400955,11 @@
21,
27
),
- "score": 0.7157744547406082,
- "score-diff": "0.004975119985810794",
- "score-diff-perc": "+0.69993%",
- "tooltip": "score = 0.7157744547406082\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00498 (+0.69993%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.8236496834088102,
+ "score-diff": "0.10787522866820198",
+ "score-diff-perc": "+15.07112%",
+ "tooltip": "score = 0.8236496834088102\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.10788 (+15.07112%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -400981,11 +400981,11 @@
21,
27
),
- "score": 0.8236496834088102,
- "score-diff": "0.10787522866820198",
- "score-diff-perc": "+15.07112%",
- "tooltip": "score = 0.8236496834088102\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.10788 (+15.07112%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.7107993347547974,
+ "score-diff": "-0.11285034865401278",
+ "score-diff-perc": "-13.70126%",
+ "tooltip": "score = 0.7107993347547974\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.11285 (-13.70126%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -401008,9 +401008,9 @@
32
),
"score": 1.1624109477048228,
- "score-diff": "0.3387612642960126",
- "score-diff-perc": "+41.12929%",
- "tooltip": "score = 1.1624109477048228\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.33876 (+41.12929%)",
+ "score-diff": "0.4516116129500254",
+ "score-diff-perc": "+63.53574%",
+ "tooltip": "score = 1.1624109477048228\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.45161 (+63.53574%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -405453,11 +405453,11 @@
19,
52
),
- "score": 0.9219499244239632,
- "score-diff": "0.13027335734837953",
- "score-diff-perc": "+16.45538%",
- "tooltip": "score = 0.9219499244239632\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.13027 (+16.45538%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.8788493866432338,
+ "score-diff": "0.0871728195676501",
+ "score-diff-perc": "+11.01117%",
+ "tooltip": "score = 0.8788493866432338\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.08717 (+11.01117%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -405479,11 +405479,11 @@
19,
52
),
- "score": 0.8788493866432338,
- "score-diff": "-0.04310053778072942",
- "score-diff-perc": "-4.67493%",
- "tooltip": "score = 0.8788493866432338\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.04310 (-4.67493%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.9219499244239632,
+ "score-diff": "0.04310053778072942",
+ "score-diff-perc": "+4.90420%",
+ "tooltip": "score = 0.9219499244239632\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.04310 (+4.90420%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -407020,11 +407020,11 @@
21,
27
),
- "score": 0.8236545351996707,
- "score-diff": "-0.2063806316386403",
- "score-diff-perc": "-20.03627%",
- "tooltip": "score = 0.8236545351996707\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.20638 (-20.03627%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.6812725412125341,
+ "score-diff": "-0.34876262562577687",
+ "score-diff-perc": "-33.85929%",
+ "tooltip": "score = 0.6812725412125341\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.34876 (-33.85929%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -407046,11 +407046,11 @@
21,
27
),
- "score": 0.6812725412125341,
- "score-diff": "-0.14238199398713658",
- "score-diff-perc": "-17.28662%",
- "tooltip": "score = 0.6812725412125341\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.14238 (-17.28662%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.6067576584774037,
+ "score-diff": "-0.0745148827351304",
+ "score-diff-perc": "-10.93760%",
+ "tooltip": "score = 0.6067576584774037\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.07451 (-10.93760%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -407072,11 +407072,11 @@
21,
27
),
- "score": 0.6067576584774037,
- "score-diff": "-0.0745148827351304",
- "score-diff-perc": "-10.93760%",
- "tooltip": "score = 0.6067576584774037\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.07451 (-10.93760%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.8236545351996707,
+ "score-diff": "0.21689687672226698",
+ "score-diff-perc": "+35.74687%",
+ "tooltip": "score = 0.8236545351996707\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.21690 (+35.74687%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -407099,9 +407099,9 @@
32
),
"score": 0.931905884489986,
- "score-diff": "0.3251482260125823",
- "score-diff-perc": "+53.58782%",
- "tooltip": "score = 0.931905884489986\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.32515 (+53.58782%)",
+ "score-diff": "0.10825134929031532",
+ "score-diff-perc": "+13.14281%",
+ "tooltip": "score = 0.931905884489986\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.10825 (+13.14281%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -411544,11 +411544,11 @@
19,
52
),
- "score": 0.7269809211482559,
- "score-diff": "-0.037085894741736514",
- "score-diff-perc": "-4.85375%",
- "tooltip": "score = 0.7269809211482559\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.03709 (-4.85375%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.7550634613061533,
+ "score-diff": "-0.009003354583839052",
+ "score-diff-perc": "-1.17835%",
+ "tooltip": "score = 0.7550634613061533\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00900 (-1.17835%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -411570,11 +411570,11 @@
19,
52
),
- "score": 0.7550634613061533,
- "score-diff": "0.028082540157897462",
- "score-diff-perc": "+3.86290%",
- "tooltip": "score = 0.7550634613061533\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.02808 (+3.86290%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.7269809211482559,
+ "score-diff": "-0.028082540157897462",
+ "score-diff-perc": "-3.71923%",
+ "tooltip": "score = 0.7269809211482559\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.02808 (-3.71923%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -413111,11 +413111,11 @@
21,
27
),
- "score": 1.1793118078962876,
- "score-diff": "-0.606847540317998",
- "score-diff-perc": "-33.97499%",
- "tooltip": "score = 1.1793118078962876\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.60685 (-33.97499%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.9997400529735132,
+ "score-diff": "-0.7864192952407725",
+ "score-diff-perc": "-44.02851%",
+ "tooltip": "score = 0.9997400529735132\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.78642 (-44.02851%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -413137,11 +413137,11 @@
21,
27
),
- "score": 0.9997400529735132,
- "score-diff": "-0.17957175492277444",
- "score-diff-perc": "-15.22683%",
- "tooltip": "score = 0.9997400529735132\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.17957 (-15.22683%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1.05633135374868,
+ "score-diff": "0.05659130077516683",
+ "score-diff-perc": "+5.66060%",
+ "tooltip": "score = 1.05633135374868\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.05659 (+5.66060%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -413163,11 +413163,11 @@
21,
27
),
- "score": 1.05633135374868,
- "score-diff": "0.05659130077516683",
- "score-diff-perc": "+5.66060%",
- "tooltip": "score = 1.05633135374868\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.05659 (+5.66060%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 1.1793118078962876,
+ "score-diff": "0.12298045414760761",
+ "score-diff-perc": "+11.64222%",
+ "tooltip": "score = 1.1793118078962876\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.12298 (+11.64222%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -413190,9 +413190,9 @@
32
),
"score": 1.5675252476489028,
- "score-diff": "0.5111938939002227",
- "score-diff-perc": "+48.39333%",
- "tooltip": "score = 1.5675252476489028\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.51119 (+48.39333%)",
+ "score-diff": "0.38821343975261513",
+ "score-diff-perc": "+32.91864%",
+ "tooltip": "score = 1.5675252476489028\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.38821 (+32.91864%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -417635,11 +417635,11 @@
19,
52
),
- "score": 0.9965916283009467,
- "score-diff": "-0.12409323780549586",
- "score-diff-perc": "-11.07298%",
- "tooltip": "score = 0.9965916283009467\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.12409 (-11.07298%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.0995539357142856,
+ "score-diff": "-0.021130930392156966",
+ "score-diff-perc": "-1.88554%",
+ "tooltip": "score = 1.0995539357142856\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.02113 (-1.88554%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -417661,11 +417661,11 @@
19,
52
),
- "score": 1.0995539357142856,
- "score-diff": "0.1029623074133389",
- "score-diff-perc": "+10.33144%",
- "tooltip": "score = 1.0995539357142856\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.10296 (+10.33144%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.9965916283009467,
+ "score-diff": "-0.1029623074133389",
+ "score-diff-perc": "-9.36401%",
+ "tooltip": "score = 0.9965916283009467\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.10296 (-9.36401%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -419202,11 +419202,11 @@
21,
27
),
- "score": 1.8606349823255814,
- "score-diff": "-0.04912056824693756",
- "score-diff-perc": "-2.57209%",
- "tooltip": "score = 1.8606349823255814\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.04912 (-2.57209%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1.4819741466666667,
+ "score-diff": "-0.4277814039058523",
+ "score-diff-perc": "-22.39980%",
+ "tooltip": "score = 1.4819741466666667\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.42778 (-22.39980%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -419228,11 +419228,11 @@
21,
27
),
- "score": 1.4819741466666667,
- "score-diff": "-0.37866083565891473",
- "score-diff-perc": "-20.35116%",
- "tooltip": "score = 1.4819741466666667\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.37866 (-20.35116%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1.5172018301743746,
+ "score-diff": "0.035227683507707885",
+ "score-diff-perc": "+2.37708%",
+ "tooltip": "score = 1.5172018301743746\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.03523 (+2.37708%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -419254,11 +419254,11 @@
21,
27
),
- "score": 1.5172018301743746,
- "score-diff": "0.035227683507707885",
- "score-diff-perc": "+2.37708%",
- "tooltip": "score = 1.5172018301743746\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.03523 (+2.37708%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 1.8606349823255814,
+ "score-diff": "0.34343315215120684",
+ "score-diff-perc": "+22.63596%",
+ "tooltip": "score = 1.8606349823255814\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.34343 (+22.63596%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -419281,9 +419281,9 @@
32
),
"score": 1.7144365381319624,
- "score-diff": "0.1972347079575878",
- "score-diff-perc": "+12.99990%",
- "tooltip": "score = 1.7144365381319624\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.19723 (+12.99990%)",
+ "score-diff": "-0.14619844419361905",
+ "score-diff-perc": "-7.85745%",
+ "tooltip": "score = 1.7144365381319624\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.14620 (-7.85745%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -423726,11 +423726,11 @@
19,
52
),
- "score": 2.479361760842627,
- "score-diff": "0.6049719640261477",
- "score-diff-perc": "+32.27568%",
- "tooltip": "score = 2.479361760842627\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.60497 (+32.27568%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 2.0866384452554745,
+ "score-diff": "0.21224864843899516",
+ "score-diff-perc": "+11.32361%",
+ "tooltip": "score = 2.0866384452554745\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.21225 (+11.32361%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -423752,11 +423752,11 @@
19,
52
),
- "score": 2.0866384452554745,
- "score-diff": "-0.39272331558715257",
- "score-diff-perc": "-15.83969%",
- "tooltip": "score = 2.0866384452554745\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.39272 (-15.83969%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 2.479361760842627,
+ "score-diff": "0.39272331558715257",
+ "score-diff-perc": "+18.82086%",
+ "tooltip": "score = 2.479361760842627\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.39272 (+18.82086%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -425293,11 +425293,11 @@
21,
27
),
- "score": 1.140068241025641,
- "score-diff": "-0.03687568426847654",
- "score-diff-perc": "-3.13317%",
- "tooltip": "score = 1.140068241025641\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.03688 (-3.13317%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1.2170214537712896,
+ "score-diff": "0.04007752847717194",
+ "score-diff-perc": "+3.40522%",
+ "tooltip": "score = 1.2170214537712896\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04008 (+3.40522%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -425319,11 +425319,11 @@
21,
27
),
- "score": 1.2170214537712896,
- "score-diff": "0.07695321274564848",
- "score-diff-perc": "+6.74988%",
- "tooltip": "score = 1.2170214537712896\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.07695 (+6.74988%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1.170012378362573,
+ "score-diff": "-0.04700907540871646",
+ "score-diff-perc": "-3.86263%",
+ "tooltip": "score = 1.170012378362573\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.04701 (-3.86263%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -425345,11 +425345,11 @@
21,
27
),
- "score": 1.170012378362573,
- "score-diff": "-0.04700907540871646",
- "score-diff-perc": "-3.86263%",
- "tooltip": "score = 1.170012378362573\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.04701 (-3.86263%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 1.140068241025641,
+ "score-diff": "-0.02994413733693202",
+ "score-diff-perc": "-2.55930%",
+ "tooltip": "score = 1.140068241025641\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.02994 (-2.55930%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -425372,9 +425372,9 @@
32
),
"score": 1.3446956740591398,
- "score-diff": "0.1746832956965667",
- "score-diff-perc": "+14.93004%",
- "tooltip": "score = 1.3446956740591398\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.17468 (+14.93004%)",
+ "score-diff": "0.20462743303349873",
+ "score-diff-perc": "+17.94870%",
+ "tooltip": "score = 1.3446956740591398\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.20463 (+17.94870%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -429817,11 +429817,11 @@
19,
52
),
- "score": 1.0850031561822127,
- "score-diff": "0.13552766638629432",
- "score-diff-perc": "+14.27395%",
- "tooltip": "score = 1.0850031561822127\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.13553 (+14.27395%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.1837064201183431,
+ "score-diff": "0.2342309303224248",
+ "score-diff-perc": "+24.66951%",
+ "tooltip": "score = 1.1837064201183431\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.23423 (+24.66951%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -429843,11 +429843,11 @@
19,
52
),
- "score": 1.1837064201183431,
- "score-diff": "0.09870326393613049",
- "score-diff-perc": "+9.09705%",
- "tooltip": "score = 1.1837064201183431\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.09870 (+9.09705%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1.0850031561822127,
+ "score-diff": "-0.09870326393613049",
+ "score-diff-perc": "-8.33849%",
+ "tooltip": "score = 1.0850031561822127\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.09870 (-8.33849%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -431384,11 +431384,11 @@
21,
27
),
- "score": 1.0259158543589744,
- "score-diff": "0.047027686061518414",
- "score-diff-perc": "+4.80419%",
- "tooltip": "score = 1.0259158543589744\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04703 (+4.80419%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1.0955470662650602,
+ "score-diff": "0.1166588979676042",
+ "score-diff-perc": "+11.91749%",
+ "tooltip": "score = 1.0955470662650602\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.11666 (+11.91749%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -431410,11 +431410,11 @@
21,
27
),
- "score": 1.0955470662650602,
- "score-diff": "0.06963121190608579",
- "score-diff-perc": "+6.78722%",
- "tooltip": "score = 1.0955470662650602\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.06963 (+6.78722%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1.0636185263157896,
+ "score-diff": "-0.031928539949270585",
+ "score-diff-perc": "-2.91439%",
+ "tooltip": "score = 1.0636185263157896\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.03193 (-2.91439%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -431436,11 +431436,11 @@
21,
27
),
- "score": 1.0636185263157896,
- "score-diff": "-0.031928539949270585",
- "score-diff-perc": "-2.91439%",
- "tooltip": "score = 1.0636185263157896\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.03193 (-2.91439%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 1.0259158543589744,
+ "score-diff": "-0.037702671956815204",
+ "score-diff-perc": "-3.54476%",
+ "tooltip": "score = 1.0259158543589744\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.03770 (-3.54476%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -431463,9 +431463,9 @@
32
),
"score": 1.270874669631512,
- "score-diff": "0.2072561433157225",
- "score-diff-perc": "+19.48595%",
- "tooltip": "score = 1.270874669631512\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.20726 (+19.48595%)",
+ "score-diff": "0.2449588152725377",
+ "score-diff-perc": "+23.87709%",
+ "tooltip": "score = 1.270874669631512\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.24496 (+23.87709%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -435908,11 +435908,11 @@
19,
52
),
- "score": 1.1366203931818182,
- "score-diff": "-0.017400530693614247",
- "score-diff-perc": "-1.50782%",
- "tooltip": "score = 1.1366203931818182\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01740 (-1.50782%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.0691280534473544,
+ "score-diff": "-0.08489287042807803",
+ "score-diff-perc": "-7.35627%",
+ "tooltip": "score = 1.0691280534473544\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.08489 (-7.35627%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -435934,11 +435934,11 @@
19,
52
),
- "score": 1.0691280534473544,
- "score-diff": "-0.06749233973446378",
- "score-diff-perc": "-5.93798%",
- "tooltip": "score = 1.0691280534473544\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.06749 (-5.93798%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1.1366203931818182,
+ "score-diff": "0.06749233973446378",
+ "score-diff-perc": "+6.31284%",
+ "tooltip": "score = 1.1366203931818182\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.06749 (+6.31284%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -437475,11 +437475,11 @@
21,
27
),
- "score": 0.7690517820069204,
- "score-diff": "-0.035936202701329134",
- "score-diff-perc": "-4.46419%",
- "tooltip": "score = 0.7690517820069204\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.03594 (-4.46419%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.6289969361835901,
+ "score-diff": "-0.1759910485246594",
+ "score-diff-perc": "-21.86257%",
+ "tooltip": "score = 0.6289969361835901\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.17599 (-21.86257%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -437501,11 +437501,11 @@
21,
27
),
- "score": 0.6289969361835901,
- "score-diff": "-0.14005484582333028",
- "score-diff-perc": "-18.21137%",
- "tooltip": "score = 0.6289969361835901\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.14005 (-18.21137%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.7195181848920863,
+ "score-diff": "0.0905212487084962",
+ "score-diff-perc": "+14.39137%",
+ "tooltip": "score = 0.7195181848920863\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.09052 (+14.39137%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -437527,11 +437527,11 @@
21,
27
),
- "score": 0.7195181848920863,
- "score-diff": "0.0905212487084962",
- "score-diff-perc": "+14.39137%",
- "tooltip": "score = 0.7195181848920863\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.09052 (+14.39137%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.7690517820069204,
+ "score-diff": "0.04953359711483407",
+ "score-diff-perc": "+6.88427%",
+ "tooltip": "score = 0.7690517820069204\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04953 (+6.88427%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -437554,9 +437554,9 @@
32
),
"score": 1.0611774954907163,
- "score-diff": "0.34165931059863",
- "score-diff-perc": "+47.48446%",
- "tooltip": "score = 1.0611774954907163\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.34166 (+47.48446%)",
+ "score-diff": "0.2921257134837959",
+ "score-diff-perc": "+37.98518%",
+ "tooltip": "score = 1.0611774954907163\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.29213 (+37.98518%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -441999,11 +441999,11 @@
19,
52
),
- "score": 0.8538680947503201,
- "score-diff": "0.0210074303040253",
- "score-diff-perc": "+2.52232%",
- "tooltip": "score = 0.8538680947503201\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.02101 (+2.52232%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.6852495762247345,
+ "score-diff": "-0.14761108822156033",
+ "score-diff-perc": "-17.72338%",
+ "tooltip": "score = 0.6852495762247345\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.14761 (-17.72338%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -442025,11 +442025,11 @@
19,
52
),
- "score": 0.6852495762247345,
- "score-diff": "-0.16861851852558563",
- "score-diff-perc": "-19.74761%",
- "tooltip": "score = 0.6852495762247345\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.16862 (-19.74761%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.8538680947503201,
+ "score-diff": "0.16861851852558563",
+ "score-diff-perc": "+24.60688%",
+ "tooltip": "score = 0.8538680947503201\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.16862 (+24.60688%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -443566,11 +443566,11 @@
21,
27
),
- "score": 0.6694498932396251,
- "score-diff": "-0.11115133539868938",
- "score-diff-perc": "-14.23920%",
- "tooltip": "score = 0.6694498932396251\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.11115 (-14.23920%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.7441561398809524,
+ "score-diff": "-0.036445088757362076",
+ "score-diff-perc": "-4.66885%",
+ "tooltip": "score = 0.7441561398809524\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.03645 (-4.66885%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -443592,11 +443592,11 @@
21,
27
),
- "score": 0.7441561398809524,
- "score-diff": "0.0747062466413273",
- "score-diff-perc": "+11.15935%",
- "tooltip": "score = 0.7441561398809524\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.07471 (+11.15935%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.7474491124813154,
+ "score-diff": "0.0032929726003629867",
+ "score-diff-perc": "+0.44251%",
+ "tooltip": "score = 0.7474491124813154\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00329 (+0.44251%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -443618,11 +443618,11 @@
21,
27
),
- "score": 0.7474491124813154,
- "score-diff": "0.0032929726003629867",
- "score-diff-perc": "+0.44251%",
- "tooltip": "score = 0.7474491124813154\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00329 (+0.44251%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.6694498932396251,
+ "score-diff": "-0.07799921924169029",
+ "score-diff-perc": "-10.43539%",
+ "tooltip": "score = 0.6694498932396251\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.07800 (-10.43539%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -443645,9 +443645,9 @@
32
),
"score": 0.7796410689789556,
- "score-diff": "0.03219195649764017",
- "score-diff-perc": "+4.30691%",
- "tooltip": "score = 0.7796410689789556\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.03219 (+4.30691%)",
+ "score-diff": "0.11019117573933046",
+ "score-diff-perc": "+16.45996%",
+ "tooltip": "score = 0.7796410689789556\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.11019 (+16.45996%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -448090,11 +448090,11 @@
19,
52
),
- "score": 0.7523747615644979,
- "score-diff": "-0.05140657150099026",
- "score-diff-perc": "-6.39559%",
- "tooltip": "score = 0.7523747615644979\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.05141 (-6.39559%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.7134582075606277,
+ "score-diff": "-0.09032312550486044",
+ "score-diff-perc": "-11.23728%",
+ "tooltip": "score = 0.7134582075606277\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.09032 (-11.23728%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -448116,11 +448116,11 @@
19,
52
),
- "score": 0.7134582075606277,
- "score-diff": "-0.038916554003870174",
- "score-diff-perc": "-5.17250%",
- "tooltip": "score = 0.7134582075606277\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.03892 (-5.17250%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.7523747615644979,
+ "score-diff": "0.038916554003870174",
+ "score-diff-perc": "+5.45464%",
+ "tooltip": "score = 0.7523747615644979\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.03892 (+5.45464%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -449657,11 +449657,11 @@
21,
27
),
- "score": 0.692121223183391,
- "score-diff": "-0.22042450035675498",
- "score-diff-perc": "-24.15490%",
- "tooltip": "score = 0.692121223183391\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.22042 (-24.15490%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.6324239516434893,
+ "score-diff": "-0.28012177189665666",
+ "score-diff-perc": "-30.69674%",
+ "tooltip": "score = 0.6324239516434893\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.28012 (-30.69674%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -449683,11 +449683,11 @@
21,
27
),
- "score": 0.6324239516434893,
- "score-diff": "-0.059697271539901675",
- "score-diff-perc": "-8.62526%",
- "tooltip": "score = 0.6324239516434893\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.05970 (-8.62526%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.8070333751512707,
+ "score-diff": "0.1746094235077814",
+ "score-diff-perc": "+27.60955%",
+ "tooltip": "score = 0.8070333751512707\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.17461 (+27.60955%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -449709,11 +449709,11 @@
21,
27
),
- "score": 0.8070333751512707,
- "score-diff": "0.1746094235077814",
- "score-diff-perc": "+27.60955%",
- "tooltip": "score = 0.8070333751512707\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.17461 (+27.60955%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.692121223183391,
+ "score-diff": "-0.11491215196787974",
+ "score-diff-perc": "-14.23884%",
+ "tooltip": "score = 0.692121223183391\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.11491 (-14.23884%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -449736,9 +449736,9 @@
32
),
"score": 1.0546939683711123,
- "score-diff": "0.24766059321984157",
- "score-diff-perc": "+30.68778%",
- "tooltip": "score = 1.0546939683711123\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.24766 (+30.68778%)",
+ "score-diff": "0.3625727451877213",
+ "score-diff-perc": "+52.38573%",
+ "tooltip": "score = 1.0546939683711123\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.36257 (+52.38573%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -454181,11 +454181,11 @@
19,
52
),
- "score": 0.9130544856230032,
- "score-diff": "-0.04418929571670971",
- "score-diff-perc": "-4.61631%",
- "tooltip": "score = 0.9130544856230032\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.04419 (-4.61631%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.6799177828008157,
+ "score-diff": "-0.27732599853889717",
+ "score-diff-perc": "-28.97130%",
+ "tooltip": "score = 0.6799177828008157\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.27733 (-28.97130%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -454207,11 +454207,11 @@
19,
52
),
- "score": 0.6799177828008157,
- "score-diff": "-0.23313670282218746",
- "score-diff-perc": "-25.53371%",
- "tooltip": "score = 0.6799177828008157\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.23314 (-25.53371%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.9130544856230032,
+ "score-diff": "0.23313670282218746",
+ "score-diff-perc": "+34.28896%",
+ "tooltip": "score = 0.9130544856230032\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.23314 (+34.28896%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -455748,11 +455748,11 @@
21,
27
),
- "score": 0.912761579379562,
- "score-diff": "-0.4701305491622485",
- "score-diff-perc": "-33.99618%",
- "tooltip": "score = 0.912761579379562\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.47013 (-33.99618%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1.0455905687401987,
+ "score-diff": "-0.3373015598016118",
+ "score-diff-perc": "-24.39102%",
+ "tooltip": "score = 1.0455905687401987\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.33730 (-24.39102%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -455774,11 +455774,11 @@
21,
27
),
- "score": 1.0455905687401987,
- "score-diff": "0.1328289893606367",
- "score-diff-perc": "+14.55243%",
- "tooltip": "score = 1.0455905687401987\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.13283 (+14.55243%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.8679795728534259,
+ "score-diff": "-0.17761099588677287",
+ "score-diff-perc": "-16.98667%",
+ "tooltip": "score = 0.8679795728534259\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.17761 (-16.98667%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -455800,11 +455800,11 @@
21,
27
),
- "score": 0.8679795728534259,
- "score-diff": "-0.17761099588677287",
- "score-diff-perc": "-16.98667%",
- "tooltip": "score = 0.8679795728534259\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.17761 (-16.98667%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.912761579379562,
+ "score-diff": "0.044782006526136175",
+ "score-diff-perc": "+5.15934%",
+ "tooltip": "score = 0.912761579379562\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04478 (+5.15934%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -455827,9 +455827,9 @@
32
),
"score": 0.9226770867158671,
- "score-diff": "0.05469751386244126",
- "score-diff-perc": "+6.30171%",
- "tooltip": "score = 0.9226770867158671\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.05470 (+6.30171%)",
+ "score-diff": "0.009915507336305085",
+ "score-diff-perc": "+1.08632%",
+ "tooltip": "score = 0.9226770867158671\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00992 (+1.08632%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -460272,11 +460272,11 @@
19,
52
),
- "score": 0.931642989753144,
- "score-diff": "-0.21358607034988975",
- "score-diff-perc": "-18.65007%",
- "tooltip": "score = 0.931642989753144\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.21359 (-18.65007%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.9522086144693004,
+ "score-diff": "-0.19302044563373333",
+ "score-diff-perc": "-16.85431%",
+ "tooltip": "score = 0.9522086144693004\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.19302 (-16.85431%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -460298,11 +460298,11 @@
19,
52
),
- "score": 0.9522086144693004,
- "score-diff": "0.020565624716156417",
- "score-diff-perc": "+2.20746%",
- "tooltip": "score = 0.9522086144693004\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.02057 (+2.20746%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.931642989753144,
+ "score-diff": "-0.020565624716156417",
+ "score-diff-perc": "-2.15978%",
+ "tooltip": "score = 0.931642989753144\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.02057 (-2.15978%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -461839,11 +461839,11 @@
21,
27
),
- "score": 2.1293450765957447,
- "score-diff": "-0.375609444055069",
- "score-diff-perc": "-14.99466%",
- "tooltip": "score = 2.1293450765957447\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.37561 (-14.99466%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1.5102930286792453,
+ "score-diff": "-0.9946614919715684",
+ "score-diff-perc": "-39.70777%",
+ "tooltip": "score = 1.5102930286792453\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.99466 (-39.70777%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -461865,11 +461865,11 @@
21,
27
),
- "score": 1.5102930286792453,
- "score-diff": "-0.6190520479164994",
- "score-diff-perc": "-29.07242%",
- "tooltip": "score = 1.5102930286792453\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.61905 (-29.07242%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1.685216249368155,
+ "score-diff": "0.17492322068890975",
+ "score-diff-perc": "+11.58207%",
+ "tooltip": "score = 1.685216249368155\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.17492 (+11.58207%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -461891,11 +461891,11 @@
21,
27
),
- "score": 1.685216249368155,
- "score-diff": "0.17492322068890975",
- "score-diff-perc": "+11.58207%",
- "tooltip": "score = 1.685216249368155\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.17492 (+11.58207%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 2.1293450765957447,
+ "score-diff": "0.4441288272275896",
+ "score-diff-perc": "+26.35441%",
+ "tooltip": "score = 2.1293450765957447\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.44413 (+26.35441%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -461918,9 +461918,9 @@
32
),
"score": 2.127760605319149,
- "score-diff": "0.44254435595099384",
- "score-diff-perc": "+26.26039%",
- "tooltip": "score = 2.127760605319149\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.44254 (+26.26039%)",
+ "score-diff": "-0.001584471276595778",
+ "score-diff-perc": "-0.07441%",
+ "tooltip": "score = 2.127760605319149\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.00158 (-0.07441%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -466363,11 +466363,11 @@
19,
52
),
- "score": 1.9169067327586207,
- "score-diff": "-0.07740497810877711",
- "score-diff-perc": "-3.88129%",
- "tooltip": "score = 1.9169067327586207\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.07740 (-3.88129%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 2.118893778601695,
+ "score-diff": "0.12458206773429725",
+ "score-diff-perc": "+6.24687%",
+ "tooltip": "score = 2.118893778601695\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.12458 (+6.24687%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -466389,11 +466389,11 @@
19,
52
),
- "score": 2.118893778601695,
- "score-diff": "0.20198704584307436",
- "score-diff-perc": "+10.53713%",
- "tooltip": "score = 2.118893778601695\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.20199 (+10.53713%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1.9169067327586207,
+ "score-diff": "-0.20198704584307436",
+ "score-diff-perc": "-9.53267%",
+ "tooltip": "score = 1.9169067327586207\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.20199 (-9.53267%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -467930,11 +467930,11 @@
21,
27
),
- "score": 1.1078135437430787,
- "score-diff": "-0.10815203680403385",
- "score-diff-perc": "-8.89433%",
- "tooltip": "score = 1.1078135437430787\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.10815 (-8.89433%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.8161107454100367,
+ "score-diff": "-0.39985483513707587",
+ "score-diff-perc": "-32.88373%",
+ "tooltip": "score = 0.8161107454100367\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.39985 (-32.88373%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -467956,11 +467956,11 @@
21,
27
),
- "score": 0.8161107454100367,
- "score-diff": "-0.291702798333042",
- "score-diff-perc": "-26.33140%",
- "tooltip": "score = 0.8161107454100367\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.29170 (-26.33140%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.8588634177758695,
+ "score-diff": "0.0427526723658328",
+ "score-diff-perc": "+5.23859%",
+ "tooltip": "score = 0.8588634177758695\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04275 (+5.23859%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -467982,11 +467982,11 @@
21,
27
),
- "score": 0.8588634177758695,
- "score-diff": "0.0427526723658328",
- "score-diff-perc": "+5.23859%",
- "tooltip": "score = 0.8588634177758695\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04275 (+5.23859%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 1.1078135437430787,
+ "score-diff": "0.24895012596720922",
+ "score-diff-perc": "+28.98600%",
+ "tooltip": "score = 1.1078135437430787\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.24895 (+28.98600%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -468009,9 +468009,9 @@
32
),
"score": 1.1469553354357798,
- "score-diff": "0.28809191765991027",
- "score-diff-perc": "+33.54339%",
- "tooltip": "score = 1.1469553354357798\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.28809 (+33.54339%)",
+ "score-diff": "0.039141791692701045",
+ "score-diff-perc": "+3.53325%",
+ "tooltip": "score = 1.1469553354357798\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.03914 (+3.53325%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -472454,11 +472454,11 @@
19,
52
),
- "score": 0.9117202032816774,
- "score-diff": "-0.0003873844976204355",
- "score-diff-perc": "-0.04247%",
- "tooltip": "score = 0.9117202032816774\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00039 (-0.04247%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.0720088167202573,
+ "score-diff": "0.15990122894095948",
+ "score-diff-perc": "+17.53096%",
+ "tooltip": "score = 1.0720088167202573\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.15990 (+17.53096%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -472480,11 +472480,11 @@
19,
52
),
- "score": 1.0720088167202573,
- "score-diff": "0.16028861343857992",
- "score-diff-perc": "+17.58090%",
- "tooltip": "score = 1.0720088167202573\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.16029 (+17.58090%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.9117202032816774,
+ "score-diff": "-0.16028861343857992",
+ "score-diff-perc": "-14.95217%",
+ "tooltip": "score = 0.9117202032816774\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.16029 (-14.95217%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -474021,11 +474021,11 @@
21,
27
),
- "score": 1.0868247093970669,
- "score-diff": "0.13954710380994562",
- "score-diff-perc": "+14.73138%",
- "tooltip": "score = 1.0868247093970669\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.13955 (+14.73138%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.8038386512655685,
+ "score-diff": "-0.14343895432155274",
+ "score-diff-perc": "-15.14223%",
+ "tooltip": "score = 0.8038386512655685\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.14344 (-15.14223%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -474047,11 +474047,11 @@
21,
27
),
- "score": 0.8038386512655685,
- "score-diff": "-0.28298605813149835",
- "score-diff-perc": "-26.03787%",
- "tooltip": "score = 0.8038386512655685\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.28299 (-26.03787%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.9011985240882485,
+ "score-diff": "0.09735987282268",
+ "score-diff-perc": "+12.11187%",
+ "tooltip": "score = 0.9011985240882485\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.09736 (+12.11187%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -474073,11 +474073,11 @@
21,
27
),
- "score": 0.9011985240882485,
- "score-diff": "0.09735987282268",
- "score-diff-perc": "+12.11187%",
- "tooltip": "score = 0.9011985240882485\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.09736 (+12.11187%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 1.0868247093970669,
+ "score-diff": "0.18562618530881836",
+ "score-diff-perc": "+20.59770%",
+ "tooltip": "score = 1.0868247093970669\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.18563 (+20.59770%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -474100,9 +474100,9 @@
32
),
"score": 0.9897817225519288,
- "score-diff": "0.08858319846368023",
- "score-diff-perc": "+9.82949%",
- "tooltip": "score = 0.9897817225519288\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.08858 (+9.82949%)",
+ "score-diff": "-0.09704298684513812",
+ "score-diff-perc": "-8.92904%",
+ "tooltip": "score = 0.9897817225519288\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.09704 (-8.92904%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -478545,11 +478545,11 @@
19,
52
),
- "score": 0.9340463398692811,
- "score-diff": "-0.11831829137743122",
- "score-diff-perc": "-11.24309%",
- "tooltip": "score = 0.9340463398692811\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.11832 (-11.24309%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.0033195411233702,
+ "score-diff": "-0.04904509012334213",
+ "score-diff-perc": "-4.66047%",
+ "tooltip": "score = 1.0033195411233702\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.04905 (-4.66047%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -478571,11 +478571,11 @@
19,
52
),
- "score": 1.0033195411233702,
- "score-diff": "0.06927320125408909",
- "score-diff-perc": "+7.41646%",
- "tooltip": "score = 1.0033195411233702\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.06927 (+7.41646%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.9340463398692811,
+ "score-diff": "-0.06927320125408909",
+ "score-diff-perc": "-6.90440%",
+ "tooltip": "score = 0.9340463398692811\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.06927 (-6.90440%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -480112,11 +480112,11 @@
21,
27
),
- "score": 3.448774102859166,
- "score-diff": "1.2325679955154678",
- "score-diff-perc": "+55.61613%",
- "tooltip": "score = 3.448774102859166\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.23257 (+55.61613%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 3.765094785190616,
+ "score-diff": "1.548888677846918",
+ "score-diff-perc": "+69.88920%",
+ "tooltip": "score = 3.765094785190616\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.54889 (+69.88920%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -480138,11 +480138,11 @@
21,
27
),
- "score": 3.765094785190616,
- "score-diff": "0.31632068233145016",
- "score-diff-perc": "+9.17197%",
- "tooltip": "score = 3.765094785190616\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.31632 (+9.17197%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 4.045968557788804,
+ "score-diff": "0.2808737725981878",
+ "score-diff-perc": "+7.45994%",
+ "tooltip": "score = 4.045968557788804\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.28087 (+7.45994%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -480164,11 +480164,11 @@
21,
27
),
- "score": 4.045968557788804,
- "score-diff": "0.2808737725981878",
- "score-diff-perc": "+7.45994%",
- "tooltip": "score = 4.045968557788804\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.28087 (+7.45994%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 3.448774102859166,
+ "score-diff": "-0.597194454929638",
+ "score-diff-perc": "-14.76023%",
+ "tooltip": "score = 3.448774102859166\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.59719 (-14.76023%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -480191,9 +480191,9 @@
32
),
"score": 2.3839051374354563,
- "score-diff": "-1.6620634203533475",
- "score-diff-perc": "-41.07949%",
- "tooltip": "score = 2.3839051374354563\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -1.66206 (-41.07949%)",
+ "score-diff": "-1.0648689654237096",
+ "score-diff-perc": "-30.87674%",
+ "tooltip": "score = 2.3839051374354563\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -1.06487 (-30.87674%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -484636,11 +484636,11 @@
19,
52
),
- "score": 2.4532191242416226,
- "score-diff": "-0.015647114961237385",
- "score-diff-perc": "-0.63378%",
- "tooltip": "score = 2.4532191242416226\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01565 (-0.63378%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 2.50740060717784,
+ "score-diff": "0.03853436797498011",
+ "score-diff-perc": "+1.56081%",
+ "tooltip": "score = 2.50740060717784\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.03853 (+1.56081%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -484662,11 +484662,11 @@
19,
52
),
- "score": 2.50740060717784,
- "score-diff": "0.054181482936217495",
- "score-diff-perc": "+2.20859%",
- "tooltip": "score = 2.50740060717784\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.05418 (+2.20859%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 2.4532191242416226,
+ "score-diff": "-0.054181482936217495",
+ "score-diff-perc": "-2.16086%",
+ "tooltip": "score = 2.4532191242416226\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.05418 (-2.16086%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -486203,11 +486203,11 @@
21,
27
),
- "score": 20.777024437931033,
- "score-diff": "-2.751410058162719",
- "score-diff-perc": "-11.69398%",
- "tooltip": "score = 20.777024437931033\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.75141 (-11.69398%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 20.99093711888112,
+ "score-diff": "-2.537497377212631",
+ "score-diff-perc": "-10.78481%",
+ "tooltip": "score = 20.99093711888112\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.53750 (-10.78481%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -486229,11 +486229,11 @@
21,
27
),
- "score": 20.99093711888112,
- "score-diff": "0.21391268095008797",
- "score-diff-perc": "+1.02956%",
- "tooltip": "score = 20.99093711888112\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.21391 (+1.02956%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 21.448554063095237,
+ "score-diff": "0.4576169442141165",
+ "score-diff-perc": "+2.18007%",
+ "tooltip": "score = 21.448554063095237\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.45762 (+2.18007%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -486255,11 +486255,11 @@
21,
27
),
- "score": 21.448554063095237,
- "score-diff": "0.4576169442141165",
- "score-diff-perc": "+2.18007%",
- "tooltip": "score = 21.448554063095237\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.45762 (+2.18007%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 20.777024437931033,
+ "score-diff": "-0.6715296251642044",
+ "score-diff-perc": "-3.13089%",
+ "tooltip": "score = 20.777024437931033\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.67153 (-3.13089%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -486282,9 +486282,9 @@
32
),
"score": 24.292504573653474,
- "score-diff": "2.843950510558237",
- "score-diff-perc": "+13.25940%",
- "tooltip": "score = 24.292504573653474\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.84395 (+13.25940%)",
+ "score-diff": "3.5154801357224414",
+ "score-diff-perc": "+16.92004%",
+ "tooltip": "score = 24.292504573653474\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +3.51548 (+16.92004%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -490727,11 +490727,11 @@
19,
52
),
- "score": 23.780251819072422,
- "score-diff": "0.676763630735568",
- "score-diff-perc": "+2.92927%",
- "tooltip": "score = 23.780251819072422\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.67676 (+2.92927%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 22.98271493065268,
+ "score-diff": "-0.12077325768417424",
+ "score-diff-perc": "-0.52275%",
+ "tooltip": "score = 22.98271493065268\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.12077 (-0.52275%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -490753,11 +490753,11 @@
19,
52
),
- "score": 22.98271493065268,
- "score-diff": "-0.7975368884197422",
- "score-diff-perc": "-3.35378%",
- "tooltip": "score = 22.98271493065268\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.79754 (-3.35378%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 23.780251819072422,
+ "score-diff": "0.7975368884197422",
+ "score-diff-perc": "+3.47016%",
+ "tooltip": "score = 23.780251819072422\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.79754 (+3.47016%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -491228,11 +491228,11 @@
19,
52
),
- "score": 14.34565514517336,
- "score-diff": "0.022868980887645662",
- "score-diff-perc": "+0.15967%",
- "tooltip": "score = 14.34565514517336\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.02287 (+0.15967%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 14.23722346304659,
+ "score-diff": "-0.0855627012391249",
+ "score-diff-perc": "-0.59739%",
+ "tooltip": "score = 14.23722346304659\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.08556 (-0.59739%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -491254,11 +491254,11 @@
19,
52
),
- "score": 14.23722346304659,
- "score-diff": "-0.10843168212677057",
- "score-diff-perc": "-0.75585%",
- "tooltip": "score = 14.23722346304659\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.10843 (-0.75585%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 14.34565514517336,
+ "score-diff": "0.10843168212677057",
+ "score-diff-perc": "+0.76161%",
+ "tooltip": "score = 14.34565514517336\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.10843 (+0.76161%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -492795,11 +492795,11 @@
21,
27
),
- "score": 5.320687130883892,
- "score-diff": "0.31260789487165574",
- "score-diff-perc": "+6.24207%",
- "tooltip": "score = 5.320687130883892\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.31261 (+6.24207%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 5.06374971394502,
+ "score-diff": "0.055670477932784124",
+ "score-diff-perc": "+1.11161%",
+ "tooltip": "score = 5.06374971394502\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.05567 (+1.11161%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -492821,11 +492821,11 @@
21,
27
),
- "score": 5.06374971394502,
- "score-diff": "-0.2569374169388716",
- "score-diff-perc": "-4.82903%",
- "tooltip": "score = 5.06374971394502\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.25694 (-4.82903%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 4.854143654760258,
+ "score-diff": "-0.20960605918476194",
+ "score-diff-perc": "-4.13934%",
+ "tooltip": "score = 4.854143654760258\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.20961 (-4.13934%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -492847,11 +492847,11 @@
21,
27
),
- "score": 4.854143654760258,
- "score-diff": "-0.20960605918476194",
- "score-diff-perc": "-4.13934%",
- "tooltip": "score = 4.854143654760258\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.20961 (-4.13934%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 5.320687130883892,
+ "score-diff": "0.46654347612363356",
+ "score-diff-perc": "+9.61124%",
+ "tooltip": "score = 5.320687130883892\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.46654 (+9.61124%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -492874,9 +492874,9 @@
32
),
"score": 4.54087400029657,
- "score-diff": "-0.3132696544636877",
- "score-diff-perc": "-6.45365%",
- "tooltip": "score = 4.54087400029657\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.31327 (-6.45365%)",
+ "score-diff": "-0.7798131305873213",
+ "score-diff-perc": "-14.65625%",
+ "tooltip": "score = 4.54087400029657\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.77981 (-14.65625%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -497319,11 +497319,11 @@
19,
52
),
- "score": 4.978968799304837,
- "score-diff": "0.03808145072141844",
- "score-diff-perc": "+0.77074%",
- "tooltip": "score = 4.978968799304837\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.03808 (+0.77074%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 4.90582894406945,
+ "score-diff": "-0.035058404513968355",
+ "score-diff-perc": "-0.70956%",
+ "tooltip": "score = 4.90582894406945\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.03506 (-0.70956%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -497345,11 +497345,11 @@
19,
52
),
- "score": 4.90582894406945,
- "score-diff": "-0.0731398552353868",
- "score-diff-perc": "-1.46898%",
- "tooltip": "score = 4.90582894406945\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.07314 (-1.46898%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 4.978968799304837,
+ "score-diff": "0.0731398552353868",
+ "score-diff-perc": "+1.49088%",
+ "tooltip": "score = 4.978968799304837\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.07314 (+1.49088%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -498886,11 +498886,11 @@
21,
27
),
- "score": 13.813840614607663,
- "score-diff": "-3.3697229819179384",
- "score-diff-perc": "-19.61015%",
- "tooltip": "score = 13.813840614607663\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.36972 (-19.61015%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 14.061802726589796,
+ "score-diff": "-3.1217608699358053",
+ "score-diff-perc": "-18.16713%",
+ "tooltip": "score = 14.061802726589796\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.12176 (-18.16713%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -498912,11 +498912,11 @@
21,
27
),
- "score": 14.061802726589796,
- "score-diff": "0.24796211198213314",
- "score-diff-perc": "+1.79503%",
- "tooltip": "score = 14.061802726589796\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.24796 (+1.79503%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 14.329602779562542,
+ "score-diff": "0.26780005297274556",
+ "score-diff-perc": "+1.90445%",
+ "tooltip": "score = 14.329602779562542\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.26780 (+1.90445%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -498938,11 +498938,11 @@
21,
27
),
- "score": 14.329602779562542,
- "score-diff": "0.26780005297274556",
- "score-diff-perc": "+1.90445%",
- "tooltip": "score = 14.329602779562542\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.26780 (+1.90445%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 13.813840614607663,
+ "score-diff": "-0.5157621649548787",
+ "score-diff-perc": "-3.59928%",
+ "tooltip": "score = 13.813840614607663\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.51576 (-3.59928%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -498965,9 +498965,9 @@
32
),
"score": 17.322901224951828,
- "score-diff": "2.9932984453892857",
- "score-diff-perc": "+20.88891%",
- "tooltip": "score = 17.322901224951828\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.99330 (+20.88891%)",
+ "score-diff": "3.5090606103441644",
+ "score-diff-perc": "+25.40250%",
+ "tooltip": "score = 17.322901224951828\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +3.50906 (+25.40250%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -503410,11 +503410,11 @@
19,
52
),
- "score": 18.4879527607362,
- "score-diff": "0.8977408045958484",
- "score-diff-perc": "+5.10364%",
- "tooltip": "score = 18.4879527607362\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.89774 (+5.10364%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 18.697016363354038,
+ "score-diff": "1.1068044072136871",
+ "score-diff-perc": "+6.29216%",
+ "tooltip": "score = 18.697016363354038\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.10680 (+6.29216%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -503436,11 +503436,11 @@
19,
52
),
- "score": 18.697016363354038,
- "score-diff": "0.20906360261783874",
- "score-diff-perc": "+1.13081%",
- "tooltip": "score = 18.697016363354038\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.20906 (+1.13081%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 18.4879527607362,
+ "score-diff": "-0.20906360261783874",
+ "score-diff-perc": "-1.11817%",
+ "tooltip": "score = 18.4879527607362\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.20906 (-1.11817%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -503911,11 +503911,11 @@
19,
52
),
- "score": 13.036969558247034,
- "score-diff": "-0.25357583212007384",
- "score-diff-perc": "-1.90794%",
- "tooltip": "score = 13.036969558247034\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.25358 (-1.90794%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 13.029431529827388,
+ "score-diff": "-0.2611138605397194",
+ "score-diff-perc": "-1.96466%",
+ "tooltip": "score = 13.029431529827388\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.26111 (-1.96466%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -503937,11 +503937,11 @@
19,
52
),
- "score": 13.029431529827388,
- "score-diff": "-0.0075380284196455705",
- "score-diff-perc": "-0.05782%",
- "tooltip": "score = 13.029431529827388\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00754 (-0.05782%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 13.036969558247034,
+ "score-diff": "0.0075380284196455705",
+ "score-diff-perc": "+0.05785%",
+ "tooltip": "score = 13.036969558247034\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00754 (+0.05785%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -505478,11 +505478,11 @@
21,
27
),
- "score": 0.21346656897901103,
- "score-diff": "-0.36346906820614566",
- "score-diff-perc": "-62.99993%",
- "tooltip": "score = 0.21346656897901103\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.36347 (-62.99993%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.21375139626674267,
+ "score-diff": "-0.36318424091841406",
+ "score-diff-perc": "-62.95056%",
+ "tooltip": "score = 0.21375139626674267\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.36318 (-62.95056%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -505504,11 +505504,11 @@
21,
27
),
- "score": 0.21375139626674267,
- "score-diff": "0.0002848272877316316",
- "score-diff-perc": "+0.13343%",
- "tooltip": "score = 0.21375139626674267\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00028 (+0.13343%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.2133487757946384,
+ "score-diff": "-0.00040262047210426477",
+ "score-diff-perc": "-0.18836%",
+ "tooltip": "score = 0.2133487757946384\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00040 (-0.18836%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -505530,11 +505530,11 @@
21,
27
),
- "score": 0.2133487757946384,
- "score-diff": "-0.00040262047210426477",
- "score-diff-perc": "-0.18836%",
- "tooltip": "score = 0.2133487757946384\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00040 (-0.18836%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.21346656897901103,
+ "score-diff": "0.0001177931843726332",
+ "score-diff-perc": "+0.05521%",
+ "tooltip": "score = 0.21346656897901103\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00012 (+0.05521%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -505557,9 +505557,9 @@
32
),
"score": 0.604385858178888,
- "score-diff": "0.3910370823842496",
- "score-diff-perc": "+183.28536%",
- "tooltip": "score = 0.604385858178888\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.39104 (+183.28536%)",
+ "score-diff": "0.39091928919987695",
+ "score-diff-perc": "+183.12905%",
+ "tooltip": "score = 0.604385858178888\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.39092 (+183.12905%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -510002,11 +510002,11 @@
19,
52
),
- "score": 0.6155122750769231,
- "score-diff": "0.01494226386795594",
- "score-diff-perc": "+2.48801%",
- "tooltip": "score = 0.6155122750769231\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01494 (+2.48801%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.6052723532378455,
+ "score-diff": "0.004702342028878315",
+ "score-diff-perc": "+0.78298%",
+ "tooltip": "score = 0.6052723532378455\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00470 (+0.78298%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -510028,11 +510028,11 @@
19,
52
),
- "score": 0.6052723532378455,
- "score-diff": "-0.010239921839077626",
- "score-diff-perc": "-1.66364%",
- "tooltip": "score = 0.6052723532378455\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01024 (-1.66364%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.6155122750769231,
+ "score-diff": "0.010239921839077626",
+ "score-diff-perc": "+1.69179%",
+ "tooltip": "score = 0.6155122750769231\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01024 (+1.69179%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -511569,11 +511569,11 @@
21,
27
),
- "score": 1.317338773046532,
- "score-diff": "-0.8589181457351938",
- "score-diff-perc": "-39.46768%",
- "tooltip": "score = 1.317338773046532\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.85892 (-39.46768%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1.319135250989011,
+ "score-diff": "-0.8571216677927147",
+ "score-diff-perc": "-39.38513%",
+ "tooltip": "score = 1.319135250989011\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.85712 (-39.38513%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -511595,11 +511595,11 @@
21,
27
),
- "score": 1.319135250989011,
- "score-diff": "0.0017964779424790578",
- "score-diff-perc": "+0.13637%",
- "tooltip": "score = 1.319135250989011\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00180 (+0.13637%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1.3166534137779728,
+ "score-diff": "-0.002481837211038229",
+ "score-diff-perc": "-0.18814%",
+ "tooltip": "score = 1.3166534137779728\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00248 (-0.18814%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -511621,11 +511621,11 @@
21,
27
),
- "score": 1.3166534137779728,
- "score-diff": "-0.002481837211038229",
- "score-diff-perc": "-0.18814%",
- "tooltip": "score = 1.3166534137779728\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00248 (-0.18814%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 1.317338773046532,
+ "score-diff": "0.0006853592685591714",
+ "score-diff-perc": "+0.05205%",
+ "tooltip": "score = 1.317338773046532\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00069 (+0.05205%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -511648,9 +511648,9 @@
32
),
"score": 2.2023861452677918,
- "score-diff": "0.8857327314898189",
- "score-diff-perc": "+67.27152%",
- "tooltip": "score = 2.2023861452677918\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.88573 (+67.27152%)",
+ "score-diff": "0.8850473722212597",
+ "score-diff-perc": "+67.18449%",
+ "tooltip": "score = 2.2023861452677918\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.88505 (+67.18449%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -516093,11 +516093,11 @@
19,
52
),
- "score": 2.855525261655566,
- "score-diff": "-0.028868564473156333",
- "score-diff-perc": "-1.00085%",
- "tooltip": "score = 2.855525261655566\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.02887 (-1.00085%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 2.830898354716981,
+ "score-diff": "-0.05349547141174149",
+ "score-diff-perc": "-1.85465%",
+ "tooltip": "score = 2.830898354716981\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.05350 (-1.85465%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -516119,11 +516119,11 @@
19,
52
),
- "score": 2.830898354716981,
- "score-diff": "-0.024626906938585158",
- "score-diff-perc": "-0.86243%",
- "tooltip": "score = 2.830898354716981\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.02463 (-0.86243%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 2.855525261655566,
+ "score-diff": "0.024626906938585158",
+ "score-diff-perc": "+0.86993%",
+ "tooltip": "score = 2.855525261655566\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.02463 (+0.86993%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -517634,11 +517634,11 @@
21,
27
),
- "score": 0.18757234835886213,
- "score-diff": "-0.1296801520112341",
- "score-diff-perc": "-40.87601%",
- "tooltip": "score = 0.18757234835886213\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.12968 (-40.87601%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.1876284750469043,
+ "score-diff": "-0.12962402532319192",
+ "score-diff-perc": "-40.85831%",
+ "tooltip": "score = 0.1876284750469043\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.12962 (-40.85831%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -517660,11 +517660,11 @@
21,
27
),
- "score": 0.1876284750469043,
- "score-diff": "5.612668804216847e-05",
- "score-diff-perc": "+0.02992%",
- "tooltip": "score = 0.1876284750469043\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00006 (+0.02992%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.187727337379552,
+ "score-diff": "9.886233264769229e-05",
+ "score-diff-perc": "+0.05269%",
+ "tooltip": "score = 0.187727337379552\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00010 (+0.05269%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -517686,11 +517686,11 @@
21,
27
),
- "score": 0.187727337379552,
- "score-diff": "9.886233264769229e-05",
- "score-diff-perc": "+0.05269%",
- "tooltip": "score = 0.187727337379552\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00010 (+0.05269%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.18757234835886213,
+ "score-diff": "-0.00015498902068986076",
+ "score-diff-perc": "-0.08256%",
+ "tooltip": "score = 0.18757234835886213\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00015 (-0.08256%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -517713,9 +517713,9 @@
32
),
"score": 0.2951552195769798,
- "score-diff": "0.10742788219742783",
- "score-diff-perc": "+57.22549%",
- "tooltip": "score = 0.2951552195769798\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.10743 (+57.22549%)",
+ "score-diff": "0.10758287121811769",
+ "score-diff-perc": "+57.35540%",
+ "tooltip": "score = 0.2951552195769798\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.10758 (+57.35540%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -522158,11 +522158,11 @@
19,
52
),
- "score": 0.7269787191664647,
- "score-diff": "0.008129067752952523",
- "score-diff-perc": "+1.13084%",
- "tooltip": "score = 0.7269787191664647\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00813 (+1.13084%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.7241364660873763,
+ "score-diff": "0.005286814673864049",
+ "score-diff-perc": "+0.73545%",
+ "tooltip": "score = 0.7241364660873763\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00529 (+0.73545%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -522184,11 +522184,11 @@
19,
52
),
- "score": 0.7241364660873763,
- "score-diff": "-0.002842253079088475",
- "score-diff-perc": "-0.39097%",
- "tooltip": "score = 0.7241364660873763\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00284 (-0.39097%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.7269787191664647,
+ "score-diff": "0.002842253079088475",
+ "score-diff-perc": "+0.39250%",
+ "tooltip": "score = 0.7269787191664647\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00284 (+0.39250%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -523725,11 +523725,11 @@
21,
27
),
- "score": 0.17258990445237,
- "score-diff": "-0.933782444367689",
- "score-diff-perc": "-84.40038%",
- "tooltip": "score = 0.17258990445237\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.93378 (-84.40038%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.1798972458927929,
+ "score-diff": "-0.9264751029272661",
+ "score-diff-perc": "-83.73990%",
+ "tooltip": "score = 0.1798972458927929\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.92648 (-83.73990%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -523751,11 +523751,11 @@
21,
27
),
- "score": 0.1798972458927929,
- "score-diff": "0.007307341440422915",
- "score-diff-perc": "+4.23393%",
- "tooltip": "score = 0.1798972458927929\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00731 (+4.23393%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.17575344086462422,
+ "score-diff": "-0.00414380502816869",
+ "score-diff-perc": "-2.30343%",
+ "tooltip": "score = 0.17575344086462422\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00414 (-2.30343%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -523777,11 +523777,11 @@
21,
27
),
- "score": 0.17575344086462422,
- "score-diff": "-0.00414380502816869",
- "score-diff-perc": "-2.30343%",
- "tooltip": "score = 0.17575344086462422\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00414 (-2.30343%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.17258990445237,
+ "score-diff": "-0.0031635364122542253",
+ "score-diff-perc": "-1.79999%",
+ "tooltip": "score = 0.17258990445237\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00316 (-1.79999%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -523804,9 +523804,9 @@
32
),
"score": 1.1170209877140729,
- "score-diff": "0.9412675468494487",
- "score-diff-perc": "+535.56138%",
- "tooltip": "score = 1.1170209877140729\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.94127 (+535.56138%)",
+ "score-diff": "0.9444310832617029",
+ "score-diff-perc": "+547.21108%",
+ "tooltip": "score = 1.1170209877140729\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.94443 (+547.21108%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -528249,11 +528249,11 @@
19,
52
),
- "score": 0.9333146923794712,
- "score-diff": "0.07545281702212414",
- "score-diff-perc": "+8.79545%",
- "tooltip": "score = 0.9333146923794712\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.07545 (+8.79545%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.9217209748079878,
+ "score-diff": "0.06385909945064072",
+ "score-diff-perc": "+7.44398%",
+ "tooltip": "score = 0.9217209748079878\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.06386 (+7.44398%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -528275,11 +528275,11 @@
19,
52
),
- "score": 0.9217209748079878,
- "score-diff": "-0.01159371757148342",
- "score-diff-perc": "-1.24221%",
- "tooltip": "score = 0.9217209748079878\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01159 (-1.24221%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.9333146923794712,
+ "score-diff": "0.01159371757148342",
+ "score-diff-perc": "+1.25783%",
+ "tooltip": "score = 0.9333146923794712\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01159 (+1.25783%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -529816,11 +529816,11 @@
21,
27
),
- "score": 1.0666322378243869,
- "score-diff": "-0.596144671870904",
- "score-diff-perc": "-35.85235%",
- "tooltip": "score = 1.0666322378243869\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.59614 (-35.85235%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1.0765123196986006,
+ "score-diff": "-0.5862645899966903",
+ "score-diff-perc": "-35.25816%",
+ "tooltip": "score = 1.0765123196986006\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.58626 (-35.25816%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -529842,11 +529842,11 @@
21,
27
),
- "score": 1.0765123196986006,
- "score-diff": "0.009880081874213742",
- "score-diff-perc": "+0.92629%",
- "tooltip": "score = 1.0765123196986006\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00988 (+0.92629%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1.0677952117437723,
+ "score-diff": "-0.008717107954828274",
+ "score-diff-perc": "-0.80975%",
+ "tooltip": "score = 1.0677952117437723\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00872 (-0.80975%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -529868,11 +529868,11 @@
21,
27
),
- "score": 1.0677952117437723,
- "score-diff": "-0.008717107954828274",
- "score-diff-perc": "-0.80975%",
- "tooltip": "score = 1.0677952117437723\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00872 (-0.80975%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 1.0666322378243869,
+ "score-diff": "-0.0011629739193854682",
+ "score-diff-perc": "-0.10891%",
+ "tooltip": "score = 1.0666322378243869\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00116 (-0.10891%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -529895,9 +529895,9 @@
32
),
"score": 1.634303522875817,
- "score-diff": "0.5665083111320446",
- "score-diff-perc": "+53.05402%",
- "tooltip": "score = 1.634303522875817\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.56651 (+53.05402%)",
+ "score-diff": "0.56767128505143",
+ "score-diff-perc": "+53.22090%",
+ "tooltip": "score = 1.634303522875817\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.56767 (+53.22090%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -534340,11 +534340,11 @@
19,
52
),
- "score": 1.697239750565611,
- "score-diff": "-0.027026031743406786",
- "score-diff-perc": "-1.56739%",
- "tooltip": "score = 1.697239750565611\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.02703 (-1.56739%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.7066690972696246,
+ "score-diff": "-0.017596685039393156",
+ "score-diff-perc": "-1.02053%",
+ "tooltip": "score = 1.7066690972696246\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01760 (-1.02053%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -534366,11 +534366,11 @@
19,
52
),
- "score": 1.7066690972696246,
- "score-diff": "0.00942934670401363",
- "score-diff-perc": "+0.55557%",
- "tooltip": "score = 1.7066690972696246\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00943 (+0.55557%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1.697239750565611,
+ "score-diff": "-0.00942934670401363",
+ "score-diff-perc": "-0.55250%",
+ "tooltip": "score = 1.697239750565611\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00943 (-0.55250%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -535907,11 +535907,11 @@
21,
27
),
- "score": 5.789109026974952,
- "score-diff": "-0.12853131948174124",
- "score-diff-perc": "-2.17200%",
- "tooltip": "score = 5.789109026974952\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.12853 (-2.17200%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 6.0924771643002025,
+ "score-diff": "0.17483681784350935",
+ "score-diff-perc": "+2.95450%",
+ "tooltip": "score = 6.0924771643002025\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.17484 (+2.95450%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -535933,11 +535933,11 @@
21,
27
),
- "score": 6.0924771643002025,
- "score-diff": "0.3033681373252506",
- "score-diff-perc": "+5.24033%",
- "tooltip": "score = 6.0924771643002025\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.30337 (+5.24033%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 6.425113689507494,
+ "score-diff": "0.3326365252072918",
+ "score-diff-perc": "+5.45979%",
+ "tooltip": "score = 6.425113689507494\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.33264 (+5.45979%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -535959,11 +535959,11 @@
21,
27
),
- "score": 6.425113689507494,
- "score-diff": "0.3326365252072918",
- "score-diff-perc": "+5.45979%",
- "tooltip": "score = 6.425113689507494\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.33264 (+5.45979%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 5.789109026974952,
+ "score-diff": "-0.6360046625325424",
+ "score-diff-perc": "-9.89873%",
+ "tooltip": "score = 5.789109026974952\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.63600 (-9.89873%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -535986,9 +535986,9 @@
32
),
"score": 6.379853526539278,
- "score-diff": "-0.045260162968216555",
- "score-diff-perc": "-0.70443%",
- "tooltip": "score = 6.379853526539278\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.04526 (-0.70443%)",
+ "score-diff": "0.5907444995643258",
+ "score-diff-perc": "+10.20441%",
+ "tooltip": "score = 6.379853526539278\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.59074 (+10.20441%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -540431,11 +540431,11 @@
19,
52
),
- "score": 6.662464596452328,
- "score-diff": "-0.14714164164290988",
- "score-diff-perc": "-2.16080%",
- "tooltip": "score = 6.662464596452328\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.14714 (-2.16080%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 6.421403450854701,
+ "score-diff": "-0.38820278724053736",
+ "score-diff-perc": "-5.70081%",
+ "tooltip": "score = 6.421403450854701\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.38820 (-5.70081%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -540457,11 +540457,11 @@
19,
52
),
- "score": 6.421403450854701,
- "score-diff": "-0.24106114559762748",
- "score-diff-perc": "-3.61820%",
- "tooltip": "score = 6.421403450854701\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.24106 (-3.61820%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 6.662464596452328,
+ "score-diff": "0.24106114559762748",
+ "score-diff-perc": "+3.75403%",
+ "tooltip": "score = 6.662464596452328\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.24106 (+3.75403%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -541998,11 +541998,11 @@
21,
27
),
- "score": 0.05689190224523078,
- "score-diff": "-0.04042892644946235",
- "score-diff-perc": "-41.54191%",
- "tooltip": "score = 0.05689190224523078\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.04043 (-41.54191%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.05678211556295778,
+ "score-diff": "-0.040538713131735356",
+ "score-diff-perc": "-41.65471%",
+ "tooltip": "score = 0.05678211556295778\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.04054 (-41.65471%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -542024,11 +542024,11 @@
21,
27
),
- "score": 0.05678211556295778,
- "score-diff": "-0.00010978668227300259",
- "score-diff-perc": "-0.19297%",
- "tooltip": "score = 0.05678211556295778\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00011 (-0.19297%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.05672314149855363,
+ "score-diff": "-5.897406440415198e-05",
+ "score-diff-perc": "-0.10386%",
+ "tooltip": "score = 0.05672314149855363\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00006 (-0.10386%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -542050,11 +542050,11 @@
21,
27
),
- "score": 0.05672314149855363,
- "score-diff": "-5.897406440415198e-05",
- "score-diff-perc": "-0.10386%",
- "tooltip": "score = 0.05672314149855363\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00006 (-0.10386%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.05689190224523078,
+ "score-diff": "0.00016876074667715457",
+ "score-diff-perc": "+0.29752%",
+ "tooltip": "score = 0.05689190224523078\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00017 (+0.29752%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -542077,9 +542077,9 @@
32
),
"score": 0.09712458031725478,
- "score-diff": "0.04040143881870115",
- "score-diff-perc": "+71.22567%",
- "tooltip": "score = 0.09712458031725478\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.04040 (+71.22567%)",
+ "score-diff": "0.040232678072024",
+ "score-diff-perc": "+70.71776%",
+ "tooltip": "score = 0.09712458031725478\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.04023 (+70.71776%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -546522,11 +546522,11 @@
19,
52
),
- "score": 0.09847275114057832,
- "score-diff": "-3.443781434173121e-05",
- "score-diff-perc": "-0.03496%",
- "tooltip": "score = 0.09847275114057832\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00003 (-0.03496%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.09842333405504708,
+ "score-diff": "-8.385489987297601e-05",
+ "score-diff-perc": "-0.08513%",
+ "tooltip": "score = 0.09842333405504708\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00008 (-0.08513%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -546548,11 +546548,11 @@
19,
52
),
- "score": 0.09842333405504708,
- "score-diff": "-4.94170855312448e-05",
- "score-diff-perc": "-0.05018%",
- "tooltip": "score = 0.09842333405504708\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00005 (-0.05018%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.09847275114057832,
+ "score-diff": "4.94170855312448e-05",
+ "score-diff-perc": "+0.05021%",
+ "tooltip": "score = 0.09847275114057832\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00005 (+0.05021%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -548089,11 +548089,11 @@
21,
27
),
- "score": 4.651135386996904,
- "score-diff": "0.2312890497362261",
- "score-diff-perc": "+5.23297%",
- "tooltip": "score = 4.651135386996904\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.23129 (+5.23297%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 4.134924844352617,
+ "score-diff": "-0.2849214929080608",
+ "score-diff-perc": "-6.44641%",
+ "tooltip": "score = 4.134924844352617\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.28492 (-6.44641%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -548115,11 +548115,11 @@
21,
27
),
- "score": 4.134924844352617,
- "score-diff": "-0.5162105426442869",
- "score-diff-perc": "-11.09859%",
- "tooltip": "score = 4.134924844352617\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.51621 (-11.09859%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 4.574676753048781,
+ "score-diff": "0.4397519086961639",
+ "score-diff-perc": "+10.63506%",
+ "tooltip": "score = 4.574676753048781\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.43975 (+10.63506%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -548141,11 +548141,11 @@
21,
27
),
- "score": 4.574676753048781,
- "score-diff": "0.4397519086961639",
- "score-diff-perc": "+10.63506%",
- "tooltip": "score = 4.574676753048781\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.43975 (+10.63506%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 4.651135386996904,
+ "score-diff": "0.07645863394812302",
+ "score-diff-perc": "+1.67135%",
+ "tooltip": "score = 4.651135386996904\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.07646 (+1.67135%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -548168,9 +548168,9 @@
32
),
"score": 4.298979318051576,
- "score-diff": "-0.27569743499720456",
- "score-diff-perc": "-6.02660%",
- "tooltip": "score = 4.298979318051576\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.27570 (-6.02660%)",
+ "score-diff": "-0.3521560689453276",
+ "score-diff-perc": "-7.57140%",
+ "tooltip": "score = 4.298979318051576\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.35216 (-7.57140%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -552613,11 +552613,11 @@
19,
52
),
- "score": 4.439346529585799,
- "score-diff": "-0.2030442973075548",
- "score-diff-perc": "-4.37370%",
- "tooltip": "score = 4.439346529585799\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.20304 (-4.37370%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 4.295324456366237,
+ "score-diff": "-0.3470663705271164",
+ "score-diff-perc": "-7.47603%",
+ "tooltip": "score = 4.295324456366237\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.34707 (-7.47603%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -552639,11 +552639,11 @@
19,
52
),
- "score": 4.295324456366237,
- "score-diff": "-0.14402207321956162",
- "score-diff-perc": "-3.24422%",
- "tooltip": "score = 4.295324456366237\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.14402 (-3.24422%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 4.439346529585799,
+ "score-diff": "0.14402207321956162",
+ "score-diff-perc": "+3.35300%",
+ "tooltip": "score = 4.439346529585799\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.14402 (+3.35300%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -554180,11 +554180,11 @@
21,
27
),
- "score": 5.051526469696969,
- "score-diff": "-6.058153895616685",
- "score-diff-perc": "-54.53041%",
- "tooltip": "score = 5.051526469696969\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -6.05815 (-54.53041%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 6.9454179606481485,
+ "score-diff": "-4.1642624046655055",
+ "score-diff-perc": "-37.48319%",
+ "tooltip": "score = 6.9454179606481485\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.16426 (-37.48319%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -554206,11 +554206,11 @@
21,
27
),
- "score": 6.9454179606481485,
- "score-diff": "1.8938914909511793",
- "score-diff-perc": "+37.49147%",
- "tooltip": "score = 6.9454179606481485\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.89389 (+37.49147%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 4.884771421138211,
+ "score-diff": "-2.0606465395099374",
+ "score-diff-perc": "-29.66915%",
+ "tooltip": "score = 4.884771421138211\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.06065 (-29.66915%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -554232,11 +554232,11 @@
21,
27
),
- "score": 4.884771421138211,
- "score-diff": "-2.0606465395099374",
- "score-diff-perc": "-29.66915%",
- "tooltip": "score = 4.884771421138211\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.06065 (-29.66915%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 5.051526469696969,
+ "score-diff": "0.1667550485587581",
+ "score-diff-perc": "+3.41377%",
+ "tooltip": "score = 5.051526469696969\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.16676 (+3.41377%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -554259,9 +554259,9 @@
32
),
"score": 5.554067179297597,
- "score-diff": "0.6692957581593859",
- "score-diff-perc": "+13.70168%",
- "tooltip": "score = 5.554067179297597\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.66930 (+13.70168%)",
+ "score-diff": "0.5025407096006278",
+ "score-diff-perc": "+9.94829%",
+ "tooltip": "score = 5.554067179297597\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.50254 (+9.94829%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -558704,11 +558704,11 @@
19,
52
),
- "score": 6.467201913978495,
- "score-diff": "-0.37263055754770136",
- "score-diff-perc": "-5.44795%",
- "tooltip": "score = 6.467201913978495\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.37263 (-5.44795%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 6.620249211453745,
+ "score-diff": "-0.21958326007245166",
+ "score-diff-perc": "-3.21036%",
+ "tooltip": "score = 6.620249211453745\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.21958 (-3.21036%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -558730,11 +558730,11 @@
19,
52
),
- "score": 6.620249211453745,
- "score-diff": "0.1530472974752497",
- "score-diff-perc": "+2.36651%",
- "tooltip": "score = 6.620249211453745\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.15305 (+2.36651%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 6.467201913978495,
+ "score-diff": "-0.1530472974752497",
+ "score-diff-perc": "-2.31181%",
+ "tooltip": "score = 6.467201913978495\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.15305 (-2.31181%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -560271,11 +560271,11 @@
21,
27
),
- "score": 2.604807015625,
- "score-diff": "0.986245320371494",
- "score-diff-perc": "+60.93344%",
- "tooltip": "score = 2.604807015625\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.98625 (+60.93344%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1.1306881665410702,
+ "score-diff": "-0.48787352871243583",
+ "score-diff-perc": "-30.14241%",
+ "tooltip": "score = 1.1306881665410702\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.48787 (-30.14241%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -560297,11 +560297,11 @@
21,
27
),
- "score": 1.1306881665410702,
- "score-diff": "-1.4741188490839299",
- "score-diff-perc": "-56.59225%",
- "tooltip": "score = 1.1306881665410702\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.47412 (-56.59225%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1.2206296008950366,
+ "score-diff": "0.0899414343539664",
+ "score-diff-perc": "+7.95457%",
+ "tooltip": "score = 1.2206296008950366\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.08994 (+7.95457%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -560323,11 +560323,11 @@
21,
27
),
- "score": 1.2206296008950366,
- "score-diff": "0.0899414343539664",
- "score-diff-perc": "+7.95457%",
- "tooltip": "score = 1.2206296008950366\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.08994 (+7.95457%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 2.604807015625,
+ "score-diff": "1.3841774147299635",
+ "score-diff-perc": "+113.39864%",
+ "tooltip": "score = 2.604807015625\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.38418 (+113.39864%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -560350,9 +560350,9 @@
32
),
"score": 3.210813573262032,
- "score-diff": "1.9901839723669954",
- "score-diff-perc": "+163.04569%",
- "tooltip": "score = 3.210813573262032\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.99018 (+163.04569%)",
+ "score-diff": "0.6060065576370319",
+ "score-diff-perc": "+23.26493%",
+ "tooltip": "score = 3.210813573262032\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.60601 (+23.26493%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -564795,11 +564795,11 @@
19,
52
),
- "score": 1.1666439358475895,
- "score-diff": "-0.02634742717427918",
- "score-diff-perc": "-2.20852%",
- "tooltip": "score = 1.1666439358475895\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.02635 (-2.20852%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 2.8058737654205608,
+ "score-diff": "1.612882402398692",
+ "score-diff-perc": "+135.19649%",
+ "tooltip": "score = 2.8058737654205608\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.61288 (+135.19649%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -564821,11 +564821,11 @@
19,
52
),
- "score": 2.8058737654205608,
- "score-diff": "1.6392298295729713",
- "score-diff-perc": "+140.50815%",
- "tooltip": "score = 2.8058737654205608\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.63923 (+140.50815%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1.1666439358475895,
+ "score-diff": "-1.6392298295729713",
+ "score-diff-perc": "-58.42137%",
+ "tooltip": "score = 1.1666439358475895\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.63923 (-58.42137%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -566258,11 +566258,11 @@
21,
27
),
- "score": 3.7548099324155193,
- "score-diff": "-2.972642329916319",
- "score-diff-perc": "-44.18675%",
- "tooltip": "score = 3.7548099324155193\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.97264 (-44.18675%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 5.191572316608997,
+ "score-diff": "-1.5358799457228418",
+ "score-diff-perc": "-22.83004%",
+ "tooltip": "score = 5.191572316608997\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.53588 (-22.83004%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -566284,11 +566284,11 @@
21,
27
),
- "score": 5.191572316608997,
- "score-diff": "1.4367623841934773",
- "score-diff-perc": "+38.26458%",
- "tooltip": "score = 5.191572316608997\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.43676 (+38.26458%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 7.5105671925,
+ "score-diff": "2.3189948758910033",
+ "score-diff-perc": "+44.66845%",
+ "tooltip": "score = 7.5105671925\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.31899 (+44.66845%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -566310,11 +566310,11 @@
21,
27
),
- "score": 7.5105671925,
- "score-diff": "2.3189948758910033",
- "score-diff-perc": "+44.66845%",
- "tooltip": "score = 7.5105671925\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.31899 (+44.66845%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 3.7548099324155193,
+ "score-diff": "-3.7557572600844806",
+ "score-diff-perc": "-50.00631%",
+ "tooltip": "score = 3.7548099324155193\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.75576 (-50.00631%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -566337,9 +566337,9 @@
32
),
"score": 4.105618306429548,
- "score-diff": "-3.4049488860704518",
- "score-diff-perc": "-45.33544%",
- "tooltip": "score = 4.105618306429548\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -3.40495 (-45.33544%)",
+ "score-diff": "0.35080837401402887",
+ "score-diff-perc": "+9.34291%",
+ "tooltip": "score = 4.105618306429548\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.35081 (+9.34291%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -570782,11 +570782,11 @@
19,
52
),
- "score": 2.5098301279264215,
- "score-diff": "-0.09509806391385611",
- "score-diff-perc": "-3.65070%",
- "tooltip": "score = 2.5098301279264215\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.09510 (-3.65070%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 2.6863644162936438,
+ "score-diff": "0.08143622445336618",
+ "score-diff-perc": "+3.12624%",
+ "tooltip": "score = 2.6863644162936438\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.08144 (+3.12624%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -570808,11 +570808,11 @@
19,
52
),
- "score": 2.6863644162936438,
- "score-diff": "0.1765342883672223",
- "score-diff-perc": "+7.03371%",
- "tooltip": "score = 2.6863644162936438\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.17653 (+7.03371%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 2.5098301279264215,
+ "score-diff": "-0.1765342883672223",
+ "score-diff-perc": "-6.57149%",
+ "tooltip": "score = 2.5098301279264215\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.17653 (-6.57149%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -572219,11 +572219,11 @@
21,
27
),
- "score": 4.0237866219839145,
- "score-diff": "-2.688035263922126",
- "score-diff-perc": "-40.04926%",
- "tooltip": "score = 4.0237866219839145\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.68804 (-40.04926%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 4.325664096541787,
+ "score-diff": "-2.386157789364254",
+ "score-diff-perc": "-35.55157%",
+ "tooltip": "score = 4.325664096541787\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.38616 (-35.55157%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -572245,11 +572245,11 @@
21,
27
),
- "score": 4.325664096541787,
- "score-diff": "0.3018774745578723",
- "score-diff-perc": "+7.50232%",
- "tooltip": "score = 4.325664096541787\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.30188 (+7.50232%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 4.509826196696697,
+ "score-diff": "0.18416210015490986",
+ "score-diff-perc": "+4.25743%",
+ "tooltip": "score = 4.509826196696697\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.18416 (+4.25743%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -572271,11 +572271,11 @@
21,
27
),
- "score": 4.509826196696697,
- "score-diff": "0.18416210015490986",
- "score-diff-perc": "+4.25743%",
- "tooltip": "score = 4.509826196696697\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.18416 (+4.25743%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 4.0237866219839145,
+ "score-diff": "-0.48603957471278214",
+ "score-diff-perc": "-10.77735%",
+ "tooltip": "score = 4.0237866219839145\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.48604 (-10.77735%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -572298,9 +572298,9 @@
32
),
"score": 5.254276394045534,
- "score-diff": "0.7444501973488373",
- "score-diff-perc": "+16.50729%",
- "tooltip": "score = 5.254276394045534\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.74445 (+16.50729%)",
+ "score-diff": "1.2304897720616195",
+ "score-diff-perc": "+30.58039%",
+ "tooltip": "score = 5.254276394045534\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.23049 (+30.58039%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -576743,11 +576743,11 @@
19,
52
),
- "score": 3.0598624607543323,
- "score-diff": "0.1260458107054565",
- "score-diff-perc": "+4.29631%",
- "tooltip": "score = 3.0598624607543323\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.12605 (+4.29631%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 2.853739077946768,
+ "score-diff": "-0.08007757210210764",
+ "score-diff-perc": "-2.72947%",
+ "tooltip": "score = 2.853739077946768\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.08008 (-2.72947%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -576769,11 +576769,11 @@
19,
52
),
- "score": 2.853739077946768,
- "score-diff": "-0.20612338280756415",
- "score-diff-perc": "-6.73636%",
- "tooltip": "score = 2.853739077946768\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.20612 (-6.73636%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 3.0598624607543323,
+ "score-diff": "0.20612338280756415",
+ "score-diff-perc": "+7.22292%",
+ "tooltip": "score = 3.0598624607543323\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.20612 (+7.22292%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -578206,11 +578206,11 @@
21,
27
),
- "score": 1570.8899105,
- "score-diff": "-118.92103099999986",
- "score-diff-perc": "-7.03753%",
- "tooltip": "score = 1570.8899105\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -118.92103 (-7.03753%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1576.4035765,
+ "score-diff": "-113.4073649999998",
+ "score-diff-perc": "-6.71125%",
+ "tooltip": "score = 1576.4035765\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -113.40736 (-6.71125%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -578232,11 +578232,11 @@
21,
27
),
- "score": 1576.4035765,
- "score-diff": "5.5136660000000575",
- "score-diff-perc": "+0.35099%",
- "tooltip": "score = 1576.4035765\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +5.51367 (+0.35099%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1611.419189,
+ "score-diff": "35.01561249999986",
+ "score-diff-perc": "+2.22123%",
+ "tooltip": "score = 1611.419189\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +35.01561 (+2.22123%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -578258,11 +578258,11 @@
21,
27
),
- "score": 1611.419189,
- "score-diff": "35.01561249999986",
- "score-diff-perc": "+2.22123%",
- "tooltip": "score = 1611.419189\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +35.01561 (+2.22123%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 1570.8899105,
+ "score-diff": "-40.52927849999992",
+ "score-diff-perc": "-2.51513%",
+ "tooltip": "score = 1570.8899105\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -40.52928 (-2.51513%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -578285,9 +578285,9 @@
32
),
"score": 1795.4269965,
- "score-diff": "184.00780750000013",
- "score-diff-perc": "+11.41899%",
- "tooltip": "score = 1795.4269965\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +184.00781 (+11.41899%)",
+ "score-diff": "224.53708600000004",
+ "score-diff-perc": "+14.29362%",
+ "tooltip": "score = 1795.4269965\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +224.53709 (+14.29362%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -582730,11 +582730,11 @@
19,
52
),
- "score": 1773.067376,
- "score-diff": "161.65192249999996",
- "score-diff-perc": "+10.03167%",
- "tooltip": "score = 1773.067376\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +161.65192 (+10.03167%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1669.8793205,
+ "score-diff": "58.46386699999994",
+ "score-diff-perc": "+3.62811%",
+ "tooltip": "score = 1669.8793205\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +58.46387 (+3.62811%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -582756,11 +582756,11 @@
19,
52
),
- "score": 1669.8793205,
- "score-diff": "-103.18805550000002",
- "score-diff-perc": "-5.81975%",
- "tooltip": "score = 1669.8793205\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -103.18806 (-5.81975%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1773.067376,
+ "score-diff": "103.18805550000002",
+ "score-diff-perc": "+6.17937%",
+ "tooltip": "score = 1773.067376\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +103.18806 (+6.17937%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -584193,11 +584193,11 @@
21,
27
),
- "score": 2.7944017923649906,
- "score-diff": "-1.9683195346191362",
- "score-diff-perc": "-41.32762%",
- "tooltip": "score = 2.7944017923649906\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.96832 (-41.32762%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 2.6006407218370886,
+ "score-diff": "-2.1620806051470383",
+ "score-diff-perc": "-45.39591%",
+ "tooltip": "score = 2.6006407218370886\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.16208 (-45.39591%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -584219,11 +584219,11 @@
21,
27
),
- "score": 2.6006407218370886,
- "score-diff": "-0.19376107052790204",
- "score-diff-perc": "-6.93390%",
- "tooltip": "score = 2.6006407218370886\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.19376 (-6.93390%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 3.5478106985815603,
+ "score-diff": "0.9471699767444717",
+ "score-diff-perc": "+36.42064%",
+ "tooltip": "score = 3.5478106985815603\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.94717 (+36.42064%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -584245,11 +584245,11 @@
21,
27
),
- "score": 3.5478106985815603,
- "score-diff": "0.9471699767444717",
- "score-diff-perc": "+36.42064%",
- "tooltip": "score = 3.5478106985815603\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.94717 (+36.42064%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 2.7944017923649906,
+ "score-diff": "-0.7534089062165696",
+ "score-diff-perc": "-21.23588%",
+ "tooltip": "score = 2.7944017923649906\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.75341 (-21.23588%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -584272,9 +584272,9 @@
32
),
"score": 5.184010972366148,
- "score-diff": "1.636200273784588",
- "score-diff-perc": "+46.11859%",
- "tooltip": "score = 5.184010972366148\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.63620 (+46.11859%)",
+ "score-diff": "2.3896091800011576",
+ "score-diff-perc": "+85.51416%",
+ "tooltip": "score = 5.184010972366148\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.38961 (+85.51416%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -588717,11 +588717,11 @@
19,
52
),
- "score": 1.8797991184210527,
- "score-diff": "-0.09542638651640623",
- "score-diff-perc": "-4.83116%",
- "tooltip": "score = 1.8797991184210527\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.09543 (-4.83116%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.8031190150240384,
+ "score-diff": "-0.1721064899134206",
+ "score-diff-perc": "-8.71326%",
+ "tooltip": "score = 1.8031190150240384\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.17211 (-8.71326%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -588743,11 +588743,11 @@
19,
52
),
- "score": 1.8031190150240384,
- "score-diff": "-0.07668010339701437",
- "score-diff-perc": "-4.07916%",
- "tooltip": "score = 1.8031190150240384\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.07668 (-4.07916%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1.8797991184210527,
+ "score-diff": "0.07668010339701437",
+ "score-diff-perc": "+4.25264%",
+ "tooltip": "score = 1.8797991184210527\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.07668 (+4.25264%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -590180,11 +590180,11 @@
21,
27
),
- "score": 20.00664292,
- "score-diff": "-0.8412643994444444",
- "score-diff-perc": "-4.03525%",
- "tooltip": "score = 20.00664292\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.84126 (-4.03525%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 20.63472310958904,
+ "score-diff": "-0.21318420985540598",
+ "score-diff-perc": "-1.02257%",
+ "tooltip": "score = 20.63472310958904\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.21318 (-1.02257%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -590206,11 +590206,11 @@
21,
27
),
- "score": 20.63472310958904,
- "score-diff": "0.6280801895890384",
- "score-diff-perc": "+3.13936%",
- "tooltip": "score = 20.63472310958904\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.62808 (+3.13936%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 21.672876179856114,
+ "score-diff": "1.0381530702670752",
+ "score-diff-perc": "+5.03110%",
+ "tooltip": "score = 21.672876179856114\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.03815 (+5.03110%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -590232,11 +590232,11 @@
21,
27
),
- "score": 21.672876179856114,
- "score-diff": "1.0381530702670752",
- "score-diff-perc": "+5.03110%",
- "tooltip": "score = 21.672876179856114\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.03815 (+5.03110%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 20.00664292,
+ "score-diff": "-1.6662332598561136",
+ "score-diff-perc": "-7.68810%",
+ "tooltip": "score = 20.00664292\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.66623 (-7.68810%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -590259,9 +590259,9 @@
32
),
"score": 22.15149775,
- "score-diff": "0.4786215701438863",
- "score-diff-perc": "+2.20839%",
- "tooltip": "score = 22.15149775\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.47862 (+2.20839%)",
+ "score-diff": "2.14485483",
+ "score-diff-perc": "+10.72071%",
+ "tooltip": "score = 22.15149775\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.14485 (+10.72071%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -594704,11 +594704,11 @@
19,
52
),
- "score": 15.077320698492462,
- "score-diff": "-0.18577247322470924",
- "score-diff-perc": "-1.21714%",
- "tooltip": "score = 15.077320698492462\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.18577 (-1.21714%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 14.90589692079208,
+ "score-diff": "-0.35719625092509233",
+ "score-diff-perc": "-2.34026%",
+ "tooltip": "score = 14.90589692079208\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.35720 (-2.34026%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -594730,11 +594730,11 @@
19,
52
),
- "score": 14.90589692079208,
- "score-diff": "-0.17142377770038308",
- "score-diff-perc": "-1.13696%",
- "tooltip": "score = 14.90589692079208\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.17142 (-1.13696%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 15.077320698492462,
+ "score-diff": "0.17142377770038308",
+ "score-diff-perc": "+1.15004%",
+ "tooltip": "score = 15.077320698492462\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.17142 (+1.15004%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -596167,11 +596167,11 @@
21,
27
),
- "score": 14.307289971428572,
- "score-diff": "-1.2883267487786814",
- "score-diff-perc": "-8.26083%",
- "tooltip": "score = 14.307289971428572\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.28833 (-8.26083%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 13.478358560538117,
+ "score-diff": "-2.117258159669136",
+ "score-diff-perc": "-13.57598%",
+ "tooltip": "score = 13.478358560538117\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.11726 (-13.57598%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -596193,11 +596193,11 @@
21,
27
),
- "score": 13.478358560538117,
- "score-diff": "-0.8289314108904549",
- "score-diff-perc": "-5.79377%",
- "tooltip": "score = 13.478358560538117\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.82893 (-5.79377%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 14.569297893203883,
+ "score-diff": "1.0909393326657657",
+ "score-diff-perc": "+8.09401%",
+ "tooltip": "score = 14.569297893203883\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.09094 (+8.09401%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -596219,11 +596219,11 @@
21,
27
),
- "score": 14.569297893203883,
- "score-diff": "1.0909393326657657",
- "score-diff-perc": "+8.09401%",
- "tooltip": "score = 14.569297893203883\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.09094 (+8.09401%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 14.307289971428572,
+ "score-diff": "-0.26200792177531085",
+ "score-diff-perc": "-1.79836%",
+ "tooltip": "score = 14.307289971428572\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.26201 (-1.79836%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -596246,9 +596246,9 @@
32
),
"score": 15.17891098989899,
- "score-diff": "0.6096130966951065",
- "score-diff-perc": "+4.18423%",
- "tooltip": "score = 15.17891098989899\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.60961 (+4.18423%)",
+ "score-diff": "0.8716210184704174",
+ "score-diff-perc": "+6.09215%",
+ "tooltip": "score = 15.17891098989899\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.87162 (+6.09215%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -600691,11 +600691,11 @@
19,
52
),
- "score": 11.797695125490197,
- "score-diff": "-0.1882928545894842",
- "score-diff-perc": "-1.57094%",
- "tooltip": "score = 11.797695125490197\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.18829 (-1.57094%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 11.969973964143426,
+ "score-diff": "-0.016014015936255177",
+ "score-diff-perc": "-0.13361%",
+ "tooltip": "score = 11.969973964143426\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01601 (-0.13361%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -600717,11 +600717,11 @@
19,
52
),
- "score": 11.969973964143426,
- "score-diff": "0.17227883865322902",
- "score-diff-perc": "+1.46028%",
- "tooltip": "score = 11.969973964143426\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.17228 (+1.46028%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 11.797695125490197,
+ "score-diff": "-0.17227883865322902",
+ "score-diff-perc": "-1.43926%",
+ "tooltip": "score = 11.797695125490197\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.17228 (-1.43926%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -602154,11 +602154,11 @@
21,
27
),
- "score": 3.968404951058201,
- "score-diff": "-3.666254059119916",
- "score-diff-perc": "-48.02119%",
- "tooltip": "score = 3.968404951058201\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.66625 (-48.02119%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 4.5882217706422015,
+ "score-diff": "-3.0464372395359156",
+ "score-diff-perc": "-39.90273%",
+ "tooltip": "score = 4.5882217706422015\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.04644 (-39.90273%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -602180,11 +602180,11 @@
21,
27
),
- "score": 4.5882217706422015,
- "score-diff": "0.6198168195840004",
- "score-diff-perc": "+15.61879%",
- "tooltip": "score = 4.5882217706422015\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.61982 (+15.61879%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 4.726107396850393,
+ "score-diff": "0.13788562620819178",
+ "score-diff-perc": "+3.00521%",
+ "tooltip": "score = 4.726107396850393\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.13789 (+3.00521%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -602206,11 +602206,11 @@
21,
27
),
- "score": 4.726107396850393,
- "score-diff": "0.13788562620819178",
- "score-diff-perc": "+3.00521%",
- "tooltip": "score = 4.726107396850393\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.13789 (+3.00521%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 3.968404951058201,
+ "score-diff": "-0.7577024457921921",
+ "score-diff-perc": "-16.03227%",
+ "tooltip": "score = 3.968404951058201\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.75770 (-16.03227%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -602233,9 +602233,9 @@
32
),
"score": 4.413954551470588,
- "score-diff": "-0.3121528453798055",
- "score-diff-perc": "-6.60486%",
- "tooltip": "score = 4.413954551470588\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.31215 (-6.60486%)",
+ "score-diff": "0.44554960041238667",
+ "score-diff-perc": "+11.22742%",
+ "tooltip": "score = 4.413954551470588\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.44555 (+11.22742%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -606678,11 +606678,11 @@
19,
52
),
- "score": 2.6563781725663715,
- "score-diff": "-0.4887787823602534",
- "score-diff-perc": "-15.54068%",
- "tooltip": "score = 2.6563781725663715\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.48878 (-15.54068%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 2.771788979686057,
+ "score-diff": "-0.37336797524056786",
+ "score-diff-perc": "-11.87120%",
+ "tooltip": "score = 2.771788979686057\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.37337 (-11.87120%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -606704,11 +606704,11 @@
19,
52
),
- "score": 2.771788979686057,
- "score-diff": "0.11541080711968554",
- "score-diff-perc": "+4.34467%",
- "tooltip": "score = 2.771788979686057\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.11541 (+4.34467%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 2.6563781725663715,
+ "score-diff": "-0.11541080711968554",
+ "score-diff-perc": "-4.16377%",
+ "tooltip": "score = 2.6563781725663715\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.11541 (-4.16377%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -608115,11 +608115,11 @@
21,
27
),
- "score": 0.9205688800245474,
- "score-diff": "0.1736890617522049",
- "score-diff-perc": "+23.25529%",
- "tooltip": "score = 0.9205688800245474\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.17369 (+23.25529%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.5663023035107588,
+ "score-diff": "-0.18057751476158368",
+ "score-diff-perc": "-24.17759%",
+ "tooltip": "score = 0.5663023035107588\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.18058 (-24.17759%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -608141,11 +608141,11 @@
21,
27
),
- "score": 0.5663023035107588,
- "score-diff": "-0.35426657651378857",
- "score-diff-perc": "-38.48344%",
- "tooltip": "score = 0.5663023035107588\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.35427 (-38.48344%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.5126187519220913,
+ "score-diff": "-0.053683551588667555",
+ "score-diff-perc": "-9.47966%",
+ "tooltip": "score = 0.5126187519220913\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.05368 (-9.47966%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -608167,11 +608167,11 @@
21,
27
),
- "score": 0.5126187519220913,
- "score-diff": "-0.053683551588667555",
- "score-diff-perc": "-9.47966%",
- "tooltip": "score = 0.5126187519220913\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.05368 (-9.47966%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.9205688800245474,
+ "score-diff": "0.4079501281024561",
+ "score-diff-perc": "+79.58159%",
+ "tooltip": "score = 0.9205688800245474\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.40795 (+79.58159%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -608194,9 +608194,9 @@
32
),
"score": 0.6304761075856272,
- "score-diff": "0.11785735566353595",
- "score-diff-perc": "+22.99123%",
- "tooltip": "score = 0.6304761075856272\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.11786 (+22.99123%)",
+ "score-diff": "-0.2900927724389202",
+ "score-diff-perc": "-31.51234%",
+ "tooltip": "score = 0.6304761075856272\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.29009 (-31.51234%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -612639,11 +612639,11 @@
19,
52
),
- "score": 0.4327010373521777,
- "score-diff": "0.10025377211840858",
- "score-diff-perc": "+30.15629%",
- "tooltip": "score = 0.4327010373521777\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.10025 (+30.15629%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.6848248262953663,
+ "score-diff": "0.35237756106159723",
+ "score-diff-perc": "+105.99502%",
+ "tooltip": "score = 0.6848248262953663\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.35238 (+105.99502%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -612665,11 +612665,11 @@
19,
52
),
- "score": 0.6848248262953663,
- "score-diff": "0.25212378894318865",
- "score-diff-perc": "+58.26743%",
- "tooltip": "score = 0.6848248262953663\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.25212 (+58.26743%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.4327010373521777,
+ "score-diff": "-0.25212378894318865",
+ "score-diff-perc": "-36.81581%",
+ "tooltip": "score = 0.4327010373521777\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.25212 (-36.81581%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -614102,11 +614102,11 @@
21,
27
),
- "score": 13.889908407407408,
- "score-diff": "2.523326763468013",
- "score-diff-perc": "+22.19952%",
- "tooltip": "score = 13.889908407407408\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.52333 (+22.19952%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 8.09436074393531,
+ "score-diff": "-3.2722209000040845",
+ "score-diff-perc": "-28.78808%",
+ "tooltip": "score = 8.09436074393531\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.27222 (-28.78808%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -614128,11 +614128,11 @@
21,
27
),
- "score": 8.09436074393531,
- "score-diff": "-5.795547663472098",
- "score-diff-perc": "-41.72488%",
- "tooltip": "score = 8.09436074393531\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.79555 (-41.72488%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 7.598690888607595,
+ "score-diff": "-0.4956698553277148",
+ "score-diff-perc": "-6.12364%",
+ "tooltip": "score = 7.598690888607595\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.49567 (-6.12364%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -614154,11 +614154,11 @@
21,
27
),
- "score": 7.598690888607595,
- "score-diff": "-0.4956698553277148",
- "score-diff-perc": "-6.12364%",
- "tooltip": "score = 7.598690888607595\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.49567 (-6.12364%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 13.889908407407408,
+ "score-diff": "6.2912175187998125",
+ "score-diff-perc": "+82.79344%",
+ "tooltip": "score = 13.889908407407408\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +6.29122 (+82.79344%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -614181,9 +614181,9 @@
32
),
"score": 11.089575439114391,
- "score-diff": "3.490884550506796",
- "score-diff-perc": "+45.94060%",
- "tooltip": "score = 11.089575439114391\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +3.49088 (+45.94060%)",
+ "score-diff": "-2.8003329682930165",
+ "score-diff-perc": "-20.16092%",
+ "tooltip": "score = 11.089575439114391\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -2.80033 (-20.16092%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -618626,11 +618626,11 @@
19,
52
),
- "score": 5.660276939736346,
- "score-diff": "-0.07147806026365355",
- "score-diff-perc": "-1.24705%",
- "tooltip": "score = 5.660276939736346\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.07148 (-1.24705%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 5.488576981718464,
+ "score-diff": "-0.24317801828153573",
+ "score-diff-perc": "-4.24265%",
+ "tooltip": "score = 5.488576981718464\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.24318 (-4.24265%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -618652,11 +618652,11 @@
19,
52
),
- "score": 5.488576981718464,
- "score-diff": "-0.17169995801788218",
- "score-diff-perc": "-3.03342%",
- "tooltip": "score = 5.488576981718464\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.17170 (-3.03342%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 5.660276939736346,
+ "score-diff": "0.17169995801788218",
+ "score-diff-perc": "+3.12831%",
+ "tooltip": "score = 5.660276939736346\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.17170 (+3.12831%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -620089,11 +620089,11 @@
21,
27
),
- "score": 0.23202373544196117,
- "score-diff": "-0.4907513801649752",
- "score-diff-perc": "-67.89821%",
- "tooltip": "score = 0.23202373544196117\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.49075 (-67.89821%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.5462263681048607,
+ "score-diff": "-0.17654874750207572",
+ "score-diff-perc": "-24.42651%",
+ "tooltip": "score = 0.5462263681048607\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.17655 (-24.42651%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -620115,11 +620115,11 @@
21,
27
),
- "score": 0.5462263681048607,
- "score-diff": "0.3142026326628995",
- "score-diff-perc": "+135.41831%",
- "tooltip": "score = 0.5462263681048607\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.31420 (+135.41831%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.9747565838206628,
+ "score-diff": "0.4285302157158021",
+ "score-diff-perc": "+78.45286%",
+ "tooltip": "score = 0.9747565838206628\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.42853 (+78.45286%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -620141,11 +620141,11 @@
21,
27
),
- "score": 0.9747565838206628,
- "score-diff": "0.4285302157158021",
- "score-diff-perc": "+78.45286%",
- "tooltip": "score = 0.9747565838206628\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.42853 (+78.45286%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.23202373544196117,
+ "score-diff": "-0.7427328483787016",
+ "score-diff-perc": "-76.19675%",
+ "tooltip": "score = 0.23202373544196117\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.74273 (-76.19675%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -620168,9 +620168,9 @@
32
),
"score": 1.082798787441357,
- "score-diff": "0.10804220362069417",
- "score-diff-perc": "+11.08402%",
- "tooltip": "score = 1.082798787441357\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.10804 (+11.08402%)",
+ "score-diff": "0.8507750519993957",
+ "score-diff-perc": "+366.67587%",
+ "tooltip": "score = 1.082798787441357\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.85078 (+366.67587%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -624613,11 +624613,11 @@
19,
52
),
- "score": 0.38894722323049,
- "score-diff": "-0.03802060974717392",
- "score-diff-perc": "-8.90479%",
- "tooltip": "score = 0.38894722323049\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.03802 (-8.90479%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.4091505989363153,
+ "score-diff": "-0.017817234041348662",
+ "score-diff-perc": "-4.17297%",
+ "tooltip": "score = 0.4091505989363153\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01782 (-4.17297%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -624639,11 +624639,11 @@
19,
52
),
- "score": 0.4091505989363153,
- "score-diff": "0.020203375705825255",
- "score-diff-perc": "+5.19437%",
- "tooltip": "score = 0.4091505989363153\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.02020 (+5.19437%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.38894722323049,
+ "score-diff": "-0.020203375705825255",
+ "score-diff-perc": "-4.93788%",
+ "tooltip": "score = 0.38894722323049\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.02020 (-4.93788%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -626076,11 +626076,11 @@
21,
27
),
- "score": 0.9723301976668827,
- "score-diff": "-0.3700434094919539",
- "score-diff-perc": "-27.56635%",
- "tooltip": "score = 0.9723301976668827\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.37004 (-27.56635%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1.0847795798987707,
+ "score-diff": "-0.25759402726006586",
+ "score-diff-perc": "-19.18944%",
+ "tooltip": "score = 1.0847795798987707\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.25759 (-19.18944%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -626102,11 +626102,11 @@
21,
27
),
- "score": 1.0847795798987707,
- "score-diff": "0.11244938223188805",
- "score-diff-perc": "+11.56494%",
- "tooltip": "score = 1.0847795798987707\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.11245 (+11.56494%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.821543486856517,
+ "score-diff": "-0.2632360930422537",
+ "score-diff-perc": "-24.26632%",
+ "tooltip": "score = 0.821543486856517\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.26324 (-24.26632%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -626128,11 +626128,11 @@
21,
27
),
- "score": 0.821543486856517,
- "score-diff": "-0.2632360930422537",
- "score-diff-perc": "-24.26632%",
- "tooltip": "score = 0.821543486856517\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.26324 (-24.26632%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.9723301976668827,
+ "score-diff": "0.15078671081036565",
+ "score-diff-perc": "+18.35408%",
+ "tooltip": "score = 0.9723301976668827\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.15079 (+18.35408%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -626155,9 +626155,9 @@
32
),
"score": 3.165640334388186,
- "score-diff": "2.344096847531669",
- "score-diff-perc": "+285.32840%",
- "tooltip": "score = 3.165640334388186\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.34410 (+285.32840%)",
+ "score-diff": "2.193310136721303",
+ "score-diff-perc": "+225.57256%",
+ "tooltip": "score = 3.165640334388186\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.19331 (+225.57256%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -630600,11 +630600,11 @@
19,
52
),
- "score": 0.677552955736224,
- "score-diff": "-0.009842796382905417",
- "score-diff-perc": "-1.43190%",
- "tooltip": "score = 0.677552955736224\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00984 (-1.43190%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.7234521114058355,
+ "score-diff": "0.03605635928670614",
+ "score-diff-perc": "+5.24536%",
+ "tooltip": "score = 0.7234521114058355\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.03606 (+5.24536%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -630626,11 +630626,11 @@
19,
52
),
- "score": 0.7234521114058355,
- "score-diff": "0.04589915566961156",
- "score-diff-perc": "+6.77425%",
- "tooltip": "score = 0.7234521114058355\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.04590 (+6.77425%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.677552955736224,
+ "score-diff": "-0.04589915566961156",
+ "score-diff-perc": "-6.34446%",
+ "tooltip": "score = 0.677552955736224\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.04590 (-6.34446%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -632063,11 +632063,11 @@
21,
27
),
- "score": 1.1876838828186858,
- "score-diff": "-0.2961774712861609",
- "score-diff-perc": "-19.95992%",
- "tooltip": "score = 1.1876838828186858\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.29618 (-19.95992%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1.5432926668380462,
+ "score-diff": "0.05943131273319957",
+ "score-diff-perc": "+4.00518%",
+ "tooltip": "score = 1.5432926668380462\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.05943 (+4.00518%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -632089,11 +632089,11 @@
21,
27
),
- "score": 1.5432926668380462,
- "score-diff": "0.35560878401936047",
- "score-diff-perc": "+29.94137%",
- "tooltip": "score = 1.5432926668380462\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.35561 (+29.94137%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1.4256017695961996,
+ "score-diff": "-0.11769089724184667",
+ "score-diff-perc": "-7.62596%",
+ "tooltip": "score = 1.4256017695961996\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.11769 (-7.62596%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -632115,11 +632115,11 @@
21,
27
),
- "score": 1.4256017695961996,
- "score-diff": "-0.11769089724184667",
- "score-diff-perc": "-7.62596%",
- "tooltip": "score = 1.4256017695961996\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.11769 (-7.62596%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 1.1876838828186858,
+ "score-diff": "-0.2379178867775138",
+ "score-diff-perc": "-16.68894%",
+ "tooltip": "score = 1.1876838828186858\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.23792 (-16.68894%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -632142,9 +632142,9 @@
32
),
"score": 1.7673198987043581,
- "score-diff": "0.3417181291081586",
- "score-diff-perc": "+23.97010%",
- "tooltip": "score = 1.7673198987043581\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.34172 (+23.97010%)",
+ "score-diff": "0.5796360158856724",
+ "score-diff-perc": "+48.80390%",
+ "tooltip": "score = 1.7673198987043581\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.57964 (+48.80390%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -636587,11 +636587,11 @@
19,
52
),
- "score": 0.9908538028401586,
- "score-diff": "-0.036708546697670874",
- "score-diff-perc": "-3.57239%",
- "tooltip": "score = 0.9908538028401586\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.03671 (-3.57239%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.0714499150303463,
+ "score-diff": "0.04388756549251682",
+ "score-diff-perc": "+4.27104%",
+ "tooltip": "score = 1.0714499150303463\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.04389 (+4.27104%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -636613,11 +636613,11 @@
19,
52
),
- "score": 1.0714499150303463,
- "score-diff": "0.0805961121901877",
- "score-diff-perc": "+8.13401%",
- "tooltip": "score = 1.0714499150303463\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.08060 (+8.13401%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.9908538028401586,
+ "score-diff": "-0.0805961121901877",
+ "score-diff-perc": "-7.52215%",
+ "tooltip": "score = 0.9908538028401586\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.08060 (-7.52215%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -638050,11 +638050,11 @@
21,
27
),
- "score": 0.4905492755068672,
- "score-diff": "-0.39394217231152906",
- "score-diff-perc": "-44.53883%",
- "tooltip": "score = 0.4905492755068672\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.39394 (-44.53883%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.67847402578019,
+ "score-diff": "-0.20601742203820628",
+ "score-diff-perc": "-23.29219%",
+ "tooltip": "score = 0.67847402578019\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.20602 (-23.29219%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -638076,11 +638076,11 @@
21,
27
),
- "score": 0.67847402578019,
- "score-diff": "0.18792475027332278",
- "score-diff-perc": "+38.30905%",
- "tooltip": "score = 0.67847402578019\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.18792 (+38.30905%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.6205010785935884,
+ "score-diff": "-0.05797294718660162",
+ "score-diff-perc": "-8.54461%",
+ "tooltip": "score = 0.6205010785935884\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.05797 (-8.54461%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -638102,11 +638102,11 @@
21,
27
),
- "score": 0.6205010785935884,
- "score-diff": "-0.05797294718660162",
- "score-diff-perc": "-8.54461%",
- "tooltip": "score = 0.6205010785935884\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.05797 (-8.54461%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.4905492755068672,
+ "score-diff": "-0.12995180308672116",
+ "score-diff-perc": "-20.94304%",
+ "tooltip": "score = 0.4905492755068672\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.12995 (-20.94304%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -638129,9 +638129,9 @@
32
),
"score": 1.0095192123149395,
- "score-diff": "0.3890181337213511",
- "score-diff-perc": "+62.69419%",
- "tooltip": "score = 1.0095192123149395\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.38902 (+62.69419%)",
+ "score-diff": "0.5189699368080722",
+ "score-diff-perc": "+105.79364%",
+ "tooltip": "score = 1.0095192123149395\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.51897 (+105.79364%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -642574,11 +642574,11 @@
19,
52
),
- "score": 0.4179178958072155,
- "score-diff": "-0.006522219909293192",
- "score-diff-perc": "-1.53666%",
- "tooltip": "score = 0.4179178958072155\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00652 (-1.53666%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.43120396579968384,
+ "score-diff": "0.006763850083175149",
+ "score-diff-perc": "+1.59359%",
+ "tooltip": "score = 0.43120396579968384\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00676 (+1.59359%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -642600,11 +642600,11 @@
19,
52
),
- "score": 0.43120396579968384,
- "score-diff": "0.013286069992468341",
- "score-diff-perc": "+3.17911%",
- "tooltip": "score = 0.43120396579968384\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01329 (+3.17911%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.4179178958072155,
+ "score-diff": "-0.013286069992468341",
+ "score-diff-perc": "-3.08116%",
+ "tooltip": "score = 0.4179178958072155\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01329 (-3.08116%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -644037,11 +644037,11 @@
21,
27
),
- "score": 0.7564821354009077,
- "score-diff": "0.015159264879533785",
- "score-diff-perc": "+2.04489%",
- "tooltip": "score = 0.7564821354009077\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.01516 (+2.04489%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.648126833441348,
+ "score-diff": "-0.09319603708002588",
+ "score-diff-perc": "-12.57159%",
+ "tooltip": "score = 0.648126833441348\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.09320 (-12.57159%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -644063,11 +644063,11 @@
21,
27
),
- "score": 0.648126833441348,
- "score-diff": "-0.10835530195955967",
- "score-diff-perc": "-14.32358%",
- "tooltip": "score = 0.648126833441348\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.10836 (-14.32358%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.7970674978746015,
+ "score-diff": "0.1489406644332535",
+ "score-diff-perc": "+22.98017%",
+ "tooltip": "score = 0.7970674978746015\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.14894 (+22.98017%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -644089,11 +644089,11 @@
21,
27
),
- "score": 0.7970674978746015,
- "score-diff": "0.1489406644332535",
- "score-diff-perc": "+22.98017%",
- "tooltip": "score = 0.7970674978746015\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.14894 (+22.98017%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.7564821354009077,
+ "score-diff": "-0.04058536247369382",
+ "score-diff-perc": "-5.09184%",
+ "tooltip": "score = 0.7564821354009077\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.04059 (-5.09184%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -644116,9 +644116,9 @@
32
),
"score": 0.9574388002552648,
- "score-diff": "0.16037130238066333",
- "score-diff-perc": "+20.12017%",
- "tooltip": "score = 0.9574388002552648\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.16037 (+20.12017%)",
+ "score-diff": "0.20095666485435715",
+ "score-diff-perc": "+26.56463%",
+ "tooltip": "score = 0.9574388002552648\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.20096 (+26.56463%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -648561,11 +648561,11 @@
19,
52
),
- "score": 0.4943407053880376,
- "score-diff": "-0.2702909579656831",
- "score-diff-perc": "-35.34917%",
- "tooltip": "score = 0.4943407053880376\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.27029 (-35.34917%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.4721105126671912,
+ "score-diff": "-0.2925211506865295",
+ "score-diff-perc": "-38.25648%",
+ "tooltip": "score = 0.4721105126671912\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.29252 (-38.25648%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -648587,11 +648587,11 @@
19,
52
),
- "score": 0.4721105126671912,
- "score-diff": "-0.02223019272084642",
- "score-diff-perc": "-4.49694%",
- "tooltip": "score = 0.4721105126671912\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.02223 (-4.49694%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.4943407053880376,
+ "score-diff": "0.02223019272084642",
+ "score-diff-perc": "+4.70868%",
+ "tooltip": "score = 0.4943407053880376\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.02223 (+4.70868%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -650128,11 +650128,11 @@
21,
27
),
- "score": 3.4142498188716273,
- "score-diff": "-1.7529456462990538",
- "score-diff-perc": "-33.92451%",
- "tooltip": "score = 3.4142498188716273\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.75295 (-33.92451%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 3.2937583596610236,
+ "score-diff": "-1.8734371055096575",
+ "score-diff-perc": "-36.25636%",
+ "tooltip": "score = 3.2937583596610236\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.87344 (-36.25636%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -650154,11 +650154,11 @@
21,
27
),
- "score": 3.2937583596610236,
- "score-diff": "-0.12049145921060367",
- "score-diff-perc": "-3.52908%",
- "tooltip": "score = 3.2937583596610236\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.12049 (-3.52908%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 3.444134741217165,
+ "score-diff": "0.15037638155614141",
+ "score-diff-perc": "+4.56550%",
+ "tooltip": "score = 3.444134741217165\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.15038 (+4.56550%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -650180,11 +650180,11 @@
21,
27
),
- "score": 3.444134741217165,
- "score-diff": "0.15037638155614141",
- "score-diff-perc": "+4.56550%",
- "tooltip": "score = 3.444134741217165\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.15038 (+4.56550%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 3.4142498188716273,
+ "score-diff": "-0.029884922345537746",
+ "score-diff-perc": "-0.86770%",
+ "tooltip": "score = 3.4142498188716273\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.02988 (-0.86770%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -650207,9 +650207,9 @@
32
),
"score": 5.490592098433572,
- "score-diff": "2.046457357216407",
- "score-diff-perc": "+59.41862%",
- "tooltip": "score = 5.490592098433572\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.04646 (+59.41862%)",
+ "score-diff": "2.0763422795619446",
+ "score-diff-perc": "+60.81401%",
+ "tooltip": "score = 5.490592098433572\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.07634 (+60.81401%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -654652,11 +654652,11 @@
19,
52
),
- "score": 7.948551226050831,
- "score-diff": "2.7367580536491642",
- "score-diff-perc": "+52.51087%",
- "tooltip": "score = 7.948551226050831\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.73676 (+52.51087%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 8.186888000767896,
+ "score-diff": "2.9750948283662293",
+ "score-diff-perc": "+57.08390%",
+ "tooltip": "score = 8.186888000767896\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.97509 (+57.08390%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -654678,11 +654678,11 @@
19,
52
),
- "score": 8.186888000767896,
- "score-diff": "0.23833677471706505",
- "score-diff-perc": "+2.99849%",
- "tooltip": "score = 8.186888000767896\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.23834 (+2.99849%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 7.948551226050831,
+ "score-diff": "-0.23833677471706505",
+ "score-diff-perc": "-2.91120%",
+ "tooltip": "score = 7.948551226050831\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.23834 (-2.91120%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -656219,11 +656219,11 @@
21,
27
),
- "score": 6.896394140920179,
- "score-diff": "-2.303529472825751",
- "score-diff-perc": "-25.03857%",
- "tooltip": "score = 6.896394140920179\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.30353 (-25.03857%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 7.972489358549634,
+ "score-diff": "-1.2274342551962967",
+ "score-diff-perc": "-13.34179%",
+ "tooltip": "score = 7.972489358549634\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.22743 (-13.34179%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -656245,11 +656245,11 @@
21,
27
),
- "score": 7.972489358549634,
- "score-diff": "1.0760952176294545",
- "score-diff-perc": "+15.60374%",
- "tooltip": "score = 7.972489358549634\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.07610 (+15.60374%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 8.02071365705642,
+ "score-diff": "0.04822429850678667",
+ "score-diff-perc": "+0.60488%",
+ "tooltip": "score = 8.02071365705642\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04822 (+0.60488%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -656271,11 +656271,11 @@
21,
27
),
- "score": 8.02071365705642,
- "score-diff": "0.04822429850678667",
- "score-diff-perc": "+0.60488%",
- "tooltip": "score = 8.02071365705642\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04822 (+0.60488%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 6.896394140920179,
+ "score-diff": "-1.1243195161362411",
+ "score-diff-perc": "-14.01770%",
+ "tooltip": "score = 6.896394140920179\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.12432 (-14.01770%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -656298,9 +656298,9 @@
32
),
"score": 8.88698414203604,
- "score-diff": "0.8662704849796192",
- "score-diff-perc": "+10.80042%",
- "tooltip": "score = 8.88698414203604\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.86627 (+10.80042%)",
+ "score-diff": "1.9905900011158604",
+ "score-diff-perc": "+28.86421%",
+ "tooltip": "score = 8.88698414203604\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.99059 (+28.86421%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -660717,11 +660717,11 @@
19,
52
),
- "score": 8.907940929505944,
- "score-diff": "-0.2482503835054093",
- "score-diff-perc": "-2.71128%",
- "tooltip": "score = 8.907940929505944\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.24825 (-2.71128%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 9.73750213817095,
+ "score-diff": "0.581310825159596",
+ "score-diff-perc": "+6.34883%",
+ "tooltip": "score = 9.73750213817095\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.58131 (+6.34883%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -660743,11 +660743,11 @@
19,
52
),
- "score": 9.73750213817095,
- "score-diff": "0.8295612086650053",
- "score-diff-perc": "+9.31260%",
- "tooltip": "score = 9.73750213817095\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.82956 (+9.31260%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 8.907940929505944,
+ "score-diff": "-0.8295612086650053",
+ "score-diff-perc": "-8.51924%",
+ "tooltip": "score = 8.907940929505944\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.82956 (-8.51924%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -662284,11 +662284,11 @@
21,
27
),
- "score": 2.8093310949313173,
- "score-diff": "-1.08519485499418",
- "score-diff-perc": "-27.86462%",
- "tooltip": "score = 2.8093310949313173\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.08519 (-27.86462%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 2.5101954103638304,
+ "score-diff": "-1.3843305395616667",
+ "score-diff-perc": "-35.54555%",
+ "tooltip": "score = 2.5101954103638304\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.38433 (-35.54555%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -662310,11 +662310,11 @@
21,
27
),
- "score": 2.5101954103638304,
- "score-diff": "-0.29913568456748685",
- "score-diff-perc": "-10.64793%",
- "tooltip": "score = 2.5101954103638304\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.29914 (-10.64793%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 2.6472860747266065,
+ "score-diff": "0.13709066436277606",
+ "score-diff-perc": "+5.46135%",
+ "tooltip": "score = 2.6472860747266065\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.13709 (+5.46135%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -662336,11 +662336,11 @@
21,
27
),
- "score": 2.6472860747266065,
- "score-diff": "0.13709066436277606",
- "score-diff-perc": "+5.46135%",
- "tooltip": "score = 2.6472860747266065\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.13709 (+5.46135%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 2.8093310949313173,
+ "score-diff": "0.1620450202047108",
+ "score-diff-perc": "+6.12118%",
+ "tooltip": "score = 2.8093310949313173\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.16205 (+6.12118%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -662363,9 +662363,9 @@
32
),
"score": 3.747351771940047,
- "score-diff": "1.1000656972134406",
- "score-diff-perc": "+41.55447%",
- "tooltip": "score = 3.747351771940047\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.10007 (+41.55447%)",
+ "score-diff": "0.9380206770087298",
+ "score-diff-perc": "+33.38947%",
+ "tooltip": "score = 3.747351771940047\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.93802 (+33.38947%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -666808,11 +666808,11 @@
19,
52
),
- "score": 3.663835801503076,
- "score-diff": "-0.08410860479075621",
- "score-diff-perc": "-2.24413%",
- "tooltip": "score = 3.663835801503076\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.08411 (-2.24413%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 3.738766342636337,
+ "score-diff": "-0.009178063657495183",
+ "score-diff-perc": "-0.24488%",
+ "tooltip": "score = 3.738766342636337\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00918 (-0.24488%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -666834,11 +666834,11 @@
19,
52
),
- "score": 3.738766342636337,
- "score-diff": "0.07493054113326103",
- "score-diff-perc": "+2.04514%",
- "tooltip": "score = 3.738766342636337\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.07493 (+2.04514%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 3.663835801503076,
+ "score-diff": "-0.07493054113326103",
+ "score-diff-perc": "-2.00415%",
+ "tooltip": "score = 3.663835801503076\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.07493 (-2.00415%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -668375,11 +668375,11 @@
21,
27
),
- "score": 35.25660917429925,
- "score-diff": "6.089321932454272",
- "score-diff-perc": "+20.87723%",
- "tooltip": "score = 35.25660917429925\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +6.08932 (+20.87723%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 51.75255460427296,
+ "score-diff": "22.58526736242798",
+ "score-diff-perc": "+77.43355%",
+ "tooltip": "score = 51.75255460427296\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +22.58527 (+77.43355%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -668401,11 +668401,11 @@
21,
27
),
- "score": 51.75255460427296,
- "score-diff": "16.49594542997371",
- "score-diff-perc": "+46.78824%",
- "tooltip": "score = 51.75255460427296\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +16.49595 (+46.78824%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 50.59288198843201,
+ "score-diff": "-1.1596726158409467",
+ "score-diff-perc": "-2.24080%",
+ "tooltip": "score = 50.59288198843201\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.15967 (-2.24080%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -668427,11 +668427,11 @@
21,
27
),
- "score": 50.59288198843201,
- "score-diff": "-1.1596726158409467",
- "score-diff-perc": "-2.24080%",
- "tooltip": "score = 50.59288198843201\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.15967 (-2.24080%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 35.25660917429925,
+ "score-diff": "-15.336272814132762",
+ "score-diff-perc": "-30.31310%",
+ "tooltip": "score = 35.25660917429925\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -15.33627 (-30.31310%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -668454,9 +668454,9 @@
32
),
"score": 28.981795760358196,
- "score-diff": "-21.611086228073816",
- "score-diff-perc": "-42.71567%",
- "tooltip": "score = 28.981795760358196\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -21.61109 (-42.71567%)",
+ "score-diff": "-6.274813413941054",
+ "score-diff-perc": "-17.79755%",
+ "tooltip": "score = 28.981795760358196\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -6.27481 (-17.79755%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -672899,11 +672899,11 @@
19,
52
),
- "score": 29.269635214705882,
- "score-diff": "-0.12237091668946576",
- "score-diff-perc": "-0.41634%",
- "tooltip": "score = 29.269635214705882\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.12237 (-0.41634%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 29.544739055024916,
+ "score-diff": "0.1527329236295678",
+ "score-diff-perc": "+0.51964%",
+ "tooltip": "score = 29.544739055024916\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.15273 (+0.51964%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -672925,11 +672925,11 @@
19,
52
),
- "score": 29.544739055024916,
- "score-diff": "0.27510384031903357",
- "score-diff-perc": "+0.93990%",
- "tooltip": "score = 29.544739055024916\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.27510 (+0.93990%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 29.269635214705882,
+ "score-diff": "-0.27510384031903357",
+ "score-diff-perc": "-0.93114%",
+ "tooltip": "score = 29.269635214705882\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.27510 (-0.93114%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -674466,11 +674466,11 @@
21,
27
),
- "score": 341.3999666916667,
- "score-diff": "-144.6100174901515",
- "score-diff-perc": "-29.75454%",
- "tooltip": "score = 341.3999666916667\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -144.61002 (-29.75454%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 338.74942333125,
+ "score-diff": "-147.2605608505682",
+ "score-diff-perc": "-30.29990%",
+ "tooltip": "score = 338.74942333125\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -147.26056 (-30.29990%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -674492,11 +674492,11 @@
21,
27
),
- "score": 338.74942333125,
- "score-diff": "-2.650543360416691",
- "score-diff-perc": "-0.77637%",
- "tooltip": "score = 338.74942333125\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.65054 (-0.77637%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 354.30481163571426,
+ "score-diff": "15.555388304464259",
+ "score-diff-perc": "+4.59200%",
+ "tooltip": "score = 354.30481163571426\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +15.55539 (+4.59200%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -674518,11 +674518,11 @@
21,
27
),
- "score": 354.30481163571426,
- "score-diff": "15.555388304464259",
- "score-diff-perc": "+4.59200%",
- "tooltip": "score = 354.30481163571426\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +15.55539 (+4.59200%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 341.3999666916667,
+ "score-diff": "-12.904844944047568",
+ "score-diff-perc": "-3.64230%",
+ "tooltip": "score = 341.3999666916667\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -12.90484 (-3.64230%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -674545,9 +674545,9 @@
32
),
"score": 482.9134235,
- "score-diff": "128.60861186428576",
- "score-diff-perc": "+36.29886%",
- "tooltip": "score = 482.9134235\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +128.60861 (+36.29886%)",
+ "score-diff": "141.51345680833333",
+ "score-diff-perc": "+41.45093%",
+ "tooltip": "score = 482.9134235\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +141.51346 (+41.45093%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -678990,11 +678990,11 @@
19,
52
),
- "score": 476.67900881818184,
- "score-diff": "1.686404545454593",
- "score-diff-perc": "+0.35504%",
- "tooltip": "score = 476.67900881818184\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.68640 (+0.35504%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 475.05948968181815,
+ "score-diff": "0.0668854090909008",
+ "score-diff-perc": "+0.01408%",
+ "tooltip": "score = 475.05948968181815\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.06689 (+0.01408%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -679016,11 +679016,11 @@
19,
52
),
- "score": 475.05948968181815,
- "score-diff": "-1.6195191363636923",
- "score-diff-perc": "-0.33975%",
- "tooltip": "score = 475.05948968181815\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.61952 (-0.33975%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 476.67900881818184,
+ "score-diff": "1.6195191363636923",
+ "score-diff-perc": "+0.34091%",
+ "tooltip": "score = 476.67900881818184\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.61952 (+0.34091%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -680557,11 +680557,11 @@
21,
27
),
- "score": 15.403362113385604,
- "score-diff": "-1.396073666815738",
- "score-diff-perc": "-8.31024%",
- "tooltip": "score = 15.403362113385604\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.39607 (-8.31024%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 14.388178564280768,
+ "score-diff": "-2.4112572159205747",
+ "score-diff-perc": "-14.35320%",
+ "tooltip": "score = 14.388178564280768\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.41126 (-14.35320%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -680583,11 +680583,11 @@
21,
27
),
- "score": 14.388178564280768,
- "score-diff": "-1.0151835491048367",
- "score-diff-perc": "-6.59066%",
- "tooltip": "score = 14.388178564280768\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.01518 (-6.59066%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 15.612863794471433,
+ "score-diff": "1.2246852301906657",
+ "score-diff-perc": "+8.51175%",
+ "tooltip": "score = 15.612863794471433\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.22469 (+8.51175%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -680609,11 +680609,11 @@
21,
27
),
- "score": 15.612863794471433,
- "score-diff": "1.2246852301906657",
- "score-diff-perc": "+8.51175%",
- "tooltip": "score = 15.612863794471433\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.22469 (+8.51175%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 15.403362113385604,
+ "score-diff": "-0.209501681085829",
+ "score-diff-perc": "-1.34185%",
+ "tooltip": "score = 15.403362113385604\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.20950 (-1.34185%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -680636,9 +680636,9 @@
32
),
"score": 16.448864443626896,
- "score-diff": "0.8360006491554621",
- "score-diff-perc": "+5.35456%",
- "tooltip": "score = 16.448864443626896\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.83600 (+5.35456%)",
+ "score-diff": "1.0455023302412911",
+ "score-diff-perc": "+6.78749%",
+ "tooltip": "score = 16.448864443626896\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.04550 (+6.78749%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -685081,11 +685081,11 @@
19,
52
),
- "score": 16.577445589403972,
- "score-diff": "0.4529849067242324",
- "score-diff-perc": "+2.80930%",
- "tooltip": "score = 16.577445589403972\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.45298 (+2.80930%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 16.200044812370468,
+ "score-diff": "0.07558412969072847",
+ "score-diff-perc": "+0.46875%",
+ "tooltip": "score = 16.200044812370468\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.07558 (+0.46875%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -685107,11 +685107,11 @@
19,
52
),
- "score": 16.200044812370468,
- "score-diff": "-0.37740077703350394",
- "score-diff-perc": "-2.27659%",
- "tooltip": "score = 16.200044812370468\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.37740 (-2.27659%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 16.577445589403972,
+ "score-diff": "0.37740077703350394",
+ "score-diff-perc": "+2.32963%",
+ "tooltip": "score = 16.577445589403972\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.37740 (+2.32963%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -686648,11 +686648,11 @@
21,
27
),
- "score": 35.606500236444575,
- "score-diff": "8.651327442632365",
- "score-diff-perc": "+32.09524%",
- "tooltip": "score = 35.606500236444575\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +8.65133 (+32.09524%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 34.582540528205854,
+ "score-diff": "7.627367734393644",
+ "score-diff-perc": "+28.29649%",
+ "tooltip": "score = 34.582540528205854\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +7.62737 (+28.29649%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -686674,11 +686674,11 @@
21,
27
),
- "score": 34.582540528205854,
- "score-diff": "-1.0239597082387206",
- "score-diff-perc": "-2.87577%",
- "tooltip": "score = 34.582540528205854\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.02396 (-2.87577%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 36.73005703617861,
+ "score-diff": "2.147516507972753",
+ "score-diff-perc": "+6.20983%",
+ "tooltip": "score = 36.73005703617861\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.14752 (+6.20983%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -686700,11 +686700,11 @@
21,
27
),
- "score": 36.73005703617861,
- "score-diff": "2.147516507972753",
- "score-diff-perc": "+6.20983%",
- "tooltip": "score = 36.73005703617861\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.14752 (+6.20983%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 35.606500236444575,
+ "score-diff": "-1.1235567997340326",
+ "score-diff-perc": "-3.05896%",
+ "tooltip": "score = 35.606500236444575\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.12356 (-3.05896%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -686727,9 +686727,9 @@
32
),
"score": 26.511567974031976,
- "score-diff": "-10.21848906214663",
- "score-diff-perc": "-27.82051%",
- "tooltip": "score = 26.511567974031976\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -10.21849 (-27.82051%)",
+ "score-diff": "-9.094932262412598",
+ "score-diff-perc": "-25.54290%",
+ "tooltip": "score = 26.511567974031976\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -9.09493 (-25.54290%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -691172,11 +691172,11 @@
19,
52
),
- "score": 25.629678776041665,
- "score-diff": "0.12997930404929292",
- "score-diff-perc": "+0.50973%",
- "tooltip": "score = 25.629678776041665\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.12998 (+0.50973%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 26.278652020777074,
+ "score-diff": "0.7789525487847015",
+ "score-diff-perc": "+3.05475%",
+ "tooltip": "score = 26.278652020777074\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.77895 (+3.05475%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -691198,11 +691198,11 @@
19,
52
),
- "score": 26.278652020777074,
- "score-diff": "0.6489732447354086",
- "score-diff-perc": "+2.53212%",
- "tooltip": "score = 26.278652020777074\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.64897 (+2.53212%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 25.629678776041665,
+ "score-diff": "-0.6489732447354086",
+ "score-diff-perc": "-2.46958%",
+ "tooltip": "score = 25.629678776041665\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.64897 (-2.46958%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -692739,11 +692739,11 @@
21,
27
),
- "score": 21.154019958195615,
- "score-diff": "-11.078397104702933",
- "score-diff-perc": "-34.37036%",
- "tooltip": "score = 21.154019958195615\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -11.07840 (-34.37036%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 21.59743058990008,
+ "score-diff": "-10.63498647299847",
+ "score-diff-perc": "-32.99469%",
+ "tooltip": "score = 21.59743058990008\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -10.63499 (-32.99469%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -692765,11 +692765,11 @@
21,
27
),
- "score": 21.59743058990008,
- "score-diff": "0.44341063170446304",
- "score-diff-perc": "+2.09611%",
- "tooltip": "score = 21.59743058990008\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.44341 (+2.09611%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 21.46106939425477,
+ "score-diff": "-0.13636119564530702",
+ "score-diff-perc": "-0.63138%",
+ "tooltip": "score = 21.46106939425477\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.13636 (-0.63138%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -692791,11 +692791,11 @@
21,
27
),
- "score": 21.46106939425477,
- "score-diff": "-0.13636119564530702",
- "score-diff-perc": "-0.63138%",
- "tooltip": "score = 21.46106939425477\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.13636 (-0.63138%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 21.154019958195615,
+ "score-diff": "-0.307049436059156",
+ "score-diff-perc": "-1.43073%",
+ "tooltip": "score = 21.154019958195615\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.30705 (-1.43073%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -692818,9 +692818,9 @@
32
),
"score": 31.784058605829706,
- "score-diff": "10.322989211574935",
- "score-diff-perc": "+48.10100%",
- "tooltip": "score = 31.784058605829706\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +10.32299 (+48.10100%)",
+ "score-diff": "10.630038647634091",
+ "score-diff-perc": "+50.25068%",
+ "tooltip": "score = 31.784058605829706\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +10.63004 (+50.25068%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -697263,11 +697263,11 @@
19,
52
),
- "score": 31.50389794721178,
- "score-diff": "1.46219146618051",
- "score-diff-perc": "+4.86721%",
- "tooltip": "score = 31.50389794721178\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.46219 (+4.86721%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 37.18738165442913,
+ "score-diff": "7.145675173397862",
+ "score-diff-perc": "+23.78585%",
+ "tooltip": "score = 37.18738165442913\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +7.14568 (+23.78585%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -697289,11 +697289,11 @@
19,
52
),
- "score": 37.18738165442913,
- "score-diff": "5.683483707217352",
- "score-diff-perc": "+18.04057%",
- "tooltip": "score = 37.18738165442913\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +5.68348 (+18.04057%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 31.50389794721178,
+ "score-diff": "-5.683483707217352",
+ "score-diff-perc": "-15.28337%",
+ "tooltip": "score = 31.50389794721178\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -5.68348 (-15.28337%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -698830,11 +698830,11 @@
21,
27
),
- "score": 25.456471745462046,
- "score-diff": "-15.524336667805976",
- "score-diff-perc": "-37.88197%",
- "tooltip": "score = 25.456471745462046\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -15.52434 (-37.88197%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 23.338554654376583,
+ "score-diff": "-17.64225375889144",
+ "score-diff-perc": "-43.05004%",
+ "tooltip": "score = 23.338554654376583\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -17.64225 (-43.05004%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -698856,11 +698856,11 @@
21,
27
),
- "score": 23.338554654376583,
- "score-diff": "-2.117917091085463",
- "score-diff-perc": "-8.31976%",
- "tooltip": "score = 23.338554654376583\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.11792 (-8.31976%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 26.482666112704692,
+ "score-diff": "3.1441114583281085",
+ "score-diff-perc": "+13.47175%",
+ "tooltip": "score = 26.482666112704692\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.14411 (+13.47175%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -698882,11 +698882,11 @@
21,
27
),
- "score": 26.482666112704692,
- "score-diff": "3.1441114583281085",
- "score-diff-perc": "+13.47175%",
- "tooltip": "score = 26.482666112704692\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.14411 (+13.47175%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 25.456471745462046,
+ "score-diff": "-1.0261943672426455",
+ "score-diff-perc": "-3.87497%",
+ "tooltip": "score = 25.456471745462046\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.02619 (-3.87497%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -698909,9 +698909,9 @@
32
),
"score": 40.972252668699184,
- "score-diff": "14.489586555994492",
- "score-diff-perc": "+54.71347%",
- "tooltip": "score = 40.972252668699184\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +14.48959 (+54.71347%)",
+ "score-diff": "15.515780923237138",
+ "score-diff-perc": "+60.95024%",
+ "tooltip": "score = 40.972252668699184\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +15.51578 (+60.95024%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -703354,11 +703354,11 @@
19,
52
),
- "score": 41.15313177816972,
- "score-diff": "0.5484302806612007",
- "score-diff-perc": "+1.35066%",
- "tooltip": "score = 41.15313177816972\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.54843 (+1.35066%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 40.59866309652459,
+ "score-diff": "-0.00603840098393249",
+ "score-diff-perc": "-0.01487%",
+ "tooltip": "score = 40.59866309652459\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00604 (-0.01487%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -703380,11 +703380,11 @@
19,
52
),
- "score": 40.59866309652459,
- "score-diff": "-0.5544686816451332",
- "score-diff-perc": "-1.34733%",
- "tooltip": "score = 40.59866309652459\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.55447 (-1.34733%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 41.15313177816972,
+ "score-diff": "0.5544686816451332",
+ "score-diff-perc": "+1.36573%",
+ "tooltip": "score = 41.15313177816972\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.55447 (+1.36573%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -704921,11 +704921,11 @@
21,
27
),
- "score": 550.54736985,
- "score-diff": "-85.77973605972215",
- "score-diff-perc": "-13.48045%",
- "tooltip": "score = 550.54736985\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -85.77974 (-13.48045%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 593.9777716666667,
+ "score-diff": "-42.34933424305541",
+ "score-diff-perc": "-6.65528%",
+ "tooltip": "score = 593.9777716666667\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -42.34933 (-6.65528%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -704947,11 +704947,11 @@
21,
27
),
- "score": 593.9777716666667,
- "score-diff": "43.430401816666745",
- "score-diff-perc": "+7.88859%",
- "tooltip": "score = 593.9777716666667\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +43.43040 (+7.88859%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 503.2289766,
+ "score-diff": "-90.74879506666673",
+ "score-diff-perc": "-15.27815%",
+ "tooltip": "score = 503.2289766\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -90.74880 (-15.27815%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -704973,11 +704973,11 @@
21,
27
),
- "score": 503.2289766,
- "score-diff": "-90.74879506666673",
- "score-diff-perc": "-15.27815%",
- "tooltip": "score = 503.2289766\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -90.74880 (-15.27815%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 550.54736985,
+ "score-diff": "47.318393249999986",
+ "score-diff-perc": "+9.40295%",
+ "tooltip": "score = 550.54736985\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +47.31839 (+9.40295%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -705000,9 +705000,9 @@
32
),
"score": 593.3742799444444,
- "score-diff": "90.14530334444441",
- "score-diff-perc": "+17.91338%",
- "tooltip": "score = 593.3742799444444\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +90.14530 (+17.91338%)",
+ "score-diff": "42.82691009444443",
+ "score-diff-perc": "+7.77897%",
+ "tooltip": "score = 593.3742799444444\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +42.82691 (+7.77897%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -709445,11 +709445,11 @@
19,
52
),
- "score": 565.5074417777778,
- "score-diff": "-21.490359833333287",
- "score-diff-perc": "-3.66106%",
- "tooltip": "score = 565.5074417777778\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -21.49036 (-3.66106%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 579.6266808333334,
+ "score-diff": "-7.371120777777719",
+ "score-diff-perc": "-1.25573%",
+ "tooltip": "score = 579.6266808333334\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -7.37112 (-1.25573%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -709471,11 +709471,11 @@
19,
52
),
- "score": 579.6266808333334,
- "score-diff": "14.119239055555568",
- "score-diff-perc": "+2.49674%",
- "tooltip": "score = 579.6266808333334\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +14.11924 (+2.49674%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 565.5074417777778,
+ "score-diff": "-14.119239055555568",
+ "score-diff-perc": "-2.43592%",
+ "tooltip": "score = 565.5074417777778\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -14.11924 (-2.43592%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -711012,11 +711012,11 @@
21,
27
),
- "score": 914.4264010833333,
- "score-diff": "77.62728602380946",
- "score-diff-perc": "+9.27669%",
- "tooltip": "score = 914.4264010833333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +77.62729 (+9.27669%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 901.6131093333333,
+ "score-diff": "64.8139942738095",
+ "score-diff-perc": "+7.74547%",
+ "tooltip": "score = 901.6131093333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +64.81399 (+7.74547%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -711038,11 +711038,11 @@
21,
27
),
- "score": 901.6131093333333,
- "score-diff": "-12.813291749999962",
- "score-diff-perc": "-1.40124%",
- "tooltip": "score = 901.6131093333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -12.81329 (-1.40124%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 951.2726553333333,
+ "score-diff": "49.65954599999998",
+ "score-diff-perc": "+5.50786%",
+ "tooltip": "score = 951.2726553333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +49.65955 (+5.50786%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -711064,11 +711064,11 @@
21,
27
),
- "score": 951.2726553333333,
- "score-diff": "49.65954599999998",
- "score-diff-perc": "+5.50786%",
- "tooltip": "score = 951.2726553333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +49.65955 (+5.50786%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 914.4264010833333,
+ "score-diff": "-36.846254250000015",
+ "score-diff-perc": "-3.87336%",
+ "tooltip": "score = 914.4264010833333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -36.84625 (-3.87336%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -711091,9 +711091,9 @@
32
),
"score": 831.5444078571429,
- "score-diff": "-119.7282474761904",
- "score-diff-perc": "-12.58611%",
- "tooltip": "score = 831.5444078571429\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -119.72825 (-12.58611%)",
+ "score-diff": "-82.88199322619039",
+ "score-diff-perc": "-9.06382%",
+ "tooltip": "score = 831.5444078571429\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -82.88199 (-9.06382%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -715536,11 +715536,11 @@
19,
52
),
- "score": 828.7625948333334,
- "score-diff": "6.621747190476299",
- "score-diff-perc": "+0.80543%",
- "tooltip": "score = 828.7625948333334\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +6.62175 (+0.80543%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 814.0753345,
+ "score-diff": "-8.065513142857071",
+ "score-diff-perc": "-0.98104%",
+ "tooltip": "score = 814.0753345\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -8.06551 (-0.98104%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -715562,11 +715562,11 @@
19,
52
),
- "score": 814.0753345,
- "score-diff": "-14.68726033333337",
- "score-diff-perc": "-1.77219%",
- "tooltip": "score = 814.0753345\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -14.68726 (-1.77219%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 828.7625948333334,
+ "score-diff": "14.68726033333337",
+ "score-diff-perc": "+1.80416%",
+ "tooltip": "score = 828.7625948333334\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +14.68726 (+1.80416%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -717103,11 +717103,11 @@
21,
27
),
- "score": 56.05023938236022,
- "score-diff": "-16.582826310043274",
- "score-diff-perc": "-22.83096%",
- "tooltip": "score = 56.05023938236022\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -16.58283 (-22.83096%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 53.156887852222226,
+ "score-diff": "-19.476177840181265",
+ "score-diff-perc": "-26.81448%",
+ "tooltip": "score = 53.156887852222226\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -19.47618 (-26.81448%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -717129,11 +717129,11 @@
21,
27
),
- "score": 53.156887852222226,
- "score-diff": "-2.8933515301379913",
- "score-diff-perc": "-5.16207%",
- "tooltip": "score = 53.156887852222226\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.89335 (-5.16207%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 52.82605086779698,
+ "score-diff": "-0.3308369844252468",
+ "score-diff-perc": "-0.62238%",
+ "tooltip": "score = 52.82605086779698\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.33084 (-0.62238%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -717155,11 +717155,11 @@
21,
27
),
- "score": 52.82605086779698,
- "score-diff": "-0.3308369844252468",
- "score-diff-perc": "-0.62238%",
- "tooltip": "score = 52.82605086779698\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.33084 (-0.62238%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 56.05023938236022,
+ "score-diff": "3.224188514563238",
+ "score-diff-perc": "+6.10341%",
+ "tooltip": "score = 56.05023938236022\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.22419 (+6.10341%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -717182,9 +717182,9 @@
32
),
"score": 74.68106363897448,
- "score-diff": "21.8550127711775",
- "score-diff-perc": "+41.37166%",
- "tooltip": "score = 74.68106363897448\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +21.85501 (+41.37166%)",
+ "score-diff": "18.63082425661426",
+ "score-diff-perc": "+33.23951%",
+ "tooltip": "score = 74.68106363897448\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +18.63082 (+33.23951%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -721627,11 +721627,11 @@
19,
52
),
- "score": 76.09365686305148,
- "score-diff": "5.5973093063534805",
- "score-diff-perc": "+7.93986%",
- "tooltip": "score = 76.09365686305148\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +5.59731 (+7.93986%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 76.46359895128677,
+ "score-diff": "5.9672513945887715",
+ "score-diff-perc": "+8.46462%",
+ "tooltip": "score = 76.46359895128677\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +5.96725 (+8.46462%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -721653,11 +721653,11 @@
19,
52
),
- "score": 76.46359895128677,
- "score-diff": "0.36994208823529107",
- "score-diff-perc": "+0.48617%",
- "tooltip": "score = 76.46359895128677\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.36994 (+0.48617%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 76.09365686305148,
+ "score-diff": "-0.36994208823529107",
+ "score-diff-perc": "-0.48381%",
+ "tooltip": "score = 76.09365686305148\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.36994 (-0.48381%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -723194,11 +723194,11 @@
21,
27
),
- "score": 374.6365377777778,
- "score-diff": "-46.291626597222205",
- "score-diff-perc": "-10.99751%",
- "tooltip": "score = 374.6365377777778\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -46.29163 (-10.99751%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 401.00517675,
+ "score-diff": "-19.92298762500002",
+ "score-diff-perc": "-4.73311%",
+ "tooltip": "score = 401.00517675\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -19.92299 (-4.73311%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -723220,11 +723220,11 @@
21,
27
),
- "score": 401.00517675,
- "score-diff": "26.368638972222186",
- "score-diff-perc": "+7.03846%",
- "tooltip": "score = 401.00517675\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +26.36864 (+7.03846%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 383.49624725,
+ "score-diff": "-17.508929499999965",
+ "score-diff-perc": "-4.36626%",
+ "tooltip": "score = 383.49624725\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -17.50893 (-4.36626%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -723246,11 +723246,11 @@
21,
27
),
- "score": 383.49624725,
- "score-diff": "-17.508929499999965",
- "score-diff-perc": "-4.36626%",
- "tooltip": "score = 383.49624725\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -17.50893 (-4.36626%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 374.6365377777778,
+ "score-diff": "-8.859709472222221",
+ "score-diff-perc": "-2.31025%",
+ "tooltip": "score = 374.6365377777778\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -8.85971 (-2.31025%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -723273,9 +723273,9 @@
32
),
"score": 416.034927,
- "score-diff": "32.53867974999997",
- "score-diff-perc": "+8.48475%",
- "tooltip": "score = 416.034927\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +32.53868 (+8.48475%)",
+ "score-diff": "41.39838922222219",
+ "score-diff-perc": "+11.05028%",
+ "tooltip": "score = 416.034927\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +41.39839 (+11.05028%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -727718,11 +727718,11 @@
19,
52
),
- "score": 398.510997875,
- "score-diff": "-39.49910812500002",
- "score-diff-perc": "-9.01785%",
- "tooltip": "score = 398.510997875\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -39.49911 (-9.01785%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 393.641479625,
+ "score-diff": "-44.36862637500002",
+ "score-diff-perc": "-10.12959%",
+ "tooltip": "score = 393.641479625\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -44.36863 (-10.12959%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -727744,11 +727744,11 @@
19,
52
),
- "score": 393.641479625,
- "score-diff": "-4.869518249999999",
- "score-diff-perc": "-1.22193%",
- "tooltip": "score = 393.641479625\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -4.86952 (-1.22193%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 398.510997875,
+ "score-diff": "4.869518249999999",
+ "score-diff-perc": "+1.23704%",
+ "tooltip": "score = 398.510997875\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +4.86952 (+1.23704%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -729285,11 +729285,11 @@
21,
27
),
- "score": 0.43607479164691193,
- "score-diff": "0.03733508205216529",
- "score-diff-perc": "+9.36327%",
- "tooltip": "score = 0.43607479164691193\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.03734 (+9.36327%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.43555118423608147,
+ "score-diff": "0.03681147464133483",
+ "score-diff-perc": "+9.23196%",
+ "tooltip": "score = 0.43555118423608147\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.03681 (+9.23196%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -729311,11 +729311,11 @@
21,
27
),
- "score": 0.43555118423608147,
- "score-diff": "-0.0005236074108304622",
- "score-diff-perc": "-0.12007%",
- "tooltip": "score = 0.43555118423608147\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00052 (-0.12007%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.437297056409463,
+ "score-diff": "0.001745872173381513",
+ "score-diff-perc": "+0.40084%",
+ "tooltip": "score = 0.437297056409463\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00175 (+0.40084%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -729337,11 +729337,11 @@
21,
27
),
- "score": 0.437297056409463,
- "score-diff": "0.001745872173381513",
- "score-diff-perc": "+0.40084%",
- "tooltip": "score = 0.437297056409463\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00175 (+0.40084%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.43607479164691193,
+ "score-diff": "-0.0012222647625510508",
+ "score-diff-perc": "-0.27950%",
+ "tooltip": "score = 0.43607479164691193\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00122 (-0.27950%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -729364,9 +729364,9 @@
32
),
"score": 0.39952609563398694,
- "score-diff": "-0.03777096077547604",
- "score-diff-perc": "-8.63737%",
- "tooltip": "score = 0.39952609563398694\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.03777 (-8.63737%)",
+ "score-diff": "-0.036548696012924986",
+ "score-diff-perc": "-8.38129%",
+ "tooltip": "score = 0.39952609563398694\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.03655 (-8.38129%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -733809,11 +733809,11 @@
19,
52
),
- "score": 0.4269357138845427,
- "score-diff": "-0.00012006778523576678",
- "score-diff-perc": "-0.02812%",
- "tooltip": "score = 0.4269357138845427\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00012 (-0.02812%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.42639920488103306,
+ "score-diff": "-0.0006565767887454221",
+ "score-diff-perc": "-0.15374%",
+ "tooltip": "score = 0.42639920488103306\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00066 (-0.15374%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -733835,11 +733835,11 @@
19,
52
),
- "score": 0.42639920488103306,
- "score-diff": "-0.0005365090035096554",
- "score-diff-perc": "-0.12567%",
- "tooltip": "score = 0.42639920488103306\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00054 (-0.12567%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.4269357138845427,
+ "score-diff": "0.0005365090035096554",
+ "score-diff-perc": "+0.12582%",
+ "tooltip": "score = 0.4269357138845427\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00054 (+0.12582%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -735376,11 +735376,11 @@
21,
27
),
- "score": 0.13199945556110818,
- "score-diff": "-0.040518931581017104",
- "score-diff-perc": "-23.48673%",
- "tooltip": "score = 0.13199945556110818\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.04052 (-23.48673%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.1320333657670492,
+ "score-diff": "-0.04048502137507609",
+ "score-diff-perc": "-23.46708%",
+ "tooltip": "score = 0.1320333657670492\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.04049 (-23.46708%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -735402,11 +735402,11 @@
21,
27
),
- "score": 0.1320333657670492,
- "score-diff": "3.391020594101235e-05",
- "score-diff-perc": "+0.02569%",
- "tooltip": "score = 0.1320333657670492\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00003 (+0.02569%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.13160998067046617,
+ "score-diff": "-0.0004233850965830177",
+ "score-diff-perc": "-0.32067%",
+ "tooltip": "score = 0.13160998067046617\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00042 (-0.32067%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -735428,11 +735428,11 @@
21,
27
),
- "score": 0.13160998067046617,
- "score-diff": "-0.0004233850965830177",
- "score-diff-perc": "-0.32067%",
- "tooltip": "score = 0.13160998067046617\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00042 (-0.32067%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.13199945556110818,
+ "score-diff": "0.00038947489064200536",
+ "score-diff-perc": "+0.29593%",
+ "tooltip": "score = 0.13199945556110818\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00039 (+0.29593%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -735455,9 +735455,9 @@
32
),
"score": 0.172217968653913,
- "score-diff": "0.040607987983446836",
- "score-diff-perc": "+30.85479%",
- "tooltip": "score = 0.172217968653913\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.04061 (+30.85479%)",
+ "score-diff": "0.04021851309280483",
+ "score-diff-perc": "+30.46870%",
+ "tooltip": "score = 0.172217968653913\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.04022 (+30.46870%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -739900,11 +739900,11 @@
19,
52
),
- "score": 0.1020296743975983,
- "score-diff": "-0.0005179297741262773",
- "score-diff-perc": "-0.50506%",
- "tooltip": "score = 0.1020296743975983\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00052 (-0.50506%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.10195299386506522,
+ "score-diff": "-0.00059461030665936",
+ "score-diff-perc": "-0.57984%",
+ "tooltip": "score = 0.10195299386506522\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00059 (-0.57984%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -739926,11 +739926,11 @@
19,
52
),
- "score": 0.10195299386506522,
- "score-diff": "-7.668053253308271e-05",
- "score-diff-perc": "-0.07516%",
- "tooltip": "score = 0.10195299386506522\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00008 (-0.07516%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.1020296743975983,
+ "score-diff": "7.668053253308271e-05",
+ "score-diff-perc": "+0.07521%",
+ "tooltip": "score = 0.1020296743975983\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00008 (+0.07521%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -741467,11 +741467,11 @@
21,
27
),
- "score": 5.671281722721139,
- "score-diff": "-2.229236649392157",
- "score-diff-perc": "-28.21633%",
- "tooltip": "score = 5.671281722721139\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.22924 (-28.21633%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 5.939473513001997,
+ "score-diff": "-1.9610448591112997",
+ "score-diff-perc": "-24.82172%",
+ "tooltip": "score = 5.939473513001997\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.96104 (-24.82172%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -741493,11 +741493,11 @@
21,
27
),
- "score": 5.939473513001997,
- "score-diff": "0.2681917902808575",
- "score-diff-perc": "+4.72894%",
- "tooltip": "score = 5.939473513001997\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.26819 (+4.72894%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 5.715198923716648,
+ "score-diff": "-0.22427458928534882",
+ "score-diff-perc": "-3.77600%",
+ "tooltip": "score = 5.715198923716648\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.22427 (-3.77600%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -741519,11 +741519,11 @@
21,
27
),
- "score": 5.715198923716648,
- "score-diff": "-0.22427458928534882",
- "score-diff-perc": "-3.77600%",
- "tooltip": "score = 5.715198923716648\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.22427 (-3.77600%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 5.671281722721139,
+ "score-diff": "-0.043917200995508665",
+ "score-diff-perc": "-0.76843%",
+ "tooltip": "score = 5.671281722721139\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.04392 (-0.76843%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -741546,9 +741546,9 @@
32
),
"score": 7.618137503841342,
- "score-diff": "1.9029385801246939",
- "score-diff-perc": "+33.29610%",
- "tooltip": "score = 7.618137503841342\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.90294 (+33.29610%)",
+ "score-diff": "1.9468557811202025",
+ "score-diff-perc": "+34.32832%",
+ "tooltip": "score = 7.618137503841342\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.94686 (+34.32832%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -745991,11 +745991,11 @@
19,
52
),
- "score": 4.920221609729693,
- "score-diff": "-0.0548250477416623",
- "score-diff-perc": "-1.10200%",
- "tooltip": "score = 4.920221609729693\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.05483 (-1.10200%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 4.995302609190997,
+ "score-diff": "0.020255951719641452",
+ "score-diff-perc": "+0.40715%",
+ "tooltip": "score = 4.995302609190997\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.02026 (+0.40715%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -746017,11 +746017,11 @@
19,
52
),
- "score": 4.995302609190997,
- "score-diff": "0.07508099946130375",
- "score-diff-perc": "+1.52597%",
- "tooltip": "score = 4.995302609190997\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.07508 (+1.52597%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 4.920221609729693,
+ "score-diff": "-0.07508099946130375",
+ "score-diff-perc": "-1.50303%",
+ "tooltip": "score = 4.920221609729693\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.07508 (-1.50303%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -747558,11 +747558,11 @@
21,
27
),
- "score": 27.08456756125541,
- "score-diff": "-2.6968343601968776",
- "score-diff-perc": "-9.05543%",
- "tooltip": "score = 27.08456756125541\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.69683 (-9.05543%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 30.751735442570737,
+ "score-diff": "0.9703335211184481",
+ "score-diff-perc": "+3.25819%",
+ "tooltip": "score = 30.751735442570737\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.97033 (+3.25819%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -747584,11 +747584,11 @@
21,
27
),
- "score": 30.751735442570737,
- "score-diff": "3.6671678813153257",
- "score-diff-perc": "+13.53970%",
- "tooltip": "score = 30.751735442570737\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.66717 (+13.53970%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 30.38619209060606,
+ "score-diff": "-0.36554335196467846",
+ "score-diff-perc": "-1.18869%",
+ "tooltip": "score = 30.38619209060606\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.36554 (-1.18869%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -747610,11 +747610,11 @@
21,
27
),
- "score": 30.38619209060606,
- "score-diff": "-0.36554335196467846",
- "score-diff-perc": "-1.18869%",
- "tooltip": "score = 30.38619209060606\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.36554 (-1.18869%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 27.08456756125541,
+ "score-diff": "-3.301624529350647",
+ "score-diff-perc": "-10.86554%",
+ "tooltip": "score = 27.08456756125541\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.30162 (-10.86554%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -747637,9 +747637,9 @@
32
),
"score": 30.98312354095805,
- "score-diff": "0.5969314503519918",
- "score-diff-perc": "+1.96448%",
- "tooltip": "score = 30.98312354095805\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.59693 (+1.96448%)",
+ "score-diff": "3.898555979702639",
+ "score-diff-perc": "+14.39401%",
+ "tooltip": "score = 30.98312354095805\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +3.89856 (+14.39401%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -752082,11 +752082,11 @@
19,
52
),
- "score": 27.791473226842722,
- "score-diff": "-3.167665314885305",
- "score-diff-perc": "-10.23176%",
- "tooltip": "score = 27.791473226842722\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.16767 (-10.23176%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 27.878724926291124,
+ "score-diff": "-3.0804136154369033",
+ "score-diff-perc": "-9.94993%",
+ "tooltip": "score = 27.878724926291124\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.08041 (-9.94993%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -752108,11 +752108,11 @@
19,
52
),
- "score": 27.878724926291124,
- "score-diff": "0.08725169944840161",
- "score-diff-perc": "+0.31395%",
- "tooltip": "score = 27.878724926291124\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.08725 (+0.31395%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 27.791473226842722,
+ "score-diff": "-0.08725169944840161",
+ "score-diff-perc": "-0.31297%",
+ "tooltip": "score = 27.791473226842722\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.08725 (-0.31297%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -753649,11 +753649,11 @@
21,
27
),
- "score": 5.491135142760572e-05,
- "score-diff": "-1.6422964198332145e-05",
- "score-diff-perc": "-23.02253%",
- "tooltip": "score = 5.491135142760572e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00002 (-23.02253%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 5.4715671208586284e-05,
+ "score-diff": "-1.6618644417351582e-05",
+ "score-diff-perc": "-23.29684%",
+ "tooltip": "score = 5.4715671208586284e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00002 (-23.29684%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -753675,11 +753675,11 @@
21,
27
),
- "score": 5.4715671208586284e-05,
- "score-diff": "-1.9568021901943773e-07",
- "score-diff-perc": "-0.35636%",
- "tooltip": "score = 5.4715671208586284e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00000 (-0.35636%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 5.3068886265608964e-05,
+ "score-diff": "-1.64678494297732e-06",
+ "score-diff-perc": "-3.00971%",
+ "tooltip": "score = 5.3068886265608964e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00000 (-3.00971%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -753701,11 +753701,11 @@
21,
27
),
- "score": 5.3068886265608964e-05,
- "score-diff": "-1.64678494297732e-06",
- "score-diff-perc": "-3.00971%",
- "tooltip": "score = 5.3068886265608964e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00000 (-3.00971%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 5.491135142760572e-05,
+ "score-diff": "1.8424651619967577e-06",
+ "score-diff-perc": "+3.47184%",
+ "tooltip": "score = 5.491135142760572e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00000 (+3.47184%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -753728,9 +753728,9 @@
32
),
"score": 7.063219165957722e-05,
- "score-diff": "1.7563305393968253e-05",
- "score-diff-perc": "+33.09530%",
- "tooltip": "score = 7.063219165957722e-05\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00002 (+33.09530%)",
+ "score-diff": "1.5720840231971495e-05",
+ "score-diff-perc": "+28.62949%",
+ "tooltip": "score = 7.063219165957722e-05\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00002 (+28.62949%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -758147,11 +758147,11 @@
19,
52
),
- "score": 0.0001016548798454309,
- "score-diff": "-2.704841142603086e-06",
- "score-diff-perc": "-2.59184%",
- "tooltip": "score = 0.0001016548798454309\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00000 (-2.59184%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 9.918867532343377e-05,
+ "score-diff": "-5.171045664600216e-06",
+ "score-diff-perc": "-4.95502%",
+ "tooltip": "score = 9.918867532343377e-05\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00001 (-4.95502%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -758173,11 +758173,11 @@
19,
52
),
- "score": 9.918867532343377e-05,
- "score-diff": "-2.4662045219971297e-06",
- "score-diff-perc": "-2.42606%",
- "tooltip": "score = 9.918867532343377e-05\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00000 (-2.42606%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.0001016548798454309,
+ "score-diff": "2.4662045219971297e-06",
+ "score-diff-perc": "+2.48638%",
+ "tooltip": "score = 0.0001016548798454309\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00000 (+2.48638%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -759714,11 +759714,11 @@
21,
27
),
- "score": 0.13223286265944803,
- "score-diff": "-0.04046978794361819",
- "score-diff-perc": "-23.43322%",
- "tooltip": "score = 0.13223286265944803\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.04047 (-23.43322%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.13179658834878982,
+ "score-diff": "-0.0409060622542764",
+ "score-diff-perc": "-23.68583%",
+ "tooltip": "score = 0.13179658834878982\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.04091 (-23.68583%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -759740,11 +759740,11 @@
21,
27
),
- "score": 0.13179658834878982,
- "score-diff": "-0.0004362743106582079",
- "score-diff-perc": "-0.32993%",
- "tooltip": "score = 0.13179658834878982\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00044 (-0.32993%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.13211040443790922,
+ "score-diff": "0.00031381608911940084",
+ "score-diff-perc": "+0.23811%",
+ "tooltip": "score = 0.13211040443790922\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00031 (+0.23811%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -759766,11 +759766,11 @@
21,
27
),
- "score": 0.13211040443790922,
- "score-diff": "0.00031381608911940084",
- "score-diff-perc": "+0.23811%",
- "tooltip": "score = 0.13211040443790922\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00031 (+0.23811%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.13223286265944803,
+ "score-diff": "0.00012245822153880703",
+ "score-diff-perc": "+0.09269%",
+ "tooltip": "score = 0.13223286265944803\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00012 (+0.09269%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -759793,9 +759793,9 @@
32
),
"score": 0.17220265475025187,
- "score-diff": "0.04009225031234265",
- "score-diff-perc": "+30.34753%",
- "tooltip": "score = 0.17220265475025187\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.04009 (+30.34753%)",
+ "score-diff": "0.03996979209080384",
+ "score-diff-perc": "+30.22682%",
+ "tooltip": "score = 0.17220265475025187\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.03997 (+30.22682%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -764238,11 +764238,11 @@
19,
52
),
- "score": 0.10228007731841589,
- "score-diff": "0.0003405256360015929",
- "score-diff-perc": "+0.33405%",
- "tooltip": "score = 0.10228007731841589\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00034 (+0.33405%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.10211265056611245,
+ "score-diff": "0.00017309888369815285",
+ "score-diff-perc": "+0.16981%",
+ "tooltip": "score = 0.10211265056611245\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00017 (+0.16981%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -764264,11 +764264,11 @@
19,
52
),
- "score": 0.10211265056611245,
- "score-diff": "-0.00016742675230344006",
- "score-diff-perc": "-0.16369%",
- "tooltip": "score = 0.10211265056611245\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00017 (-0.16369%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.10228007731841589,
+ "score-diff": "0.00016742675230344006",
+ "score-diff-perc": "+0.16396%",
+ "tooltip": "score = 0.10228007731841589\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00017 (+0.16396%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -765805,11 +765805,11 @@
21,
27
),
- "score": 0.1333845410061338,
- "score-diff": "-0.44149741268701526",
- "score-diff-perc": "-76.79793%",
- "tooltip": "score = 0.1333845410061338\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.44150 (-76.79793%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.10098360159707707,
+ "score-diff": "-0.473898352096072",
+ "score-diff-perc": "-82.43403%",
+ "tooltip": "score = 0.10098360159707707\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.47390 (-82.43403%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -765831,11 +765831,11 @@
21,
27
),
- "score": 0.10098360159707707,
- "score-diff": "-0.032400939409056737",
- "score-diff-perc": "-24.29138%",
- "tooltip": "score = 0.10098360159707707\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.03240 (-24.29138%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.10530183943131104,
+ "score-diff": "0.004318237834233962",
+ "score-diff-perc": "+4.27618%",
+ "tooltip": "score = 0.10530183943131104\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00432 (+4.27618%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -765857,11 +765857,11 @@
21,
27
),
- "score": 0.10530183943131104,
- "score-diff": "0.004318237834233962",
- "score-diff-perc": "+4.27618%",
- "tooltip": "score = 0.10530183943131104\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00432 (+4.27618%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.1333845410061338,
+ "score-diff": "0.028082701574822774",
+ "score-diff-perc": "+26.66877%",
+ "tooltip": "score = 0.1333845410061338\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.02808 (+26.66877%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -765884,9 +765884,9 @@
32
),
"score": 1.9492595496042187,
- "score-diff": "1.8439577101729077",
- "score-diff-perc": "+1751.11633%",
- "tooltip": "score = 1.9492595496042187\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.84396 (+1751.11633%)",
+ "score-diff": "1.8158750085980848",
+ "score-diff-perc": "+1361.38341%",
+ "tooltip": "score = 1.9492595496042187\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.81588 (+1361.38341%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -770329,11 +770329,11 @@
19,
52
),
- "score": 0.2961230245288729,
- "score-diff": "0.08087159899390547",
- "score-diff-perc": "+37.57076%",
- "tooltip": "score = 0.2961230245288729\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.08087 (+37.57076%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.21617583578971042,
+ "score-diff": "0.0009244102547429911",
+ "score-diff-perc": "+0.42946%",
+ "tooltip": "score = 0.21617583578971042\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00092 (+0.42946%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -770355,11 +770355,11 @@
19,
52
),
- "score": 0.21617583578971042,
- "score-diff": "-0.07994718873916248",
- "score-diff-perc": "-26.99796%",
- "tooltip": "score = 0.21617583578971042\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.07995 (-26.99796%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.2961230245288729,
+ "score-diff": "0.07994718873916248",
+ "score-diff-perc": "+36.98248%",
+ "tooltip": "score = 0.2961230245288729\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.07995 (+36.98248%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -771896,11 +771896,11 @@
21,
27
),
- "score": 0.028259942492229077,
- "score-diff": "-0.0014193603440789265",
- "score-diff-perc": "-4.78232%",
- "tooltip": "score = 0.028259942492229077\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00142 (-4.78232%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.02797706813783854,
+ "score-diff": "-0.0017022346984694632",
+ "score-diff-perc": "-5.73543%",
+ "tooltip": "score = 0.02797706813783854\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00170 (-5.73543%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -771922,11 +771922,11 @@
21,
27
),
- "score": 0.02797706813783854,
- "score-diff": "-0.0002828743543905367",
- "score-diff-perc": "-1.00097%",
- "tooltip": "score = 0.02797706813783854\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00028 (-1.00097%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.028038797654451792,
+ "score-diff": "6.172951661325213e-05",
+ "score-diff-perc": "+0.22064%",
+ "tooltip": "score = 0.028038797654451792\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00006 (+0.22064%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -771948,11 +771948,11 @@
21,
27
),
- "score": 0.028038797654451792,
- "score-diff": "6.172951661325213e-05",
- "score-diff-perc": "+0.22064%",
- "tooltip": "score = 0.028038797654451792\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00006 (+0.22064%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.028259942492229077,
+ "score-diff": "0.00022114483777728455",
+ "score-diff-perc": "+0.78871%",
+ "tooltip": "score = 0.028259942492229077\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00022 (+0.78871%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -771975,9 +771975,9 @@
32
),
"score": 0.029418808186754537,
- "score-diff": "0.0013800105323027445",
- "score-diff-perc": "+4.92179%",
- "tooltip": "score = 0.029418808186754537\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00138 (+4.92179%)",
+ "score-diff": "0.00115886569452546",
+ "score-diff-perc": "+4.10074%",
+ "tooltip": "score = 0.029418808186754537\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00116 (+4.10074%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -776420,11 +776420,11 @@
19,
52
),
- "score": 0.0290438564180817,
- "score-diff": "-3.532534293528011e-05",
- "score-diff-perc": "-0.12148%",
- "tooltip": "score = 0.0290438564180817\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00004 (-0.12148%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.028976044784283173,
+ "score-diff": "-0.00010313697673380862",
+ "score-diff-perc": "-0.35468%",
+ "tooltip": "score = 0.028976044784283173\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00010 (-0.35468%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -776446,11 +776446,11 @@
19,
52
),
- "score": 0.028976044784283173,
- "score-diff": "-6.78116337985285e-05",
- "score-diff-perc": "-0.23348%",
- "tooltip": "score = 0.028976044784283173\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00007 (-0.23348%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.0290438564180817,
+ "score-diff": "6.78116337985285e-05",
+ "score-diff-perc": "+0.23403%",
+ "tooltip": "score = 0.0290438564180817\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00007 (+0.23403%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -777987,11 +777987,11 @@
21,
27
),
- "score": 9.74454973798912,
- "score-diff": "2.6183959718523697",
- "score-diff-perc": "+36.74347%",
- "tooltip": "score = 9.74454973798912\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.61840 (+36.74347%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 6.954976693852593,
+ "score-diff": "-0.17117707228415657",
+ "score-diff-perc": "-2.40210%",
+ "tooltip": "score = 6.954976693852593\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.17118 (-2.40210%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -778013,11 +778013,11 @@
21,
27
),
- "score": 6.954976693852593,
- "score-diff": "-2.7895730441365263",
- "score-diff-perc": "-28.62701%",
- "tooltip": "score = 6.954976693852593\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.78957 (-28.62701%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 9.488947494345114,
+ "score-diff": "2.5339708004925203",
+ "score-diff-perc": "+36.43392%",
+ "tooltip": "score = 9.488947494345114\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.53397 (+36.43392%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -778039,11 +778039,11 @@
21,
27
),
- "score": 9.488947494345114,
- "score-diff": "2.5339708004925203",
- "score-diff-perc": "+36.43392%",
- "tooltip": "score = 9.488947494345114\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.53397 (+36.43392%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 9.74454973798912,
+ "score-diff": "0.25560224364400597",
+ "score-diff-perc": "+2.69368%",
+ "tooltip": "score = 9.74454973798912\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.25560 (+2.69368%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -778066,9 +778066,9 @@
32
),
"score": 6.88941439697222,
- "score-diff": "-2.599533097372894",
- "score-diff-perc": "-27.39538%",
- "tooltip": "score = 6.88941439697222\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -2.59953 (-27.39538%)",
+ "score-diff": "-2.8551353410169",
+ "score-diff-perc": "-29.29982%",
+ "tooltip": "score = 6.88941439697222\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -2.85514 (-29.29982%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -782511,11 +782511,11 @@
19,
52
),
- "score": 1.219648027715217,
- "score-diff": "-0.009772518058346336",
- "score-diff-perc": "-0.79489%",
- "tooltip": "score = 1.219648027715217\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00977 (-0.79489%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.2178122472176658,
+ "score-diff": "-0.011608298555897623",
+ "score-diff-perc": "-0.94421%",
+ "tooltip": "score = 1.2178122472176658\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01161 (-0.94421%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -782537,11 +782537,11 @@
19,
52
),
- "score": 1.2178122472176658,
- "score-diff": "-0.001835780497551287",
- "score-diff-perc": "-0.15052%",
- "tooltip": "score = 1.2178122472176658\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00184 (-0.15052%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1.219648027715217,
+ "score-diff": "0.001835780497551287",
+ "score-diff-perc": "+0.15074%",
+ "tooltip": "score = 1.219648027715217\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00184 (+0.15074%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -784078,11 +784078,11 @@
21,
27
),
- "score": 0.131851104879157,
- "score-diff": "-0.04072937005815008",
- "score-diff-perc": "-23.60022%",
- "tooltip": "score = 0.131851104879157\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.04073 (-23.60022%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.13171707918508152,
+ "score-diff": "-0.040863395752225556",
+ "score-diff-perc": "-23.67788%",
+ "tooltip": "score = 0.13171707918508152\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.04086 (-23.67788%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -784104,11 +784104,11 @@
21,
27
),
- "score": 0.13171707918508152,
- "score-diff": "-0.0001340256940754736",
- "score-diff-perc": "-0.10165%",
- "tooltip": "score = 0.13171707918508152\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00013 (-0.10165%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.13157893133761442,
+ "score-diff": "-0.00013814784746710163",
+ "score-diff-perc": "-0.10488%",
+ "tooltip": "score = 0.13157893133761442\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00014 (-0.10488%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -784130,11 +784130,11 @@
21,
27
),
- "score": 0.13157893133761442,
- "score-diff": "-0.00013814784746710163",
- "score-diff-perc": "-0.10488%",
- "tooltip": "score = 0.13157893133761442\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00014 (-0.10488%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.131851104879157,
+ "score-diff": "0.0002721735415425752",
+ "score-diff-perc": "+0.20685%",
+ "tooltip": "score = 0.131851104879157\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00027 (+0.20685%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -784157,9 +784157,9 @@
32
),
"score": 0.17272377557928073,
- "score-diff": "0.04114484424166631",
- "score-diff-perc": "+31.27009%",
- "tooltip": "score = 0.17272377557928073\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.04114 (+31.27009%)",
+ "score-diff": "0.04087267070012374",
+ "score-diff-perc": "+30.99911%",
+ "tooltip": "score = 0.17272377557928073\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.04087 (+30.99911%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -788602,11 +788602,11 @@
19,
52
),
- "score": 0.10237043905767317,
- "score-diff": "-0.00027035686974459516",
- "score-diff-perc": "-0.26340%",
- "tooltip": "score = 0.10237043905767317\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00027 (-0.26340%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.1023541740064252,
+ "score-diff": "-0.0002866219209925608",
+ "score-diff-perc": "-0.27925%",
+ "tooltip": "score = 0.1023541740064252\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00029 (-0.27925%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -788628,11 +788628,11 @@
19,
52
),
- "score": 0.1023541740064252,
- "score-diff": "-1.6265051247965623e-05",
- "score-diff-perc": "-0.01589%",
- "tooltip": "score = 0.1023541740064252\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00002 (-0.01589%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.10237043905767317,
+ "score-diff": "1.6265051247965623e-05",
+ "score-diff-perc": "+0.01589%",
+ "tooltip": "score = 0.10237043905767317\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00002 (+0.01589%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -790169,11 +790169,11 @@
21,
27
),
- "score": 7.40305759691602,
- "score-diff": "-2.93937883819821",
- "score-diff-perc": "-28.42056%",
- "tooltip": "score = 7.40305759691602\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.93938 (-28.42056%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 7.338796022388269,
+ "score-diff": "-3.003640412725961",
+ "score-diff-perc": "-29.04190%",
+ "tooltip": "score = 7.338796022388269\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.00364 (-29.04190%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -790195,11 +790195,11 @@
21,
27
),
- "score": 7.338796022388269,
- "score-diff": "-0.06426157452775083",
- "score-diff-perc": "-0.86804%",
- "tooltip": "score = 7.338796022388269\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.06426 (-0.86804%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 7.486407672043735,
+ "score-diff": "0.1476116496554658",
+ "score-diff-perc": "+2.01139%",
+ "tooltip": "score = 7.486407672043735\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.14761 (+2.01139%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -790221,11 +790221,11 @@
21,
27
),
- "score": 7.486407672043735,
- "score-diff": "0.1476116496554658",
- "score-diff-perc": "+2.01139%",
- "tooltip": "score = 7.486407672043735\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.14761 (+2.01139%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 7.40305759691602,
+ "score-diff": "-0.08335007512771497",
+ "score-diff-perc": "-1.11335%",
+ "tooltip": "score = 7.40305759691602\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.08335 (-1.11335%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -790248,9 +790248,9 @@
32
),
"score": 12.04280084461726,
- "score-diff": "4.556393172573524",
- "score-diff-perc": "+60.86221%",
- "tooltip": "score = 12.04280084461726\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +4.55639 (+60.86221%)",
+ "score-diff": "4.639743247701239",
+ "score-diff-perc": "+62.67334%",
+ "tooltip": "score = 12.04280084461726\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +4.63974 (+62.67334%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -794693,11 +794693,11 @@
19,
52
),
- "score": 4.678393587307291,
- "score-diff": "-0.2657788466554356",
- "score-diff-perc": "-5.37560%",
- "tooltip": "score = 4.678393587307291\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.26578 (-5.37560%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 4.858193075756364,
+ "score-diff": "-0.08597935820636238",
+ "score-diff-perc": "-1.73900%",
+ "tooltip": "score = 4.858193075756364\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.08598 (-1.73900%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -794719,11 +794719,11 @@
19,
52
),
- "score": 4.858193075756364,
- "score-diff": "0.17979948844907323",
- "score-diff-perc": "+3.84319%",
- "tooltip": "score = 4.858193075756364\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.17980 (+3.84319%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 4.678393587307291,
+ "score-diff": "-0.17979948844907323",
+ "score-diff-perc": "-3.70095%",
+ "tooltip": "score = 4.678393587307291\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.17980 (-3.70095%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -796260,11 +796260,11 @@
21,
27
),
- "score": 34.8491481107547,
- "score-diff": "-2.919402853011121",
- "score-diff-perc": "-7.72972%",
- "tooltip": "score = 34.8491481107547\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.91940 (-7.72972%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 35.59890518531389,
+ "score-diff": "-2.1696457784519296",
+ "score-diff-perc": "-5.74458%",
+ "tooltip": "score = 35.59890518531389\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.16965 (-5.74458%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -796286,11 +796286,11 @@
21,
27
),
- "score": 35.59890518531389,
- "score-diff": "0.7497570745591915",
- "score-diff-perc": "+2.15144%",
- "tooltip": "score = 35.59890518531389\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.74976 (+2.15144%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 39.64644923000684,
+ "score-diff": "4.047544044692948",
+ "score-diff-perc": "+11.36986%",
+ "tooltip": "score = 39.64644923000684\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +4.04754 (+11.36986%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -796312,11 +796312,11 @@
21,
27
),
- "score": 39.64644923000684,
- "score-diff": "4.047544044692948",
- "score-diff-perc": "+11.36986%",
- "tooltip": "score = 39.64644923000684\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +4.04754 (+11.36986%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 34.8491481107547,
+ "score-diff": "-4.79730111925214",
+ "score-diff-perc": "-12.10020%",
+ "tooltip": "score = 34.8491481107547\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.79730 (-12.10020%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -796339,9 +796339,9 @@
32
),
"score": 35.120932716689474,
- "score-diff": "-4.525516513317363",
- "score-diff-perc": "-11.41468%",
- "tooltip": "score = 35.120932716689474\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -4.52552 (-11.41468%)",
+ "score-diff": "0.2717846059347764",
+ "score-diff-perc": "+0.77989%",
+ "tooltip": "score = 35.120932716689474\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.27178 (+0.77989%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -800784,11 +800784,11 @@
19,
52
),
- "score": 29.037343017954942,
- "score-diff": "0.5827681184341316",
- "score-diff-perc": "+2.04806%",
- "tooltip": "score = 29.037343017954942\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.58277 (+2.04806%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 27.834048156359724,
+ "score-diff": "-0.6205267431610864",
+ "score-diff-perc": "-2.18076%",
+ "tooltip": "score = 27.834048156359724\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.62053 (-2.18076%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -800810,11 +800810,11 @@
19,
52
),
- "score": 27.834048156359724,
- "score-diff": "-1.203294861595218",
- "score-diff-perc": "-4.14396%",
- "tooltip": "score = 27.834048156359724\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.20329 (-4.14396%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 29.037343017954942,
+ "score-diff": "1.203294861595218",
+ "score-diff-perc": "+4.32310%",
+ "tooltip": "score = 29.037343017954942\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.20329 (+4.32310%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -802351,11 +802351,11 @@
21,
27
),
- "score": 0.15818417733489712,
- "score-diff": "-0.023796633883682028",
- "score-diff-perc": "-13.07645%",
- "tooltip": "score = 0.15818417733489712\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.02380 (-13.07645%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.15759093159324827,
+ "score-diff": "-0.024389879625330874",
+ "score-diff-perc": "-13.40245%",
+ "tooltip": "score = 0.15759093159324827\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.02439 (-13.40245%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -802377,11 +802377,11 @@
21,
27
),
- "score": 0.15759093159324827,
- "score-diff": "-0.0005932457416488457",
- "score-diff-perc": "-0.37503%",
- "tooltip": "score = 0.15759093159324827\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00059 (-0.37503%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.15831544888490443,
+ "score-diff": "0.0007245172916561515",
+ "score-diff-perc": "+0.45975%",
+ "tooltip": "score = 0.15831544888490443\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00072 (+0.45975%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -802403,11 +802403,11 @@
21,
27
),
- "score": 0.15831544888490443,
- "score-diff": "0.0007245172916561515",
- "score-diff-perc": "+0.45975%",
- "tooltip": "score = 0.15831544888490443\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00072 (+0.45975%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.15818417733489712,
+ "score-diff": "-0.00013127155000730584",
+ "score-diff-perc": "-0.08292%",
+ "tooltip": "score = 0.15818417733489712\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00013 (-0.08292%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -802430,9 +802430,9 @@
32
),
"score": 0.20601651027124748,
- "score-diff": "0.04770106138634306",
- "score-diff-perc": "+30.13039%",
- "tooltip": "score = 0.20601651027124748\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.04770 (+30.13039%)",
+ "score-diff": "0.047832332936350364",
+ "score-diff-perc": "+30.23838%",
+ "tooltip": "score = 0.20601651027124748\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.04783 (+30.23838%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -806875,11 +806875,11 @@
19,
52
),
- "score": 0.3539756506810667,
- "score-diff": "0.00029179489709041384",
- "score-diff-perc": "+0.08250%",
- "tooltip": "score = 0.3539756506810667\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00029 (+0.08250%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.35350879954357556,
+ "score-diff": "-0.0001750562404007061",
+ "score-diff-perc": "-0.04950%",
+ "tooltip": "score = 0.35350879954357556\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00018 (-0.04950%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -806901,11 +806901,11 @@
19,
52
),
- "score": 0.35350879954357556,
- "score-diff": "-0.00046685113749111995",
- "score-diff-perc": "-0.13189%",
- "tooltip": "score = 0.35350879954357556\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00047 (-0.13189%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.3539756506810667,
+ "score-diff": "0.00046685113749111995",
+ "score-diff-perc": "+0.13206%",
+ "tooltip": "score = 0.3539756506810667\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00047 (+0.13206%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -808442,11 +808442,11 @@
21,
27
),
- "score": 0.0871302267345625,
- "score-diff": "-0.01421315427561104",
- "score-diff-perc": "-14.02475%",
- "tooltip": "score = 0.0871302267345625\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01421 (-14.02475%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.08740434700434145,
+ "score-diff": "-0.013939034005832088",
+ "score-diff-perc": "-13.75426%",
+ "tooltip": "score = 0.08740434700434145\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01394 (-13.75426%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -808468,11 +808468,11 @@
21,
27
),
- "score": 0.08740434700434145,
- "score-diff": "0.0002741202697789519",
- "score-diff-perc": "+0.31461%",
- "tooltip": "score = 0.08740434700434145\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00027 (+0.31461%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.08725359136609388,
+ "score-diff": "-0.00015075563824756832",
+ "score-diff-perc": "-0.17248%",
+ "tooltip": "score = 0.08725359136609388\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00015 (-0.17248%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -808494,11 +808494,11 @@
21,
27
),
- "score": 0.08725359136609388,
- "score-diff": "-0.00015075563824756832",
- "score-diff-perc": "-0.17248%",
- "tooltip": "score = 0.08725359136609388\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00015 (-0.17248%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.0871302267345625,
+ "score-diff": "-0.00012336463153138355",
+ "score-diff-perc": "-0.14139%",
+ "tooltip": "score = 0.0871302267345625\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00012 (-0.14139%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -808521,9 +808521,9 @@
32
),
"score": 0.1013525747644556,
- "score-diff": "0.014098983398361714",
- "score-diff-perc": "+16.15863%",
- "tooltip": "score = 0.1013525747644556\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.01410 (+16.15863%)",
+ "score-diff": "0.014222348029893098",
+ "score-diff-perc": "+16.32309%",
+ "tooltip": "score = 0.1013525747644556\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.01422 (+16.32309%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -812966,11 +812966,11 @@
19,
52
),
- "score": 0.07018723666971653,
- "score-diff": "-0.00019191150441449922",
- "score-diff-perc": "-0.27268%",
- "tooltip": "score = 0.07018723666971653\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00019 (-0.27268%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.07033206651577474,
+ "score-diff": "-4.708165835629052e-05",
+ "score-diff-perc": "-0.06690%",
+ "tooltip": "score = 0.07033206651577474\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00005 (-0.06690%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -812992,11 +812992,11 @@
19,
52
),
- "score": 0.07033206651577474,
- "score-diff": "0.0001448298460582087",
- "score-diff-perc": "+0.20635%",
- "tooltip": "score = 0.07033206651577474\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00014 (+0.20635%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.07018723666971653,
+ "score-diff": "-0.0001448298460582087",
+ "score-diff-perc": "-0.20592%",
+ "tooltip": "score = 0.07018723666971653\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00014 (-0.20592%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -814533,11 +814533,11 @@
21,
27
),
- "score": 5.1071230613945335,
- "score-diff": "-2.088946228998469",
- "score-diff-perc": "-29.02899%",
- "tooltip": "score = 5.1071230613945335\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.08895 (-29.02899%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 5.154405793376836,
+ "score-diff": "-2.0416634970161667",
+ "score-diff-perc": "-28.37193%",
+ "tooltip": "score = 5.154405793376836\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.04166 (-28.37193%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -814559,11 +814559,11 @@
21,
27
),
- "score": 5.154405793376836,
- "score-diff": "0.04728273198230237",
- "score-diff-perc": "+0.92582%",
- "tooltip": "score = 5.154405793376836\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04728 (+0.92582%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 5.108014994840608,
+ "score-diff": "-0.04639079853622796",
+ "score-diff-perc": "-0.90002%",
+ "tooltip": "score = 5.108014994840608\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.04639 (-0.90002%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -814585,11 +814585,11 @@
21,
27
),
- "score": 5.108014994840608,
- "score-diff": "-0.04639079853622796",
- "score-diff-perc": "-0.90002%",
- "tooltip": "score = 5.108014994840608\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.04639 (-0.90002%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 5.1071230613945335,
+ "score-diff": "-0.000891933446074411",
+ "score-diff-perc": "-0.01746%",
+ "tooltip": "score = 5.1071230613945335\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00089 (-0.01746%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -814612,9 +814612,9 @@
32
),
"score": 7.355735224586261,
- "score-diff": "2.247720229745653",
- "score-diff-perc": "+44.00379%",
- "tooltip": "score = 7.355735224586261\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.24772 (+44.00379%)",
+ "score-diff": "2.2486121631917273",
+ "score-diff-perc": "+44.02894%",
+ "tooltip": "score = 7.355735224586261\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.24861 (+44.02894%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -819057,11 +819057,11 @@
19,
52
),
- "score": 4.441210757311823,
- "score-diff": "-0.10667831754873447",
- "score-diff-perc": "-2.34567%",
- "tooltip": "score = 4.441210757311823\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.10668 (-2.34567%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 4.399676611768732,
+ "score-diff": "-0.14821246309182534",
+ "score-diff-perc": "-3.25893%",
+ "tooltip": "score = 4.399676611768732\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.14821 (-3.25893%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -819083,11 +819083,11 @@
19,
52
),
- "score": 4.399676611768732,
- "score-diff": "-0.04153414554309087",
- "score-diff-perc": "-0.93520%",
- "tooltip": "score = 4.399676611768732\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.04153 (-0.93520%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 4.441210757311823,
+ "score-diff": "0.04153414554309087",
+ "score-diff-perc": "+0.94403%",
+ "tooltip": "score = 4.441210757311823\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.04153 (+0.94403%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -820624,11 +820624,11 @@
21,
27
),
- "score": 27.91947643406023,
- "score-diff": "-2.0454639470948877",
- "score-diff-perc": "-6.82619%",
- "tooltip": "score = 27.91947643406023\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.04546 (-6.82619%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 28.031096037729316,
+ "score-diff": "-1.9338443434258004",
+ "score-diff-perc": "-6.45369%",
+ "tooltip": "score = 28.031096037729316\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.93384 (-6.45369%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -820650,11 +820650,11 @@
21,
27
),
- "score": 28.031096037729316,
- "score-diff": "0.1116196036690873",
- "score-diff-perc": "+0.39979%",
- "tooltip": "score = 28.031096037729316\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.11162 (+0.39979%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 28.197491633031166,
+ "score-diff": "0.1663955953018501",
+ "score-diff-perc": "+0.59361%",
+ "tooltip": "score = 28.197491633031166\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.16640 (+0.59361%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -820676,11 +820676,11 @@
21,
27
),
- "score": 28.197491633031166,
- "score-diff": "0.1663955953018501",
- "score-diff-perc": "+0.59361%",
- "tooltip": "score = 28.197491633031166\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.16640 (+0.59361%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 27.91947643406023,
+ "score-diff": "-0.2780151989709374",
+ "score-diff-perc": "-0.98596%",
+ "tooltip": "score = 27.91947643406023\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.27802 (-0.98596%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -820703,9 +820703,9 @@
32
),
"score": 30.286606178922558,
- "score-diff": "2.089114545891391",
- "score-diff-perc": "+7.40887%",
- "tooltip": "score = 30.286606178922558\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.08911 (+7.40887%)",
+ "score-diff": "2.3671297448623285",
+ "score-diff-perc": "+8.47842%",
+ "tooltip": "score = 30.286606178922558\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.36713 (+8.47842%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -825148,11 +825148,11 @@
19,
52
),
- "score": 28.412944424198866,
- "score-diff": "0.7574123216133799",
- "score-diff-perc": "+2.73874%",
- "tooltip": "score = 28.412944424198866\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.75741 (+2.73874%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 26.441512471370455,
+ "score-diff": "-1.2140196312150309",
+ "score-diff-perc": "-4.38979%",
+ "tooltip": "score = 26.441512471370455\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.21402 (-4.38979%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -825174,11 +825174,11 @@
19,
52
),
- "score": 26.441512471370455,
- "score-diff": "-1.9714319528284108",
- "score-diff-perc": "-6.93850%",
- "tooltip": "score = 26.441512471370455\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.97143 (-6.93850%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 28.412944424198866,
+ "score-diff": "1.9714319528284108",
+ "score-diff-perc": "+7.45582%",
+ "tooltip": "score = 28.412944424198866\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.97143 (+7.45582%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -826715,11 +826715,11 @@
21,
27
),
- "score": 4.658092150508489e-05,
- "score-diff": "-2.7420915847480446e-05",
- "score-diff-perc": "-37.05437%",
- "tooltip": "score = 4.658092150508489e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00003 (-37.05437%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 4.6316516214676496e-05,
+ "score-diff": "-2.768532113788884e-05",
+ "score-diff-perc": "-37.41167%",
+ "tooltip": "score = 4.6316516214676496e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00003 (-37.41167%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -826741,11 +826741,11 @@
21,
27
),
- "score": 4.6316516214676496e-05,
- "score-diff": "-2.6440529040839427e-07",
- "score-diff-perc": "-0.56763%",
- "tooltip": "score = 4.6316516214676496e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00000 (-0.56763%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 4.617106187550835e-05,
+ "score-diff": "-1.454543391681481e-07",
+ "score-diff-perc": "-0.31404%",
+ "tooltip": "score = 4.617106187550835e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00000 (-0.31404%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -826767,11 +826767,11 @@
21,
27
),
- "score": 4.617106187550835e-05,
- "score-diff": "-1.454543391681481e-07",
- "score-diff-perc": "-0.31404%",
- "tooltip": "score = 4.617106187550835e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00000 (-0.31404%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 4.658092150508489e-05,
+ "score-diff": "4.0985962957654237e-07",
+ "score-diff-perc": "+0.88770%",
+ "tooltip": "score = 4.658092150508489e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00000 (+0.88770%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -826794,9 +826794,9 @@
32
),
"score": 7.568473901698853e-05,
- "score-diff": "2.9513677141480183e-05",
- "score-diff-perc": "+63.92246%",
- "tooltip": "score = 7.568473901698853e-05\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00003 (+63.92246%)",
+ "score-diff": "2.910381751190364e-05",
+ "score-diff-perc": "+62.48012%",
+ "tooltip": "score = 7.568473901698853e-05\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00003 (+62.48012%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -831239,11 +831239,11 @@
19,
52
),
- "score": 8.882076162435921e-05,
- "score-diff": "-2.58192607755696e-07",
- "score-diff-perc": "-0.28985%",
- "tooltip": "score = 8.882076162435921e-05\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00000 (-0.28985%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 9.073576847086983e-05,
+ "score-diff": "1.6568142387549242e-06",
+ "score-diff-perc": "+1.85994%",
+ "tooltip": "score = 9.073576847086983e-05\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00000 (+1.85994%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -831265,11 +831265,11 @@
19,
52
),
- "score": 9.073576847086983e-05,
- "score-diff": "1.91500684651062e-06",
- "score-diff-perc": "+2.15604%",
- "tooltip": "score = 9.073576847086983e-05\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00000 (+2.15604%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 8.882076162435921e-05,
+ "score-diff": "-1.91500684651062e-06",
+ "score-diff-perc": "-2.11053%",
+ "tooltip": "score = 8.882076162435921e-05\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00000 (-2.11053%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -832806,11 +832806,11 @@
21,
27
),
- "score": 0.08683371787581017,
- "score-diff": "-0.014567724167863172",
- "score-diff-perc": "-14.36639%",
- "tooltip": "score = 0.08683371787581017\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01457 (-14.36639%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.0873725600655999,
+ "score-diff": "-0.014028881978073435",
+ "score-diff-perc": "-13.83499%",
+ "tooltip": "score = 0.0873725600655999\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01403 (-13.83499%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -832832,11 +832832,11 @@
21,
27
),
- "score": 0.0873725600655999,
- "score-diff": "0.0005388421897897372",
- "score-diff-perc": "+0.62054%",
- "tooltip": "score = 0.0873725600655999\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00054 (+0.62054%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.08703758610005759,
+ "score-diff": "-0.00033497396554231507",
+ "score-diff-perc": "-0.38339%",
+ "tooltip": "score = 0.08703758610005759\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00033 (-0.38339%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -832858,11 +832858,11 @@
21,
27
),
- "score": 0.08703758610005759,
- "score-diff": "-0.00033497396554231507",
- "score-diff-perc": "-0.38339%",
- "tooltip": "score = 0.08703758610005759\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00033 (-0.38339%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.08683371787581017,
+ "score-diff": "-0.00020386822424742213",
+ "score-diff-perc": "-0.23423%",
+ "tooltip": "score = 0.08683371787581017\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00020 (-0.23423%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -832885,9 +832885,9 @@
32
),
"score": 0.10111607123907039,
- "score-diff": "0.014078485139012803",
- "score-diff-perc": "+16.17518%",
- "tooltip": "score = 0.10111607123907039\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.01408 (+16.17518%)",
+ "score-diff": "0.014282353363260225",
+ "score-diff-perc": "+16.44793%",
+ "tooltip": "score = 0.10111607123907039\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.01428 (+16.44793%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -837330,11 +837330,11 @@
19,
52
),
- "score": 0.07064004899326916,
- "score-diff": "0.00031520426702398574",
- "score-diff-perc": "+0.44821%",
- "tooltip": "score = 0.07064004899326916\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00032 (+0.44821%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.07020129429002502,
+ "score-diff": "-0.00012355043622015727",
+ "score-diff-perc": "-0.17569%",
+ "tooltip": "score = 0.07020129429002502\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00012 (-0.17569%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -837356,11 +837356,11 @@
19,
52
),
- "score": 0.07020129429002502,
- "score-diff": "-0.000438754703244143",
- "score-diff-perc": "-0.62111%",
- "tooltip": "score = 0.07020129429002502\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00044 (-0.62111%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.07064004899326916,
+ "score-diff": "0.000438754703244143",
+ "score-diff-perc": "+0.62500%",
+ "tooltip": "score = 0.07064004899326916\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00044 (+0.62500%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -838897,11 +838897,11 @@
21,
27
),
- "score": 0.09548694897258768,
- "score-diff": "-0.19976083085476581",
- "score-diff-perc": "-67.65871%",
- "tooltip": "score = 0.09548694897258768\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.19976 (-67.65871%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.08766121037333063,
+ "score-diff": "-0.20758656945402287",
+ "score-diff-perc": "-70.30927%",
+ "tooltip": "score = 0.08766121037333063\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.20759 (-70.30927%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -838923,11 +838923,11 @@
21,
27
),
- "score": 0.08766121037333063,
- "score-diff": "-0.007825738599257046",
- "score-diff-perc": "-8.19561%",
- "tooltip": "score = 0.08766121037333063\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00783 (-8.19561%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.09863016936253406,
+ "score-diff": "0.010968958989203428",
+ "score-diff-perc": "+12.51290%",
+ "tooltip": "score = 0.09863016936253406\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.01097 (+12.51290%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -838949,11 +838949,11 @@
21,
27
),
- "score": 0.09863016936253406,
- "score-diff": "0.010968958989203428",
- "score-diff-perc": "+12.51290%",
- "tooltip": "score = 0.09863016936253406\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.01097 (+12.51290%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.09548694897258768,
+ "score-diff": "-0.003143220389946383",
+ "score-diff-perc": "-3.18688%",
+ "tooltip": "score = 0.09548694897258768\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00314 (-3.18688%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -838976,9 +838976,9 @@
32
),
"score": 0.2947659355568422,
- "score-diff": "0.19613576619430817",
- "score-diff-perc": "+198.85981%",
- "tooltip": "score = 0.2947659355568422\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.19614 (+198.85981%)",
+ "score-diff": "0.19927898658425452",
+ "score-diff-perc": "+208.69762%",
+ "tooltip": "score = 0.2947659355568422\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.19928 (+208.69762%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -843421,11 +843421,11 @@
19,
52
),
- "score": 0.20310491857476742,
- "score-diff": "-0.0011574122764831662",
- "score-diff-perc": "-0.56663%",
- "tooltip": "score = 0.20310491857476742\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00116 (-0.56663%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.30108225027406993,
+ "score-diff": "0.09681991942281934",
+ "score-diff-perc": "+47.39979%",
+ "tooltip": "score = 0.30108225027406993\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.09682 (+47.39979%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -843447,11 +843447,11 @@
19,
52
),
- "score": 0.30108225027406993,
- "score-diff": "0.0979773316993025",
- "score-diff-perc": "+48.23976%",
- "tooltip": "score = 0.30108225027406993\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.09798 (+48.23976%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.20310491857476742,
+ "score-diff": "-0.0979773316993025",
+ "score-diff-perc": "-32.54172%",
+ "tooltip": "score = 0.20310491857476742\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.09798 (-32.54172%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -844988,11 +844988,11 @@
21,
27
),
- "score": 0.028338833159031875,
- "score-diff": "-0.0011363569442791668",
- "score-diff-perc": "-3.85530%",
- "tooltip": "score = 0.028338833159031875\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00114 (-3.85530%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.0281591902558483,
+ "score-diff": "-0.0013159998474627406",
+ "score-diff-perc": "-4.46477%",
+ "tooltip": "score = 0.0281591902558483\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00132 (-4.46477%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -845014,11 +845014,11 @@
21,
27
),
- "score": 0.0281591902558483,
- "score-diff": "-0.00017964290318357376",
- "score-diff-perc": "-0.63391%",
- "tooltip": "score = 0.0281591902558483\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00018 (-0.63391%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.028047941811262925,
+ "score-diff": "-0.00011124844458537675",
+ "score-diff-perc": "-0.39507%",
+ "tooltip": "score = 0.028047941811262925\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00011 (-0.39507%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -845040,11 +845040,11 @@
21,
27
),
- "score": 0.028047941811262925,
- "score-diff": "-0.00011124844458537675",
- "score-diff-perc": "-0.39507%",
- "tooltip": "score = 0.028047941811262925\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00011 (-0.39507%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.028338833159031875,
+ "score-diff": "0.0002908913477689505",
+ "score-diff-perc": "+1.03712%",
+ "tooltip": "score = 0.028338833159031875\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00029 (+1.03712%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -845067,9 +845067,9 @@
32
),
"score": 0.029483200562826033,
- "score-diff": "0.0014352587515631086",
- "score-diff-perc": "+5.11716%",
- "tooltip": "score = 0.029483200562826033\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00144 (+5.11716%)",
+ "score-diff": "0.0011443674037941581",
+ "score-diff-perc": "+4.03816%",
+ "tooltip": "score = 0.029483200562826033\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00114 (+4.03816%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -849512,11 +849512,11 @@
19,
52
),
- "score": 0.029142320348313516,
- "score-diff": "0.00029161507600061407",
- "score-diff-perc": "+1.01077%",
- "tooltip": "score = 0.029142320348313516\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00029 (+1.01077%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.028862437664559062,
+ "score-diff": "1.1732392246159573e-05",
+ "score-diff-perc": "+0.04067%",
+ "tooltip": "score = 0.028862437664559062\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00001 (+0.04067%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -849538,11 +849538,11 @@
19,
52
),
- "score": 0.028862437664559062,
- "score-diff": "-0.0002798826837544545",
- "score-diff-perc": "-0.96040%",
- "tooltip": "score = 0.028862437664559062\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00028 (-0.96040%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.029142320348313516,
+ "score-diff": "0.0002798826837544545",
+ "score-diff-perc": "+0.96971%",
+ "tooltip": "score = 0.029142320348313516\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00028 (+0.96971%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -851079,11 +851079,11 @@
21,
27
),
- "score": 8.026142775572774,
- "score-diff": "1.9532815097135359",
- "score-diff-perc": "+32.16411%",
- "tooltip": "score = 8.026142775572774\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.95328 (+32.16411%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 8.491099843802433,
+ "score-diff": "2.4182385779431943",
+ "score-diff-perc": "+39.82042%",
+ "tooltip": "score = 8.491099843802433\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.41824 (+39.82042%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -851105,11 +851105,11 @@
21,
27
),
- "score": 8.491099843802433,
- "score-diff": "0.46495706822965843",
- "score-diff-perc": "+5.79303%",
- "tooltip": "score = 8.491099843802433\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.46496 (+5.79303%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 8.630690920453594,
+ "score-diff": "0.13959107665116122",
+ "score-diff-perc": "+1.64397%",
+ "tooltip": "score = 8.630690920453594\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.13959 (+1.64397%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -851131,11 +851131,11 @@
21,
27
),
- "score": 8.630690920453594,
- "score-diff": "0.13959107665116122",
- "score-diff-perc": "+1.64397%",
- "tooltip": "score = 8.630690920453594\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.13959 (+1.64397%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 8.026142775572774,
+ "score-diff": "-0.6045481448808196",
+ "score-diff-perc": "-7.00463%",
+ "tooltip": "score = 8.026142775572774\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.60455 (-7.00463%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -851158,9 +851158,9 @@
32
),
"score": 6.402839314868397,
- "score-diff": "-2.2278516055851965",
- "score-diff-perc": "-25.81313%",
- "tooltip": "score = 6.402839314868397\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -2.22785 (-25.81313%)",
+ "score-diff": "-1.6233034607043768",
+ "score-diff-perc": "-20.22520%",
+ "tooltip": "score = 6.402839314868397\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -1.62330 (-20.22520%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -855603,11 +855603,11 @@
19,
52
),
- "score": 0.7323009863419397,
- "score-diff": "-0.0012246221904428367",
- "score-diff-perc": "-0.16695%",
- "tooltip": "score = 0.7323009863419397\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00122 (-0.16695%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.7318862701647836,
+ "score-diff": "-0.001639338367598997",
+ "score-diff-perc": "-0.22349%",
+ "tooltip": "score = 0.7318862701647836\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00164 (-0.22349%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -855629,11 +855629,11 @@
19,
52
),
- "score": 0.7318862701647836,
- "score-diff": "-0.00041471617715616027",
- "score-diff-perc": "-0.05663%",
- "tooltip": "score = 0.7318862701647836\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00041 (-0.05663%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.7323009863419397,
+ "score-diff": "0.00041471617715616027",
+ "score-diff-perc": "+0.05666%",
+ "tooltip": "score = 0.7323009863419397\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00041 (+0.05666%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -857170,11 +857170,11 @@
21,
27
),
- "score": 0.08695022480585356,
- "score-diff": "-0.014587564988090343",
- "score-diff-perc": "-14.36664%",
- "tooltip": "score = 0.08695022480585356\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01459 (-14.36664%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.08694567633318505,
+ "score-diff": "-0.014592113460758852",
+ "score-diff-perc": "-14.37112%",
+ "tooltip": "score = 0.08694567633318505\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01459 (-14.37112%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -857196,11 +857196,11 @@
21,
27
),
- "score": 0.08694567633318505,
- "score-diff": "-4.548472668508552e-06",
- "score-diff-perc": "-0.00523%",
- "tooltip": "score = 0.08694567633318505\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00000 (-0.00523%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.08714991771874907,
+ "score-diff": "0.00020424138556401905",
+ "score-diff-perc": "+0.23491%",
+ "tooltip": "score = 0.08714991771874907\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00020 (+0.23491%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -857222,11 +857222,11 @@
21,
27
),
- "score": 0.08714991771874907,
- "score-diff": "0.00020424138556401905",
- "score-diff-perc": "+0.23491%",
- "tooltip": "score = 0.08714991771874907\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00020 (+0.23491%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.08695022480585356,
+ "score-diff": "-0.0001996929128955105",
+ "score-diff-perc": "-0.22914%",
+ "tooltip": "score = 0.08695022480585356\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00020 (-0.22914%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -857249,9 +857249,9 @@
32
),
"score": 0.10153108926691297,
- "score-diff": "0.014381171548163901",
- "score-diff-perc": "+16.50165%",
- "tooltip": "score = 0.10153108926691297\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.01438 (+16.50165%)",
+ "score-diff": "0.014580864461059412",
+ "score-diff-perc": "+16.76921%",
+ "tooltip": "score = 0.10153108926691297\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.01458 (+16.76921%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -861694,11 +861694,11 @@
19,
52
),
- "score": 0.07044091388168688,
- "score-diff": "-5.83212820295248e-05",
- "score-diff-perc": "-0.08273%",
- "tooltip": "score = 0.07044091388168688\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00006 (-0.08273%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.0703181530730778,
+ "score-diff": "-0.0001810820906386068",
+ "score-diff-perc": "-0.25686%",
+ "tooltip": "score = 0.0703181530730778\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00018 (-0.25686%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -861720,11 +861720,11 @@
19,
52
),
- "score": 0.0703181530730778,
- "score-diff": "-0.000122760808609082",
- "score-diff-perc": "-0.17427%",
- "tooltip": "score = 0.0703181530730778\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00012 (-0.17427%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.07044091388168688,
+ "score-diff": "0.000122760808609082",
+ "score-diff-perc": "+0.17458%",
+ "tooltip": "score = 0.07044091388168688\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00012 (+0.17458%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -863261,11 +863261,11 @@
21,
27
),
- "score": 6.684411158049657,
- "score-diff": "-4.365655814035432",
- "score-diff-perc": "-39.50796%",
- "tooltip": "score = 6.684411158049657\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.36566 (-39.50796%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 6.742204483322507,
+ "score-diff": "-4.307862488762582",
+ "score-diff-perc": "-38.98494%",
+ "tooltip": "score = 6.742204483322507\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.30786 (-38.98494%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -863287,11 +863287,11 @@
21,
27
),
- "score": 6.742204483322507,
- "score-diff": "0.05779332527285064",
- "score-diff-perc": "+0.86460%",
- "tooltip": "score = 6.742204483322507\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.05779 (+0.86460%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 6.8478543907493075,
+ "score-diff": "0.10564990742680003",
+ "score-diff-perc": "+1.56699%",
+ "tooltip": "score = 6.8478543907493075\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.10565 (+1.56699%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -863313,11 +863313,11 @@
21,
27
),
- "score": 6.8478543907493075,
- "score-diff": "0.10564990742680003",
- "score-diff-perc": "+1.56699%",
- "tooltip": "score = 6.8478543907493075\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.10565 (+1.56699%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 6.684411158049657,
+ "score-diff": "-0.16344323269965066",
+ "score-diff-perc": "-2.38678%",
+ "tooltip": "score = 6.684411158049657\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.16344 (-2.38678%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -863340,9 +863340,9 @@
32
),
"score": 11.472720429761546,
- "score-diff": "4.624866039012239",
- "score-diff-perc": "+67.53745%",
- "tooltip": "score = 11.472720429761546\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +4.62487 (+67.53745%)",
+ "score-diff": "4.788309271711889",
+ "score-diff-perc": "+71.63397%",
+ "tooltip": "score = 11.472720429761546\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +4.78831 (+71.63397%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -867785,11 +867785,11 @@
19,
52
),
- "score": 4.232852708170581,
- "score-diff": "0.21156784823268815",
- "score-diff-perc": "+5.26120%",
- "tooltip": "score = 4.232852708170581\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.21157 (+5.26120%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 4.051625188510905,
+ "score-diff": "0.030340328573012165",
+ "score-diff-perc": "+0.75449%",
+ "tooltip": "score = 4.051625188510905\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.03034 (+0.75449%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -867811,11 +867811,11 @@
19,
52
),
- "score": 4.051625188510905,
- "score-diff": "-0.18122751965967598",
- "score-diff-perc": "-4.28145%",
- "tooltip": "score = 4.051625188510905\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.18123 (-4.28145%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 4.232852708170581,
+ "score-diff": "0.18122751965967598",
+ "score-diff-perc": "+4.47296%",
+ "tooltip": "score = 4.232852708170581\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.18123 (+4.47296%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -869352,11 +869352,11 @@
21,
27
),
- "score": 35.58763720572059,
- "score-diff": "1.5604061948678805",
- "score-diff-perc": "+4.58576%",
- "tooltip": "score = 35.58763720572059\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.56041 (+4.58576%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 37.388767634227655,
+ "score-diff": "3.3615366233749455",
+ "score-diff-perc": "+9.87896%",
+ "tooltip": "score = 37.388767634227655\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.36154 (+9.87896%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -869378,11 +869378,11 @@
21,
27
),
- "score": 37.388767634227655,
- "score-diff": "1.801130428507065",
- "score-diff-perc": "+5.06111%",
- "tooltip": "score = 37.388767634227655\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.80113 (+5.06111%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 36.01950285855129,
+ "score-diff": "-1.3692647756763634",
+ "score-diff-perc": "-3.66224%",
+ "tooltip": "score = 36.01950285855129\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.36926 (-3.66224%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -869404,11 +869404,11 @@
21,
27
),
- "score": 36.01950285855129,
- "score-diff": "-1.3692647756763634",
- "score-diff-perc": "-3.66224%",
- "tooltip": "score = 36.01950285855129\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.36926 (-3.66224%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 35.58763720572059,
+ "score-diff": "-0.43186565283070166",
+ "score-diff-perc": "-1.19898%",
+ "tooltip": "score = 35.58763720572059\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.43187 (-1.19898%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -869431,9 +869431,9 @@
32
),
"score": 33.699927868414484,
- "score-diff": "-2.3195749901368075",
- "score-diff-perc": "-6.43978%",
- "tooltip": "score = 33.699927868414484\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -2.31957 (-6.43978%)",
+ "score-diff": "-1.8877093373061058",
+ "score-diff-perc": "-5.30440%",
+ "tooltip": "score = 33.699927868414484\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -1.88771 (-5.30440%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -873876,11 +873876,11 @@
19,
52
),
- "score": 29.15220911423326,
- "score-diff": "-0.3357620152806646",
- "score-diff-perc": "-1.13864%",
- "tooltip": "score = 29.15220911423326\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.33576 (-1.13864%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 28.25562778872039,
+ "score-diff": "-1.232343340793534",
+ "score-diff-perc": "-4.17914%",
+ "tooltip": "score = 28.25562778872039\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.23234 (-4.17914%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -873902,11 +873902,11 @@
19,
52
),
- "score": 28.25562778872039,
- "score-diff": "-0.8965813255128694",
- "score-diff-perc": "-3.07552%",
- "tooltip": "score = 28.25562778872039\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.89658 (-3.07552%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 29.15220911423326,
+ "score-diff": "0.8965813255128694",
+ "score-diff-perc": "+3.17311%",
+ "tooltip": "score = 29.15220911423326\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.89658 (+3.17311%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -875443,11 +875443,11 @@
21,
27
),
- "score": 1.892849397076158,
- "score-diff": "-0.2176627885216995",
- "score-diff-perc": "-10.31327%",
- "tooltip": "score = 1.892849397076158\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.21766 (-10.31327%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1.9330989215774415,
+ "score-diff": "-0.17741326402041602",
+ "score-diff-perc": "-8.40617%",
+ "tooltip": "score = 1.9330989215774415\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.17741 (-8.40617%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -875469,11 +875469,11 @@
21,
27
),
- "score": 1.9330989215774415,
- "score-diff": "0.040249524501283496",
- "score-diff-perc": "+2.12640%",
- "tooltip": "score = 1.9330989215774415\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04025 (+2.12640%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1.933063033382756,
+ "score-diff": "-3.588819468536286e-05",
+ "score-diff-perc": "-0.00186%",
+ "tooltip": "score = 1.933063033382756\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00004 (-0.00186%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -875495,11 +875495,11 @@
21,
27
),
- "score": 1.933063033382756,
- "score-diff": "-3.588819468536286e-05",
- "score-diff-perc": "-0.00186%",
- "tooltip": "score = 1.933063033382756\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00004 (-0.00186%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 1.892849397076158,
+ "score-diff": "-0.04021363630659813",
+ "score-diff-perc": "-2.08031%",
+ "tooltip": "score = 1.892849397076158\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.04021 (-2.08031%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -875522,9 +875522,9 @@
32
),
"score": 2.0785633071559064,
- "score-diff": "0.14550027377315033",
- "score-diff-perc": "+7.52693%",
- "tooltip": "score = 2.0785633071559064\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.14550 (+7.52693%)",
+ "score-diff": "0.18571391007974847",
+ "score-diff-perc": "+9.81134%",
+ "tooltip": "score = 2.0785633071559064\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.18571 (+9.81134%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -879967,11 +879967,11 @@
19,
52
),
- "score": 2.315572482733444,
- "score-diff": "-0.17632570343476806",
- "score-diff-perc": "-7.07596%",
- "tooltip": "score = 2.315572482733444\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.17633 (-7.07596%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 2.407009855426653,
+ "score-diff": "-0.08488833074155888",
+ "score-diff-perc": "-3.40657%",
+ "tooltip": "score = 2.407009855426653\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.08489 (-3.40657%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -879993,11 +879993,11 @@
19,
52
),
- "score": 2.407009855426653,
- "score-diff": "0.09143737269320917",
- "score-diff-perc": "+3.94880%",
- "tooltip": "score = 2.407009855426653\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.09144 (+3.94880%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 2.315572482733444,
+ "score-diff": "-0.09143737269320917",
+ "score-diff-perc": "-3.79880%",
+ "tooltip": "score = 2.315572482733444\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.09144 (-3.79880%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -881534,11 +881534,11 @@
21,
27
),
- "score": 1.7239539552712622,
- "score-diff": "-0.2165939364775551",
- "score-diff-perc": "-11.16148%",
- "tooltip": "score = 1.7239539552712622\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.21659 (-11.16148%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1.7092995506581774,
+ "score-diff": "-0.23124834109063985",
+ "score-diff-perc": "-11.91665%",
+ "tooltip": "score = 1.7092995506581774\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.23125 (-11.91665%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -881560,11 +881560,11 @@
21,
27
),
- "score": 1.7092995506581774,
- "score-diff": "-0.01465440461308476",
- "score-diff-perc": "-0.85005%",
- "tooltip": "score = 1.7092995506581774\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01465 (-0.85005%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1.7398151209421862,
+ "score-diff": "0.030515570284008753",
+ "score-diff-perc": "+1.78527%",
+ "tooltip": "score = 1.7398151209421862\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.03052 (+1.78527%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -881586,11 +881586,11 @@
21,
27
),
- "score": 1.7398151209421862,
- "score-diff": "0.030515570284008753",
- "score-diff-perc": "+1.78527%",
- "tooltip": "score = 1.7398151209421862\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.03052 (+1.78527%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 1.7239539552712622,
+ "score-diff": "-0.015861165670923993",
+ "score-diff-perc": "-0.91166%",
+ "tooltip": "score = 1.7239539552712622\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01586 (-0.91166%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -881613,9 +881613,9 @@
32
),
"score": 2.0558279905818764,
- "score-diff": "0.3160128696396902",
- "score-diff-perc": "+18.16359%",
- "tooltip": "score = 2.0558279905818764\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.31601 (+18.16359%)",
+ "score-diff": "0.3318740353106142",
+ "score-diff-perc": "+19.25075%",
+ "tooltip": "score = 2.0558279905818764\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.33187 (+19.25075%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -886058,11 +886058,11 @@
19,
52
),
- "score": 2.096995221308313,
- "score-diff": "0.03695266064185443",
- "score-diff-perc": "+1.79378%",
- "tooltip": "score = 2.096995221308313\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.03695 (+1.79378%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 2.0918454182319426,
+ "score-diff": "0.031802857565483844",
+ "score-diff-perc": "+1.54380%",
+ "tooltip": "score = 2.0918454182319426\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.03180 (+1.54380%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -886084,11 +886084,11 @@
19,
52
),
- "score": 2.0918454182319426,
- "score-diff": "-0.005149803076370585",
- "score-diff-perc": "-0.24558%",
- "tooltip": "score = 2.0918454182319426\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00515 (-0.24558%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 2.096995221308313,
+ "score-diff": "0.005149803076370585",
+ "score-diff-perc": "+0.24618%",
+ "tooltip": "score = 2.096995221308313\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00515 (+0.24618%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -887625,11 +887625,11 @@
21,
27
),
- "score": 7.069827866600856,
- "score-diff": "-3.0847623684598338",
- "score-diff-perc": "-30.37801%",
- "tooltip": "score = 7.069827866600856\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.08476 (-30.37801%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 7.0876437053771895,
+ "score-diff": "-3.0669465296835003",
+ "score-diff-perc": "-30.20256%",
+ "tooltip": "score = 7.0876437053771895\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.06695 (-30.20256%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -887651,11 +887651,11 @@
21,
27
),
- "score": 7.0876437053771895,
- "score-diff": "0.017815838776333415",
- "score-diff-perc": "+0.25200%",
- "tooltip": "score = 7.0876437053771895\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.01782 (+0.25200%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 7.003069786848285,
+ "score-diff": "-0.08457391852890428",
+ "score-diff-perc": "-1.19326%",
+ "tooltip": "score = 7.003069786848285\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.08457 (-1.19326%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -887677,11 +887677,11 @@
21,
27
),
- "score": 7.003069786848285,
- "score-diff": "-0.08457391852890428",
- "score-diff-perc": "-1.19326%",
- "tooltip": "score = 7.003069786848285\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.08457 (-1.19326%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 7.069827866600856,
+ "score-diff": "0.06675807975257086",
+ "score-diff-perc": "+0.95327%",
+ "tooltip": "score = 7.069827866600856\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.06676 (+0.95327%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -887704,9 +887704,9 @@
32
),
"score": 10.136847920842065,
- "score-diff": "3.13377813399378",
- "score-diff-perc": "+44.74863%",
- "tooltip": "score = 10.136847920842065\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +3.13378 (+44.74863%)",
+ "score-diff": "3.067020054241209",
+ "score-diff-perc": "+43.38182%",
+ "tooltip": "score = 10.136847920842065\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +3.06702 (+43.38182%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -892149,11 +892149,11 @@
19,
52
),
- "score": 6.895011381489998,
- "score-diff": "0.021443548353741626",
- "score-diff-perc": "+0.31197%",
- "tooltip": "score = 6.895011381489998\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.02144 (+0.31197%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 6.564833287091992,
+ "score-diff": "-0.3087345460442643",
+ "score-diff-perc": "-4.49162%",
+ "tooltip": "score = 6.564833287091992\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.30873 (-4.49162%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -892175,11 +892175,11 @@
19,
52
),
- "score": 6.564833287091992,
- "score-diff": "-0.33017809439800594",
- "score-diff-perc": "-4.78865%",
- "tooltip": "score = 6.564833287091992\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.33018 (-4.78865%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 6.895011381489998,
+ "score-diff": "0.33017809439800594",
+ "score-diff-perc": "+5.02950%",
+ "tooltip": "score = 6.895011381489998\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.33018 (+5.02950%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -893716,11 +893716,11 @@
21,
27
),
- "score": 30.186389550606062,
- "score-diff": "-3.889263107208034",
- "score-diff-perc": "-11.41361%",
- "tooltip": "score = 30.186389550606062\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.88926 (-11.41361%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 29.57634800326797,
+ "score-diff": "-4.499304654546126",
+ "score-diff-perc": "-13.20387%",
+ "tooltip": "score = 29.57634800326797\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.49930 (-13.20387%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -893742,11 +893742,11 @@
21,
27
),
- "score": 29.57634800326797,
- "score-diff": "-0.610041547338092",
- "score-diff-perc": "-2.02092%",
- "tooltip": "score = 29.57634800326797\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.61004 (-2.02092%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 30.431830500876277,
+ "score-diff": "0.8554824976083069",
+ "score-diff-perc": "+2.89245%",
+ "tooltip": "score = 30.431830500876277\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.85548 (+2.89245%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -893768,11 +893768,11 @@
21,
27
),
- "score": 30.431830500876277,
- "score-diff": "0.8554824976083069",
- "score-diff-perc": "+2.89245%",
- "tooltip": "score = 30.431830500876277\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.85548 (+2.89245%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 30.186389550606062,
+ "score-diff": "-0.24544095027021484",
+ "score-diff-perc": "-0.80653%",
+ "tooltip": "score = 30.186389550606062\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.24544 (-0.80653%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -893795,9 +893795,9 @@
32
),
"score": 33.751998871127945,
- "score-diff": "3.320168370251668",
- "score-diff-perc": "+10.91018%",
- "tooltip": "score = 33.751998871127945\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +3.32017 (+10.91018%)",
+ "score-diff": "3.565609320521883",
+ "score-diff-perc": "+11.81198%",
+ "tooltip": "score = 33.751998871127945\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +3.56561 (+11.81198%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -898240,11 +898240,11 @@
19,
52
),
- "score": 30.81783576994788,
- "score-diff": "0.5058166446020103",
- "score-diff-perc": "+1.66870%",
- "tooltip": "score = 30.81783576994788\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.50582 (+1.66870%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 29.594251229526236,
+ "score-diff": "-0.7177678958196338",
+ "score-diff-perc": "-2.36793%",
+ "tooltip": "score = 29.594251229526236\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.71777 (-2.36793%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -898266,11 +898266,11 @@
19,
52
),
- "score": 29.594251229526236,
- "score-diff": "-1.223584540421644",
- "score-diff-perc": "-3.97038%",
- "tooltip": "score = 29.594251229526236\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.22358 (-3.97038%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 30.81783576994788,
+ "score-diff": "1.223584540421644",
+ "score-diff-perc": "+4.13453%",
+ "tooltip": "score = 30.81783576994788\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.22358 (+4.13453%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -899807,11 +899807,11 @@
21,
27
),
- "score": 7.761621577572567e-05,
- "score-diff": "-2.451153050851194e-05",
- "score-diff-perc": "-24.00085%",
- "tooltip": "score = 7.761621577572567e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00002 (-24.00085%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 7.44136761510711e-05,
+ "score-diff": "-2.7714070133166513e-05",
+ "score-diff-perc": "-27.13667%",
+ "tooltip": "score = 7.44136761510711e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00003 (-27.13667%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -899833,11 +899833,11 @@
21,
27
),
- "score": 7.44136761510711e-05,
- "score-diff": "-3.2025396246545727e-06",
- "score-diff-perc": "-4.12612%",
- "tooltip": "score = 7.44136761510711e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00000 (-4.12612%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 7.625554213447384e-05,
+ "score-diff": "1.8418659834027422e-06",
+ "score-diff-perc": "+2.47517%",
+ "tooltip": "score = 7.625554213447384e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00000 (+2.47517%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -899859,11 +899859,11 @@
21,
27
),
- "score": 7.625554213447384e-05,
- "score-diff": "1.8418659834027422e-06",
- "score-diff-perc": "+2.47517%",
- "tooltip": "score = 7.625554213447384e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00000 (+2.47517%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 7.761621577572567e-05,
+ "score-diff": "1.3606736412518305e-06",
+ "score-diff-perc": "+1.78436%",
+ "tooltip": "score = 7.761621577572567e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00000 (+1.78436%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -899886,9 +899886,9 @@
32
),
"score": 9.58479867788165e-05,
- "score-diff": "1.9592444644342665e-05",
- "score-diff-perc": "+25.69314%",
- "tooltip": "score = 9.58479867788165e-05\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00002 (+25.69314%)",
+ "score-diff": "1.8231771003090835e-05",
+ "score-diff-perc": "+23.48964%",
+ "tooltip": "score = 9.58479867788165e-05\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00002 (+23.48964%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -904331,11 +904331,11 @@
19,
52
),
- "score": 0.0001328249841396361,
- "score-diff": "5.711218963512673e-07",
- "score-diff-perc": "+0.43184%",
- "tooltip": "score = 0.0001328249841396361\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00000 (+0.43184%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.00012714962976089156,
+ "score-diff": "-5.104232482393278e-06",
+ "score-diff-perc": "-3.85942%",
+ "tooltip": "score = 0.00012714962976089156\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00001 (-3.85942%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -904357,11 +904357,11 @@
19,
52
),
- "score": 0.00012714962976089156,
- "score-diff": "-5.6753543787445456e-06",
- "score-diff-perc": "-4.27281%",
- "tooltip": "score = 0.00012714962976089156\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00001 (-4.27281%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.0001328249841396361,
+ "score-diff": "5.6753543787445456e-06",
+ "score-diff-perc": "+4.46352%",
+ "tooltip": "score = 0.0001328249841396361\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00001 (+4.46352%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -905898,11 +905898,11 @@
21,
27
),
- "score": 1.7102384539048678,
- "score-diff": "-0.19218663091797406",
- "score-diff-perc": "-10.10219%",
- "tooltip": "score = 1.7102384539048678\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.19219 (-10.10219%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1.7442698213098762,
+ "score-diff": "-0.15815526351296572",
+ "score-diff-perc": "-8.31335%",
+ "tooltip": "score = 1.7442698213098762\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.15816 (-8.31335%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -905924,11 +905924,11 @@
21,
27
),
- "score": 1.7442698213098762,
- "score-diff": "0.03403136740500834",
- "score-diff-perc": "+1.98986%",
- "tooltip": "score = 1.7442698213098762\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.03403 (+1.98986%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1.6940635725727902,
+ "score-diff": "-0.05020624873708601",
+ "score-diff-perc": "-2.87835%",
+ "tooltip": "score = 1.6940635725727902\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.05021 (-2.87835%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -905950,11 +905950,11 @@
21,
27
),
- "score": 1.6940635725727902,
- "score-diff": "-0.05020624873708601",
- "score-diff-perc": "-2.87835%",
- "tooltip": "score = 1.6940635725727902\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.05021 (-2.87835%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 1.7102384539048678,
+ "score-diff": "0.016174881332077673",
+ "score-diff-perc": "+0.95480%",
+ "tooltip": "score = 1.7102384539048678\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.01617 (+0.95480%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -905977,9 +905977,9 @@
32
),
"score": 1.9317741036726641,
- "score-diff": "0.23771053109987395",
- "score-diff-perc": "+14.03197%",
- "tooltip": "score = 1.9317741036726641\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.23771 (+14.03197%)",
+ "score-diff": "0.22153564976779627",
+ "score-diff-perc": "+12.95349%",
+ "tooltip": "score = 1.9317741036726641\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.22154 (+12.95349%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -910422,11 +910422,11 @@
19,
52
),
- "score": 2.094031872853636,
- "score-diff": "-0.009678737037934315",
- "score-diff-perc": "-0.46008%",
- "tooltip": "score = 2.094031872853636\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00968 (-0.46008%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 2.083090543213818,
+ "score-diff": "-0.02062006667775229",
+ "score-diff-perc": "-0.98018%",
+ "tooltip": "score = 2.083090543213818\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.02062 (-0.98018%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -910448,11 +910448,11 @@
19,
52
),
- "score": 2.083090543213818,
- "score-diff": "-0.010941329639817976",
- "score-diff-perc": "-0.52250%",
- "tooltip": "score = 2.083090543213818\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01094 (-0.52250%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 2.094031872853636,
+ "score-diff": "0.010941329639817976",
+ "score-diff-perc": "+0.52525%",
+ "tooltip": "score = 2.094031872853636\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01094 (+0.52525%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -911989,11 +911989,11 @@
21,
27
),
- "score": 0.9226633189942971,
- "score-diff": "-0.5219025729332437",
- "score-diff-perc": "-36.12868%",
- "tooltip": "score = 0.9226633189942971\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.52190 (-36.12868%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.8758824434740543,
+ "score-diff": "-0.5686834484534865",
+ "score-diff-perc": "-39.36708%",
+ "tooltip": "score = 0.8758824434740543\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.56868 (-39.36708%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -912015,11 +912015,11 @@
21,
27
),
- "score": 0.8758824434740543,
- "score-diff": "-0.04678087552024279",
- "score-diff-perc": "-5.07020%",
- "tooltip": "score = 0.8758824434740543\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.04678 (-5.07020%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.8621017532217109,
+ "score-diff": "-0.013780690252343408",
+ "score-diff-perc": "-1.57335%",
+ "tooltip": "score = 0.8621017532217109\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01378 (-1.57335%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -912041,11 +912041,11 @@
21,
27
),
- "score": 0.8621017532217109,
- "score-diff": "-0.013780690252343408",
- "score-diff-perc": "-1.57335%",
- "tooltip": "score = 0.8621017532217109\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01378 (-1.57335%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.9226633189942971,
+ "score-diff": "0.0605615657725862",
+ "score-diff-perc": "+7.02487%",
+ "tooltip": "score = 0.9226633189942971\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.06056 (+7.02487%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -912068,9 +912068,9 @@
32
),
"score": 2.3357476778489623,
- "score-diff": "1.4736459246272515",
- "score-diff-perc": "+170.93643%",
- "tooltip": "score = 2.3357476778489623\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.47365 (+170.93643%)",
+ "score-diff": "1.413084358854665",
+ "score-diff-perc": "+153.15276%",
+ "tooltip": "score = 2.3357476778489623\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.41308 (+153.15276%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -916513,11 +916513,11 @@
19,
52
),
- "score": 1.2982613529412428,
- "score-diff": "0.06946635705945448",
- "score-diff-perc": "+5.65321%",
- "tooltip": "score = 1.2982613529412428\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.06947 (+5.65321%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.2455293562913459,
+ "score-diff": "0.016734360409557558",
+ "score-diff-perc": "+1.36185%",
+ "tooltip": "score = 1.2455293562913459\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01673 (+1.36185%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -916539,11 +916539,11 @@
19,
52
),
- "score": 1.2455293562913459,
- "score-diff": "-0.05273199664989692",
- "score-diff-perc": "-4.06174%",
- "tooltip": "score = 1.2455293562913459\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.05273 (-4.06174%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1.2982613529412428,
+ "score-diff": "0.05273199664989692",
+ "score-diff-perc": "+4.23370%",
+ "tooltip": "score = 1.2982613529412428\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.05273 (+4.23370%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -918080,11 +918080,11 @@
21,
27
),
- "score": 0.02864559401693752,
- "score-diff": "-0.001407776318285335",
- "score-diff-perc": "-4.68425%",
- "tooltip": "score = 0.02864559401693752\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00141 (-4.68425%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.028729457168734252,
+ "score-diff": "-0.0013239131664886036",
+ "score-diff-perc": "-4.40521%",
+ "tooltip": "score = 0.028729457168734252\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00132 (-4.40521%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -918106,11 +918106,11 @@
21,
27
),
- "score": 0.028729457168734252,
- "score-diff": "8.386315179673143e-05",
- "score-diff-perc": "+0.29276%",
- "tooltip": "score = 0.028729457168734252\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00008 (+0.29276%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.02877611418628252,
+ "score-diff": "4.6657017548266955e-05",
+ "score-diff-perc": "+0.16240%",
+ "tooltip": "score = 0.02877611418628252\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00005 (+0.16240%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -918132,11 +918132,11 @@
21,
27
),
- "score": 0.02877611418628252,
- "score-diff": "4.6657017548266955e-05",
- "score-diff-perc": "+0.16240%",
- "tooltip": "score = 0.02877611418628252\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00005 (+0.16240%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.02864559401693752,
+ "score-diff": "-0.00013052016934499838",
+ "score-diff-perc": "-0.45357%",
+ "tooltip": "score = 0.02864559401693752\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00013 (-0.45357%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -918159,9 +918159,9 @@
32
),
"score": 0.03013476089578666,
- "score-diff": "0.001358646709504141",
- "score-diff-perc": "+4.72144%",
- "tooltip": "score = 0.03013476089578666\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00136 (+4.72144%)",
+ "score-diff": "0.0014891668788491394",
+ "score-diff-perc": "+5.19859%",
+ "tooltip": "score = 0.03013476089578666\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00149 (+5.19859%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -922604,11 +922604,11 @@
19,
52
),
- "score": 0.029234802137803783,
- "score-diff": "-0.00028801497003167614",
- "score-diff-perc": "-0.97557%",
- "tooltip": "score = 0.029234802137803783\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00029 (-0.97557%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.02948149546174152,
+ "score-diff": "-4.132164609393918e-05",
+ "score-diff-perc": "-0.13997%",
+ "tooltip": "score = 0.02948149546174152\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00004 (-0.13997%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -922630,11 +922630,11 @@
19,
52
),
- "score": 0.02948149546174152,
- "score-diff": "0.00024669332393773696",
- "score-diff-perc": "+0.84383%",
- "tooltip": "score = 0.02948149546174152\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00025 (+0.84383%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.029234802137803783,
+ "score-diff": "-0.00024669332393773696",
+ "score-diff-perc": "-0.83677%",
+ "tooltip": "score = 0.029234802137803783\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00025 (-0.83677%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -924171,11 +924171,11 @@
21,
27
),
- "score": 10.784371012685057,
- "score-diff": "2.0735647386417195",
- "score-diff-perc": "+23.80451%",
- "tooltip": "score = 10.784371012685057\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.07356 (+23.80451%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 11.365644010390968,
+ "score-diff": "2.6548377363476305",
+ "score-diff-perc": "+30.47752%",
+ "tooltip": "score = 11.365644010390968\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.65484 (+30.47752%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -924197,11 +924197,11 @@
21,
27
),
- "score": 11.365644010390968,
- "score-diff": "0.581272997705911",
- "score-diff-perc": "+5.38996%",
- "tooltip": "score = 11.365644010390968\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.58127 (+5.38996%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 8.85950801007684,
+ "score-diff": "-2.506136000314127",
+ "score-diff-perc": "-22.05010%",
+ "tooltip": "score = 8.85950801007684\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.50614 (-22.05010%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -924223,11 +924223,11 @@
21,
27
),
- "score": 8.85950801007684,
- "score-diff": "-2.506136000314127",
- "score-diff-perc": "-22.05010%",
- "tooltip": "score = 8.85950801007684\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.50614 (-22.05010%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 10.784371012685057,
+ "score-diff": "1.924863002608216",
+ "score-diff-perc": "+21.72652%",
+ "tooltip": "score = 10.784371012685057\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.92486 (+21.72652%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -924250,9 +924250,9 @@
32
),
"score": 9.089033693667785,
- "score-diff": "0.2295256835909445",
- "score-diff-perc": "+2.59073%",
- "tooltip": "score = 9.089033693667785\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.22953 (+2.59073%)",
+ "score-diff": "-1.6953373190172716",
+ "score-diff-perc": "-15.72032%",
+ "tooltip": "score = 9.089033693667785\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -1.69534 (-15.72032%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -928695,11 +928695,11 @@
19,
52
),
- "score": 2.6171331193707115,
- "score-diff": "-0.018470046351998892",
- "score-diff-perc": "-0.70079%",
- "tooltip": "score = 2.6171331193707115\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01847 (-0.70079%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 2.7127745762005393,
+ "score-diff": "0.07717141047782894",
+ "score-diff-perc": "+2.92804%",
+ "tooltip": "score = 2.7127745762005393\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.07717 (+2.92804%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -928721,11 +928721,11 @@
19,
52
),
- "score": 2.7127745762005393,
- "score-diff": "0.09564145682982783",
- "score-diff-perc": "+3.65444%",
- "tooltip": "score = 2.7127745762005393\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.09564 (+3.65444%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 2.6171331193707115,
+ "score-diff": "-0.09564145682982783",
+ "score-diff-perc": "-3.52560%",
+ "tooltip": "score = 2.6171331193707115\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.09564 (-3.52560%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -930262,11 +930262,11 @@
21,
27
),
- "score": 1.7451642961639646,
- "score-diff": "-0.2701746884704044",
- "score-diff-perc": "-13.40592%",
- "tooltip": "score = 1.7451642961639646\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.27017 (-13.40592%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1.6678985317796655,
+ "score-diff": "-0.3474404528547035",
+ "score-diff-perc": "-17.23980%",
+ "tooltip": "score = 1.6678985317796655\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.34744 (-17.23980%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -930288,11 +930288,11 @@
21,
27
),
- "score": 1.6678985317796655,
- "score-diff": "-0.07726576438429911",
- "score-diff-perc": "-4.42742%",
- "tooltip": "score = 1.6678985317796655\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.07727 (-4.42742%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1.684017316384896,
+ "score-diff": "0.01611878460523042",
+ "score-diff-perc": "+0.96641%",
+ "tooltip": "score = 1.684017316384896\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.01612 (+0.96641%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -930314,11 +930314,11 @@
21,
27
),
- "score": 1.684017316384896,
- "score-diff": "0.01611878460523042",
- "score-diff-perc": "+0.96641%",
- "tooltip": "score = 1.684017316384896\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.01612 (+0.96641%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 1.7451642961639646,
+ "score-diff": "0.06114697977906869",
+ "score-diff-perc": "+3.63102%",
+ "tooltip": "score = 1.7451642961639646\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.06115 (+3.63102%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -930341,9 +930341,9 @@
32
),
"score": 1.9373248120798474,
- "score-diff": "0.2533074956949515",
- "score-diff-perc": "+15.04186%",
- "tooltip": "score = 1.9373248120798474\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.25331 (+15.04186%)",
+ "score-diff": "0.1921605159158828",
+ "score-diff-perc": "+11.01103%",
+ "tooltip": "score = 1.9373248120798474\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.19216 (+11.01103%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -934786,11 +934786,11 @@
19,
52
),
- "score": 2.0932447462960817,
- "score-diff": "-0.01190430413933008",
- "score-diff-perc": "-0.56549%",
- "tooltip": "score = 2.0932447462960817\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01190 (-0.56549%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 2.066479401485573,
+ "score-diff": "-0.03866964894983882",
+ "score-diff-perc": "-1.83691%",
+ "tooltip": "score = 2.066479401485573\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.03867 (-1.83691%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -934812,11 +934812,11 @@
19,
52
),
- "score": 2.066479401485573,
- "score-diff": "-0.02676534481050874",
- "score-diff-perc": "-1.27865%",
- "tooltip": "score = 2.066479401485573\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.02677 (-1.27865%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 2.0932447462960817,
+ "score-diff": "0.02676534481050874",
+ "score-diff-perc": "+1.29521%",
+ "tooltip": "score = 2.0932447462960817\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.02677 (+1.29521%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -936353,11 +936353,11 @@
21,
27
),
- "score": 7.6509782216587,
- "score-diff": "-5.746613054641869",
- "score-diff-perc": "-42.89288%",
- "tooltip": "score = 7.6509782216587\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.74661 (-42.89288%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 7.470361472332414,
+ "score-diff": "-5.927229803968155",
+ "score-diff-perc": "-44.24101%",
+ "tooltip": "score = 7.470361472332414\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.92723 (-44.24101%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -936379,11 +936379,11 @@
21,
27
),
- "score": 7.470361472332414,
- "score-diff": "-0.18061674932628602",
- "score-diff-perc": "-2.36070%",
- "tooltip": "score = 7.470361472332414\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.18062 (-2.36070%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 7.500684093349708,
+ "score-diff": "0.030322621017294438",
+ "score-diff-perc": "+0.40591%",
+ "tooltip": "score = 7.500684093349708\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.03032 (+0.40591%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -936405,11 +936405,11 @@
21,
27
),
- "score": 7.500684093349708,
- "score-diff": "0.030322621017294438",
- "score-diff-perc": "+0.40591%",
- "tooltip": "score = 7.500684093349708\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.03032 (+0.40591%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 7.6509782216587,
+ "score-diff": "0.15029412830899158",
+ "score-diff-perc": "+2.00374%",
+ "tooltip": "score = 7.6509782216587\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.15029 (+2.00374%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -936432,9 +936432,9 @@
32
),
"score": 11.150904782888205,
- "score-diff": "3.6502206895384965",
- "score-diff-perc": "+48.66517%",
- "tooltip": "score = 11.150904782888205\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +3.65022 (+48.66517%)",
+ "score-diff": "3.499926561229505",
+ "score-diff-perc": "+45.74482%",
+ "tooltip": "score = 11.150904782888205\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +3.49993 (+45.74482%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -940877,11 +940877,11 @@
19,
52
),
- "score": 6.2969411490887515,
- "score-diff": "-0.37338124931173233",
- "score-diff-perc": "-5.59765%",
- "tooltip": "score = 6.2969411490887515\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.37338 (-5.59765%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 6.536293985782638,
+ "score-diff": "-0.13402841261784548",
+ "score-diff-perc": "-2.00932%",
+ "tooltip": "score = 6.536293985782638\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.13403 (-2.00932%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -940903,11 +940903,11 @@
19,
52
),
- "score": 6.536293985782638,
- "score-diff": "0.23935283669388685",
- "score-diff-perc": "+3.80110%",
- "tooltip": "score = 6.536293985782638\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.23935 (+3.80110%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 6.2969411490887515,
+ "score-diff": "-0.23935283669388685",
+ "score-diff-perc": "-3.66190%",
+ "tooltip": "score = 6.2969411490887515\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.23935 (-3.66190%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -942444,11 +942444,11 @@
21,
27
),
- "score": 39.38935149871488,
- "score-diff": "-0.7737482629225454",
- "score-diff-perc": "-1.92652%",
- "tooltip": "score = 39.38935149871488\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.77375 (-1.92652%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 38.54248098573094,
+ "score-diff": "-1.620618775906486",
+ "score-diff-perc": "-4.03509%",
+ "tooltip": "score = 38.54248098573094\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.62062 (-4.03509%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -942470,11 +942470,11 @@
21,
27
),
- "score": 38.54248098573094,
- "score-diff": "-0.8468705129839407",
- "score-diff-perc": "-2.15000%",
- "tooltip": "score = 38.54248098573094\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.84687 (-2.15000%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 38.48757484691118,
+ "score-diff": "-0.05490613881976003",
+ "score-diff-perc": "-0.14246%",
+ "tooltip": "score = 38.48757484691118\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.05491 (-0.14246%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -942496,11 +942496,11 @@
21,
27
),
- "score": 38.48757484691118,
- "score-diff": "-0.05490613881976003",
- "score-diff-perc": "-0.14246%",
- "tooltip": "score = 38.48757484691118\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.05491 (-0.14246%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 39.38935149871488,
+ "score-diff": "0.9017766518037007",
+ "score-diff-perc": "+2.34303%",
+ "tooltip": "score = 39.38935149871488\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.90178 (+2.34303%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -942523,9 +942523,9 @@
32
),
"score": 37.93588615701963,
- "score-diff": "-0.5516886898915487",
- "score-diff-perc": "-1.43342%",
- "tooltip": "score = 37.93588615701963\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.55169 (-1.43342%)",
+ "score-diff": "-1.4534653416952494",
+ "score-diff-perc": "-3.69000%",
+ "tooltip": "score = 37.93588615701963\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -1.45347 (-3.69000%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -946968,11 +946968,11 @@
19,
52
),
- "score": 30.737304944135232,
- "score-diff": "-0.5493190559363619",
- "score-diff-perc": "-1.75576%",
- "tooltip": "score = 30.737304944135232\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.54932 (-1.75576%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 32.306191813848905,
+ "score-diff": "1.0195678137773108",
+ "score-diff-perc": "+3.25880%",
+ "tooltip": "score = 32.306191813848905\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.01957 (+3.25880%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -946994,11 +946994,11 @@
19,
52
),
- "score": 32.306191813848905,
- "score-diff": "1.5688868697136726",
- "score-diff-perc": "+5.10418%",
- "tooltip": "score = 32.306191813848905\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.56889 (+5.10418%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 30.737304944135232,
+ "score-diff": "-1.5688868697136726",
+ "score-diff-perc": "-4.85630%",
+ "tooltip": "score = 30.737304944135232\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.56889 (-4.85630%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -948535,11 +948535,11 @@
21,
27
),
- "score": 0.6436721521107871,
- "score-diff": "0.1919852104357811",
- "score-diff-perc": "+42.50404%",
- "tooltip": "score = 0.6436721521107871\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.19199 (+42.50404%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.645143019143133,
+ "score-diff": "0.19345607746812699",
+ "score-diff-perc": "+42.82968%",
+ "tooltip": "score = 0.645143019143133\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.19346 (+42.82968%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -948561,11 +948561,11 @@
21,
27
),
- "score": 0.645143019143133,
- "score-diff": "0.0014708670323458906",
- "score-diff-perc": "+0.22851%",
- "tooltip": "score = 0.645143019143133\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00147 (+0.22851%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.6436661387045989,
+ "score-diff": "-0.0014768804385341117",
+ "score-diff-perc": "-0.22892%",
+ "tooltip": "score = 0.6436661387045989\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00148 (-0.22892%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -948587,11 +948587,11 @@
21,
27
),
- "score": 0.6436661387045989,
- "score-diff": "-0.0014768804385341117",
- "score-diff-perc": "-0.22892%",
- "tooltip": "score = 0.6436661387045989\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00148 (-0.22892%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.6436721521107871,
+ "score-diff": "6.013406188221104e-06",
+ "score-diff-perc": "+0.00093%",
+ "tooltip": "score = 0.6436721521107871\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00001 (+0.00093%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -948614,9 +948614,9 @@
32
),
"score": 0.45183185618931837,
- "score-diff": "-0.1918342825152805",
- "score-diff-perc": "-29.80338%",
- "tooltip": "score = 0.45183185618931837\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.19183 (-29.80338%)",
+ "score-diff": "-0.19184029592146873",
+ "score-diff-perc": "-29.80404%",
+ "tooltip": "score = 0.45183185618931837\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.19184 (-29.80404%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -953059,11 +953059,11 @@
19,
52
),
- "score": 0.5743048109134212,
- "score-diff": "-0.003043727804071694",
- "score-diff-perc": "-0.52719%",
- "tooltip": "score = 0.5743048109134212\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00304 (-0.52719%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.5755975650881423,
+ "score-diff": "-0.0017509736293506162",
+ "score-diff-perc": "-0.30328%",
+ "tooltip": "score = 0.5755975650881423\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00175 (-0.30328%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -953085,11 +953085,11 @@
19,
52
),
- "score": 0.5755975650881423,
- "score-diff": "0.001292754174721078",
- "score-diff-perc": "+0.22510%",
- "tooltip": "score = 0.5755975650881423\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00129 (+0.22510%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.5743048109134212,
+ "score-diff": "-0.001292754174721078",
+ "score-diff-perc": "-0.22459%",
+ "tooltip": "score = 0.5743048109134212\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00129 (-0.22459%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -954626,11 +954626,11 @@
21,
27
),
- "score": 0.4764231878255911,
- "score-diff": "0.13540264460049173",
- "score-diff-perc": "+39.70513%",
- "tooltip": "score = 0.4764231878255911\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.13540 (+39.70513%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.474507047241053,
+ "score-diff": "0.13348650401595363",
+ "score-diff-perc": "+39.14324%",
+ "tooltip": "score = 0.474507047241053\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.13349 (+39.14324%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -954652,11 +954652,11 @@
21,
27
),
- "score": 0.474507047241053,
- "score-diff": "-0.0019161405845380952",
- "score-diff-perc": "-0.40219%",
- "tooltip": "score = 0.474507047241053\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00192 (-0.40219%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.47858195159484546,
+ "score-diff": "0.00407490435379243",
+ "score-diff-perc": "+0.85877%",
+ "tooltip": "score = 0.47858195159484546\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00407 (+0.85877%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -954678,11 +954678,11 @@
21,
27
),
- "score": 0.47858195159484546,
- "score-diff": "0.00407490435379243",
- "score-diff-perc": "+0.85877%",
- "tooltip": "score = 0.47858195159484546\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00407 (+0.85877%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.4764231878255911,
+ "score-diff": "-0.002158763769254335",
+ "score-diff-perc": "-0.45108%",
+ "tooltip": "score = 0.4764231878255911\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00216 (-0.45108%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -954705,9 +954705,9 @@
32
),
"score": 0.3422709033106155,
- "score-diff": "-0.13631104828422996",
- "score-diff-perc": "-28.48228%",
- "tooltip": "score = 0.3422709033106155\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.13631 (-28.48228%)",
+ "score-diff": "-0.13415228451497563",
+ "score-diff-perc": "-28.15822%",
+ "tooltip": "score = 0.3422709033106155\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.13415 (-28.15822%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -959150,11 +959150,11 @@
19,
52
),
- "score": 0.3326456935232835,
- "score-diff": "-0.001070070380017607",
- "score-diff-perc": "-0.32065%",
- "tooltip": "score = 0.3326456935232835\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00107 (-0.32065%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.3355080787747194,
+ "score-diff": "0.001792314871418288",
+ "score-diff-perc": "+0.53708%",
+ "tooltip": "score = 0.3355080787747194\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00179 (+0.53708%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -959176,11 +959176,11 @@
19,
52
),
- "score": 0.3355080787747194,
- "score-diff": "0.002862385251435895",
- "score-diff-perc": "+0.86049%",
- "tooltip": "score = 0.3355080787747194\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00286 (+0.86049%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.3326456935232835,
+ "score-diff": "-0.002862385251435895",
+ "score-diff-perc": "-0.85315%",
+ "tooltip": "score = 0.3326456935232835\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00286 (-0.85315%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -960717,11 +960717,11 @@
21,
27
),
- "score": 5.727964091176194,
- "score-diff": "-2.107757447526186",
- "score-diff-perc": "-26.89934%",
- "tooltip": "score = 5.727964091176194\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.10776 (-26.89934%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 5.747513102179073,
+ "score-diff": "-2.088208436523307",
+ "score-diff-perc": "-26.64986%",
+ "tooltip": "score = 5.747513102179073\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.08821 (-26.64986%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -960743,11 +960743,11 @@
21,
27
),
- "score": 5.747513102179073,
- "score-diff": "0.01954901100287909",
- "score-diff-perc": "+0.34129%",
- "tooltip": "score = 5.747513102179073\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.01955 (+0.34129%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 5.834679375537001,
+ "score-diff": "0.08716627335792815",
+ "score-diff-perc": "+1.51659%",
+ "tooltip": "score = 5.834679375537001\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.08717 (+1.51659%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -960769,11 +960769,11 @@
21,
27
),
- "score": 5.834679375537001,
- "score-diff": "0.08716627335792815",
- "score-diff-perc": "+1.51659%",
- "tooltip": "score = 5.834679375537001\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.08717 (+1.51659%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 5.727964091176194,
+ "score-diff": "-0.10671528436080724",
+ "score-diff-perc": "-1.82898%",
+ "tooltip": "score = 5.727964091176194\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.10672 (-1.82898%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -960796,9 +960796,9 @@
32
),
"score": 7.521440732012671,
- "score-diff": "1.68676135647567",
- "score-diff-perc": "+28.90924%",
- "tooltip": "score = 7.521440732012671\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.68676 (+28.90924%)",
+ "score-diff": "1.7934766408364773",
+ "score-diff-perc": "+31.31089%",
+ "tooltip": "score = 7.521440732012671\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.79348 (+31.31089%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -965241,11 +965241,11 @@
19,
52
),
- "score": 4.931644442163036,
- "score-diff": "0.166846024277719",
- "score-diff-perc": "+3.50164%",
- "tooltip": "score = 4.931644442163036\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.16685 (+3.50164%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 4.884663440187546,
+ "score-diff": "0.1198650223022284",
+ "score-diff-perc": "+2.51564%",
+ "tooltip": "score = 4.884663440187546\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.11987 (+2.51564%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -965267,11 +965267,11 @@
19,
52
),
- "score": 4.884663440187546,
- "score-diff": "-0.0469810019754906",
- "score-diff-perc": "-0.95264%",
- "tooltip": "score = 4.884663440187546\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.04698 (-0.95264%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 4.931644442163036,
+ "score-diff": "0.0469810019754906",
+ "score-diff-perc": "+0.96181%",
+ "tooltip": "score = 4.931644442163036\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.04698 (+0.96181%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -966808,11 +966808,11 @@
21,
27
),
- "score": 28.56752630551524,
- "score-diff": "-1.2093857274880584",
- "score-diff-perc": "-4.06149%",
- "tooltip": "score = 28.56752630551524\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.20939 (-4.06149%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 28.887742384615382,
+ "score-diff": "-0.8891696483879166",
+ "score-diff-perc": "-2.98610%",
+ "tooltip": "score = 28.887742384615382\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.88917 (-2.98610%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -966834,11 +966834,11 @@
21,
27
),
- "score": 28.887742384615382,
- "score-diff": "0.3202160791001418",
- "score-diff-perc": "+1.12091%",
- "tooltip": "score = 28.887742384615382\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.32022 (+1.12091%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 29.9906607296732,
+ "score-diff": "1.102918345057816",
+ "score-diff-perc": "+3.81795%",
+ "tooltip": "score = 29.9906607296732\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.10292 (+3.81795%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -966860,11 +966860,11 @@
21,
27
),
- "score": 29.9906607296732,
- "score-diff": "1.102918345057816",
- "score-diff-perc": "+3.81795%",
- "tooltip": "score = 29.9906607296732\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.10292 (+3.81795%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 28.56752630551524,
+ "score-diff": "-1.4231344241579578",
+ "score-diff-perc": "-4.74526%",
+ "tooltip": "score = 28.56752630551524\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.42313 (-4.74526%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -966887,9 +966887,9 @@
32
),
"score": 31.552323714908397,
- "score-diff": "1.5616629852351984",
- "score-diff-perc": "+5.20716%",
- "tooltip": "score = 31.552323714908397\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.56166 (+5.20716%)",
+ "score-diff": "2.984797409393156",
+ "score-diff-perc": "+10.44822%",
+ "tooltip": "score = 31.552323714908397\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.98480 (+10.44822%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -971332,11 +971332,11 @@
19,
52
),
- "score": 28.531204985624438,
- "score-diff": "-1.1869861526658596",
- "score-diff-perc": "-3.99414%",
- "tooltip": "score = 28.531204985624438\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.18699 (-3.99414%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 30.218843805488216,
+ "score-diff": "0.5006526671979188",
+ "score-diff-perc": "+1.68467%",
+ "tooltip": "score = 30.218843805488216\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.50065 (+1.68467%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -971358,11 +971358,11 @@
19,
52
),
- "score": 30.218843805488216,
- "score-diff": "1.6876388198637784",
- "score-diff-perc": "+5.91506%",
- "tooltip": "score = 30.218843805488216\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.68764 (+5.91506%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 28.531204985624438,
+ "score-diff": "-1.6876388198637784",
+ "score-diff-perc": "-5.58472%",
+ "tooltip": "score = 28.531204985624438\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.68764 (-5.58472%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -972899,11 +972899,11 @@
21,
27
),
- "score": 6.375358596615102e-05,
- "score-diff": "-7.040401606960375e-06",
- "score-diff-perc": "-9.94491%",
- "tooltip": "score = 6.375358596615102e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00001 (-9.94491%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 5.86200014364824e-05,
+ "score-diff": "-1.2173986136628993e-05",
+ "score-diff-perc": "-17.19636%",
+ "tooltip": "score = 5.86200014364824e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00001 (-17.19636%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -972925,11 +972925,11 @@
21,
27
),
- "score": 5.86200014364824e-05,
- "score-diff": "-5.1335845296686185e-06",
- "score-diff-perc": "-8.05223%",
- "tooltip": "score = 5.86200014364824e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00001 (-8.05223%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 6.355067996739021e-05,
+ "score-diff": "4.930678530907813e-06",
+ "score-diff-perc": "+8.41126%",
+ "tooltip": "score = 6.355067996739021e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00000 (+8.41126%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -972951,11 +972951,11 @@
21,
27
),
- "score": 6.355067996739021e-05,
- "score-diff": "4.930678530907813e-06",
- "score-diff-perc": "+8.41126%",
- "tooltip": "score = 6.355067996739021e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00000 (+8.41126%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 6.375358596615102e-05,
+ "score-diff": "2.0290599876080515e-07",
+ "score-diff-perc": "+0.31928%",
+ "tooltip": "score = 6.375358596615102e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00000 (+0.31928%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -972978,9 +972978,9 @@
32
),
"score": 8.084359764825944e-05,
- "score-diff": "1.7292917680869225e-05",
- "score-diff-perc": "+27.21122%",
- "tooltip": "score = 8.084359764825944e-05\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00002 (+27.21122%)",
+ "score-diff": "1.709001168210842e-05",
+ "score-diff-perc": "+26.80635%",
+ "tooltip": "score = 8.084359764825944e-05\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00002 (+26.80635%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -977423,11 +977423,11 @@
19,
52
),
- "score": 8.821918290432288e-05,
- "score-diff": "1.1773681986552596e-06",
- "score-diff-perc": "+1.35265%",
- "tooltip": "score = 8.821918290432288e-05\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00000 (+1.35265%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 8.287108254948851e-05,
+ "score-diff": "-4.170732156179104e-06",
+ "score-diff-perc": "-4.79164%",
+ "tooltip": "score = 8.287108254948851e-05\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00000 (-4.79164%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -977449,11 +977449,11 @@
19,
52
),
- "score": 8.287108254948851e-05,
- "score-diff": "-5.348100354834364e-06",
- "score-diff-perc": "-6.06229%",
- "tooltip": "score = 8.287108254948851e-05\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00001 (-6.06229%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 8.821918290432288e-05,
+ "score-diff": "5.348100354834364e-06",
+ "score-diff-perc": "+6.45352%",
+ "tooltip": "score = 8.821918290432288e-05\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00001 (+6.45352%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -978990,11 +978990,11 @@
21,
27
),
- "score": 0.47897339640231423,
- "score-diff": "0.14919535986819643",
- "score-diff-perc": "+45.24115%",
- "tooltip": "score = 0.47897339640231423\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.14920 (+45.24115%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.47506496692174555,
+ "score-diff": "0.14528693038762774",
+ "score-diff-perc": "+44.05598%",
+ "tooltip": "score = 0.47506496692174555\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.14529 (+44.05598%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -979016,11 +979016,11 @@
21,
27
),
- "score": 0.47506496692174555,
- "score-diff": "-0.003908429480568687",
- "score-diff-perc": "-0.81600%",
- "tooltip": "score = 0.47506496692174555\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00391 (-0.81600%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.47582772970858156,
+ "score-diff": "0.0007627627868360132",
+ "score-diff-perc": "+0.16056%",
+ "tooltip": "score = 0.47582772970858156\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00076 (+0.16056%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -979042,11 +979042,11 @@
21,
27
),
- "score": 0.47582772970858156,
- "score-diff": "0.0007627627868360132",
- "score-diff-perc": "+0.16056%",
- "tooltip": "score = 0.47582772970858156\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00076 (+0.16056%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.47897339640231423,
+ "score-diff": "0.003145666693732674",
+ "score-diff-perc": "+0.66109%",
+ "tooltip": "score = 0.47897339640231423\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00315 (+0.66109%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -979069,9 +979069,9 @@
32
),
"score": 0.33942248281674825,
- "score-diff": "-0.1364052468918333",
- "score-diff-perc": "-28.66694%",
- "tooltip": "score = 0.33942248281674825\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.13641 (-28.66694%)",
+ "score-diff": "-0.13955091358556598",
+ "score-diff-perc": "-29.13542%",
+ "tooltip": "score = 0.33942248281674825\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.13955 (-29.13542%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -983514,11 +983514,11 @@
19,
52
),
- "score": 0.33231426964610833,
- "score-diff": "-0.0027143412653711785",
- "score-diff-perc": "-0.81018%",
- "tooltip": "score = 0.33231426964610833\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00271 (-0.81018%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.33150149964434883,
+ "score-diff": "-0.003527111267130678",
+ "score-diff-perc": "-1.05278%",
+ "tooltip": "score = 0.33150149964434883\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00353 (-1.05278%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -983540,11 +983540,11 @@
19,
52
),
- "score": 0.33150149964434883,
- "score-diff": "-0.0008127700017594996",
- "score-diff-perc": "-0.24458%",
- "tooltip": "score = 0.33150149964434883\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00081 (-0.24458%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.33231426964610833,
+ "score-diff": "0.0008127700017594996",
+ "score-diff-perc": "+0.24518%",
+ "tooltip": "score = 0.33231426964610833\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00081 (+0.24518%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -985081,11 +985081,11 @@
21,
27
),
- "score": 0.3044643173589865,
- "score-diff": "-0.11041750781053689",
- "score-diff-perc": "-26.61421%",
- "tooltip": "score = 0.3044643173589865\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.11042 (-26.61421%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.23970877061017015,
+ "score-diff": "-0.17517305455935323",
+ "score-diff-perc": "-42.22240%",
+ "tooltip": "score = 0.23970877061017015\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.17517 (-42.22240%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -985107,11 +985107,11 @@
21,
27
),
- "score": 0.23970877061017015,
- "score-diff": "-0.06475554674881634",
- "score-diff-perc": "-21.26868%",
- "tooltip": "score = 0.23970877061017015\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.06476 (-21.26868%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.30746911806454397,
+ "score-diff": "0.06776034745437381",
+ "score-diff-perc": "+28.26778%",
+ "tooltip": "score = 0.30746911806454397\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.06776 (+28.26778%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -985133,11 +985133,11 @@
21,
27
),
- "score": 0.30746911806454397,
- "score-diff": "0.06776034745437381",
- "score-diff-perc": "+28.26778%",
- "tooltip": "score = 0.30746911806454397\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.06776 (+28.26778%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.3044643173589865,
+ "score-diff": "-0.0030048007055574755",
+ "score-diff-perc": "-0.97727%",
+ "tooltip": "score = 0.3044643173589865\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00300 (-0.97727%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -985160,9 +985160,9 @@
32
),
"score": 0.4032444179588975,
- "score-diff": "0.09577529989435352",
- "score-diff-perc": "+31.14957%",
- "tooltip": "score = 0.4032444179588975\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.09578 (+31.14957%)",
+ "score-diff": "0.09878010059991099",
+ "score-diff-perc": "+32.44390%",
+ "tooltip": "score = 0.4032444179588975\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.09878 (+32.44390%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -989605,11 +989605,11 @@
19,
52
),
- "score": 0.3273560270098817,
- "score-diff": "-0.0006099585427880583",
- "score-diff-perc": "-0.18598%",
- "tooltip": "score = 0.3273560270098817\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00061 (-0.18598%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.3908101238484538,
+ "score-diff": "0.06284413829578406",
+ "score-diff-perc": "+19.16179%",
+ "tooltip": "score = 0.3908101238484538\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.06284 (+19.16179%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -989631,11 +989631,11 @@
19,
52
),
- "score": 0.3908101238484538,
- "score-diff": "0.06345409683857212",
- "score-diff-perc": "+19.38382%",
- "tooltip": "score = 0.3908101238484538\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.06345 (+19.38382%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.3273560270098817,
+ "score-diff": "-0.06345409683857212",
+ "score-diff-perc": "-16.23655%",
+ "tooltip": "score = 0.3273560270098817\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.06345 (-16.23655%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -991172,11 +991172,11 @@
21,
27
),
- "score": 0.02851796242866239,
- "score-diff": "-0.0009281188796846883",
- "score-diff-perc": "-3.15193%",
- "tooltip": "score = 0.02851796242866239\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00093 (-3.15193%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.028300631422023475,
+ "score-diff": "-0.0011454498863236046",
+ "score-diff-perc": "-3.88999%",
+ "tooltip": "score = 0.028300631422023475\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00115 (-3.88999%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -991198,11 +991198,11 @@
21,
27
),
- "score": 0.028300631422023475,
- "score-diff": "-0.00021733100663891627",
- "score-diff-perc": "-0.76208%",
- "tooltip": "score = 0.028300631422023475\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00022 (-0.76208%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.02815537978705564,
+ "score-diff": "-0.00014525163496783428",
+ "score-diff-perc": "-0.51325%",
+ "tooltip": "score = 0.02815537978705564\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00015 (-0.51325%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -991224,11 +991224,11 @@
21,
27
),
- "score": 0.02815537978705564,
- "score-diff": "-0.00014525163496783428",
- "score-diff-perc": "-0.51325%",
- "tooltip": "score = 0.02815537978705564\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00015 (-0.51325%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.02851796242866239,
+ "score-diff": "0.00036258264160675055",
+ "score-diff-perc": "+1.28779%",
+ "tooltip": "score = 0.02851796242866239\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00036 (+1.28779%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -991251,9 +991251,9 @@
32
),
"score": 0.029491805651516222,
- "score-diff": "0.0013364258644605817",
- "score-diff-perc": "+4.74661%",
- "tooltip": "score = 0.029491805651516222\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00134 (+4.74661%)",
+ "score-diff": "0.0009738432228538312",
+ "score-diff-perc": "+3.41484%",
+ "tooltip": "score = 0.029491805651516222\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00097 (+3.41484%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -995696,11 +995696,11 @@
19,
52
),
- "score": 0.02891265287128646,
- "score-diff": "8.941359266238791e-05",
- "score-diff-perc": "+0.31021%",
- "tooltip": "score = 0.02891265287128646\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00009 (+0.31021%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.0287083635696261,
+ "score-diff": "-0.00011487570899797184",
+ "score-diff-perc": "-0.39855%",
+ "tooltip": "score = 0.0287083635696261\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00011 (-0.39855%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -995722,11 +995722,11 @@
19,
52
),
- "score": 0.0287083635696261,
- "score-diff": "-0.00020428930166035975",
- "score-diff-perc": "-0.70657%",
- "tooltip": "score = 0.0287083635696261\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00020 (-0.70657%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.02891265287128646,
+ "score-diff": "0.00020428930166035975",
+ "score-diff-perc": "+0.71160%",
+ "tooltip": "score = 0.02891265287128646\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00020 (+0.71160%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -997263,11 +997263,11 @@
21,
27
),
- "score": 8.703482493971913,
- "score-diff": "1.689666641066319",
- "score-diff-perc": "+24.09055%",
- "tooltip": "score = 8.703482493971913\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.68967 (+24.09055%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 7.268414908728222,
+ "score-diff": "0.2545990558226281",
+ "score-diff-perc": "+3.62996%",
+ "tooltip": "score = 7.268414908728222\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.25460 (+3.62996%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -997289,11 +997289,11 @@
21,
27
),
- "score": 7.268414908728222,
- "score-diff": "-1.435067585243691",
- "score-diff-perc": "-16.48843%",
- "tooltip": "score = 7.268414908728222\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.43507 (-16.48843%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 7.303600941383316,
+ "score-diff": "0.035186032655093236",
+ "score-diff-perc": "+0.48409%",
+ "tooltip": "score = 7.303600941383316\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.03519 (+0.48409%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -997315,11 +997315,11 @@
21,
27
),
- "score": 7.303600941383316,
- "score-diff": "0.035186032655093236",
- "score-diff-perc": "+0.48409%",
- "tooltip": "score = 7.303600941383316\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.03519 (+0.48409%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 8.703482493971913,
+ "score-diff": "1.3998815525885977",
+ "score-diff-perc": "+19.16700%",
+ "tooltip": "score = 8.703482493971913\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.39988 (+19.16700%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -997342,9 +997342,9 @@
32
),
"score": 7.065157492449916,
- "score-diff": "-0.23844344893339997",
- "score-diff-perc": "-3.26474%",
- "tooltip": "score = 7.065157492449916\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.23844 (-3.26474%)",
+ "score-diff": "-1.6383250015219977",
+ "score-diff-perc": "-18.82379%",
+ "tooltip": "score = 7.065157492449916\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -1.63833 (-18.82379%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1001787,11 +1001787,11 @@
19,
52
),
- "score": 1.0422034941890053,
- "score-diff": "0.022890967510837523",
- "score-diff-perc": "+2.24573%",
- "tooltip": "score = 1.0422034941890053\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.02289 (+2.24573%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.0221307185005994,
+ "score-diff": "0.0028181918224317037",
+ "score-diff-perc": "+0.27648%",
+ "tooltip": "score = 1.0221307185005994\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00282 (+0.27648%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1001813,11 +1001813,11 @@
19,
52
),
- "score": 1.0221307185005994,
- "score-diff": "-0.02007277568840582",
- "score-diff-perc": "-1.92599%",
- "tooltip": "score = 1.0221307185005994\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.02007 (-1.92599%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1.0422034941890053,
+ "score-diff": "0.02007277568840582",
+ "score-diff-perc": "+1.96382%",
+ "tooltip": "score = 1.0422034941890053\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.02007 (+1.96382%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1003354,11 +1003354,11 @@
21,
27
),
- "score": 0.47802110573148254,
- "score-diff": "0.13702648564441056",
- "score-diff-perc": "+40.18435%",
- "tooltip": "score = 0.47802110573148254\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.13703 (+40.18435%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.47673785176705197,
+ "score-diff": "0.13574323167997998",
+ "score-diff-perc": "+39.80803%",
+ "tooltip": "score = 0.47673785176705197\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.13574 (+39.80803%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1003380,11 +1003380,11 @@
21,
27
),
- "score": 0.47673785176705197,
- "score-diff": "-0.0012832539644305752",
- "score-diff-perc": "-0.26845%",
- "tooltip": "score = 0.47673785176705197\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00128 (-0.26845%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.476452162830805,
+ "score-diff": "-0.000285688936246975",
+ "score-diff-perc": "-0.05993%",
+ "tooltip": "score = 0.476452162830805\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00029 (-0.05993%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1003406,11 +1003406,11 @@
21,
27
),
- "score": 0.476452162830805,
- "score-diff": "-0.000285688936246975",
- "score-diff-perc": "-0.05993%",
- "tooltip": "score = 0.476452162830805\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00029 (-0.05993%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.47802110573148254,
+ "score-diff": "0.0015689429006775502",
+ "score-diff-perc": "+0.32930%",
+ "tooltip": "score = 0.47802110573148254\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00157 (+0.32930%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1003433,9 +1003433,9 @@
32
),
"score": 0.34187120733814225,
- "score-diff": "-0.13458095549266275",
- "score-diff-perc": "-28.24648%",
- "tooltip": "score = 0.34187120733814225\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.13458 (-28.24648%)",
+ "score-diff": "-0.1361498983933403",
+ "score-diff-perc": "-28.48198%",
+ "tooltip": "score = 0.34187120733814225\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.13615 (-28.48198%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1007878,11 +1007878,11 @@
19,
52
),
- "score": 0.33741683828406294,
- "score-diff": "0.0031758632412832166",
- "score-diff-perc": "+0.95017%",
- "tooltip": "score = 0.33741683828406294\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00318 (+0.95017%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.33114085544848765,
+ "score-diff": "-0.0031001195942920723",
+ "score-diff-perc": "-0.92751%",
+ "tooltip": "score = 0.33114085544848765\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00310 (-0.92751%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1007904,11 +1007904,11 @@
19,
52
),
- "score": 0.33114085544848765,
- "score-diff": "-0.006275982835575289",
- "score-diff-perc": "-1.86001%",
- "tooltip": "score = 0.33114085544848765\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00628 (-1.86001%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.33741683828406294,
+ "score-diff": "0.006275982835575289",
+ "score-diff-perc": "+1.89526%",
+ "tooltip": "score = 0.33741683828406294\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00628 (+1.89526%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1009445,11 +1009445,11 @@
21,
27
),
- "score": 7.229733011433827,
- "score-diff": "-4.45108041127754",
- "score-diff-perc": "-38.10591%",
- "tooltip": "score = 7.229733011433827\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.45108 (-38.10591%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 6.941749625834237,
+ "score-diff": "-4.73906379687713",
+ "score-diff-perc": "-40.57135%",
+ "tooltip": "score = 6.941749625834237\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.73906 (-40.57135%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1009471,11 +1009471,11 @@
21,
27
),
- "score": 6.941749625834237,
- "score-diff": "-0.28798338559959014",
- "score-diff-perc": "-3.98332%",
- "tooltip": "score = 6.941749625834237\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.28798 (-3.98332%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 6.989617156324087,
+ "score-diff": "0.047867530489850374",
+ "score-diff-perc": "+0.68956%",
+ "tooltip": "score = 6.989617156324087\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04787 (+0.68956%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1009497,11 +1009497,11 @@
21,
27
),
- "score": 6.989617156324087,
- "score-diff": "0.047867530489850374",
- "score-diff-perc": "+0.68956%",
- "tooltip": "score = 6.989617156324087\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04787 (+0.68956%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 7.229733011433827,
+ "score-diff": "0.24011585510973976",
+ "score-diff-perc": "+3.43532%",
+ "tooltip": "score = 7.229733011433827\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.24012 (+3.43532%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1009524,9 +1009524,9 @@
32
),
"score": 9.113078695644917,
- "score-diff": "2.1234615393208305",
- "score-diff-perc": "+30.38023%",
- "tooltip": "score = 9.113078695644917\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.12346 (+30.38023%)",
+ "score-diff": "1.8833456842110907",
+ "score-diff-perc": "+26.05000%",
+ "tooltip": "score = 9.113078695644917\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.88335 (+26.05000%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1013969,11 +1013969,11 @@
19,
52
),
- "score": 4.781650137233724,
- "score-diff": "0.09427841728914466",
- "score-diff-perc": "+2.01133%",
- "tooltip": "score = 4.781650137233724\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.09428 (+2.01133%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 4.63598301693973,
+ "score-diff": "-0.05138870300484921",
+ "score-diff-perc": "-1.09632%",
+ "tooltip": "score = 4.63598301693973\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.05139 (-1.09632%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1013995,11 +1013995,11 @@
19,
52
),
- "score": 4.63598301693973,
- "score-diff": "-0.14566712029399387",
- "score-diff-perc": "-3.04638%",
- "tooltip": "score = 4.63598301693973\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.14567 (-3.04638%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 4.781650137233724,
+ "score-diff": "0.14566712029399387",
+ "score-diff-perc": "+3.14210%",
+ "tooltip": "score = 4.781650137233724\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.14567 (+3.14210%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1015536,11 +1015536,11 @@
21,
27
),
- "score": 40.1548342443101,
- "score-diff": "4.2398274416109345",
- "score-diff-perc": "+11.80517%",
- "tooltip": "score = 40.1548342443101\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +4.23983 (+11.80517%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 40.30660733627733,
+ "score-diff": "4.391600533578163",
+ "score-diff-perc": "+12.22776%",
+ "tooltip": "score = 40.30660733627733\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +4.39160 (+12.22776%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1015562,11 +1015562,11 @@
21,
27
),
- "score": 40.30660733627733,
- "score-diff": "0.15177309196722888",
- "score-diff-perc": "+0.37797%",
- "tooltip": "score = 40.30660733627733\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.15177 (+0.37797%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 35.77245540387432,
+ "score-diff": "-4.534151932403013",
+ "score-diff-perc": "-11.24915%",
+ "tooltip": "score = 35.77245540387432\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.53415 (-11.24915%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1015588,11 +1015588,11 @@
21,
27
),
- "score": 35.77245540387432,
- "score-diff": "-4.534151932403013",
- "score-diff-perc": "-11.24915%",
- "tooltip": "score = 35.77245540387432\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.53415 (-11.24915%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 40.1548342443101,
+ "score-diff": "4.382378840435784",
+ "score-diff-perc": "+12.25071%",
+ "tooltip": "score = 40.1548342443101\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +4.38238 (+12.25071%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1015615,9 +1015615,9 @@
32
),
"score": 33.826199086142324,
- "score-diff": "-1.9462563177319936",
- "score-diff-perc": "-5.44066%",
- "tooltip": "score = 33.826199086142324\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -1.94626 (-5.44066%)",
+ "score-diff": "-6.328635158167778",
+ "score-diff-perc": "-15.76058%",
+ "tooltip": "score = 33.826199086142324\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -6.32864 (-15.76058%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1020060,11 +1020060,11 @@
19,
52
),
- "score": 29.213861743309682,
- "score-diff": "0.3043909008410637",
- "score-diff-perc": "+1.05291%",
- "tooltip": "score = 29.213861743309682\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.30439 (+1.05291%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 28.580182129320153,
+ "score-diff": "-0.32928871314846475",
+ "score-diff-perc": "-1.13903%",
+ "tooltip": "score = 28.580182129320153\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.32929 (-1.13903%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1020086,11 +1020086,11 @@
19,
52
),
- "score": 28.580182129320153,
- "score-diff": "-0.6336796139895284",
- "score-diff-perc": "-2.16911%",
- "tooltip": "score = 28.580182129320153\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.63368 (-2.16911%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 29.213861743309682,
+ "score-diff": "0.6336796139895284",
+ "score-diff-perc": "+2.21720%",
+ "tooltip": "score = 29.213861743309682\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.63368 (+2.21720%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1021627,11 +1021627,11 @@
21,
27
),
- "score": 0.15791372365957512,
- "score-diff": "-0.07200110688447134",
- "score-diff-perc": "-31.31643%",
- "tooltip": "score = 0.15791372365957512\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.07200 (-31.31643%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.1578637286763569,
+ "score-diff": "-0.07205110186768957",
+ "score-diff-perc": "-31.33817%",
+ "tooltip": "score = 0.1578637286763569\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.07205 (-31.33817%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1021653,11 +1021653,11 @@
21,
27
),
- "score": 0.1578637286763569,
- "score-diff": "-4.999498321822671e-05",
- "score-diff-perc": "-0.03166%",
- "tooltip": "score = 0.1578637286763569\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00005 (-0.03166%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.15785943563166657,
+ "score-diff": "-4.293044690323322e-06",
+ "score-diff-perc": "-0.00272%",
+ "tooltip": "score = 0.15785943563166657\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00000 (-0.00272%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1021679,11 +1021679,11 @@
21,
27
),
- "score": 0.15785943563166657,
- "score-diff": "-4.293044690323322e-06",
- "score-diff-perc": "-0.00272%",
- "tooltip": "score = 0.15785943563166657\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00000 (-0.00272%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.15791372365957512,
+ "score-diff": "5.428802790855003e-05",
+ "score-diff-perc": "+0.03439%",
+ "tooltip": "score = 0.15791372365957512\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00005 (+0.03439%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1021706,9 +1021706,9 @@
32
),
"score": 0.22963537946406276,
- "score-diff": "0.07177594383239619",
- "score-diff-perc": "+45.46826%",
- "tooltip": "score = 0.22963537946406276\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.07178 (+45.46826%)",
+ "score-diff": "0.07172165580448764",
+ "score-diff-perc": "+45.41825%",
+ "tooltip": "score = 0.22963537946406276\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.07172 (+45.41825%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1026151,11 +1026151,11 @@
19,
52
),
- "score": 0.3537483194346171,
- "score-diff": "0.00041446830499930476",
- "score-diff-perc": "+0.11730%",
- "tooltip": "score = 0.3537483194346171\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00041 (+0.11730%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.35306456308357276,
+ "score-diff": "-0.0002692880460450353",
+ "score-diff-perc": "-0.07621%",
+ "tooltip": "score = 0.35306456308357276\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00027 (-0.07621%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1026177,11 +1026177,11 @@
19,
52
),
- "score": 0.35306456308357276,
- "score-diff": "-0.0006837563510443401",
- "score-diff-perc": "-0.19329%",
- "tooltip": "score = 0.35306456308357276\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00068 (-0.19329%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.3537483194346171,
+ "score-diff": "0.0006837563510443401",
+ "score-diff-perc": "+0.19366%",
+ "tooltip": "score = 0.3537483194346171\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00068 (+0.19366%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1027718,11 +1027718,11 @@
21,
27
),
- "score": 0.087005562591015,
- "score-diff": "-0.014430434998775707",
- "score-diff-perc": "-14.22615%",
- "tooltip": "score = 0.087005562591015\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01443 (-14.22615%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.08717731735756871,
+ "score-diff": "-0.014258680232221987",
+ "score-diff-perc": "-14.05682%",
+ "tooltip": "score = 0.08717731735756871\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01426 (-14.05682%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1027744,11 +1027744,11 @@
21,
27
),
- "score": 0.08717731735756871,
- "score-diff": "0.00017175476655371946",
- "score-diff-perc": "+0.19741%",
- "tooltip": "score = 0.08717731735756871\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00017 (+0.19741%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.08697507702558094,
+ "score-diff": "-0.0002022403319877769",
+ "score-diff-perc": "-0.23199%",
+ "tooltip": "score = 0.08697507702558094\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00020 (-0.23199%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1027770,11 +1027770,11 @@
21,
27
),
- "score": 0.08697507702558094,
- "score-diff": "-0.0002022403319877769",
- "score-diff-perc": "-0.23199%",
- "tooltip": "score = 0.08697507702558094\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00020 (-0.23199%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.087005562591015,
+ "score-diff": "3.048556543405745e-05",
+ "score-diff-perc": "+0.03505%",
+ "tooltip": "score = 0.087005562591015\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00003 (+0.03505%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1027797,9 +1027797,9 @@
32
),
"score": 0.10124254803038539,
- "score-diff": "0.014267471004804452",
- "score-diff-perc": "+16.40409%",
- "tooltip": "score = 0.10124254803038539\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.01427 (+16.40409%)",
+ "score-diff": "0.014236985439370395",
+ "score-diff-perc": "+16.36330%",
+ "tooltip": "score = 0.10124254803038539\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.01424 (+16.36330%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1032242,11 +1032242,11 @@
19,
52
),
- "score": 0.07020028735309913,
- "score-diff": "0.00022821248779301972",
- "score-diff-perc": "+0.32615%",
- "tooltip": "score = 0.07020028735309913\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00023 (+0.32615%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.07021493526633708,
+ "score-diff": "0.00024286040103096984",
+ "score-diff-perc": "+0.34708%",
+ "tooltip": "score = 0.07021493526633708\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00024 (+0.34708%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1032268,11 +1032268,11 @@
19,
52
),
- "score": 0.07021493526633708,
- "score-diff": "1.4647913237950116e-05",
- "score-diff-perc": "+0.02087%",
- "tooltip": "score = 0.07021493526633708\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00001 (+0.02087%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.07020028735309913,
+ "score-diff": "-1.4647913237950116e-05",
+ "score-diff-perc": "-0.02086%",
+ "tooltip": "score = 0.07020028735309913\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00001 (-0.02086%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1033809,11 +1033809,11 @@
21,
27
),
- "score": 5.052238741350962,
- "score-diff": "-1.976945224946543",
- "score-diff-perc": "-28.12482%",
- "tooltip": "score = 5.052238741350962\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.97695 (-28.12482%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 5.199811089771569,
+ "score-diff": "-1.8293728765259356",
+ "score-diff-perc": "-26.02539%",
+ "tooltip": "score = 5.199811089771569\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.82937 (-26.02539%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1033835,11 +1033835,11 @@
21,
27
),
- "score": 5.199811089771569,
- "score-diff": "0.1475723484206073",
- "score-diff-perc": "+2.92093%",
- "tooltip": "score = 5.199811089771569\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.14757 (+2.92093%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 5.020872741894582,
+ "score-diff": "-0.17893834787698726",
+ "score-diff-perc": "-3.44125%",
+ "tooltip": "score = 5.020872741894582\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.17894 (-3.44125%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1033861,11 +1033861,11 @@
21,
27
),
- "score": 5.020872741894582,
- "score-diff": "-0.17893834787698726",
- "score-diff-perc": "-3.44125%",
- "tooltip": "score = 5.020872741894582\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.17894 (-3.44125%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 5.052238741350962,
+ "score-diff": "0.03136599945637997",
+ "score-diff-perc": "+0.62471%",
+ "tooltip": "score = 5.052238741350962\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.03137 (+0.62471%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1033888,9 +1033888,9 @@
32
),
"score": 7.489571321292391,
- "score-diff": "2.4686985793978087",
- "score-diff-perc": "+49.16871%",
- "tooltip": "score = 7.489571321292391\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.46870 (+49.16871%)",
+ "score-diff": "2.4373325799414287",
+ "score-diff-perc": "+48.24262%",
+ "tooltip": "score = 7.489571321292391\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.43733 (+48.24262%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1038333,11 +1038333,11 @@
19,
52
),
- "score": 4.612352674342891,
- "score-diff": "0.06945361130415328",
- "score-diff-perc": "+1.52884%",
- "tooltip": "score = 4.612352674342891\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.06945 (+1.52884%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 4.258808412013463,
+ "score-diff": "-0.2840906510252754",
+ "score-diff-perc": "-6.25351%",
+ "tooltip": "score = 4.258808412013463\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.28409 (-6.25351%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1038359,11 +1038359,11 @@
19,
52
),
- "score": 4.258808412013463,
- "score-diff": "-0.3535442623294287",
- "score-diff-perc": "-7.66516%",
- "tooltip": "score = 4.258808412013463\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.35354 (-7.66516%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 4.612352674342891,
+ "score-diff": "0.3535442623294287",
+ "score-diff-perc": "+8.30148%",
+ "tooltip": "score = 4.612352674342891\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.35354 (+8.30148%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1039900,11 +1039900,11 @@
21,
27
),
- "score": 29.369828948220064,
- "score-diff": "0.34968432359169555",
- "score-diff-perc": "+1.20497%",
- "tooltip": "score = 29.369828948220064\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.34968 (+1.20497%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 27.995719812709126,
+ "score-diff": "-1.0244248119192427",
+ "score-diff-perc": "-3.53005%",
+ "tooltip": "score = 27.995719812709126\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.02442 (-3.53005%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1039926,11 +1039926,11 @@
21,
27
),
- "score": 27.995719812709126,
- "score-diff": "-1.3741091355109383",
- "score-diff-perc": "-4.67864%",
- "tooltip": "score = 27.995719812709126\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.37411 (-4.67864%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 27.815179557631875,
+ "score-diff": "-0.18054025507725058",
+ "score-diff-perc": "-0.64489%",
+ "tooltip": "score = 27.815179557631875\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.18054 (-0.64489%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1039952,11 +1039952,11 @@
21,
27
),
- "score": 27.815179557631875,
- "score-diff": "-0.18054025507725058",
- "score-diff-perc": "-0.64489%",
- "tooltip": "score = 27.815179557631875\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.18054 (-0.64489%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 29.369828948220064,
+ "score-diff": "1.5546493905881889",
+ "score-diff-perc": "+5.58921%",
+ "tooltip": "score = 29.369828948220064\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.55465 (+5.58921%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1039979,9 +1039979,9 @@
32
),
"score": 30.19150017666667,
- "score-diff": "2.376320619034793",
- "score-diff-perc": "+8.54325%",
- "tooltip": "score = 30.19150017666667\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.37632 (+8.54325%)",
+ "score-diff": "0.8216712284466041",
+ "score-diff-perc": "+2.79767%",
+ "tooltip": "score = 30.19150017666667\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.82167 (+2.79767%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1044424,11 +1044424,11 @@
19,
52
),
- "score": 28.816386953205125,
- "score-diff": "-3.2725960854820713",
- "score-diff-perc": "-10.19850%",
- "tooltip": "score = 28.816386953205125\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.27260 (-10.19850%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 27.79616632345113,
+ "score-diff": "-4.292816715236068",
+ "score-diff-perc": "-13.37785%",
+ "tooltip": "score = 27.79616632345113\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -4.29282 (-13.37785%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1044450,11 +1044450,11 @@
19,
52
),
- "score": 27.79616632345113,
- "score-diff": "-1.0202206297539966",
- "score-diff-perc": "-3.54042%",
- "tooltip": "score = 27.79616632345113\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.02022 (-3.54042%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 28.816386953205125,
+ "score-diff": "1.0202206297539966",
+ "score-diff-perc": "+3.67036%",
+ "tooltip": "score = 28.816386953205125\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.02022 (+3.67036%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1045991,11 +1045991,11 @@
21,
27
),
- "score": 4.654026445114628e-05,
- "score-diff": "-3.97406588900066e-05",
- "score-diff-perc": "-46.05961%",
- "tooltip": "score = 4.654026445114628e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00004 (-46.05961%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 4.672887517056426e-05,
+ "score-diff": "-3.955204817058862e-05",
+ "score-diff-perc": "-45.84101%",
+ "tooltip": "score = 4.672887517056426e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00004 (-45.84101%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1046017,11 +1046017,11 @@
21,
27
),
- "score": 4.672887517056426e-05,
- "score-diff": "1.8861071941797498e-07",
- "score-diff-perc": "+0.40526%",
- "tooltip": "score = 4.672887517056426e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00000 (+0.40526%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 4.523600473558707e-05,
+ "score-diff": "-1.492870434977187e-06",
+ "score-diff-perc": "-3.19475%",
+ "tooltip": "score = 4.523600473558707e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00000 (-3.19475%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1046043,11 +1046043,11 @@
21,
27
),
- "score": 4.523600473558707e-05,
- "score-diff": "-1.492870434977187e-06",
- "score-diff-perc": "-3.19475%",
- "tooltip": "score = 4.523600473558707e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00000 (-3.19475%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 4.654026445114628e-05,
+ "score-diff": "1.304259715559212e-06",
+ "score-diff-perc": "+2.88323%",
+ "tooltip": "score = 4.654026445114628e-05\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00000 (+2.88323%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1046070,9 +1046070,9 @@
32
),
"score": 7.575435432873385e-05,
- "score-diff": "3.0518349593146784e-05",
- "score-diff-perc": "+67.46473%",
- "tooltip": "score = 7.575435432873385e-05\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00003 (+67.46473%)",
+ "score-diff": "2.9214089877587572e-05",
+ "score-diff-perc": "+62.77165%",
+ "tooltip": "score = 7.575435432873385e-05\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00003 (+62.77165%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1050515,11 +1050515,11 @@
19,
52
),
- "score": 9.495602243740792e-05,
- "score-diff": "-4.263514556481526e-08",
- "score-diff-perc": "-0.04488%",
- "tooltip": "score = 9.495602243740792e-05\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00000 (-0.04488%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 9.214928377687475e-05,
+ "score-diff": "-2.849373806097986e-06",
+ "score-diff-perc": "-2.99938%",
+ "tooltip": "score = 9.214928377687475e-05\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00000 (-2.99938%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1050541,11 +1050541,11 @@
19,
52
),
- "score": 9.214928377687475e-05,
- "score-diff": "-2.8067386605331706e-06",
- "score-diff-perc": "-2.95583%",
- "tooltip": "score = 9.214928377687475e-05\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00000 (-2.95583%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 9.495602243740792e-05,
+ "score-diff": "2.8067386605331706e-06",
+ "score-diff-perc": "+3.04586%",
+ "tooltip": "score = 9.495602243740792e-05\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00000 (+3.04586%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1052082,11 +1052082,11 @@
21,
27
),
- "score": 0.08710975480461819,
- "score-diff": "-0.01434617623060773",
- "score-diff-perc": "-14.14030%",
- "tooltip": "score = 0.08710975480461819\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01435 (-14.14030%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.08682388597566983,
+ "score-diff": "-0.014632045059556092",
+ "score-diff-perc": "-14.42207%",
+ "tooltip": "score = 0.08682388597566983\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01463 (-14.42207%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1052108,11 +1052108,11 @@
21,
27
),
- "score": 0.08682388597566983,
- "score-diff": "-0.00028586882894836296",
- "score-diff-perc": "-0.32817%",
- "tooltip": "score = 0.08682388597566983\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00029 (-0.32817%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.08682144498932426,
+ "score-diff": "-2.440986345567109e-06",
+ "score-diff-perc": "-0.00281%",
+ "tooltip": "score = 0.08682144498932426\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00000 (-0.00281%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1052134,11 +1052134,11 @@
21,
27
),
- "score": 0.08682144498932426,
- "score-diff": "-2.440986345567109e-06",
- "score-diff-perc": "-0.00281%",
- "tooltip": "score = 0.08682144498932426\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00000 (-0.00281%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.08710975480461819,
+ "score-diff": "0.00028830981529393007",
+ "score-diff-perc": "+0.33207%",
+ "tooltip": "score = 0.08710975480461819\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00029 (+0.33207%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1052161,9 +1052161,9 @@
32
),
"score": 0.10136817074406416,
- "score-diff": "0.014546725754739906",
- "score-diff-perc": "+16.75476%",
- "tooltip": "score = 0.10136817074406416\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.01455 (+16.75476%)",
+ "score-diff": "0.014258415939445976",
+ "score-diff-perc": "+16.36833%",
+ "tooltip": "score = 0.10136817074406416\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.01426 (+16.36833%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1056606,11 +1056606,11 @@
19,
52
),
- "score": 0.0702436144917397,
- "score-diff": "0.00016245140932344415",
- "score-diff-perc": "+0.23180%",
- "tooltip": "score = 0.0702436144917397\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00016 (+0.23180%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.07007824666628513,
+ "score-diff": "-2.9164161311212577e-06",
+ "score-diff-perc": "-0.00416%",
+ "tooltip": "score = 0.07007824666628513\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00000 (-0.00416%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1056632,11 +1056632,11 @@
19,
52
),
- "score": 0.07007824666628513,
- "score-diff": "-0.0001653678254545654",
- "score-diff-perc": "-0.23542%",
- "tooltip": "score = 0.07007824666628513\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00017 (-0.23542%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.0702436144917397,
+ "score-diff": "0.0001653678254545654",
+ "score-diff-perc": "+0.23598%",
+ "tooltip": "score = 0.0702436144917397\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00017 (+0.23598%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1058173,11 +1058173,11 @@
21,
27
),
- "score": 0.08487681710622759,
- "score-diff": "-0.26916390059560424",
- "score-diff-perc": "-76.02626%",
- "tooltip": "score = 0.08487681710622759\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.26916 (-76.02626%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.09099645158016195,
+ "score-diff": "-0.26304426612166987",
+ "score-diff-perc": "-74.29774%",
+ "tooltip": "score = 0.09099645158016195\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.26304 (-74.29774%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1058199,11 +1058199,11 @@
21,
27
),
- "score": 0.09099645158016195,
- "score-diff": "0.006119634473934363",
- "score-diff-perc": "+7.21002%",
- "tooltip": "score = 0.09099645158016195\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00612 (+7.21002%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.09886469444888217,
+ "score-diff": "0.007868242868720218",
+ "score-diff-perc": "+8.64676%",
+ "tooltip": "score = 0.09886469444888217\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00787 (+8.64676%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1058225,11 +1058225,11 @@
21,
27
),
- "score": 0.09886469444888217,
- "score-diff": "0.007868242868720218",
- "score-diff-perc": "+8.64676%",
- "tooltip": "score = 0.09886469444888217\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00787 (+8.64676%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.08487681710622759,
+ "score-diff": "-0.013987877342654581",
+ "score-diff-perc": "-14.14851%",
+ "tooltip": "score = 0.08487681710622759\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01399 (-14.14851%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1058252,9 +1058252,9 @@
32
),
"score": 0.29458501623020544,
- "score-diff": "0.19572032178132326",
- "score-diff-perc": "+197.96786%",
- "tooltip": "score = 0.29458501623020544\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.19572 (+197.96786%)",
+ "score-diff": "0.20970819912397787",
+ "score-diff-perc": "+247.07359%",
+ "tooltip": "score = 0.29458501623020544\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.20971 (+247.07359%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1062697,11 +1062697,11 @@
19,
52
),
- "score": 0.24904067294586374,
- "score-diff": "0.046651983581868284",
- "score-diff-perc": "+23.05069%",
- "tooltip": "score = 0.24904067294586374\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.04665 (+23.05069%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.20399262538719828,
+ "score-diff": "0.0016039360232028288",
+ "score-diff-perc": "+0.79250%",
+ "tooltip": "score = 0.20399262538719828\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00160 (+0.79250%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1062723,11 +1062723,11 @@
19,
52
),
- "score": 0.20399262538719828,
- "score-diff": "-0.045048047558665455",
- "score-diff-perc": "-18.08863%",
- "tooltip": "score = 0.20399262538719828\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.04505 (-18.08863%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.24904067294586374,
+ "score-diff": "0.045048047558665455",
+ "score-diff-perc": "+22.08317%",
+ "tooltip": "score = 0.24904067294586374\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.04505 (+22.08317%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1064238,11 +1064238,11 @@
21,
27
),
- "score": 0.027744913805397575,
- "score-diff": "-0.0017032293829836627",
- "score-diff-perc": "-5.78383%",
- "tooltip": "score = 0.027744913805397575\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00170 (-5.78383%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.02811920972542396,
+ "score-diff": "-0.0013289334629572776",
+ "score-diff-perc": "-4.51279%",
+ "tooltip": "score = 0.02811920972542396\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00133 (-4.51279%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1064264,11 +1064264,11 @@
21,
27
),
- "score": 0.02811920972542396,
- "score-diff": "0.0003742959200263851",
- "score-diff-perc": "+1.34906%",
- "tooltip": "score = 0.02811920972542396\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00037 (+1.34906%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.02807732556199552,
+ "score-diff": "-4.18841634284399e-05",
+ "score-diff-perc": "-0.14895%",
+ "tooltip": "score = 0.02807732556199552\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00004 (-0.14895%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1064290,11 +1064290,11 @@
21,
27
),
- "score": 0.02807732556199552,
- "score-diff": "-4.18841634284399e-05",
- "score-diff-perc": "-0.14895%",
- "tooltip": "score = 0.02807732556199552\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00004 (-0.14895%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.027744913805397575,
+ "score-diff": "-0.0003324117565979452",
+ "score-diff-perc": "-1.18392%",
+ "tooltip": "score = 0.027744913805397575\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00033 (-1.18392%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1064317,9 +1064317,9 @@
32
),
"score": 0.029369185486390722,
- "score-diff": "0.0012918599243952021",
- "score-diff-perc": "+4.60108%",
- "tooltip": "score = 0.029369185486390722\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00129 (+4.60108%)",
+ "score-diff": "0.0016242716809931473",
+ "score-diff-perc": "+5.85430%",
+ "tooltip": "score = 0.029369185486390722\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00162 (+5.85430%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1068762,11 +1068762,11 @@
19,
52
),
- "score": 0.029096565715940634,
- "score-diff": "0.00014658656107098544",
- "score-diff-perc": "+0.50634%",
- "tooltip": "score = 0.029096565715940634\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00015 (+0.50634%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.028876156049666656,
+ "score-diff": "-7.382310520299279e-05",
+ "score-diff-perc": "-0.25500%",
+ "tooltip": "score = 0.028876156049666656\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00007 (-0.25500%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1068788,11 +1068788,11 @@
19,
52
),
- "score": 0.028876156049666656,
- "score-diff": "-0.00022040966627397823",
- "score-diff-perc": "-0.75751%",
- "tooltip": "score = 0.028876156049666656\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00022 (-0.75751%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.029096565715940634,
+ "score-diff": "0.00022040966627397823",
+ "score-diff-perc": "+0.76329%",
+ "tooltip": "score = 0.029096565715940634\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00022 (+0.76329%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1070329,11 +1070329,11 @@
21,
27
),
- "score": 8.278285559469497,
- "score-diff": "2.0724177111669375",
- "score-diff-perc": "+33.39449%",
- "tooltip": "score = 8.278285559469497\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.07242 (+33.39449%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 8.705384290817664,
+ "score-diff": "2.4995164425151044",
+ "score-diff-perc": "+40.27666%",
+ "tooltip": "score = 8.705384290817664\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.49952 (+40.27666%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1070355,11 +1070355,11 @@
21,
27
),
- "score": 8.705384290817664,
- "score-diff": "0.4270987313481669",
- "score-diff-perc": "+5.15927%",
- "tooltip": "score = 8.705384290817664\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.42710 (+5.15927%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 8.411517192633388,
+ "score-diff": "-0.2938670981842755",
+ "score-diff-perc": "-3.37569%",
+ "tooltip": "score = 8.411517192633388\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.29387 (-3.37569%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1070381,11 +1070381,11 @@
21,
27
),
- "score": 8.411517192633388,
- "score-diff": "-0.2938670981842755",
- "score-diff-perc": "-3.37569%",
- "tooltip": "score = 8.411517192633388\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.29387 (-3.37569%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 8.278285559469497,
+ "score-diff": "-0.13323163316389142",
+ "score-diff-perc": "-1.58392%",
+ "tooltip": "score = 8.278285559469497\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.13323 (-1.58392%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1070408,9 +1070408,9 @@
32
),
"score": 6.059479724110914,
- "score-diff": "-2.3520374685224743",
- "score-diff-perc": "-27.96211%",
- "tooltip": "score = 6.059479724110914\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -2.35204 (-27.96211%)",
+ "score-diff": "-2.218805835358583",
+ "score-diff-perc": "-26.80272%",
+ "tooltip": "score = 6.059479724110914\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -2.21881 (-26.80272%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1074853,11 +1074853,11 @@
19,
52
),
- "score": 0.7323905171947365,
- "score-diff": "0.0010214583370338204",
- "score-diff-perc": "+0.13966%",
- "tooltip": "score = 0.7323905171947365\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00102 (+0.13966%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.7332365572538144,
+ "score-diff": "0.0018674983961117775",
+ "score-diff-perc": "+0.25534%",
+ "tooltip": "score = 0.7332365572538144\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00187 (+0.25534%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1074879,11 +1074879,11 @@
19,
52
),
- "score": 0.7332365572538144,
- "score-diff": "0.0008460400590779571",
- "score-diff-perc": "+0.11552%",
- "tooltip": "score = 0.7332365572538144\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00085 (+0.11552%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.7323905171947365,
+ "score-diff": "-0.0008460400590779571",
+ "score-diff-perc": "-0.11538%",
+ "tooltip": "score = 0.7323905171947365\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00085 (-0.11538%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1076420,11 +1076420,11 @@
21,
27
),
- "score": 0.08694932926454524,
- "score-diff": "-0.014287303195539128",
- "score-diff-perc": "-14.11278%",
- "tooltip": "score = 0.08694932926454524\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01429 (-14.11278%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.08713303018182483,
+ "score-diff": "-0.014103602278259533",
+ "score-diff-perc": "-13.93132%",
+ "tooltip": "score = 0.08713303018182483\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01410 (-13.93132%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1076446,11 +1076446,11 @@
21,
27
),
- "score": 0.08713303018182483,
- "score-diff": "0.00018370091727959448",
- "score-diff-perc": "+0.21127%",
- "tooltip": "score = 0.08713303018182483\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00018 (+0.21127%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.08739770328067283,
+ "score-diff": "0.0002646730988479923",
+ "score-diff-perc": "+0.30376%",
+ "tooltip": "score = 0.08739770328067283\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00026 (+0.30376%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1076472,11 +1076472,11 @@
21,
27
),
- "score": 0.08739770328067283,
- "score-diff": "0.0002646730988479923",
- "score-diff-perc": "+0.30376%",
- "tooltip": "score = 0.08739770328067283\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00026 (+0.30376%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.08694932926454524,
+ "score-diff": "-0.00044837401612758676",
+ "score-diff-perc": "-0.51303%",
+ "tooltip": "score = 0.08694932926454524\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00045 (-0.51303%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1076499,9 +1076499,9 @@
32
),
"score": 0.10149374428742342,
- "score-diff": "0.01409604100675059",
- "score-diff-perc": "+16.12862%",
- "tooltip": "score = 0.10149374428742342\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.01410 (+16.12862%)",
+ "score-diff": "0.014544415022878177",
+ "score-diff-perc": "+16.72746%",
+ "tooltip": "score = 0.10149374428742342\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.01454 (+16.72746%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1080944,11 +1080944,11 @@
19,
52
),
- "score": 0.07048991548828601,
- "score-diff": "-0.0002782722479115346",
- "score-diff-perc": "-0.39322%",
- "tooltip": "score = 0.07048991548828601\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00028 (-0.39322%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.07003331498408619,
+ "score-diff": "-0.0007348727521113568",
+ "score-diff-perc": "-1.03842%",
+ "tooltip": "score = 0.07003331498408619\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00073 (-1.03842%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1080970,11 +1080970,11 @@
19,
52
),
- "score": 0.07003331498408619,
- "score-diff": "-0.00045660050419982223",
- "score-diff-perc": "-0.64775%",
- "tooltip": "score = 0.07003331498408619\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00046 (-0.64775%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.07048991548828601,
+ "score-diff": "0.00045660050419982223",
+ "score-diff-perc": "+0.65198%",
+ "tooltip": "score = 0.07048991548828601\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00046 (+0.65198%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1082511,11 +1082511,11 @@
21,
27
),
- "score": 6.862538924574268,
- "score-diff": "-4.081746378655326",
- "score-diff-perc": "-37.29569%",
- "tooltip": "score = 6.862538924574268\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.08175 (-37.29569%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 6.8083335526058235,
+ "score-diff": "-4.13595175062377",
+ "score-diff-perc": "-37.79097%",
+ "tooltip": "score = 6.8083335526058235\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.13595 (-37.79097%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1082537,11 +1082537,11 @@
21,
27
),
- "score": 6.8083335526058235,
- "score-diff": "-0.054205371968444105",
- "score-diff-perc": "-0.78987%",
- "tooltip": "score = 6.8083335526058235\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.05421 (-0.78987%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 6.6284127727781375,
+ "score-diff": "-0.17992077982768606",
+ "score-diff-perc": "-2.64266%",
+ "tooltip": "score = 6.6284127727781375\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.17992 (-2.64266%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1082563,11 +1082563,11 @@
21,
27
),
- "score": 6.6284127727781375,
- "score-diff": "-0.17992077982768606",
- "score-diff-perc": "-2.64266%",
- "tooltip": "score = 6.6284127727781375\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.17992 (-2.64266%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 6.862538924574268,
+ "score-diff": "0.23412615179613017",
+ "score-diff-perc": "+3.53216%",
+ "tooltip": "score = 6.862538924574268\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.23413 (+3.53216%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1082590,9 +1082590,9 @@
32
),
"score": 11.417406379403014,
- "score-diff": "4.788993606624876",
- "score-diff-perc": "+72.24948%",
- "tooltip": "score = 11.417406379403014\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +4.78899 (+72.24948%)",
+ "score-diff": "4.554867454828746",
+ "score-diff-perc": "+66.37292%",
+ "tooltip": "score = 11.417406379403014\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +4.55487 (+66.37292%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1087035,11 +1087035,11 @@
19,
52
),
- "score": 4.096640182723916,
- "score-diff": "-0.030839946681087582",
- "score-diff-perc": "-0.74719%",
- "tooltip": "score = 4.096640182723916\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.03084 (-0.74719%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 4.1280439931581965,
+ "score-diff": "0.0005638637531930613",
+ "score-diff-perc": "+0.01366%",
+ "tooltip": "score = 4.1280439931581965\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00056 (+0.01366%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1087061,11 +1087061,11 @@
19,
52
),
- "score": 4.1280439931581965,
- "score-diff": "0.03140381043428064",
- "score-diff-perc": "+0.76657%",
- "tooltip": "score = 4.1280439931581965\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.03140 (+0.76657%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 4.096640182723916,
+ "score-diff": "-0.03140381043428064",
+ "score-diff-perc": "-0.76074%",
+ "tooltip": "score = 4.096640182723916\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.03140 (-0.76074%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1088602,11 +1088602,11 @@
21,
27
),
- "score": 36.44810103212851,
- "score-diff": "1.2475212763145578",
- "score-diff-perc": "+3.54404%",
- "tooltip": "score = 36.44810103212851\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.24752 (+3.54404%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 36.849173270300106,
+ "score-diff": "1.6485935144861514",
+ "score-diff-perc": "+4.68343%",
+ "tooltip": "score = 36.849173270300106\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.64859 (+4.68343%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1088628,11 +1088628,11 @@
21,
27
),
- "score": 36.849173270300106,
- "score-diff": "0.40107223817159365",
- "score-diff-perc": "+1.10039%",
- "tooltip": "score = 36.849173270300106\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.40107 (+1.10039%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 38.319693912582494,
+ "score-diff": "1.4705206422823878",
+ "score-diff-perc": "+3.99065%",
+ "tooltip": "score = 38.319693912582494\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.47052 (+3.99065%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1088654,11 +1088654,11 @@
21,
27
),
- "score": 38.319693912582494,
- "score-diff": "1.4705206422823878",
- "score-diff-perc": "+3.99065%",
- "tooltip": "score = 38.319693912582494\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.47052 (+3.99065%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 36.44810103212851,
+ "score-diff": "-1.8715928804539814",
+ "score-diff-perc": "-4.88415%",
+ "tooltip": "score = 36.44810103212851\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.87159 (-4.88415%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1088681,9 +1088681,9 @@
32
),
"score": 35.70077669677871,
- "score-diff": "-2.6189172158037834",
- "score-diff-perc": "-6.83439%",
- "tooltip": "score = 35.70077669677871\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -2.61892 (-6.83439%)",
+ "score-diff": "-0.747324335349802",
+ "score-diff-perc": "-2.05038%",
+ "tooltip": "score = 35.70077669677871\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.74732 (-2.05038%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1093126,11 +1093126,11 @@
19,
52
),
- "score": 29.302789844660197,
- "score-diff": "2.837850233549087",
- "score-diff-perc": "+10.72306%",
- "tooltip": "score = 29.302789844660197\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.83785 (+10.72306%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 26.96876643795581,
+ "score-diff": "0.5038268268447013",
+ "score-diff-perc": "+1.90375%",
+ "tooltip": "score = 26.96876643795581\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.50383 (+1.90375%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1093152,11 +1093152,11 @@
19,
52
),
- "score": 26.96876643795581,
- "score-diff": "-2.334023406704386",
- "score-diff-perc": "-7.96519%",
- "tooltip": "score = 26.96876643795581\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.33402 (-7.96519%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 29.302789844660197,
+ "score-diff": "2.334023406704386",
+ "score-diff-perc": "+8.65454%",
+ "tooltip": "score = 29.302789844660197\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.33402 (+8.65454%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1095759,11 +1095759,11 @@
19,
52
),
- "score": 2.3251060721806054,
- "score-diff": "0.07009590769493235",
- "score-diff-perc": "+3.10845%",
- "tooltip": "score = 2.3251060721806054\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.07010 (+3.10845%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 2.2583223480160415,
+ "score-diff": "0.00331218353036844",
+ "score-diff-perc": "+0.14688%",
+ "tooltip": "score = 2.2583223480160415\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00331 (+0.14688%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1095785,11 +1095785,11 @@
19,
52
),
- "score": 2.2583223480160415,
- "score-diff": "-0.0667837241645639",
- "score-diff-perc": "-2.87229%",
- "tooltip": "score = 2.2583223480160415\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.06678 (-2.87229%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 2.3251060721806054,
+ "score-diff": "0.0667837241645639",
+ "score-diff-perc": "+2.95723%",
+ "tooltip": "score = 2.3251060721806054\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.06678 (+2.95723%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1097300,11 +1097300,11 @@
21,
27
),
- "score": 163.51705732,
- "score-diff": "-119.04195381333335",
- "score-diff-perc": "-42.12994%",
- "tooltip": "score = 163.51705732\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -119.04195 (-42.12994%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 184.26151981818182,
+ "score-diff": "-98.29749131515152",
+ "score-diff-perc": "-34.78831%",
+ "tooltip": "score = 184.26151981818182\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -98.29749 (-34.78831%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1097326,11 +1097326,11 @@
21,
27
),
- "score": 184.26151981818182,
- "score-diff": "20.744462498181832",
- "score-diff-perc": "+12.68642%",
- "tooltip": "score = 184.26151981818182\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +20.74446 (+12.68642%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 179.9934313478261,
+ "score-diff": "-4.268088470355735",
+ "score-diff-perc": "-2.31632%",
+ "tooltip": "score = 179.9934313478261\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.26809 (-2.31632%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1097352,11 +1097352,11 @@
21,
27
),
- "score": 179.9934313478261,
- "score-diff": "-4.268088470355735",
- "score-diff-perc": "-2.31632%",
- "tooltip": "score = 179.9934313478261\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.26809 (-2.31632%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 163.51705732,
+ "score-diff": "-16.476374027826097",
+ "score-diff-perc": "-9.15388%",
+ "tooltip": "score = 163.51705732\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -16.47637 (-9.15388%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1097379,9 +1097379,9 @@
32
),
"score": 282.17411266666664,
- "score-diff": "102.18068131884056",
- "score-diff-perc": "+56.76912%",
- "tooltip": "score = 282.17411266666664\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +102.18068 (+56.76912%)",
+ "score-diff": "118.65705534666665",
+ "score-diff-perc": "+72.56555%",
+ "tooltip": "score = 282.17411266666664\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +118.65706 (+72.56555%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1101824,11 +1101824,11 @@
19,
52
),
- "score": 316.38044292307694,
- "score-diff": "37.76801932307694",
- "score-diff-perc": "+13.55576%",
- "tooltip": "score = 316.38044292307694\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +37.76802 (+13.55576%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 278.02398193333335,
+ "score-diff": "-0.5884416666666539",
+ "score-diff-perc": "-0.21120%",
+ "tooltip": "score = 278.02398193333335\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.58844 (-0.21120%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1101850,11 +1101850,11 @@
19,
52
),
- "score": 278.02398193333335,
- "score-diff": "-38.356460989743596",
- "score-diff-perc": "-12.12352%",
- "tooltip": "score = 278.02398193333335\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -38.35646 (-12.12352%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 316.38044292307694,
+ "score-diff": "38.356460989743596",
+ "score-diff-perc": "+13.79610%",
+ "tooltip": "score = 316.38044292307694\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +38.35646 (+13.79610%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1103502,11 +1103502,11 @@
21,
27
),
- "score": 104.28373275862069,
- "score-diff": "-12.842589549071619",
- "score-diff-perc": "-10.96473%",
- "tooltip": "score = 104.28373275862069\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -12.84259 (-10.96473%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 96.04862171875,
+ "score-diff": "-21.077700588942307",
+ "score-diff-perc": "-17.99570%",
+ "tooltip": "score = 96.04862171875\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -21.07770 (-17.99570%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1103528,11 +1103528,11 @@
21,
27
),
- "score": 96.04862171875,
- "score-diff": "-8.235111039870688",
- "score-diff-perc": "-7.89683%",
- "tooltip": "score = 96.04862171875\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -8.23511 (-7.89683%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 104.24011231034483,
+ "score-diff": "8.191490591594828",
+ "score-diff-perc": "+8.52848%",
+ "tooltip": "score = 104.24011231034483\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +8.19149 (+8.52848%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1103554,11 +1103554,11 @@
21,
27
),
- "score": 104.24011231034483,
- "score-diff": "8.191490591594828",
- "score-diff-perc": "+8.52848%",
- "tooltip": "score = 104.24011231034483\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +8.19149 (+8.52848%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 104.28373275862069,
+ "score-diff": "0.04362044827585976",
+ "score-diff-perc": "+0.04185%",
+ "tooltip": "score = 104.28373275862069\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04362 (+0.04185%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1103581,9 +1103581,9 @@
32
),
"score": 114.12720048148148,
- "score-diff": "9.887088171136654",
- "score-diff-perc": "+9.48492%",
- "tooltip": "score = 114.12720048148148\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +9.88709 (+9.48492%)",
+ "score-diff": "9.843467722860794",
+ "score-diff-perc": "+9.43912%",
+ "tooltip": "score = 114.12720048148148\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +9.84347 (+9.43912%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1108026,11 +1108026,11 @@
19,
52
),
- "score": 119.39424126923078,
- "score-diff": "18.362010602564112",
- "score-diff-perc": "+18.17441%",
- "tooltip": "score = 119.39424126923078\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +18.36201 (+18.17441%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 97.91315167741935,
+ "score-diff": "-3.1190789892473134",
+ "score-diff-perc": "-3.08721%",
+ "tooltip": "score = 97.91315167741935\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.11908 (-3.08721%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1108052,11 +1108052,11 @@
19,
52
),
- "score": 97.91315167741935,
- "score-diff": "-21.481089591811426",
- "score-diff-perc": "-17.99173%",
- "tooltip": "score = 97.91315167741935\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -21.48109 (-17.99173%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 119.39424126923078,
+ "score-diff": "21.481089591811426",
+ "score-diff-perc": "+21.93892%",
+ "tooltip": "score = 119.39424126923078\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +21.48109 (+21.93892%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1109593,11 +1109593,11 @@
21,
27
),
- "score": 39.93956827631579,
- "score-diff": "-19.604280939370483",
- "score-diff-perc": "-32.92411%",
- "tooltip": "score = 39.93956827631579\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -19.60428 (-32.92411%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 46.602670153846155,
+ "score-diff": "-12.941179061840117",
+ "score-diff-perc": "-21.73386%",
+ "tooltip": "score = 46.602670153846155\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -12.94118 (-21.73386%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1109619,11 +1109619,11 @@
21,
27
),
- "score": 46.602670153846155,
- "score-diff": "6.663101877530366",
- "score-diff-perc": "+16.68296%",
- "tooltip": "score = 46.602670153846155\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +6.66310 (+16.68296%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 40.69962614864865,
+ "score-diff": "-5.903044005197508",
+ "score-diff-perc": "-12.66675%",
+ "tooltip": "score = 40.69962614864865\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.90304 (-12.66675%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1109645,11 +1109645,11 @@
21,
27
),
- "score": 40.69962614864865,
- "score-diff": "-5.903044005197508",
- "score-diff-perc": "-12.66675%",
- "tooltip": "score = 40.69962614864865\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.90304 (-12.66675%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 39.93956827631579,
+ "score-diff": "-0.7600578723328582",
+ "score-diff-perc": "-1.86748%",
+ "tooltip": "score = 39.93956827631579\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.76006 (-1.86748%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1109672,9 +1109672,9 @@
32
),
"score": 52.23391822413793,
- "score-diff": "11.534292075489283",
- "score-diff-perc": "+28.34004%",
- "tooltip": "score = 52.23391822413793\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +11.53429 (+28.34004%)",
+ "score-diff": "12.294349947822141",
+ "score-diff-perc": "+30.78238%",
+ "tooltip": "score = 52.23391822413793\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +12.29435 (+30.78238%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1114117,11 +1114117,11 @@
19,
52
),
- "score": 54.17486651785714,
- "score-diff": "0.14584296428571264",
- "score-diff-perc": "+0.26993%",
- "tooltip": "score = 54.17486651785714\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.14584 (+0.26993%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 39.781237434210524,
+ "score-diff": "-14.247786119360903",
+ "score-diff-perc": "-26.37062%",
+ "tooltip": "score = 39.781237434210524\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -14.24779 (-26.37062%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1114143,11 +1114143,11 @@
19,
52
),
- "score": 39.781237434210524,
- "score-diff": "-14.393629083646616",
- "score-diff-perc": "-26.56883%",
- "tooltip": "score = 39.781237434210524\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -14.39363 (-26.56883%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 54.17486651785714,
+ "score-diff": "14.393629083646616",
+ "score-diff-perc": "+36.18195%",
+ "tooltip": "score = 54.17486651785714\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +14.39363 (+36.18195%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1115580,11 +1115580,11 @@
21,
27
),
- "score": 46.75630275384616,
- "score-diff": "15.334449576762825",
- "score-diff-perc": "+48.80186%",
- "tooltip": "score = 46.75630275384616\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +15.33445 (+48.80186%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 26.479242219298246,
+ "score-diff": "-4.942610957785085",
+ "score-diff-perc": "-15.72985%",
+ "tooltip": "score = 26.479242219298246\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.94261 (-15.72985%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1115606,11 +1115606,11 @@
21,
27
),
- "score": 26.479242219298246,
- "score-diff": "-20.27706053454791",
- "score-diff-perc": "-43.36754%",
- "tooltip": "score = 26.479242219298246\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -20.27706 (-43.36754%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 44.30975576470588,
+ "score-diff": "17.830513545407637",
+ "score-diff-perc": "+67.33770%",
+ "tooltip": "score = 44.30975576470588\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +17.83051 (+67.33770%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1115632,11 +1115632,11 @@
21,
27
),
- "score": 44.30975576470588,
- "score-diff": "17.830513545407637",
- "score-diff-perc": "+67.33770%",
- "tooltip": "score = 44.30975576470588\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +17.83051 (+67.33770%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 46.75630275384616,
+ "score-diff": "2.4465469891402734",
+ "score-diff-perc": "+5.52146%",
+ "tooltip": "score = 46.75630275384616\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.44655 (+5.52146%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1115659,9 +1115659,9 @@
32
),
"score": 28.380820188679245,
- "score-diff": "-15.928935576026639",
- "score-diff-perc": "-35.94905%",
- "tooltip": "score = 28.380820188679245\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -15.92894 (-35.94905%)",
+ "score-diff": "-18.375482565166912",
+ "score-diff-perc": "-39.30055%",
+ "tooltip": "score = 28.380820188679245\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -18.37548 (-39.30055%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1120104,11 +1120104,11 @@
19,
52
),
- "score": 24.62907512295082,
- "score-diff": "2.378634100728597",
- "score-diff-perc": "+10.69028%",
- "tooltip": "score = 24.62907512295082\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.37863 (+10.69028%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 21.139175302816902,
+ "score-diff": "-1.1112657194053206",
+ "score-diff-perc": "-4.99435%",
+ "tooltip": "score = 21.139175302816902\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.11127 (-4.99435%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1120130,11 +1120130,11 @@
19,
52
),
- "score": 21.139175302816902,
- "score-diff": "-3.4898998201339175",
- "score-diff-perc": "-14.16984%",
- "tooltip": "score = 21.139175302816902\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.48990 (-14.16984%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 24.62907512295082,
+ "score-diff": "3.4898998201339175",
+ "score-diff-perc": "+16.50916%",
+ "tooltip": "score = 24.62907512295082\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.48990 (+16.50916%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1121567,11 +1121567,11 @@
21,
27
),
- "score": 48.1725733968254,
- "score-diff": "-27.307654653174595",
- "score-diff-perc": "-36.17855%",
- "tooltip": "score = 48.1725733968254\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -27.30765 (-36.17855%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 49.413244901639345,
+ "score-diff": "-26.06698314836065",
+ "score-diff-perc": "-34.53485%",
+ "tooltip": "score = 49.413244901639345\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -26.06698 (-34.53485%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1121593,11 +1121593,11 @@
21,
27
),
- "score": 49.413244901639345,
- "score-diff": "1.240671504813946",
- "score-diff-perc": "+2.57547%",
- "tooltip": "score = 49.413244901639345\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.24067 (+2.57547%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 29.349209436893204,
+ "score-diff": "-20.06403546474614",
+ "score-diff-perc": "-40.60457%",
+ "tooltip": "score = 29.349209436893204\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -20.06404 (-40.60457%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1121619,11 +1121619,11 @@
21,
27
),
- "score": 29.349209436893204,
- "score-diff": "-20.06403546474614",
- "score-diff-perc": "-40.60457%",
- "tooltip": "score = 29.349209436893204\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -20.06404 (-40.60457%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 48.1725733968254,
+ "score-diff": "18.823363959932195",
+ "score-diff-perc": "+64.13585%",
+ "tooltip": "score = 48.1725733968254\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +18.82336 (+64.13585%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1121646,9 +1121646,9 @@
32
),
"score": 27.034799567567568,
- "score-diff": "-2.3144098693256367",
- "score-diff-perc": "-7.88577%",
- "tooltip": "score = 27.034799567567568\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -2.31441 (-7.88577%)",
+ "score-diff": "-21.13777382925783",
+ "score-diff-perc": "-43.87927%",
+ "tooltip": "score = 27.034799567567568\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -21.13777 (-43.87927%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1126091,11 +1126091,11 @@
19,
52
),
- "score": 22.083628639705882,
- "score-diff": "-1.8484017095004681",
- "score-diff-perc": "-7.72355%",
- "tooltip": "score = 22.083628639705882\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.84840 (-7.72355%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 22.15922049264706,
+ "score-diff": "-1.7728098565592916",
+ "score-diff-perc": "-7.40769%",
+ "tooltip": "score = 22.15922049264706\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.77281 (-7.40769%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1126117,11 +1126117,11 @@
19,
52
),
- "score": 22.15922049264706,
- "score-diff": "0.07559185294117654",
- "score-diff-perc": "+0.34230%",
- "tooltip": "score = 22.15922049264706\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.07559 (+0.34230%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 22.083628639705882,
+ "score-diff": "-0.07559185294117654",
+ "score-diff-perc": "-0.34113%",
+ "tooltip": "score = 22.083628639705882\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.07559 (-0.34113%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1127554,11 +1127554,11 @@
21,
27
),
- "score": 48.81686591935484,
- "score-diff": "-64.94775715471924",
- "score-diff-perc": "-57.08959%",
- "tooltip": "score = 48.81686591935484\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -64.94776 (-57.08959%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 72.07513833333333,
+ "score-diff": "-41.68948474074075",
+ "score-diff-perc": "-36.64539%",
+ "tooltip": "score = 72.07513833333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -41.68948 (-36.64539%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1127580,11 +1127580,11 @@
21,
27
),
- "score": 72.07513833333333,
- "score-diff": "23.25827241397849",
- "score-diff-perc": "+47.64393%",
- "tooltip": "score = 72.07513833333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +23.25827 (+47.64393%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 69.82616572093023,
+ "score-diff": "-2.2489726124030938",
+ "score-diff-perc": "-3.12032%",
+ "tooltip": "score = 69.82616572093023\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.24897 (-3.12032%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1127606,11 +1127606,11 @@
21,
27
),
- "score": 69.82616572093023,
- "score-diff": "-2.2489726124030938",
- "score-diff-perc": "-3.12032%",
- "tooltip": "score = 69.82616572093023\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.24897 (-3.12032%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 48.81686591935484,
+ "score-diff": "-21.009299801575395",
+ "score-diff-perc": "-30.08800%",
+ "tooltip": "score = 48.81686591935484\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -21.00930 (-30.08800%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1127633,9 +1127633,9 @@
32
),
"score": 49.21870906557377,
- "score-diff": "-20.607456655356465",
- "score-diff-perc": "-29.51251%",
- "tooltip": "score = 49.21870906557377\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -20.60746 (-29.51251%)",
+ "score-diff": "0.4018431462189298",
+ "score-diff-perc": "+0.82316%",
+ "tooltip": "score = 49.21870906557377\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.40184 (+0.82316%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1132078,11 +1132078,11 @@
19,
52
),
- "score": 40.35901336,
- "score-diff": "-2.5382360828571464",
- "score-diff-perc": "-5.91701%",
- "tooltip": "score = 40.35901336\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.53824 (-5.91701%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 39.37920477922078,
+ "score-diff": "-3.518044663636367",
+ "score-diff-perc": "-8.20110%",
+ "tooltip": "score = 39.37920477922078\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.51804 (-8.20110%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1132104,11 +1132104,11 @@
19,
52
),
- "score": 39.37920477922078,
- "score-diff": "-0.9798085807792205",
- "score-diff-perc": "-2.42773%",
- "tooltip": "score = 39.37920477922078\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.97981 (-2.42773%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 40.35901336,
+ "score-diff": "0.9798085807792205",
+ "score-diff-perc": "+2.48814%",
+ "tooltip": "score = 40.35901336\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.97981 (+2.48814%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1133541,11 +1133541,11 @@
21,
27
),
- "score": 73.58380924390244,
- "score-diff": "-35.20680679181184",
- "score-diff-perc": "-32.36199%",
- "tooltip": "score = 73.58380924390244\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -35.20681 (-32.36199%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 50.95587888135593,
+ "score-diff": "-57.83473715435835",
+ "score-diff-perc": "-53.16151%",
+ "tooltip": "score = 50.95587888135593\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -57.83474 (-53.16151%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1133567,11 +1133567,11 @@
21,
27
),
- "score": 50.95587888135593,
- "score-diff": "-22.627930362546508",
- "score-diff-perc": "-30.75124%",
- "tooltip": "score = 50.95587888135593\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -22.62793 (-30.75124%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 71.77598116666667,
+ "score-diff": "20.82010228531074",
+ "score-diff-perc": "+40.85908%",
+ "tooltip": "score = 71.77598116666667\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +20.82010 (+40.85908%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1133593,11 +1133593,11 @@
21,
27
),
- "score": 71.77598116666667,
- "score-diff": "20.82010228531074",
- "score-diff-perc": "+40.85908%",
- "tooltip": "score = 71.77598116666667\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +20.82010 (+40.85908%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 73.58380924390244,
+ "score-diff": "1.8078280772357687",
+ "score-diff-perc": "+2.51871%",
+ "tooltip": "score = 73.58380924390244\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.80783 (+2.51871%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1133620,9 +1133620,9 @@
32
),
"score": 55.7499445,
- "score-diff": "-16.02603666666667",
- "score-diff-perc": "-22.32785%",
- "tooltip": "score = 55.7499445\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -16.02604 (-22.32785%)",
+ "score-diff": "-17.83386474390244",
+ "score-diff-perc": "-24.23613%",
+ "tooltip": "score = 55.7499445\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -17.83386 (-24.23613%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1138065,11 +1138065,11 @@
19,
52
),
- "score": 44.13679247058823,
- "score-diff": "-0.6712816338893788",
- "score-diff-perc": "-1.49813%",
- "tooltip": "score = 44.13679247058823\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.67128 (-1.49813%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 43.02913051428571,
+ "score-diff": "-1.7789435901919006",
+ "score-diff-perc": "-3.97014%",
+ "tooltip": "score = 43.02913051428571\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.77894 (-3.97014%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1138091,11 +1138091,11 @@
19,
52
),
- "score": 43.02913051428571,
- "score-diff": "-1.1076619563025218",
- "score-diff-perc": "-2.50961%",
- "tooltip": "score = 43.02913051428571\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.10766 (-2.50961%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 44.13679247058823,
+ "score-diff": "1.1076619563025218",
+ "score-diff-perc": "+2.57421%",
+ "tooltip": "score = 44.13679247058823\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.10766 (+2.57421%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1139528,11 +1139528,11 @@
21,
27
),
- "score": 66.7888366,
- "score-diff": "-31.913164012903223",
- "score-diff-perc": "-32.33284%",
- "tooltip": "score = 66.7888366\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -31.91316 (-32.33284%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 46.200706753846156,
+ "score-diff": "-52.501293859057064",
+ "score-diff-perc": "-53.19172%",
+ "tooltip": "score = 46.200706753846156\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -52.50129 (-53.19172%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1139554,11 +1139554,11 @@
21,
27
),
- "score": 46.200706753846156,
- "score-diff": "-20.58812984615384",
- "score-diff-perc": "-30.82571%",
- "tooltip": "score = 46.200706753846156\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -20.58813 (-30.82571%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 44.0800441884058,
+ "score-diff": "-2.1206625654403553",
+ "score-diff-perc": "-4.59011%",
+ "tooltip": "score = 44.0800441884058\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.12066 (-4.59011%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1139580,11 +1139580,11 @@
21,
27
),
- "score": 44.0800441884058,
- "score-diff": "-2.1206625654403553",
- "score-diff-perc": "-4.59011%",
- "tooltip": "score = 44.0800441884058\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.12066 (-4.59011%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 66.7888366,
+ "score-diff": "22.708792411594196",
+ "score-diff-perc": "+51.51717%",
+ "tooltip": "score = 66.7888366\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +22.70879 (+51.51717%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1139607,9 +1139607,9 @@
32
),
"score": 55.803237592592595,
- "score-diff": "11.723193404186794",
- "score-diff-perc": "+26.59524%",
- "tooltip": "score = 55.803237592592595\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +11.72319 (+26.59524%)",
+ "score-diff": "-10.985599007407401",
+ "score-diff-perc": "-16.44826%",
+ "tooltip": "score = 55.803237592592595\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -10.98560 (-16.44826%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1144052,11 +1144052,11 @@
19,
52
),
- "score": 42.03155560273973,
- "score-diff": "0.5722758730099997",
- "score-diff-perc": "+1.38033%",
- "tooltip": "score = 42.03155560273973\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.57228 (+1.38033%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 40.85218108108108,
+ "score-diff": "-0.6070986486486518",
+ "score-diff-perc": "-1.46433%",
+ "tooltip": "score = 40.85218108108108\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.60710 (-1.46433%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1144078,11 +1144078,11 @@
19,
52
),
- "score": 40.85218108108108,
- "score-diff": "-1.1793745216586515",
- "score-diff-perc": "-2.80593%",
- "tooltip": "score = 40.85218108108108\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.17937 (-2.80593%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 42.03155560273973,
+ "score-diff": "1.1793745216586515",
+ "score-diff-perc": "+2.88693%",
+ "tooltip": "score = 42.03155560273973\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.17937 (+2.88693%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1145515,11 +1145515,11 @@
21,
27
),
- "score": 70.83803023255814,
- "score-diff": "-38.35110144601329",
- "score-diff-perc": "-35.12355%",
- "tooltip": "score = 70.83803023255814\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -38.35110 (-35.12355%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 69.43109927272727,
+ "score-diff": "-39.75803240584416",
+ "score-diff-perc": "-36.41208%",
+ "tooltip": "score = 69.43109927272727\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -39.75803 (-36.41208%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1145541,11 +1145541,11 @@
21,
27
),
- "score": 69.43109927272727,
- "score-diff": "-1.4069309598308735",
- "score-diff-perc": "-1.98612%",
- "tooltip": "score = 69.43109927272727\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.40693 (-1.98612%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 69.82980837209303,
+ "score-diff": "0.39870909936576027",
+ "score-diff-perc": "+0.57425%",
+ "tooltip": "score = 69.82980837209303\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.39871 (+0.57425%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1145567,11 +1145567,11 @@
21,
27
),
- "score": 69.82980837209303,
- "score-diff": "0.39870909936576027",
- "score-diff-perc": "+0.57425%",
- "tooltip": "score = 69.82980837209303\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.39871 (+0.57425%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 70.83803023255814,
+ "score-diff": "1.0082218604651132",
+ "score-diff-perc": "+1.44383%",
+ "tooltip": "score = 70.83803023255814\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.00822 (+1.44383%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1145594,9 +1145594,9 @@
32
),
"score": 56.82942524528302,
- "score-diff": "-13.000383126810007",
- "score-diff-perc": "-18.61724%",
- "tooltip": "score = 56.82942524528302\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -13.00038 (-18.61724%)",
+ "score-diff": "-14.00860498727512",
+ "score-diff-perc": "-19.77554%",
+ "tooltip": "score = 56.82942524528302\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -14.00860 (-19.77554%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1150039,11 +1150039,11 @@
19,
52
),
- "score": 43.882968768115944,
- "score-diff": "0.004273696687370432",
- "score-diff-perc": "+0.00974%",
- "tooltip": "score = 43.882968768115944\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00427 (+0.00974%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 44.493725352941176,
+ "score-diff": "0.6150302815126025",
+ "score-diff-perc": "+1.40166%",
+ "tooltip": "score = 44.493725352941176\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.61503 (+1.40166%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1150065,11 +1150065,11 @@
19,
52
),
- "score": 44.493725352941176,
- "score-diff": "0.6107565848252321",
- "score-diff-perc": "+1.39179%",
- "tooltip": "score = 44.493725352941176\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.61076 (+1.39179%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 43.882968768115944,
+ "score-diff": "-0.6107565848252321",
+ "score-diff-perc": "-1.37268%",
+ "tooltip": "score = 43.882968768115944\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.61076 (-1.37268%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1151502,11 +1151502,11 @@
21,
27
),
- "score": 45.209437746268655,
- "score-diff": "-62.48950253944563",
- "score-diff-perc": "-58.02239%",
- "tooltip": "score = 45.209437746268655\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -62.48950 (-58.02239%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 69.12409759090909,
+ "score-diff": "-38.5748426948052",
+ "score-diff-perc": "-35.81729%",
+ "tooltip": "score = 69.12409759090909\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -38.57484 (-35.81729%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1151528,11 +1151528,11 @@
21,
27
),
- "score": 69.12409759090909,
- "score-diff": "23.914659844640433",
- "score-diff-perc": "+52.89749%",
- "tooltip": "score = 69.12409759090909\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +23.91466 (+52.89749%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 79.25252305263157,
+ "score-diff": "10.128425461722486",
+ "score-diff-perc": "+14.65252%",
+ "tooltip": "score = 79.25252305263157\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +10.12843 (+14.65252%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1151554,11 +1151554,11 @@
21,
27
),
- "score": 79.25252305263157,
- "score-diff": "10.128425461722486",
- "score-diff-perc": "+14.65252%",
- "tooltip": "score = 79.25252305263157\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +10.12843 (+14.65252%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 45.209437746268655,
+ "score-diff": "-34.04308530636292",
+ "score-diff-perc": "-42.95521%",
+ "tooltip": "score = 45.209437746268655\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -34.04309 (-42.95521%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1151581,9 +1151581,9 @@
32
),
"score": 53.758608107142855,
- "score-diff": "-25.49391494548872",
- "score-diff-perc": "-32.16795%",
- "tooltip": "score = 53.758608107142855\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -25.49391 (-32.16795%)",
+ "score-diff": "8.5491703608742",
+ "score-diff-perc": "+18.91015%",
+ "tooltip": "score = 53.758608107142855\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +8.54917 (+18.91015%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1156026,11 +1156026,11 @@
19,
52
),
- "score": 44.15060423529412,
- "score-diff": "-0.3057616764705884",
- "score-diff-perc": "-0.68778%",
- "tooltip": "score = 44.15060423529412\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.30576 (-0.68778%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 43.05158591428572,
+ "score-diff": "-1.4047799974789896",
+ "score-diff-perc": "-3.15991%",
+ "tooltip": "score = 43.05158591428572\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.40478 (-3.15991%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1156052,11 +1156052,11 @@
19,
52
),
- "score": 43.05158591428572,
- "score-diff": "-1.0990183210084012",
- "score-diff-perc": "-2.48925%",
- "tooltip": "score = 43.05158591428572\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.09902 (-2.48925%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 44.15060423529412,
+ "score-diff": "1.0990183210084012",
+ "score-diff-perc": "+2.55279%",
+ "tooltip": "score = 44.15060423529412\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.09902 (+2.55279%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1157489,11 +1157489,11 @@
21,
27
),
- "score": 72.68581309523809,
- "score-diff": "-44.19752686630038",
- "score-diff-perc": "-37.81337%",
- "tooltip": "score = 72.68581309523809\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -44.19753 (-37.81337%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 53.07828303508772,
+ "score-diff": "-63.805056926450746",
+ "score-diff-perc": "-54.58867%",
+ "tooltip": "score = 53.07828303508772\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -63.80506 (-54.58867%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1157515,11 +1157515,11 @@
21,
27
),
- "score": 53.07828303508772,
- "score-diff": "-19.607530060150367",
- "score-diff-perc": "-26.97573%",
- "tooltip": "score = 53.07828303508772\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -19.60753 (-26.97573%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 74.16559309756097,
+ "score-diff": "21.08731006247325",
+ "score-diff-perc": "+39.72870%",
+ "tooltip": "score = 74.16559309756097\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +21.08731 (+39.72870%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1157541,11 +1157541,11 @@
21,
27
),
- "score": 74.16559309756097,
- "score-diff": "21.08731006247325",
- "score-diff-perc": "+39.72870%",
- "tooltip": "score = 74.16559309756097\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +21.08731 (+39.72870%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 72.68581309523809,
+ "score-diff": "-1.479780002322883",
+ "score-diff-perc": "-1.99524%",
+ "tooltip": "score = 72.68581309523809\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.47978 (-1.99524%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1157568,9 +1157568,9 @@
32
),
"score": 60.56743726,
- "score-diff": "-13.598155837560974",
- "score-diff-perc": "-18.33486%",
- "tooltip": "score = 60.56743726\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -13.59816 (-18.33486%)",
+ "score-diff": "-12.11837583523809",
+ "score-diff-perc": "-16.67227%",
+ "tooltip": "score = 60.56743726\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -12.11838 (-16.67227%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1162013,11 +1162013,11 @@
19,
52
),
- "score": 45.969627924242424,
- "score-diff": "-1.9163618852813826",
- "score-diff-perc": "-4.00193%",
- "tooltip": "score = 45.969627924242424\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.91636 (-4.00193%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 46.18310241538462,
+ "score-diff": "-1.7028873941391893",
+ "score-diff-perc": "-3.55613%",
+ "tooltip": "score = 46.18310241538462\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.70289 (-3.55613%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1162039,11 +1162039,11 @@
19,
52
),
- "score": 46.18310241538462,
- "score-diff": "0.2134744911421933",
- "score-diff-perc": "+0.46438%",
- "tooltip": "score = 46.18310241538462\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.21347 (+0.46438%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 45.969627924242424,
+ "score-diff": "-0.2134744911421933",
+ "score-diff-perc": "-0.46224%",
+ "tooltip": "score = 45.969627924242424\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.21347 (-0.46224%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1163476,11 +1163476,11 @@
21,
27
),
- "score": 25.150036658333335,
- "score-diff": "-7.216451298655912",
- "score-diff-perc": "-22.29606%",
- "tooltip": "score = 25.150036658333335\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -7.21645 (-22.29606%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 26.244998391304346,
+ "score-diff": "-6.1214895656849",
+ "score-diff-perc": "-18.91305%",
+ "tooltip": "score = 26.244998391304346\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -6.12149 (-18.91305%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1163502,11 +1163502,11 @@
21,
27
),
- "score": 26.244998391304346,
- "score-diff": "1.0949617329710115",
- "score-diff-perc": "+4.35372%",
- "tooltip": "score = 26.244998391304346\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.09496 (+4.35372%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 47.83006026984127,
+ "score-diff": "21.585061878536923",
+ "score-diff-perc": "+82.24448%",
+ "tooltip": "score = 47.83006026984127\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +21.58506 (+82.24448%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1163528,11 +1163528,11 @@
21,
27
),
- "score": 47.83006026984127,
- "score-diff": "21.585061878536923",
- "score-diff-perc": "+82.24448%",
- "tooltip": "score = 47.83006026984127\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +21.58506 (+82.24448%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 25.150036658333335,
+ "score-diff": "-22.680023611507934",
+ "score-diff-perc": "-47.41793%",
+ "tooltip": "score = 25.150036658333335\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -22.68002 (-47.41793%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1163555,9 +1163555,9 @@
32
),
"score": 26.213799565217393,
- "score-diff": "-21.616260704623876",
- "score-diff-perc": "-45.19388%",
- "tooltip": "score = 26.213799565217393\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -21.61626 (-45.19388%)",
+ "score-diff": "1.0637629068840582",
+ "score-diff-perc": "+4.22967%",
+ "tooltip": "score = 26.213799565217393\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.06376 (+4.22967%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1168000,11 +1168000,11 @@
19,
52
),
- "score": 24.504107739837398,
- "score-diff": "3.5551723023373967",
- "score-diff-perc": "+16.97066%",
- "tooltip": "score = 24.504107739837398\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.55517 (+16.97066%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 20.8793918125,
+ "score-diff": "-0.06954362500000144",
+ "score-diff-perc": "-0.33197%",
+ "tooltip": "score = 20.8793918125\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.06954 (-0.33197%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1168026,11 +1168026,11 @@
19,
52
),
- "score": 20.8793918125,
- "score-diff": "-3.624715927337398",
- "score-diff-perc": "-14.79228%",
- "tooltip": "score = 20.8793918125\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.62472 (-14.79228%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 24.504107739837398,
+ "score-diff": "3.624715927337398",
+ "score-diff-perc": "+17.36026%",
+ "tooltip": "score = 24.504107739837398\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.62472 (+17.36026%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1169463,11 +1169463,11 @@
21,
27
),
- "score": 26.110361304347826,
- "score-diff": "-39.389633260869566",
- "score-diff-perc": "-60.13685%",
- "tooltip": "score = 26.110361304347826\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -39.38963 (-60.13685%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 42.029876458333334,
+ "score-diff": "-23.47011810688406",
+ "score-diff-perc": "-35.83224%",
+ "tooltip": "score = 42.029876458333334\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -23.47012 (-35.83224%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1169489,11 +1169489,11 @@
21,
27
),
- "score": 42.029876458333334,
- "score-diff": "15.919515153985508",
- "score-diff-perc": "+60.97011%",
- "tooltip": "score = 42.029876458333334\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +15.91952 (+60.97011%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 44.26894644117647,
+ "score-diff": "2.2390699828431337",
+ "score-diff-perc": "+5.32733%",
+ "tooltip": "score = 44.26894644117647\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.23907 (+5.32733%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1169515,11 +1169515,11 @@
21,
27
),
- "score": 44.26894644117647,
- "score-diff": "2.2390699828431337",
- "score-diff-perc": "+5.32733%",
- "tooltip": "score = 44.26894644117647\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.23907 (+5.32733%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 26.110361304347826,
+ "score-diff": "-18.15858513682864",
+ "score-diff-perc": "-41.01879%",
+ "tooltip": "score = 26.110361304347826\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -18.15859 (-41.01879%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1169542,9 +1169542,9 @@
32
),
"score": 23.894817936507938,
- "score-diff": "-20.37412850466853",
- "score-diff-perc": "-46.02352%",
- "tooltip": "score = 23.894817936507938\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -20.37413 (-46.02352%)",
+ "score-diff": "-2.2155433678398886",
+ "score-diff-perc": "-8.48530%",
+ "tooltip": "score = 23.894817936507938\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -2.21554 (-8.48530%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1173987,11 +1173987,11 @@
19,
52
),
- "score": 20.02599052,
- "score-diff": "-4.2747036170967725",
- "score-diff-perc": "-17.59087%",
- "tooltip": "score = 20.02599052\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -4.27470 (-17.59087%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 19.810716657894737,
+ "score-diff": "-4.489977479202036",
+ "score-diff-perc": "-18.47675%",
+ "tooltip": "score = 19.810716657894737\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -4.48998 (-18.47675%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1174013,11 +1174013,11 @@
19,
52
),
- "score": 19.810716657894737,
- "score-diff": "-0.21527386210526345",
- "score-diff-perc": "-1.07497%",
- "tooltip": "score = 19.810716657894737\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.21527 (-1.07497%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 20.02599052,
+ "score-diff": "0.21527386210526345",
+ "score-diff-perc": "+1.08665%",
+ "tooltip": "score = 20.02599052\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.21527 (+1.08665%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1175450,11 +1175450,11 @@
21,
27
),
- "score": 43.85064111594203,
- "score-diff": "-27.80472907453416",
- "score-diff-perc": "-38.80341%",
- "tooltip": "score = 43.85064111594203\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -27.80473 (-38.80341%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 43.1245627,
+ "score-diff": "-28.530807490476192",
+ "score-diff-perc": "-39.81671%",
+ "tooltip": "score = 43.1245627\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -28.53081 (-39.81671%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1175476,11 +1175476,11 @@
21,
27
),
- "score": 43.1245627,
- "score-diff": "-0.7260784159420339",
- "score-diff-perc": "-1.65580%",
- "tooltip": "score = 43.1245627\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.72608 (-1.65580%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 46.49956292307692,
+ "score-diff": "3.375000223076924",
+ "score-diff-perc": "+7.82617%",
+ "tooltip": "score = 46.49956292307692\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.37500 (+7.82617%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1175502,11 +1175502,11 @@
21,
27
),
- "score": 46.49956292307692,
- "score-diff": "3.375000223076924",
- "score-diff-perc": "+7.82617%",
- "tooltip": "score = 46.49956292307692\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.37500 (+7.82617%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 43.85064111594203,
+ "score-diff": "-2.64892180713489",
+ "score-diff-perc": "-5.69666%",
+ "tooltip": "score = 43.85064111594203\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.64892 (-5.69666%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1175529,9 +1175529,9 @@
32
),
"score": 24.059431808,
- "score-diff": "-22.440131115076923",
- "score-diff-perc": "-48.25880%",
- "tooltip": "score = 24.059431808\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -22.44013 (-48.25880%)",
+ "score-diff": "-19.791209307942033",
+ "score-diff-perc": "-45.13323%",
+ "tooltip": "score = 24.059431808\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -19.79121 (-45.13323%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1179974,11 +1179974,11 @@
19,
52
),
- "score": 19.79815094736842,
- "score-diff": "-0.16075044998257226",
- "score-diff-perc": "-0.80541%",
- "tooltip": "score = 19.79815094736842\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.16075 (-0.80541%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 19.61275837254902,
+ "score-diff": "-0.3461430248019717",
+ "score-diff-perc": "-1.73428%",
+ "tooltip": "score = 19.61275837254902\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.34614 (-1.73428%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1180000,11 +1180000,11 @@
19,
52
),
- "score": 19.61275837254902,
- "score-diff": "-0.1853925748193994",
- "score-diff-perc": "-0.93641%",
- "tooltip": "score = 19.61275837254902\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.18539 (-0.93641%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 19.79815094736842,
+ "score-diff": "0.1853925748193994",
+ "score-diff-perc": "+0.94527%",
+ "tooltip": "score = 19.79815094736842\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.18539 (+0.94527%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1181437,11 +1181437,11 @@
21,
27
),
- "score": 54.37138485714286,
- "score-diff": "-23.503333040293043",
- "score-diff-perc": "-30.18095%",
- "tooltip": "score = 54.37138485714286\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -23.50333 (-30.18095%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 53.60195294642857,
+ "score-diff": "-24.272764951007332",
+ "score-diff-perc": "-31.16899%",
+ "tooltip": "score = 53.60195294642857\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -24.27276 (-31.16899%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1181463,11 +1181463,11 @@
21,
27
),
- "score": 53.60195294642857,
- "score-diff": "-0.7694319107142888",
- "score-diff-perc": "-1.41514%",
- "tooltip": "score = 53.60195294642857\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.76943 (-1.41514%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 55.816556425925924,
+ "score-diff": "2.214603479497356",
+ "score-diff-perc": "+4.13157%",
+ "tooltip": "score = 55.816556425925924\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.21460 (+4.13157%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1181489,11 +1181489,11 @@
21,
27
),
- "score": 55.816556425925924,
- "score-diff": "2.214603479497356",
- "score-diff-perc": "+4.13157%",
- "tooltip": "score = 55.816556425925924\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.21460 (+4.13157%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 54.37138485714286,
+ "score-diff": "-1.445171568783067",
+ "score-diff-perc": "-2.58914%",
+ "tooltip": "score = 54.37138485714286\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.44517 (-2.58914%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1181516,9 +1181516,9 @@
32
),
"score": 35.86793495238095,
- "score-diff": "-19.948621473544975",
- "score-diff-perc": "-35.73961%",
- "tooltip": "score = 35.86793495238095\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -19.94862 (-35.73961%)",
+ "score-diff": "-18.503449904761908",
+ "score-diff-perc": "-34.03160%",
+ "tooltip": "score = 35.86793495238095\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -18.50345 (-34.03160%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1185961,11 +1185961,11 @@
19,
52
),
- "score": 30.329149535353537,
- "score-diff": "-0.842779567739246",
- "score-diff-perc": "-2.70365%",
- "tooltip": "score = 30.329149535353537\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.84278 (-2.70365%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 30.09223994,
+ "score-diff": "-1.0796891630927838",
+ "score-diff-perc": "-3.46366%",
+ "tooltip": "score = 30.09223994\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.07969 (-3.46366%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1185987,11 +1185987,11 @@
19,
52
),
- "score": 30.09223994,
- "score-diff": "-0.23690959535353784",
- "score-diff-perc": "-0.78113%",
- "tooltip": "score = 30.09223994\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.23691 (-0.78113%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 30.329149535353537,
+ "score-diff": "0.23690959535353784",
+ "score-diff-perc": "+0.78728%",
+ "tooltip": "score = 30.329149535353537\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.23691 (+0.78728%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1187424,11 +1187424,11 @@
21,
27
),
- "score": 56.79963240740741,
- "score-diff": "-25.09611243043043",
- "score-diff-perc": "-30.64398%",
- "tooltip": "score = 56.79963240740741\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -25.09611 (-30.64398%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 32.55266480645161,
+ "score-diff": "-49.34308003138623",
+ "score-diff-perc": "-60.25109%",
+ "tooltip": "score = 32.55266480645161\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -49.34308 (-60.25109%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1187450,11 +1187450,11 @@
21,
27
),
- "score": 32.55266480645161,
- "score-diff": "-24.2469676009558",
- "score-diff-perc": "-42.68860%",
- "tooltip": "score = 32.55266480645161\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -24.24697 (-42.68860%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 32.298576478723405,
+ "score-diff": "-0.2540883277282049",
+ "score-diff-perc": "-0.78055%",
+ "tooltip": "score = 32.298576478723405\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.25409 (-0.78055%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1187476,11 +1187476,11 @@
21,
27
),
- "score": 32.298576478723405,
- "score-diff": "-0.2540883277282049",
- "score-diff-perc": "-0.78055%",
- "tooltip": "score = 32.298576478723405\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.25409 (-0.78055%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 56.79963240740741,
+ "score-diff": "24.501055928684004",
+ "score-diff-perc": "+75.85801%",
+ "tooltip": "score = 56.79963240740741\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +24.50106 (+75.85801%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1187503,9 +1187503,9 @@
32
),
"score": 39.48372869736842,
- "score-diff": "7.185152218645015",
- "score-diff-perc": "+22.24603%",
- "tooltip": "score = 39.48372869736842\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +7.18515 (+22.24603%)",
+ "score-diff": "-17.315903710038988",
+ "score-diff-perc": "-30.48594%",
+ "tooltip": "score = 39.48372869736842\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -17.31590 (-30.48594%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1191948,11 +1191948,11 @@
19,
52
),
- "score": 29.80830572277228,
- "score-diff": "-0.83262514457466",
- "score-diff-perc": "-2.71736%",
- "tooltip": "score = 29.80830572277228\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.83263 (-2.71736%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 29.477450588235293,
+ "score-diff": "-1.1634802791116456",
+ "score-diff-perc": "-3.79714%",
+ "tooltip": "score = 29.477450588235293\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.16348 (-3.79714%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1191974,11 +1191974,11 @@
19,
52
),
- "score": 29.477450588235293,
- "score-diff": "-0.3308551345369857",
- "score-diff-perc": "-1.10994%",
- "tooltip": "score = 29.477450588235293\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.33086 (-1.10994%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 29.80830572277228,
+ "score-diff": "0.3308551345369857",
+ "score-diff-perc": "+1.12240%",
+ "tooltip": "score = 29.80830572277228\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.33086 (+1.12240%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1193411,11 +1193411,11 @@
21,
27
),
- "score": 33.44216977777778,
- "score-diff": "-6.6162283688888905",
- "score-diff-perc": "-16.51646%",
- "tooltip": "score = 33.44216977777778\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -6.61623 (-16.51646%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 32.70578460869565,
+ "score-diff": "-7.352613537971017",
+ "score-diff-perc": "-18.35474%",
+ "tooltip": "score = 32.70578460869565\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -7.35261 (-18.35474%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1193437,11 +1193437,11 @@
21,
27
),
- "score": 32.70578460869565,
- "score-diff": "-0.7363851690821264",
- "score-diff-perc": "-2.20197%",
- "tooltip": "score = 32.70578460869565\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.73639 (-2.20197%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 33.48595345555555,
+ "score-diff": "0.7801688468599011",
+ "score-diff-perc": "+2.38542%",
+ "tooltip": "score = 33.48595345555555\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.78017 (+2.38542%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1193463,11 +1193463,11 @@
21,
27
),
- "score": 33.48595345555555,
- "score-diff": "0.7801688468599011",
- "score-diff-perc": "+2.38542%",
- "tooltip": "score = 33.48595345555555\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.78017 (+2.38542%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 33.44216977777778,
+ "score-diff": "-0.0437836777777747",
+ "score-diff-perc": "-0.13075%",
+ "tooltip": "score = 33.44216977777778\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.04378 (-0.13075%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1193490,9 +1193490,9 @@
32
),
"score": 36.37421551807229,
- "score-diff": "2.8882620625167377",
- "score-diff-perc": "+8.62529%",
- "tooltip": "score = 36.37421551807229\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.88826 (+8.62529%)",
+ "score-diff": "2.9320457402945124",
+ "score-diff-perc": "+8.76751%",
+ "tooltip": "score = 36.37421551807229\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.93205 (+8.76751%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1197935,11 +1197935,11 @@
19,
52
),
- "score": 30.01826421,
- "score-diff": "-0.4817403758585854",
- "score-diff-perc": "-1.57948%",
- "tooltip": "score = 30.01826421\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.48174 (-1.57948%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 30.716258479591836,
+ "score-diff": "0.21625389373324921",
+ "score-diff-perc": "+0.70903%",
+ "tooltip": "score = 30.716258479591836\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.21625 (+0.70903%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1197961,11 +1197961,11 @@
19,
52
),
- "score": 30.716258479591836,
- "score-diff": "0.6979942695918346",
- "score-diff-perc": "+2.32523%",
- "tooltip": "score = 30.716258479591836\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.69799 (+2.32523%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 30.01826421,
+ "score-diff": "-0.6979942695918346",
+ "score-diff-perc": "-2.27239%",
+ "tooltip": "score = 30.01826421\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.69799 (-2.27239%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1199398,11 +1199398,11 @@
21,
27
),
- "score": 35.22727446511628,
- "score-diff": "-53.652225711354305",
- "score-diff-perc": "-60.36513%",
- "tooltip": "score = 35.22727446511628\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -53.65223 (-60.36513%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 57.36318639622642,
+ "score-diff": "-31.516313780244168",
+ "score-diff-perc": "-35.45960%",
+ "tooltip": "score = 57.36318639622642\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -31.51631 (-35.45960%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1199424,11 +1199424,11 @@
21,
27
),
- "score": 57.36318639622642,
- "score-diff": "22.135911931110137",
- "score-diff-perc": "+62.83742%",
- "tooltip": "score = 57.36318639622642\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +22.13591 (+62.83742%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 53.358925596491225,
+ "score-diff": "-4.004260799735192",
+ "score-diff-perc": "-6.98054%",
+ "tooltip": "score = 53.358925596491225\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.00426 (-6.98054%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1199450,11 +1199450,11 @@
21,
27
),
- "score": 53.358925596491225,
- "score-diff": "-4.004260799735192",
- "score-diff-perc": "-6.98054%",
- "tooltip": "score = 53.358925596491225\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.00426 (-6.98054%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 35.22727446511628,
+ "score-diff": "-18.131651131374944",
+ "score-diff-perc": "-33.98054%",
+ "tooltip": "score = 35.22727446511628\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -18.13165 (-33.98054%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1199477,9 +1199477,9 @@
32
),
"score": 37.30263080246914,
- "score-diff": "-16.056294794022087",
- "score-diff-perc": "-30.09111%",
- "tooltip": "score = 37.30263080246914\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -16.05629 (-30.09111%)",
+ "score-diff": "2.075356337352858",
+ "score-diff-perc": "+5.89133%",
+ "tooltip": "score = 37.30263080246914\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.07536 (+5.89133%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1203922,11 +1203922,11 @@
19,
52
),
- "score": 29.935782544554456,
- "score-diff": "0.32467753475053485",
- "score-diff-perc": "+1.09647%",
- "tooltip": "score = 29.935782544554456\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.32468 (+1.09647%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 29.600060745098038,
+ "score-diff": "-0.011044264705883933",
+ "score-diff-perc": "-0.03730%",
+ "tooltip": "score = 29.600060745098038\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01104 (-0.03730%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1203948,11 +1203948,11 @@
19,
52
),
- "score": 29.600060745098038,
- "score-diff": "-0.3357217994564188",
- "score-diff-perc": "-1.12147%",
- "tooltip": "score = 29.600060745098038\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.33572 (-1.12147%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 29.935782544554456,
+ "score-diff": "0.3357217994564188",
+ "score-diff-perc": "+1.13419%",
+ "tooltip": "score = 29.935782544554456\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.33572 (+1.13419%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1205385,11 +1205385,11 @@
21,
27
),
- "score": 63.01112327083333,
- "score-diff": "-32.699943166666664",
- "score-diff-perc": "-34.16527%",
- "tooltip": "score = 63.01112327083333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -32.69994 (-34.16527%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 65.54658436170213,
+ "score-diff": "-30.164482075797864",
+ "score-diff-perc": "-31.51619%",
+ "tooltip": "score = 65.54658436170213\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -30.16448 (-31.51619%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1205411,11 +1205411,11 @@
21,
27
),
- "score": 65.54658436170213,
- "score-diff": "2.5354610908688002",
- "score-diff-perc": "+4.02383%",
- "tooltip": "score = 65.54658436170213\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.53546 (+4.02383%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 67.42776377777778,
+ "score-diff": "1.8811794160756534",
+ "score-diff-perc": "+2.86999%",
+ "tooltip": "score = 67.42776377777778\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.88118 (+2.86999%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1205437,11 +1205437,11 @@
21,
27
),
- "score": 67.42776377777778,
- "score-diff": "1.8811794160756534",
- "score-diff-perc": "+2.86999%",
- "tooltip": "score = 67.42776377777778\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.88118 (+2.86999%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 63.01112327083333,
+ "score-diff": "-4.416640506944454",
+ "score-diff-perc": "-6.55018%",
+ "tooltip": "score = 63.01112327083333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.41664 (-6.55018%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1205464,9 +1205464,9 @@
32
),
"score": 44.94554441791045,
- "score-diff": "-22.482219359867337",
- "score-diff-perc": "-33.34267%",
- "tooltip": "score = 44.94554441791045\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -22.48222 (-33.34267%)",
+ "score-diff": "-18.065578852922883",
+ "score-diff-perc": "-28.67046%",
+ "tooltip": "score = 44.94554441791045\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -18.06558 (-28.67046%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1209909,11 +1209909,11 @@
19,
52
),
- "score": 38.0242411625,
- "score-diff": "0.4584109155864198",
- "score-diff-perc": "+1.22029%",
- "tooltip": "score = 38.0242411625\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.45841 (+1.22029%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 37.489396962962964,
+ "score-diff": "-0.07643328395061388",
+ "score-diff-perc": "-0.20346%",
+ "tooltip": "score = 37.489396962962964\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.07643 (-0.20346%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1209935,11 +1209935,11 @@
19,
52
),
- "score": 37.489396962962964,
- "score-diff": "-0.5348441995370337",
- "score-diff-perc": "-1.40659%",
- "tooltip": "score = 37.489396962962964\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.53484 (-1.40659%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 38.0242411625,
+ "score-diff": "0.5348441995370337",
+ "score-diff-perc": "+1.42665%",
+ "tooltip": "score = 38.0242411625\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.53484 (+1.42665%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1211372,11 +1211372,11 @@
21,
27
),
- "score": 46.93943015625,
- "score-diff": "-57.1550312575431",
- "score-diff-perc": "-54.90689%",
- "tooltip": "score = 46.93943015625\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -57.15503 (-54.90689%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 46.222292123076926,
+ "score-diff": "-57.87216929071617",
+ "score-diff-perc": "-55.59582%",
+ "tooltip": "score = 46.222292123076926\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -57.87217 (-55.59582%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1211398,11 +1211398,11 @@
21,
27
),
- "score": 46.222292123076926,
- "score-diff": "-0.7171380331730717",
- "score-diff-perc": "-1.52779%",
- "tooltip": "score = 46.222292123076926\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.71714 (-1.52779%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 68.23448775,
+ "score-diff": "22.012195626923074",
+ "score-diff-perc": "+47.62247%",
+ "tooltip": "score = 68.23448775\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +22.01220 (+47.62247%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1211424,11 +1211424,11 @@
21,
27
),
- "score": 68.23448775,
- "score-diff": "22.012195626923074",
- "score-diff-perc": "+47.62247%",
- "tooltip": "score = 68.23448775\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +22.01220 (+47.62247%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 46.93943015625,
+ "score-diff": "-21.295057593750002",
+ "score-diff-perc": "-31.20864%",
+ "tooltip": "score = 46.93943015625\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -21.29506 (-31.20864%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1211451,9 +1211451,9 @@
32
),
"score": 52.771238810344826,
- "score-diff": "-15.463248939655173",
- "score-diff-perc": "-22.66193%",
- "tooltip": "score = 52.771238810344826\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -15.46325 (-22.66193%)",
+ "score-diff": "5.831808654094829",
+ "score-diff-perc": "+12.42411%",
+ "tooltip": "score = 52.771238810344826\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +5.83181 (+12.42411%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1215896,11 +1215896,11 @@
19,
52
),
- "score": 40.94587972972973,
- "score-diff": "-0.2348502017771139",
- "score-diff-perc": "-0.57029%",
- "tooltip": "score = 40.94587972972973\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.23485 (-0.57029%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 40.91251273333334,
+ "score-diff": "-0.26821719817350953",
+ "score-diff-perc": "-0.65132%",
+ "tooltip": "score = 40.91251273333334\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.26822 (-0.65132%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1215922,11 +1215922,11 @@
19,
52
),
- "score": 40.91251273333334,
- "score-diff": "-0.03336699639639562",
- "score-diff-perc": "-0.08149%",
- "tooltip": "score = 40.91251273333334\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.03337 (-0.08149%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 40.94587972972973,
+ "score-diff": "0.03336699639639562",
+ "score-diff-perc": "+0.08156%",
+ "tooltip": "score = 40.94587972972973\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.03337 (+0.08156%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1217359,11 +1217359,11 @@
21,
27
),
- "score": 43.659933898550726,
- "score-diff": "-22.288957492753617",
- "score-diff-perc": "-33.79732%",
- "tooltip": "score = 43.659933898550726\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -22.28896 (-33.79732%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 48.68329696774194,
+ "score-diff": "-17.265594423562405",
+ "score-diff-perc": "-26.18026%",
+ "tooltip": "score = 48.68329696774194\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -17.26559 (-26.18026%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1217385,11 +1217385,11 @@
21,
27
),
- "score": 48.68329696774194,
- "score-diff": "5.023363069191213",
- "score-diff-perc": "+11.50566%",
- "tooltip": "score = 48.68329696774194\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +5.02336 (+11.50566%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 24.438625170731708,
+ "score-diff": "-24.24467179701023",
+ "score-diff-perc": "-49.80080%",
+ "tooltip": "score = 24.438625170731708\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -24.24467 (-49.80080%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1217411,11 +1217411,11 @@
21,
27
),
- "score": 24.438625170731708,
- "score-diff": "-24.24467179701023",
- "score-diff-perc": "-49.80080%",
- "tooltip": "score = 24.438625170731708\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -24.24467 (-49.80080%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 43.659933898550726,
+ "score-diff": "19.221308727819018",
+ "score-diff-perc": "+78.65135%",
+ "tooltip": "score = 43.659933898550726\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +19.22131 (+78.65135%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1217438,9 +1217438,9 @@
32
),
"score": 23.7758572992126,
- "score-diff": "-0.6627678715191081",
- "score-diff-perc": "-2.71197%",
- "tooltip": "score = 23.7758572992126\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.66277 (-2.71197%)",
+ "score-diff": "-19.884076599338126",
+ "score-diff-perc": "-45.54308%",
+ "tooltip": "score = 23.7758572992126\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -19.88408 (-45.54308%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1221883,11 +1221883,11 @@
19,
52
),
- "score": 19.94620817218543,
- "score-diff": "-1.2313488278145712",
- "score-diff-perc": "-5.81440%",
- "tooltip": "score = 19.94620817218543\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.23135 (-5.81440%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 19.844898631578946,
+ "score-diff": "-1.332658368421054",
+ "score-diff-perc": "-6.29279%",
+ "tooltip": "score = 19.844898631578946\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.33266 (-6.29279%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1221909,11 +1221909,11 @@
19,
52
),
- "score": 19.844898631578946,
- "score-diff": "-0.10130954060648278",
- "score-diff-perc": "-0.50791%",
- "tooltip": "score = 19.844898631578946\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.10131 (-0.50791%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 19.94620817218543,
+ "score-diff": "0.10130954060648278",
+ "score-diff-perc": "+0.51051%",
+ "tooltip": "score = 19.94620817218543\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.10131 (+0.51051%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1227320,11 +1227320,11 @@
21,
27
),
- "score": 357.96319816666664,
- "score-diff": "-203.86763283333335",
- "score-diff-perc": "-36.28630%",
- "tooltip": "score = 357.96319816666664\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -203.86763 (-36.28630%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 352.63417975,
+ "score-diff": "-209.19665125",
+ "score-diff-perc": "-37.23481%",
+ "tooltip": "score = 352.63417975\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -209.19665 (-37.23481%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1227346,11 +1227346,11 @@
21,
27
),
- "score": 352.63417975,
- "score-diff": "-5.329018416666656",
- "score-diff-perc": "-1.48871%",
- "tooltip": "score = 352.63417975\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.32902 (-1.48871%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 367.74615033333333,
+ "score-diff": "15.111970583333346",
+ "score-diff-perc": "+4.28545%",
+ "tooltip": "score = 367.74615033333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +15.11197 (+4.28545%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1227372,11 +1227372,11 @@
21,
27
),
- "score": 367.74615033333333,
- "score-diff": "15.111970583333346",
- "score-diff-perc": "+4.28545%",
- "tooltip": "score = 367.74615033333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +15.11197 (+4.28545%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 357.96319816666664,
+ "score-diff": "-9.78295216666669",
+ "score-diff-perc": "-2.66025%",
+ "tooltip": "score = 357.96319816666664\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -9.78295 (-2.66025%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1227399,9 +1227399,9 @@
32
),
"score": 636.4067257083334,
- "score-diff": "268.66057537500006",
- "score-diff-perc": "+73.05599%",
- "tooltip": "score = 636.4067257083334\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +268.66058 (+73.05599%)",
+ "score-diff": "278.44352754166675",
+ "score-diff-perc": "+77.78552%",
+ "tooltip": "score = 636.4067257083334\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +278.44353 (+77.78552%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1231844,11 +1231844,11 @@
19,
52
),
- "score": 373.84901264285713,
- "score-diff": "-11.268686300000013",
- "score-diff-perc": "-2.92604%",
- "tooltip": "score = 373.84901264285713\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -11.26869 (-2.92604%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 332.61688539285717,
+ "score-diff": "-52.500813549999975",
+ "score-diff-perc": "-13.63241%",
+ "tooltip": "score = 332.61688539285717\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -52.50081 (-13.63241%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1231870,11 +1231870,11 @@
19,
52
),
- "score": 332.61688539285717,
- "score-diff": "-41.23212724999996",
- "score-diff-perc": "-11.02909%",
- "tooltip": "score = 332.61688539285717\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -41.23213 (-11.02909%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 373.84901264285713,
+ "score-diff": "41.23212724999996",
+ "score-diff-perc": "+12.39628%",
+ "tooltip": "score = 373.84901264285713\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +41.23213 (+12.39628%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1233411,11 +1233411,11 @@
21,
27
),
- "score": 65.48132209677419,
- "score-diff": "-14.305660633995046",
- "score-diff-perc": "-17.92982%",
- "tooltip": "score = 65.48132209677419\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -14.30566 (-17.92982%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 67.81339676529477,
+ "score-diff": "-11.97358596547447",
+ "score-diff-perc": "-15.00694%",
+ "tooltip": "score = 67.81339676529477\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -11.97359 (-15.00694%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1233437,11 +1233437,11 @@
21,
27
),
- "score": 67.81339676529477,
- "score-diff": "2.332074668520576",
- "score-diff-perc": "+3.56143%",
- "tooltip": "score = 67.81339676529477\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.33207 (+3.56143%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 65.43693616582661,
+ "score-diff": "-2.3764605994681602",
+ "score-diff-perc": "-3.50441%",
+ "tooltip": "score = 65.43693616582661\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.37646 (-3.50441%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1233463,11 +1233463,11 @@
21,
27
),
- "score": 65.43693616582661,
- "score-diff": "-2.3764605994681602",
- "score-diff-perc": "-3.50441%",
- "tooltip": "score = 65.43693616582661\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.37646 (-3.50441%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 65.48132209677419,
+ "score-diff": "0.04438593094758403",
+ "score-diff-perc": "+0.06783%",
+ "tooltip": "score = 65.48132209677419\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04439 (+0.06783%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1233490,9 +1233490,9 @@
32
),
"score": 76.75417613817663,
- "score-diff": "11.317239972350023",
- "score-diff-perc": "+17.29488%",
- "tooltip": "score = 76.75417613817663\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +11.31724 (+17.29488%)",
+ "score-diff": "11.27285404140244",
+ "score-diff-perc": "+17.21537%",
+ "tooltip": "score = 76.75417613817663\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +11.27285 (+17.21537%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1237935,11 +1237935,11 @@
19,
52
),
- "score": 74.75942439814816,
- "score-diff": "1.4668145833333313",
- "score-diff-perc": "+2.00131%",
- "tooltip": "score = 74.75942439814816\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.46681 (+2.00131%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 72.21576209706258,
+ "score-diff": "-1.0768477177522442",
+ "score-diff-perc": "-1.46924%",
+ "tooltip": "score = 72.21576209706258\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.07685 (-1.46924%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1237961,11 +1237961,11 @@
19,
52
),
- "score": 72.21576209706258,
- "score-diff": "-2.5436623010855755",
- "score-diff-perc": "-3.40246%",
- "tooltip": "score = 72.21576209706258\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.54366 (-3.40246%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 74.75942439814816,
+ "score-diff": "2.5436623010855755",
+ "score-diff-perc": "+3.52231%",
+ "tooltip": "score = 74.75942439814816\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.54366 (+3.52231%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1239502,11 +1239502,11 @@
21,
27
),
- "score": 349.66764075000003,
- "score-diff": "-285.6935737916666",
- "score-diff-perc": "-44.96554%",
- "tooltip": "score = 349.66764075000003\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -285.69357 (-44.96554%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 361.5834238333333,
+ "score-diff": "-273.7777907083333",
+ "score-diff-perc": "-43.09010%",
+ "tooltip": "score = 361.5834238333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -273.77779 (-43.09010%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1239528,11 +1239528,11 @@
21,
27
),
- "score": 361.5834238333333,
- "score-diff": "11.915783083333281",
- "score-diff-perc": "+3.40775%",
- "tooltip": "score = 361.5834238333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +11.91578 (+3.40775%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 350.2426905714286,
+ "score-diff": "-11.340733261904688",
+ "score-diff-perc": "-3.13641%",
+ "tooltip": "score = 350.2426905714286\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -11.34073 (-3.13641%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1239554,11 +1239554,11 @@
21,
27
),
- "score": 350.2426905714286,
- "score-diff": "-11.340733261904688",
- "score-diff-perc": "-3.13641%",
- "tooltip": "score = 350.2426905714286\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -11.34073 (-3.13641%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 349.66764075000003,
+ "score-diff": "-0.5750498214285926",
+ "score-diff-perc": "-0.16419%",
+ "tooltip": "score = 349.66764075000003\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.57505 (-0.16419%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1239581,9 +1239581,9 @@
32
),
"score": 625.3763327916666,
- "score-diff": "275.133642220238",
- "score-diff-perc": "+78.55514%",
- "tooltip": "score = 625.3763327916666\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +275.13364 (+78.55514%)",
+ "score-diff": "275.7086920416666",
+ "score-diff-perc": "+78.84879%",
+ "tooltip": "score = 625.3763327916666\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +275.70869 (+78.84879%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1244000,11 +1244000,11 @@
19,
52
),
- "score": 486.647772225,
- "score-diff": "128.07673461071425",
- "score-diff-perc": "+35.71865%",
- "tooltip": "score = 486.647772225\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +128.07673 (+35.71865%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 377.6087069857143,
+ "score-diff": "19.037669371428592",
+ "score-diff-perc": "+5.30932%",
+ "tooltip": "score = 377.6087069857143\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +19.03767 (+5.30932%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1244026,11 +1244026,11 @@
19,
52
),
- "score": 377.6087069857143,
- "score-diff": "-109.03906523928566",
- "score-diff-perc": "-22.40616%",
- "tooltip": "score = 377.6087069857143\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -109.03907 (-22.40616%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 486.647772225,
+ "score-diff": "109.03906523928566",
+ "score-diff-perc": "+28.87621%",
+ "tooltip": "score = 486.647772225\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +109.03907 (+28.87621%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1245567,11 +1245567,11 @@
21,
27
),
- "score": 64.40641442792338,
- "score-diff": "-10.155027275780327",
- "score-diff-perc": "-13.61968%",
- "tooltip": "score = 64.40641442792338\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -10.15503 (-13.61968%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 70.96964537931035,
+ "score-diff": "-3.591796324393357",
+ "score-diff-perc": "-4.81723%",
+ "tooltip": "score = 70.96964537931035\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.59180 (-4.81723%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1245593,11 +1245593,11 @@
21,
27
),
- "score": 70.96964537931035,
- "score-diff": "6.56323095138697",
- "score-diff-perc": "+10.19034%",
- "tooltip": "score = 70.96964537931035\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +6.56323 (+10.19034%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 65.73799012096774,
+ "score-diff": "-5.231655258342613",
+ "score-diff-perc": "-7.37168%",
+ "tooltip": "score = 65.73799012096774\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.23166 (-7.37168%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1245619,11 +1245619,11 @@
21,
27
),
- "score": 65.73799012096774,
- "score-diff": "-5.231655258342613",
- "score-diff-perc": "-7.37168%",
- "tooltip": "score = 65.73799012096774\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.23166 (-7.37168%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 64.40641442792338,
+ "score-diff": "-1.331575693044357",
+ "score-diff-perc": "-2.02558%",
+ "tooltip": "score = 64.40641442792338\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.33158 (-2.02558%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1245646,9 +1245646,9 @@
32
),
"score": 71.55585346982758,
- "score-diff": "5.817863348859845",
- "score-diff-perc": "+8.85008%",
- "tooltip": "score = 71.55585346982758\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +5.81786 (+8.85008%)",
+ "score-diff": "7.149439041904202",
+ "score-diff-perc": "+11.10051%",
+ "tooltip": "score = 71.55585346982758\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +7.14944 (+11.10051%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1250091,11 +1250091,11 @@
19,
52
),
- "score": 79.41487246326837,
- "score-diff": "4.770939372609021",
- "score-diff-perc": "+6.39160%",
- "tooltip": "score = 79.41487246326837\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +4.77094 (+6.39160%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 71.63504973214285,
+ "score-diff": "-3.008883358516499",
+ "score-diff-perc": "-4.03098%",
+ "tooltip": "score = 71.63504973214285\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.00888 (-4.03098%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1250117,11 +1250117,11 @@
19,
52
),
- "score": 71.63504973214285,
- "score-diff": "-7.77982273112552",
- "score-diff-perc": "-9.79643%",
- "tooltip": "score = 71.63504973214285\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -7.77982 (-9.79643%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 79.41487246326837,
+ "score-diff": "7.77982273112552",
+ "score-diff-perc": "+10.86036%",
+ "tooltip": "score = 79.41487246326837\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +7.77982 (+10.86036%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1251658,11 +1251658,11 @@
21,
27
),
- "score": 0.011783381963953234,
- "score-diff": "-0.03250177564988696",
- "score-diff-perc": "-73.39203%",
- "tooltip": "score = 0.011783381963953234\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.03250 (-73.39203%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.011827039929847547,
+ "score-diff": "-0.03245811768399265",
+ "score-diff-perc": "-73.29345%",
+ "tooltip": "score = 0.011827039929847547\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.03246 (-73.29345%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1251684,11 +1251684,11 @@
21,
27
),
- "score": 0.011827039929847547,
- "score-diff": "4.3657965894313214e-05",
- "score-diff-perc": "+0.37050%",
- "tooltip": "score = 0.011827039929847547\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00004 (+0.37050%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.011815607337436893,
+ "score-diff": "-1.1432592410653974e-05",
+ "score-diff-perc": "-0.09666%",
+ "tooltip": "score = 0.011815607337436893\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00001 (-0.09666%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1251710,11 +1251710,11 @@
21,
27
),
- "score": 0.011815607337436893,
- "score-diff": "-1.1432592410653974e-05",
- "score-diff-perc": "-0.09666%",
- "tooltip": "score = 0.011815607337436893\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00001 (-0.09666%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.011783381963953234,
+ "score-diff": "-3.222537348365924e-05",
+ "score-diff-perc": "-0.27274%",
+ "tooltip": "score = 0.011783381963953234\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00003 (-0.27274%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1251737,9 +1251737,9 @@
32
),
"score": 0.04432562886866109,
- "score-diff": "0.032510021531224204",
- "score-diff-perc": "+275.14474%",
- "tooltip": "score = 0.04432562886866109\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.03251 (+275.14474%)",
+ "score-diff": "0.03254224690470786",
+ "score-diff-perc": "+276.17069%",
+ "tooltip": "score = 0.04432562886866109\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.03254 (+276.17069%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1256182,11 +1256182,11 @@
19,
52
),
- "score": 0.050147114646846985,
- "score-diff": "1.8910732093382898e-06",
- "score-diff-perc": "+0.00377%",
- "tooltip": "score = 0.050147114646846985\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00000 (+0.00377%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.05007644459965842,
+ "score-diff": "-6.877897397922911e-05",
+ "score-diff-perc": "-0.13716%",
+ "tooltip": "score = 0.05007644459965842\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00007 (-0.13716%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1256208,11 +1256208,11 @@
19,
52
),
- "score": 0.05007644459965842,
- "score-diff": "-7.06700471885674e-05",
- "score-diff-perc": "-0.14093%",
- "tooltip": "score = 0.05007644459965842\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00007 (-0.14093%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.050147114646846985,
+ "score-diff": "7.06700471885674e-05",
+ "score-diff-perc": "+0.14112%",
+ "tooltip": "score = 0.050147114646846985\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00007 (+0.14112%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1257749,11 +1257749,11 @@
21,
27
),
- "score": 0.34654528536484824,
- "score-diff": "-0.11068360324221388",
- "score-diff-perc": "-24.20748%",
- "tooltip": "score = 0.34654528536484824\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.11068 (-24.20748%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.34525157533355677,
+ "score-diff": "-0.11197731327350535",
+ "score-diff-perc": "-24.49043%",
+ "tooltip": "score = 0.34525157533355677\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.11198 (-24.49043%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1257775,11 +1257775,11 @@
21,
27
),
- "score": 0.34525157533355677,
- "score-diff": "-0.0012937100312914729",
- "score-diff-perc": "-0.37332%",
- "tooltip": "score = 0.34525157533355677\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00129 (-0.37332%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.35378971083022737,
+ "score-diff": "0.008538135496670596",
+ "score-diff-perc": "+2.47302%",
+ "tooltip": "score = 0.35378971083022737\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00854 (+2.47302%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1257801,11 +1257801,11 @@
21,
27
),
- "score": 0.35378971083022737,
- "score-diff": "0.008538135496670596",
- "score-diff-perc": "+2.47302%",
- "tooltip": "score = 0.35378971083022737\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00854 (+2.47302%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.34654528536484824,
+ "score-diff": "-0.007244425465379123",
+ "score-diff-perc": "-2.04766%",
+ "tooltip": "score = 0.34654528536484824\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00724 (-2.04766%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1257828,9 +1257828,9 @@
32
),
"score": 0.4730305529536807,
- "score-diff": "0.11924084212345332",
- "score-diff-perc": "+33.70388%",
- "tooltip": "score = 0.4730305529536807\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.11924 (+33.70388%)",
+ "score-diff": "0.12648526758883244",
+ "score-diff-perc": "+36.49891%",
+ "tooltip": "score = 0.4730305529536807\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.12649 (+36.49891%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1262273,11 +1262273,11 @@
19,
52
),
- "score": 0.4446274536961732,
- "score-diff": "-0.006833855494379759",
- "score-diff-perc": "-1.51372%",
- "tooltip": "score = 0.4446274536961732\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00683 (-1.51372%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.45314704033050135,
+ "score-diff": "0.0016857311399484098",
+ "score-diff-perc": "+0.37339%",
+ "tooltip": "score = 0.45314704033050135\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00169 (+0.37339%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1262299,11 +1262299,11 @@
19,
52
),
- "score": 0.45314704033050135,
- "score-diff": "0.008519586634328169",
- "score-diff-perc": "+1.91612%",
- "tooltip": "score = 0.45314704033050135\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00852 (+1.91612%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.4446274536961732,
+ "score-diff": "-0.008519586634328169",
+ "score-diff-perc": "-1.88009%",
+ "tooltip": "score = 0.4446274536961732\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00852 (-1.88009%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1263840,11 +1263840,11 @@
21,
27
),
- "score": 6178.399889666667,
- "score-diff": "-34.06003899999905",
- "score-diff-perc": "-0.54825%",
- "tooltip": "score = 6178.399889666667\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -34.06004 (-0.54825%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 6246.629705666666,
+ "score-diff": "34.16977700000007",
+ "score-diff-perc": "+0.55002%",
+ "tooltip": "score = 6246.629705666666\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +34.16978 (+0.55002%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1263866,11 +1263866,11 @@
21,
27
),
- "score": 6246.629705666666,
- "score-diff": "68.22981599999912",
- "score-diff-perc": "+1.10433%",
- "tooltip": "score = 6246.629705666666\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +68.22982 (+1.10433%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 6367.495500333333,
+ "score-diff": "120.86579466666717",
+ "score-diff-perc": "+1.93490%",
+ "tooltip": "score = 6367.495500333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +120.86579 (+1.93490%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1263892,11 +1263892,11 @@
21,
27
),
- "score": 6367.495500333333,
- "score-diff": "120.86579466666717",
- "score-diff-perc": "+1.93490%",
- "tooltip": "score = 6367.495500333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +120.86579 (+1.93490%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 6178.399889666667,
+ "score-diff": "-189.0956106666663",
+ "score-diff-perc": "-2.96970%",
+ "tooltip": "score = 6178.399889666667\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -189.09561 (-2.96970%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1263919,9 +1263919,9 @@
32
),
"score": 6141.722329333334,
- "score-diff": "-225.77317099999982",
- "score-diff-perc": "-3.54571%",
- "tooltip": "score = 6141.722329333334\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -225.77317 (-3.54571%)",
+ "score-diff": "-36.67756033333353",
+ "score-diff-perc": "-0.59364%",
+ "tooltip": "score = 6141.722329333334\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -36.67756 (-0.59364%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1268364,11 +1268364,11 @@
19,
52
),
- "score": 6198.571851333333,
- "score-diff": "81.09846833333359",
- "score-diff-perc": "+1.32569%",
- "tooltip": "score = 6198.571851333333\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +81.09847 (+1.32569%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 6196.636564666666,
+ "score-diff": "79.16318166666679",
+ "score-diff-perc": "+1.29405%",
+ "tooltip": "score = 6196.636564666666\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +79.16318 (+1.29405%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1268390,11 +1268390,11 @@
19,
52
),
- "score": 6196.636564666666,
- "score-diff": "-1.9352866666667978",
- "score-diff-perc": "-0.03122%",
- "tooltip": "score = 6196.636564666666\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.93529 (-0.03122%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 6198.571851333333,
+ "score-diff": "1.9352866666667978",
+ "score-diff-perc": "+0.03123%",
+ "tooltip": "score = 6198.571851333333\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.93529 (+0.03123%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1271881,11 +1271881,11 @@
19,
52
),
- "score": 14.817880521368007,
- "score-diff": "7.664965496910811",
- "score-diff-perc": "+107.15863%",
- "tooltip": "score = 14.817880521368007\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +7.66497 (+107.15863%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 14.601163826360258,
+ "score-diff": "7.448248801903062",
+ "score-diff-perc": "+104.12886%",
+ "tooltip": "score = 14.601163826360258\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +7.44825 (+104.12886%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1271907,11 +1271907,11 @@
19,
52
),
- "score": 14.601163826360258,
- "score-diff": "-0.21671669500774904",
- "score-diff-perc": "-1.46254%",
- "tooltip": "score = 14.601163826360258\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.21672 (-1.46254%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 14.817880521368007,
+ "score-diff": "0.21671669500774904",
+ "score-diff-perc": "+1.48424%",
+ "tooltip": "score = 14.817880521368007\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.21672 (+1.48424%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1272408,11 +1272408,11 @@
19,
52
),
- "score": 5.425874357432015,
- "score-diff": "0.24736647699548797",
- "score-diff-perc": "+4.77679%",
- "tooltip": "score = 5.425874357432015\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.24737 (+4.77679%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 5.913353686940905,
+ "score-diff": "0.7348458065043779",
+ "score-diff-perc": "+14.19030%",
+ "tooltip": "score = 5.913353686940905\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.73485 (+14.19030%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1272434,11 +1272434,11 @@
19,
52
),
- "score": 5.913353686940905,
- "score-diff": "0.48747932950888995",
- "score-diff-perc": "+8.98435%",
- "tooltip": "score = 5.913353686940905\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.48748 (+8.98435%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 5.425874357432015,
+ "score-diff": "-0.48747932950888995",
+ "score-diff-perc": "-8.24370%",
+ "tooltip": "score = 5.425874357432015\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.48748 (-8.24370%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1272935,11 +1272935,11 @@
19,
52
),
- "score": 32.12575047822972,
- "score-diff": "7.566666213293821",
- "score-diff-perc": "+30.81005%",
- "tooltip": "score = 32.12575047822972\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +7.56667 (+30.81005%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 34.79104910010721,
+ "score-diff": "10.231964835171311",
+ "score-diff-perc": "+41.66265%",
+ "tooltip": "score = 34.79104910010721\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +10.23196 (+41.66265%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1272961,11 +1272961,11 @@
19,
52
),
- "score": 34.79104910010721,
- "score-diff": "2.66529862187749",
- "score-diff-perc": "+8.29646%",
- "tooltip": "score = 34.79104910010721\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.66530 (+8.29646%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 32.12575047822972,
+ "score-diff": "-2.66529862187749",
+ "score-diff-perc": "-7.66087%",
+ "tooltip": "score = 32.12575047822972\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.66530 (-7.66087%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1273462,11 +1273462,11 @@
19,
52
),
- "score": 0.8512261352884924,
- "score-diff": "-0.005486606082872214",
- "score-diff-perc": "-0.64043%",
- "tooltip": "score = 0.8512261352884924\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00549 (-0.64043%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.8853792017001716,
+ "score-diff": "0.02866646032880693",
+ "score-diff-perc": "+3.34610%",
+ "tooltip": "score = 0.8853792017001716\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.02867 (+3.34610%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1273488,11 +1273488,11 @@
19,
52
),
- "score": 0.8853792017001716,
- "score-diff": "0.034153066411679145",
- "score-diff-perc": "+4.01222%",
- "tooltip": "score = 0.8853792017001716\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.03415 (+4.01222%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.8512261352884924,
+ "score-diff": "-0.034153066411679145",
+ "score-diff-perc": "-3.85745%",
+ "tooltip": "score = 0.8512261352884924\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.03415 (-3.85745%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1273989,11 +1273989,11 @@
19,
52
),
- "score": 8.142974937521368,
- "score-diff": "0.22372783998158852",
- "score-diff-perc": "+2.82512%",
- "tooltip": "score = 8.142974937521368\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.22373 (+2.82512%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 8.241971385973294,
+ "score-diff": "0.3227242884335144",
+ "score-diff-perc": "+4.07519%",
+ "tooltip": "score = 8.241971385973294\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.32272 (+4.07519%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1274015,11 +1274015,11 @@
19,
52
),
- "score": 8.241971385973294,
- "score-diff": "0.0989964484519259",
- "score-diff-perc": "+1.21573%",
- "tooltip": "score = 8.241971385973294\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.09900 (+1.21573%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 8.142974937521368,
+ "score-diff": "-0.0989964484519259",
+ "score-diff-perc": "-1.20113%",
+ "tooltip": "score = 8.142974937521368\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.09900 (-1.20113%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1274516,11 +1274516,11 @@
19,
52
),
- "score": 0.11193923153497402,
- "score-diff": "-0.026039955799606676",
- "score-diff-perc": "-18.87238%",
- "tooltip": "score = 0.11193923153497402\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.02604 (-18.87238%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.14005627184032832,
+ "score-diff": "0.0020770845057476173",
+ "score-diff-perc": "+1.50536%",
+ "tooltip": "score = 0.14005627184032832\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00208 (+1.50536%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1274542,11 +1274542,11 @@
19,
52
),
- "score": 0.14005627184032832,
- "score-diff": "0.028117040305354293",
- "score-diff-perc": "+25.11813%",
- "tooltip": "score = 0.14005627184032832\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.02812 (+25.11813%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.11193923153497402,
+ "score-diff": "-0.028117040305354293",
+ "score-diff-perc": "-20.07553%",
+ "tooltip": "score = 0.11193923153497402\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.02812 (-20.07553%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1275043,11 +1275043,11 @@
19,
52
),
- "score": 0.45965786011599163,
- "score-diff": "-0.013664771071353443",
- "score-diff-perc": "-2.88699%",
- "tooltip": "score = 0.45965786011599163\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01366 (-2.88699%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.5213391072507056,
+ "score-diff": "0.04801647606336057",
+ "score-diff-perc": "+10.14456%",
+ "tooltip": "score = 0.5213391072507056\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.04802 (+10.14456%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1275069,11 +1275069,11 @@
19,
52
),
- "score": 0.5213391072507056,
- "score-diff": "0.06168124713471401",
- "score-diff-perc": "+13.41895%",
- "tooltip": "score = 0.5213391072507056\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.06168 (+13.41895%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.45965786011599163,
+ "score-diff": "-0.06168124713471401",
+ "score-diff-perc": "-11.83131%",
+ "tooltip": "score = 0.45965786011599163\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.06168 (-11.83131%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1275570,11 +1275570,11 @@
19,
52
),
- "score": 7.5007776111197195,
- "score-diff": "-2.5259080974591583",
- "score-diff-perc": "-25.19185%",
- "tooltip": "score = 7.5007776111197195\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.52591 (-25.19185%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 7.2459092268061855,
+ "score-diff": "-2.7807764817726923",
+ "score-diff-perc": "-27.73376%",
+ "tooltip": "score = 7.2459092268061855\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.78078 (-27.73376%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1275596,11 +1275596,11 @@
19,
52
),
- "score": 7.2459092268061855,
- "score-diff": "-0.254868384313534",
- "score-diff-perc": "-3.39789%",
- "tooltip": "score = 7.2459092268061855\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.25487 (-3.39789%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 7.5007776111197195,
+ "score-diff": "0.254868384313534",
+ "score-diff-perc": "+3.51741%",
+ "tooltip": "score = 7.5007776111197195\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.25487 (+3.51741%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1276097,11 +1276097,11 @@
19,
52
),
- "score": 82.18539504488078,
- "score-diff": "12.747328429039712",
- "score-diff-perc": "+18.35784%",
- "tooltip": "score = 82.18539504488078\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +12.74733 (+18.35784%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 74.74260448472386,
+ "score-diff": "5.3045378688827896",
+ "score-diff-perc": "+7.63924%",
+ "tooltip": "score = 74.74260448472386\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +5.30454 (+7.63924%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1276123,11 +1276123,11 @@
19,
52
),
- "score": 74.74260448472386,
- "score-diff": "-7.442790560156922",
- "score-diff-perc": "-9.05610%",
- "tooltip": "score = 74.74260448472386\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -7.44279 (-9.05610%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 82.18539504488078,
+ "score-diff": "7.442790560156922",
+ "score-diff-perc": "+9.95790%",
+ "tooltip": "score = 82.18539504488078\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +7.44279 (+9.95790%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1276624,11 +1276624,11 @@
19,
52
),
- "score": 6.499776361774092,
- "score-diff": "-2.7699245355067035",
- "score-diff-perc": "-29.88149%",
- "tooltip": "score = 6.499776361774092\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.76992 (-29.88149%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 8.93756634147755,
+ "score-diff": "-0.33213455580324514",
+ "score-diff-perc": "-3.58301%",
+ "tooltip": "score = 8.93756634147755\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.33213 (-3.58301%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1276650,11 +1276650,11 @@
19,
52
),
- "score": 8.93756634147755,
- "score-diff": "2.4377899797034583",
- "score-diff-perc": "+37.50575%",
- "tooltip": "score = 8.93756634147755\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.43779 (+37.50575%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 6.499776361774092,
+ "score-diff": "-2.4377899797034583",
+ "score-diff-perc": "-27.27577%",
+ "tooltip": "score = 6.499776361774092\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.43779 (-27.27577%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1277151,11 +1277151,11 @@
19,
52
),
- "score": 132.46217846031746,
- "score-diff": "-14.968566264126991",
- "score-diff-perc": "-10.15295%",
- "tooltip": "score = 132.46217846031746\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -14.96857 (-10.15295%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 130.85342264285714,
+ "score-diff": "-16.57732208158731",
+ "score-diff-perc": "-11.24414%",
+ "tooltip": "score = 130.85342264285714\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -16.57732 (-11.24414%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1277177,11 +1277177,11 @@
19,
52
),
- "score": 130.85342264285714,
- "score-diff": "-1.6087558174603203",
- "score-diff-perc": "-1.21450%",
- "tooltip": "score = 130.85342264285714\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.60876 (-1.21450%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 132.46217846031746,
+ "score-diff": "1.6087558174603203",
+ "score-diff-perc": "+1.22943%",
+ "tooltip": "score = 132.46217846031746\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.60876 (+1.22943%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1278718,11 +1278718,11 @@
21,
27
),
- "score": 473.8531484761905,
- "score-diff": "-40.64926541269841",
- "score-diff-perc": "-7.90069%",
- "tooltip": "score = 473.8531484761905\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -40.64927 (-7.90069%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 492.65309004761906,
+ "score-diff": "-21.849323841269836",
+ "score-diff-perc": "-4.24669%",
+ "tooltip": "score = 492.65309004761906\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -21.84932 (-4.24669%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1278744,11 +1278744,11 @@
21,
27
),
- "score": 492.65309004761906,
- "score-diff": "18.799941571428576",
- "score-diff-perc": "+3.96746%",
- "tooltip": "score = 492.65309004761906\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +18.79994 (+3.96746%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 487.8348687619048,
+ "score-diff": "-4.818221285714287",
+ "score-diff-perc": "-0.97802%",
+ "tooltip": "score = 487.8348687619048\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.81822 (-0.97802%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1278770,11 +1278770,11 @@
21,
27
),
- "score": 487.8348687619048,
- "score-diff": "-4.818221285714287",
- "score-diff-perc": "-0.97802%",
- "tooltip": "score = 487.8348687619048\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.81822 (-0.97802%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 473.8531484761905,
+ "score-diff": "-13.981720285714289",
+ "score-diff-perc": "-2.86608%",
+ "tooltip": "score = 473.8531484761905\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -13.98172 (-2.86608%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1278797,9 +1278797,9 @@
32
),
"score": 487.35996138095237,
- "score-diff": "-0.47490738095240204",
- "score-diff-perc": "-0.09735%",
- "tooltip": "score = 487.35996138095237\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.47491 (-0.09735%)",
+ "score-diff": "13.506812904761887",
+ "score-diff-perc": "+2.85042%",
+ "tooltip": "score = 487.35996138095237\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +13.50681 (+2.85042%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1283190,11 +1283190,11 @@
19,
52
),
- "score": 465.34356376190476,
- "score-diff": "-32.31621414285718",
- "score-diff-perc": "-6.49364%",
- "tooltip": "score = 465.34356376190476\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -32.31621 (-6.49364%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 503.0821195555556,
+ "score-diff": "5.422341650793669",
+ "score-diff-perc": "+1.08957%",
+ "tooltip": "score = 503.0821195555556\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +5.42234 (+1.08957%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1283216,11 +1283216,11 @@
19,
52
),
- "score": 503.0821195555556,
- "score-diff": "37.738555793650846",
- "score-diff-perc": "+8.10983%",
- "tooltip": "score = 503.0821195555556\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +37.73856 (+8.10983%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 465.34356376190476,
+ "score-diff": "-37.738555793650846",
+ "score-diff-perc": "-7.50147%",
+ "tooltip": "score = 465.34356376190476\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -37.73856 (-7.50147%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1284757,11 +1284757,11 @@
21,
27
),
- "score": 397.552640125,
- "score-diff": "-65.95040858928576",
- "score-diff-perc": "-14.22869%",
- "tooltip": "score = 397.552640125\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -65.95041 (-14.22869%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 399.9543012916667,
+ "score-diff": "-63.548747422619044",
+ "score-diff-perc": "-13.71053%",
+ "tooltip": "score = 399.9543012916667\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -63.54875 (-13.71053%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1284783,11 +1284783,11 @@
21,
27
),
- "score": 399.9543012916667,
- "score-diff": "2.401661166666713",
- "score-diff-perc": "+0.60411%",
- "tooltip": "score = 399.9543012916667\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.40166 (+0.60411%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 400.87540341666664,
+ "score-diff": "0.9211021249999476",
+ "score-diff-perc": "+0.23030%",
+ "tooltip": "score = 400.87540341666664\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.92110 (+0.23030%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1284809,11 +1284809,11 @@
21,
27
),
- "score": 400.87540341666664,
- "score-diff": "0.9211021249999476",
- "score-diff-perc": "+0.23030%",
- "tooltip": "score = 400.87540341666664\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.92110 (+0.23030%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 397.552640125,
+ "score-diff": "-3.3227632916666607",
+ "score-diff-perc": "-0.82888%",
+ "tooltip": "score = 397.552640125\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.32276 (-0.82888%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1284836,9 +1284836,9 @@
32
),
"score": 455.2437287619047,
- "score-diff": "54.36832534523808",
- "score-diff-perc": "+13.56240%",
- "tooltip": "score = 455.2437287619047\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +54.36833 (+13.56240%)",
+ "score-diff": "57.69108863690474",
+ "score-diff-perc": "+14.51156%",
+ "tooltip": "score = 455.2437287619047\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +57.69109 (+14.51156%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1289281,11 +1289281,11 @@
19,
52
),
- "score": 434.28932576190476,
- "score-diff": "-30.983681523809537",
- "score-diff-perc": "-6.65925%",
- "tooltip": "score = 434.28932576190476\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -30.98368 (-6.65925%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 468.6635272857143,
+ "score-diff": "3.390519999999981",
+ "score-diff-perc": "+0.72872%",
+ "tooltip": "score = 468.6635272857143\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.39052 (+0.72872%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1289307,11 +1289307,11 @@
19,
52
),
- "score": 468.6635272857143,
- "score-diff": "34.37420152380952",
- "score-diff-perc": "+7.91505%",
- "tooltip": "score = 468.6635272857143\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +34.37420 (+7.91505%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 434.28932576190476,
+ "score-diff": "-34.37420152380952",
+ "score-diff-perc": "-7.33452%",
+ "tooltip": "score = 434.28932576190476\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -34.37420 (-7.33452%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1290848,11 +1290848,11 @@
21,
27
),
- "score": 1064.3029040000001,
- "score-diff": "-202.27872344444427",
- "score-diff-perc": "-15.97045%",
- "tooltip": "score = 1064.3029040000001\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -202.27872 (-15.97045%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1027.0676957777778,
+ "score-diff": "-239.51393166666662",
+ "score-diff-perc": "-18.91026%",
+ "tooltip": "score = 1027.0676957777778\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -239.51393 (-18.91026%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1290874,11 +1290874,11 @@
21,
27
),
- "score": 1027.0676957777778,
- "score-diff": "-37.235208222222354",
- "score-diff-perc": "-3.49855%",
- "tooltip": "score = 1027.0676957777778\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -37.23521 (-3.49855%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1047.1808371111113,
+ "score-diff": "20.113141333333488",
+ "score-diff-perc": "+1.95831%",
+ "tooltip": "score = 1047.1808371111113\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +20.11314 (+1.95831%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1290900,11 +1290900,11 @@
21,
27
),
- "score": 1047.1808371111113,
- "score-diff": "20.113141333333488",
- "score-diff-perc": "+1.95831%",
- "tooltip": "score = 1047.1808371111113\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +20.11314 (+1.95831%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 1064.3029040000001,
+ "score-diff": "17.122066888888867",
+ "score-diff-perc": "+1.63506%",
+ "tooltip": "score = 1064.3029040000001\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +17.12207 (+1.63506%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1290927,9 +1290927,9 @@
32
),
"score": 1149.9924294444443,
- "score-diff": "102.81159233333301",
- "score-diff-perc": "+9.81794%",
- "tooltip": "score = 1149.9924294444443\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +102.81159 (+9.81794%)",
+ "score-diff": "85.68952544444414",
+ "score-diff-perc": "+8.05123%",
+ "tooltip": "score = 1149.9924294444443\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +85.68953 (+8.05123%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1295301,11 +1295301,11 @@
21,
27
),
- "score": 70.36202928682171,
- "score-diff": "-1.6622108480989368",
- "score-diff-perc": "-2.30785%",
- "tooltip": "score = 70.36202928682171\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.66221 (-2.30785%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 70.3076423488372,
+ "score-diff": "-1.7165977860834403",
+ "score-diff-perc": "-2.38336%",
+ "tooltip": "score = 70.3076423488372\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.71660 (-2.38336%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1295327,11 +1295327,11 @@
21,
27
),
- "score": 70.3076423488372,
- "score-diff": "-0.05438693798450345",
- "score-diff-perc": "-0.07730%",
- "tooltip": "score = 70.3076423488372\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.05439 (-0.07730%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 70.5636072248062,
+ "score-diff": "0.2559648759689992",
+ "score-diff-perc": "+0.36406%",
+ "tooltip": "score = 70.5636072248062\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.25596 (+0.36406%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1295353,11 +1295353,11 @@
21,
27
),
- "score": 70.5636072248062,
- "score-diff": "0.2559648759689992",
- "score-diff-perc": "+0.36406%",
- "tooltip": "score = 70.5636072248062\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.25596 (+0.36406%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 70.36202928682171,
+ "score-diff": "-0.20157793798449575",
+ "score-diff-perc": "-0.28567%",
+ "tooltip": "score = 70.36202928682171\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.20158 (-0.28567%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1295380,9 +1295380,9 @@
32
),
"score": 72.32967468253969,
- "score-diff": "1.7660674577334845",
- "score-diff-perc": "+2.50280%",
- "tooltip": "score = 72.32967468253969\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.76607 (+2.50280%)",
+ "score-diff": "1.9676453957179803",
+ "score-diff-perc": "+2.79646%",
+ "tooltip": "score = 72.32967468253969\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.96765 (+2.79646%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1299728,11 +1299728,11 @@
21,
27
),
- "score": 7048.410099666667,
- "score-diff": "-1049.4596343333333",
- "score-diff-perc": "-12.95970%",
- "tooltip": "score = 7048.410099666667\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1049.45963 (-12.95970%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 7126.779151,
+ "score-diff": "-971.0905830000002",
+ "score-diff-perc": "-11.99193%",
+ "tooltip": "score = 7126.779151\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -971.09058 (-11.99193%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1299754,11 +1299754,11 @@
21,
27
),
- "score": 7126.779151,
- "score-diff": "78.36905133333312",
- "score-diff-perc": "+1.11187%",
- "tooltip": "score = 7126.779151\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +78.36905 (+1.11187%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 7166.960459333334,
+ "score-diff": "40.18130833333453",
+ "score-diff-perc": "+0.56381%",
+ "tooltip": "score = 7166.960459333334\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +40.18131 (+0.56381%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1299780,11 +1299780,11 @@
21,
27
),
- "score": 7166.960459333334,
- "score-diff": "40.18130833333453",
- "score-diff-perc": "+0.56381%",
- "tooltip": "score = 7166.960459333334\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +40.18131 (+0.56381%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 7048.410099666667,
+ "score-diff": "-118.55035966666765",
+ "score-diff-perc": "-1.65412%",
+ "tooltip": "score = 7048.410099666667\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -118.55036 (-1.65412%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1299807,9 +1299807,9 @@
32
),
"score": 8603.256674666667,
- "score-diff": "1436.2962153333328",
- "score-diff-perc": "+20.04052%",
- "tooltip": "score = 8603.256674666667\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1436.29622 (+20.04052%)",
+ "score-diff": "1554.8465750000005",
+ "score-diff-perc": "+22.05954%",
+ "tooltip": "score = 8603.256674666667\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1554.84658 (+22.05954%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1304181,11 +1304181,11 @@
21,
27
),
- "score": 3027.8079966666664,
- "score-diff": "-563.6331000000005",
- "score-diff-perc": "-15.69379%",
- "tooltip": "score = 3027.8079966666664\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -563.63310 (-15.69379%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 3036.4160916666665,
+ "score-diff": "-555.0250050000004",
+ "score-diff-perc": "-15.45410%",
+ "tooltip": "score = 3036.4160916666665\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -555.02501 (-15.45410%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1304207,11 +1304207,11 @@
21,
27
),
- "score": 3036.4160916666665,
- "score-diff": "8.608095000000048",
- "score-diff-perc": "+0.28430%",
- "tooltip": "score = 3036.4160916666665\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +8.60810 (+0.28430%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 3077.7294033333333,
+ "score-diff": "41.31331166666678",
+ "score-diff-perc": "+1.36059%",
+ "tooltip": "score = 3077.7294033333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +41.31331 (+1.36059%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1304233,11 +1304233,11 @@
21,
27
),
- "score": 3077.7294033333333,
- "score-diff": "41.31331166666678",
- "score-diff-perc": "+1.36059%",
- "tooltip": "score = 3077.7294033333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +41.31331 (+1.36059%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 3027.8079966666664,
+ "score-diff": "-49.921406666666826",
+ "score-diff-perc": "-1.62202%",
+ "tooltip": "score = 3027.8079966666664\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -49.92141 (-1.62202%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1304260,9 +1304260,9 @@
32
),
"score": 3518.275576666667,
- "score-diff": "440.5461733333336",
- "score-diff-perc": "+14.31400%",
- "tooltip": "score = 3518.275576666667\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +440.54617 (+14.31400%)",
+ "score-diff": "490.46758000000045",
+ "score-diff-perc": "+16.19877%",
+ "tooltip": "score = 3518.275576666667\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +490.46758 (+16.19877%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1308218,11 +1308218,11 @@
19,
52
),
- "score": 334.234694137037,
- "score-diff": "-3.1695731962963123",
- "score-diff-perc": "-0.93940%",
- "tooltip": "score = 334.234694137037\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.16957 (-0.93940%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 321.56472446666663,
+ "score-diff": "-15.839542866666704",
+ "score-diff-perc": "-4.69453%",
+ "tooltip": "score = 321.56472446666663\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -15.83954 (-4.69453%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1308244,11 +1308244,11 @@
19,
52
),
- "score": 321.56472446666663,
- "score-diff": "-12.669969670370392",
- "score-diff-perc": "-3.79074%",
- "tooltip": "score = 321.56472446666663\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -12.66997 (-3.79074%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 334.234694137037,
+ "score-diff": "12.669969670370392",
+ "score-diff-perc": "+3.94010%",
+ "tooltip": "score = 334.234694137037\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +12.66997 (+3.94010%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1309785,11 +1309785,11 @@
21,
27
),
- "score": 393.7097347083334,
- "score-diff": "-41.783512815476115",
- "score-diff-perc": "-9.59453%",
- "tooltip": "score = 393.7097347083334\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -41.78351 (-9.59453%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 441.70411633333333,
+ "score-diff": "6.210868809523845",
+ "score-diff-perc": "+1.42617%",
+ "tooltip": "score = 441.70411633333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +6.21087 (+1.42617%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1309811,11 +1309811,11 @@
21,
27
),
- "score": 441.70411633333333,
- "score-diff": "47.99438162499996",
- "score-diff-perc": "+12.19030%",
- "tooltip": "score = 441.70411633333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +47.99438 (+12.19030%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 440.1958510476191,
+ "score-diff": "-1.5082652857142307",
+ "score-diff-perc": "-0.34147%",
+ "tooltip": "score = 440.1958510476191\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.50827 (-0.34147%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1309837,11 +1309837,11 @@
21,
27
),
- "score": 440.1958510476191,
- "score-diff": "-1.5082652857142307",
- "score-diff-perc": "-0.34147%",
- "tooltip": "score = 440.1958510476191\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.50827 (-0.34147%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 393.7097347083334,
+ "score-diff": "-46.48611633928573",
+ "score-diff-perc": "-10.56033%",
+ "tooltip": "score = 393.7097347083334\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -46.48612 (-10.56033%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1309864,9 +1309864,9 @@
32
),
"score": 459.54934004761907,
- "score-diff": "19.353488999999968",
- "score-diff-perc": "+4.39656%",
- "tooltip": "score = 459.54934004761907\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +19.35349 (+4.39656%)",
+ "score-diff": "65.8396053392857",
+ "score-diff-perc": "+16.72288%",
+ "tooltip": "score = 459.54934004761907\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +65.83961 (+16.72288%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1314309,11 +1314309,11 @@
19,
52
),
- "score": 463.1346986666667,
- "score-diff": "-0.801469999999938",
- "score-diff-perc": "-0.17275%",
- "tooltip": "score = 463.1346986666667\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.80147 (-0.17275%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 470.56961100000007,
+ "score-diff": "6.6334423333334485",
+ "score-diff-perc": "+1.42982%",
+ "tooltip": "score = 470.56961100000007\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +6.63344 (+1.42982%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1314335,11 +1314335,11 @@
19,
52
),
- "score": 470.56961100000007,
- "score-diff": "7.434912333333386",
- "score-diff-perc": "+1.60535%",
- "tooltip": "score = 470.56961100000007\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +7.43491 (+1.60535%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 463.1346986666667,
+ "score-diff": "-7.434912333333386",
+ "score-diff-perc": "-1.57998%",
+ "tooltip": "score = 463.1346986666667\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -7.43491 (-1.57998%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1315876,11 +1315876,11 @@
21,
27
),
- "score": 409.31803233333335,
- "score-diff": "-8.027684916666658",
- "score-diff-perc": "-1.92351%",
- "tooltip": "score = 409.31803233333335\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -8.02768 (-1.92351%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 307.3279436,
+ "score-diff": "-110.01777364999998",
+ "score-diff-perc": "-26.36130%",
+ "tooltip": "score = 307.3279436\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -110.01777 (-26.36130%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1315902,11 +1315902,11 @@
21,
27
),
- "score": 307.3279436,
- "score-diff": "-101.99008873333332",
- "score-diff-perc": "-24.91708%",
- "tooltip": "score = 307.3279436\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -101.99009 (-24.91708%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 281.40947887878787,
+ "score-diff": "-25.91846472121216",
+ "score-diff-perc": "-8.43349%",
+ "tooltip": "score = 281.40947887878787\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -25.91846 (-8.43349%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1315928,11 +1315928,11 @@
21,
27
),
- "score": 281.40947887878787,
- "score-diff": "-25.91846472121216",
- "score-diff-perc": "-8.43349%",
- "tooltip": "score = 281.40947887878787\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -25.91846 (-8.43349%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 409.31803233333335,
+ "score-diff": "127.90855345454548",
+ "score-diff-perc": "+45.45282%",
+ "tooltip": "score = 409.31803233333335\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +127.90855 (+45.45282%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1315955,9 +1315955,9 @@
32
),
"score": 416.6095739166667,
- "score-diff": "135.20009503787884",
- "score-diff-perc": "+48.04390%",
- "tooltip": "score = 416.6095739166667\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +135.20010 (+48.04390%)",
+ "score-diff": "7.2915415833333554",
+ "score-diff-perc": "+1.78139%",
+ "tooltip": "score = 416.6095739166667\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +7.29154 (+1.78139%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1320400,11 +1320400,11 @@
19,
52
),
- "score": 428.2833856964285,
- "score-diff": "2.487642863095175",
- "score-diff-perc": "+0.58423%",
- "tooltip": "score = 428.2833856964285\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.48764 (+0.58423%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 467.1730893809524,
+ "score-diff": "41.37734654761903",
+ "score-diff-perc": "+9.71765%",
+ "tooltip": "score = 467.1730893809524\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +41.37735 (+9.71765%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1320426,11 +1320426,11 @@
19,
52
),
- "score": 467.1730893809524,
- "score-diff": "38.88970368452385",
- "score-diff-perc": "+9.08037%",
- "tooltip": "score = 467.1730893809524\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +38.88970 (+9.08037%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 428.2833856964285,
+ "score-diff": "-38.88970368452385",
+ "score-diff-perc": "-8.32447%",
+ "tooltip": "score = 428.2833856964285\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -38.88970 (-8.32447%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1321967,11 +1321967,11 @@
21,
27
),
- "score": 2418.761371888889,
- "score-diff": "-23.006082555556077",
- "score-diff-perc": "-0.94219%",
- "tooltip": "score = 2418.761371888889\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -23.00608 (-0.94219%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 2430.878597555555,
+ "score-diff": "-10.888856888889677",
+ "score-diff-perc": "-0.44594%",
+ "tooltip": "score = 2430.878597555555\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -10.88886 (-0.44594%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1321993,11 +1321993,11 @@
21,
27
),
- "score": 2430.878597555555,
- "score-diff": "12.1172256666664",
- "score-diff-perc": "+0.50097%",
- "tooltip": "score = 2430.878597555555\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +12.11723 (+0.50097%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 2435.5203545555555,
+ "score-diff": "4.641757000000325",
+ "score-diff-perc": "+0.19095%",
+ "tooltip": "score = 2435.5203545555555\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +4.64176 (+0.19095%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1322019,11 +1322019,11 @@
21,
27
),
- "score": 2435.5203545555555,
- "score-diff": "4.641757000000325",
- "score-diff-perc": "+0.19095%",
- "tooltip": "score = 2435.5203545555555\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +4.64176 (+0.19095%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 2418.761371888889,
+ "score-diff": "-16.758982666666725",
+ "score-diff-perc": "-0.68811%",
+ "tooltip": "score = 2418.761371888889\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -16.75898 (-0.68811%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1322046,9 +1322046,9 @@
32
),
"score": 2433.3744760000004,
- "score-diff": "-2.1458785555551003",
- "score-diff-perc": "-0.08811%",
- "tooltip": "score = 2433.3744760000004\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -2.14588 (-0.08811%)",
+ "score-diff": "14.613104111111625",
+ "score-diff-perc": "+0.60416%",
+ "tooltip": "score = 2433.3744760000004\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +14.61310 (+0.60416%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1326491,11 +1326491,11 @@
19,
52
),
- "score": 2340.3896037777777,
- "score-diff": "-23.669965777777634",
- "score-diff-perc": "-1.00124%",
- "tooltip": "score = 2340.3896037777777\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -23.66997 (-1.00124%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 2368.826759666667,
+ "score-diff": "4.767190111111631",
+ "score-diff-perc": "+0.20165%",
+ "tooltip": "score = 2368.826759666667\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +4.76719 (+0.20165%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1326517,11 +1326517,11 @@
19,
52
),
- "score": 2368.826759666667,
- "score-diff": "28.437155888889265",
- "score-diff-perc": "+1.21506%",
- "tooltip": "score = 2368.826759666667\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +28.43716 (+1.21506%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 2340.3896037777777,
+ "score-diff": "-28.437155888889265",
+ "score-diff-perc": "-1.20047%",
+ "tooltip": "score = 2340.3896037777777\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -28.43716 (-1.20047%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1328058,11 +1328058,11 @@
21,
27
),
- "score": 3765.427768,
- "score-diff": "32.11211933333334",
- "score-diff-perc": "+0.86015%",
- "tooltip": "score = 3765.427768\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +32.11212 (+0.86015%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 3759.1822744999995,
+ "score-diff": "25.86662583333282",
+ "score-diff-perc": "+0.69286%",
+ "tooltip": "score = 3759.1822744999995\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +25.86663 (+0.69286%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1328084,11 +1328084,11 @@
21,
27
),
- "score": 3759.1822744999995,
- "score-diff": "-6.245493500000521",
- "score-diff-perc": "-0.16586%",
- "tooltip": "score = 3759.1822744999995\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -6.24549 (-0.16586%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 3813.9279676666665,
+ "score-diff": "54.745693166667024",
+ "score-diff-perc": "+1.45632%",
+ "tooltip": "score = 3813.9279676666665\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +54.74569 (+1.45632%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1328110,11 +1328110,11 @@
21,
27
),
- "score": 3813.9279676666665,
- "score-diff": "54.745693166667024",
- "score-diff-perc": "+1.45632%",
- "tooltip": "score = 3813.9279676666665\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +54.74569 (+1.45632%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 3765.427768,
+ "score-diff": "-48.500199666666504",
+ "score-diff-perc": "-1.27166%",
+ "tooltip": "score = 3765.427768\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -48.50020 (-1.27166%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1328137,9 +1328137,9 @@
32
),
"score": 3712.725479166667,
- "score-diff": "-101.20248849999962",
- "score-diff-perc": "-2.65350%",
- "tooltip": "score = 3712.725479166667\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -101.20249 (-2.65350%)",
+ "score-diff": "-52.702288833333114",
+ "score-diff-perc": "-1.39964%",
+ "tooltip": "score = 3712.725479166667\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -52.70229 (-1.39964%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1332582,11 +1332582,11 @@
19,
52
),
- "score": 3490.3758783333337,
- "score-diff": "-10.289927833332513",
- "score-diff-perc": "-0.29394%",
- "tooltip": "score = 3490.3758783333337\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -10.28993 (-0.29394%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 3459.5492821666667,
+ "score-diff": "-41.11652399999957",
+ "score-diff-perc": "-1.17453%",
+ "tooltip": "score = 3459.5492821666667\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -41.11652 (-1.17453%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1332608,11 +1332608,11 @@
19,
52
),
- "score": 3459.5492821666667,
- "score-diff": "-30.82659616666706",
- "score-diff-perc": "-0.88319%",
- "tooltip": "score = 3459.5492821666667\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -30.82660 (-0.88319%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 3490.3758783333337,
+ "score-diff": "30.82659616666706",
+ "score-diff-perc": "+0.89106%",
+ "tooltip": "score = 3490.3758783333337\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +30.82660 (+0.89106%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1335033,11 +1335033,11 @@
19,
52
),
- "score": 3970.1990568333335,
- "score-diff": "-28.263873166666144",
- "score-diff-perc": "-0.70687%",
- "tooltip": "score = 3970.1990568333335\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -28.26387 (-0.70687%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 4023.563195666667,
+ "score-diff": "25.100265666667383",
+ "score-diff-perc": "+0.62775%",
+ "tooltip": "score = 4023.563195666667\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +25.10027 (+0.62775%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1335059,11 +1335059,11 @@
19,
52
),
- "score": 4023.563195666667,
- "score-diff": "53.36413883333353",
- "score-diff-perc": "+1.34412%",
- "tooltip": "score = 4023.563195666667\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +53.36414 (+1.34412%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 3970.1990568333335,
+ "score-diff": "-53.36413883333353",
+ "score-diff-perc": "-1.32629%",
+ "tooltip": "score = 3970.1990568333335\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -53.36414 (-1.32629%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1336600,11 +1336600,11 @@
21,
27
),
- "score": 11.884008383399209,
- "score-diff": "-0.506801509604907",
- "score-diff-perc": "-4.09014%",
- "tooltip": "score = 11.884008383399209\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.50680 (-4.09014%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 11.880118798418973,
+ "score-diff": "-0.5106910945851428",
+ "score-diff-perc": "-4.12153%",
+ "tooltip": "score = 11.880118798418973\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.51069 (-4.12153%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1336626,11 +1336626,11 @@
21,
27
),
- "score": 11.880118798418973,
- "score-diff": "-0.0038895849802358384",
- "score-diff-perc": "-0.03273%",
- "tooltip": "score = 11.880118798418973\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00389 (-0.03273%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 11.888869687747036,
+ "score-diff": "0.008750889328062783",
+ "score-diff-perc": "+0.07366%",
+ "tooltip": "score = 11.888869687747036\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00875 (+0.07366%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1336652,11 +1336652,11 @@
21,
27
),
- "score": 11.888869687747036,
- "score-diff": "0.008750889328062783",
- "score-diff-perc": "+0.07366%",
- "tooltip": "score = 11.888869687747036\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00875 (+0.07366%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 11.884008383399209,
+ "score-diff": "-0.004861304347826945",
+ "score-diff-perc": "-0.04089%",
+ "tooltip": "score = 11.884008383399209\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00486 (-0.04089%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1336679,9 +1336679,9 @@
32
),
"score": 12.367843748971193,
- "score-diff": "0.4789740612241573",
- "score-diff-perc": "+4.02876%",
- "tooltip": "score = 12.367843748971193\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.47897 (+4.02876%)",
+ "score-diff": "0.48383536557198425",
+ "score-diff-perc": "+4.07131%",
+ "tooltip": "score = 12.367843748971193\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.48384 (+4.07131%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1341124,11 +1341124,11 @@
19,
52
),
- "score": 12.559412058577406,
- "score-diff": "0.013851737744072778",
- "score-diff-perc": "+0.11041%",
- "tooltip": "score = 12.559412058577406\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01385 (+0.11041%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 12.541821229166667,
+ "score-diff": "-0.0037390916666666385",
+ "score-diff-perc": "-0.02980%",
+ "tooltip": "score = 12.541821229166667\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00374 (-0.02980%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1341150,11 +1341150,11 @@
19,
52
),
- "score": 12.541821229166667,
- "score-diff": "-0.017590829410739417",
- "score-diff-perc": "-0.14006%",
- "tooltip": "score = 12.541821229166667\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01759 (-0.14006%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 12.559412058577406,
+ "score-diff": "0.017590829410739417",
+ "score-diff-perc": "+0.14026%",
+ "tooltip": "score = 12.559412058577406\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01759 (+0.14026%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1342691,11 +1342691,11 @@
21,
27
),
- "score": 10.812669881294964,
- "score-diff": "1.7946462236373062",
- "score-diff-perc": "+19.90066%",
- "tooltip": "score = 10.812669881294964\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.79465 (+19.90066%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 10.824896352517985,
+ "score-diff": "1.8068726948603278",
+ "score-diff-perc": "+20.03624%",
+ "tooltip": "score = 10.824896352517985\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.80687 (+20.03624%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1342717,11 +1342717,11 @@
21,
27
),
- "score": 10.824896352517985,
- "score-diff": "0.012226471223021562",
- "score-diff-perc": "+0.11308%",
- "tooltip": "score = 10.824896352517985\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.01223 (+0.11308%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 10.817615665467626,
+ "score-diff": "-0.007280687050359447",
+ "score-diff-perc": "-0.06726%",
+ "tooltip": "score = 10.817615665467626\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00728 (-0.06726%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1342743,11 +1342743,11 @@
21,
27
),
- "score": 10.817615665467626,
- "score-diff": "-0.007280687050359447",
- "score-diff-perc": "-0.06726%",
- "tooltip": "score = 10.817615665467626\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00728 (-0.06726%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 10.812669881294964,
+ "score-diff": "-0.0049457841726621155",
+ "score-diff-perc": "-0.04572%",
+ "tooltip": "score = 10.812669881294964\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00495 (-0.04572%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1342770,9 +1342770,9 @@
32
),
"score": 9.035176501501502,
- "score-diff": "-1.7824391639661243",
- "score-diff-perc": "-16.47719%",
- "tooltip": "score = 9.035176501501502\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -1.78244 (-16.47719%)",
+ "score-diff": "-1.7774933797934622",
+ "score-diff-perc": "-16.43899%",
+ "tooltip": "score = 9.035176501501502\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -1.77749 (-16.43899%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1347215,11 +1347215,11 @@
19,
52
),
- "score": 9.130560477203648,
- "score-diff": "0.006252787234043211",
- "score-diff-perc": "+0.06853%",
- "tooltip": "score = 9.130560477203648\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00625 (+0.06853%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 9.122264729483282,
+ "score-diff": "-0.002042960486322798",
+ "score-diff-perc": "-0.02239%",
+ "tooltip": "score = 9.122264729483282\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00204 (-0.02239%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1347241,11 +1347241,11 @@
19,
52
),
- "score": 9.122264729483282,
- "score-diff": "-0.008295747720366009",
- "score-diff-perc": "-0.09086%",
- "tooltip": "score = 9.122264729483282\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00830 (-0.09086%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 9.130560477203648,
+ "score-diff": "0.008295747720366009",
+ "score-diff-perc": "+0.09094%",
+ "tooltip": "score = 9.130560477203648\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00830 (+0.09094%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1348782,11 +1348782,11 @@
21,
27
),
- "score": 8.413706565826331,
- "score-diff": "-1.189520367081018",
- "score-diff-perc": "-12.38667%",
- "tooltip": "score = 8.413706565826331\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.18952 (-12.38667%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 8.401096731843575,
+ "score-diff": "-1.202130201063774",
+ "score-diff-perc": "-12.51798%",
+ "tooltip": "score = 8.401096731843575\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.20213 (-12.51798%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1348808,11 +1348808,11 @@
21,
27
),
- "score": 8.401096731843575,
- "score-diff": "-0.012609833982756058",
- "score-diff-perc": "-0.14987%",
- "tooltip": "score = 8.401096731843575\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01261 (-0.14987%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 8.40551043137255,
+ "score-diff": "0.004413699528974746",
+ "score-diff-perc": "+0.05254%",
+ "tooltip": "score = 8.40551043137255\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00441 (+0.05254%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1348834,11 +1348834,11 @@
21,
27
),
- "score": 8.40551043137255,
- "score-diff": "0.004413699528974746",
- "score-diff-perc": "+0.05254%",
- "tooltip": "score = 8.40551043137255\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00441 (+0.05254%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 8.413706565826331,
+ "score-diff": "0.008196134453781312",
+ "score-diff-perc": "+0.09751%",
+ "tooltip": "score = 8.413706565826331\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00820 (+0.09751%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1348861,9 +1348861,9 @@
32
),
"score": 9.60051849201278,
- "score-diff": "1.1950080606402302",
- "score-diff-perc": "+14.21696%",
- "tooltip": "score = 9.60051849201278\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.19501 (+14.21696%)",
+ "score-diff": "1.186811926186449",
+ "score-diff-perc": "+14.10570%",
+ "tooltip": "score = 9.60051849201278\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.18681 (+14.10570%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1353306,11 +1353306,11 @@
19,
52
),
- "score": 9.726800818770226,
- "score-diff": "-0.021863022138864707",
- "score-diff-perc": "-0.22427%",
- "tooltip": "score = 9.726800818770226\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.02186 (-0.22427%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 9.725565042071198,
+ "score-diff": "-0.023098798837892787",
+ "score-diff-perc": "-0.23694%",
+ "tooltip": "score = 9.725565042071198\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.02310 (-0.23694%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1353332,11 +1353332,11 @@
19,
52
),
- "score": 9.725565042071198,
- "score-diff": "-0.0012357766990280794",
- "score-diff-perc": "-0.01270%",
- "tooltip": "score = 9.725565042071198\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00124 (-0.01270%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 9.726800818770226,
+ "score-diff": "0.0012357766990280794",
+ "score-diff-perc": "+0.01271%",
+ "tooltip": "score = 9.726800818770226\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00124 (+0.01271%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1354873,11 +1354873,11 @@
21,
27
),
- "score": 8.408725221288515,
- "score-diff": "-1.1987038905325704",
- "score-diff-perc": "-12.47684%",
- "tooltip": "score = 8.408725221288515\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.19870 (-12.47684%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 8.40252567877095,
+ "score-diff": "-1.204903433050136",
+ "score-diff-perc": "-12.54137%",
+ "tooltip": "score = 8.40252567877095\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.20490 (-12.54137%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1354899,11 +1354899,11 @@
21,
27
),
- "score": 8.40252567877095,
- "score-diff": "-0.006199542517565604",
- "score-diff-perc": "-0.07373%",
- "tooltip": "score = 8.40252567877095\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00620 (-0.07373%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 8.401658081005587,
+ "score-diff": "-0.0008675977653620492",
+ "score-diff-perc": "-0.01033%",
+ "tooltip": "score = 8.401658081005587\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00087 (-0.01033%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1354925,11 +1354925,11 @@
21,
27
),
- "score": 8.401658081005587,
- "score-diff": "-0.0008675977653620492",
- "score-diff-perc": "-0.01033%",
- "tooltip": "score = 8.401658081005587\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00087 (-0.01033%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 8.408725221288515,
+ "score-diff": "0.007067140282927653",
+ "score-diff-perc": "+0.08412%",
+ "tooltip": "score = 8.408725221288515\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00707 (+0.08412%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1354952,9 +1354952,9 @@
32
),
"score": 9.60196177316294,
- "score-diff": "1.2003036921573518",
- "score-diff-perc": "+14.28651%",
- "tooltip": "score = 9.60196177316294\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.20030 (+14.28651%)",
+ "score-diff": "1.1932365518744241",
+ "score-diff-perc": "+14.19046%",
+ "tooltip": "score = 9.60196177316294\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.19324 (+14.19046%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1359397,11 +1359397,11 @@
19,
52
),
- "score": 9.727428974110031,
- "score-diff": "-0.02048973368217588",
- "score-diff-perc": "-0.21020%",
- "tooltip": "score = 9.727428974110031\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.02049 (-0.21020%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 9.738860365695793,
+ "score-diff": "-0.009058342096414762",
+ "score-diff-perc": "-0.09293%",
+ "tooltip": "score = 9.738860365695793\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00906 (-0.09293%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1359423,11 +1359423,11 @@
19,
52
),
- "score": 9.738860365695793,
- "score-diff": "0.01143139158576112",
- "score-diff-perc": "+0.11752%",
- "tooltip": "score = 9.738860365695793\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01143 (+0.11752%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 9.727428974110031,
+ "score-diff": "-0.01143139158576112",
+ "score-diff-perc": "-0.11738%",
+ "tooltip": "score = 9.727428974110031\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01143 (-0.11738%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1360964,11 +1360964,11 @@
21,
27
),
- "score": 21.661841021582735,
- "score-diff": "-7.210763141878804",
- "score-diff-perc": "-24.97441%",
- "tooltip": "score = 21.661841021582735\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -7.21076 (-24.97441%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 21.65026442446043,
+ "score-diff": "-7.222339739001107",
+ "score-diff-perc": "-25.01451%",
+ "tooltip": "score = 21.65026442446043\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -7.22234 (-25.01451%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1360990,11 +1360990,11 @@
21,
27
),
- "score": 21.65026442446043,
- "score-diff": "-0.011576597122303411",
- "score-diff-perc": "-0.05344%",
- "tooltip": "score = 21.65026442446043\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01158 (-0.05344%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 21.637487935251798,
+ "score-diff": "-0.01277648920863328",
+ "score-diff-perc": "-0.05901%",
+ "tooltip": "score = 21.637487935251798\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01278 (-0.05901%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1361016,11 +1361016,11 @@
21,
27
),
- "score": 21.637487935251798,
- "score-diff": "-0.01277648920863328",
- "score-diff-perc": "-0.05901%",
- "tooltip": "score = 21.637487935251798\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01278 (-0.05901%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 21.661841021582735,
+ "score-diff": "0.02435308633093669",
+ "score-diff-perc": "+0.11255%",
+ "tooltip": "score = 21.661841021582735\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.02435 (+0.11255%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1361043,9 +1361043,9 @@
32
),
"score": 28.85239457692308,
- "score-diff": "7.214906641671281",
- "score-diff-perc": "+33.34447%",
- "tooltip": "score = 28.85239457692308\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +7.21491 (+33.34447%)",
+ "score-diff": "7.190553555340344",
+ "score-diff-perc": "+33.19456%",
+ "tooltip": "score = 28.85239457692308\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +7.19055 (+33.19456%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1365488,11 +1365488,11 @@
19,
52
),
- "score": 38.9570252948718,
- "score-diff": "0.07657597435897401",
- "score-diff-perc": "+0.19695%",
- "tooltip": "score = 38.9570252948718\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.07658 (+0.19695%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 38.96695057142857,
+ "score-diff": "0.08650125091574523",
+ "score-diff-perc": "+0.22248%",
+ "tooltip": "score = 38.96695057142857\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.08650 (+0.22248%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1365514,11 +1365514,11 @@
19,
52
),
- "score": 38.96695057142857,
- "score-diff": "0.009925276556771223",
- "score-diff-perc": "+0.02548%",
- "tooltip": "score = 38.96695057142857\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00993 (+0.02548%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 38.9570252948718,
+ "score-diff": "-0.009925276556771223",
+ "score-diff-perc": "-0.02547%",
+ "tooltip": "score = 38.9570252948718\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00993 (-0.02547%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1367055,11 +1367055,11 @@
21,
27
),
- "score": 6.104464589430894,
- "score-diff": "0.10631858943089423",
- "score-diff-perc": "+1.77252%",
- "tooltip": "score = 6.104464589430894\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.10632 (+1.77252%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 6.007278386,
+ "score-diff": "0.009132386000000103",
+ "score-diff-perc": "+0.15225%",
+ "tooltip": "score = 6.007278386\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00913 (+0.15225%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1367081,11 +1367081,11 @@
21,
27
),
- "score": 6.007278386,
- "score-diff": "-0.09718620343089412",
- "score-diff-perc": "-1.59205%",
- "tooltip": "score = 6.007278386\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.09719 (-1.59205%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 6.015147286573146,
+ "score-diff": "0.007868900573146043",
+ "score-diff-perc": "+0.13099%",
+ "tooltip": "score = 6.015147286573146\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00787 (+0.13099%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1367107,11 +1367107,11 @@
21,
27
),
- "score": 6.015147286573146,
- "score-diff": "0.007868900573146043",
- "score-diff-perc": "+0.13099%",
- "tooltip": "score = 6.015147286573146\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00787 (+0.13099%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 6.104464589430894,
+ "score-diff": "0.08931730285774808",
+ "score-diff-perc": "+1.48487%",
+ "tooltip": "score = 6.104464589430894\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.08932 (+1.48487%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1367134,9 +1367134,9 @@
32
),
"score": 6.056439439516129,
- "score-diff": "0.04129215294298305",
- "score-diff-perc": "+0.68647%",
- "tooltip": "score = 6.056439439516129\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.04129 (+0.68647%)",
+ "score-diff": "-0.04802514991476503",
+ "score-diff-perc": "-0.78672%",
+ "tooltip": "score = 6.056439439516129\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.04803 (-0.78672%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1371579,11 +1371579,11 @@
19,
52
),
- "score": 155.8776651,
- "score-diff": "1.2961045499999955",
- "score-diff-perc": "+0.83846%",
- "tooltip": "score = 155.8776651\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.29610 (+0.83846%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 155.7458981,
+ "score-diff": "1.164337549999999",
+ "score-diff-perc": "+0.75322%",
+ "tooltip": "score = 155.7458981\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.16434 (+0.75322%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1371605,11 +1371605,11 @@
19,
52
),
- "score": 155.7458981,
- "score-diff": "-0.13176699999999641",
- "score-diff-perc": "-0.08453%",
- "tooltip": "score = 155.7458981\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.13177 (-0.08453%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 155.8776651,
+ "score-diff": "0.13176699999999641",
+ "score-diff-perc": "+0.08460%",
+ "tooltip": "score = 155.8776651\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.13177 (+0.08460%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1373094,11 +1373094,11 @@
21,
27
),
- "score": 20.216236,
- "score-diff": "-5.325614533898307",
- "score-diff-perc": "-20.85054%",
- "tooltip": "score = 20.216236\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.32561 (-20.85054%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 16.13938758064516,
+ "score-diff": "-9.402462953253146",
+ "score-diff-perc": "-36.81199%",
+ "tooltip": "score = 16.13938758064516\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -9.40246 (-36.81199%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1373120,11 +1373120,11 @@
21,
27
),
- "score": 16.13938758064516,
- "score-diff": "-4.076848419354839",
- "score-diff-perc": "-20.16621%",
- "tooltip": "score = 16.13938758064516\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.07685 (-20.16621%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 19.381444187096776,
+ "score-diff": "3.242056606451616",
+ "score-diff-perc": "+20.08785%",
+ "tooltip": "score = 19.381444187096776\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.24206 (+20.08785%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1373146,11 +1373146,11 @@
21,
27
),
- "score": 19.381444187096776,
- "score-diff": "3.242056606451616",
- "score-diff-perc": "+20.08785%",
- "tooltip": "score = 19.381444187096776\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.24206 (+20.08785%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 20.216236,
+ "score-diff": "0.834791812903223",
+ "score-diff-perc": "+4.30717%",
+ "tooltip": "score = 20.216236\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.83479 (+4.30717%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1373173,9 +1373173,9 @@
32
),
"score": 22.279230962962963,
- "score-diff": "2.8977867758661873",
- "score-diff-perc": "+14.95135%",
- "tooltip": "score = 22.279230962962963\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.89779 (+14.95135%)",
+ "score-diff": "2.0629949629629643",
+ "score-diff-perc": "+10.20464%",
+ "tooltip": "score = 22.279230962962963\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.06299 (+10.20464%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1377592,11 +1377592,11 @@
19,
52
),
- "score": 24.5065,
- "score-diff": "-1.3994233275862094",
- "score-diff-perc": "-5.40194%",
- "tooltip": "score = 24.5065\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.39942 (-5.40194%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 24.89970529752066,
+ "score-diff": "-1.006218030065547",
+ "score-diff-perc": "-3.88412%",
+ "tooltip": "score = 24.89970529752066\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.00622 (-3.88412%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1377618,11 +1377618,11 @@
19,
52
),
- "score": 24.89970529752066,
- "score-diff": "0.39320529752066236",
- "score-diff-perc": "+1.60449%",
- "tooltip": "score = 24.89970529752066\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.39321 (+1.60449%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 24.5065,
+ "score-diff": "-0.39320529752066236",
+ "score-diff-perc": "-1.57916%",
+ "tooltip": "score = 24.5065\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.39321 (-1.57916%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1379133,11 +1379133,11 @@
21,
27
),
- "score": 88.42945920588235,
- "score-diff": "-1.750942441176477",
- "score-diff-perc": "-1.94160%",
- "tooltip": "score = 88.42945920588235\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.75094 (-1.94160%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 76.568324625,
+ "score-diff": "-13.612077022058827",
+ "score-diff-perc": "-15.09427%",
+ "tooltip": "score = 76.568324625\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -13.61208 (-15.09427%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1379159,11 +1379159,11 @@
21,
27
),
- "score": 76.568324625,
- "score-diff": "-11.86113458088235",
- "score-diff-perc": "-13.41310%",
- "tooltip": "score = 76.568324625\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -11.86113 (-13.41310%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 73.2653292195122,
+ "score-diff": "-3.302995405487806",
+ "score-diff-perc": "-4.31379%",
+ "tooltip": "score = 73.2653292195122\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.30300 (-4.31379%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1379185,11 +1379185,11 @@
21,
27
),
- "score": 73.2653292195122,
- "score-diff": "-3.302995405487806",
- "score-diff-perc": "-4.31379%",
- "tooltip": "score = 73.2653292195122\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.30300 (-4.31379%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 88.42945920588235,
+ "score-diff": "15.164129986370156",
+ "score-diff-perc": "+20.69755%",
+ "tooltip": "score = 88.42945920588235\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +15.16413 (+20.69755%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1379212,9 +1379212,9 @@
32
),
"score": 92.12832524242424,
- "score-diff": "18.862996022912043",
- "score-diff-perc": "+25.74614%",
- "tooltip": "score = 92.12832524242424\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +18.86300 (+25.74614%)",
+ "score-diff": "3.6988660365418866",
+ "score-diff-perc": "+4.18284%",
+ "tooltip": "score = 92.12832524242424\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +3.69887 (+4.18284%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1383657,11 +1383657,11 @@
19,
52
),
- "score": 87.5375378,
- "score-diff": "-5.224477290909093",
- "score-diff-perc": "-5.63213%",
- "tooltip": "score = 87.5375378\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -5.22448 (-5.63213%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 86.79031814285715,
+ "score-diff": "-5.971696948051942",
+ "score-diff-perc": "-6.43765%",
+ "tooltip": "score = 86.79031814285715\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -5.97170 (-6.43765%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1383683,11 +1383683,11 @@
19,
52
),
- "score": 86.79031814285715,
- "score-diff": "-0.7472196571428498",
- "score-diff-perc": "-0.85360%",
- "tooltip": "score = 86.79031814285715\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.74722 (-0.85360%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 87.5375378,
+ "score-diff": "0.7472196571428498",
+ "score-diff-perc": "+0.86095%",
+ "tooltip": "score = 87.5375378\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.74722 (+0.86095%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1385224,11 +1385224,11 @@
21,
27
),
- "score": 72.15412835714285,
- "score-diff": "-12.600965198412709",
- "score-diff-perc": "-14.86750%",
- "tooltip": "score = 72.15412835714285\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -12.60097 (-14.86750%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 79.38898984210526,
+ "score-diff": "-5.3661037134503005",
+ "score-diff-perc": "-6.33131%",
+ "tooltip": "score = 79.38898984210526\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.36610 (-6.33131%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1385250,11 +1385250,11 @@
21,
27
),
- "score": 79.38898984210526,
- "score-diff": "7.234861484962408",
- "score-diff-perc": "+10.02695%",
- "tooltip": "score = 79.38898984210526\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +7.23486 (+10.02695%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 67.47537053333333,
+ "score-diff": "-11.913619308771928",
+ "score-diff-perc": "-15.00664%",
+ "tooltip": "score = 67.47537053333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -11.91362 (-15.00664%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1385276,11 +1385276,11 @@
21,
27
),
- "score": 67.47537053333333,
- "score-diff": "-11.913619308771928",
- "score-diff-perc": "-15.00664%",
- "tooltip": "score = 67.47537053333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -11.91362 (-15.00664%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 72.15412835714285,
+ "score-diff": "4.678757823809519",
+ "score-diff-perc": "+6.93402%",
+ "tooltip": "score = 72.15412835714285\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +4.67876 (+6.93402%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1385303,9 +1385303,9 @@
32
),
"score": 82.08076521621622,
- "score-diff": "14.605394682882888",
- "score-diff-perc": "+21.64552%",
- "tooltip": "score = 82.08076521621622\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +14.60539 (+21.64552%)",
+ "score-diff": "9.92663685907337",
+ "score-diff-perc": "+13.75755%",
+ "tooltip": "score = 82.08076521621622\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +9.92664 (+13.75755%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1389748,11 +1389748,11 @@
19,
52
),
- "score": 79.32960278947368,
- "score-diff": "-4.973492627192982",
- "score-diff-perc": "-5.89954%",
- "tooltip": "score = 79.32960278947368\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -4.97349 (-5.89954%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 77.95671241025642,
+ "score-diff": "-6.3463830064102495",
+ "score-diff-perc": "-7.52805%",
+ "tooltip": "score = 77.95671241025642\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -6.34638 (-7.52805%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1389774,11 +1389774,11 @@
19,
52
),
- "score": 77.95671241025642,
- "score-diff": "-1.3728903792172673",
- "score-diff-perc": "-1.73062%",
- "tooltip": "score = 77.95671241025642\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.37289 (-1.73062%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 79.32960278947368,
+ "score-diff": "1.3728903792172673",
+ "score-diff-perc": "+1.76109%",
+ "tooltip": "score = 79.32960278947368\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.37289 (+1.76109%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1391315,11 +1391315,11 @@
21,
27
),
- "score": 14.306686314285715,
- "score-diff": "-7.941599619047617",
- "score-diff-perc": "-35.69533%",
- "tooltip": "score = 14.306686314285715\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -7.94160 (-35.69533%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 20.483042639455782,
+ "score-diff": "-1.7652432938775497",
+ "score-diff-perc": "-7.93429%",
+ "tooltip": "score = 20.483042639455782\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.76524 (-7.93429%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1391341,11 +1391341,11 @@
21,
27
),
- "score": 20.483042639455782,
- "score-diff": "6.176356325170067",
- "score-diff-perc": "+43.17112%",
- "tooltip": "score = 20.483042639455782\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +6.17636 (+43.17112%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 21.971315554744525,
+ "score-diff": "1.4882729152887428",
+ "score-diff-perc": "+7.26588%",
+ "tooltip": "score = 21.971315554744525\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.48827 (+7.26588%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1391367,11 +1391367,11 @@
21,
27
),
- "score": 21.971315554744525,
- "score-diff": "1.4882729152887428",
- "score-diff-perc": "+7.26588%",
- "tooltip": "score = 21.971315554744525\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.48827 (+7.26588%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 14.306686314285715,
+ "score-diff": "-7.66462924045881",
+ "score-diff-perc": "-34.88471%",
+ "tooltip": "score = 14.306686314285715\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -7.66463 (-34.88471%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1391394,9 +1391394,9 @@
32
),
"score": 23.326576635658913,
- "score-diff": "1.3552610809143886",
- "score-diff-perc": "+6.16832%",
- "tooltip": "score = 23.326576635658913\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.35526 (+6.16832%)",
+ "score-diff": "9.019890321373198",
+ "score-diff-perc": "+63.04668%",
+ "tooltip": "score = 23.326576635658913\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +9.01989 (+63.04668%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1395839,11 +1395839,11 @@
19,
52
),
- "score": 24.489538235772358,
- "score-diff": "3.612534749661247",
- "score-diff-perc": "+17.30389%",
- "tooltip": "score = 24.489538235772358\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.61253 (+17.30389%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 16.594541662983424,
+ "score-diff": "-4.2824618231276865",
+ "score-diff-perc": "-20.51282%",
+ "tooltip": "score = 16.594541662983424\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -4.28246 (-20.51282%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1395865,11 +1395865,11 @@
19,
52
),
- "score": 16.594541662983424,
- "score-diff": "-7.8949965727889335",
- "score-diff-perc": "-32.23824%",
- "tooltip": "score = 16.594541662983424\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -7.89500 (-32.23824%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 24.489538235772358,
+ "score-diff": "7.8949965727889335",
+ "score-diff-perc": "+47.57586%",
+ "tooltip": "score = 24.489538235772358\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +7.89500 (+47.57586%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1397380,11 +1397380,11 @@
21,
27
),
- "score": 10.243162228668941,
- "score-diff": "-3.2771124260395794",
- "score-diff-perc": "-24.23850%",
- "tooltip": "score = 10.243162228668941\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.27711 (-24.23850%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 11.416330570342206,
+ "score-diff": "-2.103944084366315",
+ "score-diff-perc": "-15.56140%",
+ "tooltip": "score = 11.416330570342206\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.10394 (-15.56140%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1397406,11 +1397406,11 @@
21,
27
),
- "score": 11.416330570342206,
- "score-diff": "1.1731683416732643",
- "score-diff-perc": "+11.45319%",
- "tooltip": "score = 11.416330570342206\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.17317 (+11.45319%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 9.264912141975309,
+ "score-diff": "-2.151418428366897",
+ "score-diff-perc": "-18.84510%",
+ "tooltip": "score = 9.264912141975309\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.15142 (-18.84510%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1397432,11 +1397432,11 @@
21,
27
),
- "score": 9.264912141975309,
- "score-diff": "-2.151418428366897",
- "score-diff-perc": "-18.84510%",
- "tooltip": "score = 9.264912141975309\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.15142 (-18.84510%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 10.243162228668941,
+ "score-diff": "0.9782500866936328",
+ "score-diff-perc": "+10.55865%",
+ "tooltip": "score = 10.243162228668941\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.97825 (+10.55865%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1397459,9 +1397459,9 @@
32
),
"score": 12.888878025751072,
- "score-diff": "3.623965883775764",
- "score-diff-perc": "+39.11495%",
- "tooltip": "score = 12.888878025751072\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +3.62397 (+39.11495%)",
+ "score-diff": "2.645715797082131",
+ "score-diff-perc": "+25.82909%",
+ "tooltip": "score = 12.888878025751072\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.64572 (+25.82909%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1401904,11 +1401904,11 @@
19,
52
),
- "score": 16.264525627027027,
- "score-diff": "3.577705567955297",
- "score-diff-perc": "+28.20018%",
- "tooltip": "score = 16.264525627027027\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.57771 (+28.20018%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 12.84342038034188,
+ "score-diff": "0.156600321270151",
+ "score-diff-perc": "+1.23435%",
+ "tooltip": "score = 12.84342038034188\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.15660 (+1.23435%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1401930,11 +1401930,11 @@
19,
52
),
- "score": 12.84342038034188,
- "score-diff": "-3.421105246685146",
- "score-diff-perc": "-21.03415%",
- "tooltip": "score = 12.84342038034188\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.42111 (-21.03415%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 16.264525627027027,
+ "score-diff": "3.421105246685146",
+ "score-diff-perc": "+26.63703%",
+ "tooltip": "score = 16.264525627027027\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.42111 (+26.63703%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1403471,11 +1403471,11 @@
21,
27
),
- "score": 6.348744023255814,
- "score-diff": "-0.5052821708081128",
- "score-diff-perc": "-7.37205%",
- "tooltip": "score = 6.348744023255814\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.50528 (-7.37205%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 13.03450206926407,
+ "score-diff": "6.180475875200143",
+ "score-diff-perc": "+90.17292%",
+ "tooltip": "score = 13.03450206926407\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +6.18048 (+90.17292%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1403497,11 +1403497,11 @@
21,
27
),
- "score": 13.03450206926407,
- "score-diff": "6.685758046008256",
- "score-diff-perc": "+105.30836%",
- "tooltip": "score = 13.03450206926407\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +6.68576 (+105.30836%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 13.276944713656388,
+ "score-diff": "0.24244264439231777",
+ "score-diff-perc": "+1.86001%",
+ "tooltip": "score = 13.276944713656388\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.24244 (+1.86001%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1403523,11 +1403523,11 @@
21,
27
),
- "score": 13.276944713656388,
- "score-diff": "0.24244264439231777",
- "score-diff-perc": "+1.86001%",
- "tooltip": "score = 13.276944713656388\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.24244 (+1.86001%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 6.348744023255814,
+ "score-diff": "-6.9282006904005735",
+ "score-diff-perc": "-52.18219%",
+ "tooltip": "score = 6.348744023255814\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -6.92820 (-52.18219%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1403550,9 +1403550,9 @@
32
),
"score": 11.266618104868915,
- "score-diff": "-2.010326608787473",
- "score-diff-perc": "-15.14149%",
- "tooltip": "score = 11.266618104868915\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -2.01033 (-15.14149%)",
+ "score-diff": "4.917874081613101",
+ "score-diff-perc": "+77.46216%",
+ "tooltip": "score = 11.266618104868915\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +4.91787 (+77.46216%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1407995,11 +1407995,11 @@
19,
52
),
- "score": 7.4389076113861385,
- "score-diff": "-4.020347648155846",
- "score-diff-perc": "-35.08385%",
- "tooltip": "score = 7.4389076113861385\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -4.02035 (-35.08385%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 10.657824329787234,
+ "score-diff": "-0.8014309297547513",
+ "score-diff-perc": "-6.99374%",
+ "tooltip": "score = 10.657824329787234\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.80143 (-6.99374%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1408021,11 +1408021,11 @@
19,
52
),
- "score": 10.657824329787234,
- "score-diff": "3.218916718401095",
- "score-diff-perc": "+43.27136%",
- "tooltip": "score = 10.657824329787234\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.21892 (+43.27136%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 7.4389076113861385,
+ "score-diff": "-3.218916718401095",
+ "score-diff-perc": "-30.20238%",
+ "tooltip": "score = 7.4389076113861385\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.21892 (-30.20238%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1409536,11 +1409536,11 @@
21,
27
),
- "score": 31.665572484210525,
- "score-diff": "-3.759747374613003",
- "score-diff-perc": "-10.61316%",
- "tooltip": "score = 31.665572484210525\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.75975 (-10.61316%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 25.587473194915255,
+ "score-diff": "-9.837846663908273",
+ "score-diff-perc": "-27.77066%",
+ "tooltip": "score = 25.587473194915255\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -9.83785 (-27.77066%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1409562,11 +1409562,11 @@
21,
27
),
- "score": 25.587473194915255,
- "score-diff": "-6.07809928929527",
- "score-diff-perc": "-19.19466%",
- "tooltip": "score = 25.587473194915255\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -6.07810 (-19.19466%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 28.102031747663553,
+ "score-diff": "2.514558552748298",
+ "score-diff-perc": "+9.82730%",
+ "tooltip": "score = 28.102031747663553\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.51456 (+9.82730%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1409588,11 +1409588,11 @@
21,
27
),
- "score": 28.102031747663553,
- "score-diff": "2.514558552748298",
- "score-diff-perc": "+9.82730%",
- "tooltip": "score = 28.102031747663553\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.51456 (+9.82730%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 31.665572484210525,
+ "score-diff": "3.5635407365469725",
+ "score-diff-perc": "+12.68072%",
+ "tooltip": "score = 31.665572484210525\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.56354 (+12.68072%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1409615,9 +1409615,9 @@
32
),
"score": 33.47588397777778,
- "score-diff": "5.373852230114224",
- "score-diff-perc": "+19.12265%",
- "tooltip": "score = 33.47588397777778\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +5.37385 (+19.12265%)",
+ "score-diff": "1.8103114935672515",
+ "score-diff-perc": "+5.71697%",
+ "tooltip": "score = 33.47588397777778\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.81031 (+5.71697%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1414060,11 +1414060,11 @@
19,
52
),
- "score": 31.286531270833333,
- "score-diff": "-3.7915628454457355",
- "score-diff-perc": "-10.80892%",
- "tooltip": "score = 31.286531270833333\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.79156 (-10.80892%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 32.0712365,
+ "score-diff": "-3.0068576162790706",
+ "score-diff-perc": "-8.57190%",
+ "tooltip": "score = 32.0712365\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.00686 (-8.57190%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1414086,11 +1414086,11 @@
19,
52
),
- "score": 32.0712365,
- "score-diff": "0.784705229166665",
- "score-diff-perc": "+2.50812%",
- "tooltip": "score = 32.0712365\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.78471 (+2.50812%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 31.286531270833333,
+ "score-diff": "-0.784705229166665",
+ "score-diff-perc": "-2.44676%",
+ "tooltip": "score = 31.286531270833333\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.78471 (-2.44676%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1415627,11 +1415627,11 @@
21,
27
),
- "score": 17.496072889534883,
- "score-diff": "-3.3948787007428933",
- "score-diff-perc": "-16.25047%",
- "tooltip": "score = 17.496072889534883\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.39488 (-16.25047%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 17.168502068571428,
+ "score-diff": "-3.7224495217063485",
+ "score-diff-perc": "-17.81848%",
+ "tooltip": "score = 17.168502068571428\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.72245 (-17.81848%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1415653,11 +1415653,11 @@
21,
27
),
- "score": 17.168502068571428,
- "score-diff": "-0.32757082096345513",
- "score-diff-perc": "-1.87225%",
- "tooltip": "score = 17.168502068571428\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.32757 (-1.87225%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 15.725953534031413,
+ "score-diff": "-1.4425485345400144",
+ "score-diff-perc": "-8.40230%",
+ "tooltip": "score = 15.725953534031413\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.44255 (-8.40230%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1415679,11 +1415679,11 @@
21,
27
),
- "score": 15.725953534031413,
- "score-diff": "-1.4425485345400144",
- "score-diff-perc": "-8.40230%",
- "tooltip": "score = 15.725953534031413\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.44255 (-8.40230%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 17.496072889534883,
+ "score-diff": "1.7701193555034695",
+ "score-diff-perc": "+11.25604%",
+ "tooltip": "score = 17.496072889534883\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.77012 (+11.25604%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1415706,9 +1415706,9 @@
32
),
"score": 21.247400197183097,
- "score-diff": "5.521446663151684",
- "score-diff-perc": "+35.11041%",
- "tooltip": "score = 21.247400197183097\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +5.52145 (+35.11041%)",
+ "score-diff": "3.7513273076482143",
+ "score-diff-perc": "+21.44097%",
+ "tooltip": "score = 21.247400197183097\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +3.75133 (+21.44097%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1420151,11 +1420151,11 @@
19,
52
),
- "score": 20.62830317808219,
- "score-diff": "1.0669161650951793",
- "score-diff-perc": "+5.45419%",
- "tooltip": "score = 20.62830317808219\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.06692 (+5.45419%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 20.619555883561645,
+ "score-diff": "1.058168870574633",
+ "score-diff-perc": "+5.40948%",
+ "tooltip": "score = 20.619555883561645\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.05817 (+5.40948%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1420177,11 +1420177,11 @@
19,
52
),
- "score": 20.619555883561645,
- "score-diff": "-0.008747294520546234",
- "score-diff-perc": "-0.04240%",
- "tooltip": "score = 20.619555883561645\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00875 (-0.04240%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 20.62830317808219,
+ "score-diff": "0.008747294520546234",
+ "score-diff-perc": "+0.04242%",
+ "tooltip": "score = 20.62830317808219\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00875 (+0.04242%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1421692,11 +1421692,11 @@
21,
27
),
- "score": 20.18161277852349,
- "score-diff": "9.183519027607739",
- "score-diff-perc": "+83.50101%",
- "tooltip": "score = 20.18161277852349\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +9.18352 (+83.50101%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 16.492210781420766,
+ "score-diff": "5.494117030505015",
+ "score-diff-perc": "+49.95518%",
+ "tooltip": "score = 16.492210781420766\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +5.49412 (+49.95518%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1421718,11 +1421718,11 @@
21,
27
),
- "score": 16.492210781420766,
- "score-diff": "-3.689401997102724",
- "score-diff-perc": "-18.28101%",
- "tooltip": "score = 16.492210781420766\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.68940 (-18.28101%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 18.12155553012048,
+ "score-diff": "1.6293447486997152",
+ "score-diff-perc": "+9.87948%",
+ "tooltip": "score = 18.12155553012048\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.62934 (+9.87948%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1421744,11 +1421744,11 @@
21,
27
),
- "score": 18.12155553012048,
- "score-diff": "1.6293447486997152",
- "score-diff-perc": "+9.87948%",
- "tooltip": "score = 18.12155553012048\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.62934 (+9.87948%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 20.18161277852349,
+ "score-diff": "2.060057248403009",
+ "score-diff-perc": "+11.36799%",
+ "tooltip": "score = 20.18161277852349\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.06006 (+11.36799%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1421771,9 +1421771,9 @@
32
),
"score": 14.69014247804878,
- "score-diff": "-3.4314130520717008",
- "score-diff-perc": "-18.93553%",
- "tooltip": "score = 14.69014247804878\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -3.43141 (-18.93553%)",
+ "score-diff": "-5.49147030047471",
+ "score-diff-perc": "-27.21026%",
+ "tooltip": "score = 14.69014247804878\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -5.49147 (-27.21026%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1426190,11 +1426190,11 @@
19,
52
),
- "score": 14.235502466981131,
- "score-diff": "-0.40236587936033175",
- "score-diff-perc": "-2.74880%",
- "tooltip": "score = 14.235502466981131\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.40237 (-2.74880%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 10.497181328719723,
+ "score-diff": "-4.14068701762174",
+ "score-diff-perc": "-28.28750%",
+ "tooltip": "score = 10.497181328719723\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -4.14069 (-28.28750%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1426216,11 +1426216,11 @@
19,
52
),
- "score": 10.497181328719723,
- "score-diff": "-3.7383211382614085",
- "score-diff-perc": "-26.26055%",
- "tooltip": "score = 10.497181328719723\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.73832 (-26.26055%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 14.235502466981131,
+ "score-diff": "3.7383211382614085",
+ "score-diff-perc": "+35.61262%",
+ "tooltip": "score = 14.235502466981131\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.73832 (+35.61262%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1427757,11 +1427757,11 @@
21,
27
),
- "score": 125.209276875,
- "score-diff": "-15.57063471590908",
- "score-diff-perc": "-11.06027%",
- "tooltip": "score = 125.209276875\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -15.57063 (-11.06027%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 112.14163911111112,
+ "score-diff": "-28.638272479797962",
+ "score-diff-perc": "-20.34258%",
+ "tooltip": "score = 112.14163911111112\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -28.63827 (-20.34258%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1427783,11 +1427783,11 @@
21,
27
),
- "score": 112.14163911111112,
- "score-diff": "-13.067637763888882",
- "score-diff-perc": "-10.43664%",
- "tooltip": "score = 112.14163911111112\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -13.06764 (-10.43664%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 117.24239,
+ "score-diff": "5.100750888888882",
+ "score-diff-perc": "+4.54849%",
+ "tooltip": "score = 117.24239\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +5.10075 (+4.54849%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1427809,11 +1427809,11 @@
21,
27
),
- "score": 117.24239,
- "score-diff": "5.100750888888882",
- "score-diff-perc": "+4.54849%",
- "tooltip": "score = 117.24239\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +5.10075 (+4.54849%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 125.209276875,
+ "score-diff": "7.966886875",
+ "score-diff-perc": "+6.79523%",
+ "tooltip": "score = 125.209276875\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +7.96689 (+6.79523%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1427836,9 +1427836,9 @@
32
),
"score": 148.48347142857142,
- "score-diff": "31.24108142857142",
- "score-diff-perc": "+26.64658%",
- "tooltip": "score = 148.48347142857142\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +31.24108 (+26.64658%)",
+ "score-diff": "23.27419455357142",
+ "score-diff-perc": "+18.58823%",
+ "tooltip": "score = 148.48347142857142\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +23.27419 (+18.58823%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1432255,11 +1432255,11 @@
19,
52
),
- "score": 146.56181085714286,
- "score-diff": "7.402902902597418",
- "score-diff-perc": "+5.31975%",
- "tooltip": "score = 146.56181085714286\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +7.40290 (+5.31975%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 132.2805950869565,
+ "score-diff": "-6.878312867588932",
+ "score-diff-perc": "-4.94278%",
+ "tooltip": "score = 132.2805950869565\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -6.87831 (-4.94278%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1432281,11 +1432281,11 @@
19,
52
),
- "score": 132.2805950869565,
- "score-diff": "-14.28121577018635",
- "score-diff-perc": "-9.74416%",
- "tooltip": "score = 132.2805950869565\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -14.28122 (-9.74416%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 146.56181085714286,
+ "score-diff": "14.28121577018635",
+ "score-diff-perc": "+10.79615%",
+ "tooltip": "score = 146.56181085714286\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +14.28122 (+10.79615%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1433796,11 +1433796,11 @@
21,
27
),
- "score": 109.25266003571429,
- "score-diff": "-17.95355096428571",
- "score-diff-perc": "-14.11374%",
- "tooltip": "score = 109.25266003571429\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -17.95355 (-14.11374%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 109.38666714285715,
+ "score-diff": "-17.819543857142847",
+ "score-diff-perc": "-14.00839%",
+ "tooltip": "score = 109.38666714285715\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -17.81954 (-14.00839%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1433822,11 +1433822,11 @@
21,
27
),
- "score": 109.38666714285715,
- "score-diff": "0.1340071071428639",
- "score-diff-perc": "+0.12266%",
- "tooltip": "score = 109.38666714285715\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.13401 (+0.12266%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 114.495725,
+ "score-diff": "5.109057857142844",
+ "score-diff-perc": "+4.67064%",
+ "tooltip": "score = 114.495725\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +5.10906 (+4.67064%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1433848,11 +1433848,11 @@
21,
27
),
- "score": 114.495725,
- "score-diff": "5.109057857142844",
- "score-diff-perc": "+4.67064%",
- "tooltip": "score = 114.495725\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +5.10906 (+4.67064%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 109.25266003571429,
+ "score-diff": "-5.243064964285708",
+ "score-diff-perc": "-4.57927%",
+ "tooltip": "score = 109.25266003571429\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.24306 (-4.57927%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1433875,9 +1433875,9 @@
32
),
"score": 133.6189013478261,
- "score-diff": "19.123176347826103",
- "score-diff-perc": "+16.70209%",
- "tooltip": "score = 133.6189013478261\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +19.12318 (+16.70209%)",
+ "score-diff": "24.36624131211181",
+ "score-diff-perc": "+22.30265%",
+ "tooltip": "score = 133.6189013478261\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +24.36624 (+22.30265%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1438320,11 +1438320,11 @@
19,
52
),
- "score": 137.03313822727273,
- "score-diff": "0.5465588636363634",
- "score-diff-perc": "+0.40045%",
- "tooltip": "score = 137.03313822727273\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.54656 (+0.40045%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 131.40066717391304,
+ "score-diff": "-5.085912189723331",
+ "score-diff-perc": "-3.72631%",
+ "tooltip": "score = 131.40066717391304\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -5.08591 (-3.72631%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1438346,11 +1438346,11 @@
19,
52
),
- "score": 131.40066717391304,
- "score-diff": "-5.632471053359694",
- "score-diff-perc": "-4.11030%",
- "tooltip": "score = 131.40066717391304\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -5.63247 (-4.11030%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 137.03313822727273,
+ "score-diff": "5.632471053359694",
+ "score-diff-perc": "+4.28649%",
+ "tooltip": "score = 137.03313822727273\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +5.63247 (+4.28649%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1439835,11 +1439835,11 @@
21,
27
),
- "score": 173.69872155555555,
- "score-diff": "-17.24898169444444",
- "score-diff-perc": "-9.03335%",
- "tooltip": "score = 173.69872155555555\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -17.24898 (-9.03335%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 159.55896610526315,
+ "score-diff": "-31.388737144736837",
+ "score-diff-perc": "-16.43839%",
+ "tooltip": "score = 159.55896610526315\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -31.38874 (-16.43839%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1439861,11 +1439861,11 @@
21,
27
),
- "score": 159.55896610526315,
- "score-diff": "-14.139755450292398",
- "score-diff-perc": "-8.14039%",
- "tooltip": "score = 159.55896610526315\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -14.13976 (-8.14039%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 163.71079994736843,
+ "score-diff": "4.151833842105276",
+ "score-diff-perc": "+2.60207%",
+ "tooltip": "score = 163.71079994736843\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +4.15183 (+2.60207%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1439887,11 +1439887,11 @@
21,
27
),
- "score": 163.71079994736843,
- "score-diff": "4.151833842105276",
- "score-diff-perc": "+2.60207%",
- "tooltip": "score = 163.71079994736843\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +4.15183 (+2.60207%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 173.69872155555555,
+ "score-diff": "9.987921608187122",
+ "score-diff-perc": "+6.10095%",
+ "tooltip": "score = 173.69872155555555\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +9.98792 (+6.10095%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1439914,9 +1439914,9 @@
32
),
"score": 188.3968236875,
- "score-diff": "24.68602374013156",
- "score-diff-perc": "+15.07904%",
- "tooltip": "score = 188.3968236875\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +24.68602 (+15.07904%)",
+ "score-diff": "14.698102131944438",
+ "score-diff-perc": "+8.46184%",
+ "tooltip": "score = 188.3968236875\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +14.69810 (+8.46184%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1444359,11 +1444359,11 @@
19,
52
),
- "score": 179.74905470588234,
- "score-diff": "5.713935928104576",
- "score-diff-perc": "+3.28321%",
- "tooltip": "score = 179.74905470588234\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +5.71394 (+3.28321%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 172.04408583333333,
+ "score-diff": "-1.9910329444444415",
+ "score-diff-perc": "-1.14404%",
+ "tooltip": "score = 172.04408583333333\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.99103 (-1.14404%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1444385,11 +1444385,11 @@
19,
52
),
- "score": 172.04408583333333,
- "score-diff": "-7.704968872549017",
- "score-diff-perc": "-4.28651%",
- "tooltip": "score = 172.04408583333333\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -7.70497 (-4.28651%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 179.74905470588234,
+ "score-diff": "7.704968872549017",
+ "score-diff-perc": "+4.47849%",
+ "tooltip": "score = 179.74905470588234\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +7.70497 (+4.47849%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1445900,11 +1445900,11 @@
21,
27
),
- "score": 41.28048215068493,
- "score-diff": "-7.554794688024742",
- "score-diff-perc": "-15.46995%",
- "tooltip": "score = 41.28048215068493\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -7.55479 (-15.46995%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 43.64539104347826,
+ "score-diff": "-5.189885795231412",
+ "score-diff-perc": "-10.62733%",
+ "tooltip": "score = 43.64539104347826\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.18989 (-10.62733%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1445926,11 +1445926,11 @@
21,
27
),
- "score": 43.64539104347826,
- "score-diff": "2.3649088927933306",
- "score-diff-perc": "+5.72888%",
- "tooltip": "score = 43.64539104347826\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.36491 (+5.72888%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 39.60521376315789,
+ "score-diff": "-4.040177280320371",
+ "score-diff-perc": "-9.25682%",
+ "tooltip": "score = 39.60521376315789\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.04018 (-9.25682%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1445952,11 +1445952,11 @@
21,
27
),
- "score": 39.60521376315789,
- "score-diff": "-4.040177280320371",
- "score-diff-perc": "-9.25682%",
- "tooltip": "score = 39.60521376315789\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.04018 (-9.25682%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 41.28048215068493,
+ "score-diff": "1.6752683875270407",
+ "score-diff-perc": "+4.22992%",
+ "tooltip": "score = 41.28048215068493\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.67527 (+4.22992%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1445979,9 +1445979,9 @@
32
),
"score": 54.065073375,
- "score-diff": "14.459859611842106",
- "score-diff-perc": "+36.50999%",
- "tooltip": "score = 54.065073375\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +14.45986 (+36.50999%)",
+ "score-diff": "12.784591224315065",
+ "score-diff-perc": "+30.97006%",
+ "tooltip": "score = 54.065073375\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +12.78459 (+30.97006%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1450424,11 +1450424,11 @@
19,
52
),
- "score": 48.35680680952381,
- "score-diff": "-2.3225618404761903",
- "score-diff-perc": "-4.58285%",
- "tooltip": "score = 48.35680680952381\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.32256 (-4.58285%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 50.557452016666666,
+ "score-diff": "-0.1219166333333348",
+ "score-diff-perc": "-0.24056%",
+ "tooltip": "score = 50.557452016666666\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.12192 (-0.24056%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1450450,11 +1450450,11 @@
19,
52
),
- "score": 50.557452016666666,
- "score-diff": "2.2006452071428555",
- "score-diff-perc": "+4.55085%",
- "tooltip": "score = 50.557452016666666\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.20065 (+4.55085%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 48.35680680952381,
+ "score-diff": "-2.2006452071428555",
+ "score-diff-perc": "-4.35276%",
+ "tooltip": "score = 48.35680680952381\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.20065 (-4.35276%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1451991,11 +1451991,11 @@
21,
27
),
- "score": 25.872786370689656,
- "score-diff": "-7.786681407088121",
- "score-diff-perc": "-23.13370%",
- "tooltip": "score = 25.872786370689656\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -7.78668 (-23.13370%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 23.98371554330709,
+ "score-diff": "-9.67575223447069",
+ "score-diff-perc": "-28.74600%",
+ "tooltip": "score = 23.98371554330709\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -9.67575 (-28.74600%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1452017,11 +1452017,11 @@
21,
27
),
- "score": 23.98371554330709,
- "score-diff": "-1.889070827382568",
- "score-diff-perc": "-7.30138%",
- "tooltip": "score = 23.98371554330709\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.88907 (-7.30138%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 21.15652583802817,
+ "score-diff": "-2.8271897052789186",
+ "score-diff-perc": "-11.78796%",
+ "tooltip": "score = 21.15652583802817\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.82719 (-11.78796%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1452043,11 +1452043,11 @@
21,
27
),
- "score": 21.15652583802817,
- "score-diff": "-2.8271897052789186",
- "score-diff-perc": "-11.78796%",
- "tooltip": "score = 21.15652583802817\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.82719 (-11.78796%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 25.872786370689656,
+ "score-diff": "4.716260532661487",
+ "score-diff-perc": "+22.29223%",
+ "tooltip": "score = 25.872786370689656\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +4.71626 (+22.29223%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1452070,9 +1452070,9 @@
32
),
"score": 33.12474061538462,
- "score-diff": "11.968214777356447",
- "score-diff-perc": "+56.56985%",
- "tooltip": "score = 33.12474061538462\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +11.96821 (+56.56985%)",
+ "score-diff": "7.251954244694961",
+ "score-diff-perc": "+28.02927%",
+ "tooltip": "score = 33.12474061538462\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +7.25195 (+28.02927%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1456489,11 +1456489,11 @@
19,
52
),
- "score": 33.24927008791209,
- "score-diff": "-0.23955356764346902",
- "score-diff-perc": "-0.71532%",
- "tooltip": "score = 33.24927008791209\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.23955 (-0.71532%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 35.86100460714286,
+ "score-diff": "2.3721809515873034",
+ "score-diff-perc": "+7.08350%",
+ "tooltip": "score = 35.86100460714286\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.37218 (+7.08350%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1456515,11 +1456515,11 @@
19,
52
),
- "score": 35.86100460714286,
- "score-diff": "2.6117345192307724",
- "score-diff-perc": "+7.85501%",
- "tooltip": "score = 35.86100460714286\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.61173 (+7.85501%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 33.24927008791209,
+ "score-diff": "-2.6117345192307724",
+ "score-diff-perc": "-7.28294%",
+ "tooltip": "score = 33.24927008791209\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.61173 (-7.28294%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1458056,11 +1458056,11 @@
21,
27
),
- "score": 23.628695181102362,
- "score-diff": "7.895427380055242",
- "score-diff-perc": "+50.18301%",
- "tooltip": "score = 23.628695181102362\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +7.89543 (+50.18301%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 22.29642325925926,
+ "score-diff": "6.56315545821214",
+ "score-diff-perc": "+41.71514%",
+ "tooltip": "score = 22.29642325925926\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +6.56316 (+41.71514%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1458082,11 +1458082,11 @@
21,
27
),
- "score": 22.29642325925926,
- "score-diff": "-1.3322719218431018",
- "score-diff-perc": "-5.63836%",
- "tooltip": "score = 22.29642325925926\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.33227 (-5.63836%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 19.84656834868421,
+ "score-diff": "-2.4498549105750485",
+ "score-diff-perc": "-10.98766%",
+ "tooltip": "score = 19.84656834868421\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.44985 (-10.98766%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1458108,11 +1458108,11 @@
21,
27
),
- "score": 19.84656834868421,
- "score-diff": "-2.4498549105750485",
- "score-diff-perc": "-10.98766%",
- "tooltip": "score = 19.84656834868421\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.44985 (-10.98766%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 23.628695181102362,
+ "score-diff": "3.7821268324181503",
+ "score-diff-perc": "+19.05683%",
+ "tooltip": "score = 23.628695181102362\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.78213 (+19.05683%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1458135,9 +1458135,9 @@
32
),
"score": 18.211181175757577,
- "score-diff": "-1.6353871729266345",
- "score-diff-perc": "-8.24015%",
- "tooltip": "score = 18.211181175757577\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -1.63539 (-8.24015%)",
+ "score-diff": "-5.417514005344785",
+ "score-diff-perc": "-22.92769%",
+ "tooltip": "score = 18.211181175757577\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -5.41751 (-22.92769%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1462580,11 +1462580,11 @@
19,
52
),
- "score": 20.881574083333334,
- "score-diff": "7.037341940476191",
- "score-diff-perc": "+50.83230%",
- "tooltip": "score = 20.881574083333334\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +7.03734 (+50.83230%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 17.97488704191617,
+ "score-diff": "4.130654899059026",
+ "score-diff-perc": "+29.83665%",
+ "tooltip": "score = 17.97488704191617\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +4.13065 (+29.83665%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1462606,11 +1462606,11 @@
19,
52
),
- "score": 17.97488704191617,
- "score-diff": "-2.9066870414171646",
- "score-diff-perc": "-13.91987%",
- "tooltip": "score = 17.97488704191617\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.90669 (-13.91987%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 20.881574083333334,
+ "score-diff": "2.9066870414171646",
+ "score-diff-perc": "+16.17082%",
+ "tooltip": "score = 20.881574083333334\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.90669 (+16.17082%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1464147,11 +1464147,11 @@
21,
27
),
- "score": 29.832006465346534,
- "score-diff": "-9.321003573614508",
- "score-diff-perc": "-23.80661%",
- "tooltip": "score = 29.832006465346534\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -9.32100 (-23.80661%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 21.04289716783217,
+ "score-diff": "-18.110112871128873",
+ "score-diff-perc": "-46.25471%",
+ "tooltip": "score = 21.04289716783217\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -18.11011 (-46.25471%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1464173,11 +1464173,11 @@
21,
27
),
- "score": 21.04289716783217,
- "score-diff": "-8.789109297514365",
- "score-diff-perc": "-29.46201%",
- "tooltip": "score = 21.04289716783217\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -8.78911 (-29.46201%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 20.876478506944444,
+ "score-diff": "-0.16641866088772517",
+ "score-diff-perc": "-0.79085%",
+ "tooltip": "score = 20.876478506944444\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.16642 (-0.79085%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1464199,11 +1464199,11 @@
21,
27
),
- "score": 20.876478506944444,
- "score-diff": "-0.16641866088772517",
- "score-diff-perc": "-0.79085%",
- "tooltip": "score = 20.876478506944444\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.16642 (-0.79085%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 29.832006465346534,
+ "score-diff": "8.95552795840209",
+ "score-diff-perc": "+42.89769%",
+ "tooltip": "score = 29.832006465346534\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +8.95553 (+42.89769%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1464226,9 +1464226,9 @@
32
),
"score": 29.787336861386137,
- "score-diff": "8.910858354441693",
- "score-diff-perc": "+42.68372%",
- "tooltip": "score = 29.787336861386137\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +8.91086 (+42.68372%)",
+ "score-diff": "-0.0446696039603971",
+ "score-diff-perc": "-0.14974%",
+ "tooltip": "score = 29.787336861386137\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.04467 (-0.14974%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1468671,11 +1468671,11 @@
19,
52
),
- "score": 30.370093262626263,
- "score-diff": "-0.5949704924757775",
- "score-diff-perc": "-1.92143%",
- "tooltip": "score = 30.370093262626263\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.59497 (-1.92143%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 36.36098813253012,
+ "score-diff": "5.395924377428077",
+ "score-diff-perc": "+17.42585%",
+ "tooltip": "score = 36.36098813253012\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +5.39592 (+17.42585%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1468697,11 +1468697,11 @@
19,
52
),
- "score": 36.36098813253012,
- "score-diff": "5.990894869903855",
- "score-diff-perc": "+19.72630%",
- "tooltip": "score = 36.36098813253012\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +5.99089 (+19.72630%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 30.370093262626263,
+ "score-diff": "-5.990894869903855",
+ "score-diff-perc": "-16.47616%",
+ "tooltip": "score = 30.370093262626263\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -5.99089 (-16.47616%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1470238,11 +1470238,11 @@
21,
27
),
- "score": 11.7517066484375,
- "score-diff": "-8.566174197200086",
- "score-diff-perc": "-42.16077%",
- "tooltip": "score = 11.7517066484375\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -8.56617 (-42.16077%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 17.991868077844313,
+ "score-diff": "-2.326012767793273",
+ "score-diff-perc": "-11.44811%",
+ "tooltip": "score = 17.991868077844313\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.32601 (-11.44811%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1470264,11 +1470264,11 @@
21,
27
),
- "score": 17.991868077844313,
- "score-diff": "6.240161429406813",
- "score-diff-perc": "+53.10004%",
- "tooltip": "score = 17.991868077844313\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +6.24016 (+53.10004%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 12.107110641129033,
+ "score-diff": "-5.8847574367152795",
+ "score-diff-perc": "-32.70787%",
+ "tooltip": "score = 12.107110641129033\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.88476 (-32.70787%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1470290,11 +1470290,11 @@
21,
27
),
- "score": 12.107110641129033,
- "score-diff": "-5.8847574367152795",
- "score-diff-perc": "-32.70787%",
- "tooltip": "score = 12.107110641129033\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.88476 (-32.70787%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 11.7517066484375,
+ "score-diff": "-0.35540399269153333",
+ "score-diff-perc": "-2.93550%",
+ "tooltip": "score = 11.7517066484375\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.35540 (-2.93550%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1470317,9 +1470317,9 @@
32
),
"score": 20.087799653333335,
- "score-diff": "7.9806890122043015",
- "score-diff-perc": "+65.91737%",
- "tooltip": "score = 20.087799653333335\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +7.98069 (+65.91737%)",
+ "score-diff": "8.336093004895835",
+ "score-diff-perc": "+70.93517%",
+ "tooltip": "score = 20.087799653333335\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +8.33609 (+70.93517%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1474762,11 +1474762,11 @@
19,
52
),
- "score": 18.7046285,
- "score-diff": "1.0048476705882337",
- "score-diff-perc": "+5.67718%",
- "tooltip": "score = 18.7046285\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.00485 (+5.67718%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 21.32806090780142,
+ "score-diff": "3.628280078389654",
+ "score-diff-perc": "+20.49901%",
+ "tooltip": "score = 21.32806090780142\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.62828 (+20.49901%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1474788,11 +1474788,11 @@
19,
52
),
- "score": 21.32806090780142,
- "score-diff": "2.6234324078014204",
- "score-diff-perc": "+14.02558%",
- "tooltip": "score = 21.32806090780142\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.62343 (+14.02558%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 18.7046285,
+ "score-diff": "-2.6234324078014204",
+ "score-diff-perc": "-12.30038%",
+ "tooltip": "score = 18.7046285\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.62343 (-12.30038%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1476329,11 +1476329,11 @@
21,
27
),
- "score": 14.930985985074626,
- "score-diff": "6.829161607716136",
- "score-diff-perc": "+84.29165%",
- "tooltip": "score = 14.930985985074626\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +6.82916 (+84.29165%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 14.842261251231527,
+ "score-diff": "6.740436873873037",
+ "score-diff-perc": "+83.19653%",
+ "tooltip": "score = 14.842261251231527\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +6.74044 (+83.19653%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1476355,11 +1476355,11 @@
21,
27
),
- "score": 14.842261251231527,
- "score-diff": "-0.0887247338430992",
- "score-diff-perc": "-0.59423%",
- "tooltip": "score = 14.842261251231527\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.08872 (-0.59423%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 15.162861525252525,
+ "score-diff": "0.32060027402099855",
+ "score-diff-perc": "+2.16005%",
+ "tooltip": "score = 15.162861525252525\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.32060 (+2.16005%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1476381,11 +1476381,11 @@
21,
27
),
- "score": 15.162861525252525,
- "score-diff": "0.32060027402099855",
- "score-diff-perc": "+2.16005%",
- "tooltip": "score = 15.162861525252525\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.32060 (+2.16005%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 14.930985985074626,
+ "score-diff": "-0.23187554017789935",
+ "score-diff-perc": "-1.52923%",
+ "tooltip": "score = 14.930985985074626\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.23188 (-1.52923%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1476408,9 +1476408,9 @@
32
),
"score": 7.898127621052631,
- "score-diff": "-7.264733904199894",
- "score-diff-perc": "-47.91136%",
- "tooltip": "score = 7.898127621052631\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -7.26473 (-47.91136%)",
+ "score-diff": "-7.032858364021995",
+ "score-diff-perc": "-47.10244%",
+ "tooltip": "score = 7.898127621052631\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -7.03286 (-47.10244%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1480827,11 +1480827,11 @@
19,
52
),
- "score": 13.132761755458516,
- "score-diff": "4.839388882530338",
- "score-diff-perc": "+58.35248%",
- "tooltip": "score = 13.132761755458516\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +4.83939 (+58.35248%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 9.844874140983606,
+ "score-diff": "1.5515012680554285",
+ "score-diff-perc": "+18.70772%",
+ "tooltip": "score = 9.844874140983606\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.55150 (+18.70772%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1480853,11 +1480853,11 @@
19,
52
),
- "score": 9.844874140983606,
- "score-diff": "-3.2878876144749096",
- "score-diff-perc": "-25.03577%",
- "tooltip": "score = 9.844874140983606\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.28789 (-25.03577%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 13.132761755458516,
+ "score-diff": "3.2878876144749096",
+ "score-diff-perc": "+33.39695%",
+ "tooltip": "score = 13.132761755458516\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.28789 (+33.39695%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1482394,11 +1482394,11 @@
21,
27
),
- "score": 36.2949593373494,
- "score-diff": "-7.438597807578141",
- "score-diff-perc": "-17.00890%",
- "tooltip": "score = 36.2949593373494\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -7.43860 (-17.00890%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 40.16425449333333,
+ "score-diff": "-3.5693026515942066",
+ "score-diff-perc": "-8.16147%",
+ "tooltip": "score = 40.16425449333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.56930 (-8.16147%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1482420,11 +1482420,11 @@
21,
27
),
- "score": 40.16425449333333,
- "score-diff": "3.8692951559839344",
- "score-diff-perc": "+10.66070%",
- "tooltip": "score = 40.16425449333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.86930 (+10.66070%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 33.00970002197802,
+ "score-diff": "-7.154554471355311",
+ "score-diff-perc": "-17.81324%",
+ "tooltip": "score = 33.00970002197802\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -7.15455 (-17.81324%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1482446,11 +1482446,11 @@
21,
27
),
- "score": 33.00970002197802,
- "score-diff": "-7.154554471355311",
- "score-diff-perc": "-17.81324%",
- "tooltip": "score = 33.00970002197802\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -7.15455 (-17.81324%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 36.2949593373494,
+ "score-diff": "3.285259315371377",
+ "score-diff-perc": "+9.95241%",
+ "tooltip": "score = 36.2949593373494\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.28526 (+9.95241%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1482473,9 +1482473,9 @@
32
),
"score": 42.399222563380285,
- "score-diff": "9.389522541402265",
- "score-diff-perc": "+28.44474%",
- "tooltip": "score = 42.399222563380285\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +9.38952 (+28.44474%)",
+ "score-diff": "6.104263226030888",
+ "score-diff-perc": "+16.81849%",
+ "tooltip": "score = 42.399222563380285\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +6.10426 (+16.81849%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1486918,11 +1486918,11 @@
19,
52
),
- "score": 43.09113954285714,
- "score-diff": "4.190325568498167",
- "score-diff-perc": "+10.77182%",
- "tooltip": "score = 43.09113954285714\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +4.19033 (+10.77182%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 39.3787977012987,
+ "score-diff": "0.47798372693972624",
+ "score-diff-perc": "+1.22872%",
+ "tooltip": "score = 39.3787977012987\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.47798 (+1.22872%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1486944,11 +1486944,11 @@
19,
52
),
- "score": 39.3787977012987,
- "score-diff": "-3.712341841558441",
- "score-diff-perc": "-8.61509%",
- "tooltip": "score = 39.3787977012987\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.71234 (-8.61509%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 43.09113954285714,
+ "score-diff": "3.712341841558441",
+ "score-diff-perc": "+9.42726%",
+ "tooltip": "score = 43.09113954285714\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.71234 (+9.42726%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1488459,11 +1488459,11 @@
21,
27
),
- "score": 28.074030355140188,
- "score-diff": "0.2595615773624118",
- "score-diff-perc": "+0.93319%",
- "tooltip": "score = 28.074030355140188\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.25956 (+0.93319%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 20.32961287162162,
+ "score-diff": "-7.484855906156156",
+ "score-diff-perc": "-26.90994%",
+ "tooltip": "score = 20.32961287162162\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -7.48486 (-26.90994%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1488485,11 +1488485,11 @@
21,
27
),
- "score": 20.32961287162162,
- "score-diff": "-7.744417483518568",
- "score-diff-perc": "-27.58570%",
- "tooltip": "score = 20.32961287162162\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -7.74442 (-27.58570%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 22.196451264705882,
+ "score-diff": "1.8668383930842616",
+ "score-diff-perc": "+9.18285%",
+ "tooltip": "score = 22.196451264705882\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.86684 (+9.18285%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1488511,11 +1488511,11 @@
21,
27
),
- "score": 22.196451264705882,
- "score-diff": "1.8668383930842616",
- "score-diff-perc": "+9.18285%",
- "tooltip": "score = 22.196451264705882\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.86684 (+9.18285%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 28.074030355140188,
+ "score-diff": "5.877579090434306",
+ "score-diff-perc": "+26.47981%",
+ "tooltip": "score = 28.074030355140188\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +5.87758 (+26.47981%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1488538,9 +1488538,9 @@
32
),
"score": 25.51617431932773,
- "score-diff": "3.31972305462185",
- "score-diff-perc": "+14.95610%",
- "tooltip": "score = 25.51617431932773\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +3.31972 (+14.95610%)",
+ "score-diff": "-2.5578560358124562",
+ "score-diff-perc": "-9.11111%",
+ "tooltip": "score = 25.51617431932773\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -2.55786 (-9.11111%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1492957,11 +1492957,11 @@
19,
52
),
- "score": 29.860785435643564,
- "score-diff": "1.4559325677190351",
- "score-diff-perc": "+5.12565%",
- "tooltip": "score = 29.860785435643564\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.45593 (+5.12565%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 31.09858305154639,
+ "score-diff": "2.693730183621863",
+ "score-diff-perc": "+9.48334%",
+ "tooltip": "score = 31.09858305154639\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.69373 (+9.48334%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1492983,11 +1492983,11 @@
19,
52
),
- "score": 31.09858305154639,
- "score-diff": "1.2377976159028279",
- "score-diff-perc": "+4.14523%",
- "tooltip": "score = 31.09858305154639\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.23780 (+4.14523%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 29.860785435643564,
+ "score-diff": "-1.2377976159028279",
+ "score-diff-perc": "-3.98024%",
+ "tooltip": "score = 29.860785435643564\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.23780 (-3.98024%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1494498,11 +1494498,11 @@
21,
27
),
- "score": 18.649355795031056,
- "score-diff": "-1.1306055470742074",
- "score-diff-perc": "-5.71591%",
- "tooltip": "score = 18.649355795031056\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.13061 (-5.71591%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 18.115559246987953,
+ "score-diff": "-1.6644020951173104",
+ "score-diff-perc": "-8.41459%",
+ "tooltip": "score = 18.115559246987953\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.66440 (-8.41459%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1494524,11 +1494524,11 @@
21,
27
),
- "score": 18.115559246987953,
- "score-diff": "-0.5337965480431031",
- "score-diff-perc": "-2.86228%",
- "tooltip": "score = 18.115559246987953\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.53380 (-2.86228%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 20.91808471527778,
+ "score-diff": "2.8025254682898257",
+ "score-diff-perc": "+15.47027%",
+ "tooltip": "score = 20.91808471527778\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.80253 (+15.47027%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1494550,11 +1494550,11 @@
21,
27
),
- "score": 20.91808471527778,
- "score-diff": "2.8025254682898257",
- "score-diff-perc": "+15.47027%",
- "tooltip": "score = 20.91808471527778\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.80253 (+15.47027%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 18.649355795031056,
+ "score-diff": "-2.2687289202467227",
+ "score-diff-perc": "-10.84578%",
+ "tooltip": "score = 18.649355795031056\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.26873 (-10.84578%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1494577,9 +1494577,9 @@
32
),
"score": 16.080843636363635,
- "score-diff": "-4.837241078914143",
- "score-diff-perc": "-23.12468%",
- "tooltip": "score = 16.080843636363635\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -4.83724 (-23.12468%)",
+ "score-diff": "-2.5685121586674207",
+ "score-diff-perc": "-13.77266%",
+ "tooltip": "score = 16.080843636363635\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -2.56851 (-13.77266%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1499022,11 +1499022,11 @@
19,
52
),
- "score": 19.293878903846153,
- "score-diff": "-2.5562879947045722",
- "score-diff-perc": "-11.69917%",
- "tooltip": "score = 19.293878903846153\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.55629 (-11.69917%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 20.282955369127517,
+ "score-diff": "-1.5672115294232078",
+ "score-diff-perc": "-7.17254%",
+ "tooltip": "score = 20.282955369127517\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.56721 (-7.17254%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1499048,11 +1499048,11 @@
19,
52
),
- "score": 20.282955369127517,
- "score-diff": "0.9890764652813644",
- "score-diff-perc": "+5.12637%",
- "tooltip": "score = 20.282955369127517\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.98908 (+5.12637%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 19.293878903846153,
+ "score-diff": "-0.9890764652813644",
+ "score-diff-perc": "-4.87639%",
+ "tooltip": "score = 19.293878903846153\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.98908 (-4.87639%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1500581,32 +1500581,6 @@
),
},
- {
- "date": new Date(
- 2024,
- 4,
- 24,
- 21,
- 27
- ),
- "score": 73.44415748980256,
- "score-diff": "-3.4684044692218237",
- "score-diff-perc": "-4.50954%",
- "tooltip": "score = 73.44415748980256\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.46840 (-4.50954%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
- "commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
- "commit-msg": "Heading levels (#10078)",
- "commit-author": "Kaz Wesley",
- "commit-url": "https://github.com/enso-org/enso/commit/ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
- "commit-date": new Date(
- 2024,
- 4,
- 24,
- 21,
- 27
- ),
- },
-
{
"date": new Date(
2024,
@@ -1500616,9 +1500590,9 @@
27
),
"score": 75.85382916657126,
- "score-diff": "2.4096716767686956",
- "score-diff-perc": "+3.28096%",
- "tooltip": "score = 75.85382916657126\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.40967 (+3.28096%)",
+ "score-diff": "-1.058732792453128",
+ "score-diff-perc": "-1.37654%",
+ "tooltip": "score = 75.85382916657126\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.05873 (-1.37654%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
@@ -1500659,6 +1500633,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 4,
+ 24,
+ 21,
+ 27
+ ),
+ "score": 73.44415748980256,
+ "score-diff": "-5.271447107263782",
+ "score-diff-perc": "-6.69683%",
+ "tooltip": "score = 73.44415748980256\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.27145 (-6.69683%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
+ "commit-msg": "Heading levels (#10078)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
+ "commit-date": new Date(
+ 2024,
+ 4,
+ 24,
+ 21,
+ 27
+ ),
+ },
+
{
"date": new Date(
2024,
@@ -1500668,9 +1500668,9 @@
32
),
"score": 80.067568641289,
- "score-diff": "1.3519640442226546",
- "score-diff-perc": "+1.71753%",
- "tooltip": "score = 80.067568641289\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.35196 (+1.71753%)",
+ "score-diff": "6.623411151486437",
+ "score-diff-perc": "+9.01830%",
+ "tooltip": "score = 80.067568641289\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +6.62341 (+9.01830%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1502910,11 +1502910,11 @@
21,
27
),
- "score": 31.624414733306736,
- "score-diff": "3.3513796585151745",
- "score-diff-perc": "+11.85363%",
- "tooltip": "score = 31.624414733306736\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.35138 (+11.85363%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 31.0083737628866,
+ "score-diff": "2.7353386880950374",
+ "score-diff-perc": "+9.67473%",
+ "tooltip": "score = 31.0083737628866\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.73534 (+9.67473%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1502936,11 +1502936,11 @@
21,
27
),
- "score": 31.0083737628866,
- "score-diff": "-0.6160409704201371",
- "score-diff-perc": "-1.94799%",
- "tooltip": "score = 31.0083737628866\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.61604 (-1.94799%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 30.864208479591838,
+ "score-diff": "-0.14416528329476108",
+ "score-diff-perc": "-0.46492%",
+ "tooltip": "score = 30.864208479591838\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.14417 (-0.46492%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1502962,11 +1502962,11 @@
21,
27
),
- "score": 30.864208479591838,
- "score-diff": "-0.14416528329476108",
- "score-diff-perc": "-0.46492%",
- "tooltip": "score = 30.864208479591838\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.14417 (-0.46492%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 31.624414733306736,
+ "score-diff": "0.7602062537148981",
+ "score-diff-perc": "+2.46307%",
+ "tooltip": "score = 31.624414733306736\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.76021 (+2.46307%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1502989,9 +1502989,9 @@
32
),
"score": 28.00504441538331,
- "score-diff": "-2.859164064208528",
- "score-diff-perc": "-9.26369%",
- "tooltip": "score = 28.00504441538331\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -2.85916 (-9.26369%)",
+ "score-diff": "-3.6193703179234262",
+ "score-diff-perc": "-11.44486%",
+ "tooltip": "score = 28.00504441538331\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -3.61937 (-11.44486%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1505231,11 +1505231,11 @@
21,
27
),
- "score": 6005.4634018,
- "score-diff": "-5315.066256200003",
- "score-diff-perc": "-46.95069%",
- "tooltip": "score = 6005.4634018\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5315.06626 (-46.95069%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 5887.328466199999,
+ "score-diff": "-5433.201191800004",
+ "score-diff-perc": "-47.99423%",
+ "tooltip": "score = 5887.328466199999\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5433.20119 (-47.99423%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1505257,11 +1505257,11 @@
21,
27
),
- "score": 5887.328466199999,
- "score-diff": "-118.13493560000097",
- "score-diff-perc": "-1.96712%",
- "tooltip": "score = 5887.328466199999\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -118.13494 (-1.96712%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 5884.344044,
+ "score-diff": "-2.9844221999983347",
+ "score-diff-perc": "-0.05069%",
+ "tooltip": "score = 5884.344044\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.98442 (-0.05069%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1505283,11 +1505283,11 @@
21,
27
),
- "score": 5884.344044,
- "score-diff": "-2.9844221999983347",
- "score-diff-perc": "-0.05069%",
- "tooltip": "score = 5884.344044\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.98442 (-0.05069%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 6005.4634018,
+ "score-diff": "121.1193577999993",
+ "score-diff-perc": "+2.05833%",
+ "tooltip": "score = 6005.4634018\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +121.11936 (+2.05833%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1505310,9 +1505310,9 @@
32
),
"score": 10691.30441,
- "score-diff": "4806.960366",
- "score-diff-perc": "+81.69067%",
- "tooltip": "score = 10691.30441\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +4806.96037 (+81.69067%)",
+ "score-diff": "4685.841008200001",
+ "score-diff-perc": "+78.02630%",
+ "tooltip": "score = 10691.30441\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +4685.84101 (+78.02630%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1509866,11 +1509866,11 @@
19,
52
),
- "score": 80.38942180669167,
- "score-diff": "0.21677221390962131",
- "score-diff-perc": "+0.27038%",
- "tooltip": "score = 80.38942180669167\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.21677 (+0.27038%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 81.45402069581964,
+ "score-diff": "1.2813711030375856",
+ "score-diff-perc": "+1.59826%",
+ "tooltip": "score = 81.45402069581964\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.28137 (+1.59826%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1509892,11 +1509892,11 @@
19,
52
),
- "score": 81.45402069581964,
- "score-diff": "1.0645988891279643",
- "score-diff-perc": "+1.32430%",
- "tooltip": "score = 81.45402069581964\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.06460 (+1.32430%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 80.38942180669167,
+ "score-diff": "-1.0645988891279643",
+ "score-diff-perc": "-1.30699%",
+ "tooltip": "score = 80.38942180669167\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.06460 (-1.30699%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1513747,11 +1513747,11 @@
19,
52
),
- "score": 28.508178456154535,
- "score-diff": "0.8657979233410842",
- "score-diff-perc": "+3.13214%",
- "tooltip": "score = 28.508178456154535\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.86580 (+3.13214%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 27.640641154128446,
+ "score-diff": "-0.0017393786850057325",
+ "score-diff-perc": "-0.00629%",
+ "tooltip": "score = 27.640641154128446\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00174 (-0.00629%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1513773,11 +1513773,11 @@
19,
52
),
- "score": 27.640641154128446,
- "score-diff": "-0.8675373020260899",
- "score-diff-perc": "-3.04312%",
- "tooltip": "score = 27.640641154128446\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.86754 (-3.04312%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 28.508178456154535,
+ "score-diff": "0.8675373020260899",
+ "score-diff-perc": "+3.13863%",
+ "tooltip": "score = 28.508178456154535\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.86754 (+3.13863%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1517628,11 +1517628,11 @@
19,
52
),
- "score": 268.89777813333336,
- "score-diff": "7.486727900000005",
- "score-diff-perc": "+2.86397%",
- "tooltip": "score = 268.89777813333336\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +7.48673 (+2.86397%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 266.3061891,
+ "score-diff": "4.895138866666628",
+ "score-diff-perc": "+1.87258%",
+ "tooltip": "score = 266.3061891\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +4.89514 (+1.87258%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1517654,11 +1517654,11 @@
19,
52
),
- "score": 266.3061891,
- "score-diff": "-2.5915890333333778",
- "score-diff-perc": "-0.96378%",
- "tooltip": "score = 266.3061891\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.59159 (-0.96378%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 268.89777813333336,
+ "score-diff": "2.5915890333333778",
+ "score-diff-perc": "+0.97316%",
+ "tooltip": "score = 268.89777813333336\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.59159 (+0.97316%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1519195,11 +1519195,11 @@
21,
27
),
- "score": 58.37127048076923,
- "score-diff": "-16.052464876373627",
- "score-diff-perc": "-21.56901%",
- "tooltip": "score = 58.37127048076923\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -16.05246 (-21.56901%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 61.33931164,
+ "score-diff": "-13.084423717142862",
+ "score-diff-perc": "-17.58098%",
+ "tooltip": "score = 61.33931164\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -13.08442 (-17.58098%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1519221,11 +1519221,11 @@
21,
27
),
- "score": 61.33931164,
- "score-diff": "2.968041159230765",
- "score-diff-perc": "+5.08476%",
- "tooltip": "score = 61.33931164\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.96804 (+5.08476%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 54.15638994642857,
+ "score-diff": "-7.18292169357143",
+ "score-diff-perc": "-11.71014%",
+ "tooltip": "score = 54.15638994642857\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -7.18292 (-11.71014%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1519247,11 +1519247,11 @@
21,
27
),
- "score": 54.15638994642857,
- "score-diff": "-7.18292169357143",
- "score-diff-perc": "-11.71014%",
- "tooltip": "score = 54.15638994642857\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -7.18292 (-11.71014%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 58.37127048076923,
+ "score-diff": "4.214880534340665",
+ "score-diff-perc": "+7.78279%",
+ "tooltip": "score = 58.37127048076923\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +4.21488 (+7.78279%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1519274,9 +1519274,9 @@
32
),
"score": 70.89984653488372,
- "score-diff": "16.743456588455153",
- "score-diff-perc": "+30.91686%",
- "tooltip": "score = 70.89984653488372\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +16.74346 (+30.91686%)",
+ "score-diff": "12.528576054114488",
+ "score-diff-perc": "+21.46360%",
+ "tooltip": "score = 70.89984653488372\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +12.52858 (+21.46360%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1523719,11 +1523719,11 @@
19,
52
),
- "score": 76.96486165,
- "score-diff": "0.10901454999999771",
- "score-diff-perc": "+0.14184%",
- "tooltip": "score = 76.96486165\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.10901 (+0.14184%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 66.87231345652174,
+ "score-diff": "-9.983533643478268",
+ "score-diff-perc": "-12.98995%",
+ "tooltip": "score = 66.87231345652174\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -9.98353 (-12.98995%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1523745,11 +1523745,11 @@
19,
52
),
- "score": 66.87231345652174,
- "score-diff": "-10.092548193478265",
- "score-diff-perc": "-13.11319%",
- "tooltip": "score = 66.87231345652174\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -10.09255 (-13.11319%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 76.96486165,
+ "score-diff": "10.092548193478265",
+ "score-diff-perc": "+15.09227%",
+ "tooltip": "score = 76.96486165\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +10.09255 (+15.09227%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1525286,11 +1525286,11 @@
21,
27
),
- "score": 100.5693375,
- "score-diff": "-53.88434445",
- "score-diff-perc": "-34.88706%",
- "tooltip": "score = 100.5693375\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -53.88434 (-34.88706%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 98.63132212903226,
+ "score-diff": "-55.82235982096775",
+ "score-diff-perc": "-36.14181%",
+ "tooltip": "score = 98.63132212903226\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -55.82236 (-36.14181%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1525312,11 +1525312,11 @@
21,
27
),
- "score": 98.63132212903226,
- "score-diff": "-1.9380153709677472",
- "score-diff-perc": "-1.92704%",
- "tooltip": "score = 98.63132212903226\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.93802 (-1.92704%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 100.19933676666666,
+ "score-diff": "1.5680146376344055",
+ "score-diff-perc": "+1.58977%",
+ "tooltip": "score = 100.19933676666666\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.56801 (+1.58977%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1525338,11 +1525338,11 @@
21,
27
),
- "score": 100.19933676666666,
- "score-diff": "1.5680146376344055",
- "score-diff-perc": "+1.58977%",
- "tooltip": "score = 100.19933676666666\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.56801 (+1.58977%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 100.5693375,
+ "score-diff": "0.3700007333333417",
+ "score-diff-perc": "+0.36926%",
+ "tooltip": "score = 100.5693375\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.37000 (+0.36926%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1525365,9 +1525365,9 @@
32
),
"score": 153.00169835,
- "score-diff": "52.80236158333334",
- "score-diff-perc": "+52.69732%",
- "tooltip": "score = 153.00169835\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +52.80236 (+52.69732%)",
+ "score-diff": "52.432360849999995",
+ "score-diff-perc": "+52.13553%",
+ "tooltip": "score = 153.00169835\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +52.43236 (+52.13553%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1529810,11 +1529810,11 @@
19,
52
),
- "score": 174.49334183333335,
- "score-diff": "-0.016671888888879494",
- "score-diff-perc": "-0.00955%",
- "tooltip": "score = 174.49334183333335\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01667 (-0.00955%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 173.32212322222222,
+ "score-diff": "-1.1878905000000088",
+ "score-diff-perc": "-0.68070%",
+ "tooltip": "score = 173.32212322222222\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.18789 (-0.68070%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1529836,11 +1529836,11 @@
19,
52
),
- "score": 173.32212322222222,
- "score-diff": "-1.1712186111111293",
- "score-diff-perc": "-0.67121%",
- "tooltip": "score = 173.32212322222222\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.17122 (-0.67121%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 174.49334183333335,
+ "score-diff": "1.1712186111111293",
+ "score-diff-perc": "+0.67575%",
+ "tooltip": "score = 174.49334183333335\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.17122 (+0.67575%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1531377,11 +1531377,11 @@
21,
27
),
- "score": 0.0031206675262749916,
- "score-diff": "-0.0018131246374706081",
- "score-diff-perc": "-36.74911%",
- "tooltip": "score = 0.0031206675262749916\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00181 (-36.74911%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.002621455841769904,
+ "score-diff": "-0.0023123363219756956",
+ "score-diff-perc": "-46.86732%",
+ "tooltip": "score = 0.002621455841769904\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00231 (-46.86732%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1531403,11 +1531403,11 @@
21,
27
),
- "score": 0.002621455841769904,
- "score-diff": "-0.0004992116845050874",
- "score-diff-perc": "-15.99695%",
- "tooltip": "score = 0.002621455841769904\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00050 (-15.99695%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.0026909389797391795,
+ "score-diff": "6.948313796927529e-05",
+ "score-diff-perc": "+2.65056%",
+ "tooltip": "score = 0.0026909389797391795\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00007 (+2.65056%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1531429,11 +1531429,11 @@
21,
27
),
- "score": 0.0026909389797391795,
- "score-diff": "6.948313796927529e-05",
- "score-diff-perc": "+2.65056%",
- "tooltip": "score = 0.0026909389797391795\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00007 (+2.65056%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.0031206675262749916,
+ "score-diff": "0.00042972854653581215",
+ "score-diff-perc": "+15.96946%",
+ "tooltip": "score = 0.0031206675262749916\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00043 (+15.96946%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1531456,9 +1531456,9 @@
32
),
"score": 0.005668239028630899,
- "score-diff": "0.0029773000488917197",
- "score-diff-perc": "+110.64168%",
- "tooltip": "score = 0.005668239028630899\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00298 (+110.64168%)",
+ "score-diff": "0.0025475715023559075",
+ "score-diff-perc": "+81.63547%",
+ "tooltip": "score = 0.005668239028630899\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00255 (+81.63547%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1535875,11 +1535875,11 @@
19,
52
),
- "score": 0.0039097524466842545,
- "score-diff": "-0.001810721669725966",
- "score-diff-perc": "-31.65335%",
- "tooltip": "score = 0.0039097524466842545\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00181 (-31.65335%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.005899670516975011,
+ "score-diff": "0.00017919640056479006",
+ "score-diff-perc": "+3.13254%",
+ "tooltip": "score = 0.005899670516975011\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00018 (+3.13254%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1535901,11 +1535901,11 @@
19,
52
),
- "score": 0.005899670516975011,
- "score-diff": "0.001989918070290756",
- "score-diff-perc": "+50.89627%",
- "tooltip": "score = 0.005899670516975011\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00199 (+50.89627%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.0039097524466842545,
+ "score-diff": "-0.001989918070290756",
+ "score-diff-perc": "-33.72931%",
+ "tooltip": "score = 0.0039097524466842545\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00199 (-33.72931%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1537442,11 +1537442,11 @@
21,
27
),
- "score": 0.8156729617386165,
- "score-diff": "-0.010805438683860191",
- "score-diff-perc": "-1.30741%",
- "tooltip": "score = 0.8156729617386165\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01081 (-1.30741%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.8107865856042267,
+ "score-diff": "-0.015691814818249994",
+ "score-diff-perc": "-1.89864%",
+ "tooltip": "score = 0.8107865856042267\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01569 (-1.89864%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1537468,11 +1537468,11 @@
21,
27
),
- "score": 0.8107865856042267,
- "score-diff": "-0.004886376134389803",
- "score-diff-perc": "-0.59906%",
- "tooltip": "score = 0.8107865856042267\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00489 (-0.59906%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.8245509691231264,
+ "score-diff": "0.013764383518899748",
+ "score-diff-perc": "+1.69766%",
+ "tooltip": "score = 0.8245509691231264\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.01376 (+1.69766%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1537494,11 +1537494,11 @@
21,
27
),
- "score": 0.8245509691231264,
- "score-diff": "0.013764383518899748",
- "score-diff-perc": "+1.69766%",
- "tooltip": "score = 0.8245509691231264\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.01376 (+1.69766%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.8156729617386165,
+ "score-diff": "-0.008878007384509945",
+ "score-diff-perc": "-1.07671%",
+ "tooltip": "score = 0.8156729617386165\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00888 (-1.07671%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1537521,9 +1537521,9 @@
32
),
"score": 0.8268499911385024,
- "score-diff": "0.0022990220153760177",
- "score-diff-perc": "+0.27882%",
- "tooltip": "score = 0.8268499911385024\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00230 (+0.27882%)",
+ "score-diff": "0.011177029399885963",
+ "score-diff-perc": "+1.37028%",
+ "tooltip": "score = 0.8268499911385024\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.01118 (+1.37028%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1541966,11 +1541966,11 @@
19,
52
),
- "score": 0.833833545915402,
- "score-diff": "-0.011503716934902708",
- "score-diff-perc": "-1.36084%",
- "tooltip": "score = 0.833833545915402\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01150 (-1.36084%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.8323092046892505,
+ "score-diff": "-0.013028058161054235",
+ "score-diff-perc": "-1.54117%",
+ "tooltip": "score = 0.8323092046892505\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01303 (-1.54117%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1541992,11 +1541992,11 @@
19,
52
),
- "score": 0.8323092046892505,
- "score-diff": "-0.0015243412261515266",
- "score-diff-perc": "-0.18281%",
- "tooltip": "score = 0.8323092046892505\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00152 (-0.18281%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.833833545915402,
+ "score-diff": "0.0015243412261515266",
+ "score-diff-perc": "+0.18315%",
+ "tooltip": "score = 0.833833545915402\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00152 (+0.18315%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1543533,11 +1543533,11 @@
21,
27
),
- "score": 0.002744516218346377,
- "score-diff": "-0.0027356058041313994",
- "score-diff-perc": "-49.91870%",
- "tooltip": "score = 0.002744516218346377\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00274 (-49.91870%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.002907944879668949,
+ "score-diff": "-0.002572177142808827",
+ "score-diff-perc": "-46.93649%",
+ "tooltip": "score = 0.002907944879668949\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00257 (-46.93649%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1543559,11 +1543559,11 @@
21,
27
),
- "score": 0.002907944879668949,
- "score-diff": "0.0001634286613225724",
- "score-diff-perc": "+5.95473%",
- "tooltip": "score = 0.002907944879668949\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00016 (+5.95473%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.006378867481259903,
+ "score-diff": "0.003470922601590954",
+ "score-diff-perc": "+119.35999%",
+ "tooltip": "score = 0.006378867481259903\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00347 (+119.35999%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1543585,11 +1543585,11 @@
21,
27
),
- "score": 0.006378867481259903,
- "score-diff": "0.003470922601590954",
- "score-diff-perc": "+119.35999%",
- "tooltip": "score = 0.006378867481259903\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00347 (+119.35999%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.002744516218346377,
+ "score-diff": "-0.0036343512629135265",
+ "score-diff-perc": "-56.97487%",
+ "tooltip": "score = 0.002744516218346377\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00363 (-56.97487%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1543612,9 +1543612,9 @@
32
),
"score": 0.0037286934052107932,
- "score-diff": "-0.00265017407604911",
- "score-diff-perc": "-41.54615%",
- "tooltip": "score = 0.0037286934052107932\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.00265 (-41.54615%)",
+ "score-diff": "0.0009841771868644164",
+ "score-diff-perc": "+35.85977%",
+ "tooltip": "score = 0.0037286934052107932\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00098 (+35.85977%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1548057,11 +1548057,11 @@
19,
52
),
- "score": 0.005361015635312798,
- "score-diff": "-2.336588812055715e-05",
- "score-diff-perc": "-0.43396%",
- "tooltip": "score = 0.005361015635312798\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00002 (-0.43396%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.005484446917261277,
+ "score-diff": "0.00010006539382792154",
+ "score-diff-perc": "+1.85844%",
+ "tooltip": "score = 0.005484446917261277\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00010 (+1.85844%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1548083,11 +1548083,11 @@
19,
52
),
- "score": 0.005484446917261277,
- "score-diff": "0.0001234312819484787",
- "score-diff-perc": "+2.30239%",
- "tooltip": "score = 0.005484446917261277\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00012 (+2.30239%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.005361015635312798,
+ "score-diff": "-0.0001234312819484787",
+ "score-diff-perc": "-2.25057%",
+ "tooltip": "score = 0.005361015635312798\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00012 (-2.25057%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1549624,11 +1549624,11 @@
21,
27
),
- "score": 69.69245620454545,
- "score-diff": "-58.403550545454564",
- "score-diff-perc": "-45.59358%",
- "tooltip": "score = 69.69245620454545\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -58.40355 (-45.59358%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 67.26797485925925,
+ "score-diff": "-60.82803189074076",
+ "score-diff-perc": "-47.48628%",
+ "tooltip": "score = 67.26797485925925\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -60.82803 (-47.48628%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1549650,11 +1549650,11 @@
21,
27
),
- "score": 67.26797485925925,
- "score-diff": "-2.424481345286196",
- "score-diff-perc": "-3.47883%",
- "tooltip": "score = 67.26797485925925\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.42448 (-3.47883%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 63.98024959574468,
+ "score-diff": "-3.2877252635145737",
+ "score-diff-perc": "-4.88750%",
+ "tooltip": "score = 63.98024959574468\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.28773 (-4.88750%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1549676,11 +1549676,11 @@
21,
27
),
- "score": 63.98024959574468,
- "score-diff": "-3.2877252635145737",
- "score-diff-perc": "-4.88750%",
- "tooltip": "score = 63.98024959574468\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.28773 (-4.88750%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 69.69245620454545,
+ "score-diff": "5.71220660880077",
+ "score-diff-perc": "+8.92808%",
+ "tooltip": "score = 69.69245620454545\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +5.71221 (+8.92808%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1549703,9 +1549703,9 @@
32
),
"score": 128.17104979166666,
- "score-diff": "64.19080019592198",
- "score-diff-perc": "+100.32909%",
- "tooltip": "score = 128.17104979166666\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +64.19080 (+100.32909%)",
+ "score-diff": "58.47859358712121",
+ "score-diff-perc": "+83.90950%",
+ "tooltip": "score = 128.17104979166666\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +58.47859 (+83.90950%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1554148,11 +1554148,11 @@
19,
52
),
- "score": 130.11975868055558,
- "score-diff": "0.2022695138889219",
- "score-diff-perc": "+0.15569%",
- "tooltip": "score = 130.11975868055558\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.20227 (+0.15569%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 129.65316502777776,
+ "score-diff": "-0.2643241388888953",
+ "score-diff-perc": "-0.20346%",
+ "tooltip": "score = 129.65316502777776\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.26432 (-0.20346%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1554174,11 +1554174,11 @@
19,
52
),
- "score": 129.65316502777776,
- "score-diff": "-0.46659365277781717",
- "score-diff-perc": "-0.35859%",
- "tooltip": "score = 129.65316502777776\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.46659 (-0.35859%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 130.11975868055558,
+ "score-diff": "0.46659365277781717",
+ "score-diff-perc": "+0.35988%",
+ "tooltip": "score = 130.11975868055558\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.46659 (+0.35988%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1555715,11 +1555715,11 @@
21,
27
),
- "score": 512.3118176111111,
- "score-diff": "-32.27160105555561",
- "score-diff-perc": "-5.92592%",
- "tooltip": "score = 512.3118176111111\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -32.27160 (-5.92592%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 460.606794952381,
+ "score-diff": "-83.97662371428572",
+ "score-diff-perc": "-15.42034%",
+ "tooltip": "score = 460.606794952381\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -83.97662 (-15.42034%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1555741,11 +1555741,11 @@
21,
27
),
- "score": 460.606794952381,
- "score-diff": "-51.705022658730115",
- "score-diff-perc": "-10.09249%",
- "tooltip": "score = 460.606794952381\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -51.70502 (-10.09249%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 450.1220251428571,
+ "score-diff": "-10.484769809523868",
+ "score-diff-perc": "-2.27630%",
+ "tooltip": "score = 450.1220251428571\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -10.48477 (-2.27630%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1555767,11 +1555767,11 @@
21,
27
),
- "score": 450.1220251428571,
- "score-diff": "-10.484769809523868",
- "score-diff-perc": "-2.27630%",
- "tooltip": "score = 450.1220251428571\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -10.48477 (-2.27630%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 512.3118176111111,
+ "score-diff": "62.189792468253984",
+ "score-diff-perc": "+13.81621%",
+ "tooltip": "score = 512.3118176111111\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +62.18979 (+13.81621%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1555794,9 +1555794,9 @@
32
),
"score": 571.7496135,
- "score-diff": "121.62758835714288",
- "score-diff-perc": "+27.02103%",
- "tooltip": "score = 571.7496135\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +121.62759 (+27.02103%)",
+ "score-diff": "59.4377958888889",
+ "score-diff-perc": "+11.60188%",
+ "tooltip": "score = 571.7496135\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +59.43780 (+11.60188%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1560239,11 +1560239,11 @@
19,
52
),
- "score": 528.2935968888888,
- "score-diff": "-11.858934833333365",
- "score-diff-perc": "-2.19548%",
- "tooltip": "score = 528.2935968888888\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -11.85893 (-2.19548%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 528.2430001111111,
+ "score-diff": "-11.909531611111106",
+ "score-diff-perc": "-2.20485%",
+ "tooltip": "score = 528.2430001111111\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -11.90953 (-2.20485%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1560265,11 +1560265,11 @@
19,
52
),
- "score": 528.2430001111111,
- "score-diff": "-0.05059677777774141",
- "score-diff-perc": "-0.00958%",
- "tooltip": "score = 528.2430001111111\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.05060 (-0.00958%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 528.2935968888888,
+ "score-diff": "0.05059677777774141",
+ "score-diff-perc": "+0.00958%",
+ "tooltip": "score = 528.2935968888888\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.05060 (+0.00958%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1561806,11 +1561806,11 @@
21,
27
),
- "score": 72.54720204761904,
- "score-diff": "-73.80421665079365",
- "score-diff-perc": "-50.42945%",
- "tooltip": "score = 72.54720204761904\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -73.80422 (-50.42945%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 72.57813842857142,
+ "score-diff": "-73.77328026984127",
+ "score-diff-perc": "-50.40831%",
+ "tooltip": "score = 72.57813842857142\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -73.77328 (-50.40831%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1561832,11 +1561832,11 @@
21,
27
),
- "score": 72.57813842857142,
- "score-diff": "0.030936380952383047",
- "score-diff-perc": "+0.04264%",
- "tooltip": "score = 72.57813842857142\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.03094 (+0.04264%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 74.83134189430893,
+ "score-diff": "2.2532034657375135",
+ "score-diff-perc": "+3.10452%",
+ "tooltip": "score = 74.83134189430893\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.25320 (+3.10452%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1561858,11 +1561858,11 @@
21,
27
),
- "score": 74.83134189430893,
- "score-diff": "2.2532034657375135",
- "score-diff-perc": "+3.10452%",
- "tooltip": "score = 74.83134189430893\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.25320 (+3.10452%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 72.54720204761904,
+ "score-diff": "-2.2841398466898966",
+ "score-diff-perc": "-3.05238%",
+ "tooltip": "score = 72.54720204761904\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.28414 (-3.05238%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1561885,9 +1561885,9 @@
32
),
"score": 147.59673925396825,
- "score-diff": "72.76539735965932",
- "score-diff-perc": "+97.23920%",
- "tooltip": "score = 147.59673925396825\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +72.76540 (+97.23920%)",
+ "score-diff": "75.04953720634921",
+ "score-diff-perc": "+103.44925%",
+ "tooltip": "score = 147.59673925396825\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +75.04954 (+103.44925%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1566330,11 +1566330,11 @@
19,
52
),
- "score": 134.02125194202898,
- "score-diff": "1.0766902608695545",
- "score-diff-perc": "+0.80988%",
- "tooltip": "score = 134.02125194202898\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.07669 (+0.80988%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 137.34848106060608,
+ "score-diff": "4.4039193794466485",
+ "score-diff-perc": "+3.31260%",
+ "tooltip": "score = 137.34848106060608\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +4.40392 (+3.31260%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1566356,11 +1566356,11 @@
19,
52
),
- "score": 137.34848106060608,
- "score-diff": "3.327229118577094",
- "score-diff-perc": "+2.48261%",
- "tooltip": "score = 137.34848106060608\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.32723 (+2.48261%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 134.02125194202898,
+ "score-diff": "-3.327229118577094",
+ "score-diff-perc": "-2.42247%",
+ "tooltip": "score = 134.02125194202898\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.32723 (-2.42247%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1567897,11 +1567897,11 @@
21,
27
),
- "score": 0.24725241981209822,
- "score-diff": "-0.25862781168343374",
- "score-diff-perc": "-51.12432%",
- "tooltip": "score = 0.24725241981209822\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.25863 (-51.12432%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.24782778490004956,
+ "score-diff": "-0.25805244659548243",
+ "score-diff-perc": "-51.01058%",
+ "tooltip": "score = 0.24782778490004956\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.25805 (-51.01058%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1567923,11 +1567923,11 @@
21,
27
),
- "score": 0.24782778490004956,
- "score-diff": "0.000575365087951335",
- "score-diff-perc": "+0.23270%",
- "tooltip": "score = 0.24782778490004956\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00058 (+0.23270%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.2501986131587725,
+ "score-diff": "0.0023708282587229512",
+ "score-diff-perc": "+0.95664%",
+ "tooltip": "score = 0.2501986131587725\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00237 (+0.95664%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1567949,11 +1567949,11 @@
21,
27
),
- "score": 0.2501986131587725,
- "score-diff": "0.0023708282587229512",
- "score-diff-perc": "+0.95664%",
- "tooltip": "score = 0.2501986131587725\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00237 (+0.95664%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.24725241981209822,
+ "score-diff": "-0.0029461933466742862",
+ "score-diff-perc": "-1.17754%",
+ "tooltip": "score = 0.24725241981209822\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00295 (-1.17754%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1567976,9 +1567976,9 @@
32
),
"score": 0.510370292566763,
- "score-diff": "0.2601716794079905",
- "score-diff-perc": "+103.98606%",
- "tooltip": "score = 0.510370292566763\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.26017 (+103.98606%)",
+ "score-diff": "0.2631178727546648",
+ "score-diff-perc": "+106.41670%",
+ "tooltip": "score = 0.510370292566763\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.26312 (+106.41670%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1572421,11 +1572421,11 @@
19,
52
),
- "score": 0.5328785033747779,
- "score-diff": "-0.0005954532397313139",
- "score-diff-perc": "-0.11162%",
- "tooltip": "score = 0.5328785033747779\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00060 (-0.11162%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.534382441139804,
+ "score-diff": "0.0009084845252947948",
+ "score-diff-perc": "+0.17030%",
+ "tooltip": "score = 0.534382441139804\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00091 (+0.17030%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1572447,11 +1572447,11 @@
19,
52
),
- "score": 0.534382441139804,
- "score-diff": "0.0015039377650261088",
- "score-diff-perc": "+0.28223%",
- "tooltip": "score = 0.534382441139804\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00150 (+0.28223%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.5328785033747779,
+ "score-diff": "-0.0015039377650261088",
+ "score-diff-perc": "-0.28143%",
+ "tooltip": "score = 0.5328785033747779\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00150 (-0.28143%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1573988,11 +1573988,11 @@
21,
27
),
- "score": 8.03553813368984,
- "score-diff": "-1.4732002998544633",
- "score-diff-perc": "-15.49312%",
- "tooltip": "score = 8.03553813368984\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.47320 (-15.49312%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 3.230526415500538,
+ "score-diff": "-6.2782120180437655",
+ "score-diff-perc": "-66.02571%",
+ "tooltip": "score = 3.230526415500538\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -6.27821 (-66.02571%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1574014,11 +1574014,11 @@
21,
27
),
- "score": 3.230526415500538,
- "score-diff": "-4.805011718189302",
- "score-diff-perc": "-59.79701%",
- "tooltip": "score = 3.230526415500538\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.80501 (-59.79701%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 3.4114425863636364,
+ "score-diff": "0.1809161708630982",
+ "score-diff-perc": "+5.60021%",
+ "tooltip": "score = 3.4114425863636364\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.18092 (+5.60021%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1574040,11 +1574040,11 @@
21,
27
),
- "score": 3.4114425863636364,
- "score-diff": "0.1809161708630982",
- "score-diff-perc": "+5.60021%",
- "tooltip": "score = 3.4114425863636364\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.18092 (+5.60021%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 8.03553813368984,
+ "score-diff": "4.624095547326204",
+ "score-diff-perc": "+135.54663%",
+ "tooltip": "score = 8.03553813368984\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +4.62410 (+135.54663%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1574067,9 +1574067,9 @@
32
),
"score": 5.05936198989899,
- "score-diff": "1.647919403535354",
- "score-diff-perc": "+48.30565%",
- "tooltip": "score = 5.05936198989899\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.64792 (+48.30565%)",
+ "score-diff": "-2.97617614379085",
+ "score-diff-perc": "-37.03767%",
+ "tooltip": "score = 5.05936198989899\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -2.97618 (-37.03767%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1578512,11 +1578512,11 @@
19,
52
),
- "score": 6.3191648,
- "score-diff": "-0.2878283340659342",
- "score-diff-perc": "-4.35642%",
- "tooltip": "score = 6.3191648\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.28783 (-4.35642%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 6.53272157826087,
+ "score-diff": "-0.07427155580506462",
+ "score-diff-perc": "-1.12414%",
+ "tooltip": "score = 6.53272157826087\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.07427 (-1.12414%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1578538,11 +1578538,11 @@
19,
52
),
- "score": 6.53272157826087,
- "score-diff": "0.2135567782608696",
- "score-diff-perc": "+3.37951%",
- "tooltip": "score = 6.53272157826087\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.21356 (+3.37951%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 6.3191648,
+ "score-diff": "-0.2135567782608696",
+ "score-diff-perc": "-3.26903%",
+ "tooltip": "score = 6.3191648\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.21356 (-3.26903%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1580079,11 +1580079,11 @@
21,
27
),
- "score": 8.350540511111111,
- "score-diff": "-2.3629798981415586",
- "score-diff-perc": "-22.05605%",
- "tooltip": "score = 8.350540511111111\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.36298 (-22.05605%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 8.183023989100818,
+ "score-diff": "-2.5304964201518523",
+ "score-diff-perc": "-23.61965%",
+ "tooltip": "score = 8.183023989100818\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.53050 (-23.61965%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1580105,11 +1580105,11 @@
21,
27
),
- "score": 8.183023989100818,
- "score-diff": "-0.16751652201029366",
- "score-diff-perc": "-2.00606%",
- "tooltip": "score = 8.183023989100818\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.16752 (-2.00606%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 8.303066295580111,
+ "score-diff": "0.12004230647929326",
+ "score-diff-perc": "+1.46697%",
+ "tooltip": "score = 8.303066295580111\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.12004 (+1.46697%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1580131,11 +1580131,11 @@
21,
27
),
- "score": 8.303066295580111,
- "score-diff": "0.12004230647929326",
- "score-diff-perc": "+1.46697%",
- "tooltip": "score = 8.303066295580111\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.12004 (+1.46697%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 8.350540511111111,
+ "score-diff": "0.0474742155310004",
+ "score-diff-perc": "+0.57177%",
+ "tooltip": "score = 8.350540511111111\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04747 (+0.57177%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1580158,9 +1580158,9 @@
32
),
"score": 10.80490854676259,
- "score-diff": "2.501842251182479",
- "score-diff-perc": "+30.13155%",
- "tooltip": "score = 10.80490854676259\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.50184 (+30.13155%)",
+ "score-diff": "2.4543680356514788",
+ "score-diff-perc": "+29.39173%",
+ "tooltip": "score = 10.80490854676259\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.45437 (+29.39173%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1584603,11 +1584603,11 @@
19,
52
),
- "score": 10.746372910714285,
- "score-diff": "-0.03308143695596577",
- "score-diff-perc": "-0.30689%",
- "tooltip": "score = 10.746372910714285\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.03308 (-0.30689%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 11.00973856043956,
+ "score-diff": "0.230284212769309",
+ "score-diff-perc": "+2.13633%",
+ "tooltip": "score = 11.00973856043956\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.23028 (+2.13633%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1584629,11 +1584629,11 @@
19,
52
),
- "score": 11.00973856043956,
- "score-diff": "0.26336564972527476",
- "score-diff-perc": "+2.45074%",
- "tooltip": "score = 11.00973856043956\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.26337 (+2.45074%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 10.746372910714285,
+ "score-diff": "-0.26336564972527476",
+ "score-diff-perc": "-2.39212%",
+ "tooltip": "score = 10.746372910714285\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.26337 (-2.39212%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1586144,11 +1586144,11 @@
21,
27
),
- "score": 9.10884883030303,
- "score-diff": "-1.7587231913576193",
- "score-diff-perc": "-16.18322%",
- "tooltip": "score = 9.10884883030303\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.75872 (-16.18322%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 9.016303114114114,
+ "score-diff": "-1.851268907546535",
+ "score-diff-perc": "-17.03480%",
+ "tooltip": "score = 9.016303114114114\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.85127 (-17.03480%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1586170,11 +1586170,11 @@
21,
27
),
- "score": 9.016303114114114,
- "score-diff": "-0.0925457161889156",
- "score-diff-perc": "-1.01600%",
- "tooltip": "score = 9.016303114114114\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.09255 (-1.01600%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 13.513577533632287,
+ "score-diff": "4.497274419518172",
+ "score-diff-perc": "+49.87936%",
+ "tooltip": "score = 13.513577533632287\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +4.49727 (+49.87936%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1586196,11 +1586196,11 @@
21,
27
),
- "score": 13.513577533632287,
- "score-diff": "4.497274419518172",
- "score-diff-perc": "+49.87936%",
- "tooltip": "score = 13.513577533632287\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +4.49727 (+49.87936%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 9.10884883030303,
+ "score-diff": "-4.404728703329257",
+ "score-diff-perc": "-32.59484%",
+ "tooltip": "score = 9.10884883030303\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.40473 (-32.59484%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1586223,9 +1586223,9 @@
32
),
"score": 20.44969175510204,
- "score-diff": "6.936114221469754",
- "score-diff-perc": "+51.32700%",
- "tooltip": "score = 20.44969175510204\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +6.93611 (+51.32700%)",
+ "score-diff": "11.340842924799011",
+ "score-diff-perc": "+124.50358%",
+ "tooltip": "score = 20.44969175510204\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +11.34084 (+124.50358%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1590668,11 +1590668,11 @@
19,
52
),
- "score": 12.938737090128756,
- "score-diff": "-0.10102806138639586",
- "score-diff-perc": "-0.77477%",
- "tooltip": "score = 12.938737090128756\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.10103 (-0.77477%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 12.902335068669528,
+ "score-diff": "-0.13743008284562386",
+ "score-diff-perc": "-1.05393%",
+ "tooltip": "score = 12.902335068669528\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.13743 (-1.05393%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1590694,11 +1590694,11 @@
19,
52
),
- "score": 12.902335068669528,
- "score-diff": "-0.036402021459227996",
- "score-diff-perc": "-0.28134%",
- "tooltip": "score = 12.902335068669528\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.03640 (-0.28134%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 12.938737090128756,
+ "score-diff": "0.036402021459227996",
+ "score-diff-perc": "+0.28214%",
+ "tooltip": "score = 12.938737090128756\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.03640 (+0.28214%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1592235,11 +1592235,11 @@
21,
27
),
- "score": 83.50022565427928,
- "score-diff": "-9.961914921478296",
- "score-diff-perc": "-10.65877%",
- "tooltip": "score = 83.50022565427928\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -9.96191 (-10.65877%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 81.56399759459458,
+ "score-diff": "-11.89814298116299",
+ "score-diff-perc": "-12.73044%",
+ "tooltip": "score = 81.56399759459458\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -11.89814 (-12.73044%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1592261,11 +1592261,11 @@
21,
27
),
- "score": 81.56399759459458,
- "score-diff": "-1.9362280596846944",
- "score-diff-perc": "-2.31883%",
- "tooltip": "score = 81.56399759459458\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.93623 (-2.31883%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 85.87347,
+ "score-diff": "4.309472405405415",
+ "score-diff-perc": "+5.28355%",
+ "tooltip": "score = 85.87347\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +4.30947 (+5.28355%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1592287,11 +1592287,11 @@
21,
27
),
- "score": 85.87347,
- "score-diff": "4.309472405405415",
- "score-diff-perc": "+5.28355%",
- "tooltip": "score = 85.87347\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +4.30947 (+5.28355%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 83.50022565427928,
+ "score-diff": "-2.373244345720721",
+ "score-diff-perc": "-2.76365%",
+ "tooltip": "score = 83.50022565427928\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.37324 (-2.76365%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1592314,9 +1592314,9 @@
32
),
"score": 94.8753009375,
- "score-diff": "9.001830937500003",
- "score-diff-perc": "+10.48267%",
- "tooltip": "score = 94.8753009375\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +9.00183 (+10.48267%)",
+ "score-diff": "11.375075283220724",
+ "score-diff-perc": "+13.62281%",
+ "tooltip": "score = 94.8753009375\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +11.37508 (+13.62281%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1596759,11 +1596759,11 @@
19,
52
),
- "score": 92.71436277272727,
- "score-diff": "5.483945044155831",
- "score-diff-perc": "+6.28673%",
- "tooltip": "score = 92.71436277272727\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +5.48395 (+6.28673%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 89.72188326470588,
+ "score-diff": "2.4914655361344415",
+ "score-diff-perc": "+2.85619%",
+ "tooltip": "score = 89.72188326470588\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.49147 (+2.85619%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1596785,11 +1596785,11 @@
19,
52
),
- "score": 89.72188326470588,
- "score-diff": "-2.9924795080213897",
- "score-diff-perc": "-3.22763%",
- "tooltip": "score = 89.72188326470588\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.99248 (-3.22763%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 92.71436277272727,
+ "score-diff": "2.9924795080213897",
+ "score-diff-perc": "+3.33528%",
+ "tooltip": "score = 92.71436277272727\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.99248 (+3.33528%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1598326,11 +1598326,11 @@
21,
27
),
- "score": 54.91404663558201,
- "score-diff": "-16.032808271394728",
- "score-diff-perc": "-22.59834%",
- "tooltip": "score = 54.91404663558201\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -16.03281 (-22.59834%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 49.65421753278689,
+ "score-diff": "-21.29263737418985",
+ "score-diff-perc": "-30.01209%",
+ "tooltip": "score = 49.65421753278689\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -21.29264 (-30.01209%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1598352,11 +1598352,11 @@
21,
27
),
- "score": 49.65421753278689,
- "score-diff": "-5.259829102795123",
- "score-diff-perc": "-9.57829%",
- "tooltip": "score = 49.65421753278689\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.25983 (-9.57829%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 50.64831319166667,
+ "score-diff": "0.9940956588797789",
+ "score-diff-perc": "+2.00204%",
+ "tooltip": "score = 50.64831319166667\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.99410 (+2.00204%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1598378,11 +1598378,11 @@
21,
27
),
- "score": 50.64831319166667,
- "score-diff": "0.9940956588797789",
- "score-diff-perc": "+2.00204%",
- "tooltip": "score = 50.64831319166667\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.99410 (+2.00204%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 54.91404663558201,
+ "score-diff": "4.2657334439153445",
+ "score-diff-perc": "+8.42226%",
+ "tooltip": "score = 54.91404663558201\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +4.26573 (+8.42226%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1598405,9 +1598405,9 @@
32
),
"score": 62.53589693239796,
- "score-diff": "11.887583740731294",
- "score-diff-perc": "+23.47084%",
- "tooltip": "score = 62.53589693239796\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +11.88758 (+23.47084%)",
+ "score-diff": "7.62185029681595",
+ "score-diff-perc": "+13.87960%",
+ "tooltip": "score = 62.53589693239796\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +7.62185 (+13.87960%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1602850,11 +1602850,11 @@
19,
52
),
- "score": 66.19567631521738,
- "score-diff": "-0.15266147826088172",
- "score-diff-perc": "-0.23009%",
- "tooltip": "score = 66.19567631521738\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.15266 (-0.23009%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 70.32006647674419,
+ "score-diff": "3.9717286832659227",
+ "score-diff-perc": "+5.98618%",
+ "tooltip": "score = 70.32006647674419\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.97173 (+5.98618%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1602876,11 +1602876,11 @@
19,
52
),
- "score": 70.32006647674419,
- "score-diff": "4.124390161526804",
- "score-diff-perc": "+6.23060%",
- "tooltip": "score = 70.32006647674419\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +4.12439 (+6.23060%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 66.19567631521738,
+ "score-diff": "-4.124390161526804",
+ "score-diff-perc": "-5.86517%",
+ "tooltip": "score = 66.19567631521738\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -4.12439 (-5.86517%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1604417,11 +1604417,11 @@
21,
27
),
- "score": 0.7754205565891473,
- "score-diff": "-0.3276888195137938",
- "score-diff-perc": "-29.70592%",
- "tooltip": "score = 0.7754205565891473\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.32769 (-29.70592%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.8514370803064699,
+ "score-diff": "-0.2516722957964712",
+ "score-diff-perc": "-22.81481%",
+ "tooltip": "score = 0.8514370803064699\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.25167 (-22.81481%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1604443,11 +1604443,11 @@
21,
27
),
- "score": 0.8514370803064699,
- "score-diff": "0.07601652371732259",
- "score-diff-perc": "+9.80326%",
- "tooltip": "score = 0.8514370803064699\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.07602 (+9.80326%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.780687804319542,
+ "score-diff": "-0.07074927598692793",
+ "score-diff-perc": "-8.30940%",
+ "tooltip": "score = 0.780687804319542\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.07075 (-8.30940%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1604469,11 +1604469,11 @@
21,
27
),
- "score": 0.780687804319542,
- "score-diff": "-0.07074927598692793",
- "score-diff-perc": "-8.30940%",
- "tooltip": "score = 0.780687804319542\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.07075 (-8.30940%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.7754205565891473,
+ "score-diff": "-0.005267247730394664",
+ "score-diff-perc": "-0.67469%",
+ "tooltip": "score = 0.7754205565891473\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00527 (-0.67469%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1604496,9 +1604496,9 @@
32
),
"score": 1.1009935009174312,
- "score-diff": "0.3203056965978892",
- "score-diff-perc": "+41.02865%",
- "tooltip": "score = 1.1009935009174312\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.32031 (+41.02865%)",
+ "score-diff": "0.3255729443282839",
+ "score-diff-perc": "+41.98663%",
+ "tooltip": "score = 1.1009935009174312\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.32557 (+41.98663%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1608941,11 +1608941,11 @@
19,
52
),
- "score": 1.0559213441238564,
- "score-diff": "-0.007622984837504898",
- "score-diff-perc": "-0.71675%",
- "tooltip": "score = 1.0559213441238564\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00762 (-0.71675%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.0764048224533715,
+ "score-diff": "0.012860493492010239",
+ "score-diff-perc": "+1.20921%",
+ "tooltip": "score = 1.0764048224533715\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01286 (+1.20921%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1608967,11 +1608967,11 @@
19,
52
),
- "score": 1.0764048224533715,
- "score-diff": "0.020483478329515137",
- "score-diff-perc": "+1.93987%",
- "tooltip": "score = 1.0764048224533715\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.02048 (+1.93987%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1.0559213441238564,
+ "score-diff": "-0.020483478329515137",
+ "score-diff-perc": "-1.90295%",
+ "tooltip": "score = 1.0559213441238564\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.02048 (-1.90295%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1610508,11 +1610508,11 @@
21,
27
),
- "score": 0.0004003336808689926,
- "score-diff": "-0.0002537928388948046",
- "score-diff-perc": "-38.79874%",
- "tooltip": "score = 0.0004003336808689926\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00025 (-38.79874%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.0004137578822550559,
+ "score-diff": "-0.0002403686375087413",
+ "score-diff-perc": "-36.74651%",
+ "tooltip": "score = 0.0004137578822550559\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00024 (-36.74651%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1610534,11 +1610534,11 @@
21,
27
),
- "score": 0.0004137578822550559,
- "score-diff": "1.3424201386063315e-05",
- "score-diff-perc": "+3.35325%",
- "tooltip": "score = 0.0004137578822550559\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00001 (+3.35325%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.00046871157454080015,
+ "score-diff": "5.495369228574425e-05",
+ "score-diff-perc": "+13.28161%",
+ "tooltip": "score = 0.00046871157454080015\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00005 (+13.28161%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1610560,11 +1610560,11 @@
21,
27
),
- "score": 0.00046871157454080015,
- "score-diff": "5.495369228574425e-05",
- "score-diff-perc": "+13.28161%",
- "tooltip": "score = 0.00046871157454080015\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00005 (+13.28161%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.0004003336808689926,
+ "score-diff": "-6.837789367180756e-05",
+ "score-diff-perc": "-14.58848%",
+ "tooltip": "score = 0.0004003336808689926\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00007 (-14.58848%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1610587,9 +1610587,9 @@
32
),
"score": 0.0005894808829623377,
- "score-diff": "0.0001207693084215375",
- "score-diff-perc": "+25.76623%",
- "tooltip": "score = 0.0005894808829623377\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00012 (+25.76623%)",
+ "score-diff": "0.00018914720209334507",
+ "score-diff-perc": "+47.24739%",
+ "tooltip": "score = 0.0005894808829623377\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00019 (+47.24739%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1615032,11 +1615032,11 @@
19,
52
),
- "score": 0.0006021133939089066,
- "score-diff": "2.0368359607844905e-05",
- "score-diff-perc": "+3.50125%",
- "tooltip": "score = 0.0006021133939089066\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00002 (+3.50125%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.000607377671041232,
+ "score-diff": "2.563263674017029e-05",
+ "score-diff-perc": "+4.40616%",
+ "tooltip": "score = 0.000607377671041232\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00003 (+4.40616%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1615058,11 +1615058,11 @@
19,
52
),
- "score": 0.000607377671041232,
- "score-diff": "5.2642771323253845e-06",
- "score-diff-perc": "+0.87430%",
- "tooltip": "score = 0.000607377671041232\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00001 (+0.87430%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.0006021133939089066,
+ "score-diff": "-5.2642771323253845e-06",
+ "score-diff-perc": "-0.86672%",
+ "tooltip": "score = 0.0006021133939089066\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00001 (-0.86672%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1616599,11 +1616599,11 @@
21,
27
),
- "score": 15.635861536458334,
- "score-diff": "0.5346471897246659",
- "score-diff-perc": "+3.54043%",
- "tooltip": "score = 15.635861536458334\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.53465 (+3.54043%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 15.07988667839196,
+ "score-diff": "-0.021327668341708517",
+ "score-diff-perc": "-0.14123%",
+ "tooltip": "score = 15.07988667839196\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.02133 (-0.14123%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1616625,11 +1616625,11 @@
21,
27
),
- "score": 15.07988667839196,
- "score-diff": "-0.5559748580663744",
- "score-diff-perc": "-3.55577%",
- "tooltip": "score = 15.07988667839196\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.55597 (-3.55577%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 15.033263497512438,
+ "score-diff": "-0.04662318087952144",
+ "score-diff-perc": "-0.30917%",
+ "tooltip": "score = 15.033263497512438\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.04662 (-0.30917%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1616651,11 +1616651,11 @@
21,
27
),
- "score": 15.033263497512438,
- "score-diff": "-0.04662318087952144",
- "score-diff-perc": "-0.30917%",
- "tooltip": "score = 15.033263497512438\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.04662 (-0.30917%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 15.635861536458334,
+ "score-diff": "0.6025980389458958",
+ "score-diff-perc": "+4.00843%",
+ "tooltip": "score = 15.635861536458334\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.60260 (+4.00843%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1616678,9 +1616678,9 @@
32
),
"score": 14.651369624390243,
- "score-diff": "-0.3818938731221948",
- "score-diff-perc": "-2.54033%",
- "tooltip": "score = 14.651369624390243\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.38189 (-2.54033%)",
+ "score-diff": "-0.9844919120680906",
+ "score-diff-perc": "-6.29637%",
+ "tooltip": "score = 14.651369624390243\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.98449 (-6.29637%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1621123,11 +1621123,11 @@
19,
52
),
- "score": 15.694682463541668,
- "score-diff": "-0.11724162593201726",
- "score-diff-perc": "-0.74148%",
- "tooltip": "score = 15.694682463541668\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.11724 (-0.74148%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 15.55038829015544,
+ "score-diff": "-0.2615357993182439",
+ "score-diff-perc": "-1.65404%",
+ "tooltip": "score = 15.55038829015544\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.26154 (-1.65404%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1621149,11 +1621149,11 @@
19,
52
),
- "score": 15.55038829015544,
- "score-diff": "-0.14429417338622663",
- "score-diff-perc": "-0.91938%",
- "tooltip": "score = 15.55038829015544\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.14429 (-0.91938%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 15.694682463541668,
+ "score-diff": "0.14429417338622663",
+ "score-diff-perc": "+0.92791%",
+ "tooltip": "score = 15.694682463541668\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.14429 (+0.92791%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1622690,11 +1622690,11 @@
21,
27
),
- "score": 0.0011786608862857826,
- "score-diff": "-0.0002464542757529037",
- "score-diff-perc": "-17.29364%",
- "tooltip": "score = 0.0011786608862857826\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00025 (-17.29364%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.0011768993444500081,
+ "score-diff": "-0.00024821581758867816",
+ "score-diff-perc": "-17.41725%",
+ "tooltip": "score = 0.0011768993444500081\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00025 (-17.41725%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1622716,11 +1622716,11 @@
21,
27
),
- "score": 0.0011768993444500081,
- "score-diff": "-1.761541835774462e-06",
- "score-diff-perc": "-0.14945%",
- "tooltip": "score = 0.0011768993444500081\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00000 (-0.14945%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.0010571326227295263,
+ "score-diff": "-0.00011976672172048187",
+ "score-diff-perc": "-10.17646%",
+ "tooltip": "score = 0.0010571326227295263\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00012 (-10.17646%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1622742,11 +1622742,11 @@
21,
27
),
- "score": 0.0010571326227295263,
- "score-diff": "-0.00011976672172048187",
- "score-diff-perc": "-10.17646%",
- "tooltip": "score = 0.0010571326227295263\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00012 (-10.17646%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.0011786608862857826,
+ "score-diff": "0.00012152826355625633",
+ "score-diff-perc": "+11.49603%",
+ "tooltip": "score = 0.0011786608862857826\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00012 (+11.49603%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1622769,9 +1622769,9 @@
32
),
"score": 0.0014800062052467114,
- "score-diff": "0.00042287358251718514",
- "score-diff-perc": "+40.00194%",
- "tooltip": "score = 0.0014800062052467114\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00042 (+40.00194%)",
+ "score-diff": "0.0003013453189609288",
+ "score-diff-perc": "+25.56675%",
+ "tooltip": "score = 0.0014800062052467114\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00030 (+25.56675%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1627214,11 +1627214,11 @@
19,
52
),
- "score": 0.0013745832475406479,
- "score-diff": "-0.00012584144746992528",
- "score-diff-perc": "-8.38706%",
- "tooltip": "score = 0.0013745832475406479\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00013 (-8.38706%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.0014540829732260475,
+ "score-diff": "-4.6341721784525685e-05",
+ "score-diff-perc": "-3.08857%",
+ "tooltip": "score = 0.0014540829732260475\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00005 (-3.08857%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1627240,11 +1627240,11 @@
19,
52
),
- "score": 0.0014540829732260475,
- "score-diff": "7.94997256853996e-05",
- "score-diff-perc": "+5.78355%",
- "tooltip": "score = 0.0014540829732260475\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00008 (+5.78355%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.0013745832475406479,
+ "score-diff": "-7.94997256853996e-05",
+ "score-diff-perc": "-5.46734%",
+ "tooltip": "score = 0.0013745832475406479\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00008 (-5.46734%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1628781,11 +1628781,11 @@
21,
27
),
- "score": 0.11010745730800992,
- "score-diff": "-0.005985124982961443",
- "score-diff-perc": "-5.15548%",
- "tooltip": "score = 0.11010745730800992\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00599 (-5.15548%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.1557945939788129,
+ "score-diff": "0.03970201168784154",
+ "score-diff-perc": "+34.19858%",
+ "tooltip": "score = 0.1557945939788129\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.03970 (+34.19858%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1628807,11 +1628807,11 @@
21,
27
),
- "score": 0.1557945939788129,
- "score-diff": "0.045687136670802986",
- "score-diff-perc": "+41.49323%",
- "tooltip": "score = 0.1557945939788129\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04569 (+41.49323%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.1489888000670416,
+ "score-diff": "-0.006805793911771302",
+ "score-diff-perc": "-4.36844%",
+ "tooltip": "score = 0.1489888000670416\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00681 (-4.36844%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1628833,11 +1628833,11 @@
21,
27
),
- "score": 0.1489888000670416,
- "score-diff": "-0.006805793911771302",
- "score-diff-perc": "-4.36844%",
- "tooltip": "score = 0.1489888000670416\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00681 (-4.36844%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.11010745730800992,
+ "score-diff": "-0.038881342759031684",
+ "score-diff-perc": "-26.09682%",
+ "tooltip": "score = 0.11010745730800992\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.03888 (-26.09682%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1628860,9 +1628860,9 @@
32
),
"score": 0.11027610147764239,
- "score-diff": "-0.038712698589399214",
- "score-diff-perc": "-25.98363%",
- "tooltip": "score = 0.11027610147764239\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.03871 (-25.98363%)",
+ "score-diff": "0.0001686441696324703",
+ "score-diff-perc": "+0.15316%",
+ "tooltip": "score = 0.11027610147764239\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00017 (+0.15316%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1633305,11 +1633305,11 @@
19,
52
),
- "score": 0.10316262195688054,
- "score-diff": "-0.06977057231944662",
- "score-diff-perc": "-40.34539%",
- "tooltip": "score = 0.10316262195688054\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.06977 (-40.34539%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.11466919997133439,
+ "score-diff": "-0.05826399430499278",
+ "score-diff-perc": "-33.69162%",
+ "tooltip": "score = 0.11466919997133439\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.05826 (-33.69162%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1633331,11 +1633331,11 @@
19,
52
),
- "score": 0.11466919997133439,
- "score-diff": "0.011506578014453844",
- "score-diff-perc": "+11.15382%",
- "tooltip": "score = 0.11466919997133439\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01151 (+11.15382%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.10316262195688054,
+ "score-diff": "-0.011506578014453844",
+ "score-diff-perc": "-10.03458%",
+ "tooltip": "score = 0.10316262195688054\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01151 (-10.03458%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1634872,11 +1634872,11 @@
21,
27
),
- "score": 42.843916127659575,
- "score-diff": "-38.12409099234042",
- "score-diff-perc": "-47.08538%",
- "tooltip": "score = 42.843916127659575\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -38.12409 (-47.08538%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 42.28317101052632,
+ "score-diff": "-38.68483610947368",
+ "score-diff-perc": "-47.77793%",
+ "tooltip": "score = 42.28317101052632\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -38.68484 (-47.77793%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1634898,11 +1634898,11 @@
21,
27
),
- "score": 42.28317101052632,
- "score-diff": "-0.5607451171332585",
- "score-diff-perc": "-1.30881%",
- "tooltip": "score = 42.28317101052632\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.56075 (-1.30881%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 40.4619134040404,
+ "score-diff": "-1.821257606485915",
+ "score-diff-perc": "-4.30729%",
+ "tooltip": "score = 40.4619134040404\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.82126 (-4.30729%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1634924,11 +1634924,11 @@
21,
27
),
- "score": 40.4619134040404,
- "score-diff": "-1.821257606485915",
- "score-diff-perc": "-4.30729%",
- "tooltip": "score = 40.4619134040404\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.82126 (-4.30729%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 42.843916127659575,
+ "score-diff": "2.3820027236191734",
+ "score-diff-perc": "+5.88702%",
+ "tooltip": "score = 42.843916127659575\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.38200 (+5.88702%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1634951,9 +1634951,9 @@
32
),
"score": 68.11101877966102,
- "score-diff": "27.64910537562062",
- "score-diff-perc": "+68.33366%",
- "tooltip": "score = 68.11101877966102\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +27.64911 (+68.33366%)",
+ "score-diff": "25.267102652001448",
+ "score-diff-perc": "+58.97477%",
+ "tooltip": "score = 68.11101877966102\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +25.26710 (+58.97477%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1639396,11 +1639396,11 @@
19,
52
),
- "score": 57.516081042857145,
- "score-diff": "0.7943163949698189",
- "score-diff-perc": "+1.40037%",
- "tooltip": "score = 57.516081042857145\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.79432 (+1.40037%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 52.970156697368424,
+ "score-diff": "-3.7516079505189026",
+ "score-diff-perc": "-6.61405%",
+ "tooltip": "score = 52.970156697368424\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.75161 (-6.61405%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1639422,11 +1639422,11 @@
19,
52
),
- "score": 52.970156697368424,
- "score-diff": "-4.5459243454887215",
- "score-diff-perc": "-7.90374%",
- "tooltip": "score = 52.970156697368424\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -4.54592 (-7.90374%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 57.516081042857145,
+ "score-diff": "4.5459243454887215",
+ "score-diff-perc": "+8.58205%",
+ "tooltip": "score = 57.516081042857145\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +4.54592 (+8.58205%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1640963,11 +1640963,11 @@
21,
27
),
- "score": 429.2379766,
- "score-diff": "-196.03377697142855",
- "score-diff-perc": "-31.35177%",
- "tooltip": "score = 429.2379766\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -196.03378 (-31.35177%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 466.7834212222222,
+ "score-diff": "-158.48833234920636",
+ "score-diff-perc": "-25.34711%",
+ "tooltip": "score = 466.7834212222222\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -158.48833 (-25.34711%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1640989,11 +1640989,11 @@
21,
27
),
- "score": 466.7834212222222,
- "score-diff": "37.54544462222219",
- "score-diff-perc": "+8.74700%",
- "tooltip": "score = 466.7834212222222\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +37.54544 (+8.74700%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 469.9946062222222,
+ "score-diff": "3.2111850000000004",
+ "score-diff-perc": "+0.68794%",
+ "tooltip": "score = 469.9946062222222\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.21119 (+0.68794%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1641015,11 +1641015,11 @@
21,
27
),
- "score": 469.9946062222222,
- "score-diff": "3.2111850000000004",
- "score-diff-perc": "+0.68794%",
- "tooltip": "score = 469.9946062222222\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.21119 (+0.68794%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 429.2379766,
+ "score-diff": "-40.75662962222219",
+ "score-diff-perc": "-8.67172%",
+ "tooltip": "score = 429.2379766\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -40.75663 (-8.67172%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1641042,9 +1641042,9 @@
32
),
"score": 505.66398125,
- "score-diff": "35.66937502777779",
- "score-diff-perc": "+7.58932%",
- "tooltip": "score = 505.66398125\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +35.66938 (+7.58932%)",
+ "score-diff": "76.42600464999998",
+ "score-diff-perc": "+17.80504%",
+ "tooltip": "score = 505.66398125\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +76.42600 (+17.80504%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1645487,11 +1645487,11 @@
19,
52
),
- "score": 1163.18974775,
- "score-diff": "63.57393200000001",
- "score-diff-perc": "+5.78147%",
- "tooltip": "score = 1163.18974775\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +63.57393 (+5.78147%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1044.230133,
+ "score-diff": "-55.38568274999989",
+ "score-diff-perc": "-5.03682%",
+ "tooltip": "score = 1044.230133\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -55.38568 (-5.03682%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1645513,11 +1645513,11 @@
19,
52
),
- "score": 1044.230133,
- "score-diff": "-118.9596147499999",
- "score-diff-perc": "-10.22702%",
- "tooltip": "score = 1044.230133\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -118.95961 (-10.22702%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1163.18974775,
+ "score-diff": "118.9596147499999",
+ "score-diff-perc": "+11.39209%",
+ "tooltip": "score = 1163.18974775\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +118.95961 (+11.39209%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1647054,11 +1647054,11 @@
21,
27
),
- "score": 19.8150361980198,
- "score-diff": "-13.94659623055163",
- "score-diff-perc": "-41.30901%",
- "tooltip": "score = 19.8150361980198\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -13.94660 (-41.30901%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 14.001250821678322,
+ "score-diff": "-19.76038160689311",
+ "score-diff-perc": "-58.52911%",
+ "tooltip": "score = 14.001250821678322\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -19.76038 (-58.52911%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1647080,11 +1647080,11 @@
21,
27
),
- "score": 14.001250821678322,
- "score-diff": "-5.813785376341478",
- "score-diff-perc": "-29.34027%",
- "tooltip": "score = 14.001250821678322\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.81379 (-29.34027%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 14.935681126865672,
+ "score-diff": "0.9344303051873499",
+ "score-diff-perc": "+6.67391%",
+ "tooltip": "score = 14.935681126865672\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.93443 (+6.67391%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1647106,11 +1647106,11 @@
21,
27
),
- "score": 14.935681126865672,
- "score-diff": "0.9344303051873499",
- "score-diff-perc": "+6.67391%",
- "tooltip": "score = 14.935681126865672\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.93443 (+6.67391%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 19.8150361980198,
+ "score-diff": "4.879355071154128",
+ "score-diff-perc": "+32.66912%",
+ "tooltip": "score = 19.8150361980198\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +4.87936 (+32.66912%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1647133,9 +1647133,9 @@
32
),
"score": 34.325724162393165,
- "score-diff": "19.39004303552749",
- "score-diff-perc": "+129.82363%",
- "tooltip": "score = 34.325724162393165\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +19.39004 (+129.82363%)",
+ "score-diff": "14.510687964373364",
+ "score-diff-perc": "+73.23069%",
+ "tooltip": "score = 34.325724162393165\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +14.51069 (+73.23069%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1651578,11 +1651578,11 @@
19,
52
),
- "score": 23.34466153488372,
- "score-diff": "-1.7216861588662802",
- "score-diff-perc": "-6.86852%",
- "tooltip": "score = 23.34466153488372\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.72169 (-6.86852%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 24.789014530864197,
+ "score-diff": "-0.2773331628858031",
+ "score-diff-perc": "-1.10640%",
+ "tooltip": "score = 24.789014530864197\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.27733 (-1.10640%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1651604,11 +1651604,11 @@
19,
52
),
- "score": 24.789014530864197,
- "score-diff": "1.444352995980477",
- "score-diff-perc": "+6.18708%",
- "tooltip": "score = 24.789014530864197\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.44435 (+6.18708%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 23.34466153488372,
+ "score-diff": "-1.444352995980477",
+ "score-diff-perc": "-5.82658%",
+ "tooltip": "score = 23.34466153488372\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.44435 (-5.82658%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1653145,11 +1653145,11 @@
21,
27
),
- "score": 147.07963757142858,
- "score-diff": "-69.34810742857141",
- "score-diff-perc": "-32.04215%",
- "tooltip": "score = 147.07963757142858\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -69.34811 (-32.04215%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 125.74272896875,
+ "score-diff": "-90.68501603124999",
+ "score-diff-perc": "-41.90083%",
+ "tooltip": "score = 125.74272896875\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -90.68502 (-41.90083%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1653171,11 +1653171,11 @@
21,
27
),
- "score": 125.74272896875,
- "score-diff": "-21.336908602678577",
- "score-diff-perc": "-14.50704%",
- "tooltip": "score = 125.74272896875\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -21.33691 (-14.50704%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 158.35651596153846,
+ "score-diff": "32.61378699278846",
+ "score-diff-perc": "+25.93692%",
+ "tooltip": "score = 158.35651596153846\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +32.61379 (+25.93692%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1653197,11 +1653197,11 @@
21,
27
),
- "score": 158.35651596153846,
- "score-diff": "32.61378699278846",
- "score-diff-perc": "+25.93692%",
- "tooltip": "score = 158.35651596153846\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +32.61379 (+25.93692%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 147.07963757142858,
+ "score-diff": "-11.276878390109886",
+ "score-diff-perc": "-7.12120%",
+ "tooltip": "score = 147.07963757142858\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -11.27688 (-7.12120%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1653224,9 +1653224,9 @@
32
),
"score": 259.2303633125,
- "score-diff": "100.87384735096154",
- "score-diff-perc": "+63.70047%",
- "tooltip": "score = 259.2303633125\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +100.87385 (+63.70047%)",
+ "score-diff": "112.15072574107143",
+ "score-diff-perc": "+76.25170%",
+ "tooltip": "score = 259.2303633125\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +112.15073 (+76.25170%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1657669,11 +1657669,11 @@
19,
52
),
- "score": 325.04776846153845,
- "score-diff": "-90.44126873846153",
- "score-diff-perc": "-21.76743%",
- "tooltip": "score = 325.04776846153845\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -90.44127 (-21.76743%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 292.81057607142856,
+ "score-diff": "-122.67846112857143",
+ "score-diff-perc": "-29.52628%",
+ "tooltip": "score = 292.81057607142856\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -122.67846 (-29.52628%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1657695,11 +1657695,11 @@
19,
52
),
- "score": 292.81057607142856,
- "score-diff": "-32.2371923901099",
- "score-diff-perc": "-9.91768%",
- "tooltip": "score = 292.81057607142856\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -32.23719 (-9.91768%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 325.04776846153845,
+ "score-diff": "32.2371923901099",
+ "score-diff-perc": "+11.00957%",
+ "tooltip": "score = 325.04776846153845\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +32.23719 (+11.00957%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1659236,11 +1659236,11 @@
21,
27
),
- "score": 0.09719674547442594,
- "score-diff": "-0.009666587173237887",
- "score-diff-perc": "-9.04575%",
- "tooltip": "score = 0.09719674547442594\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00967 (-9.04575%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.09857172368842562,
+ "score-diff": "-0.008291608959238209",
+ "score-diff-perc": "-7.75908%",
+ "tooltip": "score = 0.09857172368842562\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00829 (-7.75908%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1659262,11 +1659262,11 @@
21,
27
),
- "score": 0.09857172368842562,
- "score-diff": "0.001374978213999678",
- "score-diff-perc": "+1.41463%",
- "tooltip": "score = 0.09857172368842562\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00137 (+1.41463%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.1356802693416545,
+ "score-diff": "0.03710854565322888",
+ "score-diff-perc": "+37.64624%",
+ "tooltip": "score = 0.1356802693416545\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.03711 (+37.64624%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1659288,11 +1659288,11 @@
21,
27
),
- "score": 0.1356802693416545,
- "score-diff": "0.03710854565322888",
- "score-diff-perc": "+37.64624%",
- "tooltip": "score = 0.1356802693416545\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.03711 (+37.64624%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.09719674547442594,
+ "score-diff": "-0.03848352386722856",
+ "score-diff-perc": "-28.36339%",
+ "tooltip": "score = 0.09719674547442594\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.03848 (-28.36339%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1659315,9 +1659315,9 @@
32
),
"score": 0.0629753859002818,
- "score-diff": "-0.0727048834413727",
- "score-diff-perc": "-53.58545%",
- "tooltip": "score = 0.0629753859002818\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.07270 (-53.58545%)",
+ "score-diff": "-0.03422135957414414",
+ "score-diff-perc": "-35.20834%",
+ "tooltip": "score = 0.0629753859002818\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.03422 (-35.20834%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1663760,11 +1663760,11 @@
19,
52
),
- "score": 0.16230779035137546,
- "score-diff": "-0.0013830273505641422",
- "score-diff-perc": "-0.84490%",
- "tooltip": "score = 0.16230779035137546\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00138 (-0.84490%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.15877611867905056,
+ "score-diff": "-0.004914699022889046",
+ "score-diff-perc": "-3.00243%",
+ "tooltip": "score = 0.15877611867905056\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00491 (-3.00243%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1663786,11 +1663786,11 @@
19,
52
),
- "score": 0.15877611867905056,
- "score-diff": "-0.003531671672324904",
- "score-diff-perc": "-2.17591%",
- "tooltip": "score = 0.15877611867905056\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00353 (-2.17591%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.16230779035137546,
+ "score-diff": "0.003531671672324904",
+ "score-diff-perc": "+2.22431%",
+ "tooltip": "score = 0.16230779035137546\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00353 (+2.22431%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1665327,11 +1665327,11 @@
21,
27
),
- "score": 36.703325614678896,
- "score-diff": "-33.889371034443904",
- "score-diff-perc": "-48.00691%",
- "tooltip": "score = 36.703325614678896\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -33.88937 (-48.00691%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 40.1176885,
+ "score-diff": "-30.4750081491228",
+ "score-diff-perc": "-43.17020%",
+ "tooltip": "score = 40.1176885\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -30.47501 (-43.17020%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1665353,11 +1665353,11 @@
21,
27
),
- "score": 40.1176885,
- "score-diff": "3.414362885321104",
- "score-diff-perc": "+9.30260%",
- "tooltip": "score = 40.1176885\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.41436 (+9.30260%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 39.31125640776699,
+ "score-diff": "-0.8064320922330097",
+ "score-diff-perc": "-2.01017%",
+ "tooltip": "score = 39.31125640776699\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.80643 (-2.01017%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1665379,11 +1665379,11 @@
21,
27
),
- "score": 39.31125640776699,
- "score-diff": "-0.8064320922330097",
- "score-diff-perc": "-2.01017%",
- "tooltip": "score = 39.31125640776699\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.80643 (-2.01017%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 36.703325614678896,
+ "score-diff": "-2.6079307930880944",
+ "score-diff-perc": "-6.63406%",
+ "tooltip": "score = 36.703325614678896\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.60793 (-6.63406%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1665406,9 +1665406,9 @@
32
),
"score": 73.39231738181819,
- "score-diff": "34.0810609740512",
- "score-diff-perc": "+86.69543%",
- "tooltip": "score = 73.39231738181819\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +34.08106 (+86.69543%)",
+ "score-diff": "36.68899176713929",
+ "score-diff-perc": "+99.96095%",
+ "tooltip": "score = 73.39231738181819\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +36.68899 (+99.96095%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1669851,11 +1669851,11 @@
19,
52
),
- "score": 65.14522132258064,
- "score-diff": "0.14090016129031824",
- "score-diff-perc": "+0.21676%",
- "tooltip": "score = 65.14522132258064\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.14090 (+0.21676%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 63.519174625,
+ "score-diff": "-1.4851465362903227",
+ "score-diff-perc": "-2.28469%",
+ "tooltip": "score = 63.519174625\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.48515 (-2.28469%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1669877,11 +1669877,11 @@
19,
52
),
- "score": 63.519174625,
- "score-diff": "-1.626046697580641",
- "score-diff-perc": "-2.49603%",
- "tooltip": "score = 63.519174625\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.62605 (-2.49603%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 65.14522132258064,
+ "score-diff": "1.626046697580641",
+ "score-diff-perc": "+2.55993%",
+ "tooltip": "score = 65.14522132258064\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.62605 (+2.55993%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1671418,11 +1671418,11 @@
21,
27
),
- "score": 126.3393735,
- "score-diff": "-99.02307933333333",
- "score-diff-perc": "-43.93948%",
- "tooltip": "score = 126.3393735\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -99.02308 (-43.93948%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 123.16505581818181,
+ "score-diff": "-102.19739701515151",
+ "score-diff-perc": "-45.34801%",
+ "tooltip": "score = 123.16505581818181\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -102.19740 (-45.34801%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1671444,11 +1671444,11 @@
21,
27
),
- "score": 123.16505581818181,
- "score-diff": "-3.174317681818181",
- "score-diff-perc": "-2.51253%",
- "tooltip": "score = 123.16505581818181\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.17432 (-2.51253%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 123.21715133333333,
+ "score-diff": "0.052095515151521",
+ "score-diff-perc": "+0.04230%",
+ "tooltip": "score = 123.21715133333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.05210 (+0.04230%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1671470,11 +1671470,11 @@
21,
27
),
- "score": 123.21715133333333,
- "score-diff": "0.052095515151521",
- "score-diff-perc": "+0.04230%",
- "tooltip": "score = 123.21715133333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.05210 (+0.04230%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 126.3393735,
+ "score-diff": "3.12222216666666",
+ "score-diff-perc": "+2.53392%",
+ "tooltip": "score = 126.3393735\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.12222 (+2.53392%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1671497,9 +1671497,9 @@
32
),
"score": 290.08284378571426,
- "score-diff": "166.86569245238093",
- "score-diff-perc": "+135.42408%",
- "tooltip": "score = 290.08284378571426\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +166.86569 (+135.42408%)",
+ "score-diff": "163.74347028571427",
+ "score-diff-perc": "+129.60605%",
+ "tooltip": "score = 290.08284378571426\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +163.74347 (+129.60605%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1675942,11 +1675942,11 @@
19,
52
),
- "score": 337.6392705833333,
- "score-diff": "-40.1802883257576",
- "score-diff-perc": "-10.63478%",
- "tooltip": "score = 337.6392705833333\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -40.18029 (-10.63478%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 334.9767455,
+ "score-diff": "-42.84281340909092",
+ "score-diff-perc": "-11.33949%",
+ "tooltip": "score = 334.9767455\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -42.84281 (-11.33949%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1675968,11 +1675968,11 @@
19,
52
),
- "score": 334.9767455,
- "score-diff": "-2.662525083333321",
- "score-diff-perc": "-0.78857%",
- "tooltip": "score = 334.9767455\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.66253 (-0.78857%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 337.6392705833333,
+ "score-diff": "2.662525083333321",
+ "score-diff-perc": "+0.79484%",
+ "tooltip": "score = 337.6392705833333\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.66253 (+0.79484%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1677509,11 +1677509,11 @@
21,
27
),
- "score": 21.75448266847826,
- "score-diff": "-15.070850817760274",
- "score-diff-perc": "-40.92523%",
- "tooltip": "score = 21.75448266847826\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -15.07085 (-40.92523%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 19.549772448780487,
+ "score-diff": "-17.275561037458047",
+ "score-diff-perc": "-46.91216%",
+ "tooltip": "score = 19.549772448780487\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -17.27556 (-46.91216%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1677535,11 +1677535,11 @@
21,
27
),
- "score": 19.549772448780487,
- "score-diff": "-2.2047102196977733",
- "score-diff-perc": "-10.13451%",
- "tooltip": "score = 19.549772448780487\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.20471 (-10.13451%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 21.655618535135137,
+ "score-diff": "2.1058460863546493",
+ "score-diff-perc": "+10.77172%",
+ "tooltip": "score = 21.655618535135137\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.10585 (+10.77172%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1677561,11 +1677561,11 @@
21,
27
),
- "score": 21.655618535135137,
- "score-diff": "2.1058460863546493",
- "score-diff-perc": "+10.77172%",
- "tooltip": "score = 21.655618535135137\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.10585 (+10.77172%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 21.75448266847826,
+ "score-diff": "0.09886413334312394",
+ "score-diff-perc": "+0.45653%",
+ "tooltip": "score = 21.75448266847826\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.09886 (+0.45653%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1677588,9 +1677588,9 @@
32
),
"score": 40.430550191919195,
- "score-diff": "18.77493165678406",
- "score-diff-perc": "+86.69774%",
- "tooltip": "score = 40.430550191919195\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +18.77493 (+86.69774%)",
+ "score-diff": "18.676067523440935",
+ "score-diff-perc": "+85.84928%",
+ "tooltip": "score = 40.430550191919195\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +18.67607 (+85.84928%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1682033,11 +1682033,11 @@
19,
52
),
- "score": 30.104264142857144,
- "score-diff": "1.530107749999999",
- "score-diff-perc": "+5.35487%",
- "tooltip": "score = 30.104264142857144\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.53011 (+5.35487%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 31.303985703125,
+ "score-diff": "2.7298293102678564",
+ "score-diff-perc": "+9.55349%",
+ "tooltip": "score = 31.303985703125\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.72983 (+9.55349%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1682059,11 +1682059,11 @@
19,
52
),
- "score": 31.303985703125,
- "score-diff": "1.1997215602678573",
- "score-diff-perc": "+3.98522%",
- "tooltip": "score = 31.303985703125\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.19972 (+3.98522%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 30.104264142857144,
+ "score-diff": "-1.1997215602678573",
+ "score-diff-perc": "-3.83249%",
+ "tooltip": "score = 30.104264142857144\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.19972 (-3.83249%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1683600,11 +1683600,11 @@
21,
27
),
- "score": 60.02715450746269,
- "score-diff": "-42.91581044125525",
- "score-diff-perc": "-41.68892%",
- "tooltip": "score = 60.02715450746269\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -42.91581 (-41.68892%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 58.01600582608695,
+ "score-diff": "-44.92695912263099",
+ "score-diff-perc": "-43.64257%",
+ "tooltip": "score = 58.01600582608695\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -44.92696 (-43.64257%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1683626,11 +1683626,11 @@
21,
27
),
- "score": 58.01600582608695,
- "score-diff": "-2.0111486813757367",
- "score-diff-perc": "-3.35040%",
- "tooltip": "score = 58.01600582608695\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.01115 (-3.35040%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 61.601758861538464,
+ "score-diff": "3.5857530354515106",
+ "score-diff-perc": "+6.18063%",
+ "tooltip": "score = 61.601758861538464\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.58575 (+6.18063%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1683652,11 +1683652,11 @@
21,
27
),
- "score": 61.601758861538464,
- "score-diff": "3.5857530354515106",
- "score-diff-perc": "+6.18063%",
- "tooltip": "score = 61.601758861538464\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.58575 (+6.18063%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 60.02715450746269,
+ "score-diff": "-1.574604354075774",
+ "score-diff-perc": "-2.55610%",
+ "tooltip": "score = 60.02715450746269\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.57460 (-2.55610%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1683679,9 +1683679,9 @@
32
),
"score": 105.86809053846154,
- "score-diff": "44.26633167692308",
- "score-diff-perc": "+71.85888%",
- "tooltip": "score = 105.86809053846154\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +44.26633 (+71.85888%)",
+ "score-diff": "45.840936030998854",
+ "score-diff-perc": "+76.36700%",
+ "tooltip": "score = 105.86809053846154\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +45.84094 (+76.36700%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1688124,11 +1688124,11 @@
19,
52
),
- "score": 197.6676610952381,
- "score-diff": "21.773065399585903",
- "score-diff-perc": "+12.37847%",
- "tooltip": "score = 197.6676610952381\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +21.77307 (+12.37847%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 154.40078611538462,
+ "score-diff": "-21.493809580267566",
+ "score-diff-perc": "-12.21971%",
+ "tooltip": "score = 154.40078611538462\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -21.49381 (-12.21971%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1688150,11 +1688150,11 @@
19,
52
),
- "score": 154.40078611538462,
- "score-diff": "-43.26687497985347",
- "score-diff-perc": "-21.88870%",
- "tooltip": "score = 154.40078611538462\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -43.26687 (-21.88870%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 197.6676610952381,
+ "score-diff": "43.26687497985347",
+ "score-diff-perc": "+28.02244%",
+ "tooltip": "score = 197.6676610952381\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +43.26687 (+28.02244%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1689691,11 +1689691,11 @@
21,
27
),
- "score": 0.1457391476974643,
- "score-diff": "0.040865395108522676",
- "score-diff-perc": "+38.96628%",
- "tooltip": "score = 0.1457391476974643\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04087 (+38.96628%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.15256282284515638,
+ "score-diff": "0.04768907025621476",
+ "score-diff-perc": "+45.47284%",
+ "tooltip": "score = 0.15256282284515638\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04769 (+45.47284%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1689717,11 +1689717,11 @@
21,
27
),
- "score": 0.15256282284515638,
- "score-diff": "0.006823675147692082",
- "score-diff-perc": "+4.68212%",
- "tooltip": "score = 0.15256282284515638\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00682 (+4.68212%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.10190362167876704,
+ "score-diff": "-0.050659201166389334",
+ "score-diff-perc": "-33.20547%",
+ "tooltip": "score = 0.10190362167876704\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.05066 (-33.20547%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1689743,11 +1689743,11 @@
21,
27
),
- "score": 0.10190362167876704,
- "score-diff": "-0.050659201166389334",
- "score-diff-perc": "-33.20547%",
- "tooltip": "score = 0.10190362167876704\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.05066 (-33.20547%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.1457391476974643,
+ "score-diff": "0.04383552601869725",
+ "score-diff-perc": "+43.01665%",
+ "tooltip": "score = 0.1457391476974643\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04384 (+43.01665%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1689770,9 +1689770,9 @@
32
),
"score": 0.10342970606334842,
- "score-diff": "0.0015260843845813776",
- "score-diff-perc": "+1.49758%",
- "tooltip": "score = 0.10342970606334842\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.00153 (+1.49758%)",
+ "score-diff": "-0.042309441634115874",
+ "score-diff-perc": "-29.03094%",
+ "tooltip": "score = 0.10342970606334842\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.04231 (-29.03094%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1694215,11 +1694215,11 @@
19,
52
),
- "score": 0.10988680712598209,
- "score-diff": "-0.000559109354318299",
- "score-diff-perc": "-0.50623%",
- "tooltip": "score = 0.10988680712598209\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00056 (-0.50623%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.10826667689726102,
+ "score-diff": "-0.0021792395830393663",
+ "score-diff-perc": "-1.97313%",
+ "tooltip": "score = 0.10826667689726102\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00218 (-1.97313%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1694241,11 +1694241,11 @@
19,
52
),
- "score": 0.10826667689726102,
- "score-diff": "-0.0016201302287210673",
- "score-diff-perc": "-1.47436%",
- "tooltip": "score = 0.10826667689726102\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00162 (-1.47436%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.10988680712598209,
+ "score-diff": "0.0016201302287210673",
+ "score-diff-perc": "+1.49643%",
+ "tooltip": "score = 0.10988680712598209\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00162 (+1.49643%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1695782,11 +1695782,11 @@
21,
27
),
- "score": 40.55275608080808,
- "score-diff": "-24.54222324177256",
- "score-diff-perc": "-37.70218%",
- "tooltip": "score = 40.55275608080808\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -24.54222 (-37.70218%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 41.18778196938776,
+ "score-diff": "-23.907197353192885",
+ "score-diff-perc": "-36.72664%",
+ "tooltip": "score = 41.18778196938776\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -23.90720 (-36.72664%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1695808,11 +1695808,11 @@
21,
27
),
- "score": 41.18778196938776,
- "score-diff": "0.6350258885796762",
- "score-diff-perc": "+1.56593%",
- "tooltip": "score = 41.18778196938776\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.63503 (+1.56593%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 41.536033082474226,
+ "score-diff": "0.3482511130864694",
+ "score-diff-perc": "+0.84552%",
+ "tooltip": "score = 41.536033082474226\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.34825 (+0.84552%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1695834,11 +1695834,11 @@
21,
27
),
- "score": 41.536033082474226,
- "score-diff": "0.3482511130864694",
- "score-diff-perc": "+0.84552%",
- "tooltip": "score = 41.536033082474226\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.34825 (+0.84552%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 40.55275608080808,
+ "score-diff": "-0.9832770016661456",
+ "score-diff-perc": "-2.36729%",
+ "tooltip": "score = 40.55275608080808\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.98328 (-2.36729%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1695861,9 +1695861,9 @@
32
),
"score": 74.47190564814815,
- "score-diff": "32.935872565673925",
- "score-diff-perc": "+79.29470%",
- "tooltip": "score = 74.47190564814815\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +32.93587 (+79.29470%)",
+ "score-diff": "33.91914956734007",
+ "score-diff-perc": "+83.64203%",
+ "tooltip": "score = 74.47190564814815\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +33.91915 (+83.64203%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1700306,11 +1700306,11 @@
19,
52
),
- "score": 56.42861116901408,
- "score-diff": "-1.8528844831598335",
- "score-diff-perc": "-3.17920%",
- "tooltip": "score = 56.42861116901408\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.85288 (-3.17920%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 60.861113,
+ "score-diff": "2.579617347826087",
+ "score-diff-perc": "+4.42613%",
+ "tooltip": "score = 60.861113\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.57962 (+4.42613%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1700332,11 +1700332,11 @@
19,
52
),
- "score": 60.861113,
- "score-diff": "4.43250183098592",
- "score-diff-perc": "+7.85506%",
- "tooltip": "score = 60.861113\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +4.43250 (+7.85506%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 56.42861116901408,
+ "score-diff": "-4.43250183098592",
+ "score-diff-perc": "-7.28298%",
+ "tooltip": "score = 56.42861116901408\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -4.43250 (-7.28298%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1701873,11 +1701873,11 @@
21,
27
),
- "score": 270.28647433333333,
- "score-diff": "-326.49458480952376",
- "score-diff-perc": "-54.70927%",
- "tooltip": "score = 270.28647433333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -326.49458 (-54.70927%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 216.9418652631579,
+ "score-diff": "-379.8391938796992",
+ "score-diff-perc": "-63.64800%",
+ "tooltip": "score = 216.9418652631579\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -379.83919 (-63.64800%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1701899,11 +1701899,11 @@
21,
27
),
- "score": 216.9418652631579,
- "score-diff": "-53.34460907017544",
- "score-diff-perc": "-19.73632%",
- "tooltip": "score = 216.9418652631579\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -53.34461 (-19.73632%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 256.577034,
+ "score-diff": "39.63516873684213",
+ "score-diff-perc": "+18.26995%",
+ "tooltip": "score = 256.577034\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +39.63517 (+18.26995%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1701925,11 +1701925,11 @@
21,
27
),
- "score": 256.577034,
- "score-diff": "39.63516873684213",
- "score-diff-perc": "+18.26995%",
- "tooltip": "score = 256.577034\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +39.63517 (+18.26995%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 270.28647433333333,
+ "score-diff": "13.709440333333305",
+ "score-diff-perc": "+5.34321%",
+ "tooltip": "score = 270.28647433333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +13.70944 (+5.34321%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1701952,9 +1701952,9 @@
32
),
"score": 395.95884254545456,
- "score-diff": "139.38180854545453",
- "score-diff-perc": "+54.32357%",
- "tooltip": "score = 395.95884254545456\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +139.38181 (+54.32357%)",
+ "score-diff": "125.67236821212123",
+ "score-diff-perc": "+46.49599%",
+ "tooltip": "score = 395.95884254545456\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +125.67237 (+46.49599%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1706397,11 +1706397,11 @@
19,
52
),
- "score": 595.3814151428571,
- "score-diff": "13.299179714285742",
- "score-diff-perc": "+2.28476%",
- "tooltip": "score = 595.3814151428571\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +13.29918 (+2.28476%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 513.34263725,
+ "score-diff": "-68.73959817857133",
+ "score-diff-perc": "-11.80926%",
+ "tooltip": "score = 513.34263725\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -68.73960 (-11.80926%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1706423,11 +1706423,11 @@
19,
52
),
- "score": 513.34263725,
- "score-diff": "-82.03877789285707",
- "score-diff-perc": "-13.77920%",
- "tooltip": "score = 513.34263725\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -82.03878 (-13.77920%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 595.3814151428571,
+ "score-diff": "82.03877789285707",
+ "score-diff-perc": "+15.98129%",
+ "tooltip": "score = 595.3814151428571\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +82.03878 (+15.98129%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1707964,11 +1707964,11 @@
21,
27
),
- "score": 14.779496789667897,
- "score-diff": "-21.155583567474963",
- "score-diff-perc": "-58.87167%",
- "tooltip": "score = 14.779496789667897\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -21.15558 (-58.87167%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 18.547210787037038,
+ "score-diff": "-17.38786957010582",
+ "score-diff-perc": "-48.38689%",
+ "tooltip": "score = 18.547210787037038\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -17.38787 (-48.38689%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1707990,11 +1707990,11 @@
21,
27
),
- "score": 18.547210787037038,
- "score-diff": "3.7677139973691407",
- "score-diff-perc": "+25.49284%",
- "tooltip": "score = 18.547210787037038\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.76771 (+25.49284%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 12.642130498422713,
+ "score-diff": "-5.905080288614325",
+ "score-diff-perc": "-31.83810%",
+ "tooltip": "score = 12.642130498422713\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.90508 (-31.83810%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1708016,11 +1708016,11 @@
21,
27
),
- "score": 12.642130498422713,
- "score-diff": "-5.905080288614325",
- "score-diff-perc": "-31.83810%",
- "tooltip": "score = 12.642130498422713\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.90508 (-31.83810%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 14.779496789667897,
+ "score-diff": "2.1373662912451845",
+ "score-diff-perc": "+16.90669%",
+ "tooltip": "score = 14.779496789667897\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.13737 (+16.90669%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1708043,9 +1708043,9 @@
32
),
"score": 34.830225660869566,
- "score-diff": "22.188095162446853",
- "score-diff-perc": "+175.50915%",
- "tooltip": "score = 34.830225660869566\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +22.18810 (+175.50915%)",
+ "score-diff": "20.05072887120167",
+ "score-diff-perc": "+135.66584%",
+ "tooltip": "score = 34.830225660869566\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +20.05073 (+135.66584%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1712488,11 +1712488,11 @@
19,
52
),
- "score": 23.824744904761904,
- "score-diff": "1.1699164019370443",
- "score-diff-perc": "+5.16409%",
- "tooltip": "score = 23.824744904761904\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.16992 (+5.16409%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 20.879287255208332,
+ "score-diff": "-1.7755412476165269",
+ "score-diff-perc": "-7.83736%",
+ "tooltip": "score = 20.879287255208332\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.77554 (-7.83736%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1712514,11 +1712514,11 @@
19,
52
),
- "score": 20.879287255208332,
- "score-diff": "-2.945457649553571",
- "score-diff-perc": "-12.36302%",
- "tooltip": "score = 20.879287255208332\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.94546 (-12.36302%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 23.824744904761904,
+ "score-diff": "2.945457649553571",
+ "score-diff-perc": "+14.10708%",
+ "tooltip": "score = 23.824744904761904\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.94546 (+14.10708%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1714055,11 +1714055,11 @@
21,
27
),
- "score": 91.88022134090909,
- "score-diff": "-51.247620801948045",
- "score-diff-perc": "-35.80549%",
- "tooltip": "score = 91.88022134090909\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -51.24762 (-35.80549%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 89.2812742888889,
+ "score-diff": "-53.84656785396824",
+ "score-diff-perc": "-37.62131%",
+ "tooltip": "score = 89.2812742888889\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -53.84657 (-37.62131%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1714081,11 +1714081,11 @@
21,
27
),
- "score": 89.2812742888889,
- "score-diff": "-2.5989470520201934",
- "score-diff-perc": "-2.82863%",
- "tooltip": "score = 89.2812742888889\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.59895 (-2.82863%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 103.33976102564102,
+ "score-diff": "14.05848673675213",
+ "score-diff-perc": "+15.74629%",
+ "tooltip": "score = 103.33976102564102\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +14.05849 (+15.74629%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1714107,11 +1714107,11 @@
21,
27
),
- "score": 103.33976102564102,
- "score-diff": "14.05848673675213",
- "score-diff-perc": "+15.74629%",
- "tooltip": "score = 103.33976102564102\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +14.05849 (+15.74629%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 91.88022134090909,
+ "score-diff": "-11.459539684731936",
+ "score-diff-perc": "-11.08919%",
+ "tooltip": "score = 91.88022134090909\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -11.45954 (-11.08919%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1714134,9 +1714134,9 @@
32
),
"score": 168.28309425,
- "score-diff": "64.94333322435898",
- "score-diff-perc": "+62.84448%",
- "tooltip": "score = 168.28309425\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +64.94333 (+62.84448%)",
+ "score-diff": "76.40287290909092",
+ "score-diff-perc": "+83.15486%",
+ "tooltip": "score = 168.28309425\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +76.40287 (+83.15486%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1718579,11 +1718579,11 @@
19,
52
),
- "score": 194.3971956190476,
- "score-diff": "11.993004300865778",
- "score-diff-perc": "+6.57496%",
- "tooltip": "score = 194.3971956190476\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +11.99300 (+6.57496%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 184.91264163636365,
+ "score-diff": "2.508450318181815",
+ "score-diff-perc": "+1.37522%",
+ "tooltip": "score = 184.91264163636365\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.50845 (+1.37522%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1718605,11 +1718605,11 @@
19,
52
),
- "score": 184.91264163636365,
- "score-diff": "-9.484553982683963",
- "score-diff-perc": "-4.87896%",
- "tooltip": "score = 184.91264163636365\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -9.48455 (-4.87896%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 194.3971956190476,
+ "score-diff": "9.484553982683963",
+ "score-diff-perc": "+5.12921%",
+ "tooltip": "score = 194.3971956190476\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +9.48455 (+5.12921%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1720146,11 +1720146,11 @@
21,
27
),
- "score": 0.13937969972125436,
- "score-diff": "0.03337284263897",
- "score-diff-perc": "+31.48178%",
- "tooltip": "score = 0.13937969972125436\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.03337 (+31.48178%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.14282739786481952,
+ "score-diff": "0.03682054078253516",
+ "score-diff-perc": "+34.73411%",
+ "tooltip": "score = 0.14282739786481952\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.03682 (+34.73411%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1720172,11 +1720172,11 @@
21,
27
),
- "score": 0.14282739786481952,
- "score-diff": "0.003447698143565159",
- "score-diff-perc": "+2.47360%",
- "tooltip": "score = 0.14282739786481952\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00345 (+2.47360%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.09729826863202957,
+ "score-diff": "-0.04552912923278994",
+ "score-diff-perc": "-31.87703%",
+ "tooltip": "score = 0.09729826863202957\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.04553 (-31.87703%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1720198,11 +1720198,11 @@
21,
27
),
- "score": 0.09729826863202957,
- "score-diff": "-0.04552912923278994",
- "score-diff-perc": "-31.87703%",
- "tooltip": "score = 0.09729826863202957\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.04553 (-31.87703%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.13937969972125436,
+ "score-diff": "0.04208143108922478",
+ "score-diff-perc": "+43.24993%",
+ "tooltip": "score = 0.13937969972125436\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04208 (+43.24993%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1720225,9 +1720225,9 @@
32
),
"score": 0.06371866585428017,
- "score-diff": "-0.03357960277774941",
- "score-diff-perc": "-34.51202%",
- "tooltip": "score = 0.06371866585428017\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.03358 (-34.51202%)",
+ "score-diff": "-0.07566103386697419",
+ "score-diff-perc": "-54.28411%",
+ "tooltip": "score = 0.06371866585428017\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.07566 (-54.28411%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1724670,11 +1724670,11 @@
19,
52
),
- "score": 0.10677804732669567,
- "score-diff": "-0.05586054106166015",
- "score-diff-perc": "-34.34643%",
- "tooltip": "score = 0.10677804732669567\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.05586 (-34.34643%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.16458505081259,
+ "score-diff": "0.0019464624242341855",
+ "score-diff-perc": "+1.19680%",
+ "tooltip": "score = 0.16458505081259\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00195 (+1.19680%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1724696,11 +1724696,11 @@
19,
52
),
- "score": 0.16458505081259,
- "score-diff": "0.057807003485894334",
- "score-diff-perc": "+54.13754%",
- "tooltip": "score = 0.16458505081259\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.05781 (+54.13754%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.10677804732669567,
+ "score-diff": "-0.057807003485894334",
+ "score-diff-perc": "-35.12288%",
+ "tooltip": "score = 0.10677804732669567\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.05781 (-35.12288%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1726237,11 +1726237,11 @@
21,
27
),
- "score": 38.65942475961538,
- "score-diff": "-25.03230430387668",
- "score-diff-perc": "-39.30228%",
- "tooltip": "score = 38.65942475961538\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -25.03230 (-39.30228%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 47.10150009411765,
+ "score-diff": "-16.590228969374415",
+ "score-diff-perc": "-26.04770%",
+ "tooltip": "score = 47.10150009411765\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -16.59023 (-26.04770%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1726263,11 +1726263,11 @@
21,
27
),
- "score": 47.10150009411765,
- "score-diff": "8.442075334502263",
- "score-diff-perc": "+21.83704%",
- "tooltip": "score = 47.10150009411765\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +8.44208 (+21.83704%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 41.8437553125,
+ "score-diff": "-5.257744781617646",
+ "score-diff-perc": "-11.16258%",
+ "tooltip": "score = 41.8437553125\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.25774 (-11.16258%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1726289,11 +1726289,11 @@
21,
27
),
- "score": 41.8437553125,
- "score-diff": "-5.257744781617646",
- "score-diff-perc": "-11.16258%",
- "tooltip": "score = 41.8437553125\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.25774 (-11.16258%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 38.65942475961538,
+ "score-diff": "-3.1843305528846173",
+ "score-diff-perc": "-7.61005%",
+ "tooltip": "score = 38.65942475961538\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.18433 (-7.61005%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1726316,9 +1726316,9 @@
32
),
"score": 67.93519537288135,
- "score-diff": "26.091440060381352",
- "score-diff-perc": "+62.35444%",
- "tooltip": "score = 67.93519537288135\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +26.09144 (+62.35444%)",
+ "score-diff": "29.27577061326597",
+ "score-diff-perc": "+75.72738%",
+ "tooltip": "score = 67.93519537288135\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +29.27577 (+75.72738%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1730761,11 +1730761,11 @@
19,
52
),
- "score": 54.062213216216215,
- "score-diff": "0.6182205362162136",
- "score-diff-perc": "+1.15676%",
- "tooltip": "score = 54.062213216216215\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.61822 (+1.15676%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 54.560756027027026,
+ "score-diff": "1.1167633470270246",
+ "score-diff-perc": "+2.08960%",
+ "tooltip": "score = 54.560756027027026\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.11676 (+2.08960%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1730787,11 +1730787,11 @@
19,
52
),
- "score": 54.560756027027026,
- "score-diff": "0.498542810810811",
- "score-diff-perc": "+0.92217%",
- "tooltip": "score = 54.560756027027026\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.49854 (+0.92217%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 54.062213216216215,
+ "score-diff": "-0.498542810810811",
+ "score-diff-perc": "-0.91374%",
+ "tooltip": "score = 54.062213216216215\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.49854 (-0.91374%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1732328,11 +1732328,11 @@
21,
27
),
- "score": 178.45377260869566,
- "score-diff": "-143.80464631438127",
- "score-diff-perc": "-44.62402%",
- "tooltip": "score = 178.45377260869566\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -143.80465 (-44.62402%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 154.14953173076924,
+ "score-diff": "-168.1088871923077",
+ "score-diff-perc": "-52.16586%",
+ "tooltip": "score = 154.14953173076924\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -168.10889 (-52.16586%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1732354,11 +1732354,11 @@
21,
27
),
- "score": 154.14953173076924,
- "score-diff": "-24.304240877926418",
- "score-diff-perc": "-13.61935%",
- "tooltip": "score = 154.14953173076924\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -24.30424 (-13.61935%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 145.19171267857143,
+ "score-diff": "-8.957819052197806",
+ "score-diff-perc": "-5.81112%",
+ "tooltip": "score = 145.19171267857143\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -8.95782 (-5.81112%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1732380,11 +1732380,11 @@
21,
27
),
- "score": 145.19171267857143,
- "score-diff": "-8.957819052197806",
- "score-diff-perc": "-5.81112%",
- "tooltip": "score = 145.19171267857143\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -8.95782 (-5.81112%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 178.45377260869566,
+ "score-diff": "33.262059930124224",
+ "score-diff-perc": "+22.90906%",
+ "tooltip": "score = 178.45377260869566\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +33.26206 (+22.90906%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1732407,9 +1732407,9 @@
32
),
"score": 303.8752907857143,
- "score-diff": "158.68357810714286",
- "score-diff-perc": "+109.29245%",
- "tooltip": "score = 303.8752907857143\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +158.68358 (+109.29245%)",
+ "score-diff": "125.42151817701864",
+ "score-diff-perc": "+70.28236%",
+ "tooltip": "score = 303.8752907857143\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +125.42152 (+70.28236%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1736852,11 +1736852,11 @@
19,
52
),
- "score": 402.9321052,
- "score-diff": "59.60403695000002",
- "score-diff-perc": "+17.36067%",
- "tooltip": "score = 402.9321052\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +59.60404 (+17.36067%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 513.640901375,
+ "score-diff": "170.312833125",
+ "score-diff-perc": "+49.60644%",
+ "tooltip": "score = 513.640901375\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +170.31283 (+49.60644%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1736878,11 +1736878,11 @@
19,
52
),
- "score": 513.640901375,
- "score-diff": "110.70879617499997",
- "score-diff-perc": "+27.47579%",
- "tooltip": "score = 513.640901375\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +110.70880 (+27.47579%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 402.9321052,
+ "score-diff": "-110.70879617499997",
+ "score-diff-perc": "-21.55373%",
+ "tooltip": "score = 402.9321052\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -110.70880 (-21.55373%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1738419,11 +1738419,11 @@
21,
27
),
- "score": 17.736679911504424,
- "score-diff": "-15.358074633950118",
- "score-diff-perc": "-46.40637%",
- "tooltip": "score = 17.736679911504424\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -15.35807 (-46.40637%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 19.06132262857143,
+ "score-diff": "-14.033431916883114",
+ "score-diff-perc": "-42.40380%",
+ "tooltip": "score = 19.06132262857143\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -14.03343 (-42.40380%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1738445,11 +1738445,11 @@
21,
27
),
- "score": 19.06132262857143,
- "score-diff": "1.3246427170670039",
- "score-diff-perc": "+7.46838%",
- "tooltip": "score = 19.06132262857143\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.32464 (+7.46838%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 18.11520769683258,
+ "score-diff": "-0.9461149317388475",
+ "score-diff-perc": "-4.96353%",
+ "tooltip": "score = 18.11520769683258\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.94611 (-4.96353%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1738471,11 +1738471,11 @@
21,
27
),
- "score": 18.11520769683258,
- "score-diff": "-0.9461149317388475",
- "score-diff-perc": "-4.96353%",
- "tooltip": "score = 18.11520769683258\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.94611 (-4.96353%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 17.736679911504424,
+ "score-diff": "-0.37852778532815634",
+ "score-diff-perc": "-2.08956%",
+ "tooltip": "score = 17.736679911504424\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.37853 (-2.08956%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1738498,9 +1738498,9 @@
32
),
"score": 40.4480546969697,
- "score-diff": "22.332847000137118",
- "score-diff-perc": "+123.28231%",
- "tooltip": "score = 40.4480546969697\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +22.33285 (+123.28231%)",
+ "score-diff": "22.711374785465274",
+ "score-diff-perc": "+128.04750%",
+ "tooltip": "score = 40.4480546969697\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +22.71137 (+128.04750%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1742943,11 +1742943,11 @@
19,
52
),
- "score": 23.075573741379312,
- "score-diff": "-3.5060023844485038",
- "score-diff-perc": "-13.18960%",
- "tooltip": "score = 23.075573741379312\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.50600 (-13.18960%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 25.161214044025158,
+ "score-diff": "-1.4203620818026579",
+ "score-diff-perc": "-5.34341%",
+ "tooltip": "score = 25.161214044025158\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.42036 (-5.34341%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1742969,11 +1742969,11 @@
19,
52
),
- "score": 25.161214044025158,
- "score-diff": "2.085640302645846",
- "score-diff-perc": "+9.03830%",
- "tooltip": "score = 25.161214044025158\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.08564 (+9.03830%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 23.075573741379312,
+ "score-diff": "-2.085640302645846",
+ "score-diff-perc": "-8.28911%",
+ "tooltip": "score = 23.075573741379312\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.08564 (-8.28911%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1744510,11 +1744510,11 @@
21,
27
),
- "score": 98.67450495121952,
- "score-diff": "-40.02219842809083",
- "score-diff-perc": "-28.85591%",
- "tooltip": "score = 98.67450495121952\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -40.02220 (-28.85591%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 91.14440845454546,
+ "score-diff": "-47.552294924764894",
+ "score-diff-perc": "-34.28509%",
+ "tooltip": "score = 91.14440845454546\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -47.55229 (-34.28509%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1744536,11 +1744536,11 @@
21,
27
),
- "score": 91.14440845454546,
- "score-diff": "-7.530096496674062",
- "score-diff-perc": "-7.63125%",
- "tooltip": "score = 91.14440845454546\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -7.53010 (-7.63125%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 87.45043817391304,
+ "score-diff": "-3.6939702806324135",
+ "score-diff-perc": "-4.05288%",
+ "tooltip": "score = 87.45043817391304\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.69397 (-4.05288%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1744562,11 +1744562,11 @@
21,
27
),
- "score": 87.45043817391304,
- "score-diff": "-3.6939702806324135",
- "score-diff-perc": "-4.05288%",
- "tooltip": "score = 87.45043817391304\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.69397 (-4.05288%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 98.67450495121952,
+ "score-diff": "11.224066777306476",
+ "score-diff-perc": "+12.83477%",
+ "tooltip": "score = 98.67450495121952\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +11.22407 (+12.83477%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1744589,9 +1744589,9 @@
32
),
"score": 145.9391219642857,
- "score-diff": "58.48868379037266",
- "score-diff-perc": "+66.88209%",
- "tooltip": "score = 145.9391219642857\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +58.48868 (+66.88209%)",
+ "score-diff": "47.264617013066186",
+ "score-diff-perc": "+47.89952%",
+ "tooltip": "score = 145.9391219642857\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +47.26462 (+47.89952%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1749034,11 +1749034,11 @@
19,
52
),
- "score": 148.42355766666665,
- "score-diff": "-15.338824893333339",
- "score-diff-perc": "-9.36651%",
- "tooltip": "score = 148.42355766666665\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -15.33882 (-9.36651%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 170.12776475,
+ "score-diff": "6.36538219000002",
+ "score-diff-perc": "+3.88696%",
+ "tooltip": "score = 170.12776475\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +6.36538 (+3.88696%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1749060,11 +1749060,11 @@
19,
52
),
- "score": 170.12776475,
- "score-diff": "21.70420708333336",
- "score-diff-perc": "+14.62316%",
- "tooltip": "score = 170.12776475\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +21.70421 (+14.62316%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 148.42355766666665,
+ "score-diff": "-21.70420708333336",
+ "score-diff-perc": "-12.75759%",
+ "tooltip": "score = 148.42355766666665\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -21.70421 (-12.75759%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1750575,11 +1750575,11 @@
21,
27
),
- "score": 99.7519043,
- "score-diff": "-18.990487670588237",
- "score-diff-perc": "-15.99301%",
- "tooltip": "score = 99.7519043\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -18.99049 (-15.99301%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 117.03583748142415,
+ "score-diff": "-1.7065544891640911",
+ "score-diff-perc": "-1.43719%",
+ "tooltip": "score = 117.03583748142415\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.70655 (-1.43719%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1750601,11 +1750601,11 @@
21,
27
),
- "score": 117.03583748142415,
- "score-diff": "17.283933181424146",
- "score-diff-perc": "+17.32692%",
- "tooltip": "score = 117.03583748142415\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +17.28393 (+17.32692%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 102.83660845739348,
+ "score-diff": "-14.199229024030672",
+ "score-diff-perc": "-12.13238%",
+ "tooltip": "score = 102.83660845739348\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -14.19923 (-12.13238%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1750627,11 +1750627,11 @@
21,
27
),
- "score": 102.83660845739348,
- "score-diff": "-14.199229024030672",
- "score-diff-perc": "-12.13238%",
- "tooltip": "score = 102.83660845739348\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -14.19923 (-12.13238%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 99.7519043,
+ "score-diff": "-3.0847041573934746",
+ "score-diff-perc": "-2.99962%",
+ "tooltip": "score = 99.7519043\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.08470 (-2.99962%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1750654,9 +1750654,9 @@
32
),
"score": 153.15622047916668,
- "score-diff": "50.319612021773196",
- "score-diff-perc": "+48.93161%",
- "tooltip": "score = 153.15622047916668\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +50.31961 (+48.93161%)",
+ "score-diff": "53.40431617916667",
+ "score-diff-perc": "+53.53714%",
+ "tooltip": "score = 153.15622047916668\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +53.40432 (+53.53714%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1755099,11 +1755099,11 @@
19,
52
),
- "score": 350.10236175,
- "score-diff": "19.07448075000002",
- "score-diff-perc": "+5.76220%",
- "tooltip": "score = 350.10236175\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +19.07448 (+5.76220%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 322.86243988095237,
+ "score-diff": "-8.165441119047614",
+ "score-diff-perc": "-2.46669%",
+ "tooltip": "score = 322.86243988095237\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -8.16544 (-2.46669%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1755125,11 +1755125,11 @@
19,
52
),
- "score": 322.86243988095237,
- "score-diff": "-27.239921869047635",
- "score-diff-perc": "-7.78056%",
- "tooltip": "score = 322.86243988095237\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -27.23992 (-7.78056%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 350.10236175,
+ "score-diff": "27.239921869047635",
+ "score-diff-perc": "+8.43701%",
+ "tooltip": "score = 350.10236175\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +27.23992 (+8.43701%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1756666,11 +1756666,11 @@
21,
27
),
- "score": 72.71088680906769,
- "score-diff": "-10.777277716765639",
- "score-diff-perc": "-12.90875%",
- "tooltip": "score = 72.71088680906769\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -10.77728 (-12.90875%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 74.95617533333333,
+ "score-diff": "-8.531989192499992",
+ "score-diff-perc": "-10.21940%",
+ "tooltip": "score = 74.95617533333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -8.53199 (-10.21940%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1756692,11 +1756692,11 @@
21,
27
),
- "score": 74.95617533333333,
- "score-diff": "2.2452885242656464",
- "score-diff-perc": "+3.08797%",
- "tooltip": "score = 74.95617533333333\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.24529 (+3.08797%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 78.32424340229885,
+ "score-diff": "3.3680680689655134",
+ "score-diff-perc": "+4.49338%",
+ "tooltip": "score = 78.32424340229885\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.36807 (+4.49338%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1756718,11 +1756718,11 @@
21,
27
),
- "score": 78.32424340229885,
- "score-diff": "3.3680680689655134",
- "score-diff-perc": "+4.49338%",
- "tooltip": "score = 78.32424340229885\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.36807 (+4.49338%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 72.71088680906769,
+ "score-diff": "-5.61335659323116",
+ "score-diff-perc": "-7.16682%",
+ "tooltip": "score = 72.71088680906769\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.61336 (-7.16682%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1756745,9 +1756745,9 @@
32
),
"score": 77.84162011538461,
- "score-diff": "-0.48262328691423306",
- "score-diff-perc": "-0.61619%",
- "tooltip": "score = 77.84162011538461\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.48262 (-0.61619%)",
+ "score-diff": "5.130733306316927",
+ "score-diff-perc": "+7.05635%",
+ "tooltip": "score = 77.84162011538461\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +5.13073 (+7.05635%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1761190,11 +1761190,11 @@
19,
52
),
- "score": 70.66326000369457,
- "score-diff": "-1.845611285577462",
- "score-diff-perc": "-2.54536%",
- "tooltip": "score = 70.66326000369457\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.84561 (-2.54536%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 72.18862133205619,
+ "score-diff": "-0.32024995721585015",
+ "score-diff-perc": "-0.44167%",
+ "tooltip": "score = 72.18862133205619\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.32025 (-0.44167%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1761216,11 +1761216,11 @@
19,
52
),
- "score": 72.18862133205619,
- "score-diff": "1.5253613283616119",
- "score-diff-perc": "+2.15863%",
- "tooltip": "score = 72.18862133205619\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.52536 (+2.15863%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 70.66326000369457,
+ "score-diff": "-1.5253613283616119",
+ "score-diff-perc": "-2.11302%",
+ "tooltip": "score = 70.66326000369457\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.52536 (-2.11302%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1762731,11 +1762731,11 @@
21,
27
),
- "score": 108.59054439166667,
- "score-diff": "-39.168599685256396",
- "score-diff-perc": "-26.50841%",
- "tooltip": "score = 108.59054439166667\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -39.16860 (-26.50841%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 105.81637902105263,
+ "score-diff": "-41.94276505587044",
+ "score-diff-perc": "-28.38590%",
+ "tooltip": "score = 105.81637902105263\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -41.94277 (-28.38590%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1762757,11 +1762757,11 @@
21,
27
),
- "score": 105.81637902105263,
- "score-diff": "-2.7741653706140426",
- "score-diff-perc": "-2.55470%",
- "tooltip": "score = 105.81637902105263\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.77417 (-2.55470%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 107.70934257894737,
+ "score-diff": "1.8929635578947455",
+ "score-diff-perc": "+1.78891%",
+ "tooltip": "score = 107.70934257894737\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.89296 (+1.78891%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1762783,11 +1762783,11 @@
21,
27
),
- "score": 107.70934257894737,
- "score-diff": "1.8929635578947455",
- "score-diff-perc": "+1.78891%",
- "tooltip": "score = 107.70934257894737\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.89296 (+1.78891%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 108.59054439166667,
+ "score-diff": "0.8812018127192971",
+ "score-diff-perc": "+0.81813%",
+ "tooltip": "score = 108.59054439166667\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.88120 (+0.81813%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1762810,9 +1762810,9 @@
32
),
"score": 148.36634739285716,
- "score-diff": "40.65700481390979",
- "score-diff-perc": "+37.74696%",
- "tooltip": "score = 148.36634739285716\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +40.65700 (+37.74696%)",
+ "score-diff": "39.775803001190496",
+ "score-diff-perc": "+36.62916%",
+ "tooltip": "score = 148.36634739285716\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +39.77580 (+36.62916%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1767255,11 +1767255,11 @@
19,
52
),
- "score": 262.93462817361115,
- "score-diff": "-8.523924763888829",
- "score-diff-perc": "-3.14005%",
- "tooltip": "score = 262.93462817361115\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -8.52392 (-3.14005%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 276.0421569017857,
+ "score-diff": "4.5836039642857145",
+ "score-diff-perc": "+1.68851%",
+ "tooltip": "score = 276.0421569017857\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +4.58360 (+1.68851%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1767281,11 +1767281,11 @@
19,
52
),
- "score": 276.0421569017857,
- "score-diff": "13.107528728174543",
- "score-diff-perc": "+4.98509%",
- "tooltip": "score = 276.0421569017857\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +13.10753 (+4.98509%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 262.93462817361115,
+ "score-diff": "-13.107528728174543",
+ "score-diff-perc": "-4.74838%",
+ "tooltip": "score = 262.93462817361115\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -13.10753 (-4.74838%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1768822,11 +1768822,11 @@
21,
27
),
- "score": 70.34914006739632,
- "score-diff": "0.3947248260170113",
- "score-diff-perc": "+0.56426%",
- "tooltip": "score = 70.34914006739632\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.39472 (+0.56426%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 66.39295826770834,
+ "score-diff": "-3.561456973670971",
+ "score-diff-perc": "-5.09111%",
+ "tooltip": "score = 66.39295826770834\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.56146 (-5.09111%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1768848,11 +1768848,11 @@
21,
27
),
- "score": 66.39295826770834,
- "score-diff": "-3.9561817996879824",
- "score-diff-perc": "-5.62364%",
- "tooltip": "score = 66.39295826770834\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.95618 (-5.62364%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 65.53679687096775,
+ "score-diff": "-0.856161396740589",
+ "score-diff-perc": "-1.28954%",
+ "tooltip": "score = 65.53679687096775\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.85616 (-1.28954%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1768874,11 +1768874,11 @@
21,
27
),
- "score": 65.53679687096775,
- "score-diff": "-0.856161396740589",
- "score-diff-perc": "-1.28954%",
- "tooltip": "score = 65.53679687096775\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.85616 (-1.28954%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 70.34914006739632,
+ "score-diff": "4.8123431964285714",
+ "score-diff-perc": "+7.34296%",
+ "tooltip": "score = 70.34914006739632\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +4.81234 (+7.34296%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1768901,9 +1768901,9 @@
32
),
"score": 73.95531403968255,
- "score-diff": "8.4185171687148",
- "score-diff-perc": "+12.84548%",
- "tooltip": "score = 73.95531403968255\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +8.41852 (+12.84548%)",
+ "score-diff": "3.6061739722862285",
+ "score-diff-perc": "+5.12611%",
+ "tooltip": "score = 73.95531403968255\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +3.60617 (+5.12611%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1773346,11 +1773346,11 @@
19,
52
),
- "score": 60.93492578208556,
- "score-diff": "-2.2866002960394454",
- "score-diff-perc": "-3.61681%",
- "tooltip": "score = 60.93492578208556\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.28660 (-3.61681%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 63.155907296963946,
+ "score-diff": "-0.06561878116105646",
+ "score-diff-perc": "-0.10379%",
+ "tooltip": "score = 63.155907296963946\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.06562 (-0.10379%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1773372,11 +1773372,11 @@
19,
52
),
- "score": 63.155907296963946,
- "score-diff": "2.220981514878389",
- "score-diff-perc": "+3.64484%",
- "tooltip": "score = 63.155907296963946\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.22098 (+3.64484%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 60.93492578208556,
+ "score-diff": "-2.220981514878389",
+ "score-diff-perc": "-3.51666%",
+ "tooltip": "score = 60.93492578208556\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.22098 (-3.51666%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1774913,11 +1774913,11 @@
21,
27
),
- "score": 0.8934798779672188,
- "score-diff": "-0.3067257071516136",
- "score-diff-perc": "-25.55610%",
- "tooltip": "score = 0.8934798779672188\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.30673 (-25.55610%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.894743075901288,
+ "score-diff": "-0.3054625092175445",
+ "score-diff-perc": "-25.45085%",
+ "tooltip": "score = 0.894743075901288\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.30546 (-25.45085%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1774939,11 +1774939,11 @@
21,
27
),
- "score": 0.894743075901288,
- "score-diff": "0.001263197934069149",
- "score-diff-perc": "+0.14138%",
- "tooltip": "score = 0.894743075901288\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00126 (+0.14138%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.894240655823,
+ "score-diff": "-0.0005024200782879351",
+ "score-diff-perc": "-0.05615%",
+ "tooltip": "score = 0.894240655823\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00050 (-0.05615%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1774965,11 +1774965,11 @@
21,
27
),
- "score": 0.894240655823,
- "score-diff": "-0.0005024200782879351",
- "score-diff-perc": "-0.05615%",
- "tooltip": "score = 0.894240655823\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00050 (-0.05615%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.8934798779672188,
+ "score-diff": "-0.0007607778557812139",
+ "score-diff-perc": "-0.08508%",
+ "tooltip": "score = 0.8934798779672188\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00076 (-0.08508%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1774992,9 +1774992,9 @@
32
),
"score": 1.2008673209444707,
- "score-diff": "0.30662666512147063",
- "score-diff-perc": "+34.28905%",
- "tooltip": "score = 1.2008673209444707\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.30663 (+34.28905%)",
+ "score-diff": "0.30738744297725185",
+ "score-diff-perc": "+34.40340%",
+ "tooltip": "score = 1.2008673209444707\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.30739 (+34.40340%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1779437,11 +1779437,11 @@
19,
52
),
- "score": 1.2156440763112513,
- "score-diff": "0.0002973226048621491",
- "score-diff-perc": "+0.02446%",
- "tooltip": "score = 1.2156440763112513\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00030 (+0.02446%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.2127141832851058,
+ "score-diff": "-0.0026325704212832868",
+ "score-diff-perc": "-0.21661%",
+ "tooltip": "score = 1.2127141832851058\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00263 (-0.21661%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1779463,11 +1779463,11 @@
19,
52
),
- "score": 1.2127141832851058,
- "score-diff": "-0.002929893026145436",
- "score-diff-perc": "-0.24102%",
- "tooltip": "score = 1.2127141832851058\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00293 (-0.24102%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1.2156440763112513,
+ "score-diff": "0.002929893026145436",
+ "score-diff-perc": "+0.24160%",
+ "tooltip": "score = 1.2156440763112513\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00293 (+0.24160%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1781004,11 +1781004,11 @@
21,
27
),
- "score": 0.9540799402922611,
- "score-diff": "-1.0082340831290018",
- "score-diff-perc": "-51.37985%",
- "tooltip": "score = 0.9540799402922611\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.00823 (-51.37985%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.9654245243807872,
+ "score-diff": "-0.9968894990404756",
+ "score-diff-perc": "-50.80173%",
+ "tooltip": "score = 0.9654245243807872\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.99689 (-50.80173%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1781030,11 +1781030,11 @@
21,
27
),
- "score": 0.9654245243807872,
- "score-diff": "0.011344584088526122",
- "score-diff-perc": "+1.18906%",
- "tooltip": "score = 0.9654245243807872\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.01134 (+1.18906%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.957587812179442,
+ "score-diff": "-0.007836712201345186",
+ "score-diff-perc": "-0.81174%",
+ "tooltip": "score = 0.957587812179442\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00784 (-0.81174%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1781056,11 +1781056,11 @@
21,
27
),
- "score": 0.957587812179442,
- "score-diff": "-0.007836712201345186",
- "score-diff-perc": "-0.81174%",
- "tooltip": "score = 0.957587812179442\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00784 (-0.81174%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.9540799402922611,
+ "score-diff": "-0.0035078718871809356",
+ "score-diff-perc": "-0.36632%",
+ "tooltip": "score = 0.9540799402922611\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00351 (-0.36632%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1781083,9 +1781083,9 @@
32
),
"score": 1.9635508394204355,
- "score-diff": "1.0059630272409934",
- "score-diff-perc": "+105.05178%",
- "tooltip": "score = 1.9635508394204355\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.00596 (+105.05178%)",
+ "score-diff": "1.0094708991281744",
+ "score-diff-perc": "+105.80569%",
+ "tooltip": "score = 1.9635508394204355\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.00947 (+105.80569%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1785528,11 +1785528,11 @@
19,
52
),
- "score": 1.990647658163759,
- "score-diff": "-0.0014884035328672773",
- "score-diff-perc": "-0.07471%",
- "tooltip": "score = 1.990647658163759\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00149 (-0.07471%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.9889180713778778,
+ "score-diff": "-0.003217990318748587",
+ "score-diff-perc": "-0.16153%",
+ "tooltip": "score = 1.9889180713778778\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00322 (-0.16153%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1785554,11 +1785554,11 @@
19,
52
),
- "score": 1.9889180713778778,
- "score-diff": "-0.0017295867858813097",
- "score-diff-perc": "-0.08689%",
- "tooltip": "score = 1.9889180713778778\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00173 (-0.08689%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1.990647658163759,
+ "score-diff": "0.0017295867858813097",
+ "score-diff-perc": "+0.08696%",
+ "tooltip": "score = 1.990647658163759\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00173 (+0.08696%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1787095,11 +1787095,11 @@
21,
27
),
- "score": 0.4181233106823842,
- "score-diff": "-0.45888170992268873",
- "score-diff-perc": "-52.32373%",
- "tooltip": "score = 0.4181233106823842\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.45888 (-52.32373%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.4270777547240435,
+ "score-diff": "-0.4499272658810294",
+ "score-diff-perc": "-51.30270%",
+ "tooltip": "score = 0.4270777547240435\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.44993 (-51.30270%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1787121,11 +1787121,11 @@
21,
27
),
- "score": 0.4270777547240435,
- "score-diff": "0.008954444041659348",
- "score-diff-perc": "+2.14158%",
- "tooltip": "score = 0.4270777547240435\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00895 (+2.14158%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.4228993183145735,
+ "score-diff": "-0.004178436409470021",
+ "score-diff-perc": "-0.97838%",
+ "tooltip": "score = 0.4228993183145735\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00418 (-0.97838%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1787147,11 +1787147,11 @@
21,
27
),
- "score": 0.4228993183145735,
- "score-diff": "-0.004178436409470021",
- "score-diff-perc": "-0.97838%",
- "tooltip": "score = 0.4228993183145735\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00418 (-0.97838%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.4181233106823842,
+ "score-diff": "-0.0047760076321893274",
+ "score-diff-perc": "-1.12935%",
+ "tooltip": "score = 0.4181233106823842\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00478 (-1.12935%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1787174,9 +1787174,9 @@
32
),
"score": 0.8756354343602304,
- "score-diff": "0.4527361160456569",
- "score-diff-perc": "+107.05530%",
- "tooltip": "score = 0.8756354343602304\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.45274 (+107.05530%)",
+ "score-diff": "0.4575121236778462",
+ "score-diff-perc": "+109.42038%",
+ "tooltip": "score = 0.8756354343602304\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.45751 (+109.42038%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1791619,11 +1791619,11 @@
19,
52
),
- "score": 0.8979102871592913,
- "score-diff": "0.011739248869305219",
- "score-diff-perc": "+1.32472%",
- "tooltip": "score = 0.8979102871592913\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01174 (+1.32472%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.8847701716789831,
+ "score-diff": "-0.0014008666110030266",
+ "score-diff-perc": "-0.15808%",
+ "tooltip": "score = 0.8847701716789831\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00140 (-0.15808%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1791645,11 +1791645,11 @@
19,
52
),
- "score": 0.8847701716789831,
- "score-diff": "-0.013140115480308245",
- "score-diff-perc": "-1.46341%",
- "tooltip": "score = 0.8847701716789831\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01314 (-1.46341%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.8979102871592913,
+ "score-diff": "0.013140115480308245",
+ "score-diff-perc": "+1.48514%",
+ "tooltip": "score = 0.8979102871592913\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01314 (+1.48514%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1793186,11 +1793186,11 @@
21,
27
),
- "score": 18.531884685185187,
- "score-diff": "-6.152676097601699",
- "score-diff-perc": "-24.92520%",
- "tooltip": "score = 18.531884685185187\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -6.15268 (-24.92520%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 19.371736809367246,
+ "score-diff": "-5.31282397341964",
+ "score-diff-perc": "-21.52286%",
+ "tooltip": "score = 19.371736809367246\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.31282 (-21.52286%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1793212,11 +1793212,11 @@
21,
27
),
- "score": 19.371736809367246,
- "score-diff": "0.8398521241820589",
- "score-diff-perc": "+4.53193%",
- "tooltip": "score = 19.371736809367246\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.83985 (+4.53193%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 18.405286172097114,
+ "score-diff": "-0.9664506372701318",
+ "score-diff-perc": "-4.98897%",
+ "tooltip": "score = 18.405286172097114\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.96645 (-4.98897%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1793238,11 +1793238,11 @@
21,
27
),
- "score": 18.405286172097114,
- "score-diff": "-0.9664506372701318",
- "score-diff-perc": "-4.98897%",
- "tooltip": "score = 18.405286172097114\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.96645 (-4.98897%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 18.531884685185187,
+ "score-diff": "0.1265985130880729",
+ "score-diff-perc": "+0.68784%",
+ "tooltip": "score = 18.531884685185187\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.12660 (+0.68784%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1793265,9 +1793265,9 @@
32
),
"score": 21.394876223404253,
- "score-diff": "2.9895900513071396",
- "score-diff-perc": "+16.24311%",
- "tooltip": "score = 21.394876223404253\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.98959 (+16.24311%)",
+ "score-diff": "2.8629915382190667",
+ "score-diff-perc": "+15.44900%",
+ "tooltip": "score = 21.394876223404253\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.86299 (+15.44900%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1797710,11 +1797710,11 @@
19,
52
),
- "score": 7.814152267782738,
- "score-diff": "0.009079043107413476",
- "score-diff-perc": "+0.11632%",
- "tooltip": "score = 7.814152267782738\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00908 (+0.11632%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 7.817811191927083,
+ "score-diff": "0.012737967251758242",
+ "score-diff-perc": "+0.16320%",
+ "tooltip": "score = 7.817811191927083\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01274 (+0.16320%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1797736,11 +1797736,11 @@
19,
52
),
- "score": 7.817811191927083,
- "score-diff": "0.003658924144344766",
- "score-diff-perc": "+0.04682%",
- "tooltip": "score = 7.817811191927083\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00366 (+0.04682%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 7.814152267782738,
+ "score-diff": "-0.003658924144344766",
+ "score-diff-perc": "-0.04680%",
+ "tooltip": "score = 7.814152267782738\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00366 (-0.04680%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1799277,11 +1799277,11 @@
21,
27
),
- "score": 19.197626799363057,
- "score-diff": "-3.8792075231266665",
- "score-diff-perc": "-16.80996%",
- "tooltip": "score = 19.197626799363057\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.87921 (-16.80996%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 19.502044970779224,
+ "score-diff": "-3.5747893517105",
+ "score-diff-perc": "-15.49081%",
+ "tooltip": "score = 19.502044970779224\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.57479 (-15.49081%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1799303,11 +1799303,11 @@
21,
27
),
- "score": 19.502044970779224,
- "score-diff": "0.30441817141616667",
- "score-diff-perc": "+1.58571%",
- "tooltip": "score = 19.502044970779224\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.30442 (+1.58571%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 19.365813472828783,
+ "score-diff": "-0.13623149795044043",
+ "score-diff-perc": "-0.69855%",
+ "tooltip": "score = 19.365813472828783\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.13623 (-0.69855%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1799329,11 +1799329,11 @@
21,
27
),
- "score": 19.365813472828783,
- "score-diff": "-0.13623149795044043",
- "score-diff-perc": "-0.69855%",
- "tooltip": "score = 19.365813472828783\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.13623 (-0.69855%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 19.197626799363057,
+ "score-diff": "-0.16818667346572624",
+ "score-diff-perc": "-0.86847%",
+ "tooltip": "score = 19.197626799363057\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.16819 (-0.86847%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1799356,9 +1799356,9 @@
32
),
"score": 24.856856161157026,
- "score-diff": "5.491042688328243",
- "score-diff-perc": "+28.35431%",
- "tooltip": "score = 24.856856161157026\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +5.49104 (+28.35431%)",
+ "score-diff": "5.659229361793969",
+ "score-diff-perc": "+29.47880%",
+ "tooltip": "score = 24.856856161157026\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +5.65923 (+29.47880%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1803801,11 +1803801,11 @@
19,
52
),
- "score": 4.993634334637454,
- "score-diff": "0.0458748099257571",
- "score-diff-perc": "+0.92718%",
- "tooltip": "score = 4.993634334637454\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.04587 (+0.92718%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 5.002525306735995,
+ "score-diff": "0.05476578202429838",
+ "score-diff-perc": "+1.10688%",
+ "tooltip": "score = 5.002525306735995\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.05477 (+1.10688%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1803827,11 +1803827,11 @@
19,
52
),
- "score": 5.002525306735995,
- "score-diff": "0.008890972098541283",
- "score-diff-perc": "+0.17805%",
- "tooltip": "score = 5.002525306735995\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00889 (+0.17805%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 4.993634334637454,
+ "score-diff": "-0.008890972098541283",
+ "score-diff-perc": "-0.17773%",
+ "tooltip": "score = 4.993634334637454\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00889 (-0.17773%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1808254,11 +1808254,11 @@
19,
52
),
- "score": 30.737316963190185,
- "score-diff": "-48.697054359886735",
- "score-diff-perc": "-61.30476%",
- "tooltip": "score = 30.737316963190185\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -48.69705 (-61.30476%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 33.63366677852349,
+ "score-diff": "-45.800704544553426",
+ "score-diff-perc": "-57.65855%",
+ "tooltip": "score = 33.63366677852349\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -45.80070 (-57.65855%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1808280,11 +1808280,11 @@
19,
52
),
- "score": 33.63366677852349,
- "score-diff": "2.8963498153333056",
- "score-diff-perc": "+9.42291%",
- "tooltip": "score = 33.63366677852349\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.89635 (+9.42291%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 30.737316963190185,
+ "score-diff": "-2.8963498153333056",
+ "score-diff-perc": "-8.61146%",
+ "tooltip": "score = 30.737316963190185\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.89635 (-8.61146%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1812707,11 +1812707,11 @@
19,
52
),
- "score": 22.74880578181818,
- "score-diff": "-2.3151004431818194",
- "score-diff-perc": "-9.23679%",
- "tooltip": "score = 22.74880578181818\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.31510 (-9.23679%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 31.003794549382715,
+ "score-diff": "5.939888324382714",
+ "score-diff-perc": "+23.69897%",
+ "tooltip": "score = 31.003794549382715\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +5.93989 (+23.69897%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1812733,11 +1812733,11 @@
19,
52
),
- "score": 31.003794549382715,
- "score-diff": "8.254988767564534",
- "score-diff-perc": "+36.28757%",
- "tooltip": "score = 31.003794549382715\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +8.25499 (+36.28757%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 22.74880578181818,
+ "score-diff": "-8.254988767564534",
+ "score-diff-perc": "-26.62574%",
+ "tooltip": "score = 22.74880578181818\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -8.25499 (-26.62574%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1817160,11 +1817160,11 @@
19,
52
),
- "score": 64.2474949102564,
- "score-diff": "0.9463602140538754",
- "score-diff-perc": "+1.49501%",
- "tooltip": "score = 64.2474949102564\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.94636 (+1.49501%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 65.49057298701298,
+ "score-diff": "2.1894382908104504",
+ "score-diff-perc": "+3.45877%",
+ "tooltip": "score = 65.49057298701298\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.18944 (+3.45877%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1817186,11 +1817186,11 @@
19,
52
),
- "score": 65.49057298701298,
- "score-diff": "1.243078076756575",
- "score-diff-perc": "+1.93483%",
- "tooltip": "score = 65.49057298701298\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.24308 (+1.93483%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 64.2474949102564,
+ "score-diff": "-1.243078076756575",
+ "score-diff-perc": "-1.89810%",
+ "tooltip": "score = 64.2474949102564\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.24308 (-1.89810%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1821613,11 +1821613,11 @@
19,
52
),
- "score": 42.21991374789916,
- "score-diff": "0.3654564728991616",
- "score-diff-perc": "+0.87316%",
- "tooltip": "score = 42.21991374789916\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.36546 (+0.87316%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 42.02325906722689,
+ "score-diff": "0.16880179222688696",
+ "score-diff-perc": "+0.40331%",
+ "tooltip": "score = 42.02325906722689\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.16880 (+0.40331%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1821639,11 +1821639,11 @@
19,
52
),
- "score": 42.02325906722689,
- "score-diff": "-0.19665468067227465",
- "score-diff-perc": "-0.46579%",
- "tooltip": "score = 42.02325906722689\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.19665 (-0.46579%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 42.21991374789916,
+ "score-diff": "0.19665468067227465",
+ "score-diff-perc": "+0.46797%",
+ "tooltip": "score = 42.21991374789916\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.19665 (+0.46797%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1826066,11 +1826066,11 @@
19,
52
),
- "score": 31.92400268789809,
- "score-diff": "-2.929422694046359",
- "score-diff-perc": "-8.40498%",
- "tooltip": "score = 31.92400268789809\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.92942 (-8.40498%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 33.64175812751678,
+ "score-diff": "-1.2116672544276668",
+ "score-diff-perc": "-3.47647%",
+ "tooltip": "score = 33.64175812751678\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.21167 (-3.47647%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1826092,11 +1826092,11 @@
19,
52
),
- "score": 33.64175812751678,
- "score-diff": "1.717755439618692",
- "score-diff-perc": "+5.38076%",
- "tooltip": "score = 33.64175812751678\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.71776 (+5.38076%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 31.92400268789809,
+ "score-diff": "-1.717755439618692",
+ "score-diff-perc": "-5.10602%",
+ "tooltip": "score = 31.92400268789809\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.71776 (-5.10602%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1830519,11 +1830519,11 @@
19,
52
),
- "score": 29.5608047,
- "score-diff": "11.29672436058394",
- "score-diff-perc": "+61.85214%",
- "tooltip": "score = 29.5608047\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +11.29672 (+61.85214%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 19.039930300380227,
+ "score-diff": "0.7758499609641696",
+ "score-diff-perc": "+4.24796%",
+ "tooltip": "score = 19.039930300380227\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.77585 (+4.24796%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1830545,11 +1830545,11 @@
19,
52
),
- "score": 19.039930300380227,
- "score-diff": "-10.520874399619771",
- "score-diff-perc": "-35.59062%",
- "tooltip": "score = 19.039930300380227\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -10.52087 (-35.59062%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 29.5608047,
+ "score-diff": "10.520874399619771",
+ "score-diff-perc": "+55.25690%",
+ "tooltip": "score = 29.5608047\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +10.52087 (+55.25690%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1834972,11 +1834972,11 @@
19,
52
),
- "score": 75.93536318181818,
- "score-diff": "1.6297087994652344",
- "score-diff-perc": "+2.19325%",
- "tooltip": "score = 75.93536318181818\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.62971 (+2.19325%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 71.81712914285714,
+ "score-diff": "-2.4885252394958",
+ "score-diff-perc": "-3.34904%",
+ "tooltip": "score = 71.81712914285714\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.48853 (-3.34904%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1834998,11 +1834998,11 @@
19,
52
),
- "score": 71.81712914285714,
- "score-diff": "-4.118234038961035",
- "score-diff-perc": "-5.42334%",
- "tooltip": "score = 71.81712914285714\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -4.11823 (-5.42334%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 75.93536318181818,
+ "score-diff": "4.118234038961035",
+ "score-diff-perc": "+5.73433%",
+ "tooltip": "score = 75.93536318181818\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +4.11823 (+5.73433%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1839425,11 +1839425,11 @@
19,
52
),
- "score": 42.22569993277311,
- "score-diff": "-1.6934782602093463",
- "score-diff-perc": "-3.85590%",
- "tooltip": "score = 42.22569993277311\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.69348 (-3.85590%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 42.24384144537815,
+ "score-diff": "-1.6753367476043053",
+ "score-diff-perc": "-3.81459%",
+ "tooltip": "score = 42.24384144537815\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.67534 (-3.81459%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1839451,11 +1839451,11 @@
19,
52
),
- "score": 42.24384144537815,
- "score-diff": "0.018141512605041044",
- "score-diff-perc": "+0.04296%",
- "tooltip": "score = 42.24384144537815\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01814 (+0.04296%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 42.22569993277311,
+ "score-diff": "-0.018141512605041044",
+ "score-diff-perc": "-0.04294%",
+ "tooltip": "score = 42.22569993277311\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01814 (-0.04294%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1839926,11 +1839926,11 @@
19,
52
),
- "score": 67.68274066666666,
- "score-diff": "-2.263093007751948",
- "score-diff-perc": "-3.23549%",
- "tooltip": "score = 67.68274066666666\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.26309 (-3.23549%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 68.84367027272727,
+ "score-diff": "-1.1021634016913424",
+ "score-diff-perc": "-1.57574%",
+ "tooltip": "score = 68.84367027272727\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.10216 (-1.57574%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1839952,11 +1839952,11 @@
19,
52
),
- "score": 68.84367027272727,
- "score-diff": "1.1609296060606056",
- "score-diff-perc": "+1.71525%",
- "tooltip": "score = 68.84367027272727\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.16093 (+1.71525%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 67.68274066666666,
+ "score-diff": "-1.1609296060606056",
+ "score-diff-perc": "-1.68633%",
+ "tooltip": "score = 67.68274066666666\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.16093 (-1.68633%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1841493,11 +1841493,11 @@
21,
27
),
- "score": 3.9302611819371727,
- "score-diff": "0.14780027135782747",
- "score-diff-perc": "+3.90752%",
- "tooltip": "score = 3.9302611819371727\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.14780 (+3.90752%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 4.108247660738714,
+ "score-diff": "0.32578675015936875",
+ "score-diff-perc": "+8.61309%",
+ "tooltip": "score = 4.108247660738714\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.32579 (+8.61309%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1841519,11 +1841519,11 @@
21,
27
),
- "score": 4.108247660738714,
- "score-diff": "0.17798647880154128",
- "score-diff-perc": "+4.52862%",
- "tooltip": "score = 4.108247660738714\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.17799 (+4.52862%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 4.576700838414634,
+ "score-diff": "0.46845317767592043",
+ "score-diff-perc": "+11.40275%",
+ "tooltip": "score = 4.576700838414634\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.46845 (+11.40275%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1841545,11 +1841545,11 @@
21,
27
),
- "score": 4.576700838414634,
- "score-diff": "0.46845317767592043",
- "score-diff-perc": "+11.40275%",
- "tooltip": "score = 4.576700838414634\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.46845 (+11.40275%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 3.9302611819371727,
+ "score-diff": "-0.6464396564774617",
+ "score-diff-perc": "-14.12458%",
+ "tooltip": "score = 3.9302611819371727\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.64644 (-14.12458%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1841572,9 +1841572,9 @@
32
),
"score": 4.011300732620321,
- "score-diff": "-0.5654001057943132",
- "score-diff-perc": "-12.35388%",
- "tooltip": "score = 4.011300732620321\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.56540 (-12.35388%)",
+ "score-diff": "0.0810395506831485",
+ "score-diff-perc": "+2.06194%",
+ "tooltip": "score = 4.011300732620321\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.08104 (+2.06194%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1846128,11 +1846128,11 @@
19,
52
),
- "score": 66.21630204347827,
- "score-diff": "0.9255707826087018",
- "score-diff-perc": "+1.41761%",
- "tooltip": "score = 66.21630204347827\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.92557 (+1.41761%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 68.60336665909091,
+ "score-diff": "3.312635398221346",
+ "score-diff-perc": "+5.07367%",
+ "tooltip": "score = 68.60336665909091\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.31264 (+5.07367%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1846154,11 +1846154,11 @@
19,
52
),
- "score": 68.60336665909091,
- "score-diff": "2.387064615612644",
- "score-diff-perc": "+3.60495%",
- "tooltip": "score = 68.60336665909091\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.38706 (+3.60495%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 66.21630204347827,
+ "score-diff": "-2.387064615612644",
+ "score-diff-perc": "-3.47952%",
+ "tooltip": "score = 66.21630204347827\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.38706 (-3.47952%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1847695,11 +1847695,11 @@
21,
27
),
- "score": 7.7606632480620155,
- "score-diff": "-1.4213342840480765",
- "score-diff-perc": "-15.47958%",
- "tooltip": "score = 7.7606632480620155\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.42133 (-15.47958%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 7.991464667553191,
+ "score-diff": "-1.1905328645569009",
+ "score-diff-perc": "-12.96595%",
+ "tooltip": "score = 7.991464667553191\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.19053 (-12.96595%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1847721,11 +1847721,11 @@
21,
27
),
- "score": 7.991464667553191,
- "score-diff": "0.2308014194911756",
- "score-diff-perc": "+2.97399%",
- "tooltip": "score = 7.991464667553191\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.23080 (+2.97399%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 7.932789092348285,
+ "score-diff": "-0.05867557520490596",
+ "score-diff-perc": "-0.73423%",
+ "tooltip": "score = 7.932789092348285\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.05868 (-0.73423%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1847747,11 +1847747,11 @@
21,
27
),
- "score": 7.932789092348285,
- "score-diff": "-0.05867557520490596",
- "score-diff-perc": "-0.73423%",
- "tooltip": "score = 7.932789092348285\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.05868 (-0.73423%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 7.7606632480620155,
+ "score-diff": "-0.17212584428626965",
+ "score-diff-perc": "-2.16980%",
+ "tooltip": "score = 7.7606632480620155\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.17213 (-2.16980%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1847774,9 +1847774,9 @@
32
),
"score": 9.15844181097561,
- "score-diff": "1.225652718627325",
- "score-diff-perc": "+15.45046%",
- "tooltip": "score = 9.15844181097561\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.22565 (+15.45046%)",
+ "score-diff": "1.3977785629135946",
+ "score-diff-perc": "+18.01107%",
+ "tooltip": "score = 9.15844181097561\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +1.39778 (+18.01107%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1852330,11 +1852330,11 @@
19,
52
),
- "score": 91.75906557575757,
- "score-diff": "-0.7657805757575744",
- "score-diff-perc": "-0.82765%",
- "tooltip": "score = 91.75906557575757\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.76578 (-0.82765%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 89.25749497058824,
+ "score-diff": "-3.2673511809269087",
+ "score-diff-perc": "-3.53132%",
+ "tooltip": "score = 89.25749497058824\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.26735 (-3.53132%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1852356,11 +1852356,11 @@
19,
52
),
- "score": 89.25749497058824,
- "score-diff": "-2.5015706051693343",
- "score-diff-perc": "-2.72624%",
- "tooltip": "score = 89.25749497058824\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.50157 (-2.72624%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 91.75906557575757,
+ "score-diff": "2.5015706051693343",
+ "score-diff-perc": "+2.80264%",
+ "tooltip": "score = 91.75906557575757\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.50157 (+2.80264%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1852831,11 +1852831,11 @@
19,
52
),
- "score": 1.6756474868788387,
- "score-diff": "0.09928473805623272",
- "score-diff-perc": "+6.29834%",
- "tooltip": "score = 1.6756474868788387\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.09928 (+6.29834%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.3338807604444445,
+ "score-diff": "-0.24248198837816148",
+ "score-diff-perc": "-15.38237%",
+ "tooltip": "score = 1.3338807604444445\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.24248 (-15.38237%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1852857,11 +1852857,11 @@
19,
52
),
- "score": 1.3338807604444445,
- "score-diff": "-0.3417667264343942",
- "score-diff-perc": "-20.39610%",
- "tooltip": "score = 1.3338807604444445\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.34177 (-20.39610%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1.6756474868788387,
+ "score-diff": "0.3417667264343942",
+ "score-diff-perc": "+25.62198%",
+ "tooltip": "score = 1.6756474868788387\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.34177 (+25.62198%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1854398,11 +1854398,11 @@
21,
27
),
- "score": 3.8424090691421253,
- "score-diff": "-0.21943707429495207",
- "score-diff-perc": "-5.40240%",
- "tooltip": "score = 3.8424090691421253\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.21944 (-5.40240%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 4.037244430107527,
+ "score-diff": "-0.024601713329550634",
+ "score-diff-perc": "-0.60568%",
+ "tooltip": "score = 4.037244430107527\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.02460 (-0.60568%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1854424,11 +1854424,11 @@
21,
27
),
- "score": 4.037244430107527,
- "score-diff": "0.19483536096540144",
- "score-diff-perc": "+5.07066%",
- "tooltip": "score = 4.037244430107527\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.19484 (+5.07066%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 3.8019055468354432,
+ "score-diff": "-0.23533888327208352",
+ "score-diff-perc": "-5.82920%",
+ "tooltip": "score = 3.8019055468354432\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.23534 (-5.82920%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1854450,11 +1854450,11 @@
21,
27
),
- "score": 3.8019055468354432,
- "score-diff": "-0.23533888327208352",
- "score-diff-perc": "-5.82920%",
- "tooltip": "score = 3.8019055468354432\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.23534 (-5.82920%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 3.8424090691421253,
+ "score-diff": "0.04050352230668208",
+ "score-diff-perc": "+1.06535%",
+ "tooltip": "score = 3.8424090691421253\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.04050 (+1.06535%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1854477,9 +1854477,9 @@
32
),
"score": 4.076558207880435,
- "score-diff": "0.27465266104499175",
- "score-diff-perc": "+7.22408%",
- "tooltip": "score = 4.076558207880435\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.27465 (+7.22408%)",
+ "score-diff": "0.23414913873830967",
+ "score-diff-perc": "+6.09381%",
+ "tooltip": "score = 4.076558207880435\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.23415 (+6.09381%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1858922,11 +1858922,11 @@
19,
52
),
- "score": 1.328454363998231,
- "score-diff": "-0.6403005986492134",
- "score-diff-perc": "-32.52312%",
- "tooltip": "score = 1.328454363998231\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.64030 (-32.52312%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.418639776570619,
+ "score-diff": "-0.5501151860768254",
+ "score-diff-perc": "-27.94229%",
+ "tooltip": "score = 1.418639776570619\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.55012 (-27.94229%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1858948,11 +1858948,11 @@
19,
52
),
- "score": 1.418639776570619,
- "score-diff": "0.09018541257238799",
- "score-diff-perc": "+6.78875%",
- "tooltip": "score = 1.418639776570619\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.09019 (+6.78875%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1.328454363998231,
+ "score-diff": "-0.09018541257238799",
+ "score-diff-perc": "-6.35717%",
+ "tooltip": "score = 1.328454363998231\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.09019 (-6.35717%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1860489,11 +1860489,11 @@
21,
27
),
- "score": 9.143663060790274,
- "score-diff": "1.6072067600383946",
- "score-diff-perc": "+21.32576%",
- "tooltip": "score = 9.143663060790274\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.60721 (+21.32576%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 6.778967884875846,
+ "score-diff": "-0.7574884158760335",
+ "score-diff-perc": "-10.05099%",
+ "tooltip": "score = 6.778967884875846\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.75749 (-10.05099%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1860515,11 +1860515,11 @@
21,
27
),
- "score": 6.778967884875846,
- "score-diff": "-2.364695175914428",
- "score-diff-perc": "-25.86157%",
- "tooltip": "score = 6.778967884875846\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.36470 (-25.86157%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 6.109695804878049,
+ "score-diff": "-0.6692720799977971",
+ "score-diff-perc": "-9.87277%",
+ "tooltip": "score = 6.109695804878049\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.66927 (-9.87277%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1860541,11 +1860541,11 @@
21,
27
),
- "score": 6.109695804878049,
- "score-diff": "-0.6692720799977971",
- "score-diff-perc": "-9.87277%",
- "tooltip": "score = 6.109695804878049\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.66927 (-9.87277%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 9.143663060790274,
+ "score-diff": "3.0339672559122253",
+ "score-diff-perc": "+49.65824%",
+ "tooltip": "score = 9.143663060790274\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +3.03397 (+49.65824%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1860568,9 +1860568,9 @@
32
),
"score": 6.78210132731377,
- "score-diff": "0.6724055224357208",
- "score-diff-perc": "+11.00555%",
- "tooltip": "score = 6.78210132731377\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.67241 (+11.00555%)",
+ "score-diff": "-2.3615617334765044",
+ "score-diff-perc": "-25.82730%",
+ "tooltip": "score = 6.78210132731377\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -2.36156 (-25.82730%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1865013,11 +1865013,11 @@
19,
52
),
- "score": 9.274889302469136,
- "score-diff": "-0.20050728428165243",
- "score-diff-perc": "-2.11608%",
- "tooltip": "score = 9.274889302469136\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.20051 (-2.11608%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 9.83786295409836,
+ "score-diff": "0.3624663673475723",
+ "score-diff-perc": "+3.82534%",
+ "tooltip": "score = 9.83786295409836\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.36247 (+3.82534%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1865039,11 +1865039,11 @@
19,
52
),
- "score": 9.83786295409836,
- "score-diff": "0.5629736516292247",
- "score-diff-perc": "+6.06987%",
- "tooltip": "score = 9.83786295409836\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.56297 (+6.06987%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 9.274889302469136,
+ "score-diff": "-0.5629736516292247",
+ "score-diff-perc": "-5.72252%",
+ "tooltip": "score = 9.274889302469136\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.56297 (-5.72252%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1866580,11 +1866580,11 @@
21,
27
),
- "score": 20.411393718367346,
- "score-diff": "1.7493576922479441",
- "score-diff-perc": "+9.37388%",
- "tooltip": "score = 20.411393718367346\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.74936 (+9.37388%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 20.422365379032257,
+ "score-diff": "1.760329352912855",
+ "score-diff-perc": "+9.43268%",
+ "tooltip": "score = 20.422365379032257\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.76033 (+9.43268%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1866606,11 +1866606,11 @@
21,
27
),
- "score": 20.422365379032257,
- "score-diff": "0.010971660664910843",
- "score-diff-perc": "+0.05375%",
- "tooltip": "score = 20.422365379032257\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.01097 (+0.05375%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 18.810782067669173,
+ "score-diff": "-1.6115833113630842",
+ "score-diff-perc": "-7.89127%",
+ "tooltip": "score = 18.810782067669173\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.61158 (-7.89127%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1866632,11 +1866632,11 @@
21,
27
),
- "score": 18.810782067669173,
- "score-diff": "-1.6115833113630842",
- "score-diff-perc": "-7.89127%",
- "tooltip": "score = 18.810782067669173\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.61158 (-7.89127%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 20.411393718367346,
+ "score-diff": "1.6006116506981733",
+ "score-diff-perc": "+8.50901%",
+ "tooltip": "score = 20.411393718367346\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.60061 (+8.50901%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1866659,9 +1866659,9 @@
32
),
"score": 19.411036375968994,
- "score-diff": "0.6002543082998208",
- "score-diff-perc": "+3.19101%",
- "tooltip": "score = 19.411036375968994\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.60025 (+3.19101%)",
+ "score-diff": "-1.0003573423983525",
+ "score-diff-perc": "-4.90098%",
+ "tooltip": "score = 19.411036375968994\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -1.00036 (-4.90098%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1871104,11 +1871104,11 @@
19,
52
),
- "score": 20.50696276,
- "score-diff": "1.2286081023076925",
- "score-diff-perc": "+6.37299%",
- "tooltip": "score = 20.50696276\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.22861 (+6.37299%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 19.095777358778626,
+ "score-diff": "-0.18257729891368157",
+ "score-diff-perc": "-0.94706%",
+ "tooltip": "score = 19.095777358778626\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.18258 (-0.94706%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1871130,11 +1871130,11 @@
19,
52
),
- "score": 19.095777358778626,
- "score-diff": "-1.411185401221374",
- "score-diff-perc": "-6.88149%",
- "tooltip": "score = 19.095777358778626\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.41119 (-6.88149%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 20.50696276,
+ "score-diff": "1.411185401221374",
+ "score-diff-perc": "+7.39004%",
+ "tooltip": "score = 20.50696276\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.41119 (+7.39004%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1872663,32 +1872663,6 @@
),
},
- {
- "date": new Date(
- 2024,
- 4,
- 24,
- 21,
- 27
- ),
- "score": 3.0219223480362536,
- "score-diff": "0.1448755960224446",
- "score-diff-perc": "+5.03557%",
- "tooltip": "score = 3.0219223480362536\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.14488 (+5.03557%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
- "commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
- "commit-msg": "Heading levels (#10078)",
- "commit-author": "Kaz Wesley",
- "commit-url": "https://github.com/enso-org/enso/commit/ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
- "commit-date": new Date(
- 2024,
- 4,
- 24,
- 21,
- 27
- ),
- },
-
{
"date": new Date(
2024,
@@ -1872698,9 +1872672,9 @@
27
),
"score": 3.0440189860012175,
- "score-diff": "0.02209663796496386",
- "score-diff-perc": "+0.73121%",
- "tooltip": "score = 3.0440189860012175\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.02210 (+0.73121%)",
+ "score-diff": "0.16697223398740846",
+ "score-diff-perc": "+5.80360%",
+ "tooltip": "score = 3.0440189860012175\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.16697 (+5.80360%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
@@ -1872741,6 +1872715,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 4,
+ 24,
+ 21,
+ 27
+ ),
+ "score": 3.0219223480362536,
+ "score-diff": "0.050130990341660464",
+ "score-diff-perc": "+1.68689%",
+ "tooltip": "score = 3.0219223480362536\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.05013 (+1.68689%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
+ "commit-msg": "Heading levels (#10078)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
+ "commit-date": new Date(
+ 2024,
+ 4,
+ 24,
+ 21,
+ 27
+ ),
+ },
+
{
"date": new Date(
2024,
@@ -1872750,9 +1872750,9 @@
32
),
"score": 2.8979114953650056,
- "score-diff": "-0.07387986232958754",
- "score-diff-perc": "-2.48604%",
- "tooltip": "score = 2.8979114953650056\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.07388 (-2.48604%)",
+ "score-diff": "-0.124010852671248",
+ "score-diff-perc": "-4.10371%",
+ "tooltip": "score = 2.8979114953650056\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -0.12401 (-4.10371%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1877195,11 +1877195,11 @@
19,
52
),
- "score": 2.8866003283323716,
- "score-diff": "-0.019851127797785306",
- "score-diff-perc": "-0.68300%",
- "tooltip": "score = 2.8866003283323716\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01985 (-0.68300%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 2.8792665670696604,
+ "score-diff": "-0.02718488906049643",
+ "score-diff-perc": "-0.93533%",
+ "tooltip": "score = 2.8792665670696604\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.02718 (-0.93533%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1877221,11 +1877221,11 @@
19,
52
),
- "score": 2.8792665670696604,
- "score-diff": "-0.007333761262711125",
- "score-diff-perc": "-0.25406%",
- "tooltip": "score = 2.8792665670696604\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00733 (-0.25406%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 2.8866003283323716,
+ "score-diff": "0.007333761262711125",
+ "score-diff-perc": "+0.25471%",
+ "tooltip": "score = 2.8866003283323716\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00733 (+0.25471%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1878762,11 +1878762,11 @@
21,
27
),
- "score": 1.025669370051282,
- "score-diff": "-0.23773905187898592",
- "score-diff-perc": "-18.81728%",
- "tooltip": "score = 1.025669370051282\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.23774 (-18.81728%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1.032377916597853,
+ "score-diff": "-0.23103050533241487",
+ "score-diff-perc": "-18.28629%",
+ "tooltip": "score = 1.032377916597853\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.23103 (-18.28629%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1878788,11 +1878788,11 @@
21,
27
),
- "score": 1.032377916597853,
- "score-diff": "0.006708546546571048",
- "score-diff-perc": "+0.65407%",
- "tooltip": "score = 1.032377916597853\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00671 (+0.65407%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1.0291313926733896,
+ "score-diff": "-0.0032465239244634514",
+ "score-diff-perc": "-0.31447%",
+ "tooltip": "score = 1.0291313926733896\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00325 (-0.31447%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1878814,11 +1878814,11 @@
21,
27
),
- "score": 1.0291313926733896,
- "score-diff": "-0.0032465239244634514",
- "score-diff-perc": "-0.31447%",
- "tooltip": "score = 1.0291313926733896\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00325 (-0.31447%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 1.025669370051282,
+ "score-diff": "-0.0034620226221075967",
+ "score-diff-perc": "-0.33640%",
+ "tooltip": "score = 1.025669370051282\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00346 (-0.33640%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1878841,9 +1878841,9 @@
32
),
"score": 1.2681027269269778,
- "score-diff": "0.23897133425358819",
- "score-diff-perc": "+23.22068%",
- "tooltip": "score = 1.2681027269269778\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.23897 (+23.22068%)",
+ "score-diff": "0.24243335687569578",
+ "score-diff-perc": "+23.63660%",
+ "tooltip": "score = 1.2681027269269778\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.24243 (+23.63660%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1883286,11 +1883286,11 @@
19,
52
),
- "score": 1.1213531033632287,
- "score-diff": "-0.004938797762897407",
- "score-diff-perc": "-0.43850%",
- "tooltip": "score = 1.1213531033632287\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00494 (-0.43850%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.1213598531060776,
+ "score-diff": "-0.004932048020048541",
+ "score-diff-perc": "-0.43790%",
+ "tooltip": "score = 1.1213598531060776\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00493 (-0.43790%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1883312,11 +1883312,11 @@
19,
52
),
- "score": 1.1213598531060776,
- "score-diff": "6.7497428488660915e-06",
- "score-diff-perc": "+0.00060%",
- "tooltip": "score = 1.1213598531060776\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00001 (+0.00060%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1.1213531033632287,
+ "score-diff": "-6.7497428488660915e-06",
+ "score-diff-perc": "-0.00060%",
+ "tooltip": "score = 1.1213531033632287\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00001 (-0.00060%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1884853,11 +1884853,11 @@
21,
27
),
- "score": 1.0229919126432079,
- "score-diff": "-0.2516913341067284",
- "score-diff-perc": "-19.74540%",
- "tooltip": "score = 1.0229919126432079\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.25169 (-19.74540%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1.02357211136131,
+ "score-diff": "-0.25111113538862617",
+ "score-diff-perc": "-19.69989%",
+ "tooltip": "score = 1.02357211136131\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.25111 (-19.69989%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1884879,11 +1884879,11 @@
21,
27
),
- "score": 1.02357211136131,
- "score-diff": "0.0005801987181022206",
- "score-diff-perc": "+0.05672%",
- "tooltip": "score = 1.02357211136131\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00058 (+0.05672%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1.0345447573438147,
+ "score-diff": "0.01097264598250458",
+ "score-diff-perc": "+1.07200%",
+ "tooltip": "score = 1.0345447573438147\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.01097 (+1.07200%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1884905,11 +1884905,11 @@
21,
27
),
- "score": 1.0345447573438147,
- "score-diff": "0.01097264598250458",
- "score-diff-perc": "+1.07200%",
- "tooltip": "score = 1.0345447573438147\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.01097 (+1.07200%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 1.0229919126432079,
+ "score-diff": "-0.011552844700606801",
+ "score-diff-perc": "-1.11671%",
+ "tooltip": "score = 1.0229919126432079\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01155 (-1.11671%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1884932,9 +1884932,9 @@
32
),
"score": 1.2684477899543378,
- "score-diff": "0.23390303261052314",
- "score-diff-perc": "+22.60927%",
- "tooltip": "score = 1.2684477899543378\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.23390 (+22.60927%)",
+ "score-diff": "0.24545587731112994",
+ "score-diff-perc": "+23.99392%",
+ "tooltip": "score = 1.2684477899543378\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.24546 (+23.99392%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1889377,11 +1889377,11 @@
19,
52
),
- "score": 1.1240779692065632,
- "score-diff": "-0.005464030793436825",
- "score-diff-perc": "-0.48374%",
- "tooltip": "score = 1.1240779692065632\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00546 (-0.48374%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.1116947901289462,
+ "score-diff": "-0.017847209871053815",
+ "score-diff-perc": "-1.58004%",
+ "tooltip": "score = 1.1116947901289462\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01785 (-1.58004%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1889403,11 +1889403,11 @@
19,
52
),
- "score": 1.1116947901289462,
- "score-diff": "-0.01238317907761699",
- "score-diff-perc": "-1.10163%",
- "tooltip": "score = 1.1116947901289462\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01238 (-1.10163%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1.1240779692065632,
+ "score-diff": "0.01238317907761699",
+ "score-diff-perc": "+1.11390%",
+ "tooltip": "score = 1.1240779692065632\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01238 (+1.11390%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1890944,11 +1890944,11 @@
21,
27
),
- "score": 52.93053376842105,
- "score-diff": "-24.15647187773279",
- "score-diff-perc": "-31.33663%",
- "tooltip": "score = 52.93053376842105\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -24.15647 (-31.33663%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 57.66898712643678,
+ "score-diff": "-19.41801851971706",
+ "score-diff-perc": "-25.18974%",
+ "tooltip": "score = 57.66898712643678\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -19.41802 (-25.18974%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1890970,11 +1890970,11 @@
21,
27
),
- "score": 57.66898712643678,
- "score-diff": "4.738453358015732",
- "score-diff-perc": "+8.95221%",
- "tooltip": "score = 57.66898712643678\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +4.73845 (+8.95221%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 54.162558215053764,
+ "score-diff": "-3.5064289113830185",
+ "score-diff-perc": "-6.08027%",
+ "tooltip": "score = 54.162558215053764\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.50643 (-6.08027%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1890996,11 +1890996,11 @@
21,
27
),
- "score": 54.162558215053764,
- "score-diff": "-3.5064289113830185",
- "score-diff-perc": "-6.08027%",
- "tooltip": "score = 54.162558215053764\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.50643 (-6.08027%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 52.93053376842105,
+ "score-diff": "-1.232024446632714",
+ "score-diff-perc": "-2.27468%",
+ "tooltip": "score = 52.93053376842105\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.23202 (-2.27468%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1891023,9 +1891023,9 @@
32
),
"score": 77.15775915384616,
- "score-diff": "22.995200938792394",
- "score-diff-perc": "+42.45590%",
- "tooltip": "score = 77.15775915384616\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +22.99520 (+42.45590%)",
+ "score-diff": "24.227225385425108",
+ "score-diff-perc": "+45.77174%",
+ "tooltip": "score = 77.15775915384616\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +24.22723 (+45.77174%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1895468,11 +1895468,11 @@
19,
52
),
- "score": 90.03271557142857,
- "score-diff": "4.711218707021786",
- "score-diff-perc": "+5.52173%",
- "tooltip": "score = 90.03271557142857\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +4.71122 (+5.52173%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 88.01201801754387,
+ "score-diff": "2.690521153137084",
+ "score-diff-perc": "+3.15339%",
+ "tooltip": "score = 88.01201801754387\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.69052 (+3.15339%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1895494,11 +1895494,11 @@
19,
52
),
- "score": 88.01201801754387,
- "score-diff": "-2.020697553884702",
- "score-diff-perc": "-2.24440%",
- "tooltip": "score = 88.01201801754387\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.02070 (-2.24440%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 90.03271557142857,
+ "score-diff": "2.020697553884702",
+ "score-diff-perc": "+2.29593%",
+ "tooltip": "score = 90.03271557142857\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.02070 (+2.29593%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1897035,11 +1897035,11 @@
21,
27
),
- "score": 37.96280712878788,
- "score-diff": "-6.181433695773521",
- "score-diff-perc": "-14.00281%",
- "tooltip": "score = 37.96280712878788\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -6.18143 (-14.00281%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 38.03623900757576,
+ "score-diff": "-6.108001816985642",
+ "score-diff-perc": "-13.83646%",
+ "tooltip": "score = 38.03623900757576\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -6.10800 (-13.83646%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1897061,11 +1897061,11 @@
21,
27
),
- "score": 38.03623900757576,
- "score-diff": "0.07343187878787916",
- "score-diff-perc": "+0.19343%",
- "tooltip": "score = 38.03623900757576\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.07343 (+0.19343%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 37.58074682835821,
+ "score-diff": "-0.4554921792175506",
+ "score-diff-perc": "-1.19752%",
+ "tooltip": "score = 37.58074682835821\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.45549 (-1.19752%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1897087,11 +1897087,11 @@
21,
27
),
- "score": 37.58074682835821,
- "score-diff": "-0.4554921792175506",
- "score-diff-perc": "-1.19752%",
- "tooltip": "score = 37.58074682835821\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.45549 (-1.19752%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 37.96280712878788,
+ "score-diff": "0.38206030042967143",
+ "score-diff-perc": "+1.01664%",
+ "tooltip": "score = 37.96280712878788\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.38206 (+1.01664%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1897114,9 +1897114,9 @@
32
),
"score": 45.26963807207207,
- "score-diff": "7.6888912437138615",
- "score-diff-perc": "+20.45966%",
- "tooltip": "score = 45.26963807207207\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +7.68889 (+20.45966%)",
+ "score-diff": "7.30683094328419",
+ "score-diff-perc": "+19.24734%",
+ "tooltip": "score = 45.26963807207207\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +7.30683 (+19.24734%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1901559,11 +1901559,11 @@
19,
52
),
- "score": 0.6392801980311941,
- "score-diff": "0.0023612405735453645",
- "score-diff-perc": "+0.37073%",
- "tooltip": "score = 0.6392801980311941\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00236 (+0.37073%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.6400408325867144,
+ "score-diff": "0.0031218751290656988",
+ "score-diff-perc": "+0.49015%",
+ "tooltip": "score = 0.6400408325867144\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00312 (+0.49015%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1901585,11 +1901585,11 @@
19,
52
),
- "score": 0.6400408325867144,
- "score-diff": "0.0007606345555203342",
- "score-diff-perc": "+0.11898%",
- "tooltip": "score = 0.6400408325867144\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00076 (+0.11898%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.6392801980311941,
+ "score-diff": "-0.0007606345555203342",
+ "score-diff-perc": "-0.11884%",
+ "tooltip": "score = 0.6392801980311941\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00076 (-0.11884%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1903126,11 +1903126,11 @@
21,
27
),
- "score": 38.039360856060604,
- "score-diff": "-6.778070501082254",
- "score-diff-perc": "-15.12374%",
- "tooltip": "score = 38.039360856060604\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -6.77807 (-15.12374%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 37.82180467669173,
+ "score-diff": "-6.995626680451132",
+ "score-diff-perc": "-15.60916%",
+ "tooltip": "score = 37.82180467669173\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -6.99563 (-15.60916%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1903152,11 +1903152,11 @@
21,
27
),
- "score": 37.82180467669173,
- "score-diff": "-0.21755617936887717",
- "score-diff-perc": "-0.57192%",
- "tooltip": "score = 37.82180467669173\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.21756 (-0.57192%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 38.00729096969697,
+ "score-diff": "0.18548629300524055",
+ "score-diff-perc": "+0.49042%",
+ "tooltip": "score = 38.00729096969697\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.18549 (+0.49042%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1903178,11 +1903178,11 @@
21,
27
),
- "score": 38.00729096969697,
- "score-diff": "0.18548629300524055",
- "score-diff-perc": "+0.49042%",
- "tooltip": "score = 38.00729096969697\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.18549 (+0.49042%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 38.039360856060604,
+ "score-diff": "0.03206988636363661",
+ "score-diff-perc": "+0.08438%",
+ "tooltip": "score = 38.039360856060604\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.03207 (+0.08438%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1903205,9 +1903205,9 @@
32
),
"score": 44.864302991071426,
- "score-diff": "6.857012021374459",
- "score-diff-perc": "+18.04131%",
- "tooltip": "score = 44.864302991071426\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +6.85701 (+18.04131%)",
+ "score-diff": "6.824942135010822",
+ "score-diff-perc": "+17.94179%",
+ "tooltip": "score = 44.864302991071426\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +6.82494 (+17.94179%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1907650,11 +1907650,11 @@
19,
52
),
- "score": 0.6707029684817597,
- "score-diff": "-0.00026133998462962715",
- "score-diff-perc": "-0.03895%",
- "tooltip": "score = 0.6707029684817597\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00026 (-0.03895%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.6707390438631791,
+ "score-diff": "-0.00022526460321026232",
+ "score-diff-perc": "-0.03357%",
+ "tooltip": "score = 0.6707390438631791\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00023 (-0.03357%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1907676,11 +1907676,11 @@
19,
52
),
- "score": 0.6707390438631791,
- "score-diff": "3.607538141936484e-05",
- "score-diff-perc": "+0.00538%",
- "tooltip": "score = 0.6707390438631791\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00004 (+0.00538%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.6707029684817597,
+ "score-diff": "-3.607538141936484e-05",
+ "score-diff-perc": "-0.00538%",
+ "tooltip": "score = 0.6707029684817597\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00004 (-0.00538%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1909217,11 +1909217,11 @@
21,
27
),
- "score": 50.05340109,
- "score-diff": "-10.196333500361447",
- "score-diff-perc": "-16.92345%",
- "tooltip": "score = 50.05340109\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -10.19633 (-16.92345%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 49.92609713861386,
+ "score-diff": "-10.323637451747587",
+ "score-diff-perc": "-17.13474%",
+ "tooltip": "score = 49.92609713861386\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -10.32364 (-17.13474%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1909243,11 +1909243,11 @@
21,
27
),
- "score": 49.92609713861386,
- "score-diff": "-0.12730395138613915",
- "score-diff-perc": "-0.25434%",
- "tooltip": "score = 49.92609713861386\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.12730 (-0.25434%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 49.82024377227723,
+ "score-diff": "-0.1058533663366319",
+ "score-diff-perc": "-0.21202%",
+ "tooltip": "score = 49.82024377227723\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.10585 (-0.21202%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1909269,11 +1909269,11 @@
21,
27
),
- "score": 49.82024377227723,
- "score-diff": "-0.1058533663366319",
- "score-diff-perc": "-0.21202%",
- "tooltip": "score = 49.82024377227723\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.10585 (-0.21202%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 50.05340109,
+ "score-diff": "0.23315731772277104",
+ "score-diff-perc": "+0.46800%",
+ "tooltip": "score = 50.05340109\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.23316 (+0.46800%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1909296,9 +1909296,9 @@
32
),
"score": 34.829059916666665,
- "score-diff": "-14.991183855610565",
- "score-diff-perc": "-30.09055%",
- "tooltip": "score = 34.829059916666665\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -14.99118 (-30.09055%)",
+ "score-diff": "-15.224341173333336",
+ "score-diff-perc": "-30.41620%",
+ "tooltip": "score = 34.829059916666665\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -15.22434 (-30.41620%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1913741,11 +1913741,11 @@
19,
52
),
- "score": 31.986333229299362,
- "score-diff": "-0.051456719745225143",
- "score-diff-perc": "-0.16061%",
- "tooltip": "score = 31.986333229299362\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.05146 (-0.16061%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 32.16849916666666,
+ "score-diff": "0.13070921762207632",
+ "score-diff-perc": "+0.40798%",
+ "tooltip": "score = 32.16849916666666\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.13071 (+0.40798%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1913767,11 +1913767,11 @@
19,
52
),
- "score": 32.16849916666666,
- "score-diff": "0.18216593736730147",
- "score-diff-perc": "+0.56951%",
- "tooltip": "score = 32.16849916666666\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.18217 (+0.56951%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 31.986333229299362,
+ "score-diff": "-0.18216593736730147",
+ "score-diff-perc": "-0.56629%",
+ "tooltip": "score = 31.986333229299362\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.18217 (-0.56629%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1915308,11 +1915308,11 @@
21,
27
),
- "score": 92.22797689090909,
- "score-diff": "-21.301191264646462",
- "score-diff-perc": "-18.76275%",
- "tooltip": "score = 92.22797689090909\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -21.30119 (-18.76275%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 88.88042003508772,
+ "score-diff": "-24.64874812046783",
+ "score-diff-perc": "-21.71138%",
+ "tooltip": "score = 88.88042003508772\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -24.64875 (-21.71138%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1915334,11 +1915334,11 @@
21,
27
),
- "score": 88.88042003508772,
- "score-diff": "-3.3475568558213666",
- "score-diff-perc": "-3.62965%",
- "tooltip": "score = 88.88042003508772\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.34756 (-3.62965%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 93.89462353703703,
+ "score-diff": "5.014203501949311",
+ "score-diff-perc": "+5.64152%",
+ "tooltip": "score = 93.89462353703703\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +5.01420 (+5.64152%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1915360,11 +1915360,11 @@
21,
27
),
- "score": 93.89462353703703,
- "score-diff": "5.014203501949311",
- "score-diff-perc": "+5.64152%",
- "tooltip": "score = 93.89462353703703\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +5.01420 (+5.64152%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 92.22797689090909,
+ "score-diff": "-1.666646646127944",
+ "score-diff-perc": "-1.77502%",
+ "tooltip": "score = 92.22797689090909\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.66665 (-1.77502%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1915387,9 +1915387,9 @@
32
),
"score": 117.33653362790697,
- "score-diff": "23.44191009086994",
- "score-diff-perc": "+24.96619%",
- "tooltip": "score = 117.33653362790697\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +23.44191 (+24.96619%)",
+ "score-diff": "25.108556736997883",
+ "score-diff-perc": "+27.22445%",
+ "tooltip": "score = 117.33653362790697\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +25.10856 (+27.22445%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1919832,11 +1919832,11 @@
19,
52
),
- "score": 121.2763535,
- "score-diff": "4.179135197674412",
- "score-diff-perc": "+3.56894%",
- "tooltip": "score = 121.2763535\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +4.17914 (+3.56894%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 120.90929988095237,
+ "score-diff": "3.8120815786267883",
+ "score-diff-perc": "+3.25548%",
+ "tooltip": "score = 120.90929988095237\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.81208 (+3.25548%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1919858,11 +1919858,11 @@
19,
52
),
- "score": 120.90929988095237,
- "score-diff": "-0.3670536190476241",
- "score-diff-perc": "-0.30266%",
- "tooltip": "score = 120.90929988095237\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.36705 (-0.30266%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 121.2763535,
+ "score-diff": "0.3670536190476241",
+ "score-diff-perc": "+0.30358%",
+ "tooltip": "score = 121.2763535\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.36705 (+0.30358%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1921399,11 +1921399,11 @@
21,
27
),
- "score": 173.08396596551725,
- "score-diff": "-73.458049272578",
- "score-diff-perc": "-29.79535%",
- "tooltip": "score = 173.08396596551725\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -73.45805 (-29.79535%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 174.1272088275862,
+ "score-diff": "-72.41480641050904",
+ "score-diff-perc": "-29.37220%",
+ "tooltip": "score = 174.1272088275862\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -72.41481 (-29.37220%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1921425,11 +1921425,11 @@
21,
27
),
- "score": 174.1272088275862,
- "score-diff": "1.0432428620689507",
- "score-diff-perc": "+0.60274%",
- "tooltip": "score = 174.1272088275862\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.04324 (+0.60274%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 174.0612295862069,
+ "score-diff": "-0.06597924137929567",
+ "score-diff-perc": "-0.03789%",
+ "tooltip": "score = 174.0612295862069\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.06598 (-0.03789%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1921451,11 +1921451,11 @@
21,
27
),
- "score": 174.0612295862069,
- "score-diff": "-0.06597924137929567",
- "score-diff-perc": "-0.03789%",
- "tooltip": "score = 174.0612295862069\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.06598 (-0.03789%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 173.08396596551725,
+ "score-diff": "-0.977263620689655",
+ "score-diff-perc": "-0.56145%",
+ "tooltip": "score = 173.08396596551725\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.97726 (-0.56145%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1921478,9 +1921478,9 @@
32
),
"score": 141.82414330555557,
- "score-diff": "-32.23708628065134",
- "score-diff-perc": "-18.52054%",
- "tooltip": "score = 141.82414330555557\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -32.23709 (-18.52054%)",
+ "score-diff": "-31.259822659961685",
+ "score-diff-perc": "-18.06050%",
+ "tooltip": "score = 141.82414330555557\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -31.25982 (-18.06050%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1925923,11 +1925923,11 @@
19,
52
),
- "score": 136.13920443243242,
- "score-diff": "-0.18999921621622207",
- "score-diff-perc": "-0.13937%",
- "tooltip": "score = 136.13920443243242\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.19000 (-0.13937%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 136.2442708108108,
+ "score-diff": "-0.08493283783784022",
+ "score-diff-perc": "-0.06230%",
+ "tooltip": "score = 136.2442708108108\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.08493 (-0.06230%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1925949,11 +1925949,11 @@
19,
52
),
- "score": 136.2442708108108,
- "score-diff": "0.10506637837838184",
- "score-diff-perc": "+0.07718%",
- "tooltip": "score = 136.2442708108108\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.10507 (+0.07718%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 136.13920443243242,
+ "score-diff": "-0.10506637837838184",
+ "score-diff-perc": "-0.07712%",
+ "tooltip": "score = 136.13920443243242\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.10507 (-0.07712%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1927490,11 +1927490,11 @@
21,
27
),
- "score": 0.859536866620832,
- "score-diff": "-2.326568488793181",
- "score-diff-perc": "-73.02233%",
- "tooltip": "score = 0.859536866620832\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.32657 (-73.02233%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.8682818353880882,
+ "score-diff": "-2.3178235200259247",
+ "score-diff-perc": "-72.74786%",
+ "tooltip": "score = 0.8682818353880882\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.31782 (-72.74786%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1927516,11 +1927516,11 @@
21,
27
),
- "score": 0.8682818353880882,
- "score-diff": "0.008744968767256278",
- "score-diff-perc": "+1.01740%",
- "tooltip": "score = 0.8682818353880882\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00874 (+1.01740%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.8375960092127304,
+ "score-diff": "-0.030685826175357866",
+ "score-diff-perc": "-3.53409%",
+ "tooltip": "score = 0.8375960092127304\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.03069 (-3.53409%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1927542,11 +1927542,11 @@
21,
27
),
- "score": 0.8375960092127304,
- "score-diff": "-0.030685826175357866",
- "score-diff-perc": "-3.53409%",
- "tooltip": "score = 0.8375960092127304\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.03069 (-3.53409%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.859536866620832,
+ "score-diff": "0.02194085740810159",
+ "score-diff-perc": "+2.61950%",
+ "tooltip": "score = 0.859536866620832\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.02194 (+2.61950%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1927569,9 +1927569,9 @@
32
),
"score": 3.1811688053435114,
- "score-diff": "2.343572796130781",
- "score-diff-perc": "+279.79751%",
- "tooltip": "score = 3.1811688053435114\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.34357 (+279.79751%)",
+ "score-diff": "2.3216319387226796",
+ "score-diff-perc": "+270.10266%",
+ "tooltip": "score = 3.1811688053435114\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2.32163 (+270.10266%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1932014,11 +1932014,11 @@
19,
52
),
- "score": 3.2204787520927236,
- "score-diff": "-0.0030501403041838238",
- "score-diff-perc": "-0.09462%",
- "tooltip": "score = 3.2204787520927236\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00305 (-0.09462%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 3.2211022627173214,
+ "score-diff": "-0.0024266296795860676",
+ "score-diff-perc": "-0.07528%",
+ "tooltip": "score = 3.2211022627173214\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00243 (-0.07528%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1932040,11 +1932040,11 @@
19,
52
),
- "score": 3.2211022627173214,
- "score-diff": "0.0006235106245977562",
- "score-diff-perc": "+0.01936%",
- "tooltip": "score = 3.2211022627173214\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00062 (+0.01936%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 3.2204787520927236,
+ "score-diff": "-0.0006235106245977562",
+ "score-diff-perc": "-0.01936%",
+ "tooltip": "score = 3.2204787520927236\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00062 (-0.01936%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1933581,11 +1933581,11 @@
21,
27
),
- "score": 197.26892269230768,
- "score-diff": "-486.7547468076923",
- "score-diff-perc": "-71.16051%",
- "tooltip": "score = 197.26892269230768\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -486.75475 (-71.16051%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 190.29592403703703,
+ "score-diff": "-493.72774546296296",
+ "score-diff-perc": "-72.17992%",
+ "tooltip": "score = 190.29592403703703\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -493.72775 (-72.17992%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1933607,11 +1933607,11 @@
21,
27
),
- "score": 190.29592403703703,
- "score-diff": "-6.972998655270658",
- "score-diff-perc": "-3.53477%",
- "tooltip": "score = 190.29592403703703\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -6.97300 (-3.53477%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 184.51098146428572,
+ "score-diff": "-5.784942572751305",
+ "score-diff-perc": "-3.03997%",
+ "tooltip": "score = 184.51098146428572\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.78494 (-3.03997%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1933633,11 +1933633,11 @@
21,
27
),
- "score": 184.51098146428572,
- "score-diff": "-5.784942572751305",
- "score-diff-perc": "-3.03997%",
- "tooltip": "score = 184.51098146428572\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.78494 (-3.03997%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 197.26892269230768,
+ "score-diff": "12.757941228021963",
+ "score-diff-perc": "+6.91446%",
+ "tooltip": "score = 197.26892269230768\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +12.75794 (+6.91446%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1933660,9 +1933660,9 @@
32
),
"score": 627.984376625,
- "score-diff": "443.4733951607143",
- "score-diff-perc": "+240.35068%",
- "tooltip": "score = 627.984376625\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +443.47340 (+240.35068%)",
+ "score-diff": "430.7154539326923",
+ "score-diff-perc": "+218.33923%",
+ "tooltip": "score = 627.984376625\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +430.71545 (+218.33923%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1938105,11 +1938105,11 @@
19,
52
),
- "score": 446.08023725,
- "score-diff": "6.04077691666663",
- "score-diff-perc": "+1.37278%",
- "tooltip": "score = 446.08023725\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +6.04078 (+1.37278%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 448.57970958333334,
+ "score-diff": "8.540249249999988",
+ "score-diff-perc": "+1.94079%",
+ "tooltip": "score = 448.57970958333334\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +8.54025 (+1.94079%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1938131,11 +1938131,11 @@
19,
52
),
- "score": 448.57970958333334,
- "score-diff": "2.499472333333358",
- "score-diff-perc": "+0.56032%",
- "tooltip": "score = 448.57970958333334\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.49947 (+0.56032%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 446.08023725,
+ "score-diff": "-2.499472333333358",
+ "score-diff-perc": "-0.55720%",
+ "tooltip": "score = 446.08023725\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.49947 (-0.55720%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1939672,11 +1939672,11 @@
21,
27
),
- "score": 0.7735011588553751,
- "score-diff": "0.0014761109937106998",
- "score-diff-perc": "+0.19120%",
- "tooltip": "score = 0.7735011588553751\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00148 (+0.19120%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.7582107469294921,
+ "score-diff": "-0.013814300932172285",
+ "score-diff-perc": "-1.78936%",
+ "tooltip": "score = 0.7582107469294921\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01381 (-1.78936%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1939698,11 +1939698,11 @@
21,
27
),
- "score": 0.7582107469294921,
- "score-diff": "-0.015290411925882985",
- "score-diff-perc": "-1.97678%",
- "tooltip": "score = 0.7582107469294921\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.01529 (-1.97678%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.7645952579510703,
+ "score-diff": "0.006384511021578221",
+ "score-diff-perc": "+0.84205%",
+ "tooltip": "score = 0.7645952579510703\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00638 (+0.84205%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1939724,11 +1939724,11 @@
21,
27
),
- "score": 0.7645952579510703,
- "score-diff": "0.006384511021578221",
- "score-diff-perc": "+0.84205%",
- "tooltip": "score = 0.7645952579510703\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00638 (+0.84205%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.7735011588553751,
+ "score-diff": "0.008905900904304764",
+ "score-diff-perc": "+1.16479%",
+ "tooltip": "score = 0.7735011588553751\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00891 (+1.16479%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1939751,9 +1939751,9 @@
32
),
"score": 0.832578257908758,
- "score-diff": "0.06798299995768764",
- "score-diff-perc": "+8.89137%",
- "tooltip": "score = 0.832578257908758\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.06798 (+8.89137%)",
+ "score-diff": "0.059077099053382875",
+ "score-diff-perc": "+7.63762%",
+ "tooltip": "score = 0.832578257908758\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.05908 (+7.63762%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1944196,11 +1944196,11 @@
19,
52
),
- "score": 0.6395923172166794,
- "score-diff": "-0.00039554877589709214",
- "score-diff-perc": "-0.06181%",
- "tooltip": "score = 0.6395923172166794\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00040 (-0.06181%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.6367457893798548,
+ "score-diff": "-0.0032420766127216893",
+ "score-diff-perc": "-0.50658%",
+ "tooltip": "score = 0.6367457893798548\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00324 (-0.50658%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1944222,11 +1944222,11 @@
19,
52
),
- "score": 0.6367457893798548,
- "score-diff": "-0.002846527836824597",
- "score-diff-perc": "-0.44505%",
- "tooltip": "score = 0.6367457893798548\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00285 (-0.44505%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.6395923172166794,
+ "score-diff": "0.002846527836824597",
+ "score-diff-perc": "+0.44704%",
+ "tooltip": "score = 0.6395923172166794\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00285 (+0.44704%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1945763,11 +1945763,11 @@
21,
27
),
- "score": 66.50767405263159,
- "score-diff": "-4.81306015863602",
- "score-diff-perc": "-6.74847%",
- "tooltip": "score = 66.50767405263159\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.81306 (-6.74847%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 64.02154635443038,
+ "score-diff": "-7.2991878568372215",
+ "score-diff-perc": "-10.23431%",
+ "tooltip": "score = 64.02154635443038\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -7.29919 (-10.23431%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1945789,11 +1945789,11 @@
21,
27
),
- "score": 64.02154635443038,
- "score-diff": "-2.4861276982012015",
- "score-diff-perc": "-3.73811%",
- "tooltip": "score = 64.02154635443038\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.48613 (-3.73811%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 64.61934934615384,
+ "score-diff": "0.5978029917234551",
+ "score-diff-perc": "+0.93375%",
+ "tooltip": "score = 64.61934934615384\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.59780 (+0.93375%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1945815,11 +1945815,11 @@
21,
27
),
- "score": 64.61934934615384,
- "score-diff": "0.5978029917234551",
- "score-diff-perc": "+0.93375%",
- "tooltip": "score = 64.61934934615384\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.59780 (+0.93375%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 66.50767405263159,
+ "score-diff": "1.8883247064777464",
+ "score-diff-perc": "+2.92223%",
+ "tooltip": "score = 66.50767405263159\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.88832 (+2.92223%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1945842,9 +1945842,9 @@
32
),
"score": 72.57778595652174,
- "score-diff": "7.958436610367897",
- "score-diff-perc": "+12.31587%",
- "tooltip": "score = 72.57778595652174\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +7.95844 (+12.31587%)",
+ "score-diff": "6.070111903890151",
+ "score-diff-perc": "+9.12693%",
+ "tooltip": "score = 72.57778595652174\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +6.07011 (+9.12693%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1950287,11 +1950287,11 @@
19,
52
),
- "score": 68.96825320547946,
- "score-diff": "1.1677114892632403",
- "score-diff-perc": "+1.72227%",
- "tooltip": "score = 68.96825320547946\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.16771 (+1.72227%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 64.99454045454546,
+ "score-diff": "-2.806001261670758",
+ "score-diff-perc": "-4.13861%",
+ "tooltip": "score = 64.99454045454546\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.80600 (-4.13861%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1950313,11 +1950313,11 @@
19,
52
),
- "score": 64.99454045454546,
- "score-diff": "-3.9737127509339984",
- "score-diff-perc": "-5.76165%",
- "tooltip": "score = 64.99454045454546\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.97371 (-5.76165%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 68.96825320547946,
+ "score-diff": "3.9737127509339984",
+ "score-diff-perc": "+6.11392%",
+ "tooltip": "score = 68.96825320547946\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.97371 (+6.11392%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1951854,11 +1951854,11 @@
21,
27
),
- "score": 0.9919020856972823,
- "score-diff": "-0.27762861092622615",
- "score-diff-perc": "-21.86860%",
- "tooltip": "score = 0.9919020856972823\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.27763 (-21.86860%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 1.0173623859613428,
+ "score-diff": "-0.2521683106621657",
+ "score-diff-perc": "-19.86311%",
+ "tooltip": "score = 1.0173623859613428\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.25217 (-19.86311%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1951880,11 +1951880,11 @@
21,
27
),
- "score": 1.0173623859613428,
- "score-diff": "0.02546030026406043",
- "score-diff-perc": "+2.56682%",
- "tooltip": "score = 1.0173623859613428\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.02546 (+2.56682%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 1.012711362292426,
+ "score-diff": "-0.004651023668916787",
+ "score-diff-perc": "-0.45716%",
+ "tooltip": "score = 1.012711362292426\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00465 (-0.45716%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1951906,11 +1951906,11 @@
21,
27
),
- "score": 1.012711362292426,
- "score-diff": "-0.004651023668916787",
- "score-diff-perc": "-0.45716%",
- "tooltip": "score = 1.012711362292426\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00465 (-0.45716%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.9919020856972823,
+ "score-diff": "-0.020809276595143644",
+ "score-diff-perc": "-2.05481%",
+ "tooltip": "score = 0.9919020856972823\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.02081 (-2.05481%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1951933,9 +1951933,9 @@
32
),
"score": 1.7714278320935175,
- "score-diff": "0.7587164698010915",
- "score-diff-perc": "+74.91932%",
- "tooltip": "score = 1.7714278320935175\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.75872 (+74.91932%)",
+ "score-diff": "0.7795257463962352",
+ "score-diff-perc": "+78.58898%",
+ "tooltip": "score = 1.7714278320935175\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.77953 (+78.58898%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1956378,11 +1956378,11 @@
19,
52
),
- "score": 0.7346449366828265,
- "score-diff": "0.00221352610717096",
- "score-diff-perc": "+0.30222%",
- "tooltip": "score = 0.7346449366828265\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00221 (+0.30222%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 0.7343182715124816,
+ "score-diff": "0.001886860936826107",
+ "score-diff-perc": "+0.25762%",
+ "tooltip": "score = 0.7343182715124816\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00189 (+0.25762%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1956404,11 +1956404,11 @@
19,
52
),
- "score": 0.7343182715124816,
- "score-diff": "-0.0003266651703448531",
- "score-diff-perc": "-0.04447%",
- "tooltip": "score = 0.7343182715124816\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00033 (-0.04447%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 0.7346449366828265,
+ "score-diff": "0.0003266651703448531",
+ "score-diff-perc": "+0.04449%",
+ "tooltip": "score = 0.7346449366828265\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00033 (+0.04449%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1957893,11 +1957893,11 @@
21,
27
),
- "score": 81.78350941935484,
- "score-diff": "-31.903196648826977",
- "score-diff-perc": "-28.06238%",
- "tooltip": "score = 81.78350941935484\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -31.90320 (-28.06238%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 99.4129034117647,
+ "score-diff": "-14.273802656417118",
+ "score-diff-perc": "-12.55538%",
+ "tooltip": "score = 99.4129034117647\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -14.27380 (-12.55538%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1957919,11 +1957919,11 @@
21,
27
),
- "score": 99.4129034117647,
- "score-diff": "17.62939399240986",
- "score-diff-perc": "+21.55617%",
- "tooltip": "score = 99.4129034117647\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +17.62939 (+21.55617%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 79.83857206349207,
+ "score-diff": "-19.574331348272636",
+ "score-diff-perc": "-19.68993%",
+ "tooltip": "score = 79.83857206349207\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -19.57433 (-19.68993%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1957945,11 +1957945,11 @@
21,
27
),
- "score": 79.83857206349207,
- "score-diff": "-19.574331348272636",
- "score-diff-perc": "-19.68993%",
- "tooltip": "score = 79.83857206349207\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -19.57433 (-19.68993%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 81.78350941935484,
+ "score-diff": "1.944937355862777",
+ "score-diff-perc": "+2.43609%",
+ "tooltip": "score = 81.78350941935484\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.94494 (+2.43609%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1957972,9 +1957972,9 @@
32
),
"score": 87.0209724137931,
- "score-diff": "7.182400350301037",
- "score-diff-perc": "+8.99615%",
- "tooltip": "score = 87.0209724137931\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +7.18240 (+8.99615%)",
+ "score-diff": "5.2374629944382605",
+ "score-diff-perc": "+6.40406%",
+ "tooltip": "score = 87.0209724137931\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +5.23746 (+6.40406%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1962417,11 +1962417,11 @@
19,
52
),
- "score": 74.77552202985075,
- "score-diff": "-1.2004665307553068",
- "score-diff-perc": "-1.58006%",
- "tooltip": "score = 74.77552202985075\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.20047 (-1.58006%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 75.56938585074627,
+ "score-diff": "-0.40660270985978286",
+ "score-diff-perc": "-0.53517%",
+ "tooltip": "score = 75.56938585074627\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.40660 (-0.53517%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1962443,11 +1962443,11 @@
19,
52
),
- "score": 75.56938585074627,
- "score-diff": "0.793863820895524",
- "score-diff-perc": "+1.06166%",
- "tooltip": "score = 75.56938585074627\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.79386 (+1.06166%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 74.77552202985075,
+ "score-diff": "-0.793863820895524",
+ "score-diff-perc": "-1.05051%",
+ "tooltip": "score = 74.77552202985075\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.79386 (-1.05051%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1968378,11 +1968378,11 @@
19,
52
),
- "score": 185.44364444444443,
- "score-diff": "6.5060151587301505",
- "score-diff-perc": "+3.63591%",
- "tooltip": "score = 185.44364444444443\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +6.50602 (+3.63591%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 187.18058662962963,
+ "score-diff": "8.24295734391535",
+ "score-diff-perc": "+4.60661%",
+ "tooltip": "score = 187.18058662962963\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +8.24296 (+4.60661%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1968404,11 +1968404,11 @@
19,
52
),
- "score": 187.18058662962963,
- "score-diff": "1.7369421851851996",
- "score-diff-perc": "+0.93664%",
- "tooltip": "score = 187.18058662962963\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.73694 (+0.93664%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 185.44364444444443,
+ "score-diff": "-1.7369421851851996",
+ "score-diff-perc": "-0.92795%",
+ "tooltip": "score = 185.44364444444443\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.73694 (-0.92795%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1972935,11 +1972935,11 @@
19,
52
),
- "score": 208.556439,
- "score-diff": "8.95393257692308",
- "score-diff-perc": "+4.48588%",
- "tooltip": "score = 208.556439\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +8.95393 (+4.48588%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 211.463142,
+ "score-diff": "11.860635576923073",
+ "score-diff-perc": "+5.94213%",
+ "tooltip": "score = 211.463142\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +11.86064 (+5.94213%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1972961,11 +1972961,11 @@
19,
52
),
- "score": 211.463142,
- "score-diff": "2.906702999999993",
- "score-diff-perc": "+1.39372%",
- "tooltip": "score = 211.463142\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.90670 (+1.39372%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 208.556439,
+ "score-diff": "-2.906702999999993",
+ "score-diff-perc": "-1.37457%",
+ "tooltip": "score = 208.556439\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.90670 (-1.37457%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1974502,11 +1974502,11 @@
21,
27
),
- "score": 0.9893431375148397,
- "score-diff": "-0.7395908306842617",
- "score-diff-perc": "-42.77727%",
- "tooltip": "score = 0.9893431375148397\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.73959 (-42.77727%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 0.9866522752565114,
+ "score-diff": "-0.7422816929425899",
+ "score-diff-perc": "-42.93291%",
+ "tooltip": "score = 0.9866522752565114\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.74228 (-42.93291%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1974528,11 +1974528,11 @@
21,
27
),
- "score": 0.9866522752565114,
- "score-diff": "-0.0026908622583282638",
- "score-diff-perc": "-0.27198%",
- "tooltip": "score = 0.9866522752565114\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00269 (-0.27198%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 0.9899269606096596,
+ "score-diff": "0.0032746853531481213",
+ "score-diff-perc": "+0.33190%",
+ "tooltip": "score = 0.9899269606096596\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00327 (+0.33190%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1974554,11 +1974554,11 @@
21,
27
),
- "score": 0.9899269606096596,
- "score-diff": "0.0032746853531481213",
- "score-diff-perc": "+0.33190%",
- "tooltip": "score = 0.9899269606096596\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.00327 (+0.33190%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 0.9893431375148397,
+ "score-diff": "-0.0005838230948198575",
+ "score-diff-perc": "-0.05898%",
+ "tooltip": "score = 0.9893431375148397\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.00058 (-0.05898%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1974581,9 +1974581,9 @@
32
),
"score": 1.7247112762068966,
- "score-diff": "0.734784315597237",
- "score-diff-perc": "+74.22611%",
- "tooltip": "score = 1.7247112762068966\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.73478 (+74.22611%)",
+ "score-diff": "0.7353681386920569",
+ "score-diff-perc": "+74.32893%",
+ "tooltip": "score = 1.7247112762068966\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.73537 (+74.32893%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1979026,11 +1979026,11 @@
19,
52
),
- "score": 1.0541662000421586,
- "score-diff": "0.0009323590564804807",
- "score-diff-perc": "+0.08852%",
- "tooltip": "score = 1.0541662000421586\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.00093 (+0.08852%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 1.040184076955075,
+ "score-diff": "-0.013049764030603095",
+ "score-diff-perc": "-1.23902%",
+ "tooltip": "score = 1.040184076955075\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01305 (-1.23902%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1979052,11 +1979052,11 @@
19,
52
),
- "score": 1.040184076955075,
- "score-diff": "-0.013982123087083576",
- "score-diff-perc": "-1.32637%",
- "tooltip": "score = 1.040184076955075\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.01398 (-1.32637%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 1.0541662000421586,
+ "score-diff": "0.013982123087083576",
+ "score-diff-perc": "+1.34420%",
+ "tooltip": "score = 1.0541662000421586\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01398 (+1.34420%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1980593,11 +1980593,11 @@
21,
27
),
- "score": 379.849037,
- "score-diff": "22.667452785714318",
- "score-diff-perc": "+6.34620%",
- "tooltip": "score = 379.849037\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +22.66745 (+6.34620%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 223.41917252173914,
+ "score-diff": "-133.76241169254655",
+ "score-diff-perc": "-37.44941%",
+ "tooltip": "score = 223.41917252173914\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -133.76241 (-37.44941%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1980619,11 +1980619,11 @@
21,
27
),
- "score": 223.41917252173914,
- "score-diff": "-156.42986447826087",
- "score-diff-perc": "-41.18211%",
- "tooltip": "score = 223.41917252173914\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -156.42986 (-41.18211%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 231.75132536363637,
+ "score-diff": "8.332152841897226",
+ "score-diff-perc": "+3.72938%",
+ "tooltip": "score = 231.75132536363637\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +8.33215 (+3.72938%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1980645,11 +1980645,11 @@
21,
27
),
- "score": 231.75132536363637,
- "score-diff": "8.332152841897226",
- "score-diff-perc": "+3.72938%",
- "tooltip": "score = 231.75132536363637\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +8.33215 (+3.72938%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 379.849037,
+ "score-diff": "148.09771163636364",
+ "score-diff-perc": "+63.90372%",
+ "tooltip": "score = 379.849037\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +148.09771 (+63.90372%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1980672,9 +1980672,9 @@
32
),
"score": 347.2130886,
- "score-diff": "115.46176323636362",
- "score-diff-perc": "+49.82140%",
- "tooltip": "score = 347.2130886\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +115.46176 (+49.82140%)",
+ "score-diff": "-32.63594840000002",
+ "score-diff-perc": "-8.59182%",
+ "tooltip": "score = 347.2130886\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -32.63595 (-8.59182%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1985117,11 +1985117,11 @@
19,
52
),
- "score": 455.26203833333335,
- "score-diff": "5.8902490833333445",
- "score-diff-perc": "+1.31077%",
- "tooltip": "score = 455.26203833333335\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +5.89025 (+1.31077%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 451.6754565,
+ "score-diff": "2.3036672499999895",
+ "score-diff-perc": "+0.51264%",
+ "tooltip": "score = 451.6754565\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.30367 (+0.51264%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1985143,11 +1985143,11 @@
19,
52
),
- "score": 451.6754565,
- "score-diff": "-3.586581833333355",
- "score-diff-perc": "-0.78781%",
- "tooltip": "score = 451.6754565\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.58658 (-0.78781%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 455.26203833333335,
+ "score-diff": "3.586581833333355",
+ "score-diff-perc": "+0.79406%",
+ "tooltip": "score = 455.26203833333335\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.58658 (+0.79406%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1986684,11 +1986684,11 @@
21,
27
),
- "score": 326.1821974375,
- "score-diff": "-59.22902002403845",
- "score-diff-perc": "-15.36775%",
- "tooltip": "score = 326.1821974375\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -59.22902 (-15.36775%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 337.4629816,
+ "score-diff": "-47.94823586153848",
+ "score-diff-perc": "-12.44080%",
+ "tooltip": "score = 337.4629816\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -47.94824 (-12.44080%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1986710,11 +1986710,11 @@
21,
27
),
- "score": 337.4629816,
- "score-diff": "11.28078416249997",
- "score-diff-perc": "+3.45843%",
- "tooltip": "score = 337.4629816\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +11.28078 (+3.45843%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 211.57809604166667,
+ "score-diff": "-125.88488555833331",
+ "score-diff-perc": "-37.30332%",
+ "tooltip": "score = 211.57809604166667\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -125.88489 (-37.30332%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1986736,11 +1986736,11 @@
21,
27
),
- "score": 211.57809604166667,
- "score-diff": "-125.88488555833331",
- "score-diff-perc": "-37.30332%",
- "tooltip": "score = 211.57809604166667\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -125.88489 (-37.30332%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 326.1821974375,
+ "score-diff": "114.60410139583334",
+ "score-diff-perc": "+54.16634%",
+ "tooltip": "score = 326.1821974375\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +114.60410 (+54.16634%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1986763,9 +1986763,9 @@
32
),
"score": 366.1550562142857,
- "score-diff": "154.57696017261904",
- "score-diff-perc": "+73.05906%",
- "tooltip": "score = 366.1550562142857\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +154.57696 (+73.05906%)",
+ "score-diff": "39.9728587767857",
+ "score-diff-perc": "+12.25476%",
+ "tooltip": "score = 366.1550562142857\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +39.97286 (+12.25476%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1991208,11 +1991208,11 @@
19,
52
),
- "score": 449.89833166666665,
- "score-diff": "0.3364083333333383",
- "score-diff-perc": "+0.07483%",
- "tooltip": "score = 449.89833166666665\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.33641 (+0.07483%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 440.9495763333333,
+ "score-diff": "-8.612347",
+ "score-diff-perc": "-1.91572%",
+ "tooltip": "score = 440.9495763333333\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -8.61235 (-1.91572%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1991234,11 +1991234,11 @@
19,
52
),
- "score": 440.9495763333333,
- "score-diff": "-8.948755333333338",
- "score-diff-perc": "-1.98906%",
- "tooltip": "score = 440.9495763333333\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -8.94876 (-1.98906%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 449.89833166666665,
+ "score-diff": "8.948755333333338",
+ "score-diff-perc": "+2.02943%",
+ "tooltip": "score = 449.89833166666665\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +8.94876 (+2.02943%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1992775,11 +1992775,11 @@
21,
27
),
- "score": 19.783985842105263,
- "score-diff": "-5.821693090098126",
- "score-diff-perc": "-22.73595%",
- "tooltip": "score = 19.783985842105263\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.82169 (-22.73595%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 15.43600095897436,
+ "score-diff": "-10.16967797322903",
+ "score-diff-perc": "-39.71649%",
+ "tooltip": "score = 15.43600095897436\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -10.16968 (-39.71649%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1992801,11 +1992801,11 @@
21,
27
),
- "score": 15.43600095897436,
- "score-diff": "-4.347984883130904",
- "score-diff-perc": "-21.97729%",
- "tooltip": "score = 15.43600095897436\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.34798 (-21.97729%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 22.072040635036497,
+ "score-diff": "6.636039676062138",
+ "score-diff-perc": "+42.99067%",
+ "tooltip": "score = 22.072040635036497\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +6.63604 (+42.99067%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1992827,11 +1992827,11 @@
21,
27
),
- "score": 22.072040635036497,
- "score-diff": "6.636039676062138",
- "score-diff-perc": "+42.99067%",
- "tooltip": "score = 22.072040635036497\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +6.63604 (+42.99067%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 19.783985842105263,
+ "score-diff": "-2.2880547929312343",
+ "score-diff-perc": "-10.36630%",
+ "tooltip": "score = 19.783985842105263\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.28805 (-10.36630%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1992854,9 +1992854,9 @@
32
),
"score": 18.36456112804878,
- "score-diff": "-3.707479506987717",
- "score-diff-perc": "-16.79718%",
- "tooltip": "score = 18.36456112804878\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -3.70748 (-16.79718%)",
+ "score-diff": "-1.4194247140564826",
+ "score-diff-perc": "-7.17461%",
+ "tooltip": "score = 18.36456112804878\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -1.41942 (-7.17461%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -1997299,11 +1997299,11 @@
19,
52
),
- "score": 24.545151455090977,
- "score-diff": "0.5173156614401861",
- "score-diff-perc": "+2.15298%",
- "tooltip": "score = 24.545151455090977\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.51732 (+2.15298%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 24.84406802743902,
+ "score-diff": "0.8162322337882308",
+ "score-diff-perc": "+3.39703%",
+ "tooltip": "score = 24.84406802743902\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.81623 (+3.39703%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1997325,11 +1997325,11 @@
19,
52
),
- "score": 24.84406802743902,
- "score-diff": "0.2989165723480447",
- "score-diff-perc": "+1.21782%",
- "tooltip": "score = 24.84406802743902\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.29892 (+1.21782%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 24.545151455090977,
+ "score-diff": "-0.2989165723480447",
+ "score-diff-perc": "-1.20317%",
+ "tooltip": "score = 24.545151455090977\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.29892 (-1.20317%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -1998866,11 +1998866,11 @@
21,
27
),
- "score": 11.130060948148149,
- "score-diff": "-2.463347875381263",
- "score-diff-perc": "-18.12163%",
- "tooltip": "score = 11.130060948148149\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.46335 (-18.12163%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 5.156680336769759,
+ "score-diff": "-8.436728486759652",
+ "score-diff-perc": "-62.06485%",
+ "tooltip": "score = 5.156680336769759\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -8.43673 (-62.06485%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1998892,11 +1998892,11 @@
21,
27
),
- "score": 5.156680336769759,
- "score-diff": "-5.973380611378389",
- "score-diff-perc": "-53.66889%",
- "tooltip": "score = 5.156680336769759\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.97338 (-53.66889%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 10.932655287272727,
+ "score-diff": "5.775974950502968",
+ "score-diff-perc": "+112.00956%",
+ "tooltip": "score = 10.932655287272727\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +5.77597 (+112.00956%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1998918,11 +1998918,11 @@
21,
27
),
- "score": 10.932655287272727,
- "score-diff": "5.775974950502968",
- "score-diff-perc": "+112.00956%",
- "tooltip": "score = 10.932655287272727\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +5.77597 (+112.00956%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 11.130060948148149,
+ "score-diff": "0.19740566087542177",
+ "score-diff-perc": "+1.80565%",
+ "tooltip": "score = 11.130060948148149\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.19741 (+1.80565%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -1998945,9 +1998945,9 @@
32
),
"score": 8.647200381088826,
- "score-diff": "-2.285454906183901",
- "score-diff-perc": "-20.90485%",
- "tooltip": "score = 8.647200381088826\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -2.28545 (-20.90485%)",
+ "score-diff": "-2.4828605670593227",
+ "score-diff-perc": "-22.30770%",
+ "tooltip": "score = 8.647200381088826\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -2.48286 (-22.30770%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -2003501,11 +2003501,11 @@
19,
52
),
- "score": 108.59501585555556,
- "score-diff": "3.3226338888888876",
- "score-diff-perc": "+3.15623%",
- "tooltip": "score = 108.59501585555556\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.32263 (+3.15623%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 104.88695896666667,
+ "score-diff": "-0.38542300000000296",
+ "score-diff-perc": "-0.36612%",
+ "tooltip": "score = 104.88695896666667\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.38542 (-0.36612%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2003527,11 +2003527,11 @@
19,
52
),
- "score": 104.88695896666667,
- "score-diff": "-3.7080568888888905",
- "score-diff-perc": "-3.41457%",
- "tooltip": "score = 104.88695896666667\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.70806 (-3.41457%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 108.59501585555556,
+ "score-diff": "3.7080568888888905",
+ "score-diff-perc": "+3.53529%",
+ "tooltip": "score = 108.59501585555556\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.70806 (+3.53529%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2005068,11 +2005068,11 @@
21,
27
),
- "score": 11.065643893382353,
- "score-diff": "-2.188416710141876",
- "score-diff-perc": "-16.51129%",
- "tooltip": "score = 11.065643893382353\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.18842 (-16.51129%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 10.852047010830326,
+ "score-diff": "-2.402013592693903",
+ "score-diff-perc": "-18.12285%",
+ "tooltip": "score = 10.852047010830326\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.40201 (-18.12285%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2005094,11 +2005094,11 @@
21,
27
),
- "score": 10.852047010830326,
- "score-diff": "-0.2135968825520269",
- "score-diff-perc": "-1.93027%",
- "tooltip": "score = 10.852047010830326\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.21360 (-1.93027%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 10.999585963369963,
+ "score-diff": "0.14753895253963734",
+ "score-diff-perc": "+1.35955%",
+ "tooltip": "score = 10.999585963369963\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.14754 (+1.35955%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2005120,11 +2005120,11 @@
21,
27
),
- "score": 10.999585963369963,
- "score-diff": "0.14753895253963734",
- "score-diff-perc": "+1.35955%",
- "tooltip": "score = 10.999585963369963\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.14754 (+1.35955%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 11.065643893382353,
+ "score-diff": "0.06605793001238958",
+ "score-diff-perc": "+0.60055%",
+ "tooltip": "score = 11.065643893382353\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.06606 (+0.60055%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2005147,9 +2005147,9 @@
32
),
"score": 7.9980547367021275,
- "score-diff": "-3.0015312266678356",
- "score-diff-perc": "-27.28767%",
- "tooltip": "score = 7.9980547367021275\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -3.00153 (-27.28767%)",
+ "score-diff": "-3.067589156680225",
+ "score-diff-perc": "-27.72174%",
+ "tooltip": "score = 7.9980547367021275\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -3.06759 (-27.72174%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -2009703,11 +2009703,11 @@
19,
52
),
- "score": 108.14359653333334,
- "score-diff": "10.274757230303024",
- "score-diff-perc": "+10.49850%",
- "tooltip": "score = 108.14359653333334\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +10.27476 (+10.49850%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 107.37141096666666,
+ "score-diff": "9.502571663636346",
+ "score-diff-perc": "+9.70950%",
+ "tooltip": "score = 107.37141096666666\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +9.50257 (+9.70950%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2009729,11 +2009729,11 @@
19,
52
),
- "score": 107.37141096666666,
- "score-diff": "-0.7721855666666784",
- "score-diff-perc": "-0.71404%",
- "tooltip": "score = 107.37141096666666\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.77219 (-0.71404%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 108.14359653333334,
+ "score-diff": "0.7721855666666784",
+ "score-diff-perc": "+0.71917%",
+ "tooltip": "score = 108.14359653333334\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.77219 (+0.71917%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2014026,11 +2014026,11 @@
19,
52
),
- "score": 115.99043737037037,
- "score-diff": "2.2857503333333256",
- "score-diff-perc": "+2.01025%",
- "tooltip": "score = 115.99043737037037\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.28575 (+2.01025%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 114.50785581481482,
+ "score-diff": "0.8031687777777705",
+ "score-diff-perc": "+0.70636%",
+ "tooltip": "score = 114.50785581481482\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.80317 (+0.70636%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2014052,11 +2014052,11 @@
19,
52
),
- "score": 114.50785581481482,
- "score-diff": "-1.482581555555555",
- "score-diff-perc": "-1.27819%",
- "tooltip": "score = 114.50785581481482\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.48258 (-1.27819%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 115.99043737037037,
+ "score-diff": "1.482581555555555",
+ "score-diff-perc": "+1.29474%",
+ "tooltip": "score = 115.99043737037037\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.48258 (+1.29474%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2018349,11 +2018349,11 @@
19,
52
),
- "score": 111.07211164814817,
- "score-diff": "3.6704377481481743",
- "score-diff-perc": "+3.41749%",
- "tooltip": "score = 111.07211164814817\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.67044 (+3.41749%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 119.12034692592594,
+ "score-diff": "11.718673025925952",
+ "score-diff-perc": "+10.91107%",
+ "tooltip": "score = 119.12034692592594\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +11.71867 (+10.91107%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2018375,11 +2018375,11 @@
19,
52
),
- "score": 119.12034692592594,
- "score-diff": "8.048235277777778",
- "score-diff-perc": "+7.24596%",
- "tooltip": "score = 119.12034692592594\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +8.04824 (+7.24596%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 111.07211164814817,
+ "score-diff": "-8.048235277777778",
+ "score-diff-perc": "-6.75639%",
+ "tooltip": "score = 111.07211164814817\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -8.04824 (-6.75639%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2022672,11 +2022672,11 @@
19,
52
),
- "score": 238.05398420000003,
- "score-diff": "2.9345177333333368",
- "score-diff-perc": "+1.24810%",
- "tooltip": "score = 238.05398420000003\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.93452 (+1.24810%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 246.40726013333335,
+ "score-diff": "11.287793666666659",
+ "score-diff-perc": "+4.80088%",
+ "tooltip": "score = 246.40726013333335\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +11.28779 (+4.80088%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2022698,11 +2022698,11 @@
19,
52
),
- "score": 246.40726013333335,
- "score-diff": "8.353275933333322",
- "score-diff-perc": "+3.50898%",
- "tooltip": "score = 246.40726013333335\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +8.35328 (+3.50898%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 238.05398420000003,
+ "score-diff": "-8.353275933333322",
+ "score-diff-perc": "-3.39003%",
+ "tooltip": "score = 238.05398420000003\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -8.35328 (-3.39003%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2024239,11 +2024239,11 @@
21,
27
),
- "score": 7.9060546,
- "score-diff": "-5.4552700311111115",
- "score-diff-perc": "-40.82881%",
- "tooltip": "score = 7.9060546\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.45527 (-40.82881%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 9.955279377483444,
+ "score-diff": "-3.406045253627667",
+ "score-diff-perc": "-25.49182%",
+ "tooltip": "score = 9.955279377483444\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.40605 (-25.49182%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2024265,11 +2024265,11 @@
21,
27
),
- "score": 9.955279377483444,
- "score-diff": "2.0492247774834444",
- "score-diff-perc": "+25.91969%",
- "tooltip": "score = 9.955279377483444\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.04922 (+25.91969%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 7.186844940191388,
+ "score-diff": "-2.768434437292057",
+ "score-diff-perc": "-27.80871%",
+ "tooltip": "score = 7.186844940191388\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.76843 (-27.80871%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2024291,11 +2024291,11 @@
21,
27
),
- "score": 7.186844940191388,
- "score-diff": "-2.768434437292057",
- "score-diff-perc": "-27.80871%",
- "tooltip": "score = 7.186844940191388\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.76843 (-27.80871%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 7.9060546,
+ "score-diff": "0.7192096598086124",
+ "score-diff-perc": "+10.00731%",
+ "tooltip": "score = 7.9060546\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.71921 (+10.00731%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2024318,9 +2024318,9 @@
32
),
"score": 7.919256736842105,
- "score-diff": "0.7324117966507178",
- "score-diff-perc": "+10.19101%",
- "tooltip": "score = 7.919256736842105\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.73241 (+10.19101%)",
+ "score-diff": "0.013202136842105361",
+ "score-diff-perc": "+0.16699%",
+ "tooltip": "score = 7.919256736842105\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +0.01320 (+0.16699%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -2028763,11 +2028763,11 @@
19,
52
),
- "score": 4.035462579406783,
- "score-diff": "0.012651596809727828",
- "score-diff-perc": "+0.31450%",
- "tooltip": "score = 4.035462579406783\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.01265 (+0.31450%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 3.9885561252977504,
+ "score-diff": "-0.034254857299304664",
+ "score-diff-perc": "-0.85152%",
+ "tooltip": "score = 3.9885561252977504\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.03425 (-0.85152%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2028789,11 +2028789,11 @@
19,
52
),
- "score": 3.9885561252977504,
- "score-diff": "-0.04690645410903249",
- "score-diff-perc": "-1.16236%",
- "tooltip": "score = 3.9885561252977504\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.04691 (-1.16236%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 4.035462579406783,
+ "score-diff": "0.04690645410903249",
+ "score-diff-perc": "+1.17603%",
+ "tooltip": "score = 4.035462579406783\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.04691 (+1.17603%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2030330,11 +2030330,11 @@
21,
27
),
- "score": 10.123451168350169,
- "score-diff": "-3.693949648163592",
- "score-diff-perc": "-26.73404%",
- "tooltip": "score = 10.123451168350169\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.69395 (-26.73404%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 11.226521944029852,
+ "score-diff": "-2.590878872483909",
+ "score-diff-perc": "-18.75084%",
+ "tooltip": "score = 11.226521944029852\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -2.59088 (-18.75084%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2030356,11 +2030356,11 @@
21,
27
),
- "score": 11.226521944029852,
- "score-diff": "1.103070775679683",
- "score-diff-perc": "+10.89619%",
- "tooltip": "score = 11.226521944029852\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +1.10307 (+10.89619%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 10.903529036231884,
+ "score-diff": "-0.32299290779796763",
+ "score-diff-perc": "-2.87705%",
+ "tooltip": "score = 10.903529036231884\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.32299 (-2.87705%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2030382,11 +2030382,11 @@
21,
27
),
- "score": 10.903529036231884,
- "score-diff": "-0.32299290779796763",
- "score-diff-perc": "-2.87705%",
- "tooltip": "score = 10.903529036231884\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.32299 (-2.87705%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 10.123451168350169,
+ "score-diff": "-0.7800778678817153",
+ "score-diff-perc": "-7.15436%",
+ "tooltip": "score = 10.123451168350169\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.78008 (-7.15436%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2030409,9 +2030409,9 @@
32
),
"score": 7.314658798053528,
- "score-diff": "-3.588870238178356",
- "score-diff-perc": "-32.91476%",
- "tooltip": "score = 7.314658798053528\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -3.58887 (-32.91476%)",
+ "score-diff": "-2.808792370296641",
+ "score-diff-perc": "-27.74540%",
+ "tooltip": "score = 7.314658798053528\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = -2.80879 (-27.74540%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -2034854,11 +2034854,11 @@
19,
52
),
- "score": 4.047140444408167,
- "score-diff": "0.056527741884926375",
- "score-diff-perc": "+1.41652%",
- "tooltip": "score = 4.047140444408167\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.05653 (+1.41652%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 3.988903112881806,
+ "score-diff": "-0.001709589641434306",
+ "score-diff-perc": "-0.04284%",
+ "tooltip": "score = 3.988903112881806\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.00171 (-0.04284%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2034880,11 +2034880,11 @@
19,
52
),
- "score": 3.988903112881806,
- "score-diff": "-0.05823733152636068",
- "score-diff-perc": "-1.43897%",
- "tooltip": "score = 3.988903112881806\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.05824 (-1.43897%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 4.047140444408167,
+ "score-diff": "0.05823733152636068",
+ "score-diff-perc": "+1.45998%",
+ "tooltip": "score = 4.047140444408167\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.05824 (+1.45998%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2036421,11 +2036421,11 @@
21,
27
),
- "score": 21.747889514492755,
- "score-diff": "-5.330186368390127",
- "score-diff-perc": "-19.68451%",
- "tooltip": "score = 21.747889514492755\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.33019 (-19.68451%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 21.15905138028169,
+ "score-diff": "-5.919024502601193",
+ "score-diff-perc": "-21.85910%",
+ "tooltip": "score = 21.15905138028169\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.91902 (-21.85910%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2036447,11 +2036447,11 @@
21,
27
),
- "score": 21.15905138028169,
- "score-diff": "-0.5888381342110662",
- "score-diff-perc": "-2.70756%",
- "tooltip": "score = 21.15905138028169\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.58884 (-2.70756%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 15.874227137566137,
+ "score-diff": "-5.284824242715551",
+ "score-diff-perc": "-24.97666%",
+ "tooltip": "score = 15.874227137566137\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.28482 (-24.97666%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2036473,11 +2036473,11 @@
21,
27
),
- "score": 15.874227137566137,
- "score-diff": "-5.284824242715551",
- "score-diff-perc": "-24.97666%",
- "tooltip": "score = 15.874227137566137\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.28482 (-24.97666%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 21.747889514492755,
+ "score-diff": "5.873662376926617",
+ "score-diff-perc": "+37.00125%",
+ "tooltip": "score = 21.747889514492755\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +5.87366 (+37.00125%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2036500,9 +2036500,9 @@
32
),
"score": 25.734718752136754,
- "score-diff": "9.860491614570616",
- "score-diff-perc": "+62.11636%",
- "tooltip": "score = 25.734718752136754\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +9.86049 (+62.11636%)",
+ "score-diff": "3.986829237643999",
+ "score-diff-perc": "+18.33203%",
+ "tooltip": "score = 25.734718752136754\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +3.98683 (+18.33203%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -2040945,11 +2040945,11 @@
19,
52
),
- "score": 24.45874994657375,
- "score-diff": "-0.5680075396051123",
- "score-diff-perc": "-2.26960%",
- "tooltip": "score = 24.45874994657375\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.56801 (-2.26960%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 24.845437341463413,
+ "score-diff": "-0.18132014471544977",
+ "score-diff-perc": "-0.72451%",
+ "tooltip": "score = 24.845437341463413\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.18132 (-0.72451%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2040971,11 +2040971,11 @@
19,
52
),
- "score": 24.845437341463413,
- "score-diff": "0.38668739488966253",
- "score-diff-perc": "+1.58098%",
- "tooltip": "score = 24.845437341463413\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.38669 (+1.58098%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 24.45874994657375,
+ "score-diff": "-0.38668739488966253",
+ "score-diff-perc": "-1.55637%",
+ "tooltip": "score = 24.45874994657375\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.38669 (-1.55637%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2045268,11 +2045268,11 @@
19,
52
),
- "score": 108.7372049,
- "score-diff": "3.769229199999998",
- "score-diff-perc": "+3.59084%",
- "tooltip": "score = 108.7372049\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +3.76923 (+3.59084%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 111.62200504444445,
+ "score-diff": "6.654029344444453",
+ "score-diff-perc": "+6.33910%",
+ "tooltip": "score = 111.62200504444445\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +6.65403 (+6.33910%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2045294,11 +2045294,11 @@
19,
52
),
- "score": 111.62200504444445,
- "score-diff": "2.884800144444455",
- "score-diff-perc": "+2.65300%",
- "tooltip": "score = 111.62200504444445\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.88480 (+2.65300%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 108.7372049,
+ "score-diff": "-2.884800144444455",
+ "score-diff-perc": "-2.58444%",
+ "tooltip": "score = 108.7372049\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.88480 (-2.58444%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2046835,11 +2046835,11 @@
21,
27
),
- "score": 42.20595294444445,
- "score-diff": "-26.304929237373727",
- "score-diff-perc": "-38.39526%",
- "tooltip": "score = 42.20595294444445\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -26.30493 (-38.39526%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 42.68351895774648,
+ "score-diff": "-25.827363224071696",
+ "score-diff-perc": "-37.69819%",
+ "tooltip": "score = 42.68351895774648\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -25.82736 (-37.69819%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2046861,11 +2046861,11 @@
21,
27
),
- "score": 42.68351895774648,
- "score-diff": "0.47756601330203097",
- "score-diff-perc": "+1.13151%",
- "tooltip": "score = 42.68351895774648\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.47757 (+1.13151%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 41.23303601369863,
+ "score-diff": "-1.4504829440478488",
+ "score-diff-perc": "-3.39823%",
+ "tooltip": "score = 41.23303601369863\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.45048 (-3.39823%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2046887,11 +2046887,11 @@
21,
27
),
- "score": 41.23303601369863,
- "score-diff": "-1.4504829440478488",
- "score-diff-perc": "-3.39823%",
- "tooltip": "score = 41.23303601369863\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1.45048 (-3.39823%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 42.20595294444445,
+ "score-diff": "0.9729169307458179",
+ "score-diff-perc": "+2.35956%",
+ "tooltip": "score = 42.20595294444445\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.97292 (+2.35956%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2046914,9 +2046914,9 @@
32
),
"score": 65.37922365217392,
- "score-diff": "24.14618763847529",
- "score-diff-perc": "+58.56030%",
- "tooltip": "score = 65.37922365217392\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +24.14619 (+58.56030%)",
+ "score-diff": "23.173270707729472",
+ "score-diff-perc": "+54.90522%",
+ "tooltip": "score = 65.37922365217392\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +23.17327 (+54.90522%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -2051470,11 +2051470,11 @@
19,
52
),
- "score": 211.71028606666664,
- "score-diff": "1.022125533333309",
- "score-diff-perc": "+0.48514%",
- "tooltip": "score = 211.71028606666664\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.02213 (+0.48514%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 209.37367733333335,
+ "score-diff": "-1.3144831999999838",
+ "score-diff-perc": "-0.62390%",
+ "tooltip": "score = 209.37367733333335\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -1.31448 (-0.62390%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2051496,11 +2051496,11 @@
19,
52
),
- "score": 209.37367733333335,
- "score-diff": "-2.3366087333332928",
- "score-diff-perc": "-1.10368%",
- "tooltip": "score = 209.37367733333335\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.33661 (-1.10368%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 211.71028606666664,
+ "score-diff": "2.3366087333332928",
+ "score-diff-perc": "+1.11600%",
+ "tooltip": "score = 211.71028606666664\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.33661 (+1.11600%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2053037,11 +2053037,11 @@
21,
27
),
- "score": 41.09845494520548,
- "score-diff": "-36.20019269582016",
- "score-diff-perc": "-46.83160%",
- "tooltip": "score = 41.09845494520548\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -36.20019 (-46.83160%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 43.3240554,
+ "score-diff": "-33.97459224102564",
+ "score-diff-perc": "-43.95238%",
+ "tooltip": "score = 43.3240554\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -33.97459 (-43.95238%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2053063,11 +2053063,11 @@
21,
27
),
- "score": 43.3240554,
- "score-diff": "2.2256004547945167",
- "score-diff-perc": "+5.41529%",
- "tooltip": "score = 43.3240554\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.22560 (+5.41529%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 52.428487948275865,
+ "score-diff": "9.104432548275867",
+ "score-diff-perc": "+21.01473%",
+ "tooltip": "score = 52.428487948275865\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +9.10443 (+21.01473%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2053089,11 +2053089,11 @@
21,
27
),
- "score": 52.428487948275865,
- "score-diff": "9.104432548275867",
- "score-diff-perc": "+21.01473%",
- "tooltip": "score = 52.428487948275865\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +9.10443 (+21.01473%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 41.09845494520548,
+ "score-diff": "-11.330033003070383",
+ "score-diff-perc": "-21.61045%",
+ "tooltip": "score = 41.09845494520548\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -11.33003 (-21.61045%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2053116,9 +2053116,9 @@
32
),
"score": 76.359786,
- "score-diff": "23.931298051724134",
- "score-diff-perc": "+45.64560%",
- "tooltip": "score = 76.359786\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +23.93130 (+45.64560%)",
+ "score-diff": "35.26133105479452",
+ "score-diff-perc": "+85.79722%",
+ "tooltip": "score = 76.359786\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +35.26133 (+85.79722%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -2057561,11 +2057561,11 @@
19,
52
),
- "score": 202.77627546666668,
- "score-diff": "2.4837769111111356",
- "score-diff-perc": "+1.24007%",
- "tooltip": "score = 202.77627546666668\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.48378 (+1.24007%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 202.3128832,
+ "score-diff": "2.020384644444448",
+ "score-diff-perc": "+1.00872%",
+ "tooltip": "score = 202.3128832\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.02038 (+1.00872%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2057587,11 +2057587,11 @@
19,
52
),
- "score": 202.3128832,
- "score-diff": "-0.46339226666668765",
- "score-diff-perc": "-0.22852%",
- "tooltip": "score = 202.3128832\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.46339 (-0.22852%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 202.77627546666668,
+ "score-diff": "0.46339226666668765",
+ "score-diff-perc": "+0.22905%",
+ "tooltip": "score = 202.77627546666668\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.46339 (+0.22905%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2059128,11 +2059128,11 @@
21,
27
),
- "score": 47.6223109047619,
- "score-diff": "-30.131716146520148",
- "score-diff-perc": "-38.75261%",
- "tooltip": "score = 47.6223109047619\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -30.13172 (-38.75261%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 47.5291271875,
+ "score-diff": "-30.22489986378205",
+ "score-diff-perc": "-38.87246%",
+ "tooltip": "score = 47.5291271875\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -30.22490 (-38.87246%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2059154,11 +2059154,11 @@
21,
27
),
- "score": 47.5291271875,
- "score-diff": "-0.09318371726190122",
- "score-diff-perc": "-0.19567%",
- "tooltip": "score = 47.5291271875\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.09318 (-0.19567%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 48.307130968253965,
+ "score-diff": "0.7780037807539628",
+ "score-diff-perc": "+1.63690%",
+ "tooltip": "score = 48.307130968253965\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.77800 (+1.63690%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2059180,11 +2059180,11 @@
21,
27
),
- "score": 48.307130968253965,
- "score-diff": "0.7780037807539628",
- "score-diff-perc": "+1.63690%",
- "tooltip": "score = 48.307130968253965\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.77800 (+1.63690%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 47.6223109047619,
+ "score-diff": "-0.6848200634920616",
+ "score-diff-perc": "-1.41764%",
+ "tooltip": "score = 47.6223109047619\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.68482 (-1.41764%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2059207,9 +2059207,9 @@
32
),
"score": 74.69209629268293,
- "score-diff": "26.38496532442897",
- "score-diff-perc": "+54.61919%",
- "tooltip": "score = 74.69209629268293\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +26.38497 (+54.61919%)",
+ "score-diff": "27.06978538792103",
+ "score-diff-perc": "+56.84265%",
+ "tooltip": "score = 74.69209629268293\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +27.06979 (+56.84265%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -2063652,11 +2063652,11 @@
19,
52
),
- "score": 252.18917108333335,
- "score-diff": "6.668903616666654",
- "score-diff-perc": "+2.71623%",
- "tooltip": "score = 252.18917108333335\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +6.66890 (+2.71623%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 246.80259966666668,
+ "score-diff": "1.2823321999999848",
+ "score-diff-perc": "+0.52229%",
+ "tooltip": "score = 246.80259966666668\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.28233 (+0.52229%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2063678,11 +2063678,11 @@
19,
52
),
- "score": 246.80259966666668,
- "score-diff": "-5.386571416666669",
- "score-diff-perc": "-2.13592%",
- "tooltip": "score = 246.80259966666668\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -5.38657 (-2.13592%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 252.18917108333335,
+ "score-diff": "5.386571416666669",
+ "score-diff-perc": "+2.18254%",
+ "tooltip": "score = 252.18917108333335\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +5.38657 (+2.18254%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2065219,11 +2065219,11 @@
21,
27
),
- "score": 44.12126355882353,
- "score-diff": "-16.06708884117647",
- "score-diff-perc": "-26.69468%",
- "tooltip": "score = 44.12126355882353\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -16.06709 (-26.69468%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 43.68522062318841,
+ "score-diff": "-16.503131776811593",
+ "score-diff-perc": "-27.41915%",
+ "tooltip": "score = 43.68522062318841\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -16.50313 (-27.41915%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2065245,11 +2065245,11 @@
21,
27
),
- "score": 43.68522062318841,
- "score-diff": "-0.43604293563512186",
- "score-diff-perc": "-0.98828%",
- "tooltip": "score = 43.68522062318841\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -0.43604 (-0.98828%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 39.190889194805195,
+ "score-diff": "-4.494331428383212",
+ "score-diff-perc": "-10.28799%",
+ "tooltip": "score = 39.190889194805195\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.49433 (-10.28799%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2065271,11 +2065271,11 @@
21,
27
),
- "score": 39.190889194805195,
- "score-diff": "-4.494331428383212",
- "score-diff-perc": "-10.28799%",
- "tooltip": "score = 39.190889194805195\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -4.49433 (-10.28799%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 44.12126355882353,
+ "score-diff": "4.930374364018334",
+ "score-diff-perc": "+12.58041%",
+ "tooltip": "score = 44.12126355882353\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +4.93037 (+12.58041%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2065298,9 +2065298,9 @@
32
),
"score": 59.223439098039215,
- "score-diff": "20.03254990323402",
- "score-diff-perc": "+51.11532%",
- "tooltip": "score = 59.223439098039215\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +20.03255 (+51.11532%)",
+ "score-diff": "15.102175539215686",
+ "score-diff-perc": "+34.22879%",
+ "tooltip": "score = 59.223439098039215\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +15.10218 (+34.22879%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -2069854,11 +2069854,11 @@
19,
52
),
- "score": 104.25630266666666,
- "score-diff": "-5.631477700000019",
- "score-diff-perc": "-5.12475%",
- "tooltip": "score = 104.25630266666666\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -5.63148 (-5.12475%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 106.69076076666666,
+ "score-diff": "-3.1970196000000186",
+ "score-diff-perc": "-2.90935%",
+ "tooltip": "score = 106.69076076666666\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.19702 (-2.90935%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2069880,11 +2069880,11 @@
19,
52
),
- "score": 106.69076076666666,
- "score-diff": "2.4344581000000005",
- "score-diff-perc": "+2.33507%",
- "tooltip": "score = 106.69076076666666\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +2.43446 (+2.33507%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 104.25630266666666,
+ "score-diff": "-2.4344581000000005",
+ "score-diff-perc": "-2.28179%",
+ "tooltip": "score = 104.25630266666666\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -2.43446 (-2.28179%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2071421,11 +2071421,11 @@
21,
27
),
- "score": 489.26796814285717,
- "score-diff": "-55.59135935714278",
- "score-diff-perc": "-10.20288%",
- "tooltip": "score = 489.26796814285717\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -55.59136 (-10.20288%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 489.64471614285713,
+ "score-diff": "-55.214611357142815",
+ "score-diff-perc": "-10.13374%",
+ "tooltip": "score = 489.64471614285713\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -55.21461 (-10.13374%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2071447,11 +2071447,11 @@
21,
27
),
- "score": 489.64471614285713,
- "score-diff": "0.37674799999996367",
- "score-diff-perc": "+0.07700%",
- "tooltip": "score = 489.64471614285713\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +0.37675 (+0.07700%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 492.5464025714286,
+ "score-diff": "2.901686428571452",
+ "score-diff-perc": "+0.59261%",
+ "tooltip": "score = 492.5464025714286\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.90169 (+0.59261%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2071473,11 +2071473,11 @@
21,
27
),
- "score": 492.5464025714286,
- "score-diff": "2.901686428571452",
- "score-diff-perc": "+0.59261%",
- "tooltip": "score = 492.5464025714286\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +2.90169 (+0.59261%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 489.26796814285717,
+ "score-diff": "-3.2784344285714155",
+ "score-diff-perc": "-0.66561%",
+ "tooltip": "score = 489.26796814285717\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -3.27843 (-0.66561%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2071500,9 +2071500,9 @@
32
),
"score": 561.9846395,
- "score-diff": "69.43823692857137",
- "score-diff-perc": "+14.09781%",
- "tooltip": "score = 561.9846395\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +69.43824 (+14.09781%)",
+ "score-diff": "72.71667135714279",
+ "score-diff-perc": "+14.86234%",
+ "tooltip": "score = 561.9846395\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +72.71667 (+14.86234%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -2075945,11 +2075945,11 @@
19,
52
),
- "score": 590.2613055,
- "score-diff": "-25.79070349999995",
- "score-diff-perc": "-4.18645%",
- "tooltip": "score = 590.2613055\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -25.79070 (-4.18645%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 579.9146141666666,
+ "score-diff": "-36.13739483333336",
+ "score-diff-perc": "-5.86596%",
+ "tooltip": "score = 579.9146141666666\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -36.13739 (-5.86596%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2075971,11 +2075971,11 @@
19,
52
),
- "score": 579.9146141666666,
- "score-diff": "-10.34669133333341",
- "score-diff-perc": "-1.75290%",
- "tooltip": "score = 579.9146141666666\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -10.34669 (-1.75290%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 590.2613055,
+ "score-diff": "10.34669133333341",
+ "score-diff-perc": "+1.78417%",
+ "tooltip": "score = 590.2613055\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +10.34669 (+1.78417%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2077512,11 +2077512,11 @@
21,
27
),
- "score": 83.79164377777778,
- "score-diff": "-15.470434609319",
- "score-diff-perc": "-15.58544%",
- "tooltip": "score = 83.79164377777778\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -15.47043 (-15.58544%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 75.5121149,
+ "score-diff": "-23.749963487096778",
+ "score-diff-perc": "-23.92652%",
+ "tooltip": "score = 75.5121149\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -23.74996 (-23.92652%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2077538,11 +2077538,11 @@
21,
27
),
- "score": 75.5121149,
- "score-diff": "-8.279528877777778",
- "score-diff-perc": "-9.88109%",
- "tooltip": "score = 75.5121149\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -8.27953 (-9.88109%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 89.04559264705883,
+ "score-diff": "13.533477747058825",
+ "score-diff-perc": "+17.92226%",
+ "tooltip": "score = 89.04559264705883\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +13.53348 (+17.92226%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2077564,11 +2077564,11 @@
21,
27
),
- "score": 89.04559264705883,
- "score-diff": "13.533477747058825",
- "score-diff-perc": "+17.92226%",
- "tooltip": "score = 89.04559264705883\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +13.53348 (+17.92226%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 83.79164377777778,
+ "score-diff": "-5.2539488692810465",
+ "score-diff-perc": "-5.90029%",
+ "tooltip": "score = 83.79164377777778\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -5.25395 (-5.90029%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2077591,9 +2077591,9 @@
32
),
"score": 97.987887,
- "score-diff": "8.942294352941175",
- "score-diff-perc": "+10.04238%",
- "tooltip": "score = 97.987887\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +8.94229 (+10.04238%)",
+ "score-diff": "14.196243222222222",
+ "score-diff-perc": "+16.94231%",
+ "tooltip": "score = 97.987887\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +14.19624 (+16.94231%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -2082036,11 +2082036,11 @@
19,
52
),
- "score": 123.67874064,
- "score-diff": "1.5992792800000046",
- "score-diff-perc": "+1.31003%",
- "tooltip": "score = 123.67874064\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.59928 (+1.31003%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 118.47797103846153,
+ "score-diff": "-3.6014903215384635",
+ "score-diff-perc": "-2.95012%",
+ "tooltip": "score = 118.47797103846153\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -3.60149 (-2.95012%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2082062,11 +2082062,11 @@
19,
52
),
- "score": 118.47797103846153,
- "score-diff": "-5.200769601538468",
- "score-diff-perc": "-4.20506%",
- "tooltip": "score = 118.47797103846153\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -5.20077 (-4.20506%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 123.67874064,
+ "score-diff": "5.200769601538468",
+ "score-diff-perc": "+4.38965%",
+ "tooltip": "score = 123.67874064\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +5.20077 (+4.38965%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2083603,11 +2083603,11 @@
21,
27
),
- "score": 3036.338471,
- "score-diff": "-1708.1317170000002",
- "score-diff-perc": "-36.00258%",
- "tooltip": "score = 3036.338471\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1708.13172 (-36.00258%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
+ "score": 2882.3102155,
+ "score-diff": "-1862.1599725",
+ "score-diff-perc": "-39.24906%",
+ "tooltip": "score = 2882.3102155\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -1862.15997 (-39.24906%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2083629,11 +2083629,11 @@
21,
27
),
- "score": 2882.3102155,
- "score-diff": "-154.0282554999999",
- "score-diff-perc": "-5.07283%",
- "tooltip": "score = 2882.3102155\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -154.02826 (-5.07283%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9239089292",
+ "score": 2808.735733,
+ "score-diff": "-73.57448250000016",
+ "score-diff-perc": "-2.55262%",
+ "tooltip": "score = 2808.735733\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -73.57448 (-2.55262%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2083655,11 +2083655,11 @@
21,
27
),
- "score": 2808.735733,
- "score-diff": "-73.57448250000016",
- "score-diff-perc": "-2.55262%",
- "tooltip": "score = 2808.735733\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = -73.57448 (-2.55262%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9231251230",
+ "score": 3036.338471,
+ "score-diff": "227.60273800000004",
+ "score-diff-perc": "+8.10339%",
+ "tooltip": "score = 3036.338471\ndate = 2024-05-24 21:27:18\nbranch = develop\ndiff = +227.60274 (+8.10339%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9247140176",
"commit-id": "ca53b69dfb3fb28cfb5f3b48d2dd963015b5cae1",
"commit-msg": "Heading levels (#10078)",
"commit-author": "Kaz Wesley",
@@ -2083682,9 +2083682,9 @@
32
),
"score": 5616.883575,
- "score-diff": "2808.147842",
- "score-diff-perc": "+99.97907%",
- "tooltip": "score = 5616.883575\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2808.14784 (+99.97907%)",
+ "score-diff": "2580.545104",
+ "score-diff-perc": "+84.98872%",
+ "tooltip": "score = 5616.883575\ndate = 2024-05-27 17:32:42\nbranch = develop\ndiff = +2580.54510 (+84.98872%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9261454081",
"commit-id": "8edf49343f3a8e3b5ede9e264af562789da81eed",
"commit-msg": "Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)",
@@ -2088127,11 +2088127,11 @@
19,
52
),
- "score": 108.38829328571428,
- "score-diff": "-0.2676860714285709",
- "score-diff-perc": "-0.24636%",
- "tooltip": "score = 108.38829328571428\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.26769 (-0.24636%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 112.85422955555556,
+ "score-diff": "4.198250198412708",
+ "score-diff-perc": "+3.86380%",
+ "tooltip": "score = 112.85422955555556\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +4.19825 (+3.86380%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2088153,11 +2088153,11 @@
19,
52
),
- "score": 112.85422955555556,
- "score-diff": "4.465936269841279",
- "score-diff-perc": "+4.12031%",
- "tooltip": "score = 112.85422955555556\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +4.46594 (+4.12031%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 108.38829328571428,
+ "score-diff": "-4.465936269841279",
+ "score-diff-perc": "-3.95726%",
+ "tooltip": "score = 108.38829328571428\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -4.46594 (-3.95726%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2091488,11 +2091488,11 @@
19,
52
),
- "score": 5.345230076431661,
- "score-diff": "1.079232021202297",
- "score-diff-perc": "+25.29846%",
- "tooltip": "score = 5.345230076431661\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +1.07923 (+25.29846%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
+ "score": 5.090127398812537,
+ "score-diff": "0.8241293435831727",
+ "score-diff-perc": "+19.31856%",
+ "tooltip": "score = 5.090127398812537\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.82413 (+19.31856%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2091514,11 +2091514,11 @@
19,
52
),
- "score": 5.090127398812537,
- "score-diff": "-0.2551026776191243",
- "score-diff-perc": "-4.77253%",
- "tooltip": "score = 5.090127398812537\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = -0.25510 (-4.77253%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12100494756",
+ "score": 5.345230076431661,
+ "score-diff": "0.2551026776191243",
+ "score-diff-perc": "+5.01171%",
+ "tooltip": "score = 5.345230076431661\ndate = 2024-11-29 19:52:22\nbranch = develop\ndiff = +0.25510 (+5.01171%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12091850195",
"commit-id": "0b6b1f09542f1495344df75123643f81689734be",
"commit-msg": "Context menu, copy button, multi-component actions (#11690)",
"commit-author": "Kaz Wesley",
@@ -2096175,7 +2096175,7 @@
stdlib benchmark results
- Since 2024-04-01 until 2024-12-01
+ Since 2024-04-01 until 2024-12-02
@@ -2096215,7 +2096215,7 @@
Generated by the bench_download.py
script in
- 2024-12-01 04:07:42.243049
.
+ 2024-12-02 02:02:23.435397
.
@@ -2096235,7 +2096235,7 @@
class="col form-control form-control-lg"
name="since-date"
min="2024-04-01"
- max="2024-12-01"
+ max="2024-12-02"
/>
@@ -2096259,7 +2096259,7 @@
Since date:
- 2024-11-01
+ 2024-11-02