diff --git a/cache/12474556631.json b/cache/12474556631.json
new file mode 100644
index 0000000..8c6b751
--- /dev/null
+++ b/cache/12474556631.json
@@ -0,0 +1,89 @@
+{
+ "bench_run": {
+ "id": "12474556631",
+ "html_url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "run_attempt": 1,
+ "event": "schedule",
+ "display_title": "Benchmark Engine",
+ "head_commit": {
+ "id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "message": "Use MPLUS 1 font (#11904)\n\nCloses #10692\n\nI don\u2019t see any significant changes compared to Enso font:\n\nMPLUS 1:\n\nhttps://github.com/user-attachments/assets/17890f6a-0c4f-4aa5-9b4e-d9bd318fd625\n\nEnso Font:\n\n\nhttps://github.com/user-attachments/assets/5f476dc8-84c0-4855-8d5b-9d21a7c93b1d\n\n# Important Notes\n~~**I didn\u2019t test if it actually fixes the issue with clipping on Windows, waiting for CI build.**~~ Tested on Windows, the issue is not visible.",
+ "timestamp": "2024-12-23T10:14:52Z",
+ "author": {
+ "name": "Ilya Bogdanov"
+ }
+ }
+ },
+ "label_score_dict": {
+ "org.enso.compiler.benchmarks.exportimport.ExportImportResolutionBenchmark.importsAndExportsResolution": 2.0298619838045173,
+ "org.enso.compiler.benchmarks.exportimport.ExportImportResolutionBenchmark.importsResolution": 0.24442520170511642,
+ "org.enso.compiler.benchmarks.inline.InlineCompilerBenchmark.longExpression": 1.7038064003855171,
+ "org.enso.compiler.benchmarks.inline.InlineCompilerErrorBenchmark.expressionWithErrors": 1.8659853655332914,
+ "org.enso.compiler.benchmarks.module.ImportStandardLibrariesBenchmark.importStandardLibraries": 61.12333736429324,
+ "org.enso.compiler.benchmarks.module.ManyErrorsBenchmark.manyErrors": 43.18019052331921,
+ "org.enso.compiler.benchmarks.module.ManyLocalVarsBenchmark.longMethodWithLotOfLocalVars": 27.533432926610516,
+ "org.enso.compiler.benchmarks.module.ManyNestedBlocksBenchmark.manyNestedBlocks": 48.13365125945697,
+ "org.enso.compiler.benchmarks.module.ManySmallMethodsBenchmark.manySmallMethods": 75.94382565151516,
+ "org.enso.interpreter.bench.benchmarks.semantic.ArrayProxyBenchmarks.sumOverComputingProxy": 0.12154584949456404,
+ "org.enso.interpreter.bench.benchmarks.semantic.ArrayProxyBenchmarks.sumOverDelegatingProxy": 0.19434608927583505,
+ "org.enso.interpreter.bench.benchmarks.semantic.ArrayProxyBenchmarks.sumOverVector": 0.0821050004193233,
+ "org.enso.interpreter.bench.benchmarks.semantic.ArrayProxyBenchmarks.sumOverVectorBackedByComputingProxy": 0.12173985384042921,
+ "org.enso.interpreter.bench.benchmarks.semantic.ArrayProxyBenchmarks.sumOverVectorBackedByDelegatingProxy": 0.19482218494430725,
+ "org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchGenerateList": 3.6912684408553686,
+ "org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchGenerateListAutoscoping": 9.042095902464402,
+ "org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchGenerateListQualified": 3.7456015647563907,
+ "org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchMapReverseList": 6.871765913739102,
+ "org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchMapReverseListCurry": 6.250692144564361,
+ "org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchReverseList": 5.6511717713575935,
+ "org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchReverseListMethods": 5.63697365461433,
+ "org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchSumList": 3.6536181399035152,
+ "org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchSumListFallback": 3.7275445502032043,
+ "org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchSumListLeftFold": 3.78935771010183,
+ "org.enso.interpreter.bench.benchmarks.semantic.AtomBenchmarks.benchSumListMethods": 4.1699813586566234,
+ "org.enso.interpreter.bench.benchmarks.semantic.CallableBenchmarks.benchSumTCOfromCall": 97.26760709902912,
+ "org.enso.interpreter.bench.benchmarks.semantic.CallableBenchmarks.benchSumTCOmethodCall": 97.34493664271845,
+ "org.enso.interpreter.bench.benchmarks.semantic.CallableBenchmarks.benchSumTCOmethodCallWithDefaultedArguments": 97.2777959262136,
+ "org.enso.interpreter.bench.benchmarks.semantic.CallableBenchmarks.benchSumTCOmethodCallWithNamedArguments": 97.24135443252428,
+ "org.enso.interpreter.bench.benchmarks.semantic.EqualsBenchmarks.equalsPrimitives": 0.13769613703953823,
+ "org.enso.interpreter.bench.benchmarks.semantic.EqualsBenchmarks.equalsStrings": 0.08416045947137209,
+ "org.enso.interpreter.bench.benchmarks.semantic.EqualsBenchmarks.equalsTrees": 1.085406846025499,
+ "org.enso.interpreter.bench.benchmarks.semantic.EqualsBenchmarks.equalsWithConversion": 3.4178831436036874,
+ "org.enso.interpreter.bench.benchmarks.semantic.IfVsCaseBenchmarks.caseBench3": 0.45608099239841676,
+ "org.enso.interpreter.bench.benchmarks.semantic.IfVsCaseBenchmarks.caseBench6": 0.746613000030021,
+ "org.enso.interpreter.bench.benchmarks.semantic.IfVsCaseBenchmarks.ifBench3": 0.4541676601492422,
+ "org.enso.interpreter.bench.benchmarks.semantic.IfVsCaseBenchmarks.ifBench6": 0.9697766450749445,
+ "org.enso.interpreter.bench.benchmarks.semantic.IfVsCaseBenchmarks.ifBench6In": 3.0816617367786496,
+ "org.enso.interpreter.bench.benchmarks.semantic.ListBenchmarks.mapAnyOverList": 75.57654065864662,
+ "org.enso.interpreter.bench.benchmarks.semantic.ListBenchmarks.mapConvOverList": 74.83277026573847,
+ "org.enso.interpreter.bench.benchmarks.semantic.ListBenchmarks.mapIntegerOverList": 75.86113309442926,
+ "org.enso.interpreter.bench.benchmarks.semantic.ListBenchmarks.mapMultiOverList": 75.45839926466167,
+ "org.enso.interpreter.bench.benchmarks.semantic.ListBenchmarks.mapOverLazyList": 77.2750596512105,
+ "org.enso.interpreter.bench.benchmarks.semantic.ListBenchmarks.mapOverList": 79.13797609763779,
+ "org.enso.interpreter.bench.benchmarks.semantic.ListBenchmarks.mapVConvertThatArgumentOfPlus": 51.20168981020407,
+ "org.enso.interpreter.bench.benchmarks.semantic.ListBenchmarks.mapVOverList": 73.12825131116048,
+ "org.enso.interpreter.bench.benchmarks.semantic.NamedDefaultedArgumentBenchmarks.benchSumTCOWithDefaultArgs": 96.95694233019044,
+ "org.enso.interpreter.bench.benchmarks.semantic.NamedDefaultedArgumentBenchmarks.benchSumTCOWithNamedArgs": 97.32146906213592,
+ "org.enso.interpreter.bench.benchmarks.semantic.NestedPatternCompilationBenchmarks.sumList": 0.09590249449391068,
+ "org.enso.interpreter.bench.benchmarks.semantic.RecursionBenchmarks.benchNestedThunkSum": 85.1247093881356,
+ "org.enso.interpreter.bench.benchmarks.semantic.RecursionBenchmarks.benchOversaturatedRecursiveCall": 97.28049852621359,
+ "org.enso.interpreter.bench.benchmarks.semantic.RecursionBenchmarks.benchSumStateTCO": 85.03578033220339,
+ "org.enso.interpreter.bench.benchmarks.semantic.RecursionBenchmarks.benchSumTCO": 96.74712030192308,
+ "org.enso.interpreter.bench.benchmarks.semantic.RecursionBenchmarks.benchSumTCOFoldLike": 96.99739756325616,
+ "org.enso.interpreter.bench.benchmarks.semantic.RecursionBenchmarks.benchSumTCOWithEval": 97.06684049945856,
+ "org.enso.interpreter.bench.benchmarks.semantic.StringBenchmarks.lengthOfStrings": 0.0020219053670761994,
+ "org.enso.interpreter.bench.benchmarks.semantic.TypePatternBenchmarks.matchOverAny": 0.000504284982865901,
+ "org.enso.interpreter.bench.benchmarks.semantic.TypePatternBenchmarks.matchOverDecimal": 0.0005048120897277476,
+ "org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageAbstractList": 0.09460367737548465,
+ "org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageOverArray": 0.0017661269946045231,
+ "org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageOverArrayProxy": 0.002254255589486589,
+ "org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageOverArrayProxyNew": 0.0022685779534712177,
+ "org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageOverPolyglotArray": 0.0015448566258504178,
+ "org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageOverPolyglotVector": 0.0015449447270037726,
+ "org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageOverSlice": 0.001397410783702327,
+ "org.enso.interpreter.bench.benchmarks.semantic.VectorBenchmarks.averageOverVector": 0.001763954692531285,
+ "org.enso.interpreter.bench.benchmarks.semantic.WarningBenchmarks.diffWarningRandomElementsVecSum": 26.456553138351456,
+ "org.enso.interpreter.bench.benchmarks.semantic.WarningBenchmarks.noWarningsVecSum": 0.008267542445637962,
+ "org.enso.interpreter.bench.benchmarks.semantic.WarningBenchmarks.randomElementsVecSum": 0.0511945575859038,
+ "org.enso.interpreter.bench.benchmarks.semantic.WarningBenchmarks.sameWarningVecSum": 1.9104152150499196
+ }
+}
\ No newline at end of file
diff --git a/cache/index.json b/cache/index.json
index 4a29dbe..e26566f 100644
--- a/cache/index.json
+++ b/cache/index.json
@@ -1295,5 +1295,6 @@
"cache/12449459007.json": "2024-12-21T15:40:28Z",
"cache/12449500770.json": "2024-12-21T15:40:28Z",
"cache/12458753759.json": "2024-12-22T13:54:52Z",
- "cache/12458802445.json": "2024-12-22T13:54:52Z"
+ "cache/12458802445.json": "2024-12-22T13:54:52Z",
+ "cache/12474556631.json": "2024-12-23T10:14:52Z"
}
\ No newline at end of file
diff --git a/engine-benchs.html b/engine-benchs.html
index b9f75fe..507c857 100644
--- a/engine-benchs.html
+++ b/engine-benchs.html
@@ -41,17 +41,17 @@
const untilDate = new Date(
2024,
11,
- 23,
- 22,
- 51
+ 24,
+ 2,
+ 1
);
// This var will be rewritten once a filter is applied
let displaySinceDate = new Date(
2024,
10,
- 23,
- 22,
- 51
+ 24,
+ 2,
+ 1
);
/**
@@ -4242,6 +4242,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 2.0298619838045173,
+ "score-diff": "-0.056331835771833205",
+ "score-diff-perc": "-2.70022%",
+ "tooltip": "score = 2.0298619838045173\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.05633 (-2.70022%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -8513,6 +8539,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.24442520170511642,
+ "score-diff": "0.005426043162589406",
+ "score-diff-perc": "+2.27032%",
+ "tooltip": "score = 0.24442520170511642\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.00543 (+2.27032%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -8762,11 +8814,11 @@
18,
7
),
- "score": 2.367322806847859,
- "score-diff": "0.15222889023048625",
- "score-diff-perc": "+6.87234%",
- "tooltip": "score = 2.367322806847859\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.15223 (+6.87234%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 2.068359185277365,
+ "score-diff": "-0.14673473134000758",
+ "score-diff-perc": "-6.62431%",
+ "tooltip": "score = 2.068359185277365\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.14673 (-6.62431%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -8788,11 +8840,11 @@
18,
7
),
- "score": 2.068359185277365,
- "score-diff": "-0.29896362157049383",
- "score-diff-perc": "-12.62876%",
- "tooltip": "score = 2.068359185277365\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.29896 (-12.62876%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 2.367322806847859,
+ "score-diff": "0.29896362157049383",
+ "score-diff-perc": "+14.45414%",
+ "tooltip": "score = 2.367322806847859\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.29896 (+14.45414%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -8815,9 +8867,9 @@
7
),
"score": 2.079823318688144,
- "score-diff": "0.01146413341077901",
- "score-diff-perc": "+0.55426%",
- "tooltip": "score = 2.079823318688144\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01146 (+0.55426%)",
+ "score-diff": "-0.2874994881597148",
+ "score-diff-perc": "-12.14450%",
+ "tooltip": "score = 2.079823318688144\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.28750 (-12.14450%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -8944,11 +8996,11 @@
17,
1
),
- "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",
+ "score": 2.341457161702523,
+ "score-diff": "0.2992230313972799",
+ "score-diff-perc": "+14.65175%",
+ "tooltip": "score = 2.341457161702523\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.29922 (+14.65175%)",
+ "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",
@@ -8970,11 +9022,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",
@@ -8996,11 +9048,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -9023,9 +9075,9 @@
7
),
"score": 2.084237247340606,
- "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%)",
+ "score-diff": "0.03457554701190668",
+ "score-diff-perc": "+1.68689%",
+ "tooltip": "score = 2.084237247340606\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.03458 (+1.68689%)",
"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)",
@@ -9152,11 +9204,11 @@
9,
48
),
- "score": 2.0371597906832326,
- "score-diff": "-0.2986766938016965",
- "score-diff-perc": "-12.78671%",
- "tooltip": "score = 2.0371597906832326\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.29868 (-12.78671%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 2.0627480947499635,
+ "score-diff": "-0.27308838973496563",
+ "score-diff-perc": "-11.69125%",
+ "tooltip": "score = 2.0627480947499635\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.27309 (-11.69125%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -9178,11 +9230,11 @@
9,
48
),
- "score": 2.0627480947499635,
- "score-diff": "0.02558830406673085",
- "score-diff-perc": "+1.25608%",
- "tooltip": "score = 2.0627480947499635\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.02559 (+1.25608%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 2.0371597906832326,
+ "score-diff": "-0.02558830406673085",
+ "score-diff-perc": "-1.24050%",
+ "tooltip": "score = 2.0371597906832326\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.02559 (-1.24050%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -9205,9 +9257,9 @@
2
),
"score": 2.1786645979424417,
- "score-diff": "0.11591650319247826",
- "score-diff-perc": "+5.61952%",
- "tooltip": "score = 2.1786645979424417\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.11592 (+5.61952%)",
+ "score-diff": "0.1415048072592091",
+ "score-diff-perc": "+6.94618%",
+ "tooltip": "score = 2.1786645979424417\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.14150 (+6.94618%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -9490,11 +9542,11 @@
14,
48
),
- "score": 2.1872309517968547,
- "score-diff": "-0.048504408671656396",
- "score-diff-perc": "-2.16951%",
- "tooltip": "score = 2.1872309517968547\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.04850 (-2.16951%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 2.1408442566424366,
+ "score-diff": "-0.09489110382607446",
+ "score-diff-perc": "-4.24429%",
+ "tooltip": "score = 2.1408442566424366\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.09489 (-4.24429%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -9516,11 +9568,11 @@
14,
48
),
- "score": 2.21896033238308,
- "score-diff": "0.03172938058622554",
- "score-diff-perc": "+1.45066%",
- "tooltip": "score = 2.21896033238308\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.03173 (+1.45066%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 2.1872309517968547,
+ "score-diff": "0.04638669515441807",
+ "score-diff-perc": "+2.16675%",
+ "tooltip": "score = 2.1872309517968547\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.04639 (+2.16675%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -9542,11 +9594,11 @@
14,
48
),
- "score": 2.1408442566424366,
- "score-diff": "-0.07811607574064361",
- "score-diff-perc": "-3.52039%",
- "tooltip": "score = 2.1408442566424366\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.07812 (-3.52039%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 2.21896033238308,
+ "score-diff": "0.03172938058622554",
+ "score-diff-perc": "+1.45066%",
+ "tooltip": "score = 2.21896033238308\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.03173 (+1.45066%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -9569,9 +9621,9 @@
37
),
"score": 2.158940376211434,
- "score-diff": "0.01809611956899726",
- "score-diff-perc": "+0.84528%",
- "tooltip": "score = 2.158940376211434\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.01810 (+0.84528%)",
+ "score-diff": "-0.06001995617164635",
+ "score-diff-perc": "-2.70487%",
+ "tooltip": "score = 2.158940376211434\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.06002 (-2.70487%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -9698,11 +9750,11 @@
8,
54
),
- "score": 1.982740296388797,
- "score-diff": "-0.33639576905417434",
- "score-diff-perc": "-14.50522%",
- "tooltip": "score = 1.982740296388797\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.33640 (-14.50522%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 2.206522288070762,
+ "score-diff": "-0.11261377737220934",
+ "score-diff-perc": "-4.85585%",
+ "tooltip": "score = 2.206522288070762\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.11261 (-4.85585%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -9724,11 +9776,11 @@
8,
54
),
- "score": 2.206522288070762,
- "score-diff": "0.223781991681965",
- "score-diff-perc": "+11.28650%",
- "tooltip": "score = 2.206522288070762\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.22378 (+11.28650%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 1.982740296388797,
+ "score-diff": "-0.223781991681965",
+ "score-diff-perc": "-10.14184%",
+ "tooltip": "score = 1.982740296388797\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.22378 (-10.14184%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -9751,9 +9803,9 @@
43
),
"score": 2.182572496258257,
- "score-diff": "-0.023949791812504895",
- "score-diff-perc": "-1.08541%",
- "tooltip": "score = 2.182572496258257\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.02395 (-1.08541%)",
+ "score-diff": "0.1998321998694601",
+ "score-diff-perc": "+10.07859%",
+ "tooltip": "score = 2.182572496258257\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.19983 (+10.07859%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -15540,6 +15592,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 1.7038064003855171,
+ "score-diff": "0.030566968220545165",
+ "score-diff-perc": "+1.82681%",
+ "tooltip": "score = 1.7038064003855171\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.03057 (+1.82681%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -15789,11 +15867,11 @@
18,
7
),
- "score": 2.4653567087037835,
- "score-diff": "0.09605049096589813",
- "score-diff-perc": "+4.05395%",
- "tooltip": "score = 2.4653567087037835\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.09605 (+4.05395%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 2.209344536114254,
+ "score-diff": "-0.15996168162363134",
+ "score-diff-perc": "-6.75141%",
+ "tooltip": "score = 2.209344536114254\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.15996 (-6.75141%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -15815,11 +15893,11 @@
18,
7
),
- "score": 2.209344536114254,
- "score-diff": "-0.25601217258952946",
- "score-diff-perc": "-10.38439%",
- "tooltip": "score = 2.209344536114254\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.25601 (-10.38439%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 2.4653567087037835,
+ "score-diff": "0.25601217258952946",
+ "score-diff-perc": "+11.58770%",
+ "tooltip": "score = 2.4653567087037835\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.25601 (+11.58770%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -15842,9 +15920,9 @@
7
),
"score": 2.105837976519269,
- "score-diff": "-0.10350655959498489",
- "score-diff-perc": "-4.68494%",
- "tooltip": "score = 2.105837976519269\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.10351 (-4.68494%)",
+ "score-diff": "-0.35951873218451436",
+ "score-diff-perc": "-14.58283%",
+ "tooltip": "score = 2.105837976519269\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.35952 (-14.58283%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -15971,11 +16049,11 @@
17,
1
),
- "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",
+ "score": 2.39732662998193,
+ "score-diff": "0.19785988905476826",
+ "score-diff-perc": "+8.99581%",
+ "tooltip": "score = 2.39732662998193\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.19786 (+8.99581%)",
+ "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",
@@ -15997,11 +16075,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",
@@ -16023,11 +16101,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -16050,9 +16128,9 @@
7
),
"score": 2.1769452804134617,
- "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%)",
+ "score-diff": "-0.0111473608548458",
+ "score-diff-perc": "-0.50946%",
+ "tooltip": "score = 2.1769452804134617\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.01115 (-0.50946%)",
"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)",
@@ -16179,11 +16257,11 @@
9,
48
),
- "score": 2.107020459941307,
- "score-diff": "-0.2741676077540962",
- "score-diff-perc": "-11.51390%",
- "tooltip": "score = 2.107020459941307\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.27417 (-11.51390%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 2.1828985565847274,
+ "score-diff": "-0.19828951111067594",
+ "score-diff-perc": "-8.32734%",
+ "tooltip": "score = 2.1828985565847274\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.19829 (-8.32734%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -16205,11 +16283,11 @@
9,
48
),
- "score": 2.1828985565847274,
- "score-diff": "0.07587809664342027",
- "score-diff-perc": "+3.60120%",
- "tooltip": "score = 2.1828985565847274\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.07588 (+3.60120%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 2.107020459941307,
+ "score-diff": "-0.07587809664342027",
+ "score-diff-perc": "-3.47602%",
+ "tooltip": "score = 2.107020459941307\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.07588 (-3.47602%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -16232,9 +16310,9 @@
2
),
"score": 2.1760534188507576,
- "score-diff": "-0.006845137733969775",
- "score-diff-perc": "-0.31358%",
- "tooltip": "score = 2.1760534188507576\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.00685 (-0.31358%)",
+ "score-diff": "0.06903295890945049",
+ "score-diff-perc": "+3.27633%",
+ "tooltip": "score = 2.1760534188507576\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.06903 (+3.27633%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -16517,11 +16595,11 @@
14,
48
),
- "score": 2.3635963957426247,
- "score-diff": "-0.13669058561075298",
- "score-diff-perc": "-5.46700%",
- "tooltip": "score = 2.3635963957426247\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.13669 (-5.46700%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 2.179021683159142,
+ "score-diff": "-0.3212652981942359",
+ "score-diff-perc": "-12.84914%",
+ "tooltip": "score = 2.179021683159142\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.32127 (-12.84914%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -16543,11 +16621,11 @@
14,
48
),
- "score": 2.411955748273292,
- "score-diff": "0.048359352530667365",
- "score-diff-perc": "+2.04601%",
- "tooltip": "score = 2.411955748273292\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.04836 (+2.04601%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 2.3635963957426247,
+ "score-diff": "0.1845747125834829",
+ "score-diff-perc": "+8.47053%",
+ "tooltip": "score = 2.3635963957426247\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.18457 (+8.47053%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -16569,11 +16647,11 @@
14,
48
),
- "score": 2.179021683159142,
- "score-diff": "-0.23293406511415027",
- "score-diff-perc": "-9.65748%",
- "tooltip": "score = 2.179021683159142\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.23293 (-9.65748%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 2.411955748273292,
+ "score-diff": "0.048359352530667365",
+ "score-diff-perc": "+2.04601%",
+ "tooltip": "score = 2.411955748273292\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.04836 (+2.04601%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -16596,9 +16674,9 @@
37
),
"score": 2.369146802307829,
- "score-diff": "0.19012511914868702",
- "score-diff-perc": "+8.72525%",
- "tooltip": "score = 2.369146802307829\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.19013 (+8.72525%)",
+ "score-diff": "-0.04280894596546325",
+ "score-diff-perc": "-1.77486%",
+ "tooltip": "score = 2.369146802307829\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.04281 (-1.77486%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -16725,11 +16803,11 @@
8,
54
),
- "score": 2.1710045781466305,
- "score-diff": "-0.1693931548402774",
- "score-diff-perc": "-7.23779%",
- "tooltip": "score = 2.1710045781466305\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.16939 (-7.23779%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 2.456541243991677,
+ "score-diff": "0.11614351100476927",
+ "score-diff-perc": "+4.96255%",
+ "tooltip": "score = 2.456541243991677\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.11614 (+4.96255%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -16751,11 +16829,11 @@
8,
54
),
- "score": 2.456541243991677,
- "score-diff": "0.28553666584504667",
- "score-diff-perc": "+13.15228%",
- "tooltip": "score = 2.456541243991677\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.28554 (+13.15228%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 2.1710045781466305,
+ "score-diff": "-0.28553666584504667",
+ "score-diff-perc": "-11.62352%",
+ "tooltip": "score = 2.1710045781466305\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.28554 (-11.62352%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -16778,9 +16856,9 @@
43
),
"score": 2.4937577444578944,
- "score-diff": "0.03721650046621727",
- "score-diff-perc": "+1.51500%",
- "tooltip": "score = 2.4937577444578944\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.03722 (+1.51500%)",
+ "score-diff": "0.32275316631126394",
+ "score-diff-perc": "+14.86654%",
+ "tooltip": "score = 2.4937577444578944\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.32275 (+14.86654%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -22567,6 +22645,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 1.8659853655332914,
+ "score-diff": "0.059419021673925654",
+ "score-diff-perc": "+3.28906%",
+ "tooltip": "score = 1.8659853655332914\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.05942 (+3.28906%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -22816,11 +22920,11 @@
18,
7
),
- "score": 260.946627698718,
- "score-diff": "-1.2232523717948425",
- "score-diff-perc": "-0.46659%",
- "tooltip": "score = 260.946627698718\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.22325 (-0.46659%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 121.56485013429327,
+ "score-diff": "-140.60502993621955",
+ "score-diff-perc": "-53.63127%",
+ "tooltip": "score = 121.56485013429327\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -140.60503 (-53.63127%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -22842,11 +22946,11 @@
18,
7
),
- "score": 121.56485013429327,
- "score-diff": "-139.3817775644247",
- "score-diff-perc": "-53.41390%",
- "tooltip": "score = 121.56485013429327\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -139.38178 (-53.41390%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 260.946627698718,
+ "score-diff": "139.3817775644247",
+ "score-diff-perc": "+114.65632%",
+ "tooltip": "score = 260.946627698718\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +139.38178 (+114.65632%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -22869,9 +22973,9 @@
7
),
"score": 125.01001513912037,
- "score-diff": "3.4451650048271034",
- "score-diff-perc": "+2.83401%",
- "tooltip": "score = 125.01001513912037\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.44517 (+2.83401%)",
+ "score-diff": "-135.93661255959762",
+ "score-diff-perc": "-52.09365%",
+ "tooltip": "score = 125.01001513912037\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -135.93661 (-52.09365%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -22998,11 +23102,11 @@
17,
1
),
- "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",
+ "score": 272.2791000675676,
+ "score-diff": "155.6030125359918",
+ "score-diff-perc": "+133.36324%",
+ "tooltip": "score = 272.2791000675676\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +155.60301 (+133.36324%)",
+ "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",
@@ -23024,11 +23128,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",
@@ -23050,11 +23154,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -23077,9 +23181,9 @@
7
),
"score": 115.53003390517242,
- "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%)",
+ "score-diff": "-0.4195966091954091",
+ "score-diff-perc": "-0.36188%",
+ "tooltip": "score = 115.53003390517242\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.41960 (-0.36188%)",
"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)",
@@ -23206,11 +23310,11 @@
9,
48
),
- "score": 118.71371511176471,
- "score-diff": "-134.7574019819853",
- "score-diff-perc": "-53.16480%",
- "tooltip": "score = 118.71371511176471\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -134.75740 (-53.16480%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 122.54373345627859,
+ "score-diff": "-130.92738363747145",
+ "score-diff-perc": "-51.65377%",
+ "tooltip": "score = 122.54373345627859\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -130.92738 (-51.65377%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -23232,11 +23336,11 @@
9,
48
),
- "score": 122.54373345627859,
- "score-diff": "3.8300183445138742",
- "score-diff-perc": "+3.22626%",
- "tooltip": "score = 122.54373345627859\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +3.83002 (+3.22626%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 118.71371511176471,
+ "score-diff": "-3.8300183445138742",
+ "score-diff-perc": "-3.12543%",
+ "tooltip": "score = 118.71371511176471\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -3.83002 (-3.12543%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -23259,9 +23363,9 @@
2
),
"score": 122.08287641698502,
- "score-diff": "-0.4608570392935718",
- "score-diff-perc": "-0.37608%",
- "tooltip": "score = 122.08287641698502\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.46086 (-0.37608%)",
+ "score-diff": "3.3691613052203024",
+ "score-diff-perc": "+2.83806%",
+ "tooltip": "score = 122.08287641698502\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +3.36916 (+2.83806%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -23544,37 +23648,11 @@
14,
48
),
- "score": 221.46750013586959,
- "score-diff": "-25.346263339740176",
- "score-diff-perc": "-10.26939%",
- "tooltip": "score = 221.46750013586959\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -25.34626 (-10.26939%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
- "commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
- "commit-msg": "from conversion propagates dataflow error (#9856)",
- "commit-author": "Pavel Marek",
- "commit-url": "https://github.com/enso-org/enso/commit/2af217c3e6995d21848cc654a50f70f71bef5589",
- "commit-date": new Date(
- 2024,
- 4,
- 3,
- 14,
- 48
- ),
- },
-
- {
- "date": new Date(
- 2024,
- 4,
- 3,
- 14,
- 48
- ),
- "score": 250.61398997652438,
- "score-diff": "29.146489840654795",
- "score-diff-perc": "+13.16062%",
- "tooltip": "score = 250.61398997652438\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +29.14649 (+13.16062%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 130.72389583377478,
+ "score-diff": "-116.08986764183499",
+ "score-diff-perc": "-47.03541%",
+ "tooltip": "score = 130.72389583377478\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -116.08987 (-47.03541%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -23596,11 +23674,37 @@
14,
48
),
- "score": 130.72389583377478,
- "score-diff": "-119.8900941427496",
- "score-diff-perc": "-47.83855%",
- "tooltip": "score = 130.72389583377478\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -119.89009 (-47.83855%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 221.46750013586959,
+ "score-diff": "90.74360430209481",
+ "score-diff-perc": "+69.41623%",
+ "tooltip": "score = 221.46750013586959\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +90.74360 (+69.41623%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
+ "commit-msg": "from conversion propagates dataflow error (#9856)",
+ "commit-author": "Pavel Marek",
+ "commit-url": "https://github.com/enso-org/enso/commit/2af217c3e6995d21848cc654a50f70f71bef5589",
+ "commit-date": new Date(
+ 2024,
+ 4,
+ 3,
+ 14,
+ 48
+ ),
+ },
+
+ {
+ "date": new Date(
+ 2024,
+ 4,
+ 3,
+ 14,
+ 48
+ ),
+ "score": 250.61398997652438,
+ "score-diff": "29.146489840654795",
+ "score-diff-perc": "+13.16062%",
+ "tooltip": "score = 250.61398997652438\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +29.14649 (+13.16062%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -23623,9 +23727,9 @@
37
),
"score": 254.50054861875,
- "score-diff": "123.77665278497523",
- "score-diff-perc": "+94.68556%",
- "tooltip": "score = 254.50054861875\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +123.77665 (+94.68556%)",
+ "score-diff": "3.886558642225623",
+ "score-diff-perc": "+1.55081%",
+ "tooltip": "score = 254.50054861875\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +3.88656 (+1.55081%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -23752,11 +23856,11 @@
8,
54
),
- "score": 121.74003513612988,
- "score-diff": "-112.50283527441454",
- "score-diff-perc": "-48.02829%",
- "tooltip": "score = 121.74003513612988\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -112.50284 (-48.02829%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 252.36082761875002,
+ "score-diff": "18.11795720820561",
+ "score-diff-perc": "+7.73469%",
+ "tooltip": "score = 252.36082761875002\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +18.11796 (+7.73469%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -23778,11 +23882,11 @@
8,
54
),
- "score": 252.36082761875002,
- "score-diff": "130.62079248262015",
- "score-diff-perc": "+107.29485%",
- "tooltip": "score = 252.36082761875002\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +130.62079 (+107.29485%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 121.74003513612988,
+ "score-diff": "-130.62079248262015",
+ "score-diff-perc": "-51.75954%",
+ "tooltip": "score = 121.74003513612988\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -130.62079 (-51.75954%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -23805,9 +23909,9 @@
43
),
"score": 265.9903824276316,
- "score-diff": "13.62955480888155",
- "score-diff-perc": "+5.40082%",
- "tooltip": "score = 265.9903824276316\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +13.62955 (+5.40082%)",
+ "score-diff": "144.2503472915017",
+ "score-diff-perc": "+118.49048%",
+ "tooltip": "score = 265.9903824276316\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +144.25035 (+118.49048%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -29594,6 +29698,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 61.12333736429324,
+ "score-diff": "-0.38283873619405284",
+ "score-diff-perc": "-0.62244%",
+ "tooltip": "score = 61.12333736429324\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.38284 (-0.62244%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -29843,11 +29973,11 @@
18,
7
),
- "score": 92.76453057106002,
- "score-diff": "6.874069578528676",
- "score-diff-perc": "+8.00330%",
- "tooltip": "score = 92.76453057106002\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +6.87407 (+8.00330%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 79.10943783394166,
+ "score-diff": "-6.78102315858969",
+ "score-diff-perc": "-7.89497%",
+ "tooltip": "score = 79.10943783394166\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -6.78102 (-7.89497%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -29869,11 +29999,11 @@
18,
7
),
- "score": 79.10943783394166,
- "score-diff": "-13.655092737118366",
- "score-diff-perc": "-14.72017%",
- "tooltip": "score = 79.10943783394166\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -13.65509 (-14.72017%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 92.76453057106002,
+ "score-diff": "13.655092737118366",
+ "score-diff-perc": "+17.26102%",
+ "tooltip": "score = 92.76453057106002\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +13.65509 (+17.26102%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -29896,9 +30026,9 @@
7
),
"score": 84.95507157149979,
- "score-diff": "5.845633737558131",
- "score-diff-perc": "+7.38930%",
- "tooltip": "score = 84.95507157149979\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +5.84563 (+7.38930%)",
+ "score-diff": "-7.809458999560235",
+ "score-diff-perc": "-8.41858%",
+ "tooltip": "score = 84.95507157149979\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -7.80946 (-8.41858%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -30025,11 +30155,11 @@
17,
1
),
- "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",
+ "score": 86.08547975887858,
+ "score-diff": "6.638874087414408",
+ "score-diff-perc": "+8.35640%",
+ "tooltip": "score = 86.08547975887858\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +6.63887 (+8.35640%)",
+ "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",
@@ -30051,11 +30181,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",
@@ -30077,11 +30207,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -30104,9 +30234,9 @@
7
),
"score": 85.66105759982884,
- "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%)",
+ "score-diff": "-1.5930762626583856",
+ "score-diff-perc": "-1.82579%",
+ "tooltip": "score = 85.66105759982884\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.59308 (-1.82579%)",
"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)",
@@ -30233,11 +30363,11 @@
9,
48
),
- "score": 79.26314578969817,
- "score-diff": "-7.330758220254694",
- "score-diff-perc": "-8.46567%",
- "tooltip": "score = 79.26314578969817\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -7.33076 (-8.46567%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 79.04171918224333,
+ "score-diff": "-7.552184827709539",
+ "score-diff-perc": "-8.72138%",
+ "tooltip": "score = 79.04171918224333\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -7.55218 (-8.72138%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -30259,11 +30389,11 @@
9,
48
),
- "score": 79.04171918224333,
- "score-diff": "-0.22142660745484477",
- "score-diff-perc": "-0.27936%",
- "tooltip": "score = 79.04171918224333\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.22143 (-0.27936%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 79.26314578969817,
+ "score-diff": "0.22142660745484477",
+ "score-diff-perc": "+0.28014%",
+ "tooltip": "score = 79.26314578969817\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.22143 (+0.28014%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -30286,9 +30416,9 @@
2
),
"score": 79.52185856307024,
- "score-diff": "0.48013938082691254",
- "score-diff-perc": "+0.60745%",
- "tooltip": "score = 79.52185856307024\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.48014 (+0.60745%)",
+ "score-diff": "0.2587127733720678",
+ "score-diff-perc": "+0.32640%",
+ "tooltip": "score = 79.52185856307024\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.25871 (+0.32640%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -30571,11 +30701,11 @@
14,
48
),
- "score": 95.30872084656204,
- "score-diff": "4.853869253946641",
- "score-diff-perc": "+5.36607%",
- "tooltip": "score = 95.30872084656204\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +4.85387 (+5.36607%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 84.18643872107843,
+ "score-diff": "-6.268412871536967",
+ "score-diff-perc": "-6.92988%",
+ "tooltip": "score = 84.18643872107843\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -6.26841 (-6.92988%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -30597,11 +30727,11 @@
14,
48
),
- "score": 92.64800726335037,
- "score-diff": "-2.660713583211674",
- "score-diff-perc": "-2.79168%",
- "tooltip": "score = 92.64800726335037\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -2.66071 (-2.79168%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 95.30872084656204,
+ "score-diff": "11.122282125483608",
+ "score-diff-perc": "+13.21149%",
+ "tooltip": "score = 95.30872084656204\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +11.12228 (+13.21149%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -30623,11 +30753,11 @@
14,
48
),
- "score": 84.18643872107843,
- "score-diff": "-8.461568542271934",
- "score-diff-perc": "-9.13303%",
- "tooltip": "score = 84.18643872107843\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -8.46157 (-9.13303%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 92.64800726335037,
+ "score-diff": "-2.660713583211674",
+ "score-diff-perc": "-2.79168%",
+ "tooltip": "score = 92.64800726335037\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -2.66071 (-2.79168%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -30650,9 +30780,9 @@
37
),
"score": 92.90853358808437,
- "score-diff": "8.722094867005936",
- "score-diff-perc": "+10.36045%",
- "tooltip": "score = 92.90853358808437\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +8.72209 (+10.36045%)",
+ "score-diff": "0.26052632473400195",
+ "score-diff-perc": "+0.28120%",
+ "tooltip": "score = 92.90853358808437\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.26053 (+0.28120%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -30779,11 +30909,11 @@
8,
54
),
- "score": 79.67529982100721,
- "score-diff": "-12.411191821284845",
- "score-diff-perc": "-13.47776%",
- "tooltip": "score = 79.67529982100721\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.41119 (-13.47776%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 92.14141279320152,
+ "score-diff": "0.0549211509094647",
+ "score-diff-perc": "+0.05964%",
+ "tooltip": "score = 92.14141279320152\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.05492 (+0.05964%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -30805,11 +30935,11 @@
8,
54
),
- "score": 92.14141279320152,
- "score-diff": "12.46611297219431",
- "score-diff-perc": "+15.64615%",
- "tooltip": "score = 92.14141279320152\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +12.46611 (+15.64615%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 79.67529982100721,
+ "score-diff": "-12.46611297219431",
+ "score-diff-perc": "-13.52933%",
+ "tooltip": "score = 79.67529982100721\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.46611 (-13.52933%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -30832,9 +30962,9 @@
43
),
"score": 95.13842495700378,
- "score-diff": "2.9970121638022533",
- "score-diff-perc": "+3.25262%",
- "tooltip": "score = 95.13842495700378\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +2.99701 (+3.25262%)",
+ "score-diff": "15.463125135996563",
+ "score-diff-perc": "+19.40768%",
+ "tooltip": "score = 95.13842495700378\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +15.46313 (+19.40768%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -36621,6 +36751,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 43.18019052331921,
+ "score-diff": "0.4001449500104286",
+ "score-diff-perc": "+0.93535%",
+ "tooltip": "score = 43.18019052331921\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.40014 (+0.93535%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -36870,11 +37026,11 @@
18,
7
),
- "score": 29.792200937368005,
- "score-diff": "0.17168378855461341",
- "score-diff-perc": "+0.57961%",
- "tooltip": "score = 29.792200937368005\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.17168 (+0.57961%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 23.222570943668885,
+ "score-diff": "-6.397946205144507",
+ "score-diff-perc": "-21.59971%",
+ "tooltip": "score = 23.222570943668885\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -6.39795 (-21.59971%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -36896,11 +37052,11 @@
18,
7
),
- "score": 23.222570943668885,
- "score-diff": "-6.56962999369912",
- "score-diff-perc": "-22.05151%",
- "tooltip": "score = 23.222570943668885\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -6.56963 (-22.05151%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 29.792200937368005,
+ "score-diff": "6.56962999369912",
+ "score-diff-perc": "+28.28985%",
+ "tooltip": "score = 29.792200937368005\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +6.56963 (+28.28985%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -36923,9 +37079,9 @@
7
),
"score": 23.300389021110895,
- "score-diff": "0.07781807744201075",
- "score-diff-perc": "+0.33510%",
- "tooltip": "score = 23.300389021110895\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.07782 (+0.33510%)",
+ "score-diff": "-6.4918119162571095",
+ "score-diff-perc": "-21.79031%",
+ "tooltip": "score = 23.300389021110895\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -6.49181 (-21.79031%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -37052,11 +37208,11 @@
17,
1
),
- "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",
+ "score": 28.273604140279186,
+ "score-diff": "5.010324799547234",
+ "score-diff-perc": "+21.53748%",
+ "tooltip": "score = 28.273604140279186\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.01032 (+21.53748%)",
+ "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",
@@ -37078,11 +37234,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",
@@ -37104,11 +37260,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -37131,9 +37287,9 @@
7
),
"score": 23.68456293318712,
- "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%)",
+ "score-diff": "0.47367450783809417",
+ "score-diff-perc": "+2.04074%",
+ "tooltip": "score = 23.68456293318712\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.47367 (+2.04074%)",
"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)",
@@ -37260,11 +37416,11 @@
9,
48
),
- "score": 23.062312470407804,
- "score-diff": "-5.1220825109341845",
- "score-diff-perc": "-18.17347%",
- "tooltip": "score = 23.062312470407804\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -5.12208 (-18.17347%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 23.65156085240315,
+ "score-diff": "-4.532834128938838",
+ "score-diff-perc": "-16.08278%",
+ "tooltip": "score = 23.65156085240315\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -4.53283 (-16.08278%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -37286,11 +37442,11 @@
9,
48
),
- "score": 23.65156085240315,
- "score-diff": "0.5892483819953469",
- "score-diff-perc": "+2.55503%",
- "tooltip": "score = 23.65156085240315\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.58925 (+2.55503%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 23.062312470407804,
+ "score-diff": "-0.5892483819953469",
+ "score-diff-perc": "-2.49137%",
+ "tooltip": "score = 23.062312470407804\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.58925 (-2.49137%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -37313,9 +37469,9 @@
2
),
"score": 23.575501220944783,
- "score-diff": "-0.07605963145836725",
- "score-diff-perc": "-0.32158%",
- "tooltip": "score = 23.575501220944783\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.07606 (-0.32158%)",
+ "score-diff": "0.5131887505369797",
+ "score-diff-perc": "+2.22523%",
+ "tooltip": "score = 23.575501220944783\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.51319 (+2.22523%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -37598,11 +37754,11 @@
14,
48
),
- "score": 27.73825619381451,
- "score-diff": "-2.0380243267847895",
- "score-diff-perc": "-6.84446%",
- "tooltip": "score = 27.73825619381451\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -2.03802 (-6.84446%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 24.6757726134555,
+ "score-diff": "-5.1005079071438",
+ "score-diff-perc": "-17.12943%",
+ "tooltip": "score = 24.6757726134555\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -5.10051 (-17.12943%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -37624,11 +37780,11 @@
14,
48
),
- "score": 28.355320726661905,
- "score-diff": "0.6170645328473938",
- "score-diff-perc": "+2.22460%",
- "tooltip": "score = 28.355320726661905\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.61706 (+2.22460%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 27.73825619381451,
+ "score-diff": "3.062483580359011",
+ "score-diff-perc": "+12.41089%",
+ "tooltip": "score = 27.73825619381451\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +3.06248 (+12.41089%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -37650,11 +37806,11 @@
14,
48
),
- "score": 24.6757726134555,
- "score-diff": "-3.6795481132064047",
- "score-diff-perc": "-12.97657%",
- "tooltip": "score = 24.6757726134555\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -3.67955 (-12.97657%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 28.355320726661905,
+ "score-diff": "0.6170645328473938",
+ "score-diff-perc": "+2.22460%",
+ "tooltip": "score = 28.355320726661905\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.61706 (+2.22460%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -37677,9 +37833,9 @@
37
),
"score": 27.880628389972145,
- "score-diff": "3.204855776516645",
- "score-diff-perc": "+12.98786%",
- "tooltip": "score = 27.880628389972145\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +3.20486 (+12.98786%)",
+ "score-diff": "-0.47469233668975974",
+ "score-diff-perc": "-1.67409%",
+ "tooltip": "score = 27.880628389972145\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.47469 (-1.67409%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -37806,11 +37962,11 @@
8,
54
),
- "score": 22.347267166874683,
- "score-diff": "-6.950765938388475",
- "score-diff-perc": "-23.72434%",
- "tooltip": "score = 22.347267166874683\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -6.95077 (-23.72434%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 28.876638777297448,
+ "score-diff": "-0.42139432796571086",
+ "score-diff-perc": "-1.43830%",
+ "tooltip": "score = 28.876638777297448\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.42139 (-1.43830%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -37832,11 +37988,11 @@
8,
54
),
- "score": 28.876638777297448,
- "score-diff": "6.529371610422764",
- "score-diff-perc": "+29.21776%",
- "tooltip": "score = 28.876638777297448\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +6.52937 (+29.21776%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 22.347267166874683,
+ "score-diff": "-6.529371610422764",
+ "score-diff-perc": "-22.61126%",
+ "tooltip": "score = 22.347267166874683\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -6.52937 (-22.61126%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -37859,9 +38015,9 @@
43
),
"score": 27.777894443190213,
- "score-diff": "-1.0987443341072343",
- "score-diff-perc": "-3.80496%",
- "tooltip": "score = 27.777894443190213\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.09874 (-3.80496%)",
+ "score-diff": "5.43062727631553",
+ "score-diff-perc": "+24.30108%",
+ "tooltip": "score = 27.777894443190213\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +5.43063 (+24.30108%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -43648,6 +43804,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 27.533432926610516,
+ "score-diff": "-1.1421573021620617",
+ "score-diff-perc": "-3.98303%",
+ "tooltip": "score = 27.533432926610516\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -1.14216 (-3.98303%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -43897,11 +44079,11 @@
18,
7
),
- "score": 52.14618747396324,
- "score-diff": "-2.4560539031750324",
- "score-diff-perc": "-4.49808%",
- "tooltip": "score = 52.14618747396324\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.45605 (-4.49808%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 44.00003286732456,
+ "score-diff": "-10.602208509813707",
+ "score-diff-perc": "-19.41717%",
+ "tooltip": "score = 44.00003286732456\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -10.60221 (-19.41717%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -43923,11 +44105,11 @@
18,
7
),
- "score": 44.00003286732456,
- "score-diff": "-8.146154606638675",
- "score-diff-perc": "-15.62176%",
- "tooltip": "score = 44.00003286732456\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -8.14615 (-15.62176%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 52.14618747396324,
+ "score-diff": "8.146154606638675",
+ "score-diff-perc": "+18.51397%",
+ "tooltip": "score = 52.14618747396324\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +8.14615 (+18.51397%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -43950,9 +44132,9 @@
7
),
"score": 44.000121030073814,
- "score-diff": "8.81627492503867e-05",
- "score-diff-perc": "+0.00020%",
- "tooltip": "score = 44.000121030073814\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00009 (+0.00020%)",
+ "score-diff": "-8.146066443889424",
+ "score-diff-perc": "-15.62160%",
+ "tooltip": "score = 44.000121030073814\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -8.14607 (-15.62160%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -44079,11 +44261,11 @@
17,
1
),
- "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",
+ "score": 54.409214755434775,
+ "score-diff": "7.325458370458243",
+ "score-diff-perc": "+15.55836%",
+ "tooltip": "score = 54.409214755434775\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +7.32546 (+15.55836%)",
+ "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",
@@ -44105,11 +44287,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",
@@ -44131,11 +44313,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -44158,9 +44340,9 @@
7
),
"score": 43.55125006847826,
- "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%)",
+ "score-diff": "-0.3708652137155539",
+ "score-diff-perc": "-0.84437%",
+ "tooltip": "score = 43.55125006847826\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.37087 (-0.84437%)",
"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)",
@@ -44287,11 +44469,11 @@
9,
48
),
- "score": 46.97405869059476,
- "score-diff": "-4.917204259936717",
- "score-diff-perc": "-9.47598%",
- "tooltip": "score = 46.97405869059476\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -4.91720 (-9.47598%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 43.80286625587704,
+ "score-diff": "-8.088396694654435",
+ "score-diff-perc": "-15.58720%",
+ "tooltip": "score = 43.80286625587704\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -8.08840 (-15.58720%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -44313,11 +44495,11 @@
9,
48
),
- "score": 43.80286625587704,
- "score-diff": "-3.1711924347177174",
- "score-diff-perc": "-6.75094%",
- "tooltip": "score = 43.80286625587704\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -3.17119 (-6.75094%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 46.97405869059476,
+ "score-diff": "3.1711924347177174",
+ "score-diff-perc": "+7.23969%",
+ "tooltip": "score = 46.97405869059476\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +3.17119 (+7.23969%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -44340,9 +44522,9 @@
2
),
"score": 43.49631110955311,
- "score-diff": "-0.3065551463239302",
- "score-diff-perc": "-0.69985%",
- "tooltip": "score = 43.49631110955311\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.30656 (-0.69985%)",
+ "score-diff": "-3.4777475810416476",
+ "score-diff-perc": "-7.40355%",
+ "tooltip": "score = 43.49631110955311\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -3.47775 (-7.40355%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -44625,11 +44807,11 @@
14,
48
),
- "score": 51.67277186340206,
- "score-diff": "-2.8790497406903626",
- "score-diff-perc": "-5.27764%",
- "tooltip": "score = 51.67277186340206\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -2.87905 (-5.27764%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 46.27960437505867,
+ "score-diff": "-8.272217229033757",
+ "score-diff-perc": "-15.16396%",
+ "tooltip": "score = 46.27960437505867\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -8.27222 (-15.16396%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -44651,11 +44833,11 @@
14,
48
),
- "score": 52.00317976542935,
- "score-diff": "0.3304079020272894",
- "score-diff-perc": "+0.63942%",
- "tooltip": "score = 52.00317976542935\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.33041 (+0.63942%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 51.67277186340206,
+ "score-diff": "5.393167488343394",
+ "score-diff-perc": "+11.65344%",
+ "tooltip": "score = 51.67277186340206\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +5.39317 (+11.65344%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -44677,11 +44859,11 @@
14,
48
),
- "score": 46.27960437505867,
- "score-diff": "-5.723575390370684",
- "score-diff-perc": "-11.00620%",
- "tooltip": "score = 46.27960437505867\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -5.72358 (-11.00620%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 52.00317976542935,
+ "score-diff": "0.3304079020272894",
+ "score-diff-perc": "+0.63942%",
+ "tooltip": "score = 52.00317976542935\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.33041 (+0.63942%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -44704,9 +44886,9 @@
37
),
"score": 54.17975226090526,
- "score-diff": "7.900147885846593",
- "score-diff-perc": "+17.07047%",
- "tooltip": "score = 54.17975226090526\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +7.90015 (+17.07047%)",
+ "score-diff": "2.1765724954759094",
+ "score-diff-perc": "+4.18546%",
+ "tooltip": "score = 54.17975226090526\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +2.17657 (+4.18546%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -44833,11 +45015,11 @@
8,
54
),
- "score": 43.40827348212181,
- "score-diff": "-8.572076972541403",
- "score-diff-perc": "-16.49099%",
- "tooltip": "score = 43.40827348212181\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -8.57208 (-16.49099%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 54.003007910265914,
+ "score-diff": "2.0226574556027046",
+ "score-diff-perc": "+3.89120%",
+ "tooltip": "score = 54.003007910265914\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.02266 (+3.89120%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -44859,11 +45041,11 @@
8,
54
),
- "score": 54.003007910265914,
- "score-diff": "10.594734428144108",
- "score-diff-perc": "+24.40718%",
- "tooltip": "score = 54.003007910265914\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +10.59473 (+24.40718%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 43.40827348212181,
+ "score-diff": "-10.594734428144108",
+ "score-diff-perc": "-19.61879%",
+ "tooltip": "score = 43.40827348212181\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -10.59473 (-19.61879%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -44886,9 +45068,9 @@
43
),
"score": 52.08350398182695,
- "score-diff": "-1.9195039284389637",
- "score-diff-perc": "-3.55444%",
- "tooltip": "score = 52.08350398182695\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.91950 (-3.55444%)",
+ "score-diff": "8.675230499705144",
+ "score-diff-perc": "+19.98520%",
+ "tooltip": "score = 52.08350398182695\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +8.67523 (+19.98520%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -50675,6 +50857,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 48.13365125945697,
+ "score-diff": "0.42850272335125084",
+ "score-diff-perc": "+0.89823%",
+ "tooltip": "score = 48.13365125945697\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.42850 (+0.89823%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -50924,11 +51132,11 @@
18,
7
),
- "score": 110.60605229945055,
- "score-diff": "-2.7435402829038793",
- "score-diff-perc": "-2.42042%",
- "tooltip": "score = 110.60605229945055\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.74354 (-2.42042%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 95.73038543676739,
+ "score-diff": "-17.61920714558704",
+ "score-diff-perc": "-15.54413%",
+ "tooltip": "score = 95.73038543676739\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -17.61921 (-15.54413%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -50950,11 +51158,11 @@
18,
7
),
- "score": 95.73038543676739,
- "score-diff": "-14.875666862683161",
- "score-diff-perc": "-13.44923%",
- "tooltip": "score = 95.73038543676739\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -14.87567 (-13.44923%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 110.60605229945055,
+ "score-diff": "14.875666862683161",
+ "score-diff-perc": "+15.53913%",
+ "tooltip": "score = 110.60605229945055\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +14.87567 (+15.53913%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -50977,9 +51185,9 @@
7
),
"score": 98.28455219148582,
- "score-diff": "2.5541667547184232",
- "score-diff-perc": "+2.66808%",
- "tooltip": "score = 98.28455219148582\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.55417 (+2.66808%)",
+ "score-diff": "-12.321500107964738",
+ "score-diff-perc": "-11.13999%",
+ "tooltip": "score = 98.28455219148582\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.32150 (-11.13999%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -51106,11 +51314,11 @@
17,
1
),
- "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",
+ "score": 122.44380313109755,
+ "score-diff": "25.09927156063918",
+ "score-diff-perc": "+25.78396%",
+ "tooltip": "score = 122.44380313109755\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +25.09927 (+25.78396%)",
+ "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",
@@ -51132,11 +51340,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",
@@ -51158,11 +51366,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -51185,9 +51393,9 @@
7
),
"score": 95.70288905952381,
- "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%)",
+ "score-diff": "-0.2448597303800284",
+ "score-diff-perc": "-0.25520%",
+ "tooltip": "score = 95.70288905952381\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.24486 (-0.25520%)",
"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)",
@@ -51314,11 +51522,11 @@
9,
48
),
- "score": 95.50121145357143,
- "score-diff": "-24.696236370833333",
- "score-diff-perc": "-20.54639%",
- "tooltip": "score = 95.50121145357143\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -24.69624 (-20.54639%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 95.96240161030781,
+ "score-diff": "-24.235046214096954",
+ "score-diff-perc": "-20.16270%",
+ "tooltip": "score = 95.96240161030781\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -24.23505 (-20.16270%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -51340,11 +51548,11 @@
9,
48
),
- "score": 95.96240161030781,
- "score-diff": "0.46119015673637875",
- "score-diff-perc": "+0.48292%",
- "tooltip": "score = 95.96240161030781\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.46119 (+0.48292%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 95.50121145357143,
+ "score-diff": "-0.46119015673637875",
+ "score-diff-perc": "-0.48059%",
+ "tooltip": "score = 95.50121145357143\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.46119 (-0.48059%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -51367,9 +51575,9 @@
2
),
"score": 95.12731477419138,
- "score-diff": "-0.8350868361164316",
- "score-diff-perc": "-0.87022%",
- "tooltip": "score = 95.12731477419138\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.83509 (-0.87022%)",
+ "score-diff": "-0.3738966793800529",
+ "score-diff-perc": "-0.39151%",
+ "tooltip": "score = 95.12731477419138\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.37390 (-0.39151%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -51652,11 +51860,11 @@
14,
48
),
- "score": 108.99269236141303,
- "score-diff": "-13.603323577611363",
- "score-diff-perc": "-11.09606%",
- "tooltip": "score = 108.99269236141303\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -13.60332 (-11.09606%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 105.08656837195724,
+ "score-diff": "-17.509447567067156",
+ "score-diff-perc": "-14.28223%",
+ "tooltip": "score = 105.08656837195724\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -17.50945 (-14.28223%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -51678,11 +51886,11 @@
14,
48
),
- "score": 113.73543718255235,
- "score-diff": "4.742744821139311",
- "score-diff-perc": "+4.35143%",
- "tooltip": "score = 113.73543718255235\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +4.74274 (+4.35143%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 108.99269236141303,
+ "score-diff": "3.906123989455793",
+ "score-diff-perc": "+3.71705%",
+ "tooltip": "score = 108.99269236141303\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +3.90612 (+3.71705%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -51704,11 +51912,11 @@
14,
48
),
- "score": 105.08656837195724,
- "score-diff": "-8.648868810595104",
- "score-diff-perc": "-7.60437%",
- "tooltip": "score = 105.08656837195724\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -8.64887 (-7.60437%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 113.73543718255235,
+ "score-diff": "4.742744821139311",
+ "score-diff-perc": "+4.35143%",
+ "tooltip": "score = 113.73543718255235\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +4.74274 (+4.35143%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -51731,9 +51939,9 @@
37
),
"score": 118.94634676467086,
- "score-diff": "13.859778392713622",
- "score-diff-perc": "+13.18892%",
- "tooltip": "score = 118.94634676467086\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +13.85978 (+13.18892%)",
+ "score-diff": "5.210909582118518",
+ "score-diff-perc": "+4.58161%",
+ "tooltip": "score = 118.94634676467086\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +5.21091 (+4.58161%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -51860,11 +52068,11 @@
8,
54
),
- "score": 102.33597947763269,
- "score-diff": "-10.135821444589538",
- "score-diff-perc": "-9.01188%",
- "tooltip": "score = 102.33597947763269\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -10.13582 (-9.01188%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 120.06724783630953,
+ "score-diff": "7.595446914087304",
+ "score-diff-perc": "+6.75320%",
+ "tooltip": "score = 120.06724783630953\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +7.59545 (+6.75320%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -51886,11 +52094,11 @@
8,
54
),
- "score": 120.06724783630953,
- "score-diff": "17.731268358676843",
- "score-diff-perc": "+17.32652%",
- "tooltip": "score = 120.06724783630953\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +17.73127 (+17.32652%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 102.33597947763269,
+ "score-diff": "-17.731268358676843",
+ "score-diff-perc": "-14.76778%",
+ "tooltip": "score = 102.33597947763269\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -17.73127 (-14.76778%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -51913,9 +52121,9 @@
43
),
"score": 110.56192579945055,
- "score-diff": "-9.505322036858985",
- "score-diff-perc": "-7.91667%",
- "tooltip": "score = 110.56192579945055\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -9.50532 (-7.91667%)",
+ "score-diff": "8.225946321817858",
+ "score-diff-perc": "+8.03818%",
+ "tooltip": "score = 110.56192579945055\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +8.22595 (+8.03818%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -57702,6 +57910,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 75.94382565151516,
+ "score-diff": "-0.1111189034090927",
+ "score-diff-perc": "-0.14610%",
+ "tooltip": "score = 75.94382565151516\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.11112 (-0.14610%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -57951,11 +58185,11 @@
18,
7
),
- "score": 0.12015602917322607,
- "score-diff": "1.6293231084249515e-05",
- "score-diff-perc": "+0.01356%",
- "tooltip": "score = 0.12015602917322607\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00002 (+0.01356%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 0.08987351955951631,
+ "score-diff": "-0.030266216382625513",
+ "score-diff-perc": "-25.19251%",
+ "tooltip": "score = 0.08987351955951631\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03027 (-25.19251%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -57977,11 +58211,11 @@
18,
7
),
- "score": 0.08987351955951631,
- "score-diff": "-0.030282509613709763",
- "score-diff-perc": "-25.20266%",
- "tooltip": "score = 0.08987351955951631\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03028 (-25.20266%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 0.12015602917322607,
+ "score-diff": "0.030282509613709763",
+ "score-diff-perc": "+33.69459%",
+ "tooltip": "score = 0.12015602917322607\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.03028 (+33.69459%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -58004,9 +58238,9 @@
7
),
"score": 0.08981758676906601,
- "score-diff": "-5.593279045029709e-05",
- "score-diff-perc": "-0.06224%",
- "tooltip": "score = 0.08981758676906601\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00006 (-0.06224%)",
+ "score-diff": "-0.03033844240416006",
+ "score-diff-perc": "-25.24921%",
+ "tooltip": "score = 0.08981758676906601\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03034 (-25.24921%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -58133,11 +58367,11 @@
17,
1
),
- "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",
+ "score": 0.12023324575730973,
+ "score-diff": "0.0305177026797835",
+ "score-diff-perc": "+34.01607%",
+ "tooltip": "score = 0.12023324575730973\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03052 (+34.01607%)",
+ "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",
@@ -58159,11 +58393,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",
@@ -58185,11 +58419,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -58212,9 +58446,9 @@
7
),
"score": 0.08971623409840043,
- "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%)",
+ "score-diff": "-3.680767800762208e-05",
+ "score-diff-perc": "-0.04101%",
+ "tooltip": "score = 0.08971623409840043\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00004 (-0.04101%)",
"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)",
@@ -58341,11 +58575,11 @@
9,
48
),
- "score": 0.08970729891000992,
- "score-diff": "-0.03033717533964847",
- "score-diff-perc": "-25.27161%",
- "tooltip": "score = 0.08970729891000992\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.03034 (-25.27161%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 0.08969726659336222,
+ "score-diff": "-0.03034720765629617",
+ "score-diff-perc": "-25.27997%",
+ "tooltip": "score = 0.08969726659336222\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.03035 (-25.27997%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -58367,11 +58601,11 @@
9,
48
),
- "score": 0.08969726659336222,
- "score-diff": "-1.0032316647701212e-05",
- "score-diff-perc": "-0.01118%",
- "tooltip": "score = 0.08969726659336222\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00001 (-0.01118%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 0.08970729891000992,
+ "score-diff": "1.0032316647701212e-05",
+ "score-diff-perc": "+0.01118%",
+ "tooltip": "score = 0.08970729891000992\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00001 (+0.01118%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -58394,9 +58628,9 @@
2
),
"score": 0.08978935574100526,
- "score-diff": "9.208914764304021e-05",
- "score-diff-perc": "+0.10267%",
- "tooltip": "score = 0.08978935574100526\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00009 (+0.10267%)",
+ "score-diff": "8.2056830995339e-05",
+ "score-diff-perc": "+0.09147%",
+ "tooltip": "score = 0.08978935574100526\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00008 (+0.09147%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -58679,11 +58913,11 @@
14,
48
),
- "score": 0.12016927232751014,
- "score-diff": "5.908764858948701e-05",
- "score-diff-perc": "+0.04919%",
- "tooltip": "score = 0.12016927232751014\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00006 (+0.04919%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 0.08969432950006147,
+ "score-diff": "-0.030415855178859183",
+ "score-diff-perc": "-25.32329%",
+ "tooltip": "score = 0.08969432950006147\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.03042 (-25.32329%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -58705,11 +58939,11 @@
14,
48
),
- "score": 0.12027768792817198,
- "score-diff": "0.0001084156006618403",
- "score-diff-perc": "+0.09022%",
- "tooltip": "score = 0.12027768792817198\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00011 (+0.09022%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.12016927232751014,
+ "score-diff": "0.03047494282744867",
+ "score-diff-perc": "+33.97644%",
+ "tooltip": "score = 0.12016927232751014\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.03047 (+33.97644%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -58731,11 +58965,11 @@
14,
48
),
- "score": 0.08969432950006147,
- "score-diff": "-0.03058335842811051",
- "score-diff-perc": "-25.42729%",
- "tooltip": "score = 0.08969432950006147\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.03058 (-25.42729%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.12027768792817198,
+ "score-diff": "0.0001084156006618403",
+ "score-diff-perc": "+0.09022%",
+ "tooltip": "score = 0.12027768792817198\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00011 (+0.09022%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -58758,9 +58992,9 @@
37
),
"score": 0.12016859746067662,
- "score-diff": "0.030474267960615156",
- "score-diff-perc": "+33.97569%",
- "tooltip": "score = 0.12016859746067662\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.03047 (+33.97569%)",
+ "score-diff": "-0.00010909046749535412",
+ "score-diff-perc": "-0.09070%",
+ "tooltip": "score = 0.12016859746067662\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.00011 (-0.09070%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -58887,11 +59121,11 @@
8,
54
),
- "score": 0.0898251379120247,
- "score-diff": "-0.03032352271390773",
- "score-diff-perc": "-25.23834%",
- "tooltip": "score = 0.0898251379120247\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.03032 (-25.23834%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.1201702070404859,
+ "score-diff": "2.1546414553458293e-05",
+ "score-diff-perc": "+0.01793%",
+ "tooltip": "score = 0.1201702070404859\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00002 (+0.01793%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -58913,11 +59147,11 @@
8,
54
),
- "score": 0.1201702070404859,
- "score-diff": "0.03034506912846119",
- "score-diff-perc": "+33.78238%",
- "tooltip": "score = 0.1201702070404859\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.03035 (+33.78238%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 0.0898251379120247,
+ "score-diff": "-0.03034506912846119",
+ "score-diff-perc": "-25.25174%",
+ "tooltip": "score = 0.0898251379120247\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.03035 (-25.25174%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -58940,9 +59174,9 @@
43
),
"score": 0.1200780689726397,
- "score-diff": "-9.21380678461925e-05",
- "score-diff-perc": "-0.07667%",
- "tooltip": "score = 0.1200780689726397\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00009 (-0.07667%)",
+ "score-diff": "0.030252931060614996",
+ "score-diff-perc": "+33.67980%",
+ "tooltip": "score = 0.1200780689726397\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.03025 (+33.67980%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -64729,6 +64963,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.12154584949456404,
+ "score-diff": "-0.00011191507124472255",
+ "score-diff-perc": "-0.09199%",
+ "tooltip": "score = 0.12154584949456404\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.00011 (-0.09199%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -64978,11 +65238,11 @@
18,
7
),
- "score": 0.120877531810981,
- "score-diff": "4.245066005907627e-05",
- "score-diff-perc": "+0.03513%",
- "tooltip": "score = 0.120877531810981\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00004 (+0.03513%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 0.08961879144220793,
+ "score-diff": "-0.031216289708714",
+ "score-diff-perc": "-25.83380%",
+ "tooltip": "score = 0.08961879144220793\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03122 (-25.83380%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -65004,11 +65264,11 @@
18,
7
),
- "score": 0.08961879144220793,
- "score-diff": "-0.031258740368773075",
- "score-diff-perc": "-25.85984%",
- "tooltip": "score = 0.08961879144220793\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03126 (-25.85984%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 0.120877531810981,
+ "score-diff": "0.031258740368773075",
+ "score-diff-perc": "+34.87967%",
+ "tooltip": "score = 0.120877531810981\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.03126 (+34.87967%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -65031,9 +65291,9 @@
7
),
"score": 0.08943431963974853,
- "score-diff": "-0.0001844718024593961",
- "score-diff-perc": "-0.20584%",
- "tooltip": "score = 0.08943431963974853\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00018 (-0.20584%)",
+ "score-diff": "-0.03144321217123247",
+ "score-diff-perc": "-26.01245%",
+ "tooltip": "score = 0.08943431963974853\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03144 (-26.01245%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -65160,11 +65420,11 @@
17,
1
),
- "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",
+ "score": 0.12690281860497948,
+ "score-diff": "0.026005097082350756",
+ "score-diff-perc": "+25.77372%",
+ "tooltip": "score = 0.12690281860497948\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02601 (+25.77372%)",
+ "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",
@@ -65186,11 +65446,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",
@@ -65212,11 +65472,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -65239,9 +65499,9 @@
7
),
"score": 0.10082413537937054,
- "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%)",
+ "score-diff": "-3.090483883855244e-05",
+ "score-diff-perc": "-0.03064%",
+ "tooltip": "score = 0.10082413537937054\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00003 (-0.03064%)",
"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)",
@@ -65368,11 +65628,11 @@
9,
48
),
- "score": 0.10100328914525022,
- "score-diff": "-0.025853163497515708",
- "score-diff-perc": "-20.37986%",
- "tooltip": "score = 0.10100328914525022\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.02585 (-20.37986%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 0.08930967978211495,
+ "score-diff": "-0.03754677286065099",
+ "score-diff-perc": "-29.59784%",
+ "tooltip": "score = 0.08930967978211495\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.03755 (-29.59784%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -65394,11 +65654,11 @@
9,
48
),
- "score": 0.08930967978211495,
- "score-diff": "-0.01169360936313528",
- "score-diff-perc": "-11.57745%",
- "tooltip": "score = 0.08930967978211495\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.01169 (-11.57745%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 0.10100328914525022,
+ "score-diff": "0.01169360936313528",
+ "score-diff-perc": "+13.09333%",
+ "tooltip": "score = 0.10100328914525022\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.01169 (+13.09333%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -65421,9 +65681,9 @@
2
),
"score": 0.10088987840894029,
- "score-diff": "0.011580198626825342",
- "score-diff-perc": "+12.96634%",
- "tooltip": "score = 0.10088987840894029\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.01158 (+12.96634%)",
+ "score-diff": "-0.00011341073630993792",
+ "score-diff-perc": "-0.11228%",
+ "tooltip": "score = 0.10088987840894029\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.00011 (-0.11228%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -65706,11 +65966,11 @@
14,
48
),
- "score": 0.12695061668668434,
- "score-diff": "0.00017877686944328675",
- "score-diff-perc": "+0.14102%",
- "tooltip": "score = 0.12695061668668434\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00018 (+0.14102%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 0.12178408991156808,
+ "score-diff": "-0.004987749905672967",
+ "score-diff-perc": "-3.93443%",
+ "tooltip": "score = 0.12178408991156808\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00499 (-3.93443%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -65732,11 +65992,11 @@
14,
48
),
- "score": 0.12683591243105857,
- "score-diff": "-0.00011470425562576381",
- "score-diff-perc": "-0.09035%",
- "tooltip": "score = 0.12683591243105857\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00011 (-0.09035%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.12695061668668434,
+ "score-diff": "0.005166526775116254",
+ "score-diff-perc": "+4.24237%",
+ "tooltip": "score = 0.12695061668668434\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00517 (+4.24237%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -65758,11 +66018,11 @@
14,
48
),
- "score": 0.12178408991156808,
- "score-diff": "-0.00505182251949049",
- "score-diff-perc": "-3.98296%",
- "tooltip": "score = 0.12178408991156808\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00505 (-3.98296%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.12683591243105857,
+ "score-diff": "-0.00011470425562576381",
+ "score-diff-perc": "-0.09035%",
+ "tooltip": "score = 0.12683591243105857\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00011 (-0.09035%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -65785,9 +66045,9 @@
37
),
"score": 0.12684106570024722,
- "score-diff": "0.005056975788679141",
- "score-diff-perc": "+4.15241%",
- "tooltip": "score = 0.12684106570024722\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00506 (+4.15241%)",
+ "score-diff": "5.153269188651333e-06",
+ "score-diff-perc": "+0.00406%",
+ "tooltip": "score = 0.12684106570024722\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00001 (+0.00406%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -65914,11 +66174,11 @@
8,
54
),
- "score": 0.08944984920564429,
- "score-diff": "-0.03723117164656488",
- "score-diff-perc": "-29.38970%",
- "tooltip": "score = 0.08944984920564429\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.03723 (-29.38970%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.12680719819544828,
+ "score-diff": "0.0001261773432391089",
+ "score-diff-perc": "+0.09960%",
+ "tooltip": "score = 0.12680719819544828\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00013 (+0.09960%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -65940,11 +66200,11 @@
8,
54
),
- "score": 0.12680719819544828,
- "score-diff": "0.03735734898980399",
- "score-diff-perc": "+41.76346%",
- "tooltip": "score = 0.12680719819544828\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.03736 (+41.76346%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 0.08944984920564429,
+ "score-diff": "-0.03735734898980399",
+ "score-diff-perc": "-29.45996%",
+ "tooltip": "score = 0.08944984920564429\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.03736 (-29.45996%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -65967,9 +66227,9 @@
43
),
"score": 0.12670864408328736,
- "score-diff": "-9.855411216092014e-05",
- "score-diff-perc": "-0.07772%",
- "tooltip": "score = 0.12670864408328736\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00010 (-0.07772%)",
+ "score-diff": "0.03725879487764307",
+ "score-diff-perc": "+41.65328%",
+ "tooltip": "score = 0.12670864408328736\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.03726 (+41.65328%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -71756,6 +72016,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.19434608927583505,
+ "score-diff": "-0.0003606002724361179",
+ "score-diff-perc": "-0.18520%",
+ "tooltip": "score = 0.19434608927583505\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.00036 (-0.18520%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -72005,11 +72291,11 @@
18,
7
),
- "score": 0.08117089269451247,
- "score-diff": "9.514808687169363e-05",
- "score-diff-perc": "+0.11736%",
- "tooltip": "score = 0.08117089269451247\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00010 (+0.11736%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 0.032495318975688504,
+ "score-diff": "-0.04858042563195227",
+ "score-diff-perc": "-59.91980%",
+ "tooltip": "score = 0.032495318975688504\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.04858 (-59.91980%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -72031,11 +72317,11 @@
18,
7
),
- "score": 0.032495318975688504,
- "score-diff": "-0.048675573718823965",
- "score-diff-perc": "-59.96678%",
- "tooltip": "score = 0.032495318975688504\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.04868 (-59.96678%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 0.08117089269451247,
+ "score-diff": "0.048675573718823965",
+ "score-diff-perc": "+149.79257%",
+ "tooltip": "score = 0.08117089269451247\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.04868 (+149.79257%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -72058,9 +72344,9 @@
7
),
"score": 0.032562115655796954,
- "score-diff": "6.679668010844964e-05",
- "score-diff-perc": "+0.20556%",
- "tooltip": "score = 0.032562115655796954\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00007 (+0.20556%)",
+ "score-diff": "-0.048608777038715516",
+ "score-diff-perc": "-59.88449%",
+ "tooltip": "score = 0.032562115655796954\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.04861 (-59.88449%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -72187,11 +72473,11 @@
17,
1
),
- "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",
+ "score": 0.08123302954340676,
+ "score-diff": "0.04813465336654732",
+ "score-diff-perc": "+145.42905%",
+ "tooltip": "score = 0.08123302954340676\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04813 (+145.42905%)",
+ "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",
@@ -72213,11 +72499,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",
@@ -72239,11 +72525,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -72266,9 +72552,9 @@
7
),
"score": 0.032900993810681164,
- "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%)",
+ "score-diff": "0.00021193977322628982",
+ "score-diff-perc": "+0.64835%",
+ "tooltip": "score = 0.032900993810681164\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00021 (+0.64835%)",
"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)",
@@ -72395,11 +72681,11 @@
9,
48
),
- "score": 0.032653423082724835,
- "score-diff": "-0.04838438042703467",
- "score-diff-perc": "-59.70594%",
- "tooltip": "score = 0.032653423082724835\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.04838 (-59.70594%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 0.032922128719050474,
+ "score-diff": "-0.04811567479070903",
+ "score-diff-perc": "-59.37436%",
+ "tooltip": "score = 0.032922128719050474\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.04812 (-59.37436%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -72421,11 +72707,11 @@
9,
48
),
- "score": 0.032922128719050474,
- "score-diff": "0.00026870563632563904",
- "score-diff-perc": "+0.82290%",
- "tooltip": "score = 0.032922128719050474\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00027 (+0.82290%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 0.032653423082724835,
+ "score-diff": "-0.00026870563632563904",
+ "score-diff-perc": "-0.81619%",
+ "tooltip": "score = 0.032653423082724835\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00027 (-0.81619%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -72448,9 +72734,9 @@
2
),
"score": 0.0331126389352548,
- "score-diff": "0.00019051021620432318",
- "score-diff-perc": "+0.57867%",
- "tooltip": "score = 0.0331126389352548\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00019 (+0.57867%)",
+ "score-diff": "0.0004592158525299622",
+ "score-diff-perc": "+1.40633%",
+ "tooltip": "score = 0.0331126389352548\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00046 (+1.40633%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -72733,11 +73019,11 @@
14,
48
),
- "score": 0.0810920426899907,
- "score-diff": "2.2831280526158793e-06",
- "score-diff-perc": "+0.00282%",
- "tooltip": "score = 0.0810920426899907\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00000 (+0.00282%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 0.03270008391349459,
+ "score-diff": "-0.0483896756484435",
+ "score-diff-perc": "-59.67421%",
+ "tooltip": "score = 0.03270008391349459\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.04839 (-59.67421%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -72759,11 +73045,11 @@
14,
48
),
- "score": 0.08104172803226073,
- "score-diff": "-5.031465772997734e-05",
- "score-diff-perc": "-0.06205%",
- "tooltip": "score = 0.08104172803226073\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00005 (-0.06205%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.0810920426899907,
+ "score-diff": "0.048391958776496116",
+ "score-diff-perc": "+147.98726%",
+ "tooltip": "score = 0.0810920426899907\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.04839 (+147.98726%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -72785,11 +73071,11 @@
14,
48
),
- "score": 0.03270008391349459,
- "score-diff": "-0.04834164411876614",
- "score-diff-perc": "-59.65031%",
- "tooltip": "score = 0.03270008391349459\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.04834 (-59.65031%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.08104172803226073,
+ "score-diff": "-5.031465772997734e-05",
+ "score-diff-perc": "-0.06205%",
+ "tooltip": "score = 0.08104172803226073\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00005 (-0.06205%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -72812,9 +73098,9 @@
37
),
"score": 0.08109192800181506,
- "score-diff": "0.048391844088320465",
- "score-diff-perc": "+147.98691%",
- "tooltip": "score = 0.08109192800181506\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.04839 (+147.98691%)",
+ "score-diff": "5.0199969554326485e-05",
+ "score-diff-perc": "+0.06194%",
+ "tooltip": "score = 0.08109192800181506\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00005 (+0.06194%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -72941,11 +73227,11 @@
8,
54
),
- "score": 0.032630561408058346,
- "score-diff": "-0.04847771080416482",
- "score-diff-perc": "-59.76913%",
- "tooltip": "score = 0.032630561408058346\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.04848 (-59.76913%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.08115004945876346,
+ "score-diff": "4.177724654029491e-05",
+ "score-diff-perc": "+0.05151%",
+ "tooltip": "score = 0.08115004945876346\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00004 (+0.05151%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -72967,11 +73253,11 @@
8,
54
),
- "score": 0.08115004945876346,
- "score-diff": "0.04851948805070511",
- "score-diff-perc": "+148.69339%",
- "tooltip": "score = 0.08115004945876346\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.04852 (+148.69339%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 0.032630561408058346,
+ "score-diff": "-0.04851948805070511",
+ "score-diff-perc": "-59.78984%",
+ "tooltip": "score = 0.032630561408058346\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.04852 (-59.78984%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -72994,9 +73280,9 @@
43
),
"score": 0.08099668919827503,
- "score-diff": "-0.00015336026048842766",
- "score-diff-perc": "-0.18898%",
- "tooltip": "score = 0.08099668919827503\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00015 (-0.18898%)",
+ "score-diff": "0.048366127790216686",
+ "score-diff-perc": "+148.22340%",
+ "tooltip": "score = 0.08099668919827503\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.04837 (+148.22340%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -78783,6 +79069,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.0821050004193233,
+ "score-diff": "8.27720022154449e-05",
+ "score-diff-perc": "+0.10091%",
+ "tooltip": "score = 0.0821050004193233\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.00008 (+0.10091%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -79032,11 +79344,11 @@
18,
7
),
- "score": 0.12011891416519638,
- "score-diff": "-8.395386927873005e-06",
- "score-diff-perc": "-0.00699%",
- "tooltip": "score = 0.12011891416519638\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00001 (-0.00699%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 0.08914393052973557,
+ "score-diff": "-0.03098337902238868",
+ "score-diff-perc": "-25.79212%",
+ "tooltip": "score = 0.08914393052973557\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03098 (-25.79212%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -79058,11 +79370,11 @@
18,
7
),
- "score": 0.08914393052973557,
- "score-diff": "-0.030974983635460807",
- "score-diff-perc": "-25.78693%",
- "tooltip": "score = 0.08914393052973557\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03097 (-25.78693%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 0.12011891416519638,
+ "score-diff": "0.030974983635460807",
+ "score-diff-perc": "+34.74716%",
+ "tooltip": "score = 0.12011891416519638\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.03097 (+34.74716%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -79085,9 +79397,9 @@
7
),
"score": 0.08913910528696797,
- "score-diff": "-4.8252427675976595e-06",
- "score-diff-perc": "-0.00541%",
- "tooltip": "score = 0.08913910528696797\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-0.00541%)",
+ "score-diff": "-0.030979808878228404",
+ "score-diff-perc": "-25.79095%",
+ "tooltip": "score = 0.08913910528696797\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03098 (-25.79095%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -79214,11 +79526,11 @@
17,
1
),
- "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",
+ "score": 0.12022461336239956,
+ "score-diff": "0.03132834496831874",
+ "score-diff-perc": "+35.24146%",
+ "tooltip": "score = 0.12022461336239956\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03133 (+35.24146%)",
+ "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",
@@ -79240,11 +79552,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",
@@ -79266,11 +79578,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -79293,9 +79605,9 @@
7
),
"score": 0.08886666639771125,
- "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%)",
+ "score-diff": "-4.956220962101798e-05",
+ "score-diff-perc": "-0.05574%",
+ "tooltip": "score = 0.08886666639771125\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00005 (-0.05574%)",
"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)",
@@ -79422,11 +79734,11 @@
9,
48
),
- "score": 0.08886613232389531,
- "score-diff": "-0.031291765534587165",
- "score-diff-perc": "-26.04220%",
- "tooltip": "score = 0.08886613232389531\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.03129 (-26.04220%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 0.08891267241953879,
+ "score-diff": "-0.03124522543894369",
+ "score-diff-perc": "-26.00347%",
+ "tooltip": "score = 0.08891267241953879\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.03125 (-26.00347%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -79448,11 +79760,11 @@
9,
48
),
- "score": 0.08891267241953879,
- "score-diff": "4.654009564347694e-05",
- "score-diff-perc": "+0.05237%",
- "tooltip": "score = 0.08891267241953879\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00005 (+0.05237%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 0.08886613232389531,
+ "score-diff": "-4.654009564347694e-05",
+ "score-diff-perc": "-0.05234%",
+ "tooltip": "score = 0.08886613232389531\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00005 (-0.05234%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -79475,9 +79787,9 @@
2
),
"score": 0.08897543847925618,
- "score-diff": "6.276605971738958e-05",
- "score-diff-perc": "+0.07059%",
- "tooltip": "score = 0.08897543847925618\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00006 (+0.07059%)",
+ "score-diff": "0.00010930615536086652",
+ "score-diff-perc": "+0.12300%",
+ "tooltip": "score = 0.08897543847925618\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00011 (+0.12300%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -79760,11 +80072,11 @@
14,
48
),
- "score": 0.1201002161555987,
- "score-diff": "-5.4697074229420606e-05",
- "score-diff-perc": "-0.04552%",
- "tooltip": "score = 0.1201002161555987\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00005 (-0.04552%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 0.08904938989843036,
+ "score-diff": "-0.031105523331397752",
+ "score-diff-perc": "-25.88785%",
+ "tooltip": "score = 0.08904938989843036\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.03111 (-25.88785%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -79786,11 +80098,11 @@
14,
48
),
- "score": 0.12028768916105308,
- "score-diff": "0.0001874730054543805",
- "score-diff-perc": "+0.15610%",
- "tooltip": "score = 0.12028768916105308\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00019 (+0.15610%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.1201002161555987,
+ "score-diff": "0.031050826257168332",
+ "score-diff-perc": "+34.86922%",
+ "tooltip": "score = 0.1201002161555987\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.03105 (+34.86922%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -79812,11 +80124,11 @@
14,
48
),
- "score": 0.08904938989843036,
- "score-diff": "-0.031238299262622712",
- "score-diff-perc": "-25.96966%",
- "tooltip": "score = 0.08904938989843036\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.03124 (-25.96966%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.12028768916105308,
+ "score-diff": "0.0001874730054543805",
+ "score-diff-perc": "+0.15610%",
+ "tooltip": "score = 0.12028768916105308\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00019 (+0.15610%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -79839,9 +80151,9 @@
37
),
"score": 0.12023957749355962,
- "score-diff": "0.03119018759512926",
- "score-diff-perc": "+35.02572%",
- "tooltip": "score = 0.12023957749355962\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.03119 (+35.02572%)",
+ "score-diff": "-4.811166749345286e-05",
+ "score-diff-perc": "-0.04000%",
+ "tooltip": "score = 0.12023957749355962\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.00005 (-0.04000%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -79968,11 +80280,11 @@
8,
54
),
- "score": 0.08898272067192789,
- "score-diff": "-0.031141905609262943",
- "score-diff-perc": "-25.92466%",
- "tooltip": "score = 0.08898272067192789\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.03114 (-25.92466%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.1201876709776362,
+ "score-diff": "6.30446964453718e-05",
+ "score-diff-perc": "+0.05248%",
+ "tooltip": "score = 0.1201876709776362\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00006 (+0.05248%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -79994,11 +80306,11 @@
8,
54
),
- "score": 0.1201876709776362,
- "score-diff": "0.031204950305708315",
- "score-diff-perc": "+35.06855%",
- "tooltip": "score = 0.1201876709776362\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.03120 (+35.06855%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 0.08898272067192789,
+ "score-diff": "-0.031204950305708315",
+ "score-diff-perc": "-25.96352%",
+ "tooltip": "score = 0.08898272067192789\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.03120 (-25.96352%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -80021,9 +80333,9 @@
43
),
"score": 0.12013810620728702,
- "score-diff": "-4.956477034918916e-05",
- "score-diff-perc": "-0.04124%",
- "tooltip": "score = 0.12013810620728702\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00005 (-0.04124%)",
+ "score-diff": "0.031155385535359126",
+ "score-diff-perc": "+35.01285%",
+ "tooltip": "score = 0.12013810620728702\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.03116 (+35.01285%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -85810,6 +86122,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.12173985384042921,
+ "score-diff": "-0.0027265581356256258",
+ "score-diff-perc": "-2.19060%",
+ "tooltip": "score = 0.12173985384042921\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.00273 (-2.19060%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -86059,11 +86397,11 @@
18,
7
),
- "score": 0.6835984566717397,
- "score-diff": "0.0018623463728053569",
- "score-diff-perc": "+0.27318%",
- "tooltip": "score = 0.6835984566717397\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00186 (+0.27318%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 0.408882586574832,
+ "score-diff": "-0.2728535237241023",
+ "score-diff-perc": "-40.02333%",
+ "tooltip": "score = 0.408882586574832\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.27285 (-40.02333%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -86085,11 +86423,11 @@
18,
7
),
- "score": 0.408882586574832,
- "score-diff": "-0.2747158700969077",
- "score-diff-perc": "-40.18673%",
- "tooltip": "score = 0.408882586574832\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.27472 (-40.18673%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 0.6835984566717397,
+ "score-diff": "0.2747158700969077",
+ "score-diff-perc": "+67.18698%",
+ "tooltip": "score = 0.6835984566717397\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.27472 (+67.18698%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -86112,9 +86450,9 @@
7
),
"score": 0.4092050945334849,
- "score-diff": "0.0003225079586529067",
- "score-diff-perc": "+0.07888%",
- "tooltip": "score = 0.4092050945334849\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00032 (+0.07888%)",
+ "score-diff": "-0.27439336213825477",
+ "score-diff-perc": "-40.13955%",
+ "tooltip": "score = 0.4092050945334849\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.27439 (-40.13955%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -86241,11 +86579,11 @@
17,
1
),
- "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",
+ "score": 0.6821185564751991,
+ "score-diff": "0.2976199107656028",
+ "score-diff-perc": "+77.40467%",
+ "tooltip": "score = 0.6821185564751991\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.29762 (+77.40467%)",
+ "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",
@@ -86267,11 +86605,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",
@@ -86293,11 +86631,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -86320,9 +86658,9 @@
7
),
"score": 0.4323648708609512,
- "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%)",
+ "score-diff": "0.04783209849110803",
+ "score-diff-perc": "+12.43902%",
+ "tooltip": "score = 0.4323648708609512\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.04783 (+12.43902%)",
"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)",
@@ -86449,11 +86787,11 @@
9,
48
),
- "score": 0.38508927909901647,
- "score-diff": "-0.2954069375270947",
- "score-diff-perc": "-43.41052%",
- "tooltip": "score = 0.38508927909901647\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.29541 (-43.41052%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 0.4324354373984661,
+ "score-diff": "-0.24806077922764502",
+ "score-diff-perc": "-36.45293%",
+ "tooltip": "score = 0.4324354373984661\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.24806 (-36.45293%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -86475,11 +86813,11 @@
9,
48
),
- "score": 0.4324354373984661,
- "score-diff": "0.04734615829944966",
- "score-diff-perc": "+12.29485%",
- "tooltip": "score = 0.4324354373984661\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.04735 (+12.29485%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 0.38508927909901647,
+ "score-diff": "-0.04734615829944966",
+ "score-diff-perc": "-10.94872%",
+ "tooltip": "score = 0.38508927909901647\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.04735 (-10.94872%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -86502,9 +86840,9 @@
2
),
"score": 0.38566667502012686,
- "score-diff": "-0.04676876237833927",
- "score-diff-perc": "-10.81520%",
- "tooltip": "score = 0.38566667502012686\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.04677 (-10.81520%)",
+ "score-diff": "0.0005773959211103907",
+ "score-diff-perc": "+0.14994%",
+ "tooltip": "score = 0.38566667502012686\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00058 (+0.14994%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -86787,11 +87125,11 @@
14,
48
),
- "score": 0.7511529832924557,
- "score-diff": "0.06941673323243214",
- "score-diff-perc": "+10.18234%",
- "tooltip": "score = 0.7511529832924557\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.06942 (+10.18234%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 0.4802661365563935,
+ "score-diff": "-0.2014701135036301",
+ "score-diff-perc": "-29.55250%",
+ "tooltip": "score = 0.4802661365563935\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.20147 (-29.55250%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -86813,11 +87151,11 @@
14,
48
),
- "score": 0.6813554108126074,
- "score-diff": "-0.0697975724798483",
- "score-diff-perc": "-9.29206%",
- "tooltip": "score = 0.6813554108126074\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.06980 (-9.29206%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.7511529832924557,
+ "score-diff": "0.2708868467360622",
+ "score-diff-perc": "+56.40349%",
+ "tooltip": "score = 0.7511529832924557\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.27089 (+56.40349%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -86839,11 +87177,11 @@
14,
48
),
- "score": 0.4802661365563935,
- "score-diff": "-0.20108927425621392",
- "score-diff-perc": "-29.51313%",
- "tooltip": "score = 0.4802661365563935\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.20109 (-29.51313%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.6813554108126074,
+ "score-diff": "-0.0697975724798483",
+ "score-diff-perc": "-9.29206%",
+ "tooltip": "score = 0.6813554108126074\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.06980 (-9.29206%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -86866,9 +87204,9 @@
37
),
"score": 0.7542431080242439,
- "score-diff": "0.2739769714678504",
- "score-diff-perc": "+57.04691%",
- "tooltip": "score = 0.7542431080242439\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.27398 (+57.04691%)",
+ "score-diff": "0.07288769721163646",
+ "score-diff-perc": "+10.69746%",
+ "tooltip": "score = 0.7542431080242439\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.07289 (+10.69746%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -86995,11 +87333,11 @@
8,
54
),
- "score": 0.4803158573112284,
- "score-diff": "-0.2714260593579493",
- "score-diff-perc": "-36.10628%",
- "tooltip": "score = 0.4803158573112284\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.27143 (-36.10628%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.7543809195752716,
+ "score-diff": "0.002639002906093979",
+ "score-diff-perc": "+0.35105%",
+ "tooltip": "score = 0.7543809195752716\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00264 (+0.35105%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -87021,11 +87359,11 @@
8,
54
),
- "score": 0.7543809195752716,
- "score-diff": "0.27406506226404326",
- "score-diff-perc": "+57.05934%",
- "tooltip": "score = 0.7543809195752716\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.27407 (+57.05934%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 0.4803158573112284,
+ "score-diff": "-0.27406506226404326",
+ "score-diff-perc": "-36.32980%",
+ "tooltip": "score = 0.4803158573112284\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.27407 (-36.32980%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -87048,9 +87386,9 @@
43
),
"score": 0.7521202464344037,
- "score-diff": "-0.0022606731408679748",
- "score-diff-perc": "-0.29967%",
- "tooltip": "score = 0.7521202464344037\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00226 (-0.29967%)",
+ "score-diff": "0.2718043891231753",
+ "score-diff-perc": "+56.58868%",
+ "tooltip": "score = 0.7521202464344037\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.27180 (+56.58868%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -92837,6 +93175,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.19482218494430725,
+ "score-diff": "7.584277239858217e-05",
+ "score-diff-perc": "+0.03894%",
+ "tooltip": "score = 0.19482218494430725\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.00008 (+0.03894%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -93086,11 +93450,11 @@
18,
7
),
- "score": 3.6016317080318445,
- "score-diff": "-0.06776095178324226",
- "score-diff-perc": "-1.84665%",
- "tooltip": "score = 3.6016317080318445\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.06776 (-1.84665%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 3.325922230101517,
+ "score-diff": "-0.34347042971356956",
+ "score-diff-perc": "-9.36042%",
+ "tooltip": "score = 3.325922230101517\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.34347 (-9.36042%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -93112,11 +93476,11 @@
18,
7
),
- "score": 3.325922230101517,
- "score-diff": "-0.2757094779303273",
- "score-diff-perc": "-7.65513%",
- "tooltip": "score = 3.325922230101517\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.27571 (-7.65513%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 3.6016317080318445,
+ "score-diff": "0.2757094779303273",
+ "score-diff-perc": "+8.28972%",
+ "tooltip": "score = 3.6016317080318445\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.27571 (+8.28972%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -93139,9 +93503,9 @@
7
),
"score": 3.2537799245545154,
- "score-diff": "-0.07214230554700185",
- "score-diff-perc": "-2.16909%",
- "tooltip": "score = 3.2537799245545154\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.07214 (-2.16909%)",
+ "score-diff": "-0.34785178347732915",
+ "score-diff-perc": "-9.65817%",
+ "tooltip": "score = 3.2537799245545154\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.34785 (-9.65817%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -93268,11 +93632,11 @@
17,
1
),
- "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",
+ "score": 3.6977164481134124,
+ "score-diff": "0.39718277774105726",
+ "score-diff-perc": "+12.03390%",
+ "tooltip": "score = 3.6977164481134124\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.39718 (+12.03390%)",
+ "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",
@@ -93294,11 +93658,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",
@@ -93320,11 +93684,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -93347,9 +93711,9 @@
7
),
"score": 3.2529690863933736,
- "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%)",
+ "score-diff": "-0.13572477688832008",
+ "score-diff-perc": "-4.00522%",
+ "tooltip": "score = 3.2529690863933736\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.13572 (-4.00522%)",
"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)",
@@ -93476,11 +93840,11 @@
9,
48
),
- "score": 3.328910756443657,
- "score-diff": "-0.30031889533573564",
- "score-diff-perc": "-8.27500%",
- "tooltip": "score = 3.328910756443657\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.30032 (-8.27500%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 3.3256837181862315,
+ "score-diff": "-0.3035459335931612",
+ "score-diff-perc": "-8.36392%",
+ "tooltip": "score = 3.3256837181862315\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.30355 (-8.36392%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -93502,11 +93866,11 @@
9,
48
),
- "score": 3.3256837181862315,
- "score-diff": "-0.0032270382574255407",
- "score-diff-perc": "-0.09694%",
- "tooltip": "score = 3.3256837181862315\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00323 (-0.09694%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 3.328910756443657,
+ "score-diff": "0.0032270382574255407",
+ "score-diff-perc": "+0.09703%",
+ "tooltip": "score = 3.328910756443657\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00323 (+0.09703%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -93529,9 +93893,9 @@
2
),
"score": 3.292339564404076,
- "score-diff": "-0.033344153782155495",
- "score-diff-perc": "-1.00263%",
- "tooltip": "score = 3.292339564404076\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.03334 (-1.00263%)",
+ "score-diff": "-0.036571192039581035",
+ "score-diff-perc": "-1.09859%",
+ "tooltip": "score = 3.292339564404076\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.03657 (-1.09859%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -93814,11 +94178,11 @@
14,
48
),
- "score": 3.671064131584545,
- "score-diff": "0.07428046810282884",
- "score-diff-perc": "+2.06519%",
- "tooltip": "score = 3.671064131584545\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.07428 (+2.06519%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 3.5029704450638084,
+ "score-diff": "-0.09381321841790768",
+ "score-diff-perc": "-2.60825%",
+ "tooltip": "score = 3.5029704450638084\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.09381 (-2.60825%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -93840,11 +94204,11 @@
14,
48
),
- "score": 3.708388979137824,
- "score-diff": "0.03732484755327903",
- "score-diff-perc": "+1.01673%",
- "tooltip": "score = 3.708388979137824\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.03732 (+1.01673%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 3.671064131584545,
+ "score-diff": "0.16809368652073653",
+ "score-diff-perc": "+4.79860%",
+ "tooltip": "score = 3.671064131584545\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.16809 (+4.79860%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -93866,11 +94230,11 @@
14,
48
),
- "score": 3.5029704450638084,
- "score-diff": "-0.20541853407401556",
- "score-diff-perc": "-5.53929%",
- "tooltip": "score = 3.5029704450638084\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.20542 (-5.53929%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 3.708388979137824,
+ "score-diff": "0.03732484755327903",
+ "score-diff-perc": "+1.01673%",
+ "tooltip": "score = 3.708388979137824\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.03732 (+1.01673%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -93893,9 +94257,9 @@
37
),
"score": 3.6117055981806474,
- "score-diff": "0.10873515311683901",
- "score-diff-perc": "+3.10408%",
- "tooltip": "score = 3.6117055981806474\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.10874 (+3.10408%)",
+ "score-diff": "-0.09668338095717655",
+ "score-diff-perc": "-2.60715%",
+ "tooltip": "score = 3.6117055981806474\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.09668 (-2.60715%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -94022,11 +94386,11 @@
8,
54
),
- "score": 3.270258167276662,
- "score-diff": "-0.3211052933502545",
- "score-diff-perc": "-8.94104%",
- "tooltip": "score = 3.270258167276662\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.32111 (-8.94104%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 3.6656456705621876,
+ "score-diff": "0.07428220993527113",
+ "score-diff-perc": "+2.06836%",
+ "tooltip": "score = 3.6656456705621876\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.07428 (+2.06836%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -94048,11 +94412,11 @@
8,
54
),
- "score": 3.6656456705621876,
- "score-diff": "0.39538750328552563",
- "score-diff-perc": "+12.09041%",
- "tooltip": "score = 3.6656456705621876\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.39539 (+12.09041%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 3.270258167276662,
+ "score-diff": "-0.39538750328552563",
+ "score-diff-perc": "-10.78630%",
+ "tooltip": "score = 3.270258167276662\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.39539 (-10.78630%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -94075,9 +94439,9 @@
43
),
"score": 3.6947678831201727,
- "score-diff": "0.029122212557985083",
- "score-diff-perc": "+0.79446%",
- "tooltip": "score = 3.6947678831201727\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.02912 (+0.79446%)",
+ "score-diff": "0.4245097158435107",
+ "score-diff-perc": "+12.98092%",
+ "tooltip": "score = 3.6947678831201727\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.42451 (+12.98092%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -99864,6 +100228,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 3.6912684408553686,
+ "score-diff": "0.06942755857764293",
+ "score-diff-perc": "+1.91691%",
+ "tooltip": "score = 3.6912684408553686\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.06943 (+1.91691%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -100113,11 +100503,11 @@
18,
7
),
- "score": 9.273493392184243,
- "score-diff": "-0.14074795396520123",
- "score-diff-perc": "-1.49505%",
- "tooltip": "score = 9.273493392184243\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.14075 (-1.49505%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 3.2504836162198183,
+ "score-diff": "-6.163757729929626",
+ "score-diff-perc": "-65.47270%",
+ "tooltip": "score = 3.2504836162198183\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -6.16376 (-65.47270%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -100139,11 +100529,11 @@
18,
7
),
- "score": 3.2504836162198183,
- "score-diff": "-6.023009775964424",
- "score-diff-perc": "-64.94866%",
- "tooltip": "score = 3.2504836162198183\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -6.02301 (-64.94866%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 9.273493392184243,
+ "score-diff": "6.023009775964424",
+ "score-diff-perc": "+185.29580%",
+ "tooltip": "score = 9.273493392184243\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +6.02301 (+185.29580%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -100166,9 +100556,9 @@
7
),
"score": 3.235045010295347,
- "score-diff": "-0.015438605924471105",
- "score-diff-perc": "-0.47496%",
- "tooltip": "score = 3.235045010295347\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01544 (-0.47496%)",
+ "score-diff": "-6.038448381888895",
+ "score-diff-perc": "-65.11514%",
+ "tooltip": "score = 3.235045010295347\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -6.03845 (-65.11514%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -100295,11 +100685,11 @@
17,
1
),
- "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",
+ "score": 8.96220278547312,
+ "score-diff": "5.613516483476936",
+ "score-diff-perc": "+167.63339%",
+ "tooltip": "score = 8.96220278547312\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.61352 (+167.63339%)",
+ "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",
@@ -100321,11 +100711,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",
@@ -100347,11 +100737,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -100374,9 +100764,9 @@
7
),
"score": 3.2773948829000488,
- "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%)",
+ "score-diff": "0.007216092546943109",
+ "score-diff-perc": "+0.22066%",
+ "tooltip": "score = 3.2773948829000488\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00722 (+0.22066%)",
"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)",
@@ -100503,11 +100893,11 @@
9,
48
),
- "score": 3.2429025349528353,
- "score-diff": "-5.8944966980636515",
- "score-diff-perc": "-64.50957%",
- "tooltip": "score = 3.2429025349528353\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -5.89450 (-64.50957%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 3.2490204015164883,
+ "score-diff": "-5.888378831499998",
+ "score-diff-perc": "-64.44261%",
+ "tooltip": "score = 3.2490204015164883\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -5.88838 (-64.44261%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -100529,11 +100919,11 @@
9,
48
),
- "score": 3.2490204015164883,
- "score-diff": "0.006117866563652985",
- "score-diff-perc": "+0.18865%",
- "tooltip": "score = 3.2490204015164883\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00612 (+0.18865%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 3.2429025349528353,
+ "score-diff": "-0.006117866563652985",
+ "score-diff-perc": "-0.18830%",
+ "tooltip": "score = 3.2429025349528353\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00612 (-0.18830%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -100556,9 +100946,9 @@
2
),
"score": 3.2410718778446563,
- "score-diff": "-0.007948523671831964",
- "score-diff-perc": "-0.24464%",
- "tooltip": "score = 3.2410718778446563\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.00795 (-0.24464%)",
+ "score-diff": "-0.001830657108178979",
+ "score-diff-perc": "-0.05645%",
+ "tooltip": "score = 3.2410718778446563\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.00183 (-0.05645%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -100841,11 +101231,11 @@
14,
48
),
- "score": 9.139063830066645,
- "score-diff": "0.21382008553111298",
- "score-diff-perc": "+2.39568%",
- "tooltip": "score = 9.139063830066645\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.21382 (+2.39568%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 3.3619988424138896,
+ "score-diff": "-5.563244902121642",
+ "score-diff-perc": "-62.33157%",
+ "tooltip": "score = 3.3619988424138896\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -5.56324 (-62.33157%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -100867,11 +101257,11 @@
14,
48
),
- "score": 9.194456987174709,
- "score-diff": "0.05539315710806392",
- "score-diff-perc": "+0.60611%",
- "tooltip": "score = 9.194456987174709\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.05539 (+0.60611%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 9.139063830066645,
+ "score-diff": "5.777064987652755",
+ "score-diff-perc": "+171.83423%",
+ "tooltip": "score = 9.139063830066645\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +5.77706 (+171.83423%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -100893,11 +101283,11 @@
14,
48
),
- "score": 3.3619988424138896,
- "score-diff": "-5.832458144760819",
- "score-diff-perc": "-63.43450%",
- "tooltip": "score = 3.3619988424138896\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -5.83246 (-63.43450%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 9.194456987174709,
+ "score-diff": "0.05539315710806392",
+ "score-diff-perc": "+0.60611%",
+ "tooltip": "score = 9.194456987174709\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.05539 (+0.60611%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -100920,9 +101310,9 @@
37
),
"score": 9.126724238095402,
- "score-diff": "5.764725395681513",
- "score-diff-perc": "+171.46720%",
- "tooltip": "score = 9.126724238095402\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +5.76473 (+171.46720%)",
+ "score-diff": "-0.06773274907930649",
+ "score-diff-perc": "-0.73667%",
+ "tooltip": "score = 9.126724238095402\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.06773 (-0.73667%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -101049,11 +101439,11 @@
8,
54
),
- "score": 3.3241765593278827,
- "score-diff": "-5.940010367033603",
- "score-diff-perc": "-64.11799%",
- "tooltip": "score = 3.3241765593278827\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -5.94001 (-64.11799%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 9.193151465632337,
+ "score-diff": "-0.07103546072914924",
+ "score-diff-perc": "-0.76677%",
+ "tooltip": "score = 9.193151465632337\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.07104 (-0.76677%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -101075,11 +101465,11 @@
8,
54
),
- "score": 9.193151465632337,
- "score-diff": "5.868974906304453",
- "score-diff-perc": "+176.55425%",
- "tooltip": "score = 9.193151465632337\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +5.86897 (+176.55425%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 3.3241765593278827,
+ "score-diff": "-5.868974906304453",
+ "score-diff-perc": "-63.84073%",
+ "tooltip": "score = 3.3241765593278827\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -5.86897 (-63.84073%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -101102,9 +101492,9 @@
43
),
"score": 9.06823860989295,
- "score-diff": "-0.12491285573938704",
- "score-diff-perc": "-1.35876%",
- "tooltip": "score = 9.06823860989295\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.12491 (-1.35876%)",
+ "score-diff": "5.744062050565066",
+ "score-diff-perc": "+172.79654%",
+ "tooltip": "score = 9.06823860989295\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +5.74406 (+172.79654%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -106891,6 +107281,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 9.042095902464402,
+ "score-diff": "-0.27498206396245983",
+ "score-diff-perc": "-2.95138%",
+ "tooltip": "score = 9.042095902464402\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.27498 (-2.95138%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -107140,11 +107556,11 @@
18,
7
),
- "score": 3.633044657361224,
- "score-diff": "-0.09255450768110007",
- "score-diff-perc": "-2.48429%",
- "tooltip": "score = 3.633044657361224\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.09255 (-2.48429%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 3.351531975692312,
+ "score-diff": "-0.37406718935001226",
+ "score-diff-perc": "-10.04046%",
+ "tooltip": "score = 3.351531975692312\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.37407 (-10.04046%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -107166,11 +107582,11 @@
18,
7
),
- "score": 3.351531975692312,
- "score-diff": "-0.2815126816689122",
- "score-diff-perc": "-7.74867%",
- "tooltip": "score = 3.351531975692312\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.28151 (-7.74867%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 3.633044657361224,
+ "score-diff": "0.2815126816689122",
+ "score-diff-perc": "+8.39952%",
+ "tooltip": "score = 3.633044657361224\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.28151 (+8.39952%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -107193,9 +107609,9 @@
7
),
"score": 3.277854966489651,
- "score-diff": "-0.07367700920266085",
- "score-diff-perc": "-2.19831%",
- "tooltip": "score = 3.277854966489651\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.07368 (-2.19831%)",
+ "score-diff": "-0.35518969087157304",
+ "score-diff-perc": "-9.77664%",
+ "tooltip": "score = 3.277854966489651\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.35519 (-9.77664%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -107322,11 +107738,11 @@
17,
1
),
- "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",
+ "score": 3.634001662947432,
+ "score-diff": "0.3193164367402539",
+ "score-diff-perc": "+9.63339%",
+ "tooltip": "score = 3.634001662947432\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.31932 (+9.63339%)",
+ "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",
@@ -107348,11 +107764,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",
@@ -107374,11 +107790,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -107401,9 +107817,9 @@
7
),
"score": 3.3551055145832,
- "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%)",
+ "score-diff": "0.04749014701308374",
+ "score-diff-perc": "+1.43578%",
+ "tooltip": "score = 3.3551055145832\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.04749 (+1.43578%)",
"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)",
@@ -107530,11 +107946,11 @@
9,
48
),
- "score": 3.281408294517604,
- "score-diff": "-0.3160138944357862",
- "score-diff-perc": "-8.78445%",
- "tooltip": "score = 3.281408294517604\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.31601 (-8.78445%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 3.2341217781906524,
+ "score-diff": "-0.3633004107627378",
+ "score-diff-perc": "-10.09891%",
+ "tooltip": "score = 3.2341217781906524\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.36330 (-10.09891%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -107556,11 +107972,11 @@
9,
48
),
- "score": 3.2341217781906524,
- "score-diff": "-0.04728651632695158",
- "score-diff-perc": "-1.44104%",
- "tooltip": "score = 3.2341217781906524\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.04729 (-1.44104%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 3.281408294517604,
+ "score-diff": "0.04728651632695158",
+ "score-diff-perc": "+1.46211%",
+ "tooltip": "score = 3.281408294517604\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.04729 (+1.46211%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -107583,9 +107999,9 @@
2
),
"score": 3.226862889542262,
- "score-diff": "-0.007258888648390194",
- "score-diff-perc": "-0.22445%",
- "tooltip": "score = 3.226862889542262\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.00726 (-0.22445%)",
+ "score-diff": "-0.05454540497534177",
+ "score-diff-perc": "-1.66226%",
+ "tooltip": "score = 3.226862889542262\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.05455 (-1.66226%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -107868,11 +108284,11 @@
14,
48
),
- "score": 3.7168054477978663,
- "score-diff": "0.06485208795390474",
- "score-diff-perc": "+1.77582%",
- "tooltip": "score = 3.7168054477978663\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.06485 (+1.77582%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 3.4755843072285524,
+ "score-diff": "-0.17636905261540914",
+ "score-diff-perc": "-4.82944%",
+ "tooltip": "score = 3.4755843072285524\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.17637 (-4.82944%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -107894,11 +108310,11 @@
14,
48
),
- "score": 3.610555420851864,
- "score-diff": "-0.10625002694600205",
- "score-diff-perc": "-2.85864%",
- "tooltip": "score = 3.610555420851864\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.10625 (-2.85864%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 3.7168054477978663,
+ "score-diff": "0.24122114056931387",
+ "score-diff-perc": "+6.94045%",
+ "tooltip": "score = 3.7168054477978663\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.24122 (+6.94045%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -107920,11 +108336,11 @@
14,
48
),
- "score": 3.4755843072285524,
- "score-diff": "-0.13497111362331182",
- "score-diff-perc": "-3.73824%",
- "tooltip": "score = 3.4755843072285524\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.13497 (-3.73824%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 3.610555420851864,
+ "score-diff": "-0.10625002694600205",
+ "score-diff-perc": "-2.85864%",
+ "tooltip": "score = 3.610555420851864\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.10625 (-2.85864%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -107947,9 +108363,9 @@
37
),
"score": 3.6905152935829713,
- "score-diff": "0.21493098635441887",
- "score-diff-perc": "+6.18402%",
- "tooltip": "score = 3.6905152935829713\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.21493 (+6.18402%)",
+ "score-diff": "0.07995987273110705",
+ "score-diff-perc": "+2.21461%",
+ "tooltip": "score = 3.6905152935829713\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.07996 (+2.21461%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -108076,11 +108492,11 @@
8,
54
),
- "score": 3.354767106624564,
- "score-diff": "-0.2143386531521534",
- "score-diff-perc": "-6.00539%",
- "tooltip": "score = 3.354767106624564\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.21434 (-6.00539%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 3.635097175453447,
+ "score-diff": "0.06599141567672939",
+ "score-diff-perc": "+1.84896%",
+ "tooltip": "score = 3.635097175453447\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.06599 (+1.84896%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -108102,11 +108518,11 @@
8,
54
),
- "score": 3.635097175453447,
- "score-diff": "0.2803300688288828",
- "score-diff-perc": "+8.35617%",
- "tooltip": "score = 3.635097175453447\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.28033 (+8.35617%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 3.354767106624564,
+ "score-diff": "-0.2803300688288828",
+ "score-diff-perc": "-7.71176%",
+ "tooltip": "score = 3.354767106624564\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.28033 (-7.71176%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -108129,9 +108545,9 @@
43
),
"score": 3.6129501995341036,
- "score-diff": "-0.022146975919343337",
- "score-diff-perc": "-0.60925%",
- "tooltip": "score = 3.6129501995341036\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.02215 (-0.60925%)",
+ "score-diff": "0.25818309290953945",
+ "score-diff-perc": "+7.69601%",
+ "tooltip": "score = 3.6129501995341036\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.25818 (+7.69601%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -113918,6 +114334,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 3.7456015647563907,
+ "score-diff": "0.14271790821606345",
+ "score-diff-perc": "+3.96121%",
+ "tooltip": "score = 3.7456015647563907\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.14272 (+3.96121%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -114167,11 +114609,11 @@
18,
7
),
- "score": 6.623537536320083,
- "score-diff": "0.003928007922977095",
- "score-diff-perc": "+0.05934%",
- "tooltip": "score = 6.623537536320083\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00393 (+0.05934%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 5.764941504925185,
+ "score-diff": "-0.8546680234719215",
+ "score-diff-perc": "-12.91115%",
+ "tooltip": "score = 5.764941504925185\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.85467 (-12.91115%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -114193,11 +114635,11 @@
18,
7
),
- "score": 5.764941504925185,
- "score-diff": "-0.8585960313948986",
- "score-diff-perc": "-12.96280%",
- "tooltip": "score = 5.764941504925185\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.85860 (-12.96280%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 6.623537536320083,
+ "score-diff": "0.8585960313948986",
+ "score-diff-perc": "+14.89340%",
+ "tooltip": "score = 6.623537536320083\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.85860 (+14.89340%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -114220,9 +114662,9 @@
7
),
"score": 5.782745247360768,
- "score-diff": "0.017803742435583025",
- "score-diff-perc": "+0.30883%",
- "tooltip": "score = 5.782745247360768\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01780 (+0.30883%)",
+ "score-diff": "-0.8407922889593156",
+ "score-diff-perc": "-12.69401%",
+ "tooltip": "score = 5.782745247360768\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.84079 (-12.69401%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -114349,11 +114791,11 @@
17,
1
),
- "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",
+ "score": 6.740142022036444,
+ "score-diff": "0.858719852594942",
+ "score-diff-perc": "+14.60055%",
+ "tooltip": "score = 6.740142022036444\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.85872 (+14.60055%)",
+ "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",
@@ -114375,11 +114817,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",
@@ -114401,11 +114843,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -114428,9 +114870,9 @@
7
),
"score": 5.776168828194562,
- "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%)",
+ "score-diff": "0.23489373466332797",
+ "score-diff-perc": "+4.23898%",
+ "tooltip": "score = 5.776168828194562\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.23489 (+4.23898%)",
"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)",
@@ -114557,11 +114999,11 @@
9,
48
),
- "score": 5.7016024560210266,
- "score-diff": "-0.7619399501965791",
- "score-diff-perc": "-11.78827%",
- "tooltip": "score = 5.7016024560210266\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.76194 (-11.78827%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 5.560591838056604,
+ "score-diff": "-0.9029505681610015",
+ "score-diff-perc": "-13.96990%",
+ "tooltip": "score = 5.560591838056604\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.90295 (-13.96990%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -114583,11 +115025,11 @@
9,
48
),
- "score": 5.560591838056604,
- "score-diff": "-0.14101061796442238",
- "score-diff-perc": "-2.47318%",
- "tooltip": "score = 5.560591838056604\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.14101 (-2.47318%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 5.7016024560210266,
+ "score-diff": "0.14101061796442238",
+ "score-diff-perc": "+2.53589%",
+ "tooltip": "score = 5.7016024560210266\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.14101 (+2.53589%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -114610,9 +115052,9 @@
2
),
"score": 5.868497150669817,
- "score-diff": "0.3079053126132125",
- "score-diff-perc": "+5.53728%",
- "tooltip": "score = 5.868497150669817\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.30791 (+5.53728%)",
+ "score-diff": "0.16689469464879014",
+ "score-diff-perc": "+2.92715%",
+ "tooltip": "score = 5.868497150669817\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.16689 (+2.92715%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -114895,11 +115337,11 @@
14,
48
),
- "score": 6.996257623963328,
- "score-diff": "-0.4031502334593542",
- "score-diff-perc": "-5.44841%",
- "tooltip": "score = 6.996257623963328\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.40315 (-5.44841%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 6.29902354859288,
+ "score-diff": "-1.1003843088298026",
+ "score-diff-perc": "-14.87125%",
+ "tooltip": "score = 6.29902354859288\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -1.10038 (-14.87125%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -114921,11 +115363,11 @@
14,
48
),
- "score": 7.2052487397942215,
- "score-diff": "0.20899111583089347",
- "score-diff-perc": "+2.98718%",
- "tooltip": "score = 7.2052487397942215\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.20899 (+2.98718%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 6.996257623963328,
+ "score-diff": "0.6972340753704485",
+ "score-diff-perc": "+11.06892%",
+ "tooltip": "score = 6.996257623963328\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.69723 (+11.06892%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -114947,11 +115389,11 @@
14,
48
),
- "score": 6.29902354859288,
- "score-diff": "-0.9062251912013419",
- "score-diff-perc": "-12.57729%",
- "tooltip": "score = 6.29902354859288\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.90623 (-12.57729%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 7.2052487397942215,
+ "score-diff": "0.20899111583089347",
+ "score-diff-perc": "+2.98718%",
+ "tooltip": "score = 7.2052487397942215\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.20899 (+2.98718%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -114974,9 +115416,9 @@
37
),
"score": 7.243110930167529,
- "score-diff": "0.9440873815746498",
- "score-diff-perc": "+14.98784%",
- "tooltip": "score = 7.243110930167529\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.94409 (+14.98784%)",
+ "score-diff": "0.03786219037330785",
+ "score-diff-perc": "+0.52548%",
+ "tooltip": "score = 7.243110930167529\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.03786 (+0.52548%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -115103,11 +115545,11 @@
8,
54
),
- "score": 6.1407277994865295,
- "score-diff": "-0.5749412989229885",
- "score-diff-perc": "-8.56119%",
- "tooltip": "score = 6.1407277994865295\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.57494 (-8.56119%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 6.665588351713834,
+ "score-diff": "-0.0500807466956843",
+ "score-diff-perc": "-0.74573%",
+ "tooltip": "score = 6.665588351713834\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.05008 (-0.74573%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -115129,11 +115571,11 @@
8,
54
),
- "score": 6.665588351713834,
- "score-diff": "0.5248605522273042",
- "score-diff-perc": "+8.54720%",
- "tooltip": "score = 6.665588351713834\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.52486 (+8.54720%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 6.1407277994865295,
+ "score-diff": "-0.5248605522273042",
+ "score-diff-perc": "-7.87418%",
+ "tooltip": "score = 6.1407277994865295\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.52486 (-7.87418%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -115156,9 +115598,9 @@
43
),
"score": 6.721857718068574,
- "score-diff": "0.05626936635474067",
- "score-diff-perc": "+0.84418%",
- "tooltip": "score = 6.721857718068574\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.05627 (+0.84418%)",
+ "score-diff": "0.5811299185820449",
+ "score-diff-perc": "+9.46353%",
+ "tooltip": "score = 6.721857718068574\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.58113 (+9.46353%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -120945,6 +121387,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 6.871765913739102,
+ "score-diff": "0.6285534017673635",
+ "score-diff-perc": "+10.06779%",
+ "tooltip": "score = 6.871765913739102\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.62855 (+10.06779%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -121194,11 +121662,11 @@
18,
7
),
- "score": 6.589985567022472,
- "score-diff": "0.0798882822638669",
- "score-diff-perc": "+1.22714%",
- "tooltip": "score = 6.589985567022472\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.07989 (+1.22714%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 5.652114931190709,
+ "score-diff": "-0.8579823535678965",
+ "score-diff-perc": "-13.17926%",
+ "tooltip": "score = 5.652114931190709\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.85798 (-13.17926%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -121220,11 +121688,11 @@
18,
7
),
- "score": 5.652114931190709,
- "score-diff": "-0.9378706358317634",
- "score-diff-perc": "-14.23176%",
- "tooltip": "score = 5.652114931190709\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.93787 (-14.23176%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 6.589985567022472,
+ "score-diff": "0.9378706358317634",
+ "score-diff-perc": "+16.59327%",
+ "tooltip": "score = 6.589985567022472\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.93787 (+16.59327%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -121247,9 +121715,9 @@
7
),
"score": 5.738240773848924,
- "score-diff": "0.08612584265821521",
- "score-diff-perc": "+1.52378%",
- "tooltip": "score = 5.738240773848924\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.08613 (+1.52378%)",
+ "score-diff": "-0.8517447931735482",
+ "score-diff-perc": "-12.92484%",
+ "tooltip": "score = 5.738240773848924\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.85174 (-12.92484%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -121376,11 +121844,11 @@
17,
1
),
- "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",
+ "score": 9.728950498165274,
+ "score-diff": "1.9013948095343416",
+ "score-diff-perc": "+24.29104%",
+ "tooltip": "score = 9.728950498165274\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.90139 (+24.29104%)",
+ "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",
@@ -121402,11 +121870,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",
@@ -121428,11 +121896,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -121455,9 +121923,9 @@
7
),
"score": 5.809419655604826,
- "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%)",
+ "score-diff": "0.2599022732293248",
+ "score-diff-perc": "+4.68333%",
+ "tooltip": "score = 5.809419655604826\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.25990 (+4.68333%)",
"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)",
@@ -121584,11 +122052,11 @@
9,
48
),
- "score": 5.7470516836148535,
- "score-diff": "-1.1769575246443944",
- "score-diff-perc": "-16.99821%",
- "tooltip": "score = 5.7470516836148535\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -1.17696 (-16.99821%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 6.168748075818288,
+ "score-diff": "-0.7552611324409595",
+ "score-diff-perc": "-10.90786%",
+ "tooltip": "score = 6.168748075818288\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.75526 (-10.90786%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -121610,11 +122078,11 @@
9,
48
),
- "score": 6.168748075818288,
- "score-diff": "0.4216963922034349",
- "score-diff-perc": "+7.33761%",
- "tooltip": "score = 6.168748075818288\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.42170 (+7.33761%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 5.7470516836148535,
+ "score-diff": "-0.4216963922034349",
+ "score-diff-perc": "-6.83601%",
+ "tooltip": "score = 5.7470516836148535\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.42170 (-6.83601%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -121637,9 +122105,9 @@
2
),
"score": 7.545140969385706,
- "score-diff": "1.3763928935674175",
- "score-diff-perc": "+22.31235%",
- "tooltip": "score = 7.545140969385706\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +1.37639 (+22.31235%)",
+ "score-diff": "1.7980892857708524",
+ "score-diff-perc": "+31.28716%",
+ "tooltip": "score = 7.545140969385706\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +1.79809 (+31.28716%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -121922,11 +122390,11 @@
14,
48
),
- "score": 6.803646727019631,
- "score-diff": "-0.5314719831178252",
- "score-diff-perc": "-7.24558%",
- "tooltip": "score = 6.803646727019631\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.53147 (-7.24558%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 7.642347907851732,
+ "score-diff": "0.3072291977142756",
+ "score-diff-perc": "+4.18847%",
+ "tooltip": "score = 7.642347907851732\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.30723 (+4.18847%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -121948,11 +122416,11 @@
14,
48
),
- "score": 7.1918842783658805,
- "score-diff": "0.3882375513462497",
- "score-diff-perc": "+5.70632%",
- "tooltip": "score = 7.1918842783658805\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.38824 (+5.70632%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 6.803646727019631,
+ "score-diff": "-0.8387011808321008",
+ "score-diff-perc": "-10.97439%",
+ "tooltip": "score = 6.803646727019631\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.83870 (-10.97439%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -121974,11 +122442,11 @@
14,
48
),
- "score": 7.642347907851732,
- "score-diff": "0.45046362948585106",
- "score-diff-perc": "+6.26350%",
- "tooltip": "score = 7.642347907851732\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.45046 (+6.26350%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 7.1918842783658805,
+ "score-diff": "0.3882375513462497",
+ "score-diff-perc": "+5.70632%",
+ "tooltip": "score = 7.1918842783658805\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.38824 (+5.70632%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -122001,9 +122469,9 @@
37
),
"score": 7.260906904074657,
- "score-diff": "-0.38144100377707435",
- "score-diff-perc": "-4.99115%",
- "tooltip": "score = 7.260906904074657\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.38144 (-4.99115%)",
+ "score-diff": "0.06902262570877671",
+ "score-diff-perc": "+0.95973%",
+ "tooltip": "score = 7.260906904074657\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.06902 (+0.95973%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -122130,11 +122598,11 @@
8,
54
),
- "score": 6.267368445381695,
- "score-diff": "-1.5847115661811095",
- "score-diff-perc": "-20.18206%",
- "tooltip": "score = 6.267368445381695\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.58471 (-20.18206%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 6.754080956454627,
+ "score-diff": "-1.0979990551081782",
+ "score-diff-perc": "-13.98354%",
+ "tooltip": "score = 6.754080956454627\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.09800 (-13.98354%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -122156,11 +122624,11 @@
8,
54
),
- "score": 6.754080956454627,
- "score-diff": "0.48671251107293134",
- "score-diff-perc": "+7.76582%",
- "tooltip": "score = 6.754080956454627\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.48671 (+7.76582%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 6.267368445381695,
+ "score-diff": "-0.48671251107293134",
+ "score-diff-perc": "-7.20620%",
+ "tooltip": "score = 6.267368445381695\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.48671 (-7.20620%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -122183,9 +122651,9 @@
43
),
"score": 8.10615649277582,
- "score-diff": "1.3520755363211938",
- "score-diff-perc": "+20.01865%",
- "tooltip": "score = 8.10615649277582\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.35208 (+20.01865%)",
+ "score-diff": "1.8387880473941252",
+ "score-diff-perc": "+29.33908%",
+ "tooltip": "score = 8.10615649277582\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.83879 (+29.33908%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -127972,6 +128440,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 6.250692144564361,
+ "score-diff": "-0.21348116332393374",
+ "score-diff-perc": "-3.30253%",
+ "tooltip": "score = 6.250692144564361\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.21348 (-3.30253%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -128221,11 +128715,11 @@
18,
7
),
- "score": 5.555053517866596,
- "score-diff": "0.15607638932679802",
- "score-diff-perc": "+2.89085%",
- "tooltip": "score = 5.555053517866596\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.15608 (+2.89085%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 5.0458220744657805,
+ "score-diff": "-0.35315505407401737",
+ "score-diff-perc": "-6.54115%",
+ "tooltip": "score = 5.0458220744657805\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.35316 (-6.54115%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -128247,11 +128741,11 @@
18,
7
),
- "score": 5.0458220744657805,
- "score-diff": "-0.5092314434008154",
- "score-diff-perc": "-9.16699%",
- "tooltip": "score = 5.0458220744657805\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.50923 (-9.16699%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 5.555053517866596,
+ "score-diff": "0.5092314434008154",
+ "score-diff-perc": "+10.09214%",
+ "tooltip": "score = 5.555053517866596\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.50923 (+10.09214%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -128274,9 +128768,9 @@
7
),
"score": 5.132228569697005,
- "score-diff": "0.08640649523122423",
- "score-diff-perc": "+1.71244%",
- "tooltip": "score = 5.132228569697005\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.08641 (+1.71244%)",
+ "score-diff": "-0.42282494816959115",
+ "score-diff-perc": "-7.61154%",
+ "tooltip": "score = 5.132228569697005\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.42282 (-7.61154%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -128403,11 +128897,11 @@
17,
1
),
- "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",
+ "score": 5.600721683081241,
+ "score-diff": "0.365638460572308",
+ "score-diff-perc": "+6.98439%",
+ "tooltip": "score = 5.600721683081241\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.36564 (+6.98439%)",
+ "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",
@@ -128429,11 +128923,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",
@@ -128455,11 +128949,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -128482,9 +128976,9 @@
7
),
"score": 6.101033360191191,
- "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%)",
+ "score-diff": "1.056988397626097",
+ "score-diff-perc": "+20.95517%",
+ "tooltip": "score = 6.101033360191191\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.05699 (+20.95517%)",
"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)",
@@ -128611,11 +129105,11 @@
9,
48
),
- "score": 6.834787179731684,
- "score-diff": "1.3986607652690939",
- "score-diff-perc": "+25.72900%",
- "tooltip": "score = 6.834787179731684\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +1.39866 (+25.72900%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 5.974630866674007,
+ "score-diff": "0.5385044522114164",
+ "score-diff-perc": "+9.90603%",
+ "tooltip": "score = 5.974630866674007\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.53850 (+9.90603%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -128637,11 +129131,11 @@
9,
48
),
- "score": 5.974630866674007,
- "score-diff": "-0.8601563130576775",
- "score-diff-perc": "-12.58498%",
- "tooltip": "score = 5.974630866674007\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.86016 (-12.58498%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 6.834787179731684,
+ "score-diff": "0.8601563130576775",
+ "score-diff-perc": "+14.39681%",
+ "tooltip": "score = 6.834787179731684\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.86016 (+14.39681%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -128664,9 +129158,9 @@
2
),
"score": 6.481243660055945,
- "score-diff": "0.5066127933819384",
- "score-diff-perc": "+8.47940%",
- "tooltip": "score = 6.481243660055945\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.50661 (+8.47940%)",
+ "score-diff": "-0.35354351967573905",
+ "score-diff-perc": "-5.17271%",
+ "tooltip": "score = 6.481243660055945\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.35354 (-5.17271%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -128949,11 +129443,11 @@
14,
48
),
- "score": 7.81439592620779,
- "score-diff": "1.3602026516479606",
- "score-diff-perc": "+21.07471%",
- "tooltip": "score = 7.81439592620779\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +1.36020 (+21.07471%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 5.118135886330641,
+ "score-diff": "-1.3360573882291877",
+ "score-diff-perc": "-20.70061%",
+ "tooltip": "score = 5.118135886330641\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -1.33606 (-20.70061%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -128975,11 +129469,11 @@
14,
48
),
- "score": 6.316254044145545,
- "score-diff": "-1.498141882062245",
- "score-diff-perc": "-19.17156%",
- "tooltip": "score = 6.316254044145545\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -1.49814 (-19.17156%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 7.81439592620779,
+ "score-diff": "2.6962600398771484",
+ "score-diff-perc": "+52.68051%",
+ "tooltip": "score = 7.81439592620779\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +2.69626 (+52.68051%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -129001,11 +129495,11 @@
14,
48
),
- "score": 5.118135886330641,
- "score-diff": "-1.1981181578149034",
- "score-diff-perc": "-18.96881%",
- "tooltip": "score = 5.118135886330641\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -1.19812 (-18.96881%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 6.316254044145545,
+ "score-diff": "-1.498141882062245",
+ "score-diff-perc": "-19.17156%",
+ "tooltip": "score = 6.316254044145545\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -1.49814 (-19.17156%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -129028,9 +129522,9 @@
37
),
"score": 5.990057465265133,
- "score-diff": "0.8719215789344918",
- "score-diff-perc": "+17.03592%",
- "tooltip": "score = 5.990057465265133\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.87192 (+17.03592%)",
+ "score-diff": "-0.32619657888041154",
+ "score-diff-perc": "-5.16440%",
+ "tooltip": "score = 5.990057465265133\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.32620 (-5.16440%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -129157,11 +129651,11 @@
8,
54
),
- "score": 4.9959924628605865,
- "score-diff": "-0.7408274658515275",
- "score-diff-perc": "-12.91356%",
- "tooltip": "score = 4.9959924628605865\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.74083 (-12.91356%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 5.489194376757326,
+ "score-diff": "-0.24762555195478786",
+ "score-diff-perc": "-4.31643%",
+ "tooltip": "score = 5.489194376757326\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.24763 (-4.31643%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -129183,11 +129677,11 @@
8,
54
),
- "score": 5.489194376757326,
- "score-diff": "0.4932019138967396",
- "score-diff-perc": "+9.87195%",
- "tooltip": "score = 5.489194376757326\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.49320 (+9.87195%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 4.9959924628605865,
+ "score-diff": "-0.4932019138967396",
+ "score-diff-perc": "-8.98496%",
+ "tooltip": "score = 4.9959924628605865\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.49320 (-8.98496%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -129210,9 +129704,9 @@
43
),
"score": 5.594538922329841,
- "score-diff": "0.10534454557251482",
- "score-diff-perc": "+1.91913%",
- "tooltip": "score = 5.594538922329841\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.10534 (+1.91913%)",
+ "score-diff": "0.5985464594692544",
+ "score-diff-perc": "+11.98053%",
+ "tooltip": "score = 5.594538922329841\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.59855 (+11.98053%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -134999,6 +135493,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 5.6511717713575935,
+ "score-diff": "-0.08731637003729098",
+ "score-diff-perc": "-1.52159%",
+ "tooltip": "score = 5.6511717713575935\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.08732 (-1.52159%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -135248,11 +135768,11 @@
18,
7
),
- "score": 5.5213886553317995,
- "score-diff": "-0.19564727236807844",
- "score-diff-perc": "-3.42218%",
- "tooltip": "score = 5.5213886553317995\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.19565 (-3.42218%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 5.489557279966427,
+ "score-diff": "-0.2274786477334505",
+ "score-diff-perc": "-3.97896%",
+ "tooltip": "score = 5.489557279966427\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.22748 (-3.97896%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -135274,11 +135794,11 @@
18,
7
),
- "score": 5.489557279966427,
- "score-diff": "-0.03183137536537206",
- "score-diff-perc": "-0.57651%",
- "tooltip": "score = 5.489557279966427\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03183 (-0.57651%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 5.5213886553317995,
+ "score-diff": "0.03183137536537206",
+ "score-diff-perc": "+0.57985%",
+ "tooltip": "score = 5.5213886553317995\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.03183 (+0.57985%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -135301,9 +135821,9 @@
7
),
"score": 5.71361539096718,
- "score-diff": "0.2240581110007529",
- "score-diff-perc": "+4.08153%",
- "tooltip": "score = 5.71361539096718\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.22406 (+4.08153%)",
+ "score-diff": "0.19222673563538084",
+ "score-diff-perc": "+3.48149%",
+ "tooltip": "score = 5.71361539096718\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.19223 (+3.48149%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -135430,11 +135950,11 @@
17,
1
),
- "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",
+ "score": 5.721145290873691,
+ "score-diff": "0.23807307339926354",
+ "score-diff-perc": "+4.34196%",
+ "tooltip": "score = 5.721145290873691\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.23807 (+4.34196%)",
+ "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",
@@ -135456,11 +135976,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",
@@ -135482,11 +136002,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -135509,9 +136029,9 @@
7
),
"score": 5.5806473060625255,
- "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%)",
+ "score-diff": "-2.0006652333515627",
+ "score-diff-perc": "-26.38943%",
+ "tooltip": "score = 5.5806473060625255\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.00067 (-26.38943%)",
"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)",
@@ -135638,11 +136158,11 @@
9,
48
),
- "score": 5.52482661811956,
- "score-diff": "-0.9300037357213675",
- "score-diff-perc": "-14.40787%",
- "tooltip": "score = 5.52482661811956\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.93000 (-14.40787%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 5.512995155645182,
+ "score-diff": "-0.9418351981957453",
+ "score-diff-perc": "-14.59117%",
+ "tooltip": "score = 5.512995155645182\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.94184 (-14.59117%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -135664,11 +136184,11 @@
9,
48
),
- "score": 5.512995155645182,
- "score-diff": "-0.01183146247437783",
- "score-diff-perc": "-0.21415%",
- "tooltip": "score = 5.512995155645182\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.01183 (-0.21415%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 5.52482661811956,
+ "score-diff": "0.01183146247437783",
+ "score-diff-perc": "+0.21461%",
+ "tooltip": "score = 5.52482661811956\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.01183 (+0.21461%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -135691,9 +136211,9 @@
2
),
"score": 5.864045190362131,
- "score-diff": "0.3510500347169492",
- "score-diff-perc": "+6.36768%",
- "tooltip": "score = 5.864045190362131\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.35105 (+6.36768%)",
+ "score-diff": "0.33921857224257135",
+ "score-diff-perc": "+6.13990%",
+ "tooltip": "score = 5.864045190362131\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.33922 (+6.13990%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -135976,11 +136496,11 @@
14,
48
),
- "score": 5.547446916716153,
- "score-diff": "-1.443392999856858",
- "score-diff-perc": "-20.64692%",
- "tooltip": "score = 5.547446916716153\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -1.44339 (-20.64692%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 8.356607625259219,
+ "score-diff": "1.3657677086862083",
+ "score-diff-perc": "+19.53653%",
+ "tooltip": "score = 8.356607625259219\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +1.36577 (+19.53653%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -136002,11 +136522,11 @@
14,
48
),
- "score": 5.5680948951723686,
- "score-diff": "0.02064797845621591",
- "score-diff-perc": "+0.37221%",
- "tooltip": "score = 5.5680948951723686\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.02065 (+0.37221%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 5.547446916716153,
+ "score-diff": "-2.8091607085430663",
+ "score-diff-perc": "-33.61604%",
+ "tooltip": "score = 5.547446916716153\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -2.80916 (-33.61604%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -136028,11 +136548,11 @@
14,
48
),
- "score": 8.356607625259219,
- "score-diff": "2.7885127300868504",
- "score-diff-perc": "+50.08019%",
- "tooltip": "score = 8.356607625259219\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +2.78851 (+50.08019%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 5.5680948951723686,
+ "score-diff": "0.02064797845621591",
+ "score-diff-perc": "+0.37221%",
+ "tooltip": "score = 5.5680948951723686\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.02065 (+0.37221%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -136055,9 +136575,9 @@
37
),
"score": 5.65928850269139,
- "score-diff": "-2.697319122567829",
- "score-diff-perc": "-32.27768%",
- "tooltip": "score = 5.65928850269139\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -2.69732 (-32.27768%)",
+ "score-diff": "0.09119360751902139",
+ "score-diff-perc": "+1.63779%",
+ "tooltip": "score = 5.65928850269139\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.09119 (+1.63779%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -136184,11 +136704,11 @@
8,
54
),
- "score": 8.709894512937884,
- "score-diff": "3.2005047537458724",
- "score-diff-perc": "+58.09182%",
- "tooltip": "score = 8.709894512937884\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +3.20050 (+58.09182%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 6.0936209346825585,
+ "score-diff": "0.5842311754905465",
+ "score-diff-perc": "+10.60428%",
+ "tooltip": "score = 6.0936209346825585\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.58423 (+10.60428%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -136210,11 +136730,11 @@
8,
54
),
- "score": 6.0936209346825585,
- "score-diff": "-2.616273578255326",
- "score-diff-perc": "-30.03795%",
- "tooltip": "score = 6.0936209346825585\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.61627 (-30.03795%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 8.709894512937884,
+ "score-diff": "2.616273578255326",
+ "score-diff-perc": "+42.93463%",
+ "tooltip": "score = 8.709894512937884\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.61627 (+42.93463%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -136237,9 +136757,9 @@
43
),
"score": 5.5771460803018424,
- "score-diff": "-0.516474854380716",
- "score-diff-perc": "-8.47566%",
- "tooltip": "score = 5.5771460803018424\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.51647 (-8.47566%)",
+ "score-diff": "-3.132748432636042",
+ "score-diff-perc": "-35.96770%",
+ "tooltip": "score = 5.5771460803018424\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -3.13275 (-35.96770%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -142026,6 +142546,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 5.63697365461433,
+ "score-diff": "-0.2966674886034806",
+ "score-diff-perc": "-4.99975%",
+ "tooltip": "score = 5.63697365461433\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.29667 (-4.99975%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -142275,11 +142821,11 @@
18,
7
),
- "score": 6.413432186881994,
- "score-diff": "2.3181255768859845",
- "score-diff-perc": "+56.60444%",
- "tooltip": "score = 6.413432186881994\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.31813 (+56.60444%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 3.5849731931112743,
+ "score-diff": "-0.5103334168847349",
+ "score-diff-perc": "-12.46142%",
+ "tooltip": "score = 3.5849731931112743\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.51033 (-12.46142%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -142301,11 +142847,11 @@
18,
7
),
- "score": 3.5849731931112743,
- "score-diff": "-2.8284589937707194",
- "score-diff-perc": "-44.10211%",
- "tooltip": "score = 3.5849731931112743\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.82846 (-44.10211%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 6.413432186881994,
+ "score-diff": "2.8284589937707194",
+ "score-diff-perc": "+78.89763%",
+ "tooltip": "score = 6.413432186881994\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.82846 (+78.89763%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -142328,9 +142874,9 @@
7
),
"score": 3.591666797397931,
- "score-diff": "0.0066936042866565515",
- "score-diff-perc": "+0.18671%",
- "tooltip": "score = 3.591666797397931\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00669 (+0.18671%)",
+ "score-diff": "-2.821765389484063",
+ "score-diff-perc": "-43.99774%",
+ "tooltip": "score = 3.591666797397931\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.82177 (-43.99774%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -142457,11 +143003,11 @@
17,
1
),
- "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",
+ "score": 3.6102884871621876,
+ "score-diff": "-0.7235033301364924",
+ "score-diff-perc": "-16.69446%",
+ "tooltip": "score = 3.6102884871621876\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.72350 (-16.69446%)",
+ "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",
@@ -142483,11 +143029,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",
@@ -142509,11 +143055,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -142536,9 +143082,9 @@
7
),
"score": 5.081695820452121,
- "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%)",
+ "score-diff": "1.0945382819842604",
+ "score-diff-perc": "+27.45159%",
+ "tooltip": "score = 5.081695820452121\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.09454 (+27.45159%)",
"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)",
@@ -142665,11 +143211,11 @@
9,
48
),
- "score": 3.8055266854054373,
- "score-diff": "0.25749201555354384",
- "score-diff-perc": "+7.25731%",
- "tooltip": "score = 3.8055266854054373\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.25749 (+7.25731%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 3.579354714467403,
+ "score-diff": "0.031320044615509524",
+ "score-diff-perc": "+0.88274%",
+ "tooltip": "score = 3.579354714467403\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.03132 (+0.88274%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -142691,11 +143237,11 @@
9,
48
),
- "score": 3.579354714467403,
- "score-diff": "-0.22617197093803432",
- "score-diff-perc": "-5.94325%",
- "tooltip": "score = 3.579354714467403\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.22617 (-5.94325%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 3.8055266854054373,
+ "score-diff": "0.22617197093803432",
+ "score-diff-perc": "+6.31879%",
+ "tooltip": "score = 3.8055266854054373\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.22617 (+6.31879%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -142718,9 +143264,9 @@
2
),
"score": 3.862395134501927,
- "score-diff": "0.28304042003452423",
- "score-diff-perc": "+7.90758%",
- "tooltip": "score = 3.862395134501927\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.28304 (+7.90758%)",
+ "score-diff": "0.056868449096489915",
+ "score-diff-perc": "+1.49436%",
+ "tooltip": "score = 3.862395134501927\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.05687 (+1.49436%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -143003,11 +143549,11 @@
14,
48
),
- "score": 4.685683500498382,
- "score-diff": "0.8607703836641472",
- "score-diff-perc": "+22.50431%",
- "tooltip": "score = 4.685683500498382\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.86077 (+22.50431%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 3.6353805418740577,
+ "score-diff": "-0.1895325749601775",
+ "score-diff-perc": "-4.95521%",
+ "tooltip": "score = 3.6353805418740577\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.18953 (-4.95521%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -143029,11 +143575,11 @@
14,
48
),
- "score": 3.5743175266957956,
- "score-diff": "-1.1113659738025867",
- "score-diff-perc": "-23.71833%",
- "tooltip": "score = 3.5743175266957956\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -1.11137 (-23.71833%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 4.685683500498382,
+ "score-diff": "1.0503029586243247",
+ "score-diff-perc": "+28.89114%",
+ "tooltip": "score = 4.685683500498382\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +1.05030 (+28.89114%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -143055,11 +143601,11 @@
14,
48
),
- "score": 3.6353805418740577,
- "score-diff": "0.06106301517826207",
- "score-diff-perc": "+1.70838%",
- "tooltip": "score = 3.6353805418740577\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.06106 (+1.70838%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 3.5743175266957956,
+ "score-diff": "-1.1113659738025867",
+ "score-diff-perc": "-23.71833%",
+ "tooltip": "score = 3.5743175266957956\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -1.11137 (-23.71833%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -143082,9 +143628,9 @@
37
),
"score": 3.5710886786924845,
- "score-diff": "-0.0642918631815732",
- "score-diff-perc": "-1.76850%",
- "tooltip": "score = 3.5710886786924845\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.06429 (-1.76850%)",
+ "score-diff": "-0.0032288480033111355",
+ "score-diff-perc": "-0.09033%",
+ "tooltip": "score = 3.5710886786924845\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.00323 (-0.09033%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -143211,11 +143757,11 @@
8,
54
),
- "score": 4.23120017480827,
- "score-diff": "0.07356932351517642",
- "score-diff-perc": "+1.76950%",
- "tooltip": "score = 4.23120017480827\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.07357 (+1.76950%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 3.5951199213842813,
+ "score-diff": "-0.5625109299088127",
+ "score-diff-perc": "-13.52960%",
+ "tooltip": "score = 3.5951199213842813\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.56251 (-13.52960%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -143237,11 +143783,11 @@
8,
54
),
- "score": 3.5951199213842813,
- "score-diff": "-0.6360802534239891",
- "score-diff-perc": "-15.03309%",
- "tooltip": "score = 3.5951199213842813\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.63608 (-15.03309%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 4.23120017480827,
+ "score-diff": "0.6360802534239891",
+ "score-diff-perc": "+17.69288%",
+ "tooltip": "score = 4.23120017480827\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.63608 (+17.69288%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -143264,9 +143810,9 @@
43
),
"score": 3.7193024968238335,
- "score-diff": "0.12418257543955225",
- "score-diff-perc": "+3.45420%",
- "tooltip": "score = 3.7193024968238335\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.12418 (+3.45420%)",
+ "score-diff": "-0.5118976779844369",
+ "score-diff-perc": "-12.09817%",
+ "tooltip": "score = 3.7193024968238335\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.51190 (-12.09817%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -149053,6 +149599,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 3.6536181399035152,
+ "score-diff": "-0.007964698353038813",
+ "score-diff-perc": "-0.21752%",
+ "tooltip": "score = 3.6536181399035152\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.00796 (-0.21752%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -149302,11 +149874,11 @@
18,
7
),
- "score": 3.636596365572312,
- "score-diff": "-0.39499055837231634",
- "score-diff-perc": "-9.79740%",
- "tooltip": "score = 3.636596365572312\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.39499 (-9.79740%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 3.5004223366736698,
+ "score-diff": "-0.5311645872709585",
+ "score-diff-perc": "-13.17507%",
+ "tooltip": "score = 3.5004223366736698\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.53116 (-13.17507%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -149328,11 +149900,11 @@
18,
7
),
- "score": 3.5004223366736698,
- "score-diff": "-0.13617402889864216",
- "score-diff-perc": "-3.74455%",
- "tooltip": "score = 3.5004223366736698\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.13617 (-3.74455%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 3.636596365572312,
+ "score-diff": "0.13617402889864216",
+ "score-diff-perc": "+3.89022%",
+ "tooltip": "score = 3.636596365572312\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.13617 (+3.89022%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -149355,9 +149927,9 @@
7
),
"score": 3.4855819201925313,
- "score-diff": "-0.01484041648113843",
- "score-diff-perc": "-0.42396%",
- "tooltip": "score = 3.4855819201925313\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01484 (-0.42396%)",
+ "score-diff": "-0.1510144453797806",
+ "score-diff-perc": "-4.15263%",
+ "tooltip": "score = 3.4855819201925313\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.15101 (-4.15263%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -149484,11 +150056,11 @@
17,
1
),
- "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",
+ "score": 4.754393640604057,
+ "score-diff": "0.4133072572815504",
+ "score-diff-perc": "+9.52083%",
+ "tooltip": "score = 4.754393640604057\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.41331 (+9.52083%)",
+ "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",
@@ -149510,11 +150082,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",
@@ -149536,11 +150108,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -149563,9 +150135,9 @@
7
),
"score": 4.3106128801192956,
- "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%)",
+ "score-diff": "0.7314643136669399",
+ "score-diff-perc": "+20.43682%",
+ "tooltip": "score = 4.3106128801192956\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.73146 (+20.43682%)",
"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)",
@@ -149692,11 +150264,11 @@
9,
48
),
- "score": 3.5882522740307072,
- "score-diff": "-0.4287516367422253",
- "score-diff-perc": "-10.67342%",
- "tooltip": "score = 3.5882522740307072\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.42875 (-10.67342%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 3.80952942142655,
+ "score-diff": "-0.20747448934638246",
+ "score-diff-perc": "-5.16491%",
+ "tooltip": "score = 3.80952942142655\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.20747 (-5.16491%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -149718,11 +150290,11 @@
9,
48
),
- "score": 3.80952942142655,
- "score-diff": "0.2212771473958428",
- "score-diff-perc": "+6.16671%",
- "tooltip": "score = 3.80952942142655\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.22128 (+6.16671%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 3.5882522740307072,
+ "score-diff": "-0.2212771473958428",
+ "score-diff-perc": "-5.80852%",
+ "tooltip": "score = 3.5882522740307072\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.22128 (-5.80852%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -149745,9 +150317,9 @@
2
),
"score": 3.6546645625160634,
- "score-diff": "-0.15486485891048662",
- "score-diff-perc": "-4.06520%",
- "tooltip": "score = 3.6546645625160634\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.15486 (-4.06520%)",
+ "score-diff": "0.06641228848535619",
+ "score-diff-perc": "+1.85083%",
+ "tooltip": "score = 3.6546645625160634\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.06641 (+1.85083%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -150030,11 +150602,11 @@
14,
48
),
- "score": 3.7041244888471,
- "score-diff": "-1.206953127022202",
- "score-diff-perc": "-24.57614%",
- "tooltip": "score = 3.7041244888471\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -1.20695 (-24.57614%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 3.5226304280270235,
+ "score-diff": "-1.3884471878422784",
+ "score-diff-perc": "-28.27174%",
+ "tooltip": "score = 3.5226304280270235\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -1.38845 (-28.27174%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -150056,11 +150628,11 @@
14,
48
),
- "score": 4.597769181664209,
- "score-diff": "0.8936446928171087",
- "score-diff-perc": "+24.12567%",
- "tooltip": "score = 4.597769181664209\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.89364 (+24.12567%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 3.7041244888471,
+ "score-diff": "0.18149406082007635",
+ "score-diff-perc": "+5.15223%",
+ "tooltip": "score = 3.7041244888471\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.18149 (+5.15223%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -150082,11 +150654,11 @@
14,
48
),
- "score": 3.5226304280270235,
- "score-diff": "-1.075138753637185",
- "score-diff-perc": "-23.38392%",
- "tooltip": "score = 3.5226304280270235\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -1.07514 (-23.38392%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 4.597769181664209,
+ "score-diff": "0.8936446928171087",
+ "score-diff-perc": "+24.12567%",
+ "tooltip": "score = 4.597769181664209\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.89364 (+24.12567%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -150109,9 +150681,9 @@
37
),
"score": 4.2229537920968045,
- "score-diff": "0.700323364069781",
- "score-diff-perc": "+19.88069%",
- "tooltip": "score = 4.2229537920968045\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.70032 (+19.88069%)",
+ "score-diff": "-0.374815389567404",
+ "score-diff-perc": "-8.15211%",
+ "tooltip": "score = 4.2229537920968045\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.37482 (-8.15211%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -150238,11 +150810,11 @@
8,
54
),
- "score": 3.7207655343396717,
- "score-diff": "-0.23325711806757266",
- "score-diff-perc": "-5.89924%",
- "tooltip": "score = 3.7207655343396717\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.23326 (-5.89924%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 4.256677799836181,
+ "score-diff": "0.30265514742893673",
+ "score-diff-perc": "+7.65436%",
+ "tooltip": "score = 4.256677799836181\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.30266 (+7.65436%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -150264,11 +150836,11 @@
8,
54
),
- "score": 4.256677799836181,
- "score-diff": "0.5359122654965094",
- "score-diff-perc": "+14.40328%",
- "tooltip": "score = 4.256677799836181\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.53591 (+14.40328%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 3.7207655343396717,
+ "score-diff": "-0.5359122654965094",
+ "score-diff-perc": "-12.58992%",
+ "tooltip": "score = 3.7207655343396717\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.53591 (-12.58992%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -150291,9 +150863,9 @@
43
),
"score": 4.054222412048862,
- "score-diff": "-0.2024553877873192",
- "score-diff-perc": "-4.75618%",
- "tooltip": "score = 4.054222412048862\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.20246 (-4.75618%)",
+ "score-diff": "0.3334568777091902",
+ "score-diff-perc": "+8.96205%",
+ "tooltip": "score = 4.054222412048862\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.33346 (+8.96205%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -156080,6 +156652,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 3.7275445502032043,
+ "score-diff": "-0.02230994398470809",
+ "score-diff-perc": "-0.59495%",
+ "tooltip": "score = 3.7275445502032043\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.02231 (-0.59495%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -156329,11 +156927,11 @@
18,
7
),
- "score": 3.6268838450775625,
- "score-diff": "0.009839107373021072",
- "score-diff-perc": "+0.27202%",
- "tooltip": "score = 3.6268838450775625\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00984 (+0.27202%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 3.481928324167165,
+ "score-diff": "-0.13511641353737636",
+ "score-diff-perc": "-3.73555%",
+ "tooltip": "score = 3.481928324167165\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.13512 (-3.73555%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -156355,11 +156953,11 @@
18,
7
),
- "score": 3.481928324167165,
- "score-diff": "-0.14495552091039743",
- "score-diff-perc": "-3.99670%",
- "tooltip": "score = 3.481928324167165\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.14496 (-3.99670%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 3.6268838450775625,
+ "score-diff": "0.14495552091039743",
+ "score-diff-perc": "+4.16308%",
+ "tooltip": "score = 3.6268838450775625\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.14496 (+4.16308%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -156382,9 +156980,9 @@
7
),
"score": 3.472777390419936,
- "score-diff": "-0.009150933747228862",
- "score-diff-perc": "-0.26281%",
- "tooltip": "score = 3.472777390419936\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00915 (-0.26281%)",
+ "score-diff": "-0.1541064546576263",
+ "score-diff-perc": "-4.24900%",
+ "tooltip": "score = 3.472777390419936\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.15411 (-4.24900%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -156511,11 +157109,11 @@
17,
1
),
- "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",
+ "score": 3.716549247035984,
+ "score-diff": "-0.4300407516638698",
+ "score-diff-perc": "-10.37095%",
+ "tooltip": "score = 3.716549247035984\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.43004 (-10.37095%)",
+ "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",
@@ -156537,11 +157135,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",
@@ -156563,11 +157161,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -156590,9 +157188,9 @@
7
),
"score": 4.1894766694309045,
- "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%)",
+ "score-diff": "0.4172696124416073",
+ "score-diff-perc": "+11.06168%",
+ "tooltip": "score = 4.1894766694309045\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.41727 (+11.06168%)",
"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)",
@@ -156719,11 +157317,11 @@
9,
48
),
- "score": 3.7980239543712826,
- "score-diff": "0.13397724150902635",
- "score-diff-perc": "+3.65654%",
- "tooltip": "score = 3.7980239543712826\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.13398 (+3.65654%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 3.575204670130847,
+ "score-diff": "-0.08884204273140917",
+ "score-diff-perc": "-2.42470%",
+ "tooltip": "score = 3.575204670130847\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.08884 (-2.42470%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -156745,11 +157343,11 @@
9,
48
),
- "score": 3.575204670130847,
- "score-diff": "-0.2228192842404355",
- "score-diff-perc": "-5.86672%",
- "tooltip": "score = 3.575204670130847\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.22282 (-5.86672%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 3.7980239543712826,
+ "score-diff": "0.2228192842404355",
+ "score-diff-perc": "+6.23235%",
+ "tooltip": "score = 3.7980239543712826\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.22282 (+6.23235%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -156772,9 +157370,9 @@
2
),
"score": 3.510953437873758,
- "score-diff": "-0.06425123225708917",
- "score-diff-perc": "-1.79713%",
- "tooltip": "score = 3.510953437873758\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.06425 (-1.79713%)",
+ "score-diff": "-0.2870705164975247",
+ "score-diff-perc": "-7.55842%",
+ "tooltip": "score = 3.510953437873758\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.28707 (-7.55842%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -157057,11 +157655,11 @@
14,
48
),
- "score": 3.6406562932793975,
- "score-diff": "-0.2380956395480105",
- "score-diff-perc": "-6.13846%",
- "tooltip": "score = 3.6406562932793975\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.23810 (-6.13846%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 4.479935711368567,
+ "score-diff": "0.6011837785411589",
+ "score-diff-perc": "+15.49941%",
+ "tooltip": "score = 4.479935711368567\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.60118 (+15.49941%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -157083,11 +157681,11 @@
14,
48
),
- "score": 3.709047200650521,
- "score-diff": "0.06839090737112352",
- "score-diff-perc": "+1.87853%",
- "tooltip": "score = 3.709047200650521\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.06839 (+1.87853%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 3.6406562932793975,
+ "score-diff": "-0.8392794180891694",
+ "score-diff-perc": "-18.73418%",
+ "tooltip": "score = 3.6406562932793975\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.83928 (-18.73418%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -157109,11 +157707,11 @@
14,
48
),
- "score": 4.479935711368567,
- "score-diff": "0.7708885107180459",
- "score-diff-perc": "+20.78400%",
- "tooltip": "score = 4.479935711368567\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.77089 (+20.78400%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 3.709047200650521,
+ "score-diff": "0.06839090737112352",
+ "score-diff-perc": "+1.87853%",
+ "tooltip": "score = 3.709047200650521\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.06839 (+1.87853%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -157136,9 +157734,9 @@
37
),
"score": 3.641766057785388,
- "score-diff": "-0.8381696535831789",
- "score-diff-perc": "-18.70941%",
- "tooltip": "score = 3.641766057785388\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.83817 (-18.70941%)",
+ "score-diff": "-0.06728114286513298",
+ "score-diff-perc": "-1.81397%",
+ "tooltip": "score = 3.641766057785388\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.06728 (-1.81397%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -157265,11 +157863,11 @@
8,
54
),
- "score": 3.5217239930903084,
- "score-diff": "-0.1633286101862601",
- "score-diff-perc": "-4.43219%",
- "tooltip": "score = 3.5217239930903084\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.16333 (-4.43219%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 3.8703783708058546,
+ "score-diff": "0.1853257675292861",
+ "score-diff-perc": "+5.02912%",
+ "tooltip": "score = 3.8703783708058546\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.18533 (+5.02912%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -157291,11 +157889,11 @@
8,
54
),
- "score": 3.8703783708058546,
- "score-diff": "0.3486543777155462",
- "score-diff-perc": "+9.90011%",
- "tooltip": "score = 3.8703783708058546\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.34865 (+9.90011%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 3.5217239930903084,
+ "score-diff": "-0.3486543777155462",
+ "score-diff-perc": "-9.00828%",
+ "tooltip": "score = 3.5217239930903084\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.34865 (-9.00828%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -157318,9 +157916,9 @@
43
),
"score": 4.234842459402398,
- "score-diff": "0.3644640885965438",
- "score-diff-perc": "+9.41676%",
- "tooltip": "score = 4.234842459402398\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.36446 (+9.41676%)",
+ "score-diff": "0.71311846631209",
+ "score-diff-perc": "+20.24913%",
+ "tooltip": "score = 4.234842459402398\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.71312 (+20.24913%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -163107,6 +163705,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 3.78935771010183,
+ "score-diff": "0.025975586393763184",
+ "score-diff-perc": "+0.69022%",
+ "tooltip": "score = 3.78935771010183\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.02598 (+0.69022%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -163348,32 +163972,6 @@
),
},
- {
- "date": new Date(
- 2024,
- 3,
- 5,
- 18,
- 7
- ),
- "score": 4.9026590497248295,
- "score-diff": "0.012074352820250489",
- "score-diff-perc": "+0.24689%",
- "tooltip": "score = 4.9026590497248295\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01207 (+0.24689%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
- "commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
- "commit-msg": "Hide errors from input nodes (#9633)",
- "commit-author": "Kaz Wesley",
- "commit-url": "https://github.com/enso-org/enso/commit/5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
- "commit-date": new Date(
- 2024,
- 3,
- 5,
- 18,
- 7
- ),
- },
-
{
"date": new Date(
2024,
@@ -163383,9 +163981,9 @@
7
),
"score": 4.011948593210474,
- "score-diff": "-0.8907104565143555",
- "score-diff-perc": "-18.16791%",
- "tooltip": "score = 4.011948593210474\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.89071 (-18.16791%)",
+ "score-diff": "-0.878636103694105",
+ "score-diff-perc": "-17.96587%",
+ "tooltip": "score = 4.011948593210474\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.87864 (-17.96587%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -163400,6 +163998,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 3,
+ 5,
+ 18,
+ 7
+ ),
+ "score": 4.9026590497248295,
+ "score-diff": "0.8907104565143555",
+ "score-diff-perc": "+22.20144%",
+ "tooltip": "score = 4.9026590497248295\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.89071 (+22.20144%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
+ "commit-msg": "Hide errors from input nodes (#9633)",
+ "commit-author": "Kaz Wesley",
+ "commit-url": "https://github.com/enso-org/enso/commit/5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
+ "commit-date": new Date(
+ 2024,
+ 3,
+ 5,
+ 18,
+ 7
+ ),
+ },
+
{
"date": new Date(
2024,
@@ -163409,9 +164033,9 @@
7
),
"score": 4.042176877626959,
- "score-diff": "0.030228284416485174",
- "score-diff-perc": "+0.75346%",
- "tooltip": "score = 4.042176877626959\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.03023 (+0.75346%)",
+ "score-diff": "-0.8604821720978704",
+ "score-diff-perc": "-17.55134%",
+ "tooltip": "score = 4.042176877626959\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.86048 (-17.55134%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -163538,11 +164162,11 @@
17,
1
),
- "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",
+ "score": 5.043042480453102,
+ "score-diff": "1.0159612856179798",
+ "score-diff-perc": "+25.22823%",
+ "tooltip": "score = 5.043042480453102\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.01596 (+25.22823%)",
+ "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",
@@ -163564,11 +164188,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",
@@ -163590,11 +164214,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -163617,9 +164241,9 @@
7
),
"score": 4.130695497987761,
- "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%)",
+ "score-diff": "0.10586673723999596",
+ "score-diff-perc": "+2.63034%",
+ "tooltip": "score = 4.130695497987761\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.10587 (+2.63034%)",
"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)",
@@ -163746,11 +164370,11 @@
9,
48
),
- "score": 4.077751978709323,
- "score-diff": "-0.8880602478520983",
- "score-diff-perc": "-17.88348%",
- "tooltip": "score = 4.077751978709323\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.88806 (-17.88348%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 4.187943153342321,
+ "score-diff": "-0.7778690732191",
+ "score-diff-perc": "-15.66449%",
+ "tooltip": "score = 4.187943153342321\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.77787 (-15.66449%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -163772,11 +164396,11 @@
9,
48
),
- "score": 4.187943153342321,
- "score-diff": "0.11019117463299821",
- "score-diff-perc": "+2.70225%",
- "tooltip": "score = 4.187943153342321\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.11019 (+2.70225%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 4.077751978709323,
+ "score-diff": "-0.11019117463299821",
+ "score-diff-perc": "-2.63115%",
+ "tooltip": "score = 4.077751978709323\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.11019 (-2.63115%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -163799,9 +164423,9 @@
2
),
"score": 4.719875746854463,
- "score-diff": "0.531932593512142",
- "score-diff-perc": "+12.70152%",
- "tooltip": "score = 4.719875746854463\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.53193 (+12.70152%)",
+ "score-diff": "0.6421237681451402",
+ "score-diff-perc": "+15.74700%",
+ "tooltip": "score = 4.719875746854463\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.64212 (+15.74700%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -164084,11 +164708,11 @@
14,
48
),
- "score": 4.9099571817552246,
- "score-diff": "-0.9626187245745736",
- "score-diff-perc": "-16.39176%",
- "tooltip": "score = 4.9099571817552246\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.96262 (-16.39176%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 4.101469305747139,
+ "score-diff": "-1.7711066005826588",
+ "score-diff-perc": "-30.15894%",
+ "tooltip": "score = 4.101469305747139\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -1.77111 (-30.15894%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -164110,11 +164734,11 @@
14,
48
),
- "score": 5.310611009142648,
- "score-diff": "0.4006538273874236",
- "score-diff-perc": "+8.16003%",
- "tooltip": "score = 5.310611009142648\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.40065 (+8.16003%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 4.9099571817552246,
+ "score-diff": "0.8084878760080851",
+ "score-diff-perc": "+19.71215%",
+ "tooltip": "score = 4.9099571817552246\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.80849 (+19.71215%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -164136,11 +164760,11 @@
14,
48
),
- "score": 4.101469305747139,
- "score-diff": "-1.2091417033955087",
- "score-diff-perc": "-22.76841%",
- "tooltip": "score = 4.101469305747139\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -1.20914 (-22.76841%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 5.310611009142648,
+ "score-diff": "0.4006538273874236",
+ "score-diff-perc": "+8.16003%",
+ "tooltip": "score = 5.310611009142648\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.40065 (+8.16003%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -164163,9 +164787,9 @@
37
),
"score": 4.896336054429139,
- "score-diff": "0.7948667486819998",
- "score-diff-perc": "+19.38005%",
- "tooltip": "score = 4.896336054429139\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.79487 (+19.38005%)",
+ "score-diff": "-0.41427495471350895",
+ "score-diff-perc": "-7.80089%",
+ "tooltip": "score = 4.896336054429139\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.41427 (-7.80089%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -164292,11 +164916,11 @@
8,
54
),
- "score": 4.149201638256438,
- "score-diff": "-0.8103215094837317",
- "score-diff-perc": "-16.33870%",
- "tooltip": "score = 4.149201638256438\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.81032 (-16.33870%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 5.915600249744548,
+ "score-diff": "0.9560771020043788",
+ "score-diff-perc": "+19.27760%",
+ "tooltip": "score = 5.915600249744548\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.95608 (+19.27760%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -164318,11 +164942,11 @@
8,
54
),
- "score": 5.915600249744548,
- "score-diff": "1.7663986114881105",
- "score-diff-perc": "+42.57201%",
- "tooltip": "score = 5.915600249744548\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.76640 (+42.57201%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 4.149201638256438,
+ "score-diff": "-1.7663986114881105",
+ "score-diff-perc": "-29.86001%",
+ "tooltip": "score = 4.149201638256438\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.76640 (-29.86001%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -164345,9 +164969,9 @@
43
),
"score": 4.885050186054242,
- "score-diff": "-1.0305500636903062",
- "score-diff-perc": "-17.42089%",
- "tooltip": "score = 4.885050186054242\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.03055 (-17.42089%)",
+ "score-diff": "0.7358485477978043",
+ "score-diff-perc": "+17.73470%",
+ "tooltip": "score = 4.885050186054242\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.73585 (+17.73470%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -170134,6 +170758,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 4.1699813586566234,
+ "score-diff": "-0.010753955527313508",
+ "score-diff-perc": "-0.25723%",
+ "tooltip": "score = 4.1699813586566234\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.01075 (-0.25723%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -170383,11 +171033,11 @@
18,
7
),
- "score": 96.60352216044816,
- "score-diff": "0.057276411565382546",
- "score-diff-perc": "+0.05933%",
- "tooltip": "score = 96.60352216044816\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.05728 (+0.05933%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 84.27141173098872,
+ "score-diff": "-12.274834017894065",
+ "score-diff-perc": "-12.71394%",
+ "tooltip": "score = 84.27141173098872\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.27483 (-12.71394%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -170409,11 +171059,11 @@
18,
7
),
- "score": 84.27141173098872,
- "score-diff": "-12.332110429459448",
- "score-diff-perc": "-12.76569%",
- "tooltip": "score = 84.27141173098872\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.33211 (-12.76569%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 96.60352216044816,
+ "score-diff": "12.332110429459448",
+ "score-diff-perc": "+14.63380%",
+ "tooltip": "score = 96.60352216044816\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +12.33211 (+14.63380%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -170436,9 +171086,9 @@
7
),
"score": 84.28283932,
- "score-diff": "0.011427589011276496",
- "score-diff-perc": "+0.01356%",
- "tooltip": "score = 84.28283932\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01143 (+0.01356%)",
+ "score-diff": "-12.320682840448171",
+ "score-diff-perc": "-12.75387%",
+ "tooltip": "score = 84.28283932\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.32068 (-12.75387%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -170565,11 +171215,11 @@
17,
1
),
- "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",
+ "score": 96.06754329333333,
+ "score-diff": "12.13111559166667",
+ "score-diff-perc": "+14.45274%",
+ "tooltip": "score = 96.06754329333333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +12.13112 (+14.45274%)",
+ "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",
@@ -170591,11 +171241,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",
@@ -170617,11 +171267,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -170644,9 +171294,9 @@
7
),
"score": 83.98489427166666,
- "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%)",
+ "score-diff": "-0.0006335166666815439",
+ "score-diff-perc": "-0.00075%",
+ "tooltip": "score = 83.98489427166666\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00063 (-0.00075%)",
"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)",
@@ -170773,11 +171423,11 @@
9,
48
),
- "score": 83.962887025,
- "score-diff": "-12.305207828980585",
- "score-diff-perc": "-12.78223%",
- "tooltip": "score = 83.962887025\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -12.30521 (-12.78223%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 83.95775077166668,
+ "score-diff": "-12.310344082313904",
+ "score-diff-perc": "-12.78756%",
+ "tooltip": "score = 83.95775077166668\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -12.31034 (-12.78756%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -170799,11 +171449,11 @@
9,
48
),
- "score": 83.95775077166668,
- "score-diff": "-0.0051362533333190186",
- "score-diff-perc": "-0.00612%",
- "tooltip": "score = 83.95775077166668\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00514 (-0.00612%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 83.962887025,
+ "score-diff": "0.0051362533333190186",
+ "score-diff-perc": "+0.00612%",
+ "tooltip": "score = 83.962887025\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00514 (+0.00612%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -170826,9 +171476,9 @@
2
),
"score": 84.03314238292717,
- "score-diff": "0.07539161126048555",
- "score-diff-perc": "+0.08980%",
- "tooltip": "score = 84.03314238292717\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.07539 (+0.08980%)",
+ "score-diff": "0.07025535792716653",
+ "score-diff-perc": "+0.08367%",
+ "tooltip": "score = 84.03314238292717\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.07026 (+0.08367%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -171111,11 +171761,11 @@
14,
48
),
- "score": 96.04954039047621,
- "score-diff": "0.06302800571431533",
- "score-diff-perc": "+0.06566%",
- "tooltip": "score = 96.04954039047621\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.06303 (+0.06566%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 84.00732558382353,
+ "score-diff": "-11.979186800938365",
+ "score-diff-perc": "-12.48007%",
+ "tooltip": "score = 84.00732558382353\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -11.97919 (-12.48007%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -171137,11 +171787,11 @@
14,
48
),
- "score": 96.04241312571428,
- "score-diff": "-0.007127264761933816",
- "score-diff-perc": "-0.00742%",
- "tooltip": "score = 96.04241312571428\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00713 (-0.00742%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 96.04954039047621,
+ "score-diff": "12.04221480665268",
+ "score-diff-perc": "+14.33472%",
+ "tooltip": "score = 96.04954039047621\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +12.04221 (+14.33472%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -171163,11 +171813,11 @@
14,
48
),
- "score": 84.00732558382353,
- "score-diff": "-12.035087541890746",
- "score-diff-perc": "-12.53101%",
- "tooltip": "score = 84.00732558382353\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -12.03509 (-12.53101%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 96.04241312571428,
+ "score-diff": "-0.007127264761933816",
+ "score-diff-perc": "-0.00742%",
+ "tooltip": "score = 96.04241312571428\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00713 (-0.00742%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -171190,9 +171840,9 @@
37
),
"score": 96.0813054247619,
- "score-diff": "12.073979840938364",
- "score-diff-perc": "+14.37253%",
- "tooltip": "score = 96.0813054247619\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +12.07398 (+14.37253%)",
+ "score-diff": "0.038892299047617485",
+ "score-diff-perc": "+0.04049%",
+ "tooltip": "score = 96.0813054247619\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.03889 (+0.04049%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -171319,11 +171969,11 @@
8,
54
),
- "score": 84.00999565333333,
- "score-diff": "-11.997105655238101",
- "score-diff-perc": "-12.49606%",
- "tooltip": "score = 84.00999565333333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -11.99711 (-12.49606%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 96.0061982552381,
+ "score-diff": "-0.0009030533333316271",
+ "score-diff-perc": "-0.00094%",
+ "tooltip": "score = 96.0061982552381\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00090 (-0.00094%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -171345,11 +171995,11 @@
8,
54
),
- "score": 96.0061982552381,
- "score-diff": "11.99620260190477",
- "score-diff-perc": "+14.27949%",
- "tooltip": "score = 96.0061982552381\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +11.99620 (+14.27949%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 84.00999565333333,
+ "score-diff": "-11.99620260190477",
+ "score-diff-perc": "-12.49524%",
+ "tooltip": "score = 84.00999565333333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -11.99620 (-12.49524%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -171372,9 +172022,9 @@
43
),
"score": 95.99271904571428,
- "score-diff": "-0.013479209523822533",
- "score-diff-perc": "-0.01404%",
- "tooltip": "score = 95.99271904571428\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.01348 (-0.01404%)",
+ "score-diff": "11.982723392380947",
+ "score-diff-perc": "+14.26345%",
+ "tooltip": "score = 95.99271904571428\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +11.98272 (+14.26345%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -177161,6 +177811,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 97.26760709902912,
+ "score-diff": "-0.006077883495152037",
+ "score-diff-perc": "-0.00625%",
+ "tooltip": "score = 97.26760709902912\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.00608 (-0.00625%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -177410,11 +178086,11 @@
18,
7
),
- "score": 96.52772367148461,
- "score-diff": "0.030224558263313384",
- "score-diff-perc": "+0.03132%",
- "tooltip": "score = 96.52772367148461\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.03022 (+0.03132%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 84.26332892021368,
+ "score-diff": "-12.234170193007614",
+ "score-diff-perc": "-12.67823%",
+ "tooltip": "score = 84.26332892021368\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.23417 (-12.67823%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -177436,11 +178112,11 @@
18,
7
),
- "score": 84.26332892021368,
- "score-diff": "-12.264394751270927",
- "score-diff-perc": "-12.70557%",
- "tooltip": "score = 84.26332892021368\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.26439 (-12.70557%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 96.52772367148461,
+ "score-diff": "12.264394751270927",
+ "score-diff-perc": "+14.55484%",
+ "tooltip": "score = 96.52772367148461\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +12.26439 (+14.55484%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -177463,9 +178139,9 @@
7
),
"score": 84.29041014142763,
- "score-diff": "0.027081221213947515",
- "score-diff-perc": "+0.03214%",
- "tooltip": "score = 84.29041014142763\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02708 (+0.03214%)",
+ "score-diff": "-12.23731353005698",
+ "score-diff-perc": "-12.67751%",
+ "tooltip": "score = 84.29041014142763\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.23731 (-12.67751%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -177592,11 +178268,11 @@
17,
1
),
- "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",
+ "score": 96.07832191238096,
+ "score-diff": "12.105543795714297",
+ "score-diff-perc": "+14.41603%",
+ "tooltip": "score = 96.07832191238096\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +12.10554 (+14.41603%)",
+ "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",
@@ -177618,11 +178294,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",
@@ -177644,11 +178320,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -177671,9 +178347,9 @@
7
),
"score": 83.91848327166667,
- "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%)",
+ "score-diff": "-0.04121251499999801",
+ "score-diff-perc": "-0.04909%",
+ "tooltip": "score = 83.91848327166667\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.04121 (-0.04909%)",
"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)",
@@ -177800,11 +178476,11 @@
9,
48
),
- "score": 83.98124893166667,
- "score-diff": "-12.034972788333334",
- "score-diff-perc": "-12.53431%",
- "tooltip": "score = 83.98124893166667\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -12.03497 (-12.53431%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 83.96417900499999,
+ "score-diff": "-12.052042715000013",
+ "score-diff-perc": "-12.55209%",
+ "tooltip": "score = 83.96417900499999\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -12.05204 (-12.55209%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -177826,11 +178502,11 @@
9,
48
),
- "score": 83.96417900499999,
- "score-diff": "-0.017069926666678725",
- "score-diff-perc": "-0.02033%",
- "tooltip": "score = 83.96417900499999\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.01707 (-0.02033%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 83.98124893166667,
+ "score-diff": "0.017069926666678725",
+ "score-diff-perc": "+0.02033%",
+ "tooltip": "score = 83.98124893166667\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.01707 (+0.02033%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -177853,9 +178529,9 @@
2
),
"score": 84.06615636470588,
- "score-diff": "0.1019773597058844",
- "score-diff-perc": "+0.12145%",
- "tooltip": "score = 84.06615636470588\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.10198 (+0.12145%)",
+ "score-diff": "0.08490743303920567",
+ "score-diff-perc": "+0.10110%",
+ "tooltip": "score = 84.06615636470588\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.08491 (+0.10110%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -178138,11 +178814,11 @@
14,
48
),
- "score": 96.04450663809523,
- "score-diff": "-0.027910695238119843",
- "score-diff-perc": "-0.02905%",
- "tooltip": "score = 96.04450663809523\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.02791 (-0.02905%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 84.07236974117647,
+ "score-diff": "-12.000047592156875",
+ "score-diff-perc": "-12.49063%",
+ "tooltip": "score = 84.07236974117647\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -12.00005 (-12.49063%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -178164,11 +178840,11 @@
14,
48
),
- "score": 96.05474393142858,
- "score-diff": "0.010237293333346997",
- "score-diff-perc": "+0.01066%",
- "tooltip": "score = 96.05474393142858\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.01024 (+0.01066%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 96.04450663809523,
+ "score-diff": "11.972136896918755",
+ "score-diff-perc": "+14.24028%",
+ "tooltip": "score = 96.04450663809523\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +11.97214 (+14.24028%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -178190,11 +178866,11 @@
14,
48
),
- "score": 84.07236974117647,
- "score-diff": "-11.982374190252102",
- "score-diff-perc": "-12.47453%",
- "tooltip": "score = 84.07236974117647\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -11.98237 (-12.47453%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 96.05474393142858,
+ "score-diff": "0.010237293333346997",
+ "score-diff-perc": "+0.01066%",
+ "tooltip": "score = 96.05474393142858\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.01024 (+0.01066%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -178217,9 +178893,9 @@
37
),
"score": 96.11135505943223,
- "score-diff": "12.038985318255754",
- "score-diff-perc": "+14.31979%",
- "tooltip": "score = 96.11135505943223\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +12.03899 (+14.31979%)",
+ "score-diff": "0.05661112800365231",
+ "score-diff-perc": "+0.05894%",
+ "tooltip": "score = 96.11135505943223\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.05661 (+0.05894%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -178346,11 +179022,11 @@
8,
54
),
- "score": 83.96785609333332,
- "score-diff": "-12.05867623238096",
- "score-diff-perc": "-12.55765%",
- "tooltip": "score = 83.96785609333332\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.05868 (-12.55765%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 95.94302471428573,
+ "score-diff": "-0.08350761142855845",
+ "score-diff-perc": "-0.08696%",
+ "tooltip": "score = 95.94302471428573\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.08351 (-0.08696%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -178372,11 +179048,11 @@
8,
54
),
- "score": 95.94302471428573,
- "score-diff": "11.975168620952402",
- "score-diff-perc": "+14.26161%",
- "tooltip": "score = 95.94302471428573\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +11.97517 (+14.26161%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 83.96785609333332,
+ "score-diff": "-11.975168620952402",
+ "score-diff-perc": "-12.48154%",
+ "tooltip": "score = 83.96785609333332\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -11.97517 (-12.48154%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -178399,9 +179075,9 @@
43
),
"score": 95.97856309333334,
- "score-diff": "0.03553837904760826",
- "score-diff-perc": "+0.03704%",
- "tooltip": "score = 95.97856309333334\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.03554 (+0.03704%)",
+ "score-diff": "12.01070700000001",
+ "score-diff-perc": "+14.30393%",
+ "tooltip": "score = 95.97856309333334\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +12.01071 (+14.30393%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -184188,6 +184864,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 97.34493664271845,
+ "score-diff": "0.0727297495145649",
+ "score-diff-perc": "+0.07477%",
+ "tooltip": "score = 97.34493664271845\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.07273 (+0.07477%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -184437,11 +185139,11 @@
18,
7
),
- "score": 96.5702734360224,
- "score-diff": "0.013262360896348468",
- "score-diff-perc": "+0.01374%",
- "tooltip": "score = 96.5702734360224\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01326 (+0.01374%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 84.28767627876069,
+ "score-diff": "-12.26933479636537",
+ "score-diff-perc": "-12.70683%",
+ "tooltip": "score = 84.28767627876069\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.26933 (-12.70683%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -184463,11 +185165,11 @@
18,
7
),
- "score": 84.28767627876069,
- "score-diff": "-12.28259715726172",
- "score-diff-perc": "-12.71882%",
- "tooltip": "score = 84.28767627876069\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.28260 (-12.71882%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 96.5702734360224,
+ "score-diff": "12.28259715726172",
+ "score-diff-perc": "+14.57223%",
+ "tooltip": "score = 96.5702734360224\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +12.28260 (+14.57223%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -184490,9 +185192,9 @@
7
),
"score": 84.34948692952705,
- "score-diff": "0.061810650766361164",
- "score-diff-perc": "+0.07333%",
- "tooltip": "score = 84.34948692952705\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.06181 (+0.07333%)",
+ "score-diff": "-12.220786506495358",
+ "score-diff-perc": "-12.65481%",
+ "tooltip": "score = 84.34948692952705\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.22079 (-12.65481%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -184619,11 +185321,11 @@
17,
1
),
- "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",
+ "score": 96.01597853523809,
+ "score-diff": "12.090779398571414",
+ "score-diff-perc": "+14.40661%",
+ "tooltip": "score = 96.01597853523809\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +12.09078 (+14.40661%)",
+ "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",
@@ -184645,11 +185347,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",
@@ -184671,11 +185373,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -184698,9 +185400,9 @@
7
),
"score": 83.97425649166667,
- "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%)",
+ "score-diff": "0.023362258333321506",
+ "score-diff-perc": "+0.02783%",
+ "tooltip": "score = 83.97425649166667\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.02336 (+0.02783%)",
"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)",
@@ -184827,11 +185529,11 @@
9,
48
),
- "score": 84.00231417358543,
- "score-diff": "-11.986220430224094",
- "score-diff-perc": "-12.48714%",
- "tooltip": "score = 84.00231417358543\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -11.98622 (-12.48714%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 83.93197097166667,
+ "score-diff": "-12.056563632142854",
+ "score-diff-perc": "-12.56042%",
+ "tooltip": "score = 83.93197097166667\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -12.05656 (-12.56042%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -184853,11 +185555,11 @@
9,
48
),
- "score": 83.93197097166667,
- "score-diff": "-0.0703432019187602",
- "score-diff-perc": "-0.08374%",
- "tooltip": "score = 83.93197097166667\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.07034 (-0.08374%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 84.00231417358543,
+ "score-diff": "0.0703432019187602",
+ "score-diff-perc": "+0.08381%",
+ "tooltip": "score = 84.00231417358543\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.07034 (+0.08381%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -184880,9 +185582,9 @@
2
),
"score": 84.00597694708684,
- "score-diff": "0.07400597542016385",
- "score-diff-perc": "+0.08817%",
- "tooltip": "score = 84.00597694708684\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.07401 (+0.08817%)",
+ "score-diff": "0.003662773501403649",
+ "score-diff-perc": "+0.00436%",
+ "tooltip": "score = 84.00597694708684\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00366 (+0.00436%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -185165,11 +185867,11 @@
14,
48
),
- "score": 96.02855450857143,
- "score-diff": "0.031304761904777934",
- "score-diff-perc": "+0.03261%",
- "tooltip": "score = 96.02855450857143\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.03130 (+0.03261%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 84.08581011187675,
+ "score-diff": "-11.9114396347899",
+ "score-diff-perc": "-12.40811%",
+ "tooltip": "score = 84.08581011187675\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -11.91144 (-12.40811%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -185191,11 +185893,11 @@
14,
48
),
- "score": 96.00110906095237,
- "score-diff": "-0.027445447619058427",
- "score-diff-perc": "-0.02858%",
- "tooltip": "score = 96.00110906095237\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.02745 (-0.02858%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 96.02855450857143,
+ "score-diff": "11.942744396694678",
+ "score-diff-perc": "+14.20304%",
+ "tooltip": "score = 96.02855450857143\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +11.94274 (+14.20304%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -185217,11 +185919,11 @@
14,
48
),
- "score": 84.08581011187675,
- "score-diff": "-11.91529894907562",
- "score-diff-perc": "-12.41163%",
- "tooltip": "score = 84.08581011187675\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -11.91530 (-12.41163%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 96.00110906095237,
+ "score-diff": "-0.027445447619058427",
+ "score-diff-perc": "-0.02858%",
+ "tooltip": "score = 96.00110906095237\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.02745 (-0.02858%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -185244,9 +185946,9 @@
37
),
"score": 96.09685898857143,
- "score-diff": "12.011048876694673",
- "score-diff-perc": "+14.28428%",
- "tooltip": "score = 96.09685898857143\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +12.01105 (+14.28428%)",
+ "score-diff": "0.09574992761905321",
+ "score-diff-perc": "+0.09974%",
+ "tooltip": "score = 96.09685898857143\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.09575 (+0.09974%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -185373,11 +186075,11 @@
8,
54
),
- "score": 84.04762847731092,
- "score-diff": "-11.996250398879553",
- "score-diff-perc": "-12.49039%",
- "tooltip": "score = 84.04762847731092\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -11.99625 (-12.49039%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 95.99151362666666,
+ "score-diff": "-0.052365249523816715",
+ "score-diff-perc": "-0.05452%",
+ "tooltip": "score = 95.99151362666666\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.05237 (-0.05452%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -185399,11 +186101,11 @@
8,
54
),
- "score": 95.99151362666666,
- "score-diff": "11.943885149355737",
- "score-diff-perc": "+14.21085%",
- "tooltip": "score = 95.99151362666666\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +11.94389 (+14.21085%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 84.04762847731092,
+ "score-diff": "-11.943885149355737",
+ "score-diff-perc": "-12.44265%",
+ "tooltip": "score = 84.04762847731092\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -11.94389 (-12.44265%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -185426,9 +186128,9 @@
43
),
"score": 95.99582890666667,
- "score-diff": "0.004315280000014354",
- "score-diff-perc": "+0.00450%",
- "tooltip": "score = 95.99582890666667\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00432 (+0.00450%)",
+ "score-diff": "11.94820042935575",
+ "score-diff-perc": "+14.21599%",
+ "tooltip": "score = 95.99582890666667\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +11.94820 (+14.21599%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -191215,6 +191917,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 97.2777959262136,
+ "score-diff": "0.04934790097087216",
+ "score-diff-perc": "+0.05075%",
+ "tooltip": "score = 97.2777959262136\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.04935 (+0.05075%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -191464,11 +192192,11 @@
18,
7
),
- "score": 96.54026958308123,
- "score-diff": "0.009054396022406763",
- "score-diff-perc": "+0.00938%",
- "tooltip": "score = 96.54026958308123\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00905 (+0.00938%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 84.26336917392655,
+ "score-diff": "-12.26784601313227",
+ "score-diff-perc": "-12.70868%",
+ "tooltip": "score = 84.26336917392655\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.26785 (-12.70868%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -191490,11 +192218,11 @@
18,
7
),
- "score": 84.26336917392655,
- "score-diff": "-12.276900409154678",
- "score-diff-perc": "-12.71687%",
- "tooltip": "score = 84.26336917392655\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.27690 (-12.71687%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 96.54026958308123,
+ "score-diff": "12.276900409154678",
+ "score-diff-perc": "+14.56968%",
+ "tooltip": "score = 96.54026958308123\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +12.27690 (+14.56968%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -191517,9 +192245,9 @@
7
),
"score": 84.28427457429379,
- "score-diff": "0.020905400367240645",
- "score-diff-perc": "+0.02481%",
- "tooltip": "score = 84.28427457429379\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02091 (+0.02481%)",
+ "score-diff": "-12.255995008787437",
+ "score-diff-perc": "-12.69522%",
+ "tooltip": "score = 84.28427457429379\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.25600 (-12.69522%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -191646,11 +192374,11 @@
17,
1
),
- "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",
+ "score": 95.99905983619047,
+ "score-diff": "11.946556439551813",
+ "score-diff-perc": "+14.21321%",
+ "tooltip": "score = 95.99905983619047\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +11.94656 (+14.21321%)",
+ "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",
@@ -191672,11 +192400,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",
@@ -191698,11 +192426,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -191725,9 +192453,9 @@
7
),
"score": 83.98775993833333,
- "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%)",
+ "score-diff": "0.024461809999991146",
+ "score-diff-perc": "+0.02913%",
+ "tooltip": "score = 83.98775993833333\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.02446 (+0.02913%)",
"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)",
@@ -191854,11 +192582,11 @@
9,
48
),
- "score": 84.00972420166667,
- "score-diff": "-12.037572388809522",
- "score-diff-perc": "-12.53296%",
- "tooltip": "score = 84.00972420166667\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -12.03757 (-12.53296%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 83.948419935,
+ "score-diff": "-12.09887665547619",
+ "score-diff-perc": "-12.59679%",
+ "tooltip": "score = 83.948419935\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -12.09888 (-12.59679%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -191880,11 +192608,11 @@
9,
48
),
- "score": 83.948419935,
- "score-diff": "-0.06130426666666722",
- "score-diff-perc": "-0.07297%",
- "tooltip": "score = 83.948419935\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.06130 (-0.07297%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 84.00972420166667,
+ "score-diff": "0.06130426666666722",
+ "score-diff-perc": "+0.07303%",
+ "tooltip": "score = 84.00972420166667\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.06130 (+0.07303%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -191907,9 +192635,9 @@
2
),
"score": 84.03081464593836,
- "score-diff": "0.0823947109383596",
- "score-diff-perc": "+0.09815%",
- "tooltip": "score = 84.03081464593836\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.08239 (+0.09815%)",
+ "score-diff": "0.021090444271692377",
+ "score-diff-perc": "+0.02510%",
+ "tooltip": "score = 84.03081464593836\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.02109 (+0.02510%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -192192,11 +192920,11 @@
14,
48
),
- "score": 95.97448541523809,
- "score-diff": "-0.04225318285713797",
- "score-diff-perc": "-0.04401%",
- "tooltip": "score = 95.97448541523809\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.04225 (-0.04401%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 84.06295870334733,
+ "score-diff": "-11.953779894747896",
+ "score-diff-perc": "-12.44968%",
+ "tooltip": "score = 84.06295870334733\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -11.95378 (-12.44968%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -192218,11 +192946,11 @@
14,
48
),
- "score": 96.08388116571429,
- "score-diff": "0.10939575047619599",
- "score-diff-perc": "+0.11398%",
- "tooltip": "score = 96.08388116571429\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.10940 (+0.11398%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 95.97448541523809,
+ "score-diff": "11.911526711890758",
+ "score-diff-perc": "+14.16977%",
+ "tooltip": "score = 95.97448541523809\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +11.91153 (+14.16977%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -192244,11 +192972,11 @@
14,
48
),
- "score": 84.06295870334733,
- "score-diff": "-12.020922462366954",
- "score-diff-perc": "-12.51086%",
- "tooltip": "score = 84.06295870334733\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -12.02092 (-12.51086%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 96.08388116571429,
+ "score-diff": "0.10939575047619599",
+ "score-diff-perc": "+0.11398%",
+ "tooltip": "score = 96.08388116571429\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.10940 (+0.11398%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -192271,9 +192999,9 @@
37
),
"score": 96.12904031619047,
- "score-diff": "12.066081612843135",
- "score-diff-perc": "+14.35362%",
- "tooltip": "score = 96.12904031619047\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +12.06608 (+14.35362%)",
+ "score-diff": "0.0451591504761808",
+ "score-diff-perc": "+0.04700%",
+ "tooltip": "score = 96.12904031619047\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.04516 (+0.04700%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -192400,11 +193128,11 @@
8,
54
),
- "score": 83.93202978666667,
- "score-diff": "-12.097242118095224",
- "score-diff-perc": "-12.59745%",
- "tooltip": "score = 83.93202978666667\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.09724 (-12.59745%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 96.00376641142857,
+ "score-diff": "-0.025505493333326967",
+ "score-diff-perc": "-0.02656%",
+ "tooltip": "score = 96.00376641142857\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.02551 (-0.02656%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -192426,11 +193154,11 @@
8,
54
),
- "score": 96.00376641142857,
- "score-diff": "12.071736624761897",
- "score-diff-perc": "+14.38275%",
- "tooltip": "score = 96.00376641142857\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +12.07174 (+14.38275%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 83.93202978666667,
+ "score-diff": "-12.071736624761897",
+ "score-diff-perc": "-12.57423%",
+ "tooltip": "score = 83.93202978666667\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.07174 (-12.57423%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -192453,9 +193181,9 @@
43
),
"score": 95.96635030285715,
- "score-diff": "-0.037416108571420637",
- "score-diff-perc": "-0.03897%",
- "tooltip": "score = 95.96635030285715\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.03742 (-0.03897%)",
+ "score-diff": "12.034320516190476",
+ "score-diff-perc": "+14.33817%",
+ "tooltip": "score = 95.96635030285715\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +12.03432 (+14.33817%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -198242,6 +198970,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 97.24135443252428,
+ "score-diff": "-0.008717472330090459",
+ "score-diff-perc": "-0.00896%",
+ "tooltip": "score = 97.24135443252428\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.00872 (-0.00896%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -198491,11 +199245,11 @@
18,
7
),
- "score": 0.13819529746297624,
- "score-diff": "-0.0009419447492871602",
- "score-diff-perc": "-0.67699%",
- "tooltip": "score = 0.13819529746297624\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00094 (-0.67699%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 0.12459107810811594,
+ "score-diff": "-0.014546164104147455",
+ "score-diff-perc": "-10.45454%",
+ "tooltip": "score = 0.12459107810811594\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01455 (-10.45454%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -198517,11 +199271,11 @@
18,
7
),
- "score": 0.12459107810811594,
- "score-diff": "-0.013604219354860295",
- "score-diff-perc": "-9.84420%",
- "tooltip": "score = 0.12459107810811594\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01360 (-9.84420%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 0.13819529746297624,
+ "score-diff": "0.013604219354860295",
+ "score-diff-perc": "+10.91910%",
+ "tooltip": "score = 0.13819529746297624\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01360 (+10.91910%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -198544,9 +199298,9 @@
7
),
"score": 0.12721931545642087,
- "score-diff": "0.002628237348304932",
- "score-diff-perc": "+2.10949%",
- "tooltip": "score = 0.12721931545642087\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00263 (+2.10949%)",
+ "score-diff": "-0.010975982006555363",
+ "score-diff-perc": "-7.94237%",
+ "tooltip": "score = 0.12721931545642087\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01098 (-7.94237%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -198673,11 +199427,11 @@
17,
1
),
- "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",
+ "score": 0.13960117547419057,
+ "score-diff": "0.01492157244435223",
+ "score-diff-perc": "+11.96793%",
+ "tooltip": "score = 0.13960117547419057\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01492 (+11.96793%)",
+ "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",
@@ -198699,11 +199453,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",
@@ -198725,11 +199479,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -198752,9 +199506,9 @@
7
),
"score": 0.12515494431356308,
- "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%)",
+ "score-diff": "-0.00025056206378321066",
+ "score-diff-perc": "-0.19980%",
+ "tooltip": "score = 0.12515494431356308\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00025 (-0.19980%)",
"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)",
@@ -198881,11 +199635,11 @@
9,
48
),
- "score": 0.12090329099758117,
- "score-diff": "-0.01550273684265073",
- "score-diff-perc": "-11.36514%",
- "tooltip": "score = 0.12090329099758117\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.01550 (-11.36514%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 0.12520568218240338,
+ "score-diff": "-0.011200345657828514",
+ "score-diff-perc": "-8.21103%",
+ "tooltip": "score = 0.12520568218240338\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.01120 (-8.21103%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -198907,11 +199661,11 @@
9,
48
),
- "score": 0.12520568218240338,
- "score-diff": "0.004302391184822216",
- "score-diff-perc": "+3.55854%",
- "tooltip": "score = 0.12520568218240338\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00430 (+3.55854%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 0.12090329099758117,
+ "score-diff": "-0.004302391184822216",
+ "score-diff-perc": "-3.43626%",
+ "tooltip": "score = 0.12090329099758117\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00430 (-3.43626%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -198934,9 +199688,9 @@
2
),
"score": 0.12292497337670712,
- "score-diff": "-0.002280708805696266",
- "score-diff-perc": "-1.82157%",
- "tooltip": "score = 0.12292497337670712\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.00228 (-1.82157%)",
+ "score-diff": "0.0020216823791259497",
+ "score-diff-perc": "+1.67215%",
+ "tooltip": "score = 0.12292497337670712\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00202 (+1.67215%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -199219,11 +199973,11 @@
14,
48
),
- "score": 0.13984490730323,
- "score-diff": "0.0021593085685709945",
- "score-diff-perc": "+1.56829%",
- "tooltip": "score = 0.13984490730323\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00216 (+1.56829%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 0.1287807248738965,
+ "score-diff": "-0.008904873860762497",
+ "score-diff-perc": "-6.46754%",
+ "tooltip": "score = 0.1287807248738965\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00890 (-6.46754%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -199245,11 +199999,11 @@
14,
48
),
- "score": 0.13893256161690648,
- "score-diff": "-0.0009123456863235069",
- "score-diff-perc": "-0.65240%",
- "tooltip": "score = 0.13893256161690648\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00091 (-0.65240%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.13984490730323,
+ "score-diff": "0.011064182429333491",
+ "score-diff-perc": "+8.59149%",
+ "tooltip": "score = 0.13984490730323\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.01106 (+8.59149%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -199271,11 +200025,11 @@
14,
48
),
- "score": 0.1287807248738965,
- "score-diff": "-0.010151836743009984",
- "score-diff-perc": "-7.30702%",
- "tooltip": "score = 0.1287807248738965\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.01015 (-7.30702%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.13893256161690648,
+ "score-diff": "-0.0009123456863235069",
+ "score-diff-perc": "-0.65240%",
+ "tooltip": "score = 0.13893256161690648\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00091 (-0.65240%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -199298,9 +200052,9 @@
37
),
"score": 0.14177841805697458,
- "score-diff": "0.012997693183078085",
- "score-diff-perc": "+10.09289%",
- "tooltip": "score = 0.14177841805697458\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.01300 (+10.09289%)",
+ "score-diff": "0.002845856440068101",
+ "score-diff-perc": "+2.04837%",
+ "tooltip": "score = 0.14177841805697458\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00285 (+2.04837%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -199427,11 +200181,11 @@
8,
54
),
- "score": 0.12625288875781993,
- "score-diff": "-0.011114575177726987",
- "score-diff-perc": "-8.09113%",
- "tooltip": "score = 0.12625288875781993\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.01111 (-8.09113%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.1400104572228488,
+ "score-diff": "0.002642993287301887",
+ "score-diff-perc": "+1.92403%",
+ "tooltip": "score = 0.1400104572228488\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00264 (+1.92403%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -199453,11 +200207,11 @@
8,
54
),
- "score": 0.1400104572228488,
- "score-diff": "0.013757568465028874",
- "score-diff-perc": "+10.89683%",
- "tooltip": "score = 0.1400104572228488\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.01376 (+10.89683%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 0.12625288875781993,
+ "score-diff": "-0.013757568465028874",
+ "score-diff-perc": "-9.82610%",
+ "tooltip": "score = 0.12625288875781993\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.01376 (-9.82610%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -199480,9 +200234,9 @@
43
),
"score": 0.13729406402659833,
- "score-diff": "-0.0027163931962504717",
- "score-diff-perc": "-1.94014%",
- "tooltip": "score = 0.13729406402659833\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00272 (-1.94014%)",
+ "score-diff": "0.011041175268778403",
+ "score-diff-perc": "+8.74529%",
+ "tooltip": "score = 0.13729406402659833\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.01104 (+8.74529%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -205269,6 +206023,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.13769613703953823,
+ "score-diff": "0.0021803591698035807",
+ "score-diff-perc": "+1.60893%",
+ "tooltip": "score = 0.13769613703953823\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.00218 (+1.60893%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -205518,11 +206298,11 @@
18,
7
),
- "score": 0.07550313022668123,
- "score-diff": "-0.003462900741911551",
- "score-diff-perc": "-4.38530%",
- "tooltip": "score = 0.07550313022668123\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00346 (-4.38530%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 0.07772954300595851,
+ "score-diff": "-0.0012364879626342723",
+ "score-diff-perc": "-1.56585%",
+ "tooltip": "score = 0.07772954300595851\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00124 (-1.56585%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -205544,11 +206324,11 @@
18,
7
),
- "score": 0.07772954300595851,
- "score-diff": "0.0022264127792772787",
- "score-diff-perc": "+2.94877%",
- "tooltip": "score = 0.07772954300595851\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00223 (+2.94877%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 0.07550313022668123,
+ "score-diff": "-0.0022264127792772787",
+ "score-diff-perc": "-2.86431%",
+ "tooltip": "score = 0.07550313022668123\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00223 (-2.86431%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -205571,9 +206351,9 @@
7
),
"score": 0.07812201733629495,
- "score-diff": "0.0003924743303364425",
- "score-diff-perc": "+0.50492%",
- "tooltip": "score = 0.07812201733629495\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00039 (+0.50492%)",
+ "score-diff": "0.002618887109613721",
+ "score-diff-perc": "+3.46858%",
+ "tooltip": "score = 0.07812201733629495\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00262 (+3.46858%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -205700,11 +206480,11 @@
17,
1
),
- "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",
+ "score": 0.08130562400446918,
+ "score-diff": "0.007109816778558514",
+ "score-diff-perc": "+9.58250%",
+ "tooltip": "score = 0.08130562400446918\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00711 (+9.58250%)",
+ "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",
@@ -205726,11 +206506,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",
@@ -205752,11 +206532,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -205779,9 +206559,9 @@
7
),
"score": 0.0753936792896594,
- "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%)",
+ "score-diff": "-1.3556174104548124e-05",
+ "score-diff-perc": "-0.01798%",
+ "tooltip": "score = 0.0753936792896594\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00001 (-0.01798%)",
"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)",
@@ -205908,11 +206688,11 @@
9,
48
),
- "score": 0.07654162772733675,
- "score-diff": "-0.0008184344503218144",
- "score-diff-perc": "-1.05795%",
- "tooltip": "score = 0.07654162772733675\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00082 (-1.05795%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 0.08041371463200805,
+ "score-diff": "0.0030536524543494925",
+ "score-diff-perc": "+3.94732%",
+ "tooltip": "score = 0.08041371463200805\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00305 (+3.94732%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -205934,11 +206714,11 @@
9,
48
),
- "score": 0.08041371463200805,
- "score-diff": "0.003872086904671307",
- "score-diff-perc": "+5.05880%",
- "tooltip": "score = 0.08041371463200805\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00387 (+5.05880%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 0.07654162772733675,
+ "score-diff": "-0.003872086904671307",
+ "score-diff-perc": "-4.81521%",
+ "tooltip": "score = 0.07654162772733675\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00387 (-4.81521%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -205961,9 +206741,9 @@
2
),
"score": 0.07922294748829938,
- "score-diff": "-0.0011907671437086792",
- "score-diff-perc": "-1.48080%",
- "tooltip": "score = 0.07922294748829938\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.00119 (-1.48080%)",
+ "score-diff": "0.0026813197609626277",
+ "score-diff-perc": "+3.50309%",
+ "tooltip": "score = 0.07922294748829938\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00268 (+3.50309%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -206246,11 +207026,11 @@
14,
48
),
- "score": 0.07563603912209939,
- "score-diff": "-0.004571180878827047",
- "score-diff-perc": "-5.69921%",
- "tooltip": "score = 0.07563603912209939\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00457 (-5.69921%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 0.07840209073089012,
+ "score-diff": "-0.0018051292700363153",
+ "score-diff-perc": "-2.25058%",
+ "tooltip": "score = 0.07840209073089012\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00181 (-2.25058%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -206272,11 +207052,11 @@
14,
48
),
- "score": 0.07472639621616607,
- "score-diff": "-0.0009096429059333166",
- "score-diff-perc": "-1.20266%",
- "tooltip": "score = 0.07472639621616607\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00091 (-1.20266%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.07563603912209939,
+ "score-diff": "-0.0027660516087907316",
+ "score-diff-perc": "-3.52803%",
+ "tooltip": "score = 0.07563603912209939\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00277 (-3.52803%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -206298,11 +207078,11 @@
14,
48
),
- "score": 0.07840209073089012,
- "score-diff": "0.0036756945147240483",
- "score-diff-perc": "+4.91887%",
- "tooltip": "score = 0.07840209073089012\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00368 (+4.91887%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.07472639621616607,
+ "score-diff": "-0.0009096429059333166",
+ "score-diff-perc": "-1.20266%",
+ "tooltip": "score = 0.07472639621616607\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00091 (-1.20266%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -206325,9 +207105,9 @@
37
),
"score": 0.07588253259064573,
- "score-diff": "-0.0025195581402443906",
- "score-diff-perc": "-3.21364%",
- "tooltip": "score = 0.07588253259064573\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.00252 (-3.21364%)",
+ "score-diff": "0.0011561363744796577",
+ "score-diff-perc": "+1.54716%",
+ "tooltip": "score = 0.07588253259064573\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00116 (+1.54716%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -206454,11 +207234,11 @@
8,
54
),
- "score": 0.07662282282272527,
- "score-diff": "-0.0030465300617543017",
- "score-diff-perc": "-3.82397%",
- "tooltip": "score = 0.07662282282272527\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00305 (-3.82397%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.08008670104352106,
+ "score-diff": "0.00041734815904148626",
+ "score-diff-perc": "+0.52385%",
+ "tooltip": "score = 0.08008670104352106\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00042 (+0.52385%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -206480,11 +207260,11 @@
8,
54
),
- "score": 0.08008670104352106,
- "score-diff": "0.003463878220795788",
- "score-diff-perc": "+4.52069%",
- "tooltip": "score = 0.08008670104352106\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00346 (+4.52069%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 0.07662282282272527,
+ "score-diff": "-0.003463878220795788",
+ "score-diff-perc": "-4.32516%",
+ "tooltip": "score = 0.07662282282272527\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00346 (-4.32516%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -206507,9 +207287,9 @@
43
),
"score": 0.07770827147305535,
- "score-diff": "-0.002378429570465704",
- "score-diff-perc": "-2.96982%",
- "tooltip": "score = 0.07770827147305535\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00238 (-2.96982%)",
+ "score-diff": "0.0010854486503300842",
+ "score-diff-perc": "+1.41661%",
+ "tooltip": "score = 0.07770827147305535\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00109 (+1.41661%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -212296,6 +213076,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.08416045947137209,
+ "score-diff": "0.0022236759512871823",
+ "score-diff-perc": "+2.71389%",
+ "tooltip": "score = 0.08416045947137209\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.00222 (+2.71389%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -212545,11 +213351,11 @@
18,
7
),
- "score": 1.024398300626306,
- "score-diff": "-0.00046292356210009267",
- "score-diff-perc": "-0.04517%",
- "tooltip": "score = 1.024398300626306\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00046 (-0.04517%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 0.6323737274281019,
+ "score-diff": "-0.39248749676030414",
+ "score-diff-perc": "-38.29665%",
+ "tooltip": "score = 0.6323737274281019\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.39249 (-38.29665%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -212571,11 +213377,11 @@
18,
7
),
- "score": 0.6323737274281019,
- "score-diff": "-0.39202457319820405",
- "score-diff-perc": "-38.26876%",
- "tooltip": "score = 0.6323737274281019\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.39202 (-38.26876%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 1.024398300626306,
+ "score-diff": "0.39202457319820405",
+ "score-diff-perc": "+61.99255%",
+ "tooltip": "score = 1.024398300626306\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.39202 (+61.99255%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -212598,9 +213404,9 @@
7
),
"score": 0.6158094352091265,
- "score-diff": "-0.016564292218975485",
- "score-diff-perc": "-2.61938%",
- "tooltip": "score = 0.6158094352091265\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01656 (-2.61938%)",
+ "score-diff": "-0.40858886541717954",
+ "score-diff-perc": "-39.88574%",
+ "tooltip": "score = 0.6158094352091265\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.40859 (-39.88574%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -212727,11 +213533,11 @@
17,
1
),
- "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",
+ "score": 1.0540054274534298,
+ "score-diff": "0.4059275123161733",
+ "score-diff-perc": "+62.63560%",
+ "tooltip": "score = 1.0540054274534298\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.40593 (+62.63560%)",
+ "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",
@@ -212753,11 +213559,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",
@@ -212779,11 +213585,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -212806,9 +213612,9 @@
7
),
"score": 0.6304790208167464,
- "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%)",
+ "score-diff": "-0.007648611335958733",
+ "score-diff-perc": "-1.19860%",
+ "tooltip": "score = 0.6304790208167464\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00765 (-1.19860%)",
"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)",
@@ -212935,11 +213741,11 @@
9,
48
),
- "score": 0.6316838098071909,
- "score-diff": "-0.39108608358911323",
- "score-diff-perc": "-38.23793%",
- "tooltip": "score = 0.6316838098071909\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.39109 (-38.23793%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 0.6512742126150082,
+ "score-diff": "-0.3714956807812959",
+ "score-diff-perc": "-36.32251%",
+ "tooltip": "score = 0.6512742126150082\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.37150 (-36.32251%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -212961,11 +213767,11 @@
9,
48
),
- "score": 0.6512742126150082,
- "score-diff": "0.01959040280781732",
- "score-diff-perc": "+3.10130%",
- "tooltip": "score = 0.6512742126150082\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.01959 (+3.10130%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 0.6316838098071909,
+ "score-diff": "-0.01959040280781732",
+ "score-diff-perc": "-3.00801%",
+ "tooltip": "score = 0.6316838098071909\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.01959 (-3.00801%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -212988,9 +213794,9 @@
2
),
"score": 0.6379667327247048,
- "score-diff": "-0.013307479890303342",
- "score-diff-perc": "-2.04330%",
- "tooltip": "score = 0.6379667327247048\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.01331 (-2.04330%)",
+ "score-diff": "0.006282922917513978",
+ "score-diff-perc": "+0.99463%",
+ "tooltip": "score = 0.6379667327247048\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00628 (+0.99463%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -213273,11 +214079,11 @@
14,
48
),
- "score": 1.0551292020552159,
- "score-diff": "-0.00472042983960641",
- "score-diff-perc": "-0.44539%",
- "tooltip": "score = 1.0551292020552159\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00472 (-0.44539%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 0.6473210340830216,
+ "score-diff": "-0.41252859781180073",
+ "score-diff-perc": "-38.92331%",
+ "tooltip": "score = 0.6473210340830216\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.41253 (-38.92331%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -213299,11 +214105,11 @@
14,
48
),
- "score": 1.052014671387324,
- "score-diff": "-0.0031145306678919127",
- "score-diff-perc": "-0.29518%",
- "tooltip": "score = 1.052014671387324\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00311 (-0.29518%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 1.0551292020552159,
+ "score-diff": "0.4078081679721943",
+ "score-diff-perc": "+62.99937%",
+ "tooltip": "score = 1.0551292020552159\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.40781 (+62.99937%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -213325,11 +214131,11 @@
14,
48
),
- "score": 0.6473210340830216,
- "score-diff": "-0.4046936373043024",
- "score-diff-perc": "-38.46844%",
- "tooltip": "score = 0.6473210340830216\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.40469 (-38.46844%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 1.052014671387324,
+ "score-diff": "-0.0031145306678919127",
+ "score-diff-perc": "-0.29518%",
+ "tooltip": "score = 1.052014671387324\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00311 (-0.29518%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -213352,9 +214158,9 @@
37
),
"score": 1.077270377198853,
- "score-diff": "0.42994934311583144",
- "score-diff-perc": "+66.41980%",
- "tooltip": "score = 1.077270377198853\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.42995 (+66.41980%)",
+ "score-diff": "0.025255705811529028",
+ "score-diff-perc": "+2.40070%",
+ "tooltip": "score = 1.077270377198853\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.02526 (+2.40070%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -213481,11 +214287,11 @@
8,
54
),
- "score": 0.6316200989335906,
- "score-diff": "-0.4484344455618786",
- "score-diff-perc": "-41.51961%",
- "tooltip": "score = 0.6316200989335906\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.44843 (-41.51961%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 1.0350659752997142,
+ "score-diff": "-0.044988569195755",
+ "score-diff-perc": "-4.16540%",
+ "tooltip": "score = 1.0350659752997142\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.04499 (-4.16540%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -213507,11 +214313,11 @@
8,
54
),
- "score": 1.0350659752997142,
- "score-diff": "0.4034458763661236",
- "score-diff-perc": "+63.87477%",
- "tooltip": "score = 1.0350659752997142\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.40345 (+63.87477%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 0.6316200989335906,
+ "score-diff": "-0.4034458763661236",
+ "score-diff-perc": "-38.97779%",
+ "tooltip": "score = 0.6316200989335906\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.40345 (-38.97779%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -213534,9 +214340,9 @@
43
),
"score": 1.0293689592100772,
- "score-diff": "-0.005697016089637019",
- "score-diff-perc": "-0.55040%",
- "tooltip": "score = 1.0293689592100772\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00570 (-0.55040%)",
+ "score-diff": "0.3977488602764866",
+ "score-diff-perc": "+62.97280%",
+ "tooltip": "score = 1.0293689592100772\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.39775 (+62.97280%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -219323,6 +220129,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 1.085406846025499,
+ "score-diff": "-0.01345704736712161",
+ "score-diff-perc": "-1.22463%",
+ "tooltip": "score = 1.085406846025499\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.01346 (-1.22463%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -219572,11 +220404,11 @@
18,
7
),
- "score": 3.78019813735544,
- "score-diff": "0.2808557609935871",
- "score-diff-perc": "+8.02596%",
- "tooltip": "score = 3.78019813735544\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.28086 (+8.02596%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 2.808744407580003,
+ "score-diff": "-0.6905979687818498",
+ "score-diff-perc": "-19.73508%",
+ "tooltip": "score = 2.808744407580003\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.69060 (-19.73508%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -219598,11 +220430,11 @@
18,
7
),
- "score": 2.808744407580003,
- "score-diff": "-0.9714537297754369",
- "score-diff-perc": "-25.69849%",
- "tooltip": "score = 2.808744407580003\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.97145 (-25.69849%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 3.78019813735544,
+ "score-diff": "0.9714537297754369",
+ "score-diff-perc": "+34.58676%",
+ "tooltip": "score = 3.78019813735544\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.97145 (+34.58676%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -219625,9 +220457,9 @@
7
),
"score": 2.7840222660054175,
- "score-diff": "-0.02472214157458552",
- "score-diff-perc": "-0.88018%",
- "tooltip": "score = 2.7840222660054175\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02472 (-0.88018%)",
+ "score-diff": "-0.9961758713500224",
+ "score-diff-perc": "-26.35248%",
+ "tooltip": "score = 2.7840222660054175\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.99618 (-26.35248%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -219754,11 +220586,11 @@
17,
1
),
- "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",
+ "score": 3.49346399189317,
+ "score-diff": "0.5387205397686485",
+ "score-diff-perc": "+18.23240%",
+ "tooltip": "score = 3.49346399189317\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.53872 (+18.23240%)",
+ "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",
@@ -219780,11 +220612,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",
@@ -219806,11 +220638,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -219833,9 +220665,9 @@
7
),
"score": 3.0292335452343537,
- "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%)",
+ "score-diff": "-0.012585178112183293",
+ "score-diff-perc": "-0.41374%",
+ "tooltip": "score = 3.0292335452343537\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.01259 (-0.41374%)",
"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)",
@@ -219962,11 +220794,11 @@
9,
48
),
- "score": 2.9885781067737014,
- "score-diff": "-0.7586035149304919",
- "score-diff-perc": "-20.24464%",
- "tooltip": "score = 2.9885781067737014\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.75860 (-20.24464%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 2.837347808658198,
+ "score-diff": "-0.9098338130459953",
+ "score-diff-perc": "-24.28048%",
+ "tooltip": "score = 2.837347808658198\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.90983 (-24.28048%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -219988,11 +220820,11 @@
9,
48
),
- "score": 2.837347808658198,
- "score-diff": "-0.15123029811550337",
- "score-diff-perc": "-5.06028%",
- "tooltip": "score = 2.837347808658198\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.15123 (-5.06028%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 2.9885781067737014,
+ "score-diff": "0.15123029811550337",
+ "score-diff-perc": "+5.32999%",
+ "tooltip": "score = 2.9885781067737014\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.15123 (+5.32999%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -220015,9 +220847,9 @@
2
),
"score": 2.843666670710302,
- "score-diff": "0.0063188620521041905",
- "score-diff-perc": "+0.22270%",
- "tooltip": "score = 2.843666670710302\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00632 (+0.22270%)",
+ "score-diff": "-0.14491143606339918",
+ "score-diff-perc": "-4.84884%",
+ "tooltip": "score = 2.843666670710302\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.14491 (-4.84884%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -220300,11 +221132,11 @@
14,
48
),
- "score": 3.5808895249392036,
- "score-diff": "0.17869606479748867",
- "score-diff-perc": "+5.25238%",
- "tooltip": "score = 3.5808895249392036\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.17870 (+5.25238%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 2.99600915553213,
+ "score-diff": "-0.40618430460958477",
+ "score-diff-perc": "-11.93889%",
+ "tooltip": "score = 2.99600915553213\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.40618 (-11.93889%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -220326,11 +221158,11 @@
14,
48
),
- "score": 3.414925677775012,
- "score-diff": "-0.16596384716419177",
- "score-diff-perc": "-4.63471%",
- "tooltip": "score = 3.414925677775012\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.16596 (-4.63471%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 3.5808895249392036,
+ "score-diff": "0.5848803694070734",
+ "score-diff-perc": "+19.52198%",
+ "tooltip": "score = 3.5808895249392036\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.58488 (+19.52198%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -220352,11 +221184,11 @@
14,
48
),
- "score": 2.99600915553213,
- "score-diff": "-0.4189165222428817",
- "score-diff-perc": "-12.26722%",
- "tooltip": "score = 2.99600915553213\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.41892 (-12.26722%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 3.414925677775012,
+ "score-diff": "-0.16596384716419177",
+ "score-diff-perc": "-4.63471%",
+ "tooltip": "score = 3.414925677775012\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.16596 (-4.63471%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -220379,9 +221211,9 @@
37
),
"score": 3.93160594635458,
- "score-diff": "0.9355967908224496",
- "score-diff-perc": "+31.22810%",
- "tooltip": "score = 3.93160594635458\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.93560 (+31.22810%)",
+ "score-diff": "0.516680268579568",
+ "score-diff-perc": "+15.13006%",
+ "tooltip": "score = 3.93160594635458\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.51668 (+15.13006%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -220508,11 +221340,11 @@
8,
54
),
- "score": 2.8019348870601064,
- "score-diff": "-1.254843028388474",
- "score-diff-perc": "-30.93201%",
- "tooltip": "score = 2.8019348870601064\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.25484 (-30.93201%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 3.983398216923195,
+ "score-diff": "-0.07337969852538517",
+ "score-diff-perc": "-1.80882%",
+ "tooltip": "score = 3.983398216923195\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.07338 (-1.80882%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -220534,11 +221366,11 @@
8,
54
),
- "score": 3.983398216923195,
- "score-diff": "1.1814633298630888",
- "score-diff-perc": "+42.16598%",
- "tooltip": "score = 3.983398216923195\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.18146 (+42.16598%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 2.8019348870601064,
+ "score-diff": "-1.1814633298630888",
+ "score-diff-perc": "-29.65968%",
+ "tooltip": "score = 2.8019348870601064\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.18146 (-29.65968%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -220561,9 +221393,9 @@
43
),
"score": 3.891259037592649,
- "score-diff": "-0.09213917933054638",
- "score-diff-perc": "-2.31308%",
- "tooltip": "score = 3.891259037592649\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.09214 (-2.31308%)",
+ "score-diff": "1.0893241505325424",
+ "score-diff-perc": "+38.87757%",
+ "tooltip": "score = 3.891259037592649\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.08932 (+38.87757%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -226350,6 +227182,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 3.4178831436036874,
+ "score-diff": "-0.19921349016693402",
+ "score-diff-perc": "-5.50755%",
+ "tooltip": "score = 3.4178831436036874\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.19921 (-5.50755%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -226599,11 +227457,11 @@
18,
7
),
- "score": 2.7812562933363356,
- "score-diff": "0.0048579003490836214",
- "score-diff-perc": "+0.17497%",
- "tooltip": "score = 2.7812562933363356\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00486 (+0.17497%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 2.184998415107597,
+ "score-diff": "-0.591399977879655",
+ "score-diff-perc": "-21.30098%",
+ "tooltip": "score = 2.184998415107597\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.59140 (-21.30098%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -226625,11 +227483,11 @@
18,
7
),
- "score": 2.184998415107597,
- "score-diff": "-0.5962578782287387",
- "score-diff-perc": "-21.43844%",
- "tooltip": "score = 2.184998415107597\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.59626 (-21.43844%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 2.7812562933363356,
+ "score-diff": "0.5962578782287387",
+ "score-diff-perc": "+27.28871%",
+ "tooltip": "score = 2.7812562933363356\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.59626 (+27.28871%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -226652,9 +227510,9 @@
7
),
"score": 2.1903585876688427,
- "score-diff": "0.0053601725612457685",
- "score-diff-perc": "+0.24532%",
- "tooltip": "score = 2.1903585876688427\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00536 (+0.24532%)",
+ "score-diff": "-0.5908977056674929",
+ "score-diff-perc": "-21.24571%",
+ "tooltip": "score = 2.1903585876688427\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.59090 (-21.24571%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -226781,11 +227639,11 @@
17,
1
),
- "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",
+ "score": 0.43862665713897236,
+ "score-diff": "-1.7812893040594169",
+ "score-diff-perc": "-80.24129%",
+ "tooltip": "score = 0.43862665713897236\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.78129 (-80.24129%)",
+ "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",
@@ -226807,11 +227665,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",
@@ -226833,11 +227691,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -226860,9 +227718,9 @@
7
),
"score": 2.174549427735942,
- "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%)",
+ "score-diff": "-0.04008635381945069",
+ "score-diff-perc": "-1.81007%",
+ "tooltip": "score = 2.174549427735942\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.04009 (-1.81007%)",
"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)",
@@ -226989,11 +227847,11 @@
9,
48
),
- "score": 2.143329434712817,
- "score-diff": "1.7161427105856446",
- "score-diff-perc": "+401.73128%",
- "tooltip": "score = 2.143329434712817\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +1.71614 (+401.73128%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 2.1783307855990137,
+ "score-diff": "1.7511440614718414",
+ "score-diff-perc": "+409.92474%",
+ "tooltip": "score = 2.1783307855990137\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +1.75114 (+409.92474%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -227015,11 +227873,11 @@
9,
48
),
- "score": 2.1783307855990137,
- "score-diff": "0.035001350886196825",
- "score-diff-perc": "+1.63304%",
- "tooltip": "score = 2.1783307855990137\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.03500 (+1.63304%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 2.143329434712817,
+ "score-diff": "-0.035001350886196825",
+ "score-diff-perc": "-1.60680%",
+ "tooltip": "score = 2.143329434712817\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.03500 (-1.60680%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -227042,9 +227900,9 @@
2
),
"score": 2.1911593682867943,
- "score-diff": "0.012828582687780532",
- "score-diff-perc": "+0.58892%",
- "tooltip": "score = 2.1911593682867943\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.01283 (+0.58892%)",
+ "score-diff": "0.04782993357397736",
+ "score-diff-perc": "+2.23157%",
+ "tooltip": "score = 2.1911593682867943\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.04783 (+2.23157%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -227327,11 +228185,11 @@
14,
48
),
- "score": 0.4426154836787221,
- "score-diff": "0.012708947460656539",
- "score-diff-perc": "+2.95621%",
- "tooltip": "score = 0.4426154836787221\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.01271 (+2.95621%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 2.194047840805602,
+ "score-diff": "1.7641413045875363",
+ "score-diff-perc": "+410.35461%",
+ "tooltip": "score = 2.194047840805602\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +1.76414 (+410.35461%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -227353,11 +228211,11 @@
14,
48
),
- "score": 0.43346700361094886,
- "score-diff": "-0.009148480067773246",
- "score-diff-perc": "-2.06691%",
- "tooltip": "score = 0.43346700361094886\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00915 (-2.06691%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.4426154836787221,
+ "score-diff": "-1.7514323571268797",
+ "score-diff-perc": "-79.82653%",
+ "tooltip": "score = 0.4426154836787221\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -1.75143 (-79.82653%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -227379,11 +228237,11 @@
14,
48
),
- "score": 2.194047840805602,
- "score-diff": "1.760580837194653",
- "score-diff-perc": "+406.16260%",
- "tooltip": "score = 2.194047840805602\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +1.76058 (+406.16260%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.43346700361094886,
+ "score-diff": "-0.009148480067773246",
+ "score-diff-perc": "-2.06691%",
+ "tooltip": "score = 0.43346700361094886\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00915 (-2.06691%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -227406,9 +228264,9 @@
37
),
"score": 0.42731783706331594,
- "score-diff": "-1.766730003742286",
- "score-diff-perc": "-80.52377%",
- "tooltip": "score = 0.42731783706331594\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -1.76673 (-80.52377%)",
+ "score-diff": "-0.006149166547632923",
+ "score-diff-perc": "-1.41860%",
+ "tooltip": "score = 0.42731783706331594\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.00615 (-1.41860%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -227535,11 +228393,11 @@
8,
54
),
- "score": 2.2013843269106412,
- "score-diff": "1.769574438517281",
- "score-diff-perc": "+409.80406%",
- "tooltip": "score = 2.2013843269106412\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.76957 (+409.80406%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.43888465514343084,
+ "score-diff": "0.00707476675007046",
+ "score-diff-perc": "+1.63840%",
+ "tooltip": "score = 0.43888465514343084\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00707 (+1.63840%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -227561,11 +228419,11 @@
8,
54
),
- "score": 0.43888465514343084,
- "score-diff": "-1.7624996717672103",
- "score-diff-perc": "-80.06324%",
- "tooltip": "score = 0.43888465514343084\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.76250 (-80.06324%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 2.2013843269106412,
+ "score-diff": "1.7624996717672103",
+ "score-diff-perc": "+401.58608%",
+ "tooltip": "score = 2.2013843269106412\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.76250 (+401.58608%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -227588,9 +228446,9 @@
43
),
"score": 0.43469313058455733,
- "score-diff": "-0.004191524558873505",
- "score-diff-perc": "-0.95504%",
- "tooltip": "score = 0.43469313058455733\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00419 (-0.95504%)",
+ "score-diff": "-1.7666911963260838",
+ "score-diff-perc": "-80.25365%",
+ "tooltip": "score = 0.43469313058455733\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.76669 (-80.25365%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -233377,6 +234235,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.45608099239841676,
+ "score-diff": "-0.01016647897830164",
+ "score-diff-perc": "-2.18049%",
+ "tooltip": "score = 0.45608099239841676\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.01017 (-2.18049%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -233626,11 +234510,11 @@
18,
7
),
- "score": 3.2284546205468456,
- "score-diff": "0.026338336558036524",
- "score-diff-perc": "+0.82253%",
- "tooltip": "score = 3.2284546205468456\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02634 (+0.82253%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 0.9618022804068889,
+ "score-diff": "-2.2403140035819202",
+ "score-diff-perc": "-69.96354%",
+ "tooltip": "score = 0.9618022804068889\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.24031 (-69.96354%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -233652,11 +234536,11 @@
18,
7
),
- "score": 0.9618022804068889,
- "score-diff": "-2.2666523401399568",
- "score-diff-perc": "-70.20859%",
- "tooltip": "score = 0.9618022804068889\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.26665 (-70.20859%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 3.2284546205468456,
+ "score-diff": "2.2666523401399568",
+ "score-diff-perc": "+235.66718%",
+ "tooltip": "score = 3.2284546205468456\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.26665 (+235.66718%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -233679,9 +234563,9 @@
7
),
"score": 0.9208646974500665,
- "score-diff": "-0.04093758295682237",
- "score-diff-perc": "-4.25634%",
- "tooltip": "score = 0.9208646974500665\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.04094 (-4.25634%)",
+ "score-diff": "-2.307589923096779",
+ "score-diff-perc": "-71.47661%",
+ "tooltip": "score = 0.9208646974500665\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.30759 (-71.47661%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -233808,11 +234692,11 @@
17,
1
),
- "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",
+ "score": 0.6693025994067908,
+ "score-diff": "-1.782096027821185",
+ "score-diff-perc": "-72.69711%",
+ "tooltip": "score = 0.6693025994067908\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.78210 (-72.69711%)",
+ "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",
@@ -233834,11 +234718,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",
@@ -233860,11 +234744,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -233887,9 +234771,9 @@
7
),
"score": 2.5528090906925303,
- "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%)",
+ "score-diff": "0.0406221300739924",
+ "score-diff-perc": "+1.61700%",
+ "tooltip": "score = 2.5528090906925303\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.04062 (+1.61700%)",
"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)",
@@ -234016,11 +234900,11 @@
9,
48
),
- "score": 2.4523504707814237,
- "score-diff": "1.7923343155075675",
- "score-diff-perc": "+271.55916%",
- "tooltip": "score = 2.4523504707814237\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +1.79233 (+271.55916%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 2.4507359916823077,
+ "score-diff": "1.7907198364084516",
+ "score-diff-perc": "+271.31455%",
+ "tooltip": "score = 2.4507359916823077\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +1.79072 (+271.31455%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -234042,11 +234926,11 @@
9,
48
),
- "score": 2.4507359916823077,
- "score-diff": "-0.0016144790991159397",
- "score-diff-perc": "-0.06583%",
- "tooltip": "score = 2.4507359916823077\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00161 (-0.06583%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 2.4523504707814237,
+ "score-diff": "0.0016144790991159397",
+ "score-diff-perc": "+0.06588%",
+ "tooltip": "score = 2.4523504707814237\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00161 (+0.06588%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -234069,9 +234953,9 @@
2
),
"score": 2.4594922173504816,
- "score-diff": "0.008756225668173911",
- "score-diff-perc": "+0.35729%",
- "tooltip": "score = 2.4594922173504816\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00876 (+0.35729%)",
+ "score-diff": "0.007141746569057972",
+ "score-diff-perc": "+0.29122%",
+ "tooltip": "score = 2.4594922173504816\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00714 (+0.29122%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -234354,11 +235238,11 @@
14,
48
),
- "score": 0.7005210504915343,
- "score-diff": "-0.0070497297660236935",
- "score-diff-perc": "-0.99633%",
- "tooltip": "score = 0.7005210504915343\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00705 (-0.99633%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 2.4425566556886285,
+ "score-diff": "1.7349858754310703",
+ "score-diff-perc": "+245.20315%",
+ "tooltip": "score = 2.4425566556886285\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +1.73499 (+245.20315%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -234380,11 +235264,11 @@
14,
48
),
- "score": 0.6993154882675271,
- "score-diff": "-0.0012055622240072505",
- "score-diff-perc": "-0.17210%",
- "tooltip": "score = 0.6993154882675271\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00121 (-0.17210%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.7005210504915343,
+ "score-diff": "-1.7420356051970942",
+ "score-diff-perc": "-71.32017%",
+ "tooltip": "score = 0.7005210504915343\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -1.74204 (-71.32017%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -234406,11 +235290,11 @@
14,
48
),
- "score": 2.4425566556886285,
- "score-diff": "1.7432411674211012",
- "score-diff-perc": "+249.27822%",
- "tooltip": "score = 2.4425566556886285\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +1.74324 (+249.27822%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.6993154882675271,
+ "score-diff": "-0.0012055622240072505",
+ "score-diff-perc": "-0.17210%",
+ "tooltip": "score = 0.6993154882675271\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00121 (-0.17210%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -234433,9 +235317,9 @@
37
),
"score": 0.694365163317871,
- "score-diff": "-1.7481914923707573",
- "score-diff-perc": "-71.57220%",
- "tooltip": "score = 0.694365163317871\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -1.74819 (-71.57220%)",
+ "score-diff": "-0.004950324949656082",
+ "score-diff-perc": "-0.70788%",
+ "tooltip": "score = 0.694365163317871\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.00495 (-0.70788%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -234562,11 +235446,11 @@
8,
54
),
- "score": 2.7054018189523035,
- "score-diff": "1.9989906994394109",
- "score-diff-perc": "+282.97837%",
- "tooltip": "score = 2.7054018189523035\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.99899 (+282.97837%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.6488385703248892,
+ "score-diff": "-0.057572549188003475",
+ "score-diff-perc": "-8.15001%",
+ "tooltip": "score = 0.6488385703248892\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.05757 (-8.15001%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -234588,11 +235472,11 @@
8,
54
),
- "score": 0.6488385703248892,
- "score-diff": "-2.0565632486274144",
- "score-diff-perc": "-76.01692%",
- "tooltip": "score = 0.6488385703248892\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.05656 (-76.01692%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 2.7054018189523035,
+ "score-diff": "2.0565632486274144",
+ "score-diff-perc": "+316.96070%",
+ "tooltip": "score = 2.7054018189523035\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.05656 (+316.96070%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -234615,9 +235499,9 @@
43
),
"score": 0.6802550262378384,
- "score-diff": "0.03141645591294917",
- "score-diff-perc": "+4.84195%",
- "tooltip": "score = 0.6802550262378384\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.03142 (+4.84195%)",
+ "score-diff": "-2.025146792714465",
+ "score-diff-perc": "-74.85567%",
+ "tooltip": "score = 0.6802550262378384\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -2.02515 (-74.85567%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -240404,6 +241288,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.746613000030021,
+ "score-diff": "-0.013823829631957496",
+ "score-diff-perc": "-1.81788%",
+ "tooltip": "score = 0.746613000030021\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.01382 (-1.81788%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -240653,11 +241563,11 @@
18,
7
),
- "score": 2.5282402785340423,
- "score-diff": "-0.08213558433344392",
- "score-diff-perc": "-3.14650%",
- "tooltip": "score = 2.5282402785340423\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.08214 (-3.14650%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 1.2444776401071196,
+ "score-diff": "-1.3658982227603667",
+ "score-diff-perc": "-52.32573%",
+ "tooltip": "score = 1.2444776401071196\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.36590 (-52.32573%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -240679,11 +241589,11 @@
18,
7
),
- "score": 1.2444776401071196,
- "score-diff": "-1.2837626384269227",
- "score-diff-perc": "-50.77692%",
- "tooltip": "score = 1.2444776401071196\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.28376 (-50.77692%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 2.5282402785340423,
+ "score-diff": "1.2837626384269227",
+ "score-diff-perc": "+103.15675%",
+ "tooltip": "score = 2.5282402785340423\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.28376 (+103.15675%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -240706,9 +241616,9 @@
7
),
"score": 1.2571543044710245,
- "score-diff": "0.01267666436390491",
- "score-diff-perc": "+1.01863%",
- "tooltip": "score = 1.2571543044710245\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01268 (+1.01863%)",
+ "score-diff": "-1.2710859740630178",
+ "score-diff-perc": "-50.27552%",
+ "tooltip": "score = 1.2571543044710245\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.27109 (-50.27552%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -240835,11 +241745,11 @@
17,
1
),
- "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",
+ "score": 0.4320499221995426,
+ "score-diff": "-1.8269078785715145",
+ "score-diff-perc": "-80.87393%",
+ "tooltip": "score = 0.4320499221995426\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.82691 (-80.87393%)",
+ "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",
@@ -240861,11 +241771,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",
@@ -240887,11 +241797,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -240914,9 +241824,9 @@
7
),
"score": 2.163362815443403,
- "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%)",
+ "score-diff": "-0.02134859997272942",
+ "score-diff-perc": "-0.97718%",
+ "tooltip": "score = 2.163362815443403\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.02135 (-0.97718%)",
"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)",
@@ -241043,11 +241953,11 @@
9,
48
),
- "score": 2.2031271969468094,
- "score-diff": "0.985462132427136",
- "score-diff-perc": "+80.93048%",
- "tooltip": "score = 2.2031271969468094\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.98546 (+80.93048%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 2.2132196246791107,
+ "score-diff": "0.9955545601594373",
+ "score-diff-perc": "+81.75931%",
+ "tooltip": "score = 2.2132196246791107\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.99555 (+81.75931%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -241069,11 +241979,11 @@
9,
48
),
- "score": 2.2132196246791107,
- "score-diff": "0.010092427732301346",
- "score-diff-perc": "+0.45810%",
- "tooltip": "score = 2.2132196246791107\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.01009 (+0.45810%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 2.2031271969468094,
+ "score-diff": "-0.010092427732301346",
+ "score-diff-perc": "-0.45601%",
+ "tooltip": "score = 2.2031271969468094\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.01009 (-0.45601%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -241096,9 +242006,9 @@
2
),
"score": 2.208257431730749,
- "score-diff": "-0.004962192948361643",
- "score-diff-perc": "-0.22421%",
- "tooltip": "score = 2.208257431730749\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.00496 (-0.22421%)",
+ "score-diff": "0.005130234783939702",
+ "score-diff-perc": "+0.23286%",
+ "tooltip": "score = 2.208257431730749\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00513 (+0.23286%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -241381,11 +242291,11 @@
14,
48
),
- "score": 1.0879850746939177,
- "score-diff": "0.6380747394476607",
- "score-diff-perc": "+141.82265%",
- "tooltip": "score = 1.0879850746939177\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.63807 (+141.82265%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 2.091336292458848,
+ "score-diff": "1.6414259572125909",
+ "score-diff-perc": "+364.83402%",
+ "tooltip": "score = 2.091336292458848\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +1.64143 (+364.83402%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -241407,11 +242317,11 @@
14,
48
),
- "score": 0.44661732697612067,
- "score-diff": "-0.641367747717797",
- "score-diff-perc": "-58.95005%",
- "tooltip": "score = 0.44661732697612067\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.64137 (-58.95005%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 1.0879850746939177,
+ "score-diff": "-1.0033512177649302",
+ "score-diff-perc": "-47.97656%",
+ "tooltip": "score = 1.0879850746939177\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -1.00335 (-47.97656%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -241433,11 +242343,11 @@
14,
48
),
- "score": 2.091336292458848,
- "score-diff": "1.6447189654827272",
- "score-diff-perc": "+368.26134%",
- "tooltip": "score = 2.091336292458848\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +1.64472 (+368.26134%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.44661732697612067,
+ "score-diff": "-0.641367747717797",
+ "score-diff-perc": "-58.95005%",
+ "tooltip": "score = 0.44661732697612067\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.64137 (-58.95005%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -241460,9 +242370,9 @@
37
),
"score": 0.44887041346108747,
- "score-diff": "-1.6424658789977604",
- "score-diff-perc": "-78.53667%",
- "tooltip": "score = 0.44887041346108747\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -1.64247 (-78.53667%)",
+ "score-diff": "0.002253086484966804",
+ "score-diff-perc": "+0.50448%",
+ "tooltip": "score = 0.44887041346108747\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00225 (+0.50448%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -241589,11 +242499,11 @@
8,
54
),
- "score": 2.1469385242180787,
- "score-diff": "1.6932603868719445",
- "score-diff-perc": "+373.22944%",
- "tooltip": "score = 2.1469385242180787\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.69326 (+373.22944%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.7392836098534566,
+ "score-diff": "0.2856054725073223",
+ "score-diff-perc": "+62.95333%",
+ "tooltip": "score = 0.7392836098534566\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.28561 (+62.95333%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -241615,11 +242525,11 @@
8,
54
),
- "score": 0.7392836098534566,
- "score-diff": "-1.4076549143646222",
- "score-diff-perc": "-65.56568%",
- "tooltip": "score = 0.7392836098534566\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.40765 (-65.56568%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 2.1469385242180787,
+ "score-diff": "1.4076549143646222",
+ "score-diff-perc": "+190.40797%",
+ "tooltip": "score = 2.1469385242180787\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.40765 (+190.40797%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -241642,9 +242552,9 @@
43
),
"score": 0.4390575942223778,
- "score-diff": "-0.30022601563107887",
- "score-diff-perc": "-40.61040%",
- "tooltip": "score = 0.4390575942223778\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.30023 (-40.61040%)",
+ "score-diff": "-1.707880929995701",
+ "score-diff-perc": "-79.54960%",
+ "tooltip": "score = 0.4390575942223778\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.70788 (-79.54960%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -247431,6 +248341,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.4541676601492422,
+ "score-diff": "-0.011258021428453446",
+ "score-diff-perc": "-2.41887%",
+ "tooltip": "score = 0.4541676601492422\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.01126 (-2.41887%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -247680,11 +248616,11 @@
18,
7
),
- "score": 3.0746985813956864,
- "score-diff": "-0.0027851050382308173",
- "score-diff-perc": "-0.09050%",
- "tooltip": "score = 3.0746985813956864\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00279 (-0.09050%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 5.995620656466447,
+ "score-diff": "2.91813697003253",
+ "score-diff-perc": "+94.82218%",
+ "tooltip": "score = 5.995620656466447\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.91814 (+94.82218%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -247706,11 +248642,11 @@
18,
7
),
- "score": 5.995620656466447,
- "score-diff": "2.9209220750707607",
- "score-diff-perc": "+94.99865%",
- "tooltip": "score = 5.995620656466447\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.92092 (+94.99865%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 3.0746985813956864,
+ "score-diff": "-2.9209220750707607",
+ "score-diff-perc": "-48.71759%",
+ "tooltip": "score = 3.0746985813956864\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.92092 (-48.71759%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -247733,9 +248669,9 @@
7
),
"score": 6.01238271928991,
- "score-diff": "0.01676206282346282",
- "score-diff-perc": "+0.27957%",
- "tooltip": "score = 6.01238271928991\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01676 (+0.27957%)",
+ "score-diff": "2.9376841378942236",
+ "score-diff-perc": "+95.54381%",
+ "tooltip": "score = 6.01238271928991\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.93768 (+95.54381%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -247862,11 +248798,11 @@
17,
1
),
- "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",
+ "score": 0.958071340856188,
+ "score-diff": "-1.5290635265531276",
+ "score-diff-perc": "-61.47891%",
+ "tooltip": "score = 0.958071340856188\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.52906 (-61.47891%)",
+ "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",
@@ -247888,11 +248824,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",
@@ -247914,11 +248850,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -247941,9 +248877,9 @@
7
),
"score": 2.4258685542724163,
- "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%)",
+ "score-diff": "-0.30358207811860627",
+ "score-diff-perc": "-11.12246%",
+ "tooltip": "score = 2.4258685542724163\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.30358 (-11.12246%)",
"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)",
@@ -248070,11 +249006,11 @@
9,
48
),
- "score": 2.6756184829936274,
- "score-diff": "1.7357493395329597",
- "score-diff-perc": "+184.67989%",
- "tooltip": "score = 2.6756184829936274\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +1.73575 (+184.67989%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 2.704612733455822,
+ "score-diff": "1.7647435899951542",
+ "score-diff-perc": "+187.76482%",
+ "tooltip": "score = 2.704612733455822\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +1.76474 (+187.76482%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -248096,11 +249032,11 @@
9,
48
),
- "score": 2.704612733455822,
- "score-diff": "0.028994250462194504",
- "score-diff-perc": "+1.08365%",
- "tooltip": "score = 2.704612733455822\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.02899 (+1.08365%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 2.6756184829936274,
+ "score-diff": "-0.028994250462194504",
+ "score-diff-perc": "-1.07203%",
+ "tooltip": "score = 2.6756184829936274\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.02899 (-1.07203%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -248123,9 +249059,9 @@
2
),
"score": 2.6621560297258147,
- "score-diff": "-0.042456703730007206",
- "score-diff-perc": "-1.56979%",
- "tooltip": "score = 2.6621560297258147\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.04246 (-1.56979%)",
+ "score-diff": "-0.013462453267812702",
+ "score-diff-perc": "-0.50315%",
+ "tooltip": "score = 2.6621560297258147\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.01346 (-0.50315%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -248408,11 +249344,11 @@
14,
48
),
- "score": 0.8997703120111057,
- "score-diff": "-0.04654606271377926",
- "score-diff-perc": "-4.91866%",
- "tooltip": "score = 0.8997703120111057\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.04655 (-4.91866%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 2.4225717241428986,
+ "score-diff": "1.4762553494180137",
+ "score-diff-perc": "+156.00019%",
+ "tooltip": "score = 2.4225717241428986\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +1.47626 (+156.00019%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -248434,11 +249370,11 @@
14,
48
),
- "score": 0.9376385901333183,
- "score-diff": "0.037868278122212606",
- "score-diff-perc": "+4.20866%",
- "tooltip": "score = 0.9376385901333183\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.03787 (+4.20866%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.8997703120111057,
+ "score-diff": "-1.522801412131793",
+ "score-diff-perc": "-62.85888%",
+ "tooltip": "score = 0.8997703120111057\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -1.52280 (-62.85888%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -248460,11 +249396,11 @@
14,
48
),
- "score": 2.4225717241428986,
- "score-diff": "1.4849331340095802",
- "score-diff-perc": "+158.36946%",
- "tooltip": "score = 2.4225717241428986\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +1.48493 (+158.36946%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.9376385901333183,
+ "score-diff": "0.037868278122212606",
+ "score-diff-perc": "+4.20866%",
+ "tooltip": "score = 0.9376385901333183\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.03787 (+4.20866%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -248487,9 +249423,9 @@
37
),
"score": 0.9243769718391756,
- "score-diff": "-1.4981947523037231",
- "score-diff-perc": "-61.84315%",
- "tooltip": "score = 0.9243769718391756\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -1.49819 (-61.84315%)",
+ "score-diff": "-0.01326161829414274",
+ "score-diff-perc": "-1.41436%",
+ "tooltip": "score = 0.9243769718391756\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.01326 (-1.41436%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -248616,11 +249552,11 @@
8,
54
),
- "score": 2.471434888627147,
- "score-diff": "1.5134803832977095",
- "score-diff-perc": "+157.99084%",
- "tooltip": "score = 2.471434888627147\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.51348 (+157.99084%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.925771106867121,
+ "score-diff": "-0.032183398462316215",
+ "score-diff-perc": "-3.35960%",
+ "tooltip": "score = 0.925771106867121\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.03218 (-3.35960%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -248642,11 +249578,11 @@
8,
54
),
- "score": 0.925771106867121,
- "score-diff": "-1.5456637817600258",
- "score-diff-perc": "-62.54115%",
- "tooltip": "score = 0.925771106867121\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.54566 (-62.54115%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 2.471434888627147,
+ "score-diff": "1.5456637817600258",
+ "score-diff-perc": "+166.95960%",
+ "tooltip": "score = 2.471434888627147\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.54566 (+166.95960%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -248669,9 +249605,9 @@
43
),
"score": 0.9315017662197894,
- "score-diff": "0.005730659352668366",
- "score-diff-perc": "+0.61901%",
- "tooltip": "score = 0.9315017662197894\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00573 (+0.61901%)",
+ "score-diff": "-1.5399331224073576",
+ "score-diff-perc": "-62.30927%",
+ "tooltip": "score = 0.9315017662197894\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.53993 (-62.30927%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -254458,6 +255394,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.9697766450749445,
+ "score-diff": "0.0016264225880537886",
+ "score-diff-perc": "+0.16799%",
+ "tooltip": "score = 0.9697766450749445\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.00163 (+0.16799%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -254707,11 +255669,11 @@
18,
7
),
- "score": 2.722914900504596,
- "score-diff": "-0.16230119492047645",
- "score-diff-perc": "-5.62527%",
- "tooltip": "score = 2.722914900504596\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.16230 (-5.62527%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 12.17278926621818,
+ "score-diff": "9.287573170793108",
+ "score-diff-perc": "+321.90217%",
+ "tooltip": "score = 12.17278926621818\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +9.28757 (+321.90217%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -254733,11 +255695,11 @@
18,
7
),
- "score": 12.17278926621818,
- "score-diff": "9.449874365713583",
- "score-diff-perc": "+347.04993%",
- "tooltip": "score = 12.17278926621818\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +9.44987 (+347.04993%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 2.722914900504596,
+ "score-diff": "-9.449874365713583",
+ "score-diff-perc": "-77.63113%",
+ "tooltip": "score = 2.722914900504596\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -9.44987 (-77.63113%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -254760,9 +255722,9 @@
7
),
"score": 12.262788813965159,
- "score-diff": "0.08999954774697905",
- "score-diff-perc": "+0.73935%",
- "tooltip": "score = 12.262788813965159\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.09000 (+0.73935%)",
+ "score-diff": "9.539873913460562",
+ "score-diff-perc": "+350.35520%",
+ "tooltip": "score = 12.262788813965159\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +9.53987 (+350.35520%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -254889,11 +255851,11 @@
17,
1
),
- "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",
+ "score": 3.1460227119265745,
+ "score-diff": "0.6983548252265557",
+ "score-diff-perc": "+28.53144%",
+ "tooltip": "score = 3.1460227119265745\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.69835 (+28.53144%)",
+ "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",
@@ -254915,11 +255877,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",
@@ -254941,11 +255903,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -254968,9 +255930,9 @@
7
),
"score": 2.447567599706203,
- "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%)",
+ "score-diff": "-0.23681112818083339",
+ "score-diff-perc": "-8.82182%",
+ "tooltip": "score = 2.447567599706203\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.23681 (-8.82182%)",
"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)",
@@ -255097,11 +256059,11 @@
9,
48
),
- "score": 2.7131049350946266,
- "score-diff": "-0.5255255085148893",
- "score-diff-perc": "-16.22678%",
- "tooltip": "score = 2.7131049350946266\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.52553 (-16.22678%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 2.435334088968681,
+ "score-diff": "-0.8032963546408349",
+ "score-diff-perc": "-24.80358%",
+ "tooltip": "score = 2.435334088968681\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.80330 (-24.80358%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -255123,11 +256085,11 @@
9,
48
),
- "score": 2.435334088968681,
- "score-diff": "-0.2777708461259456",
- "score-diff-perc": "-10.23812%",
- "tooltip": "score = 2.435334088968681\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.27777 (-10.23812%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 2.7131049350946266,
+ "score-diff": "0.2777708461259456",
+ "score-diff-perc": "+11.40586%",
+ "tooltip": "score = 2.7131049350946266\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.27777 (+11.40586%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -255150,9 +256112,9 @@
2
),
"score": 2.540104713282369,
- "score-diff": "0.10477062431368811",
- "score-diff-perc": "+4.30210%",
- "tooltip": "score = 2.540104713282369\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.10477 (+4.30210%)",
+ "score-diff": "-0.1730002218122575",
+ "score-diff-perc": "-6.37647%",
+ "tooltip": "score = 2.540104713282369\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.17300 (-6.37647%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -255435,11 +256397,11 @@
14,
48
),
- "score": 3.1504429288717124,
- "score-diff": "-0.06086452963787359",
- "score-diff-perc": "-1.89532%",
- "tooltip": "score = 3.1504429288717124\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.06086 (-1.89532%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 2.692937176808584,
+ "score-diff": "-0.5183702817010021",
+ "score-diff-perc": "-16.14203%",
+ "tooltip": "score = 2.692937176808584\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.51837 (-16.14203%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -255461,11 +256423,11 @@
14,
48
),
- "score": 3.256753542357608,
- "score-diff": "0.10631061348589554",
- "score-diff-perc": "+3.37447%",
- "tooltip": "score = 3.256753542357608\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.10631 (+3.37447%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 3.1504429288717124,
+ "score-diff": "0.4575057520631285",
+ "score-diff-perc": "+16.98910%",
+ "tooltip": "score = 3.1504429288717124\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.45751 (+16.98910%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -255487,11 +256449,11 @@
14,
48
),
- "score": 2.692937176808584,
- "score-diff": "-0.563816365549024",
- "score-diff-perc": "-17.31222%",
- "tooltip": "score = 2.692937176808584\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.56382 (-17.31222%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 3.256753542357608,
+ "score-diff": "0.10631061348589554",
+ "score-diff-perc": "+3.37447%",
+ "tooltip": "score = 3.256753542357608\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.10631 (+3.37447%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -255514,9 +256476,9 @@
37
),
"score": 3.147300735088342,
- "score-diff": "0.4543635582797583",
- "score-diff-perc": "+16.87242%",
- "tooltip": "score = 3.147300735088342\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.45436 (+16.87242%)",
+ "score-diff": "-0.10945280726926576",
+ "score-diff-perc": "-3.36079%",
+ "tooltip": "score = 3.147300735088342\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.10945 (-3.36079%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -255643,11 +256605,11 @@
8,
54
),
- "score": 2.706099600083679,
- "score-diff": "-0.4686436638737508",
- "score-diff-perc": "-14.76162%",
- "tooltip": "score = 2.706099600083679\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.46864 (-14.76162%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 3.1078985463098943,
+ "score-diff": "-0.0668447176475353",
+ "score-diff-perc": "-2.10552%",
+ "tooltip": "score = 3.1078985463098943\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.06684 (-2.10552%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -255669,11 +256631,11 @@
8,
54
),
- "score": 3.1078985463098943,
- "score-diff": "0.4017989462262155",
- "score-diff-perc": "+14.84790%",
- "tooltip": "score = 3.1078985463098943\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.40180 (+14.84790%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 2.706099600083679,
+ "score-diff": "-0.4017989462262155",
+ "score-diff-perc": "-12.92832%",
+ "tooltip": "score = 2.706099600083679\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.40180 (-12.92832%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -255696,9 +256658,9 @@
43
),
"score": 3.2419365812459096,
- "score-diff": "0.1340380349360153",
- "score-diff-perc": "+4.31282%",
- "tooltip": "score = 3.2419365812459096\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.13404 (+4.31282%)",
+ "score-diff": "0.5358369811622308",
+ "score-diff-perc": "+19.80108%",
+ "tooltip": "score = 3.2419365812459096\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.53584 (+19.80108%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -261485,6 +262447,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 3.0816617367786496,
+ "score-diff": "0.06613154553494383",
+ "score-diff-perc": "+2.19303%",
+ "tooltip": "score = 3.0816617367786496\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.06613 (+2.19303%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -261734,11 +262722,11 @@
18,
7
),
- "score": 72.53317946863415,
- "score-diff": "0.4434107986703424",
- "score-diff-perc": "+0.61508%",
- "tooltip": "score = 72.53317946863415\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.44341 (+0.61508%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 66.52936830359381,
+ "score-diff": "-5.56040036636999",
+ "score-diff-perc": "-7.71316%",
+ "tooltip": "score = 66.52936830359381\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -5.56040 (-7.71316%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -261760,11 +262748,11 @@
18,
7
),
- "score": 66.52936830359381,
- "score-diff": "-6.003811165040332",
- "score-diff-perc": "-8.27733%",
- "tooltip": "score = 66.52936830359381\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -6.00381 (-8.27733%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 72.53317946863415,
+ "score-diff": "6.003811165040332",
+ "score-diff-perc": "+9.02430%",
+ "tooltip": "score = 72.53317946863415\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +6.00381 (+9.02430%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -261787,9 +262775,9 @@
7
),
"score": 67.09519439489038,
- "score-diff": "0.5658260912965716",
- "score-diff-perc": "+0.85049%",
- "tooltip": "score = 67.09519439489038\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.56583 (+0.85049%)",
+ "score-diff": "-5.437985073743761",
+ "score-diff-perc": "-7.49724%",
+ "tooltip": "score = 67.09519439489038\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -5.43799 (-7.49724%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -261916,11 +262904,11 @@
17,
1
),
- "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",
+ "score": 76.1426104431182,
+ "score-diff": "9.119702300451536",
+ "score-diff-perc": "+13.60684%",
+ "tooltip": "score = 76.1426104431182\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +9.11970 (+13.60684%)",
+ "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",
@@ -261942,11 +262930,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",
@@ -261968,11 +262956,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -261995,9 +262983,9 @@
7
),
"score": 66.97467799849663,
- "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%)",
+ "score-diff": "-0.07241605335123324",
+ "score-diff-perc": "-0.10801%",
+ "tooltip": "score = 66.97467799849663\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.07242 (-0.10801%)",
"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)",
@@ -262124,11 +263112,11 @@
9,
48
),
- "score": 69.96245915290405,
- "score-diff": "-10.38225420709594",
- "score-diff-perc": "-12.92214%",
- "tooltip": "score = 69.96245915290405\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -10.38225 (-12.92214%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 66.94151406814318,
+ "score-diff": "-13.403199291856808",
+ "score-diff-perc": "-16.68212%",
+ "tooltip": "score = 66.94151406814318\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -13.40320 (-16.68212%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -262150,11 +263138,11 @@
9,
48
),
- "score": 66.94151406814318,
- "score-diff": "-3.020945084760868",
- "score-diff-perc": "-4.31795%",
- "tooltip": "score = 66.94151406814318\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -3.02095 (-4.31795%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 69.96245915290405,
+ "score-diff": "3.020945084760868",
+ "score-diff-perc": "+4.51281%",
+ "tooltip": "score = 69.96245915290405\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +3.02095 (+4.51281%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -262177,9 +263165,9 @@
2
),
"score": 66.43735529271524,
- "score-diff": "-0.5041587754279391",
- "score-diff-perc": "-0.75313%",
- "tooltip": "score = 66.43735529271524\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.50416 (-0.75313%)",
+ "score-diff": "-3.525103860188807",
+ "score-diff-perc": "-5.03856%",
+ "tooltip": "score = 66.43735529271524\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -3.52510 (-5.03856%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -262462,11 +263450,11 @@
14,
48
),
- "score": 84.31408568786807,
- "score-diff": "4.004857308668079",
- "score-diff-perc": "+4.98680%",
- "tooltip": "score = 84.31408568786807\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +4.00486 (+4.98680%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 66.50154432704635,
+ "score-diff": "-13.807684052153647",
+ "score-diff-perc": "-17.19315%",
+ "tooltip": "score = 66.50154432704635\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -13.80768 (-17.19315%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -262488,11 +263476,11 @@
14,
48
),
- "score": 73.36080281095964,
- "score-diff": "-10.953282876908432",
- "score-diff-perc": "-12.99105%",
- "tooltip": "score = 73.36080281095964\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -10.95328 (-12.99105%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 84.31408568786807,
+ "score-diff": "17.812541360821726",
+ "score-diff-perc": "+26.78515%",
+ "tooltip": "score = 84.31408568786807\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +17.81254 (+26.78515%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -262514,11 +263502,11 @@
14,
48
),
- "score": 66.50154432704635,
- "score-diff": "-6.859258483913294",
- "score-diff-perc": "-9.35003%",
- "tooltip": "score = 66.50154432704635\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -6.85926 (-9.35003%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 73.36080281095964,
+ "score-diff": "-10.953282876908432",
+ "score-diff-perc": "-12.99105%",
+ "tooltip": "score = 73.36080281095964\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -10.95328 (-12.99105%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -262541,9 +263529,9 @@
37
),
"score": 79.69040774285715,
- "score-diff": "13.1888634158108",
- "score-diff-perc": "+19.83242%",
- "tooltip": "score = 79.69040774285715\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +13.18886 (+19.83242%)",
+ "score-diff": "6.3296049318975065",
+ "score-diff-perc": "+8.62805%",
+ "tooltip": "score = 79.69040774285715\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +6.32960 (+8.62805%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -262670,11 +263658,11 @@
8,
54
),
- "score": 67.11647304443848,
- "score-diff": "-12.041392122440655",
- "score-diff-perc": "-15.21187%",
- "tooltip": "score = 67.11647304443848\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.04139 (-15.21187%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 80.3477498944,
+ "score-diff": "1.1898847275208624",
+ "score-diff-perc": "+1.50318%",
+ "tooltip": "score = 80.3477498944\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.18988 (+1.50318%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -262696,11 +263684,11 @@
8,
54
),
- "score": 80.3477498944,
- "score-diff": "13.231276849961517",
- "score-diff-perc": "+19.71390%",
- "tooltip": "score = 80.3477498944\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +13.23128 (+19.71390%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 67.11647304443848,
+ "score-diff": "-13.231276849961517",
+ "score-diff-perc": "-16.46751%",
+ "tooltip": "score = 67.11647304443848\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -13.23128 (-16.46751%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -262723,9 +263711,9 @@
43
),
"score": 81.2488530176108,
- "score-diff": "0.9011031232108024",
- "score-diff-perc": "+1.12150%",
- "tooltip": "score = 81.2488530176108\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.90110 (+1.12150%)",
+ "score-diff": "14.13237997317232",
+ "score-diff-perc": "+21.05650%",
+ "tooltip": "score = 81.2488530176108\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +14.13238 (+21.05650%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -268512,6 +269500,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 75.57654065864662,
+ "score-diff": "0.2727317544832317",
+ "score-diff-perc": "+0.36218%",
+ "tooltip": "score = 75.57654065864662\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.27273 (+0.36218%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -268761,11 +269775,11 @@
18,
7
),
- "score": 75.94335201832425,
- "score-diff": "-5.84011819943747",
- "score-diff-perc": "-7.14095%",
- "tooltip": "score = 75.94335201832425\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -5.84012 (-7.14095%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 66.52043394834439,
+ "score-diff": "-15.263036269417327",
+ "score-diff-perc": "-18.66274%",
+ "tooltip": "score = 66.52043394834439\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -15.26304 (-18.66274%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -268787,11 +269801,11 @@
18,
7
),
- "score": 66.52043394834439,
- "score-diff": "-9.422918069979858",
- "score-diff-perc": "-12.40782%",
- "tooltip": "score = 66.52043394834439\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -9.42292 (-12.40782%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 75.94335201832425,
+ "score-diff": "9.422918069979858",
+ "score-diff-perc": "+14.16545%",
+ "tooltip": "score = 75.94335201832425\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +9.42292 (+14.16545%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -268814,9 +269828,9 @@
7
),
"score": 67.36554760268457,
- "score-diff": "0.8451136543401816",
- "score-diff-perc": "+1.27046%",
- "tooltip": "score = 67.36554760268457\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.84511 (+1.27046%)",
+ "score-diff": "-8.577804415639676",
+ "score-diff-perc": "-11.29500%",
+ "tooltip": "score = 67.36554760268457\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -8.57780 (-11.29500%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -268943,11 +269957,11 @@
17,
1
),
- "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",
+ "score": 76.74478990992367,
+ "score-diff": "8.616611645002877",
+ "score-diff-perc": "+12.64765%",
+ "tooltip": "score = 76.74478990992367\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +8.61661 (+12.64765%)",
+ "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",
@@ -268969,11 +269983,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",
@@ -268995,11 +270009,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -269022,9 +270036,9 @@
7
),
"score": 66.3870101258278,
- "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%)",
+ "score-diff": "-1.504363947751898",
+ "score-diff-perc": "-2.21584%",
+ "tooltip": "score = 66.3870101258278\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.50436 (-2.21584%)",
"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)",
@@ -269151,11 +270165,11 @@
9,
48
),
- "score": 66.7058891029404,
- "score-diff": "-8.417930156125351",
- "score-diff-perc": "-11.20541%",
- "tooltip": "score = 66.7058891029404\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -8.41793 (-11.20541%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 67.34938221651551,
+ "score-diff": "-7.774437042550247",
+ "score-diff-perc": "-10.34883%",
+ "tooltip": "score = 67.34938221651551\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -7.77444 (-10.34883%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -269177,11 +270191,11 @@
9,
48
),
- "score": 67.34938221651551,
- "score-diff": "0.6434931135751043",
- "score-diff-perc": "+0.96467%",
- "tooltip": "score = 67.34938221651551\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.64349 (+0.96467%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 66.7058891029404,
+ "score-diff": "-0.6434931135751043",
+ "score-diff-perc": "-0.95546%",
+ "tooltip": "score = 66.7058891029404\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.64349 (-0.95546%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -269204,9 +270218,9 @@
2
),
"score": 67.5622879981589,
- "score-diff": "0.2129057816433857",
- "score-diff-perc": "+0.31612%",
- "tooltip": "score = 67.5622879981589\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.21291 (+0.31612%)",
+ "score-diff": "0.85639889521849",
+ "score-diff-perc": "+1.28384%",
+ "tooltip": "score = 67.5622879981589\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.85640 (+1.28384%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -269489,11 +270503,11 @@
14,
48
),
- "score": 76.61278964188064,
- "score-diff": "1.822968993298744",
- "score-diff-perc": "+2.43746%",
- "tooltip": "score = 76.61278964188064\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +1.82297 (+2.43746%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 67.46425795436241,
+ "score-diff": "-7.325562694219485",
+ "score-diff-perc": "-9.79487%",
+ "tooltip": "score = 67.46425795436241\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -7.32556 (-9.79487%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -269515,11 +270529,11 @@
14,
48
),
- "score": 80.04415757645714,
- "score-diff": "3.4313679345764996",
- "score-diff-perc": "+4.47884%",
- "tooltip": "score = 80.04415757645714\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +3.43137 (+4.47884%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 76.61278964188064,
+ "score-diff": "9.14853168751823",
+ "score-diff-perc": "+13.56056%",
+ "tooltip": "score = 76.61278964188064\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +9.14853 (+13.56056%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -269541,11 +270555,11 @@
14,
48
),
- "score": 67.46425795436241,
- "score-diff": "-12.579899622094729",
- "score-diff-perc": "-15.71620%",
- "tooltip": "score = 67.46425795436241\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -12.57990 (-15.71620%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 80.04415757645714,
+ "score-diff": "3.4313679345764996",
+ "score-diff-perc": "+4.47884%",
+ "tooltip": "score = 80.04415757645714\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +3.43137 (+4.47884%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -269568,9 +270582,9 @@
37
),
"score": 76.9222322337215,
- "score-diff": "9.457974279359092",
- "score-diff-perc": "+14.01924%",
- "tooltip": "score = 76.9222322337215\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +9.45797 (+14.01924%)",
+ "score-diff": "-3.1219253427356364",
+ "score-diff-perc": "-3.90025%",
+ "tooltip": "score = 76.9222322337215\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -3.12193 (-3.90025%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -269697,11 +270711,11 @@
8,
54
),
- "score": 67.76856306397606,
- "score-diff": "-9.065790725686924",
- "score-diff-perc": "-11.79914%",
- "tooltip": "score = 67.76856306397606\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -9.06579 (-11.79914%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 77.96355384651164,
+ "score-diff": "1.12920005684866",
+ "score-diff-perc": "+1.46966%",
+ "tooltip": "score = 77.96355384651164\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.12920 (+1.46966%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -269723,11 +270737,11 @@
8,
54
),
- "score": 77.96355384651164,
- "score-diff": "10.194990782535584",
- "score-diff-perc": "+15.04383%",
- "tooltip": "score = 77.96355384651164\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +10.19499 (+15.04383%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 67.76856306397606,
+ "score-diff": "-10.194990782535584",
+ "score-diff-perc": "-13.07661%",
+ "tooltip": "score = 67.76856306397606\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -10.19499 (-13.07661%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -269750,9 +270764,9 @@
43
),
"score": 75.13963344360903,
- "score-diff": "-2.8239204029026155",
- "score-diff-perc": "-3.62210%",
- "tooltip": "score = 75.13963344360903\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -2.82392 (-3.62210%)",
+ "score-diff": "7.371070379632968",
+ "score-diff-perc": "+10.87683%",
+ "tooltip": "score = 75.13963344360903\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +7.37107 (+10.87683%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -275539,6 +276553,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 74.83277026573847,
+ "score-diff": "-0.2323932252634222",
+ "score-diff-perc": "-0.30959%",
+ "tooltip": "score = 74.83277026573847\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.23239 (-0.30959%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -275788,11 +276828,11 @@
18,
7
),
- "score": 73.15134445547446,
- "score-diff": "-5.897322034289331",
- "score-diff-perc": "-7.46037%",
- "tooltip": "score = 73.15134445547446\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -5.89732 (-7.46037%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 67.07667894343624,
+ "score-diff": "-11.971987546327554",
+ "score-diff-perc": "-15.14508%",
+ "tooltip": "score = 67.07667894343624\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -11.97199 (-15.14508%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -275814,11 +276854,11 @@
18,
7
),
- "score": 67.07667894343624,
- "score-diff": "-6.074665512038223",
- "score-diff-perc": "-8.30424%",
- "tooltip": "score = 67.07667894343624\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -6.07467 (-8.30424%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 73.15134445547446,
+ "score-diff": "6.074665512038223",
+ "score-diff-perc": "+9.05630%",
+ "tooltip": "score = 73.15134445547446\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +6.07467 (+9.05630%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -275841,9 +276881,9 @@
7
),
"score": 66.75394586501622,
- "score-diff": "-0.32273307842001486",
- "score-diff-perc": "-0.48114%",
- "tooltip": "score = 66.75394586501622\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.32273 (-0.48114%)",
+ "score-diff": "-6.397398590458238",
+ "score-diff-perc": "-8.74543%",
+ "tooltip": "score = 66.75394586501622\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -6.39740 (-8.74543%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -275970,11 +277010,11 @@
17,
1
),
- "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",
+ "score": 83.65770405642971,
+ "score-diff": "15.461954217891574",
+ "score-diff-perc": "+22.67290%",
+ "tooltip": "score = 83.65770405642971\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +15.46195 (+22.67290%)",
+ "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",
@@ -275996,11 +277036,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",
@@ -276022,11 +277062,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -276049,9 +277089,9 @@
7
),
"score": 68.4085065022831,
- "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%)",
+ "score-diff": "1.0807578136925002",
+ "score-diff-perc": "+1.60522%",
+ "tooltip": "score = 68.4085065022831\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.08076 (+1.60522%)",
"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)",
@@ -276178,11 +277218,11 @@
9,
48
),
- "score": 67.4197891202612,
- "score-diff": "-13.17603529075815",
- "score-diff-perc": "-16.34829%",
- "tooltip": "score = 67.4197891202612\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -13.17604 (-16.34829%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 67.21710712687248,
+ "score-diff": "-13.378717284146873",
+ "score-diff-perc": "-16.59976%",
+ "tooltip": "score = 67.21710712687248\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -13.37872 (-16.59976%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -276204,11 +277244,11 @@
9,
48
),
- "score": 67.21710712687248,
- "score-diff": "-0.2026819933887225",
- "score-diff-perc": "-0.30063%",
- "tooltip": "score = 67.21710712687248\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.20268 (-0.30063%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 67.4197891202612,
+ "score-diff": "0.2026819933887225",
+ "score-diff-perc": "+0.30153%",
+ "tooltip": "score = 67.4197891202612\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.20268 (+0.30153%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -276231,9 +277271,9 @@
2
),
"score": 66.67425066200443,
- "score-diff": "-0.5428564648680521",
- "score-diff-perc": "-0.80762%",
- "tooltip": "score = 66.67425066200443\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.54286 (-0.80762%)",
+ "score-diff": "-0.7455384582567746",
+ "score-diff-perc": "-1.10582%",
+ "tooltip": "score = 66.67425066200443\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.74554 (-1.10582%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -276516,11 +277556,11 @@
14,
48
),
- "score": 81.05936674080775,
- "score-diff": "-0.3291277856068433",
- "score-diff-perc": "-0.40439%",
- "tooltip": "score = 81.05936674080775\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.32913 (-0.40439%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 67.28570206246715,
+ "score-diff": "-14.102792463947438",
+ "score-diff-perc": "-17.32775%",
+ "tooltip": "score = 67.28570206246715\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -14.10279 (-17.32775%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -276542,11 +277582,11 @@
14,
48
),
- "score": 79.38776466402949,
- "score-diff": "-1.6716020767782567",
- "score-diff-perc": "-2.06219%",
- "tooltip": "score = 79.38776466402949\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -1.67160 (-2.06219%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 81.05936674080775,
+ "score-diff": "13.773664678340594",
+ "score-diff-perc": "+20.47042%",
+ "tooltip": "score = 81.05936674080775\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +13.77366 (+20.47042%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -276568,11 +277608,11 @@
14,
48
),
- "score": 67.28570206246715,
- "score-diff": "-12.102062601562338",
- "score-diff-perc": "-15.24424%",
- "tooltip": "score = 67.28570206246715\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -12.10206 (-15.24424%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 79.38776466402949,
+ "score-diff": "-1.6716020767782567",
+ "score-diff-perc": "-2.06219%",
+ "tooltip": "score = 79.38776466402949\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -1.67160 (-2.06219%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -276595,9 +277635,9 @@
37
),
"score": 79.43522884376952,
- "score-diff": "12.14952678130237",
- "score-diff-perc": "+18.05662%",
- "tooltip": "score = 79.43522884376952\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +12.14953 (+18.05662%)",
+ "score-diff": "0.047464179740032364",
+ "score-diff-perc": "+0.05979%",
+ "tooltip": "score = 79.43522884376952\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.04746 (+0.05979%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -276724,11 +277764,11 @@
8,
54
),
- "score": 67.17363261337808,
- "score-diff": "-16.69659990983412",
- "score-diff-perc": "-19.90766%",
- "tooltip": "score = 67.17363261337808\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -16.69660 (-19.90766%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 76.47102584691365,
+ "score-diff": "-7.399206676298547",
+ "score-diff-perc": "-8.82221%",
+ "tooltip": "score = 76.47102584691365\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -7.39921 (-8.82221%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -276750,11 +277790,11 @@
8,
54
),
- "score": 76.47102584691365,
- "score-diff": "9.297393233535573",
- "score-diff-perc": "+13.84084%",
- "tooltip": "score = 76.47102584691365\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +9.29739 (+13.84084%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 67.17363261337808,
+ "score-diff": "-9.297393233535573",
+ "score-diff-perc": "-12.15806%",
+ "tooltip": "score = 67.17363261337808\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -9.29739 (-12.15806%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -276777,9 +277817,9 @@
43
),
"score": 79.53038190873642,
- "score-diff": "3.0593560618227684",
- "score-diff-perc": "+4.00067%",
- "tooltip": "score = 79.53038190873642\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +3.05936 (+4.00067%)",
+ "score-diff": "12.356749295358341",
+ "score-diff-perc": "+18.39524%",
+ "tooltip": "score = 79.53038190873642\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +12.35675 (+18.39524%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -282566,6 +283606,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 75.86113309442926,
+ "score-diff": "2.3714470970269446",
+ "score-diff-perc": "+3.22691%",
+ "tooltip": "score = 75.86113309442926\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +2.37145 (+3.22691%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -282815,11 +283881,11 @@
18,
7
),
- "score": 82.00556414540888,
- "score-diff": "1.9895624613922962",
- "score-diff-perc": "+2.48646%",
- "tooltip": "score = 82.00556414540888\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.98956 (+2.48646%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 67.11377186658613,
+ "score-diff": "-12.902229817430452",
+ "score-diff-perc": "-16.12456%",
+ "tooltip": "score = 67.11377186658613\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.90223 (-16.12456%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -282841,11 +283907,11 @@
18,
7
),
- "score": 67.11377186658613,
- "score-diff": "-14.891792278822749",
- "score-diff-perc": "-18.15949%",
- "tooltip": "score = 67.11377186658613\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -14.89179 (-18.15949%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 82.00556414540888,
+ "score-diff": "14.891792278822749",
+ "score-diff-perc": "+22.18888%",
+ "tooltip": "score = 82.00556414540888\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +14.89179 (+22.18888%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -282868,9 +283934,9 @@
7
),
"score": 66.88301104795946,
- "score-diff": "-0.23076081862667763",
- "score-diff-perc": "-0.34384%",
- "tooltip": "score = 66.88301104795946\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.23076 (-0.34384%)",
+ "score-diff": "-15.122553097449426",
+ "score-diff-perc": "-18.44089%",
+ "tooltip": "score = 66.88301104795946\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -15.12255 (-18.44089%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -282997,11 +284063,11 @@
17,
1
),
- "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",
+ "score": 83.23197591312672,
+ "score-diff": "16.652919608058284",
+ "score-diff-perc": "+25.01225%",
+ "tooltip": "score = 83.23197591312672\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +16.65292 (+25.01225%)",
+ "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",
@@ -283023,11 +284089,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",
@@ -283049,11 +284115,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -283076,9 +284142,9 @@
7
),
"score": 66.93576114530875,
- "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%)",
+ "score-diff": "-0.32077141091497197",
+ "score-diff-perc": "-0.47694%",
+ "tooltip": "score = 66.93576114530875\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.32077 (-0.47694%)",
"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)",
@@ -283205,11 +284271,11 @@
9,
48
),
- "score": 65.66337198020295,
- "score-diff": "-17.77656926897059",
- "score-diff-perc": "-21.30463%",
- "tooltip": "score = 65.66337198020295\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -17.77657 (-21.30463%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 66.87903046634878,
+ "score-diff": "-16.560910782824763",
+ "score-diff-perc": "-19.84770%",
+ "tooltip": "score = 66.87903046634878\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -16.56091 (-19.84770%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -283231,11 +284297,11 @@
9,
48
),
- "score": 66.87903046634878,
- "score-diff": "1.215658486145827",
- "score-diff-perc": "+1.85135%",
- "tooltip": "score = 66.87903046634878\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +1.21566 (+1.85135%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 65.66337198020295,
+ "score-diff": "-1.215658486145827",
+ "score-diff-perc": "-1.81770%",
+ "tooltip": "score = 65.66337198020295\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -1.21566 (-1.81770%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -283258,9 +284324,9 @@
2
),
"score": 66.3551710294308,
- "score-diff": "-0.5238594369179737",
- "score-diff-perc": "-0.78329%",
- "tooltip": "score = 66.3551710294308\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.52386 (-0.78329%)",
+ "score-diff": "0.6917990492278534",
+ "score-diff-perc": "+1.05355%",
+ "tooltip": "score = 66.3551710294308\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.69180 (+1.05355%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -283543,11 +284609,11 @@
14,
48
),
- "score": 79.15847675089364,
- "score-diff": "-4.168069878968623",
- "score-diff-perc": "-5.00209%",
- "tooltip": "score = 79.15847675089364\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -4.16807 (-5.00209%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 66.92030590558154,
+ "score-diff": "-16.40624072428072",
+ "score-diff-perc": "-19.68909%",
+ "tooltip": "score = 66.92030590558154\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -16.40624 (-19.68909%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -283569,11 +284635,11 @@
14,
48
),
- "score": 78.52688323641732,
- "score-diff": "-0.6315935144763216",
- "score-diff-perc": "-0.79788%",
- "tooltip": "score = 78.52688323641732\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.63159 (-0.79788%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 79.15847675089364,
+ "score-diff": "12.238170845312098",
+ "score-diff-perc": "+18.28768%",
+ "tooltip": "score = 79.15847675089364\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +12.23817 (+18.28768%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -283595,11 +284661,11 @@
14,
48
),
- "score": 66.92030590558154,
- "score-diff": "-11.606577330835776",
- "score-diff-perc": "-14.78039%",
- "tooltip": "score = 66.92030590558154\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -11.60658 (-14.78039%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 78.52688323641732,
+ "score-diff": "-0.6315935144763216",
+ "score-diff-perc": "-0.79788%",
+ "tooltip": "score = 78.52688323641732\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.63159 (-0.79788%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -283622,9 +284688,9 @@
37
),
"score": 79.74793315079364,
- "score-diff": "12.8276272452121",
- "score-diff-perc": "+19.16851%",
- "tooltip": "score = 79.74793315079364\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +12.82763 (+19.16851%)",
+ "score-diff": "1.221049914376323",
+ "score-diff-perc": "+1.55495%",
+ "tooltip": "score = 79.74793315079364\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +1.22105 (+1.55495%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -283751,11 +284817,11 @@
8,
54
),
- "score": 67.48291773291311,
- "score-diff": "-12.87014777999012",
- "score-diff-perc": "-16.01700%",
- "tooltip": "score = 67.48291773291311\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.87015 (-16.01700%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 79.74531166825396,
+ "score-diff": "-0.6077538446492667",
+ "score-diff-perc": "-0.75635%",
+ "tooltip": "score = 79.74531166825396\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.60775 (-0.75635%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -283777,11 +284843,11 @@
8,
54
),
- "score": 79.74531166825396,
- "score-diff": "12.262393935340853",
- "score-diff-perc": "+18.17111%",
- "tooltip": "score = 79.74531166825396\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +12.26239 (+18.17111%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 67.48291773291311,
+ "score-diff": "-12.262393935340853",
+ "score-diff-perc": "-15.37695%",
+ "tooltip": "score = 67.48291773291311\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.26239 (-15.37695%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -283804,9 +284870,9 @@
43
),
"score": 80.57587010489031,
- "score-diff": "0.8305584366363519",
- "score-diff-perc": "+1.04151%",
- "tooltip": "score = 80.57587010489031\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.83056 (+1.04151%)",
+ "score-diff": "13.092952371977205",
+ "score-diff-perc": "+19.40188%",
+ "tooltip": "score = 80.57587010489031\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +13.09295 (+19.40188%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -289593,6 +290659,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 75.45839926466167,
+ "score-diff": "0.9715657316821193",
+ "score-diff-perc": "+1.30435%",
+ "tooltip": "score = 75.45839926466167\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.97157 (+1.30435%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -289842,11 +290934,11 @@
18,
7
),
- "score": 106.26520953569661,
- "score-diff": "0.0736754765755876",
- "score-diff-perc": "+0.06938%",
- "tooltip": "score = 106.26520953569661\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.07368 (+0.06938%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 65.48826764304536,
+ "score-diff": "-40.703266416075664",
+ "score-diff-perc": "-38.33005%",
+ "tooltip": "score = 65.48826764304536\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -40.70327 (-38.33005%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -289868,11 +290960,11 @@
18,
7
),
- "score": 65.48826764304536,
- "score-diff": "-40.77694189265125",
- "score-diff-perc": "-38.37281%",
- "tooltip": "score = 65.48826764304536\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -40.77694 (-38.37281%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 106.26520953569661,
+ "score-diff": "40.77694189265125",
+ "score-diff-perc": "+62.26603%",
+ "tooltip": "score = 106.26520953569661\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +40.77694 (+62.26603%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -289895,9 +290987,9 @@
7
),
"score": 63.381955796754916,
- "score-diff": "-2.1063118462904455",
- "score-diff-perc": "-3.21632%",
- "tooltip": "score = 63.381955796754916\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.10631 (-3.21632%)",
+ "score-diff": "-42.8832537389417",
+ "score-diff-perc": "-40.35493%",
+ "tooltip": "score = 63.381955796754916\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -42.88325 (-40.35493%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -290024,11 +291116,11 @@
17,
1
),
- "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",
+ "score": 108.99598534352936,
+ "score-diff": "40.48417080841186",
+ "score-diff-perc": "+59.09079%",
+ "tooltip": "score = 108.99598534352936\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +40.48417 (+59.09079%)",
+ "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",
@@ -290050,11 +291142,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",
@@ -290076,11 +291168,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -290103,9 +291195,9 @@
7
),
"score": 69.91470760790237,
- "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%)",
+ "score-diff": "0.33308290018685227",
+ "score-diff-perc": "+0.47869%",
+ "tooltip": "score = 69.91470760790237\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.33308 (+0.47869%)",
"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)",
@@ -290232,11 +291324,11 @@
9,
48
),
- "score": 68.06319115331999,
- "score-diff": "-38.473679016950584",
- "score-diff-perc": "-36.11302%",
- "tooltip": "score = 68.06319115331999\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -38.47368 (-36.11302%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 69.40392073224864,
+ "score-diff": "-37.13294943802194",
+ "score-diff-perc": "-34.85455%",
+ "tooltip": "score = 69.40392073224864\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -37.13295 (-34.85455%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -290258,11 +291350,11 @@
9,
48
),
- "score": 69.40392073224864,
- "score-diff": "1.340729578928645",
- "score-diff-perc": "+1.96983%",
- "tooltip": "score = 69.40392073224864\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +1.34073 (+1.96983%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 68.06319115331999,
+ "score-diff": "-1.340729578928645",
+ "score-diff-perc": "-1.93178%",
+ "tooltip": "score = 68.06319115331999\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -1.34073 (-1.93178%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -290285,9 +291377,9 @@
2
),
"score": 66.92427824545913,
- "score-diff": "-2.4796424867895013",
- "score-diff-perc": "-3.57277%",
- "tooltip": "score = 66.92427824545913\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -2.47964 (-3.57277%)",
+ "score-diff": "-1.1389129078608562",
+ "score-diff-perc": "-1.67332%",
+ "tooltip": "score = 66.92427824545913\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -1.13891 (-1.67332%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -290570,11 +291662,11 @@
14,
48
),
- "score": 104.56887568397431,
- "score-diff": "-8.255091505680085",
- "score-diff-perc": "-7.31679%",
- "tooltip": "score = 104.56887568397431\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -8.25509 (-7.31679%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 71.35760565273843,
+ "score-diff": "-41.46636153691597",
+ "score-diff-perc": "-36.75315%",
+ "tooltip": "score = 71.35760565273843\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -41.46636 (-36.75315%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -290596,11 +291688,11 @@
14,
48
),
- "score": 111.20786208705405,
- "score-diff": "6.638986403079741",
- "score-diff-perc": "+6.34891%",
- "tooltip": "score = 111.20786208705405\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +6.63899 (+6.34891%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 104.56887568397431,
+ "score-diff": "33.211270031235884",
+ "score-diff-perc": "+46.54202%",
+ "tooltip": "score = 104.56887568397431\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +33.21127 (+46.54202%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -290622,11 +291714,11 @@
14,
48
),
- "score": 71.35760565273843,
- "score-diff": "-39.850256434315625",
- "score-diff-perc": "-35.83403%",
- "tooltip": "score = 71.35760565273843\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -39.85026 (-35.83403%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 111.20786208705405,
+ "score-diff": "6.638986403079741",
+ "score-diff-perc": "+6.34891%",
+ "tooltip": "score = 111.20786208705405\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +6.63899 (+6.34891%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -290649,9 +291741,9 @@
37
),
"score": 111.79301433324049,
- "score-diff": "40.435408680502064",
- "score-diff-perc": "+56.66587%",
- "tooltip": "score = 111.79301433324049\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +40.43541 (+56.66587%)",
+ "score-diff": "0.5851522461864391",
+ "score-diff-perc": "+0.52618%",
+ "tooltip": "score = 111.79301433324049\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.58515 (+0.52618%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -290778,11 +291870,11 @@
8,
54
),
- "score": 64.38442868923245,
- "score-diff": "-38.542374425537176",
- "score-diff-perc": "-37.44639%",
- "tooltip": "score = 64.38442868923245\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -38.54237 (-37.44639%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 112.20466091451704,
+ "score-diff": "9.277857799747409",
+ "score-diff-perc": "+9.01403%",
+ "tooltip": "score = 112.20466091451704\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +9.27786 (+9.01403%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -290804,11 +291896,11 @@
8,
54
),
- "score": 112.20466091451704,
- "score-diff": "47.820232225284585",
- "score-diff-perc": "+74.27298%",
- "tooltip": "score = 112.20466091451704\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +47.82023 (+74.27298%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 64.38442868923245,
+ "score-diff": "-47.820232225284585",
+ "score-diff-perc": "-42.61876%",
+ "tooltip": "score = 64.38442868923245\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -47.82023 (-42.61876%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -290831,9 +291923,9 @@
43
),
"score": 104.81276301202384,
- "score-diff": "-7.391897902493199",
- "score-diff-perc": "-6.58787%",
- "tooltip": "score = 104.81276301202384\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -7.39190 (-6.58787%)",
+ "score-diff": "40.428334322791386",
+ "score-diff-perc": "+62.79210%",
+ "tooltip": "score = 104.81276301202384\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +40.42833 (+62.79210%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -296620,6 +297712,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 77.2750596512105,
+ "score-diff": "-4.139712052046207",
+ "score-diff-perc": "-5.08472%",
+ "tooltip": "score = 77.2750596512105\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -4.13971 (-5.08472%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -296869,11 +297987,11 @@
18,
7
),
- "score": 74.76975254498618,
- "score-diff": "-3.3904987680212173",
- "score-diff-perc": "-4.33788%",
- "tooltip": "score = 74.76975254498618\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.39050 (-4.33788%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 76.27777176349757,
+ "score-diff": "-1.8824795495098243",
+ "score-diff-perc": "-2.40849%",
+ "tooltip": "score = 76.27777176349757\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.88248 (-2.40849%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -296895,11 +298013,11 @@
18,
7
),
- "score": 76.27777176349757,
- "score-diff": "1.508019218511393",
- "score-diff-perc": "+2.01688%",
- "tooltip": "score = 76.27777176349757\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.50802 (+2.01688%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 74.76975254498618,
+ "score-diff": "-1.508019218511393",
+ "score-diff-perc": "-1.97701%",
+ "tooltip": "score = 74.76975254498618\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.50802 (-1.97701%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -296922,9 +298040,9 @@
7
),
"score": 68.55134301369047,
- "score-diff": "-7.7264287498070985",
- "score-diff-perc": "-10.12933%",
- "tooltip": "score = 68.55134301369047\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -7.72643 (-10.12933%)",
+ "score-diff": "-6.2184095312957055",
+ "score-diff-perc": "-8.31674%",
+ "tooltip": "score = 68.55134301369047\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -6.21841 (-8.31674%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -297051,11 +298169,11 @@
17,
1
),
- "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",
+ "score": 81.80901091146208,
+ "score-diff": "15.111914964777768",
+ "score-diff-perc": "+22.65753%",
+ "tooltip": "score = 81.80901091146208\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +15.11191 (+22.65753%)",
+ "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",
@@ -297077,11 +298195,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",
@@ -297103,11 +298221,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -297130,9 +298248,9 @@
7
),
"score": 66.36676951879829,
- "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%)",
+ "score-diff": "-0.39608005306683935",
+ "score-diff-perc": "-0.59326%",
+ "tooltip": "score = 66.36676951879829\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.39608 (-0.59326%)",
"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)",
@@ -297259,11 +298377,11 @@
9,
48
),
- "score": 67.47928445219482,
- "score-diff": "-15.71939761392089",
- "score-diff-perc": "-18.89381%",
- "tooltip": "score = 67.47928445219482\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -15.71940 (-18.89381%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 65.84989658151014,
+ "score-diff": "-17.34878548460557",
+ "score-diff-perc": "-20.85224%",
+ "tooltip": "score = 65.84989658151014\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -17.34879 (-20.85224%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -297285,11 +298403,11 @@
9,
48
),
- "score": 65.84989658151014,
- "score-diff": "-1.6293878706846812",
- "score-diff-perc": "-2.41465%",
- "tooltip": "score = 65.84989658151014\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -1.62939 (-2.41465%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 67.47928445219482,
+ "score-diff": "1.6293878706846812",
+ "score-diff-perc": "+2.47440%",
+ "tooltip": "score = 67.47928445219482\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +1.62939 (+2.47440%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -297312,9 +298430,9 @@
2
),
"score": 66.28749628966538,
- "score-diff": "0.43759970815524696",
- "score-diff-perc": "+0.66454%",
- "tooltip": "score = 66.28749628966538\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.43760 (+0.66454%)",
+ "score-diff": "-1.1917881625294342",
+ "score-diff-perc": "-1.76615%",
+ "tooltip": "score = 66.28749628966538\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -1.19179 (-1.76615%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -297597,11 +298715,11 @@
14,
48
),
- "score": 81.63294954146343,
- "score-diff": "0.20107312589826165",
- "score-diff-perc": "+0.24692%",
- "tooltip": "score = 81.63294954146343\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.20107 (+0.24692%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 67.3855872489298,
+ "score-diff": "-14.046289166635376",
+ "score-diff-perc": "-17.24913%",
+ "tooltip": "score = 67.3855872489298\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -14.04629 (-17.24913%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -297623,11 +298741,11 @@
14,
48
),
- "score": 81.831930845022,
- "score-diff": "0.19898130355856836",
- "score-diff-perc": "+0.24375%",
- "tooltip": "score = 81.831930845022\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.19898 (+0.24375%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 81.63294954146343,
+ "score-diff": "14.247362292533637",
+ "score-diff-perc": "+21.14304%",
+ "tooltip": "score = 81.63294954146343\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +14.24736 (+21.14304%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -297649,11 +298767,11 @@
14,
48
),
- "score": 67.3855872489298,
- "score-diff": "-14.446343596092206",
- "score-diff-perc": "-17.65368%",
- "tooltip": "score = 67.3855872489298\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -14.44634 (-17.65368%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 81.831930845022,
+ "score-diff": "0.19898130355856836",
+ "score-diff-perc": "+0.24375%",
+ "tooltip": "score = 81.831930845022\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.19898 (+0.24375%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -297676,9 +298794,9 @@
37
),
"score": 82.11873774783541,
- "score-diff": "14.733150498905616",
- "score-diff-perc": "+21.86395%",
- "tooltip": "score = 82.11873774783541\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +14.73315 (+21.86395%)",
+ "score-diff": "0.28680690281341015",
+ "score-diff-perc": "+0.35048%",
+ "tooltip": "score = 82.11873774783541\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.28681 (+0.35048%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -297805,11 +298923,11 @@
8,
54
),
- "score": 69.00148544084081,
- "score-diff": "-12.970519199236492",
- "score-diff-perc": "-15.82311%",
- "tooltip": "score = 69.00148544084081\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.97052 (-15.82311%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 81.17289143616574,
+ "score-diff": "-0.7991132039115598",
+ "score-diff-perc": "-0.97486%",
+ "tooltip": "score = 81.17289143616574\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.79911 (-0.97486%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -297831,11 +298949,11 @@
8,
54
),
- "score": 81.17289143616574,
- "score-diff": "12.171405995324932",
- "score-diff-perc": "+17.63934%",
- "tooltip": "score = 81.17289143616574\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +12.17141 (+17.63934%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 69.00148544084081,
+ "score-diff": "-12.171405995324932",
+ "score-diff-perc": "-14.99442%",
+ "tooltip": "score = 69.00148544084081\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.17141 (-14.99442%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -297858,9 +298976,9 @@
43
),
"score": 83.67676023940575,
- "score-diff": "2.5038688032400103",
- "score-diff-perc": "+3.08461%",
- "tooltip": "score = 83.67676023940575\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +2.50387 (+3.08461%)",
+ "score-diff": "14.675274798564942",
+ "score-diff-perc": "+21.26806%",
+ "tooltip": "score = 83.67676023940575\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +14.67527 (+21.26806%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -303647,6 +304765,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 79.13797609763779,
+ "score-diff": "2.6876930581050544",
+ "score-diff-perc": "+3.51561%",
+ "tooltip": "score = 79.13797609763779\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +2.68769 (+3.51561%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -303896,11 +305040,11 @@
18,
7
),
- "score": 391.0615131923077,
- "score-diff": "-12.766366695692284",
- "score-diff-perc": "-3.16134%",
- "tooltip": "score = 391.0615131923077\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.76637 (-3.16134%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 299.6652911524778,
+ "score-diff": "-104.1625887355222",
+ "score-diff-perc": "-25.79381%",
+ "tooltip": "score = 299.6652911524778\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -104.16259 (-25.79381%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -303922,11 +305066,11 @@
18,
7
),
- "score": 299.6652911524778,
- "score-diff": "-91.39622203982992",
- "score-diff-perc": "-23.37132%",
- "tooltip": "score = 299.6652911524778\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -91.39622 (-23.37132%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 391.0615131923077,
+ "score-diff": "91.39622203982992",
+ "score-diff-perc": "+30.49944%",
+ "tooltip": "score = 391.0615131923077\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +91.39622 (+30.49944%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -303949,9 +305093,9 @@
7
),
"score": 301.24926293761143,
- "score-diff": "1.5839717851336559",
- "score-diff-perc": "+0.52858%",
- "tooltip": "score = 301.24926293761143\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.58397 (+0.52858%)",
+ "score-diff": "-89.81225025469627",
+ "score-diff-perc": "-22.96627%",
+ "tooltip": "score = 301.24926293761143\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -89.81225 (-22.96627%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -304078,11 +305222,11 @@
17,
1
),
- "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",
+ "score": 339.61017241999997,
+ "score-diff": "66.06104695513511",
+ "score-diff-perc": "+24.14961%",
+ "tooltip": "score = 339.61017241999997\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +66.06105 (+24.14961%)",
+ "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",
@@ -304104,11 +305248,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",
@@ -304130,11 +305274,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -304157,9 +305301,9 @@
7
),
"score": 284.4837906944445,
- "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%)",
+ "score-diff": "7.443249827177226",
+ "score-diff-perc": "+2.68670%",
+ "tooltip": "score = 284.4837906944445\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +7.44325 (+2.68670%)",
"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)",
@@ -304286,11 +305430,11 @@
9,
48
),
- "score": 284.49221372777777,
- "score-diff": "-42.982965001254456",
- "score-diff-perc": "-13.12556%",
- "tooltip": "score = 284.49221372777777\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -42.98297 (-13.12556%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 287.8024377830158,
+ "score-diff": "-39.672740946016404",
+ "score-diff-perc": "-12.11473%",
+ "tooltip": "score = 287.8024377830158\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -39.67274 (-12.11473%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -304312,11 +305456,11 @@
9,
48
),
- "score": 287.8024377830158,
- "score-diff": "3.310224055238052",
- "score-diff-perc": "+1.16356%",
- "tooltip": "score = 287.8024377830158\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +3.31022 (+1.16356%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 284.49221372777777,
+ "score-diff": "-3.310224055238052",
+ "score-diff-perc": "-1.15017%",
+ "tooltip": "score = 284.49221372777777\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -3.31022 (-1.15017%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -304339,9 +305483,9 @@
2
),
"score": 285.76299865158734,
- "score-diff": "-2.0394391314284803",
- "score-diff-perc": "-0.70862%",
- "tooltip": "score = 285.76299865158734\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -2.03944 (-0.70862%)",
+ "score-diff": "1.2707849238095719",
+ "score-diff-perc": "+0.44669%",
+ "tooltip": "score = 285.76299865158734\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +1.27078 (+0.44669%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -304624,11 +305768,11 @@
14,
48
),
- "score": 342.59165306,
- "score-diff": "8.991666633118257",
- "score-diff-perc": "+2.69534%",
- "tooltip": "score = 342.59165306\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +8.99167 (+2.69534%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 298.1899755764706,
+ "score-diff": "-35.41001085041114",
+ "score-diff-perc": "-10.61451%",
+ "tooltip": "score = 298.1899755764706\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -35.41001 (-10.61451%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -304650,11 +305794,11 @@
14,
48
),
- "score": 332.64463165569884,
- "score-diff": "-9.947021404301154",
- "score-diff-perc": "-2.90346%",
- "tooltip": "score = 332.64463165569884\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -9.94702 (-2.90346%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 342.59165306,
+ "score-diff": "44.4016774835294",
+ "score-diff-perc": "+14.89040%",
+ "tooltip": "score = 342.59165306\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +44.40168 (+14.89040%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -304676,11 +305820,11 @@
14,
48
),
- "score": 298.1899755764706,
- "score-diff": "-34.45465607922824",
- "score-diff-perc": "-10.35780%",
- "tooltip": "score = 298.1899755764706\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -34.45466 (-10.35780%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 332.64463165569884,
+ "score-diff": "-9.947021404301154",
+ "score-diff-perc": "-2.90346%",
+ "tooltip": "score = 332.64463165569884\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -9.94702 (-2.90346%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -304703,9 +305847,9 @@
37
),
"score": 348.724852262069,
- "score-diff": "50.53487668559842",
- "score-diff-perc": "+16.94721%",
- "tooltip": "score = 348.724852262069\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +50.53488 (+16.94721%)",
+ "score-diff": "16.080220606370176",
+ "score-diff-perc": "+4.83405%",
+ "tooltip": "score = 348.724852262069\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +16.08022 (+4.83405%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -304832,11 +305976,11 @@
8,
54
),
- "score": 291.6070280285714,
- "score-diff": "-59.97868341970445",
- "score-diff-perc": "-17.05948%",
- "tooltip": "score = 291.6070280285714\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -59.97868 (-17.05948%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 336.05743485333335,
+ "score-diff": "-15.528276594942497",
+ "score-diff-perc": "-4.41664%",
+ "tooltip": "score = 336.05743485333335\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -15.52828 (-4.41664%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -304858,11 +306002,11 @@
8,
54
),
- "score": 336.05743485333335,
- "score-diff": "44.450406824761956",
- "score-diff-perc": "+15.24326%",
- "tooltip": "score = 336.05743485333335\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +44.45041 (+15.24326%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 291.6070280285714,
+ "score-diff": "-44.450406824761956",
+ "score-diff-perc": "-13.22703%",
+ "tooltip": "score = 291.6070280285714\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -44.45041 (-13.22703%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -304885,9 +306029,9 @@
43
),
"score": 341.8169076599999,
- "score-diff": "5.759472806666565",
- "score-diff-perc": "+1.71384%",
- "tooltip": "score = 341.8169076599999\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +5.75947 (+1.71384%)",
+ "score-diff": "50.20987963142852",
+ "score-diff-perc": "+17.21834%",
+ "tooltip": "score = 341.8169076599999\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +50.20988 (+17.21834%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -310674,6 +311818,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 51.20168981020407,
+ "score-diff": "-2.1430943185870532",
+ "score-diff-perc": "-4.01744%",
+ "tooltip": "score = 51.20168981020407\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -2.14309 (-4.01744%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -310923,11 +312093,11 @@
18,
7
),
- "score": 82.66736560248634,
- "score-diff": "0.41287467461748406",
- "score-diff-perc": "+0.50195%",
- "tooltip": "score = 82.66736560248634\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.41287 (+0.50195%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 67.23740826517007,
+ "score-diff": "-15.017082662698783",
+ "score-diff-perc": "-18.25685%",
+ "tooltip": "score = 67.23740826517007\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -15.01708 (-18.25685%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -310949,11 +312119,11 @@
18,
7
),
- "score": 67.23740826517007,
- "score-diff": "-15.429957337316267",
- "score-diff-perc": "-18.66511%",
- "tooltip": "score = 67.23740826517007\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -15.42996 (-18.66511%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 82.66736560248634,
+ "score-diff": "15.429957337316267",
+ "score-diff-perc": "+22.94847%",
+ "tooltip": "score = 82.66736560248634\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +15.42996 (+22.94847%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -310976,9 +312146,9 @@
7
),
"score": 68.05824362798964,
- "score-diff": "0.8208353628195653",
- "score-diff-perc": "+1.22080%",
- "tooltip": "score = 68.05824362798964\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.82084 (+1.22080%)",
+ "score-diff": "-14.609121974496702",
+ "score-diff-perc": "-17.67218%",
+ "tooltip": "score = 68.05824362798964\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -14.60912 (-17.67218%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -311105,11 +312275,11 @@
17,
1
),
- "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",
+ "score": 69.44763305053158,
+ "score-diff": "1.1686713379376101",
+ "score-diff-perc": "+1.71161%",
+ "tooltip": "score = 69.44763305053158\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.16867 (+1.71161%)",
+ "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",
@@ -311131,11 +312301,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",
@@ -311157,11 +312327,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -311184,9 +312354,9 @@
7
),
"score": 68.31086534421769,
- "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%)",
+ "score-diff": "0.5751429874155889",
+ "score-diff-perc": "+0.84910%",
+ "tooltip": "score = 68.31086534421769\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.57514 (+0.84910%)",
"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)",
@@ -311313,11 +312483,11 @@
9,
48
),
- "score": 66.86937640655819,
- "score-diff": "-9.088727085330618",
- "score-diff-perc": "-11.96545%",
- "tooltip": "score = 66.86937640655819\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -9.08873 (-11.96545%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 68.06105270492083,
+ "score-diff": "-7.897050786967981",
+ "score-diff-perc": "-10.39659%",
+ "tooltip": "score = 68.06105270492083\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -7.89705 (-10.39659%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -311339,11 +312509,11 @@
9,
48
),
- "score": 68.06105270492083,
- "score-diff": "1.191676298362637",
- "score-diff-perc": "+1.78210%",
- "tooltip": "score = 68.06105270492083\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +1.19168 (+1.78210%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 66.86937640655819,
+ "score-diff": "-1.191676298362637",
+ "score-diff-perc": "-1.75089%",
+ "tooltip": "score = 66.86937640655819\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -1.19168 (-1.75089%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -311366,9 +312536,9 @@
2
),
"score": 67.32779294427752,
- "score-diff": "-0.7332597606433069",
- "score-diff-perc": "-1.07736%",
- "tooltip": "score = 67.32779294427752\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.73326 (-1.07736%)",
+ "score-diff": "0.4584165377193301",
+ "score-diff-perc": "+0.68554%",
+ "tooltip": "score = 67.32779294427752\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.45842 (+0.68554%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -311651,11 +312821,11 @@
14,
48
),
- "score": 76.31645769773647,
- "score-diff": "-0.49034112060029145",
- "score-diff-perc": "-0.63841%",
- "tooltip": "score = 76.31645769773647\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.49034 (-0.63841%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 66.41115376610702,
+ "score-diff": "-10.395645052229739",
+ "score-diff-perc": "-13.53480%",
+ "tooltip": "score = 66.41115376610702\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -10.39565 (-13.53480%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -311677,11 +312847,11 @@
14,
48
),
- "score": 75.41956334802761,
- "score-diff": "-0.8968943497088588",
- "score-diff-perc": "-1.17523%",
- "tooltip": "score = 75.41956334802761\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.89689 (-1.17523%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 76.31645769773647,
+ "score-diff": "9.905303931629447",
+ "score-diff-perc": "+14.91512%",
+ "tooltip": "score = 76.31645769773647\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +9.90530 (+14.91512%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -311703,11 +312873,11 @@
14,
48
),
- "score": 66.41115376610702,
- "score-diff": "-9.008409581920588",
- "score-diff-perc": "-11.94439%",
- "tooltip": "score = 66.41115376610702\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -9.00841 (-11.94439%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 75.41956334802761,
+ "score-diff": "-0.8968943497088588",
+ "score-diff-perc": "-1.17523%",
+ "tooltip": "score = 75.41956334802761\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.89689 (-1.17523%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -311730,9 +312900,9 @@
37
),
"score": 75.14347399836159,
- "score-diff": "8.732320232254565",
- "score-diff-perc": "+13.14888%",
- "tooltip": "score = 75.14347399836159\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +8.73232 (+13.14888%)",
+ "score-diff": "-0.27608934966602305",
+ "score-diff-perc": "-0.36607%",
+ "tooltip": "score = 75.14347399836159\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.27609 (-0.36607%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -311859,11 +313029,11 @@
8,
54
),
- "score": 69.02671001195087,
- "score-diff": "-4.859649763245287",
- "score-diff-perc": "-6.57719%",
- "tooltip": "score = 69.02671001195087\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -4.85965 (-6.57719%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 77.4344756143074,
+ "score-diff": "3.5481158391112473",
+ "score-diff-perc": "+4.80213%",
+ "tooltip": "score = 77.4344756143074\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +3.54812 (+4.80213%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -311885,11 +313055,11 @@
8,
54
),
- "score": 77.4344756143074,
- "score-diff": "8.407765602356534",
- "score-diff-perc": "+12.18045%",
- "tooltip": "score = 77.4344756143074\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +8.40777 (+12.18045%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 69.02671001195087,
+ "score-diff": "-8.407765602356534",
+ "score-diff-perc": "-10.85791%",
+ "tooltip": "score = 69.02671001195087\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -8.40777 (-10.85791%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -311912,9 +313082,9 @@
43
),
"score": 76.8123350890822,
- "score-diff": "-0.6221405252252055",
- "score-diff-perc": "-0.80344%",
- "tooltip": "score = 76.8123350890822\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.62214 (-0.80344%)",
+ "score-diff": "7.7856250771313285",
+ "score-diff-perc": "+11.27915%",
+ "tooltip": "score = 76.8123350890822\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +7.78563 (+11.27915%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -317701,6 +318871,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 73.12825131116048,
+ "score-diff": "-7.5858572147362935",
+ "score-diff-perc": "-9.39843%",
+ "tooltip": "score = 73.12825131116048\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -7.58586 (-9.39843%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -317950,11 +319146,11 @@
18,
7
),
- "score": 96.4674841232493,
- "score-diff": "-0.10114028696831667",
- "score-diff-perc": "-0.10473%",
- "tooltip": "score = 96.4674841232493\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.10114 (-0.10473%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 84.26438236144068,
+ "score-diff": "-12.304242048776942",
+ "score-diff-perc": "-12.74145%",
+ "tooltip": "score = 84.26438236144068\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.30424 (-12.74145%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -317976,11 +319172,11 @@
18,
7
),
- "score": 84.26438236144068,
- "score-diff": "-12.203101761808625",
- "score-diff-perc": "-12.64996%",
- "tooltip": "score = 84.26438236144068\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.20310 (-12.64996%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 96.4674841232493,
+ "score-diff": "12.203101761808625",
+ "score-diff-perc": "+14.48192%",
+ "tooltip": "score = 96.4674841232493\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +12.20310 (+14.48192%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -318003,9 +319199,9 @@
7
),
"score": 84.31583852694298,
- "score-diff": "0.05145616550230159",
- "score-diff-perc": "+0.06107%",
- "tooltip": "score = 84.31583852694298\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.05146 (+0.06107%)",
+ "score-diff": "-12.151645596306324",
+ "score-diff-perc": "-12.59662%",
+ "tooltip": "score = 84.31583852694298\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.15165 (-12.59662%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -318132,11 +319328,11 @@
17,
1
),
- "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",
+ "score": 95.93424458857143,
+ "score-diff": "11.974838981904767",
+ "score-diff-perc": "+14.26265%",
+ "tooltip": "score = 95.93424458857143\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +11.97484 (+14.26265%)",
+ "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",
@@ -318158,11 +319354,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",
@@ -318184,11 +319380,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -318211,9 +319407,9 @@
7
),
"score": 83.916596505,
- "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%)",
+ "score-diff": "-0.0590620616666655",
+ "score-diff-perc": "-0.07033%",
+ "tooltip": "score = 83.916596505\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.05906 (-0.07033%)",
"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)",
@@ -318340,11 +319536,11 @@
9,
48
),
- "score": 83.98296374166665,
- "score-diff": "-12.036196048809543",
- "score-diff-perc": "-12.53520%",
- "tooltip": "score = 83.98296374166665\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -12.03620 (-12.53520%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 83.947215285,
+ "score-diff": "-12.071944505476196",
+ "score-diff-perc": "-12.57243%",
+ "tooltip": "score = 83.947215285\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -12.07194 (-12.57243%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -318366,11 +319562,11 @@
9,
48
),
- "score": 83.947215285,
- "score-diff": "-0.03574845666665283",
- "score-diff-perc": "-0.04257%",
- "tooltip": "score = 83.947215285\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.03575 (-0.04257%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 83.98296374166665,
+ "score-diff": "0.03574845666665283",
+ "score-diff-perc": "+0.04258%",
+ "tooltip": "score = 83.98296374166665\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.03575 (+0.04258%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -318393,9 +319589,9 @@
2
),
"score": 83.98006591333333,
- "score-diff": "0.03285062833333541",
- "score-diff-perc": "+0.03913%",
- "tooltip": "score = 83.98006591333333\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.03285 (+0.03913%)",
+ "score-diff": "-0.0028978283333174204",
+ "score-diff-perc": "-0.00345%",
+ "tooltip": "score = 83.98006591333333\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.00290 (-0.00345%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -318678,11 +319874,11 @@
14,
48
),
- "score": 96.0330510647619,
- "score-diff": "0.01464787999998407",
- "score-diff-perc": "+0.01526%",
- "tooltip": "score = 96.0330510647619\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.01465 (+0.01526%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 84.06059188571427,
+ "score-diff": "-11.957811299047648",
+ "score-diff-perc": "-12.45367%",
+ "tooltip": "score = 84.06059188571427\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -11.95781 (-12.45367%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -318704,11 +319900,11 @@
14,
48
),
- "score": 96.03976947619047,
- "score-diff": "0.0067184114285652186",
- "score-diff-perc": "+0.00700%",
- "tooltip": "score = 96.03976947619047\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00672 (+0.00700%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 96.0330510647619,
+ "score-diff": "11.972459179047632",
+ "score-diff-perc": "+14.24265%",
+ "tooltip": "score = 96.0330510647619\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +11.97246 (+14.24265%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -318730,11 +319926,11 @@
14,
48
),
- "score": 84.06059188571427,
- "score-diff": "-11.979177590476198",
- "score-diff-perc": "-12.47314%",
- "tooltip": "score = 84.06059188571427\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -11.97918 (-12.47314%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 96.03976947619047,
+ "score-diff": "0.0067184114285652186",
+ "score-diff-perc": "+0.00700%",
+ "tooltip": "score = 96.03976947619047\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00672 (+0.00700%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -318757,9 +319953,9 @@
37
),
"score": 96.0105844304762,
- "score-diff": "11.949992544761926",
- "score-diff-perc": "+14.21593%",
- "tooltip": "score = 96.0105844304762\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +11.94999 (+14.21593%)",
+ "score-diff": "-0.029185045714271496",
+ "score-diff-perc": "-0.03039%",
+ "tooltip": "score = 96.0105844304762\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.02919 (-0.03039%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -318886,11 +320082,11 @@
8,
54
),
- "score": 84.02233641771709,
- "score-diff": "-12.028615527044835",
- "score-diff-perc": "-12.52316%",
- "tooltip": "score = 84.02233641771709\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.02862 (-12.52316%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 96.00764563047618,
+ "score-diff": "-0.0433063142857435",
+ "score-diff-perc": "-0.04509%",
+ "tooltip": "score = 96.00764563047618\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.04331 (-0.04509%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -318912,11 +320108,11 @@
8,
54
),
- "score": 96.00764563047618,
- "score-diff": "11.985309212759091",
- "score-diff-perc": "+14.26443%",
- "tooltip": "score = 96.00764563047618\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +11.98531 (+14.26443%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 84.02233641771709,
+ "score-diff": "-11.985309212759091",
+ "score-diff-perc": "-12.48370%",
+ "tooltip": "score = 84.02233641771709\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -11.98531 (-12.48370%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -318939,9 +320135,9 @@
43
),
"score": 96.04675803809525,
- "score-diff": "0.03911240761907209",
- "score-diff-perc": "+0.04074%",
- "tooltip": "score = 96.04675803809525\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.03911 (+0.04074%)",
+ "score-diff": "12.024421620378163",
+ "score-diff-perc": "+14.31098%",
+ "tooltip": "score = 96.04675803809525\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +12.02442 (+14.31098%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -324728,6 +325924,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 96.95694233019044,
+ "score-diff": "-0.2668200911687819",
+ "score-diff-perc": "-0.27444%",
+ "tooltip": "score = 96.95694233019044\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.26682 (-0.27444%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -324977,11 +326199,11 @@
18,
7
),
- "score": 96.49220326829132,
- "score-diff": "-0.06979568829883931",
- "score-diff-perc": "-0.07228%",
- "tooltip": "score = 96.49220326829132\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.06980 (-0.07228%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 84.34267766582202,
+ "score-diff": "-12.219321290768136",
+ "score-diff-perc": "-12.65438%",
+ "tooltip": "score = 84.34267766582202\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.21932 (-12.65438%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -325003,11 +326225,11 @@
18,
7
),
- "score": 84.34267766582202,
- "score-diff": "-12.149525602469296",
- "score-diff-perc": "-12.59120%",
- "tooltip": "score = 84.34267766582202\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.14953 (-12.59120%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 96.49220326829132,
+ "score-diff": "12.149525602469296",
+ "score-diff-perc": "+14.40496%",
+ "tooltip": "score = 96.49220326829132\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +12.14953 (+14.40496%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -325030,9 +326252,9 @@
7
),
"score": 84.33135699388889,
- "score-diff": "-0.011320671933134463",
- "score-diff-perc": "-0.01342%",
- "tooltip": "score = 84.33135699388889\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01132 (-0.01342%)",
+ "score-diff": "-12.16084627440243",
+ "score-diff-perc": "-12.60293%",
+ "tooltip": "score = 84.33135699388889\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.16085 (-12.60293%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -325159,11 +326381,11 @@
17,
1
),
- "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",
+ "score": 95.97746014095239,
+ "score-diff": "11.935679562871144",
+ "score-diff-perc": "+14.20208%",
+ "tooltip": "score = 95.97746014095239\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +11.93568 (+14.20208%)",
+ "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",
@@ -325185,11 +326407,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",
@@ -325211,11 +326433,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -325238,9 +326460,9 @@
7
),
"score": 83.96891772166666,
- "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%)",
+ "score-diff": "-0.01363632333334408",
+ "score-diff-perc": "-0.01624%",
+ "tooltip": "score = 83.96891772166666\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.01364 (-0.01624%)",
"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)",
@@ -325367,11 +326589,11 @@
9,
48
),
- "score": 83.95254449833332,
- "score-diff": "-12.057404688333335",
- "score-diff-perc": "-12.55850%",
- "tooltip": "score = 83.95254449833332\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -12.05740 (-12.55850%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 83.96763036333333,
+ "score-diff": "-12.042318823333332",
+ "score-diff-perc": "-12.54278%",
+ "tooltip": "score = 83.96763036333333\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -12.04232 (-12.54278%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -325393,11 +326615,11 @@
9,
48
),
- "score": 83.96763036333333,
- "score-diff": "0.015085865000003196",
- "score-diff-perc": "+0.01797%",
- "tooltip": "score = 83.96763036333333\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.01509 (+0.01797%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 83.95254449833332,
+ "score-diff": "-0.015085865000003196",
+ "score-diff-perc": "-0.01797%",
+ "tooltip": "score = 83.95254449833332\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.01509 (-0.01797%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -325420,9 +326642,9 @@
2
),
"score": 83.98974298243698,
- "score-diff": "0.02211261910365181",
- "score-diff-perc": "+0.02633%",
- "tooltip": "score = 83.98974298243698\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.02211 (+0.02633%)",
+ "score-diff": "0.037198484103655005",
+ "score-diff-perc": "+0.04431%",
+ "tooltip": "score = 83.98974298243698\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.03720 (+0.04431%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -325705,11 +326927,11 @@
14,
48
),
- "score": 95.99577569142858,
- "score-diff": "-0.015111064761896387",
- "score-diff-perc": "-0.01574%",
- "tooltip": "score = 95.99577569142858\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.01511 (-0.01574%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 84.01416675002801,
+ "score-diff": "-11.996720006162462",
+ "score-diff-perc": "-12.49517%",
+ "tooltip": "score = 84.01416675002801\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -11.99672 (-12.49517%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -325731,11 +326953,11 @@
14,
48
),
- "score": 96.05069389523808,
- "score-diff": "0.05491820380950685",
- "score-diff-perc": "+0.05721%",
- "tooltip": "score = 96.05069389523808\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.05492 (+0.05721%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 95.99577569142858,
+ "score-diff": "11.981608941400566",
+ "score-diff-perc": "+14.26141%",
+ "tooltip": "score = 95.99577569142858\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +11.98161 (+14.26141%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -325757,11 +326979,11 @@
14,
48
),
- "score": 84.01416675002801,
- "score-diff": "-12.036527145210073",
- "score-diff-perc": "-12.53143%",
- "tooltip": "score = 84.01416675002801\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -12.03653 (-12.53143%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 96.05069389523808,
+ "score-diff": "0.05491820380950685",
+ "score-diff-perc": "+0.05721%",
+ "tooltip": "score = 96.05069389523808\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.05492 (+0.05721%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -325784,9 +327006,9 @@
37
),
"score": 95.9867356952381,
- "score-diff": "11.972568945210085",
- "score-diff-perc": "+14.25065%",
- "tooltip": "score = 95.9867356952381\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +11.97257 (+14.25065%)",
+ "score-diff": "-0.06395819999998764",
+ "score-diff-perc": "-0.06659%",
+ "tooltip": "score = 95.9867356952381\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.06396 (-0.06659%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -325913,11 +327135,11 @@
8,
54
),
- "score": 84.03662771077032,
- "score-diff": "-11.977134851134451",
- "score-diff-perc": "-12.47439%",
- "tooltip": "score = 84.03662771077032\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -11.97713 (-12.47439%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 95.96948544380953,
+ "score-diff": "-0.04427711809523771",
+ "score-diff-perc": "-0.04612%",
+ "tooltip": "score = 95.96948544380953\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.04428 (-0.04612%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -325939,11 +327161,11 @@
8,
54
),
- "score": 95.96948544380953,
- "score-diff": "11.932857733039214",
- "score-diff-perc": "+14.19959%",
- "tooltip": "score = 95.96948544380953\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +11.93286 (+14.19959%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 84.03662771077032,
+ "score-diff": "-11.932857733039214",
+ "score-diff-perc": "-12.43401%",
+ "tooltip": "score = 84.03662771077032\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -11.93286 (-12.43401%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -325966,9 +327188,9 @@
43
),
"score": 95.96131944,
- "score-diff": "-0.008166003809535027",
- "score-diff-perc": "-0.00851%",
- "tooltip": "score = 95.96131944\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00817 (-0.00851%)",
+ "score-diff": "11.924691729229679",
+ "score-diff-perc": "+14.18987%",
+ "tooltip": "score = 95.96131944\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +11.92469 (+14.18987%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -331755,6 +332977,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 97.32146906213592,
+ "score-diff": "0.5122811999066386",
+ "score-diff-perc": "+0.52917%",
+ "tooltip": "score = 97.32146906213592\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.51228 (+0.52917%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -332004,11 +333252,11 @@
18,
7
),
- "score": 0.08158854371687481,
- "score-diff": "-0.0008234962167981835",
- "score-diff-perc": "-0.99924%",
- "tooltip": "score = 0.08158854371687481\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00082 (-0.99924%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 0.07931467149253592,
+ "score-diff": "-0.0030973684411370744",
+ "score-diff-perc": "-3.75839%",
+ "tooltip": "score = 0.07931467149253592\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00310 (-3.75839%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -332030,11 +333278,11 @@
18,
7
),
- "score": 0.07931467149253592,
- "score-diff": "-0.002273872224338891",
- "score-diff-perc": "-2.78700%",
- "tooltip": "score = 0.07931467149253592\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00227 (-2.78700%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 0.08158854371687481,
+ "score-diff": "0.002273872224338891",
+ "score-diff-perc": "+2.86690%",
+ "tooltip": "score = 0.08158854371687481\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00227 (+2.86690%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -332057,9 +333305,9 @@
7
),
"score": 0.07897345906535806,
- "score-diff": "-0.00034121242717785605",
- "score-diff-perc": "-0.43020%",
- "tooltip": "score = 0.07897345906535806\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00034 (-0.43020%)",
+ "score-diff": "-0.002615084651516747",
+ "score-diff-perc": "-3.20521%",
+ "tooltip": "score = 0.07897345906535806\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00262 (-3.20521%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -332186,11 +333434,11 @@
17,
1
),
- "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",
+ "score": 0.08164415840644708,
+ "score-diff": "0.0029770359325963364",
+ "score-diff-perc": "+3.78435%",
+ "tooltip": "score = 0.08164415840644708\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00298 (+3.78435%)",
+ "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",
@@ -332212,11 +333460,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",
@@ -332238,11 +333486,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -332265,9 +333513,9 @@
7
),
"score": 0.07992727854582636,
- "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%)",
+ "score-diff": "0.0008963410801149513",
+ "score-diff-perc": "+1.13416%",
+ "tooltip": "score = 0.07992727854582636\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00090 (+1.13416%)",
"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)",
@@ -332394,11 +333642,11 @@
9,
48
),
- "score": 0.0791555302441037,
- "score-diff": "-0.00353884312306757",
- "score-diff-perc": "-4.27942%",
- "tooltip": "score = 0.0791555302441037\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00354 (-4.27942%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 0.07895929627361065,
+ "score-diff": "-0.003735077093560621",
+ "score-diff-perc": "-4.51672%",
+ "tooltip": "score = 0.07895929627361065\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00374 (-4.51672%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -332420,11 +333668,11 @@
9,
48
),
- "score": 0.07895929627361065,
- "score-diff": "-0.00019623397049305102",
- "score-diff-perc": "-0.24791%",
- "tooltip": "score = 0.07895929627361065\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00020 (-0.24791%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 0.0791555302441037,
+ "score-diff": "0.00019623397049305102",
+ "score-diff-perc": "+0.24853%",
+ "tooltip": "score = 0.0791555302441037\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00020 (+0.24853%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -332447,9 +333695,9 @@
2
),
"score": 0.07959437066860943,
- "score-diff": "0.000635074394998783",
- "score-diff-perc": "+0.80431%",
- "tooltip": "score = 0.07959437066860943\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00064 (+0.80431%)",
+ "score-diff": "0.000438840424505732",
+ "score-diff-perc": "+0.55440%",
+ "tooltip": "score = 0.07959437066860943\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00044 (+0.55440%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -332732,11 +333980,11 @@
14,
48
),
- "score": 0.09392356586850929,
- "score-diff": "0.011363495869638515",
- "score-diff-perc": "+13.76391%",
- "tooltip": "score = 0.09392356586850929\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.01136 (+13.76391%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 0.08991109903445604,
+ "score-diff": "0.007351029035585266",
+ "score-diff-perc": "+8.90386%",
+ "tooltip": "score = 0.08991109903445604\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00735 (+8.90386%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -332758,11 +334006,11 @@
14,
48
),
- "score": 0.08186032759489666,
- "score-diff": "-0.012063238273612636",
- "score-diff-perc": "-12.84368%",
- "tooltip": "score = 0.08186032759489666\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.01206 (-12.84368%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.09392356586850929,
+ "score-diff": "0.004012466834053249",
+ "score-diff-perc": "+4.46270%",
+ "tooltip": "score = 0.09392356586850929\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00401 (+4.46270%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -332784,11 +334032,11 @@
14,
48
),
- "score": 0.08991109903445604,
- "score-diff": "0.008050771439559387",
- "score-diff-perc": "+9.83477%",
- "tooltip": "score = 0.08991109903445604\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00805 (+9.83477%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.08186032759489666,
+ "score-diff": "-0.012063238273612636",
+ "score-diff-perc": "-12.84368%",
+ "tooltip": "score = 0.08186032759489666\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.01206 (-12.84368%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -332811,9 +334059,9 @@
37
),
"score": 0.09451257889039848,
- "score-diff": "0.004601479855942434",
- "score-diff-perc": "+5.11781%",
- "tooltip": "score = 0.09451257889039848\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00460 (+5.11781%)",
+ "score-diff": "0.01265225129550182",
+ "score-diff-perc": "+15.45590%",
+ "tooltip": "score = 0.09451257889039848\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.01265 (+15.45590%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -332940,11 +334188,11 @@
8,
54
),
- "score": 0.0904014199831403,
- "score-diff": "-0.0019897747604122884",
- "score-diff-perc": "-2.15364%",
- "tooltip": "score = 0.0904014199831403\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00199 (-2.15364%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.09213503624294705,
+ "score-diff": "-0.0002561585006055356",
+ "score-diff-perc": "-0.27725%",
+ "tooltip": "score = 0.09213503624294705\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00026 (-0.27725%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -332966,11 +334214,11 @@
8,
54
),
- "score": 0.09213503624294705,
- "score-diff": "0.0017336162598067528",
- "score-diff-perc": "+1.91769%",
- "tooltip": "score = 0.09213503624294705\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00173 (+1.91769%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 0.0904014199831403,
+ "score-diff": "-0.0017336162598067528",
+ "score-diff-perc": "-1.88160%",
+ "tooltip": "score = 0.0904014199831403\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00173 (-1.88160%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -332993,9 +334241,9 @@
43
),
"score": 0.09257103501976915,
- "score-diff": "0.00043599877682209964",
- "score-diff-perc": "+0.47322%",
- "tooltip": "score = 0.09257103501976915\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00044 (+0.47322%)",
+ "score-diff": "0.0021696150366288525",
+ "score-diff-perc": "+2.39998%",
+ "tooltip": "score = 0.09257103501976915\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00217 (+2.39998%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -338782,6 +340030,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.09590249449391068,
+ "score-diff": "0.0002874684862761018",
+ "score-diff-perc": "+0.30065%",
+ "tooltip": "score = 0.09590249449391068\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.00029 (+0.30065%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -339031,11 +340305,11 @@
18,
7
),
- "score": 89.82763214432168,
- "score-diff": "0.08053854981260145",
- "score-diff-perc": "+0.08974%",
- "tooltip": "score = 89.82763214432168\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.08054 (+0.08974%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 40.552655502574304,
+ "score-diff": "-49.19443809193478",
+ "score-diff-perc": "-54.81452%",
+ "tooltip": "score = 40.552655502574304\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -49.19444 (-54.81452%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -339057,11 +340331,11 @@
18,
7
),
- "score": 40.552655502574304,
- "score-diff": "-49.27497664174738",
- "score-diff-perc": "-54.85503%",
- "tooltip": "score = 40.552655502574304\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -49.27498 (-54.85503%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 89.82763214432168,
+ "score-diff": "49.27497664174738",
+ "score-diff-perc": "+121.50863%",
+ "tooltip": "score = 89.82763214432168\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +49.27498 (+121.50863%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -339084,9 +340358,9 @@
7
),
"score": 40.63062294039552,
- "score-diff": "0.07796743782121496",
- "score-diff-perc": "+0.19226%",
- "tooltip": "score = 40.63062294039552\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.07797 (+0.19226%)",
+ "score-diff": "-49.197009203926164",
+ "score-diff-perc": "-54.76824%",
+ "tooltip": "score = 40.63062294039552\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -49.19701 (-54.76824%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -339213,11 +340487,11 @@
17,
1
),
- "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",
+ "score": 83.95196992333334,
+ "score-diff": "47.968254880887294",
+ "score-diff-perc": "+133.30545%",
+ "tooltip": "score = 83.95196992333334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +47.96825 (+133.30545%)",
+ "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",
@@ -339239,11 +340513,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",
@@ -339265,11 +340539,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -339292,9 +340566,9 @@
7
),
"score": 35.98800647920889,
- "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%)",
+ "score-diff": "0.006735690675839123",
+ "score-diff-perc": "+0.01872%",
+ "tooltip": "score = 35.98800647920889\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00674 (+0.01872%)",
"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)",
@@ -339421,11 +340695,11 @@
9,
48
),
- "score": 35.97103960824373,
- "score-diff": "-48.05565437496355",
- "score-diff-perc": "-57.19094%",
- "tooltip": "score = 35.97103960824373\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -48.05565 (-57.19094%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 35.995796120143886,
+ "score-diff": "-48.030897863063394",
+ "score-diff-perc": "-57.16148%",
+ "tooltip": "score = 35.995796120143886\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -48.03090 (-57.16148%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -339447,11 +340721,11 @@
9,
48
),
- "score": 35.995796120143886,
- "score-diff": "0.024756511900157818",
- "score-diff-perc": "+0.06882%",
- "tooltip": "score = 35.995796120143886\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.02476 (+0.06882%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 35.97103960824373,
+ "score-diff": "-0.024756511900157818",
+ "score-diff-perc": "-0.06878%",
+ "tooltip": "score = 35.97103960824373\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.02476 (-0.06878%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -339474,9 +340748,9 @@
2
),
"score": 35.98664152182512,
- "score-diff": "-0.00915459831876575",
- "score-diff-perc": "-0.02543%",
- "tooltip": "score = 35.98664152182512\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.00915 (-0.02543%)",
+ "score-diff": "0.015601913581392068",
+ "score-diff-perc": "+0.04337%",
+ "tooltip": "score = 35.98664152182512\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.01560 (+0.04337%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -339759,11 +341033,11 @@
14,
48
),
- "score": 84.02289483500002,
- "score-diff": "0.04621870000001138",
- "score-diff-perc": "+0.05504%",
- "tooltip": "score = 84.02289483500002\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.04622 (+0.05504%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 36.025260730215834,
+ "score-diff": "-47.95141540478417",
+ "score-diff-perc": "-57.10087%",
+ "tooltip": "score = 36.025260730215834\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -47.95142 (-57.10087%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -339785,11 +341059,11 @@
14,
48
),
- "score": 83.96187645833334,
- "score-diff": "-0.06101837666668075",
- "score-diff-perc": "-0.07262%",
- "tooltip": "score = 83.96187645833334\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.06102 (-0.07262%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 84.02289483500002,
+ "score-diff": "47.99763410478418",
+ "score-diff-perc": "+133.23327%",
+ "tooltip": "score = 84.02289483500002\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +47.99763 (+133.23327%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -339811,11 +341085,11 @@
14,
48
),
- "score": 36.025260730215834,
- "score-diff": "-47.9366157281175",
- "score-diff-perc": "-57.09331%",
- "tooltip": "score = 36.025260730215834\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -47.93662 (-57.09331%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 83.96187645833334,
+ "score-diff": "-0.06101837666668075",
+ "score-diff-perc": "-0.07262%",
+ "tooltip": "score = 83.96187645833334\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.06102 (-0.07262%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -339838,9 +341112,9 @@
37
),
"score": 84.0110642812745,
- "score-diff": "47.985803551058666",
- "score-diff-perc": "+133.20043%",
- "tooltip": "score = 84.0110642812745\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +47.98580 (+133.20043%)",
+ "score-diff": "0.04918782294116397",
+ "score-diff-perc": "+0.05858%",
+ "tooltip": "score = 84.0110642812745\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.04919 (+0.05858%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -339967,11 +341241,11 @@
8,
54
),
- "score": 36.00256233597122,
- "score-diff": "-47.9859634723621",
- "score-diff-perc": "-57.13395%",
- "tooltip": "score = 36.00256233597122\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -47.98596 (-57.13395%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 83.98420913833333,
+ "score-diff": "-0.00431666999999436",
+ "score-diff-perc": "-0.00514%",
+ "tooltip": "score = 83.98420913833333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00432 (-0.00514%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -339993,11 +341267,11 @@
8,
54
),
- "score": 83.98420913833333,
- "score-diff": "47.98164680236211",
- "score-diff-perc": "+133.27287%",
- "tooltip": "score = 83.98420913833333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +47.98165 (+133.27287%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 36.00256233597122,
+ "score-diff": "-47.98164680236211",
+ "score-diff-perc": "-57.13175%",
+ "tooltip": "score = 36.00256233597122\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -47.98165 (-57.13175%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -340020,9 +341294,9 @@
43
),
"score": 84.04490304098039,
- "score-diff": "0.06069390264705987",
- "score-diff-perc": "+0.07227%",
- "tooltip": "score = 84.04490304098039\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.06069 (+0.07227%)",
+ "score-diff": "48.04234070500917",
+ "score-diff-perc": "+133.44145%",
+ "tooltip": "score = 84.04490304098039\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +48.04234 (+133.44145%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -345809,6 +347083,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 85.1247093881356,
+ "score-diff": "0.15523793871243186",
+ "score-diff-perc": "+0.18270%",
+ "tooltip": "score = 85.1247093881356\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.15524 (+0.18270%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -346058,11 +347358,11 @@
18,
7
),
- "score": 96.47954751843136,
- "score-diff": "-0.05402108509804293",
- "score-diff-perc": "-0.05596%",
- "tooltip": "score = 96.47954751843136\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.05402 (-0.05596%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 84.28452769089743,
+ "score-diff": "-12.249040912631969",
+ "score-diff-perc": "-12.68889%",
+ "tooltip": "score = 84.28452769089743\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.24904 (-12.68889%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -346084,11 +347384,11 @@
18,
7
),
- "score": 84.28452769089743,
- "score-diff": "-12.195019827533926",
- "score-diff-perc": "-12.64001%",
- "tooltip": "score = 84.28452769089743\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.19502 (-12.64001%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 96.47954751843136,
+ "score-diff": "12.195019827533926",
+ "score-diff-perc": "+14.46887%",
+ "tooltip": "score = 96.47954751843136\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +12.19502 (+14.46887%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -346111,9 +347411,9 @@
7
),
"score": 84.37412197958774,
- "score-diff": "0.08959428869030717",
- "score-diff-perc": "+0.10630%",
- "tooltip": "score = 84.37412197958774\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.08959 (+0.10630%)",
+ "score-diff": "-12.105425538843619",
+ "score-diff-perc": "-12.54714%",
+ "tooltip": "score = 84.37412197958774\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.10543 (-12.54714%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -346240,11 +347540,11 @@
17,
1
),
- "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",
+ "score": 95.92701892380953,
+ "score-diff": "11.930551235476187",
+ "score-diff-perc": "+14.20363%",
+ "tooltip": "score = 95.92701892380953\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +11.93055 (+14.20363%)",
+ "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",
@@ -346266,11 +347566,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",
@@ -346292,11 +347592,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -346319,9 +347619,9 @@
7
),
"score": 83.94477227333333,
- "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%)",
+ "score-diff": "-0.021112675000011905",
+ "score-diff-perc": "-0.02514%",
+ "tooltip": "score = 83.94477227333333\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.02111 (-0.02514%)",
"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)",
@@ -346448,11 +347748,11 @@
9,
48
),
- "score": 84.06080053795517,
- "score-diff": "-11.977709302044815",
- "score-diff-perc": "-12.47178%",
- "tooltip": "score = 84.06080053795517\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -11.97771 (-12.47178%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 83.974225997535,
+ "score-diff": "-12.064283842464988",
+ "score-diff-perc": "-12.56192%",
+ "tooltip": "score = 83.974225997535\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -12.06428 (-12.56192%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -346474,11 +347774,11 @@
9,
48
),
- "score": 83.974225997535,
- "score-diff": "-0.08657454042017321",
- "score-diff-perc": "-0.10299%",
- "tooltip": "score = 83.974225997535\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.08657 (-0.10299%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 84.06080053795517,
+ "score-diff": "0.08657454042017321",
+ "score-diff-perc": "+0.10310%",
+ "tooltip": "score = 84.06080053795517\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.08657 (+0.10310%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -346501,9 +347801,9 @@
2
),
"score": 83.96583993166666,
- "score-diff": "-0.008386065868336345",
- "score-diff-perc": "-0.00999%",
- "tooltip": "score = 83.96583993166666\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.00839 (-0.00999%)",
+ "score-diff": "-0.09496060628850955",
+ "score-diff-perc": "-0.11297%",
+ "tooltip": "score = 83.96583993166666\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.09496 (-0.11297%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -346786,11 +348086,11 @@
14,
48
),
- "score": 95.98139945714286,
- "score-diff": "-0.04230194857143488",
- "score-diff-perc": "-0.04405%",
- "tooltip": "score = 95.98139945714286\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.04230 (-0.04405%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 84.01881968012606,
+ "score-diff": "-12.004881725588234",
+ "score-diff-perc": "-12.50200%",
+ "tooltip": "score = 84.01881968012606\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -12.00488 (-12.50200%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -346812,11 +348112,11 @@
14,
48
),
- "score": 96.00281303047618,
- "score-diff": "0.02141357333331939",
- "score-diff-perc": "+0.02231%",
- "tooltip": "score = 96.00281303047618\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.02141 (+0.02231%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 95.98139945714286,
+ "score-diff": "11.9625797770168",
+ "score-diff-perc": "+14.23798%",
+ "tooltip": "score = 95.98139945714286\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +11.96258 (+14.23798%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -346838,11 +348138,11 @@
14,
48
),
- "score": 84.01881968012606,
- "score-diff": "-11.983993350350119",
- "score-diff-perc": "-12.48296%",
- "tooltip": "score = 84.01881968012606\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -11.98399 (-12.48296%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 96.00281303047618,
+ "score-diff": "0.02141357333331939",
+ "score-diff-perc": "+0.02231%",
+ "tooltip": "score = 96.00281303047618\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.02141 (+0.02231%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -346865,9 +348165,9 @@
37
),
"score": 96.0400580895238,
- "score-diff": "12.02123840939774",
- "score-diff-perc": "+14.30779%",
- "tooltip": "score = 96.0400580895238\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +12.02124 (+14.30779%)",
+ "score-diff": "0.03724505904762054",
+ "score-diff-perc": "+0.03880%",
+ "tooltip": "score = 96.0400580895238\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.03725 (+0.03880%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -346994,11 +348294,11 @@
8,
54
),
- "score": 84.02273686668067,
- "score-diff": "-12.018646436176482",
- "score-diff-perc": "-12.51403%",
- "tooltip": "score = 84.02273686668067\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.01865 (-12.51403%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 95.97409874095237,
+ "score-diff": "-0.06728456190478482",
+ "score-diff-perc": "-0.07006%",
+ "tooltip": "score = 95.97409874095237\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.06728 (-0.07006%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -347020,11 +348320,11 @@
8,
54
),
- "score": 95.97409874095237,
- "score-diff": "11.951361874271697",
- "score-diff-perc": "+14.22396%",
- "tooltip": "score = 95.97409874095237\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +11.95136 (+14.22396%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 84.02273686668067,
+ "score-diff": "-11.951361874271697",
+ "score-diff-perc": "-12.45270%",
+ "tooltip": "score = 84.02273686668067\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -11.95136 (-12.45270%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -347047,9 +348347,9 @@
43
),
"score": 96.04866517142857,
- "score-diff": "0.07456643047619593",
- "score-diff-perc": "+0.07769%",
- "tooltip": "score = 96.04866517142857\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.07457 (+0.07769%)",
+ "score-diff": "12.025928304747893",
+ "score-diff-perc": "+14.31271%",
+ "tooltip": "score = 96.04866517142857\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +12.02593 (+14.31271%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -352836,6 +354136,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 97.28049852621359,
+ "score-diff": "0.07620770679611155",
+ "score-diff-perc": "+0.07840%",
+ "tooltip": "score = 97.28049852621359\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.07621 (+0.07840%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -352981,11 +354307,11 @@
14,
48
),
- "score": 0.0009755890123638002,
- "score-diff": "-1.152124145428876e-05",
- "score-diff-perc": "-1.16717%",
- "tooltip": "score = 0.0009755890123638002\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00001 (-1.16717%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 0.0007203428146391992,
+ "score-diff": "-0.00026676743917888976",
+ "score-diff-perc": "-27.02509%",
+ "tooltip": "score = 0.0007203428146391992\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00027 (-27.02509%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -353007,11 +354333,11 @@
14,
48
),
- "score": 0.0009323855536104214,
- "score-diff": "-4.320345875337883e-05",
- "score-diff-perc": "-4.42845%",
- "tooltip": "score = 0.0009323855536104214\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00004 (-4.42845%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.0009755890123638002,
+ "score-diff": "0.000255246197724601",
+ "score-diff-perc": "+35.43399%",
+ "tooltip": "score = 0.0009755890123638002\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00026 (+35.43399%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -353033,11 +354359,11 @@
14,
48
),
- "score": 0.0007203428146391992,
- "score-diff": "-0.00021204273897122217",
- "score-diff-perc": "-22.74196%",
- "tooltip": "score = 0.0007203428146391992\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00021 (-22.74196%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.0009323855536104214,
+ "score-diff": "-4.320345875337883e-05",
+ "score-diff-perc": "-4.42845%",
+ "tooltip": "score = 0.0009323855536104214\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00004 (-4.42845%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -353060,9 +354386,9 @@
37
),
"score": 0.0009893496210409047,
- "score-diff": "0.0002690068064017055",
- "score-diff-perc": "+37.34428%",
- "tooltip": "score = 0.0009893496210409047\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00027 (+37.34428%)",
+ "score-diff": "5.696406743048335e-05",
+ "score-diff-perc": "+6.10950%",
+ "tooltip": "score = 0.0009893496210409047\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00006 (+6.10950%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -353189,11 +354515,11 @@
8,
54
),
- "score": 0.000719565267708058,
- "score-diff": "-0.0002641181334322346",
- "score-diff-perc": "-26.84991%",
- "tooltip": "score = 0.000719565267708058\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00026 (-26.84991%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.000971910761246909,
+ "score-diff": "-1.1772639893383569e-05",
+ "score-diff-perc": "-1.19679%",
+ "tooltip": "score = 0.000971910761246909\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00001 (-1.19679%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -353215,11 +354541,11 @@
8,
54
),
- "score": 0.000971910761246909,
- "score-diff": "0.000252345493538851",
- "score-diff-perc": "+35.06916%",
- "tooltip": "score = 0.000971910761246909\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00025 (+35.06916%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 0.000719565267708058,
+ "score-diff": "-0.000252345493538851",
+ "score-diff-perc": "-25.96385%",
+ "tooltip": "score = 0.000719565267708058\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00025 (-25.96385%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -353242,9 +354568,9 @@
43
),
"score": 0.000998532257546207,
- "score-diff": "2.6621496299297884e-05",
- "score-diff-perc": "+2.73909%",
- "tooltip": "score = 0.000998532257546207\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00003 (+2.73909%)",
+ "score-diff": "0.0002789669898381489",
+ "score-diff-perc": "+38.76882%",
+ "tooltip": "score = 0.000998532257546207\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00028 (+38.76882%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -356550,11 +357876,11 @@
18,
7
),
- "score": 89.79887259704132,
- "score-diff": "0.021301382297536975",
- "score-diff-perc": "+0.02373%",
- "tooltip": "score = 89.79887259704132\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02130 (+0.02373%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 108.04346848387097,
+ "score-diff": "18.26589726912718",
+ "score-diff-perc": "+20.34572%",
+ "tooltip": "score = 108.04346848387097\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +18.26590 (+20.34572%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -356576,11 +357902,11 @@
18,
7
),
- "score": 108.04346848387097,
- "score-diff": "18.244595886829643",
- "score-diff-perc": "+20.31718%",
- "tooltip": "score = 108.04346848387097\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +18.24460 (+20.31718%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 89.79887259704132,
+ "score-diff": "-18.244595886829643",
+ "score-diff-perc": "-16.88635%",
+ "tooltip": "score = 89.79887259704132\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -18.24460 (-16.88635%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -356603,9 +357929,9 @@
7
),
"score": 108.20868408387096,
- "score-diff": "0.16521559999999624",
- "score-diff-perc": "+0.15292%",
- "tooltip": "score = 108.20868408387096\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.16522 (+0.15292%)",
+ "score-diff": "18.40981148682964",
+ "score-diff-perc": "+20.50116%",
+ "tooltip": "score = 108.20868408387096\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +18.40981 (+20.50116%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -356732,11 +358058,11 @@
17,
1
),
- "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",
+ "score": 83.92427506,
+ "score-diff": "-18.078563097575767",
+ "score-diff-perc": "-17.72359%",
+ "tooltip": "score = 83.92427506\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -18.07856 (-17.72359%)",
+ "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",
@@ -356758,11 +358084,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",
@@ -356784,11 +358110,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -356811,9 +358137,9 @@
7
),
"score": 101.97499682828284,
- "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%)",
+ "score-diff": "-0.014727185858589564",
+ "score-diff-perc": "-0.01444%",
+ "tooltip": "score = 101.97499682828284\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.01473 (-0.01444%)",
"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)",
@@ -356940,11 +358266,11 @@
9,
48
),
- "score": 101.88307737575758,
- "score-diff": "17.867672206920048",
- "score-diff-perc": "+21.26714%",
- "tooltip": "score = 101.88307737575758\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +17.86767 (+21.26714%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 101.96815833131313,
+ "score-diff": "17.952753162475602",
+ "score-diff-perc": "+21.36841%",
+ "tooltip": "score = 101.96815833131313\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +17.95275 (+21.36841%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -356966,11 +358292,11 @@
9,
48
),
- "score": 101.96815833131313,
- "score-diff": "0.08508095555555428",
- "score-diff-perc": "+0.08351%",
- "tooltip": "score = 101.96815833131313\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.08508 (+0.08351%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 101.88307737575758,
+ "score-diff": "-0.08508095555555428",
+ "score-diff-perc": "-0.08344%",
+ "tooltip": "score = 101.88307737575758\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.08508 (-0.08344%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -356993,9 +358319,9 @@
2
),
"score": 101.96025475353535,
- "score-diff": "-0.007903577777781834",
- "score-diff-perc": "-0.00775%",
- "tooltip": "score = 101.96025475353535\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.00790 (-0.00775%)",
+ "score-diff": "0.07717737777777245",
+ "score-diff-perc": "+0.07575%",
+ "tooltip": "score = 101.96025475353535\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.07718 (+0.07575%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -357278,11 +358604,11 @@
14,
48
),
- "score": 83.99458983,
- "score-diff": "0.003025296666663735",
- "score-diff-perc": "+0.00360%",
- "tooltip": "score = 83.99458983\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00303 (+0.00360%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 102.05543264968047,
+ "score-diff": "18.063868116347138",
+ "score-diff-perc": "+21.50676%",
+ "tooltip": "score = 102.05543264968047\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +18.06387 (+21.50676%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -357304,11 +358630,11 @@
14,
48
),
- "score": 84.05990747731092,
- "score-diff": "0.06531764731091982",
- "score-diff-perc": "+0.07776%",
- "tooltip": "score = 84.05990747731092\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.06532 (+0.07776%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 83.99458983,
+ "score-diff": "-18.060842819680474",
+ "score-diff-perc": "-17.69709%",
+ "tooltip": "score = 83.99458983\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -18.06084 (-17.69709%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -357330,11 +358656,11 @@
14,
48
),
- "score": 102.05543264968047,
- "score-diff": "17.995525172369554",
- "score-diff-perc": "+21.40798%",
- "tooltip": "score = 102.05543264968047\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +17.99553 (+21.40798%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 84.05990747731092,
+ "score-diff": "0.06531764731091982",
+ "score-diff-perc": "+0.07776%",
+ "tooltip": "score = 84.05990747731092\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.06532 (+0.07776%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -357357,9 +358683,9 @@
37
),
"score": 83.99730740833334,
- "score-diff": "-18.058125241347128",
- "score-diff-perc": "-17.69443%",
- "tooltip": "score = 83.99730740833334\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -18.05813 (-17.69443%)",
+ "score-diff": "-0.06260006897757364",
+ "score-diff-perc": "-0.07447%",
+ "tooltip": "score = 83.99730740833334\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.06260 (-0.07447%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -357486,11 +358812,11 @@
8,
54
),
- "score": 101.96399101212121,
- "score-diff": "17.933457662107216",
- "score-diff-perc": "+21.34160%",
- "tooltip": "score = 101.96399101212121\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +17.93346 (+21.34160%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 83.99935781333333,
+ "score-diff": "-0.03117553668066364",
+ "score-diff-perc": "-0.03710%",
+ "tooltip": "score = 83.99935781333333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.03118 (-0.03710%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -357512,11 +358838,11 @@
8,
54
),
- "score": 83.99935781333333,
- "score-diff": "-17.96463319878788",
- "score-diff-perc": "-17.61861%",
- "tooltip": "score = 83.99935781333333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -17.96463 (-17.61861%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 101.96399101212121,
+ "score-diff": "17.96463319878788",
+ "score-diff-perc": "+21.38663%",
+ "tooltip": "score = 101.96399101212121\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +17.96463 (+21.38663%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -357539,9 +358865,9 @@
43
),
"score": 84.00797424739497,
- "score-diff": "0.008616434061636369",
- "score-diff-perc": "+0.01026%",
- "tooltip": "score = 84.00797424739497\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00862 (+0.01026%)",
+ "score-diff": "-17.956016764726243",
+ "score-diff-perc": "-17.61015%",
+ "tooltip": "score = 84.00797424739497\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -17.95602 (-17.61015%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -363328,6 +364654,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 85.03578033220339,
+ "score-diff": "-0.05709576440678177",
+ "score-diff-perc": "-0.06710%",
+ "tooltip": "score = 85.03578033220339\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.05710 (-0.06710%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -363577,11 +364929,11 @@
18,
7
),
- "score": 96.42725710196078,
- "score-diff": "-0.028944022184887785",
- "score-diff-perc": "-0.03001%",
- "tooltip": "score = 96.42725710196078\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02894 (-0.03001%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 84.3017537192444,
+ "score-diff": "-12.154447404901262",
+ "score-diff-perc": "-12.60100%",
+ "tooltip": "score = 84.3017537192444\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.15445 (-12.60100%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -363603,11 +364955,11 @@
18,
7
),
- "score": 84.3017537192444,
- "score-diff": "-12.125503382716374",
- "score-diff-perc": "-12.57477%",
- "tooltip": "score = 84.3017537192444\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.12550 (-12.57477%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 96.42725710196078,
+ "score-diff": "12.125503382716374",
+ "score-diff-perc": "+14.38345%",
+ "tooltip": "score = 96.42725710196078\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +12.12550 (+14.38345%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -363630,9 +364982,9 @@
7
),
"score": 84.36989781683114,
- "score-diff": "0.0681440975867389",
- "score-diff-perc": "+0.08083%",
- "tooltip": "score = 84.36989781683114\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.06814 (+0.08083%)",
+ "score-diff": "-12.057359285129635",
+ "score-diff-perc": "-12.50410%",
+ "tooltip": "score = 84.36989781683114\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.05736 (-12.50410%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -363759,11 +365111,11 @@
17,
1
),
- "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",
+ "score": 95.88225499619048,
+ "score-diff": "11.92080731785714",
+ "score-diff-perc": "+14.19795%",
+ "tooltip": "score = 95.88225499619048\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +11.92081 (+14.19795%)",
+ "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",
@@ -363785,11 +365137,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",
@@ -363811,11 +365163,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -363838,9 +365190,9 @@
7
),
"score": 83.94081871333334,
- "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%)",
+ "score-diff": "-0.01987690499998962",
+ "score-diff-perc": "-0.02367%",
+ "tooltip": "score = 83.94081871333334\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.01988 (-0.02367%)",
"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)",
@@ -363967,11 +365319,11 @@
9,
48
),
- "score": 83.98445997166667,
- "score-diff": "-12.045166152142855",
- "score-diff-perc": "-12.54318%",
- "tooltip": "score = 83.98445997166667\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -12.04517 (-12.54318%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 83.92368884833334,
+ "score-diff": "-12.10593727547618",
+ "score-diff-perc": "-12.60646%",
+ "tooltip": "score = 83.92368884833334\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -12.10594 (-12.60646%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -363993,11 +365345,11 @@
9,
48
),
- "score": 83.92368884833334,
- "score-diff": "-0.060771123333324795",
- "score-diff-perc": "-0.07236%",
- "tooltip": "score = 83.92368884833334\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.06077 (-0.07236%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 83.98445997166667,
+ "score-diff": "0.060771123333324795",
+ "score-diff-perc": "+0.07241%",
+ "tooltip": "score = 83.98445997166667\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.06077 (+0.07241%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -364020,9 +365372,9 @@
2
),
"score": 83.94079765166666,
- "score-diff": "0.01710880333331488",
- "score-diff-perc": "+0.02039%",
- "tooltip": "score = 83.94079765166666\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.01711 (+0.02039%)",
+ "score-diff": "-0.04366232000000991",
+ "score-diff-perc": "-0.05199%",
+ "tooltip": "score = 83.94079765166666\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.04366 (-0.05199%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -364305,11 +365657,11 @@
14,
48
),
- "score": 96.00463650476192,
- "score-diff": "0.016430841904778504",
- "score-diff-perc": "+0.01712%",
- "tooltip": "score = 96.00463650476192\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.01643 (+0.01712%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 84.03935731239497,
+ "score-diff": "-11.948848350462171",
+ "score-diff-perc": "-12.44825%",
+ "tooltip": "score = 84.03935731239497\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -11.94885 (-12.44825%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -364331,11 +365683,11 @@
14,
48
),
- "score": 96.08518590476191,
- "score-diff": "0.08054939999999533",
- "score-diff-perc": "+0.08390%",
- "tooltip": "score = 96.08518590476191\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.08055 (+0.08390%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 96.00463650476192,
+ "score-diff": "11.96527919236695",
+ "score-diff-perc": "+14.23771%",
+ "tooltip": "score = 96.00463650476192\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +11.96528 (+14.23771%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -364357,11 +365709,11 @@
14,
48
),
- "score": 84.03935731239497,
- "score-diff": "-12.045828592366945",
- "score-diff-perc": "-12.53661%",
- "tooltip": "score = 84.03935731239497\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -12.04583 (-12.53661%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 96.08518590476191,
+ "score-diff": "0.08054939999999533",
+ "score-diff-perc": "+0.08390%",
+ "tooltip": "score = 96.08518590476191\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.08055 (+0.08390%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -364384,9 +365736,9 @@
37
),
"score": 96.02521090285714,
- "score-diff": "11.98585359046217",
- "score-diff-perc": "+14.26219%",
- "tooltip": "score = 96.02521090285714\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +11.98585 (+14.26219%)",
+ "score-diff": "-0.05997500190477467",
+ "score-diff-perc": "-0.06242%",
+ "tooltip": "score = 96.02521090285714\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.05998 (-0.06242%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -364513,11 +365865,11 @@
8,
54
),
- "score": 83.99309581605043,
- "score-diff": "-12.032892193473387",
- "score-diff-perc": "-12.53087%",
- "tooltip": "score = 83.99309581605043\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.03289 (-12.53087%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 95.97477191619048,
+ "score-diff": "-0.05121609333333765",
+ "score-diff-perc": "-0.05334%",
+ "tooltip": "score = 95.97477191619048\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.05122 (-0.05334%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -364539,11 +365891,11 @@
8,
54
),
- "score": 95.97477191619048,
- "score-diff": "11.98167610014005",
- "score-diff-perc": "+14.26507%",
- "tooltip": "score = 95.97477191619048\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +11.98168 (+14.26507%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 83.99309581605043,
+ "score-diff": "-11.98167610014005",
+ "score-diff-perc": "-12.48419%",
+ "tooltip": "score = 83.99309581605043\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -11.98168 (-12.48419%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -364566,9 +365918,9 @@
43
),
"score": 95.93522997714285,
- "score-diff": "-0.03954193904762349",
- "score-diff-perc": "-0.04120%",
- "tooltip": "score = 95.93522997714285\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.03954 (-0.04120%)",
+ "score-diff": "11.942134161092426",
+ "score-diff-perc": "+14.21799%",
+ "tooltip": "score = 95.93522997714285\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +11.94213 (+14.21799%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -370355,6 +371707,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 96.74712030192308,
+ "score-diff": "-0.48864058933905596",
+ "score-diff-perc": "-0.50253%",
+ "tooltip": "score = 96.74712030192308\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.48864 (-0.50253%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -370604,11 +371982,11 @@
18,
7
),
- "score": 96.69267025099482,
- "score-diff": "0.19352960018250087",
- "score-diff-perc": "+0.20055%",
- "tooltip": "score = 96.69267025099482\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.19353 (+0.20055%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 84.31179238918804,
+ "score-diff": "-12.18734826162428",
+ "score-diff-perc": "-12.62949%",
+ "tooltip": "score = 84.31179238918804\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.18735 (-12.62949%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -370630,11 +372008,11 @@
18,
7
),
- "score": 84.31179238918804,
- "score-diff": "-12.38087786180678",
- "score-diff-perc": "-12.80436%",
- "tooltip": "score = 84.31179238918804\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.38088 (-12.80436%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 96.69267025099482,
+ "score-diff": "12.38087786180678",
+ "score-diff-perc": "+14.68463%",
+ "tooltip": "score = 96.69267025099482\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +12.38088 (+14.68463%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -370657,9 +372035,9 @@
7
),
"score": 84.38675715781224,
- "score-diff": "0.07496476862419854",
- "score-diff-perc": "+0.08891%",
- "tooltip": "score = 84.38675715781224\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.07496 (+0.08891%)",
+ "score-diff": "-12.305913093182582",
+ "score-diff-perc": "-12.72683%",
+ "tooltip": "score = 84.38675715781224\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.30591 (-12.72683%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -370786,11 +372164,11 @@
17,
1
),
- "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",
+ "score": 95.98962202666667,
+ "score-diff": "12.066285478333342",
+ "score-diff-perc": "+14.37775%",
+ "tooltip": "score = 95.98962202666667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +12.06629 (+14.37775%)",
+ "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",
@@ -370812,11 +372190,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",
@@ -370838,11 +372216,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -370865,9 +372243,9 @@
7
),
"score": 83.96043745333334,
- "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%)",
+ "score-diff": "0.006783581666681471",
+ "score-diff-perc": "+0.00808%",
+ "tooltip": "score = 83.96043745333334\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00678 (+0.00808%)",
"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)",
@@ -370994,11 +372372,11 @@
9,
48
),
- "score": 83.99336204303921,
- "score-diff": "-11.97034104457984",
- "score-diff-perc": "-12.47382%",
- "tooltip": "score = 83.99336204303921\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -11.97034 (-12.47382%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 83.97956499333334,
+ "score-diff": "-11.984138094285711",
+ "score-diff-perc": "-12.48820%",
+ "tooltip": "score = 83.97956499333334\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -11.98414 (-12.48820%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -371020,11 +372398,11 @@
9,
48
),
- "score": 83.97956499333334,
- "score-diff": "-0.0137970497058717",
- "score-diff-perc": "-0.01643%",
- "tooltip": "score = 83.97956499333334\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.01380 (-0.01643%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 83.99336204303921,
+ "score-diff": "0.0137970497058717",
+ "score-diff-perc": "+0.01643%",
+ "tooltip": "score = 83.99336204303921\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.01380 (+0.01643%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -371047,9 +372425,9 @@
2
),
"score": 83.994847687507,
- "score-diff": "0.015282694173663458",
- "score-diff-perc": "+0.01820%",
- "tooltip": "score = 83.994847687507\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.01528 (+0.01820%)",
+ "score-diff": "0.001485644467791758",
+ "score-diff-perc": "+0.00177%",
+ "tooltip": "score = 83.994847687507\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00149 (+0.00177%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -371332,11 +372710,11 @@
14,
48
),
- "score": 96.04003103619047,
- "score-diff": "0.0791684723809567",
- "score-diff-perc": "+0.08250%",
- "tooltip": "score = 96.04003103619047\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.07917 (+0.08250%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 84.02740254284315,
+ "score-diff": "-11.933460020966365",
+ "score-diff-perc": "-12.43576%",
+ "tooltip": "score = 84.02740254284315\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -11.93346 (-12.43576%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -371358,11 +372736,11 @@
14,
48
),
- "score": 96.06229731238095,
- "score-diff": "0.022266276190478607",
- "score-diff-perc": "+0.02318%",
- "tooltip": "score = 96.06229731238095\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.02227 (+0.02318%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 96.04003103619047,
+ "score-diff": "12.012628493347322",
+ "score-diff-perc": "+14.29608%",
+ "tooltip": "score = 96.04003103619047\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +12.01263 (+14.29608%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -371384,11 +372762,11 @@
14,
48
),
- "score": 84.02740254284315,
- "score-diff": "-12.0348947695378",
- "score-diff-perc": "-12.52822%",
- "tooltip": "score = 84.02740254284315\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -12.03489 (-12.52822%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 96.06229731238095,
+ "score-diff": "0.022266276190478607",
+ "score-diff-perc": "+0.02318%",
+ "tooltip": "score = 96.06229731238095\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.02227 (+0.02318%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -371411,9 +372789,9 @@
37
),
"score": 95.9925186952381,
- "score-diff": "11.965116152394955",
- "score-diff-perc": "+14.23954%",
- "tooltip": "score = 95.9925186952381\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +11.96512 (+14.23954%)",
+ "score-diff": "-0.06977861714284472",
+ "score-diff-perc": "-0.07264%",
+ "tooltip": "score = 95.9925186952381\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.06978 (-0.07264%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -371540,11 +372918,11 @@
8,
54
),
- "score": 84.0564403255042,
- "score-diff": "-12.024499012133177",
- "score-diff-perc": "-12.51497%",
- "tooltip": "score = 84.0564403255042\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.02450 (-12.51497%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 95.99720662666667,
+ "score-diff": "-0.08373271097070756",
+ "score-diff-perc": "-0.08715%",
+ "tooltip": "score = 95.99720662666667\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.08373 (-0.08715%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -371566,11 +372944,11 @@
8,
54
),
- "score": 95.99720662666667,
- "score-diff": "11.94076630116247",
- "score-diff-perc": "+14.20565%",
- "tooltip": "score = 95.99720662666667\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +11.94077 (+14.20565%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 84.0564403255042,
+ "score-diff": "-11.94076630116247",
+ "score-diff-perc": "-12.43866%",
+ "tooltip": "score = 84.0564403255042\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -11.94077 (-12.43866%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -371593,9 +372971,9 @@
43
),
"score": 95.99959990857141,
- "score-diff": "0.0023932819047445264",
- "score-diff-perc": "+0.00249%",
- "tooltip": "score = 95.99959990857141\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00239 (+0.00249%)",
+ "score-diff": "11.943159583067214",
+ "score-diff-perc": "+14.20850%",
+ "tooltip": "score = 95.99959990857141\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +11.94316 (+14.20850%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -377382,6 +378760,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 96.99739756325616,
+ "score-diff": "-0.1675801719006813",
+ "score-diff-perc": "-0.17247%",
+ "tooltip": "score = 96.99739756325616\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.16758 (-0.17247%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -377631,11 +379035,11 @@
18,
7
),
- "score": 96.47427700806722,
- "score-diff": "-0.03921574784313009",
- "score-diff-perc": "-0.04063%",
- "tooltip": "score = 96.47427700806722\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03922 (-0.04063%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 84.30206467444444,
+ "score-diff": "-12.211428081465911",
+ "score-diff-perc": "-12.65256%",
+ "tooltip": "score = 84.30206467444444\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.21143 (-12.65256%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -377657,11 +379061,11 @@
18,
7
),
- "score": 84.30206467444444,
- "score-diff": "-12.172212333622781",
- "score-diff-perc": "-12.61705%",
- "tooltip": "score = 84.30206467444444\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.17221 (-12.61705%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 96.47427700806722,
+ "score-diff": "12.172212333622781",
+ "score-diff-perc": "+14.43881%",
+ "tooltip": "score = 96.47427700806722\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +12.17221 (+14.43881%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -377684,9 +379088,9 @@
7
),
"score": 84.3562836596495,
- "score-diff": "0.05421898520506829",
- "score-diff-perc": "+0.06432%",
- "tooltip": "score = 84.3562836596495\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.05422 (+0.06432%)",
+ "score-diff": "-12.117993348417713",
+ "score-diff-perc": "-12.56085%",
+ "tooltip": "score = 84.3562836596495\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.11799 (-12.56085%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -377813,11 +379217,11 @@
17,
1
),
- "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",
+ "score": 95.94828652190476,
+ "score-diff": "12.000838086904778",
+ "score-diff-perc": "+14.29566%",
+ "tooltip": "score = 95.94828652190476\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +12.00084 (+14.29566%)",
+ "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",
@@ -377839,11 +379243,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",
@@ -377865,11 +379269,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -377892,9 +379296,9 @@
7
),
"score": 83.99852776833333,
- "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%)",
+ "score-diff": "0.005811606666668467",
+ "score-diff-perc": "+0.00692%",
+ "tooltip": "score = 83.99852776833333\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00581 (+0.00692%)",
"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)",
@@ -378021,11 +379425,11 @@
9,
48
),
- "score": 84.02945963002801,
- "score-diff": "-12.033247762352929",
- "score-diff-perc": "-12.52645%",
- "tooltip": "score = 84.02945963002801\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -12.03325 (-12.52645%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 83.98001719166666,
+ "score-diff": "-12.082690200714282",
+ "score-diff-perc": "-12.57792%",
+ "tooltip": "score = 83.98001719166666\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -12.08269 (-12.57792%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -378047,11 +379451,11 @@
9,
48
),
- "score": 83.98001719166666,
- "score-diff": "-0.049442438361353425",
- "score-diff-perc": "-0.05884%",
- "tooltip": "score = 83.98001719166666\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.04944 (-0.05884%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 84.02945963002801,
+ "score-diff": "0.049442438361353425",
+ "score-diff-perc": "+0.05887%",
+ "tooltip": "score = 84.02945963002801\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.04944 (+0.05887%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -378074,9 +379478,9 @@
2
),
"score": 83.97592074918768,
- "score-diff": "-0.004096442478981999",
- "score-diff-perc": "-0.00488%",
- "tooltip": "score = 83.97592074918768\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.00410 (-0.00488%)",
+ "score-diff": "-0.05353888084033542",
+ "score-diff-perc": "-0.06371%",
+ "tooltip": "score = 83.97592074918768\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.05354 (-0.06371%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -378359,11 +379763,11 @@
14,
48
),
- "score": 95.99201065523809,
- "score-diff": "0.021002199999998084",
- "score-diff-perc": "+0.02188%",
- "tooltip": "score = 95.99201065523809\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.02100 (+0.02188%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 84.03366263466387,
+ "score-diff": "-11.937345820574222",
+ "score-diff-perc": "-12.43849%",
+ "tooltip": "score = 84.03366263466387\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -11.93735 (-12.43849%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -378385,11 +379789,11 @@
14,
48
),
- "score": 96.04321084,
- "score-diff": "0.05120018476191035",
- "score-diff-perc": "+0.05334%",
- "tooltip": "score = 96.04321084\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.05120 (+0.05334%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 95.99201065523809,
+ "score-diff": "11.95834802057422",
+ "score-diff-perc": "+14.23043%",
+ "tooltip": "score = 95.99201065523809\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +11.95835 (+14.23043%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -378411,11 +379815,11 @@
14,
48
),
- "score": 84.03366263466387,
- "score-diff": "-12.00954820533613",
- "score-diff-perc": "-12.50432%",
- "tooltip": "score = 84.03366263466387\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -12.00955 (-12.50432%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 96.04321084,
+ "score-diff": "0.05120018476191035",
+ "score-diff-perc": "+0.05334%",
+ "tooltip": "score = 96.04321084\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.05120 (+0.05334%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -378438,9 +379842,9 @@
37
),
"score": 95.95382869714285,
- "score-diff": "11.920166062478984",
- "score-diff-perc": "+14.18499%",
- "tooltip": "score = 95.95382869714285\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +11.92017 (+14.18499%)",
+ "score-diff": "-0.08938214285714707",
+ "score-diff-perc": "-0.09306%",
+ "tooltip": "score = 95.95382869714285\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.08938 (-0.09306%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -378567,11 +379971,11 @@
8,
54
),
- "score": 83.92493383000001,
- "score-diff": "-12.192263665238087",
- "score-diff-perc": "-12.68479%",
- "tooltip": "score = 83.92493383000001\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.19226 (-12.68479%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 95.9877372304762,
+ "score-diff": "-0.12946026476190298",
+ "score-diff-perc": "-0.13469%",
+ "tooltip": "score = 95.9877372304762\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.12946 (-0.13469%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -378593,11 +379997,11 @@
8,
54
),
- "score": 95.9877372304762,
- "score-diff": "12.062803400476184",
- "score-diff-perc": "+14.37332%",
- "tooltip": "score = 95.9877372304762\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +12.06280 (+14.37332%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 83.92493383000001,
+ "score-diff": "-12.062803400476184",
+ "score-diff-perc": "-12.56703%",
+ "tooltip": "score = 83.92493383000001\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.06280 (-12.56703%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -378620,9 +380024,9 @@
43
),
"score": 96.04018736380954,
- "score-diff": "0.05245013333333759",
- "score-diff-perc": "+0.05464%",
- "tooltip": "score = 96.04018736380954\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.05245 (+0.05464%)",
+ "score-diff": "12.115253533809522",
+ "score-diff-perc": "+14.43582%",
+ "tooltip": "score = 96.04018736380954\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +12.11525 (+14.43582%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -384409,6 +385813,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 97.06684049945856,
+ "score-diff": "-0.014115590645985776",
+ "score-diff-perc": "-0.01454%",
+ "tooltip": "score = 97.06684049945856\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.01412 (-0.01454%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -384658,11 +386088,11 @@
18,
7
),
- "score": 0.030567425356914958,
- "score-diff": "-2.491782201680115e-05",
- "score-diff-perc": "-0.08145%",
- "tooltip": "score = 0.030567425356914958\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00002 (-0.08145%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 0.026872840781709918,
+ "score-diff": "-0.0037195023972218418",
+ "score-diff-perc": "-12.15828%",
+ "tooltip": "score = 0.026872840781709918\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00372 (-12.15828%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -384684,11 +386114,11 @@
18,
7
),
- "score": 0.026872840781709918,
- "score-diff": "-0.0036945845752050406",
- "score-diff-perc": "-12.08667%",
- "tooltip": "score = 0.026872840781709918\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00369 (-12.08667%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 0.030567425356914958,
+ "score-diff": "0.0036945845752050406",
+ "score-diff-perc": "+13.74840%",
+ "tooltip": "score = 0.030567425356914958\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00369 (+13.74840%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -384711,9 +386141,9 @@
7
),
"score": 0.02691559930681691,
- "score-diff": "4.275852510699299e-05",
- "score-diff-perc": "+0.15911%",
- "tooltip": "score = 0.02691559930681691\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00004 (+0.15911%)",
+ "score-diff": "-0.0036518260500980476",
+ "score-diff-perc": "-11.94679%",
+ "tooltip": "score = 0.02691559930681691\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00365 (-11.94679%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -384840,11 +386270,11 @@
17,
1
),
- "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",
+ "score": 0.00199130930905779,
+ "score-diff": "-0.02485802310375965",
+ "score-diff-perc": "-92.58339%",
+ "tooltip": "score = 0.00199130930905779\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.02486 (-92.58339%)",
+ "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",
@@ -384866,11 +386296,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",
@@ -384892,11 +386322,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -384919,9 +386349,9 @@
7
),
"score": 0.02686682311901727,
- "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%)",
+ "score-diff": "-0.00019273823221549816",
+ "score-diff-perc": "-0.71227%",
+ "tooltip": "score = 0.02686682311901727\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00019 (-0.71227%)",
"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)",
@@ -385048,11 +386478,11 @@
9,
48
),
- "score": 0.027062042124167386,
- "score-diff": "0.02507269678245953",
- "score-diff-perc": "+1260.34913%",
- "tooltip": "score = 0.027062042124167386\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.02507 (+1260.34913%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 0.02709477537964186,
+ "score-diff": "0.025105430037934005",
+ "score-diff-perc": "+1261.99456%",
+ "tooltip": "score = 0.02709477537964186\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.02511 (+1261.99456%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -385074,11 +386504,11 @@
9,
48
),
- "score": 0.02709477537964186,
- "score-diff": "3.2733255474474976e-05",
- "score-diff-perc": "+0.12096%",
- "tooltip": "score = 0.02709477537964186\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00003 (+0.12096%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 0.027062042124167386,
+ "score-diff": "-3.2733255474474976e-05",
+ "score-diff-perc": "-0.12081%",
+ "tooltip": "score = 0.027062042124167386\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00003 (-0.12081%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -385101,9 +386531,9 @@
2
),
"score": 0.027096166194521855,
- "score-diff": "1.3908148799937625e-06",
- "score-diff-perc": "+0.00513%",
- "tooltip": "score = 0.027096166194521855\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00000 (+0.00513%)",
+ "score-diff": "3.412407035446874e-05",
+ "score-diff-perc": "+0.12610%",
+ "tooltip": "score = 0.027096166194521855\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00003 (+0.12610%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -385386,11 +386816,11 @@
14,
48
),
- "score": 0.0019894167653897415,
- "score-diff": "4.850245110751394e-06",
- "score-diff-perc": "+0.24440%",
- "tooltip": "score = 0.0019894167653897415\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00000 (+0.24440%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 0.0273834172214251,
+ "score-diff": "0.02539885070114611",
+ "score-diff-perc": "+1279.81856%",
+ "tooltip": "score = 0.0273834172214251\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.02540 (+1279.81856%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -385412,11 +386842,11 @@
14,
48
),
- "score": 0.001987722992640432,
- "score-diff": "-1.6937727493095134e-06",
- "score-diff-perc": "-0.08514%",
- "tooltip": "score = 0.001987722992640432\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00000 (-0.08514%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.0019894167653897415,
+ "score-diff": "-0.02539400045603536",
+ "score-diff-perc": "-92.73496%",
+ "tooltip": "score = 0.0019894167653897415\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.02539 (-92.73496%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -385438,11 +386868,11 @@
14,
48
),
- "score": 0.0273834172214251,
- "score-diff": "0.025395694228784668",
- "score-diff-perc": "+1277.62743%",
- "tooltip": "score = 0.0273834172214251\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.02540 (+1277.62743%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.001987722992640432,
+ "score-diff": "-1.6937727493095134e-06",
+ "score-diff-perc": "-0.08514%",
+ "tooltip": "score = 0.001987722992640432\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00000 (-0.08514%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -385465,9 +386895,9 @@
37
),
"score": 0.0020717077719108745,
- "score-diff": "-0.025311709449514226",
- "score-diff-perc": "-92.43444%",
- "tooltip": "score = 0.0020717077719108745\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.02531 (-92.43444%)",
+ "score-diff": "8.39847792704425e-05",
+ "score-diff-perc": "+4.22518%",
+ "tooltip": "score = 0.0020717077719108745\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00008 (+4.22518%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -385594,11 +387024,11 @@
8,
54
),
- "score": 0.027294459642603235,
- "score-diff": "0.02530588903407286",
- "score-diff-perc": "+1272.56678%",
- "tooltip": "score = 0.027294459642603235\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.02531 (+1272.56678%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.0019918172234965285,
+ "score-diff": "3.246614966154974e-06",
+ "score-diff-perc": "+0.16326%",
+ "tooltip": "score = 0.0019918172234965285\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00000 (+0.16326%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -385620,11 +387050,11 @@
8,
54
),
- "score": 0.0019918172234965285,
- "score-diff": "-0.025302642419106708",
- "score-diff-perc": "-92.70249%",
- "tooltip": "score = 0.0019918172234965285\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.02530 (-92.70249%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 0.027294459642603235,
+ "score-diff": "0.025302642419106708",
+ "score-diff-perc": "+1270.32953%",
+ "tooltip": "score = 0.027294459642603235\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.02530 (+1270.32953%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -385647,9 +387077,9 @@
43
),
"score": 0.0019914138765651213,
- "score-diff": "-4.033469314071621e-07",
- "score-diff-perc": "-0.02025%",
- "tooltip": "score = 0.0019914138765651213\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00000 (-0.02025%)",
+ "score-diff": "-0.025303045766038115",
+ "score-diff-perc": "-92.70396%",
+ "tooltip": "score = 0.0019914138765651213\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.02530 (-92.70396%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -391436,6 +392866,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.0020219053670761994,
+ "score-diff": "1.1310464658729081e-05",
+ "score-diff-perc": "+0.56254%",
+ "tooltip": "score = 0.0020219053670761994\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.00001 (+0.56254%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -391685,11 +393141,11 @@
18,
7
),
- "score": 0.000347839301117489,
- "score-diff": "-4.520545680668285e-06",
- "score-diff-perc": "-1.28293%",
- "tooltip": "score = 0.000347839301117489\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-1.28293%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 0.0002940039317414104,
+ "score-diff": "-5.835591505674685e-05",
+ "score-diff-perc": "-16.56145%",
+ "tooltip": "score = 0.0002940039317414104\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00006 (-16.56145%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -391711,11 +393167,11 @@
18,
7
),
- "score": 0.0002940039317414104,
- "score-diff": "-5.383536937607857e-05",
- "score-diff-perc": "-15.47708%",
- "tooltip": "score = 0.0002940039317414104\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00005 (-15.47708%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 0.000347839301117489,
+ "score-diff": "5.383536937607857e-05",
+ "score-diff-perc": "+18.31111%",
+ "tooltip": "score = 0.000347839301117489\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00005 (+18.31111%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -391738,9 +393194,9 @@
7
),
"score": 0.0002956331475411216,
- "score-diff": "1.6292157997111704e-06",
- "score-diff-perc": "+0.55415%",
- "tooltip": "score = 0.0002956331475411216\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+0.55415%)",
+ "score-diff": "-5.22061535763674e-05",
+ "score-diff-perc": "-15.00870%",
+ "tooltip": "score = 0.0002956331475411216\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00005 (-15.00870%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -391867,11 +393323,11 @@
17,
1
),
- "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",
+ "score": 0.00035539208003558656,
+ "score-diff": "5.098221739197739e-05",
+ "score-diff-perc": "+16.74789%",
+ "tooltip": "score = 0.00035539208003558656\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00005 (+16.74789%)",
+ "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",
@@ -391893,11 +393349,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",
@@ -391919,11 +393375,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -391946,9 +393402,9 @@
7
),
"score": 0.0004951779866358694,
- "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%)",
+ "score-diff": "0.00020487759884722432",
+ "score-diff-perc": "+70.57435%",
+ "tooltip": "score = 0.0004951779866358694\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00020 (+70.57435%)",
"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)",
@@ -392075,11 +393531,11 @@
9,
48
),
- "score": 0.00044700585444131153,
- "score-diff": "8.563493647339884e-05",
- "score-diff-perc": "+23.69724%",
- "tooltip": "score = 0.00044700585444131153\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00009 (+23.69724%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 0.000445122114546624,
+ "score-diff": "8.375119657871128e-05",
+ "score-diff-perc": "+23.17596%",
+ "tooltip": "score = 0.000445122114546624\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00008 (+23.17596%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -392101,11 +393557,11 @@
9,
48
),
- "score": 0.000445122114546624,
- "score-diff": "-1.8837398946875599e-06",
- "score-diff-perc": "-0.42141%",
- "tooltip": "score = 0.000445122114546624\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00000 (-0.42141%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 0.00044700585444131153,
+ "score-diff": "1.8837398946875599e-06",
+ "score-diff-perc": "+0.42320%",
+ "tooltip": "score = 0.00044700585444131153\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00000 (+0.42320%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -392128,9 +393584,9 @@
2
),
"score": 0.00044538338789084,
- "score-diff": "2.6127334421601226e-07",
- "score-diff-perc": "+0.05870%",
- "tooltip": "score = 0.00044538338789084\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00000 (+0.05870%)",
+ "score-diff": "-1.6224665504715476e-06",
+ "score-diff-perc": "-0.36296%",
+ "tooltip": "score = 0.00044538338789084\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.00000 (-0.36296%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -392413,11 +393869,11 @@
14,
48
),
- "score": 0.0003687834664975979,
- "score-diff": "1.0073836609433568e-05",
- "score-diff-perc": "+2.80835%",
- "tooltip": "score = 0.0003687834664975979\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00001 (+2.80835%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 0.0002971727590461238,
+ "score-diff": "-6.153687084204052e-05",
+ "score-diff-perc": "-17.15507%",
+ "tooltip": "score = 0.0002971727590461238\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00006 (-17.15507%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -392439,11 +393895,11 @@
14,
48
),
- "score": 0.0003602360533851494,
- "score-diff": "-8.547413112448517e-06",
- "score-diff-perc": "-2.31773%",
- "tooltip": "score = 0.0003602360533851494\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00001 (-2.31773%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.0003687834664975979,
+ "score-diff": "7.161070745147408e-05",
+ "score-diff-perc": "+24.09733%",
+ "tooltip": "score = 0.0003687834664975979\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00007 (+24.09733%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -392465,11 +393921,11 @@
14,
48
),
- "score": 0.0002971727590461238,
- "score-diff": "-6.306329433902557e-05",
- "score-diff-perc": "-17.50610%",
- "tooltip": "score = 0.0002971727590461238\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00006 (-17.50610%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.0003602360533851494,
+ "score-diff": "-8.547413112448517e-06",
+ "score-diff-perc": "-2.31773%",
+ "tooltip": "score = 0.0003602360533851494\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00001 (-2.31773%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -392492,9 +393948,9 @@
37
),
"score": 0.00036007958982760773,
- "score-diff": "6.290683078148391e-05",
- "score-diff-perc": "+21.16844%",
- "tooltip": "score = 0.00036007958982760773\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00006 (+21.16844%)",
+ "score-diff": "-1.5646355754165295e-07",
+ "score-diff-perc": "-0.04343%",
+ "tooltip": "score = 0.00036007958982760773\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.00000 (-0.04343%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -392621,11 +394077,11 @@
8,
54
),
- "score": 0.000447328088804375,
- "score-diff": "7.646027911486326e-05",
- "score-diff-perc": "+20.61659%",
- "tooltip": "score = 0.000447328088804375\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00008 (+20.61659%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.0003624813265555666,
+ "score-diff": "-8.38648313394516e-06",
+ "score-diff-perc": "-2.26131%",
+ "tooltip": "score = 0.0003624813265555666\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00001 (-2.26131%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -392647,11 +394103,11 @@
8,
54
),
- "score": 0.0003624813265555666,
- "score-diff": "-8.484676224880842e-05",
- "score-diff-perc": "-18.96746%",
- "tooltip": "score = 0.0003624813265555666\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00008 (-18.96746%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 0.000447328088804375,
+ "score-diff": "8.484676224880842e-05",
+ "score-diff-perc": "+23.40721%",
+ "tooltip": "score = 0.000447328088804375\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00008 (+23.40721%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -392674,9 +394130,9 @@
43
),
"score": 0.0003707070378841484,
- "score-diff": "8.225711328581809e-06",
- "score-diff-perc": "+2.26928%",
- "tooltip": "score = 0.0003707070378841484\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00001 (+2.26928%)",
+ "score-diff": "-7.662105092022661e-05",
+ "score-diff-perc": "-17.12860%",
+ "tooltip": "score = 0.0003707070378841484\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00008 (-17.12860%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -398463,6 +399919,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.000504284982865901,
+ "score-diff": "-3.862642133570368e-07",
+ "score-diff-perc": "-0.07654%",
+ "tooltip": "score = 0.000504284982865901\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.00000 (-0.07654%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -398712,11 +400194,11 @@
18,
7
),
- "score": 0.0003523862678010707,
- "score-diff": "-2.416071301874329e-07",
- "score-diff-perc": "-0.06852%",
- "tooltip": "score = 0.0003523862678010707\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-0.06852%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 0.0003059732945957936,
+ "score-diff": "-4.665458033546456e-05",
+ "score-diff-perc": "-13.23054%",
+ "tooltip": "score = 0.0003059732945957936\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00005 (-13.23054%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -398738,11 +400220,11 @@
18,
7
),
- "score": 0.0003059732945957936,
- "score-diff": "-4.6412973205277124e-05",
- "score-diff-perc": "-13.17105%",
- "tooltip": "score = 0.0003059732945957936\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00005 (-13.17105%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 0.0003523862678010707,
+ "score-diff": "4.6412973205277124e-05",
+ "score-diff-perc": "+15.16896%",
+ "tooltip": "score = 0.0003523862678010707\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00005 (+15.16896%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -398765,9 +400247,9 @@
7
),
"score": 0.0002885138326520878,
- "score-diff": "-1.7459461943705777e-05",
- "score-diff-perc": "-5.70620%",
- "tooltip": "score = 0.0002885138326520878\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00002 (-5.70620%)",
+ "score-diff": "-6.38724351489829e-05",
+ "score-diff-perc": "-18.12569%",
+ "tooltip": "score = 0.0002885138326520878\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00006 (-18.12569%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -398894,11 +400376,11 @@
17,
1
),
- "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",
+ "score": 0.00034957596843833547,
+ "score-diff": "5.901562243050941e-05",
+ "score-diff-perc": "+20.31097%",
+ "tooltip": "score = 0.00034957596843833547\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00006 (+20.31097%)",
+ "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",
@@ -398920,11 +400402,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",
@@ -398946,11 +400428,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -398973,9 +400455,9 @@
7
),
"score": 0.0002892912503031881,
- "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%)",
+ "score-diff": "-0.00015432631731441025",
+ "score-diff-perc": "-34.78814%",
+ "tooltip": "score = 0.0002892912503031881\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00015 (-34.78814%)",
"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)",
@@ -399102,11 +400584,11 @@
9,
48
),
- "score": 0.0002902670881466035,
- "score-diff": "-7.442775302592261e-05",
- "score-diff-perc": "-20.40823%",
- "tooltip": "score = 0.0002902670881466035\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00007 (-20.40823%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 0.0002923011649661613,
+ "score-diff": "-7.23936762063648e-05",
+ "score-diff-perc": "-19.85048%",
+ "tooltip": "score = 0.0002923011649661613\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00007 (-19.85048%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -399128,11 +400610,11 @@
9,
48
),
- "score": 0.0002923011649661613,
- "score-diff": "2.0340768195578098e-06",
- "score-diff-perc": "+0.70076%",
- "tooltip": "score = 0.0002923011649661613\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00000 (+0.70076%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 0.0002902670881466035,
+ "score-diff": "-2.0340768195578098e-06",
+ "score-diff-perc": "-0.69588%",
+ "tooltip": "score = 0.0002902670881466035\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00000 (-0.69588%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -399155,9 +400637,9 @@
2
),
"score": 0.00028795408872412526,
- "score-diff": "-4.347076242036045e-06",
- "score-diff-perc": "-1.48719%",
- "tooltip": "score = 0.00028795408872412526\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.00000 (-1.48719%)",
+ "score-diff": "-2.312999422478235e-06",
+ "score-diff-perc": "-0.79685%",
+ "tooltip": "score = 0.00028795408872412526\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.00000 (-0.79685%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -399440,11 +400922,11 @@
14,
48
),
- "score": 0.0003614923452006836,
- "score-diff": "8.217297705701216e-06",
- "score-diff-perc": "+2.32603%",
- "tooltip": "score = 0.0003614923452006836\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00001 (+2.32603%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 0.0002903930402136253,
+ "score-diff": "-6.28820072813571e-05",
+ "score-diff-perc": "-17.79973%",
+ "tooltip": "score = 0.0002903930402136253\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00006 (-17.79973%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -399466,11 +400948,11 @@
14,
48
),
- "score": 0.0003540175463933772,
- "score-diff": "-7.474798807306424e-06",
- "score-diff-perc": "-2.06776%",
- "tooltip": "score = 0.0003540175463933772\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00001 (-2.06776%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.0003614923452006836,
+ "score-diff": "7.109930498705832e-05",
+ "score-diff-perc": "+24.48382%",
+ "tooltip": "score = 0.0003614923452006836\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00007 (+24.48382%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -399492,11 +400974,11 @@
14,
48
),
- "score": 0.0002903930402136253,
- "score-diff": "-6.36245061797519e-05",
- "score-diff-perc": "-17.97213%",
- "tooltip": "score = 0.0002903930402136253\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00006 (-17.97213%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.0003540175463933772,
+ "score-diff": "-7.474798807306424e-06",
+ "score-diff-perc": "-2.06776%",
+ "tooltip": "score = 0.0003540175463933772\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00001 (-2.06776%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -399519,9 +401001,9 @@
37
),
"score": 0.0003652875762795486,
- "score-diff": "7.48945360659233e-05",
- "score-diff-perc": "+25.79075%",
- "tooltip": "score = 0.0003652875762795486\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00007 (+25.79075%)",
+ "score-diff": "1.127002988617141e-05",
+ "score-diff-perc": "+3.18347%",
+ "tooltip": "score = 0.0003652875762795486\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00001 (+3.18347%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -399648,11 +401130,11 @@
8,
54
),
- "score": 0.0002953591391500489,
- "score-diff": "-5.9450692200412665e-05",
- "score-diff-perc": "-16.75565%",
- "tooltip": "score = 0.0002953591391500489\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00006 (-16.75565%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.00036167224023297463,
+ "score-diff": "6.862408882513083e-06",
+ "score-diff-perc": "+1.93411%",
+ "tooltip": "score = 0.00036167224023297463\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00001 (+1.93411%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -399674,11 +401156,11 @@
8,
54
),
- "score": 0.00036167224023297463,
- "score-diff": "6.631310108292575e-05",
- "score-diff-perc": "+22.45168%",
- "tooltip": "score = 0.00036167224023297463\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00007 (+22.45168%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 0.0002953591391500489,
+ "score-diff": "-6.631310108292575e-05",
+ "score-diff-perc": "-18.33514%",
+ "tooltip": "score = 0.0002953591391500489\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00007 (-18.33514%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -399701,9 +401183,9 @@
43
),
"score": 0.00036928491506328865,
- "score-diff": "7.612674830314019e-06",
- "score-diff-perc": "+2.10485%",
- "tooltip": "score = 0.00036928491506328865\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00001 (+2.10485%)",
+ "score-diff": "7.392577591323977e-05",
+ "score-diff-perc": "+25.02911%",
+ "tooltip": "score = 0.00036928491506328865\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00007 (+25.02911%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -405490,6 +406972,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.0005048120897277476,
+ "score-diff": "1.6255446245782906e-06",
+ "score-diff-perc": "+0.32305%",
+ "tooltip": "score = 0.0005048120897277476\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.00000 (+0.32305%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -405739,11 +407247,11 @@
18,
7
),
- "score": 0.09706102230280758,
- "score-diff": "-0.0005857816747487504",
- "score-diff-perc": "-0.59990%",
- "tooltip": "score = 0.09706102230280758\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00059 (-0.59990%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 0.07048335280293815,
+ "score-diff": "-0.027163451174618186",
+ "score-diff-perc": "-27.81806%",
+ "tooltip": "score = 0.07048335280293815\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02716 (-27.81806%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -405765,11 +407273,11 @@
18,
7
),
- "score": 0.07048335280293815,
- "score-diff": "-0.026577669499869436",
- "score-diff-perc": "-27.38243%",
- "tooltip": "score = 0.07048335280293815\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02658 (-27.38243%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 0.09706102230280758,
+ "score-diff": "0.026577669499869436",
+ "score-diff-perc": "+37.70773%",
+ "tooltip": "score = 0.09706102230280758\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02658 (+37.70773%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -405792,9 +407300,9 @@
7
),
"score": 0.06946613992023301,
- "score-diff": "-0.0010172128827051347",
- "score-diff-perc": "-1.44320%",
- "tooltip": "score = 0.06946613992023301\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00102 (-1.44320%)",
+ "score-diff": "-0.02759488238257457",
+ "score-diff-perc": "-28.43045%",
+ "tooltip": "score = 0.06946613992023301\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02759 (-28.43045%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -405921,11 +407429,11 @@
17,
1
),
- "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",
+ "score": 0.10235846219580542,
+ "score-diff": "0.03549866975599483",
+ "score-diff-perc": "+53.09420%",
+ "tooltip": "score = 0.10235846219580542\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03550 (+53.09420%)",
+ "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",
@@ -405947,11 +407455,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",
@@ -405973,11 +407481,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -406000,9 +407508,9 @@
7
),
"score": 0.06970117218535979,
- "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%)",
+ "score-diff": "0.003134447608752894",
+ "score-diff-perc": "+4.70873%",
+ "tooltip": "score = 0.06970117218535979\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00313 (+4.70873%)",
"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)",
@@ -406129,11 +407637,11 @@
9,
48
),
- "score": 0.06732401212286679,
- "score-diff": "-0.03106279361189715",
- "score-diff-perc": "-31.57211%",
- "tooltip": "score = 0.06732401212286679\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.03106 (-31.57211%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 0.06711035517714031,
+ "score-diff": "-0.031276450557623625",
+ "score-diff-perc": "-31.78927%",
+ "tooltip": "score = 0.06711035517714031\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.03128 (-31.78927%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -406155,11 +407663,11 @@
9,
48
),
- "score": 0.06711035517714031,
- "score-diff": "-0.00021365694572647587",
- "score-diff-perc": "-0.31736%",
- "tooltip": "score = 0.06711035517714031\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00021 (-0.31736%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 0.06732401212286679,
+ "score-diff": "0.00021365694572647587",
+ "score-diff-perc": "+0.31837%",
+ "tooltip": "score = 0.06732401212286679\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00021 (+0.31837%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -406182,9 +407690,9 @@
2
),
"score": 0.06721820791755465,
- "score-diff": "0.00010785274041433257",
- "score-diff-perc": "+0.16071%",
- "tooltip": "score = 0.06721820791755465\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00011 (+0.16071%)",
+ "score-diff": "-0.0001058042053121433",
+ "score-diff-perc": "-0.15716%",
+ "tooltip": "score = 0.06721820791755465\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.00011 (-0.15716%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -406467,11 +407975,11 @@
14,
48
),
- "score": 0.10023899214263476,
- "score-diff": "-0.0006549185049869732",
- "score-diff-perc": "-0.64912%",
- "tooltip": "score = 0.10023899214263476\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00065 (-0.64912%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 0.06733893431873447,
+ "score-diff": "-0.033554976328887265",
+ "score-diff-perc": "-33.25768%",
+ "tooltip": "score = 0.06733893431873447\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.03355 (-33.25768%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -406493,11 +408001,11 @@
14,
48
),
- "score": 0.09670015787186578,
- "score-diff": "-0.0035388342707689813",
- "score-diff-perc": "-3.53040%",
- "tooltip": "score = 0.09670015787186578\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00354 (-3.53040%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.10023899214263476,
+ "score-diff": "0.03290005782390029",
+ "score-diff-perc": "+48.85741%",
+ "tooltip": "score = 0.10023899214263476\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.03290 (+48.85741%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -406519,11 +408027,11 @@
14,
48
),
- "score": 0.06733893431873447,
- "score-diff": "-0.02936122355313131",
- "score-diff-perc": "-30.36316%",
- "tooltip": "score = 0.06733893431873447\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.02936 (-30.36316%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.09670015787186578,
+ "score-diff": "-0.0035388342707689813",
+ "score-diff-perc": "-3.53040%",
+ "tooltip": "score = 0.09670015787186578\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00354 (-3.53040%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -406546,9 +408054,9 @@
37
),
"score": 0.10013303806675873,
- "score-diff": "0.03279410374802426",
- "score-diff-perc": "+48.70006%",
- "tooltip": "score = 0.10013303806675873\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.03279 (+48.70006%)",
+ "score-diff": "0.0034328801948929483",
+ "score-diff-perc": "+3.55003%",
+ "tooltip": "score = 0.10013303806675873\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00343 (+3.55003%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -406675,11 +408183,11 @@
8,
54
),
- "score": 0.06762842219561416,
- "score-diff": "-0.03199807468679486",
- "score-diff-perc": "-32.11804%",
- "tooltip": "score = 0.06762842219561416\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.03200 (-32.11804%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.10145103135458249,
+ "score-diff": "0.0018245344721734696",
+ "score-diff-perc": "+1.83137%",
+ "tooltip": "score = 0.10145103135458249\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00182 (+1.83137%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -406701,11 +408209,11 @@
8,
54
),
- "score": 0.10145103135458249,
- "score-diff": "0.03382260915896833",
- "score-diff-perc": "+50.01242%",
- "tooltip": "score = 0.10145103135458249\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.03382 (+50.01242%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 0.06762842219561416,
+ "score-diff": "-0.03382260915896833",
+ "score-diff-perc": "-33.33885%",
+ "tooltip": "score = 0.06762842219561416\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.03382 (-33.33885%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -406728,9 +408236,9 @@
43
),
"score": 0.09923302983888212,
- "score-diff": "-0.0022180015157003685",
- "score-diff-perc": "-2.18628%",
- "tooltip": "score = 0.09923302983888212\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00222 (-2.18628%)",
+ "score-diff": "0.03160460764326796",
+ "score-diff-perc": "+46.73273%",
+ "tooltip": "score = 0.09923302983888212\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.03160 (+46.73273%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -412517,6 +414025,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.09460367737548465,
+ "score-diff": "0.00019944633144666768",
+ "score-diff-perc": "+0.21127%",
+ "tooltip": "score = 0.09460367737548465\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.00020 (+0.21127%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -412766,11 +414300,11 @@
18,
7
),
- "score": 0.0013164071274012182,
- "score-diff": "5.299766173069709e-07",
- "score-diff-perc": "+0.04028%",
- "tooltip": "score = 0.0013164071274012182\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+0.04028%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 0.0004045711567248012,
+ "score-diff": "-0.00091130599405911",
+ "score-diff-perc": "-69.25464%",
+ "tooltip": "score = 0.0004045711567248012\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00091 (-69.25464%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -412792,11 +414326,11 @@
18,
7
),
- "score": 0.0004045711567248012,
- "score-diff": "-0.000911835970676417",
- "score-diff-perc": "-69.26702%",
- "tooltip": "score = 0.0004045711567248012\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00091 (-69.26702%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 0.0013164071274012182,
+ "score-diff": "0.000911835970676417",
+ "score-diff-perc": "+225.38334%",
+ "tooltip": "score = 0.0013164071274012182\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00091 (+225.38334%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -412819,9 +414353,9 @@
7
),
"score": 0.00040524232514282005,
- "score-diff": "6.711684180188372e-07",
- "score-diff-perc": "+0.16590%",
- "tooltip": "score = 0.00040524232514282005\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+0.16590%)",
+ "score-diff": "-0.0009111648022583981",
+ "score-diff-perc": "-69.21603%",
+ "tooltip": "score = 0.00040524232514282005\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00091 (-69.21603%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -412948,11 +414482,11 @@
17,
1
),
- "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",
+ "score": 0.001318593061027129,
+ "score-diff": "0.00090851132489437",
+ "score-diff-perc": "+221.54396%",
+ "tooltip": "score = 0.001318593061027129\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00091 (+221.54396%)",
+ "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",
@@ -412974,11 +414508,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",
@@ -413000,11 +414534,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -413027,9 +414561,9 @@
7
),
"score": 0.000407665616106393,
- "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%)",
+ "score-diff": "-1.1737748127464438e-07",
+ "score-diff-perc": "-0.02878%",
+ "tooltip": "score = 0.000407665616106393\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00000 (-0.02878%)",
"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)",
@@ -413156,11 +414690,11 @@
9,
48
),
- "score": 0.00040778820254051384,
- "score-diff": "-0.0009125052813993068",
- "score-diff-perc": "-69.11382%",
- "tooltip": "score = 0.00040778820254051384\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00091 (-69.11382%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 0.00040815601342620325,
+ "score-diff": "-0.0009121374705136174",
+ "score-diff-perc": "-69.08596%",
+ "tooltip": "score = 0.00040815601342620325\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00091 (-69.08596%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -413182,11 +414716,11 @@
9,
48
),
- "score": 0.00040815601342620325,
- "score-diff": "3.678108856894108e-07",
- "score-diff-perc": "+0.09020%",
- "tooltip": "score = 0.00040815601342620325\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00000 (+0.09020%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 0.00040778820254051384,
+ "score-diff": "-3.678108856894108e-07",
+ "score-diff-perc": "-0.09012%",
+ "tooltip": "score = 0.00040778820254051384\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00000 (-0.09012%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -413209,9 +414743,9 @@
2
),
"score": 0.00040847630774441975,
- "score-diff": "3.202943182164966e-07",
- "score-diff-perc": "+0.07847%",
- "tooltip": "score = 0.00040847630774441975\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00000 (+0.07847%)",
+ "score-diff": "6.881052039059074e-07",
+ "score-diff-perc": "+0.16874%",
+ "tooltip": "score = 0.00040847630774441975\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00000 (+0.16874%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -413494,11 +415028,11 @@
14,
48
),
- "score": 0.0013201662140046107,
- "score-diff": "-9.516307762491051e-06",
- "score-diff-perc": "-0.71568%",
- "tooltip": "score = 0.0013201662140046107\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00001 (-0.71568%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 0.0004098444457823976,
+ "score-diff": "-0.0009198380759847041",
+ "score-diff-perc": "-69.17727%",
+ "tooltip": "score = 0.0004098444457823976\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00092 (-69.17727%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -413520,11 +415054,11 @@
14,
48
),
- "score": 0.0013250053562494132,
- "score-diff": "4.839142244802497e-06",
- "score-diff-perc": "+0.36656%",
- "tooltip": "score = 0.0013250053562494132\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00000 (+0.36656%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.0013201662140046107,
+ "score-diff": "0.000910321768222213",
+ "score-diff-perc": "+222.11397%",
+ "tooltip": "score = 0.0013201662140046107\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00091 (+222.11397%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -413546,11 +415080,11 @@
14,
48
),
- "score": 0.0004098444457823976,
- "score-diff": "-0.0009151609104670155",
- "score-diff-perc": "-69.06847%",
- "tooltip": "score = 0.0004098444457823976\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00092 (-69.06847%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.0013250053562494132,
+ "score-diff": "4.839142244802497e-06",
+ "score-diff-perc": "+0.36656%",
+ "tooltip": "score = 0.0013250053562494132\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00000 (+0.36656%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -413573,9 +415107,9 @@
37
),
"score": 0.0013221059086973865,
- "score-diff": "0.0009122614629149888",
- "score-diff-perc": "+222.58725%",
- "tooltip": "score = 0.0013221059086973865\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00091 (+222.58725%)",
+ "score-diff": "-2.8994475520266894e-06",
+ "score-diff-perc": "-0.21883%",
+ "tooltip": "score = 0.0013221059086973865\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.00000 (-0.21883%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -413702,11 +415236,11 @@
8,
54
),
- "score": 0.00040870617768989145,
- "score-diff": "-0.0009149954698758319",
- "score-diff-perc": "-69.12400%",
- "tooltip": "score = 0.00040870617768989145\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00091 (-69.12400%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.0013199856966185672,
+ "score-diff": "-3.7159509471561443e-06",
+ "score-diff-perc": "-0.28072%",
+ "tooltip": "score = 0.0013199856966185672\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00000 (-0.28072%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -413728,11 +415262,11 @@
8,
54
),
- "score": 0.0013199856966185672,
- "score-diff": "0.0009112795189286757",
- "score-diff-perc": "+222.96691%",
- "tooltip": "score = 0.0013199856966185672\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00091 (+222.96691%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 0.00040870617768989145,
+ "score-diff": "-0.0009112795189286757",
+ "score-diff-perc": "-69.03708%",
+ "tooltip": "score = 0.00040870617768989145\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00091 (-69.03708%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -413755,9 +415289,9 @@
43
),
"score": 0.001321835148182547,
- "score-diff": "1.849451563979733e-06",
- "score-diff-perc": "+0.14011%",
- "tooltip": "score = 0.001321835148182547\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00000 (+0.14011%)",
+ "score-diff": "0.0009131289704926555",
+ "score-diff-perc": "+223.41942%",
+ "tooltip": "score = 0.001321835148182547\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00091 (+223.41942%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -419544,6 +421078,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.0017661269946045231,
+ "score-diff": "1.3557418673650415e-06",
+ "score-diff-perc": "+0.07682%",
+ "tooltip": "score = 0.0017661269946045231\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.00000 (+0.07682%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -419793,11 +421353,11 @@
18,
7
),
- "score": 0.0012628670785001218,
- "score-diff": "-1.0381315830509594e-06",
- "score-diff-perc": "-0.08214%",
- "tooltip": "score = 0.0012628670785001218\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-0.08214%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 0.000844610035434332,
+ "score-diff": "-0.0004192951746488407",
+ "score-diff-perc": "-33.17457%",
+ "tooltip": "score = 0.000844610035434332\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00042 (-33.17457%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -419819,11 +421379,11 @@
18,
7
),
- "score": 0.000844610035434332,
- "score-diff": "-0.00041825704306578976",
- "score-diff-perc": "-33.11964%",
- "tooltip": "score = 0.000844610035434332\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00042 (-33.11964%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 0.0012628670785001218,
+ "score-diff": "0.00041825704306578976",
+ "score-diff-perc": "+49.52073%",
+ "tooltip": "score = 0.0012628670785001218\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00042 (+49.52073%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -419846,9 +421406,9 @@
7
),
"score": 0.0008471862182769057,
- "score-diff": "2.576182842573666e-06",
- "score-diff-perc": "+0.30501%",
- "tooltip": "score = 0.0008471862182769057\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+0.30501%)",
+ "score-diff": "-0.0004156808602232161",
+ "score-diff-perc": "-32.91565%",
+ "tooltip": "score = 0.0008471862182769057\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00042 (-32.91565%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -419975,11 +421535,11 @@
17,
1
),
- "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",
+ "score": 0.0017422495503764308,
+ "score-diff": "0.0008941704820146796",
+ "score-diff-perc": "+105.43480%",
+ "tooltip": "score = 0.0017422495503764308\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00089 (+105.43480%)",
+ "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",
@@ -420001,11 +421561,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",
@@ -420027,11 +421587,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -420054,9 +421614,9 @@
7
),
"score": 0.0008474164568571616,
- "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%)",
+ "score-diff": "1.3519851111114126e-06",
+ "score-diff-perc": "+0.15980%",
+ "tooltip": "score = 0.0008474164568571616\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00000 (+0.15980%)",
"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)",
@@ -420183,11 +421743,11 @@
9,
48
),
- "score": 0.0008482973566323688,
- "score-diff": "-0.0008938746177305959",
- "score-diff-perc": "-51.30806%",
- "tooltip": "score = 0.0008482973566323688\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00089 (-51.30806%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 0.0008465175464435424,
+ "score-diff": "-0.0008956544279194223",
+ "score-diff-perc": "-51.41022%",
+ "tooltip": "score = 0.0008465175464435424\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00090 (-51.41022%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -420209,11 +421769,11 @@
9,
48
),
- "score": 0.0008465175464435424,
- "score-diff": "-1.7798101888264395e-06",
- "score-diff-perc": "-0.20981%",
- "tooltip": "score = 0.0008465175464435424\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00000 (-0.20981%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 0.0008482973566323688,
+ "score-diff": "1.7798101888264395e-06",
+ "score-diff-perc": "+0.21025%",
+ "tooltip": "score = 0.0008482973566323688\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00000 (+0.21025%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -420236,9 +421796,9 @@
2
),
"score": 0.0008479031681005866,
- "score-diff": "1.385621657044216e-06",
- "score-diff-perc": "+0.16368%",
- "tooltip": "score = 0.0008479031681005866\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00000 (+0.16368%)",
+ "score-diff": "-3.9418853178222347e-07",
+ "score-diff-perc": "-0.04647%",
+ "tooltip": "score = 0.0008479031681005866\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.00000 (-0.04647%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -420521,11 +422081,11 @@
14,
48
),
- "score": 0.0022258076428149165,
- "score-diff": "0.000482451770072923",
- "score-diff-perc": "+27.67374%",
- "tooltip": "score = 0.0022258076428149165\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00048 (+27.67374%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 0.0008478126695303688,
+ "score-diff": "-0.0008955432032116247",
+ "score-diff-perc": "-51.36893%",
+ "tooltip": "score = 0.0008478126695303688\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00090 (-51.36893%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -420547,11 +422107,11 @@
14,
48
),
- "score": 0.0017442351788819407,
- "score-diff": "-0.0004815724639329758",
- "score-diff-perc": "-21.63585%",
- "tooltip": "score = 0.0017442351788819407\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00048 (-21.63585%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.0022258076428149165,
+ "score-diff": "0.0013779949732845476",
+ "score-diff-perc": "+162.53531%",
+ "tooltip": "score = 0.0022258076428149165\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00138 (+162.53531%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -420573,11 +422133,11 @@
14,
48
),
- "score": 0.0008478126695303688,
- "score-diff": "-0.0008964225093515719",
- "score-diff-perc": "-51.39344%",
- "tooltip": "score = 0.0008478126695303688\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00090 (-51.39344%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.0017442351788819407,
+ "score-diff": "-0.0004815724639329758",
+ "score-diff-perc": "-21.63585%",
+ "tooltip": "score = 0.0017442351788819407\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00048 (-21.63585%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -420600,9 +422160,9 @@
37
),
"score": 0.0022226532216137254,
- "score-diff": "0.0013748405520833565",
- "score-diff-perc": "+162.16325%",
- "tooltip": "score = 0.0022226532216137254\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00137 (+162.16325%)",
+ "score-diff": "0.0004784180427317847",
+ "score-diff-perc": "+27.42853%",
+ "tooltip": "score = 0.0022226532216137254\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00048 (+27.42853%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -420729,11 +422289,11 @@
8,
54
),
- "score": 0.0008484411941592463,
- "score-diff": "-0.0013761955195730282",
- "score-diff-perc": "-61.86158%",
- "tooltip": "score = 0.0008484411941592463\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00138 (-61.86158%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.0022239543238678104,
+ "score-diff": "-6.823898644641758e-07",
+ "score-diff-perc": "-0.03067%",
+ "tooltip": "score = 0.0022239543238678104\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00000 (-0.03067%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -420755,11 +422315,11 @@
8,
54
),
- "score": 0.0022239543238678104,
- "score-diff": "0.001375513129708564",
- "score-diff-perc": "+162.12239%",
- "tooltip": "score = 0.0022239543238678104\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00138 (+162.12239%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 0.0008484411941592463,
+ "score-diff": "-0.001375513129708564",
+ "score-diff-perc": "-61.84988%",
+ "tooltip": "score = 0.0008484411941592463\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00138 (-61.84988%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -420782,9 +422342,9 @@
43
),
"score": 0.0022234589409063743,
- "score-diff": "-4.953829614360965e-07",
- "score-diff-perc": "-0.02227%",
- "tooltip": "score = 0.0022234589409063743\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00000 (-0.02227%)",
+ "score-diff": "0.001375017746747128",
+ "score-diff-perc": "+162.06400%",
+ "tooltip": "score = 0.0022234589409063743\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00138 (+162.06400%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -426571,6 +428131,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.002254255589486589,
+ "score-diff": "-9.141348416774435e-06",
+ "score-diff-perc": "-0.40388%",
+ "tooltip": "score = 0.002254255589486589\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.00001 (-0.40388%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -426820,11 +428406,11 @@
18,
7
),
- "score": 0.0017473773771782425,
- "score-diff": "2.5641368761001194e-06",
- "score-diff-perc": "+0.14696%",
- "tooltip": "score = 0.0017473773771782425\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+0.14696%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 0.0008363416232345709,
+ "score-diff": "-0.0009084716170675714",
+ "score-diff-perc": "-52.06698%",
+ "tooltip": "score = 0.0008363416232345709\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00091 (-52.06698%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -426846,11 +428432,11 @@
18,
7
),
- "score": 0.0008363416232345709,
- "score-diff": "-0.0009110357539436715",
- "score-diff-perc": "-52.13732%",
- "tooltip": "score = 0.0008363416232345709\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00091 (-52.13732%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 0.0017473773771782425,
+ "score-diff": "0.0009110357539436715",
+ "score-diff-perc": "+108.93106%",
+ "tooltip": "score = 0.0017473773771782425\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00091 (+108.93106%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -426873,9 +428459,9 @@
7
),
"score": 0.0008420890066523055,
- "score-diff": "5.747383417734585e-06",
- "score-diff-perc": "+0.68721%",
- "tooltip": "score = 0.0008420890066523055\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00001 (+0.68721%)",
+ "score-diff": "-0.0009052883705259369",
+ "score-diff-perc": "-51.80841%",
+ "tooltip": "score = 0.0008420890066523055\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00091 (-51.80841%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -427002,11 +428588,11 @@
17,
1
),
- "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",
+ "score": 0.0017474957692029936,
+ "score-diff": "0.0008950058363783805",
+ "score-diff-perc": "+104.98726%",
+ "tooltip": "score = 0.0017474957692029936\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00090 (+104.98726%)",
+ "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",
@@ -427028,11 +428614,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",
@@ -427054,11 +428640,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -427081,9 +428667,9 @@
7
),
"score": 0.0008502236797443904,
- "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%)",
+ "score-diff": "1.1979413241991802e-05",
+ "score-diff-perc": "+1.42911%",
+ "tooltip": "score = 0.0008502236797443904\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00001 (+1.42911%)",
"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)",
@@ -427210,11 +428796,11 @@
9,
48
),
- "score": 0.0008511723472612446,
- "score-diff": "-0.0008930635070297777",
- "score-diff-perc": "-51.20085%",
- "tooltip": "score = 0.0008511723472612446\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00089 (-51.20085%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 0.0008523542864976164,
+ "score-diff": "-0.0008918815677934059",
+ "score-diff-perc": "-51.13308%",
+ "tooltip": "score = 0.0008523542864976164\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00089 (-51.13308%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -427236,11 +428822,11 @@
9,
48
),
- "score": 0.0008523542864976164,
- "score-diff": "1.181939236371784e-06",
- "score-diff-perc": "+0.13886%",
- "tooltip": "score = 0.0008523542864976164\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00000 (+0.13886%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 0.0008511723472612446,
+ "score-diff": "-1.181939236371784e-06",
+ "score-diff-perc": "-0.13867%",
+ "tooltip": "score = 0.0008511723472612446\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00000 (-0.13867%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -427263,9 +428849,9 @@
2
),
"score": 0.0008520868539044284,
- "score-diff": "-2.674325931879178e-07",
- "score-diff-perc": "-0.03138%",
- "tooltip": "score = 0.0008520868539044284\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.00000 (-0.03138%)",
+ "score-diff": "9.145066431838662e-07",
+ "score-diff-perc": "+0.10744%",
+ "tooltip": "score = 0.0008520868539044284\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00000 (+0.10744%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -427548,11 +429134,11 @@
14,
48
),
- "score": 0.0022213095945301277,
- "score-diff": "0.0004789036729147412",
- "score-diff-perc": "+27.48520%",
- "tooltip": "score = 0.0022213095945301277\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00048 (+27.48520%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 0.0008556795604846255,
+ "score-diff": "-0.0008867263611307609",
+ "score-diff-perc": "-50.89092%",
+ "tooltip": "score = 0.0008556795604846255\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00089 (-50.89092%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -427574,11 +429160,11 @@
14,
48
),
- "score": 0.001747825714418073,
- "score-diff": "-0.00047348388011205465",
- "score-diff-perc": "-21.31553%",
- "tooltip": "score = 0.001747825714418073\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00047 (-21.31553%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.0022213095945301277,
+ "score-diff": "0.0013656300340455022",
+ "score-diff-perc": "+159.59596%",
+ "tooltip": "score = 0.0022213095945301277\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00137 (+159.59596%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -427600,11 +429186,11 @@
14,
48
),
- "score": 0.0008556795604846255,
- "score-diff": "-0.0008921461539334475",
- "score-diff-perc": "-51.04320%",
- "tooltip": "score = 0.0008556795604846255\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00089 (-51.04320%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.001747825714418073,
+ "score-diff": "-0.00047348388011205465",
+ "score-diff-perc": "-21.31553%",
+ "tooltip": "score = 0.001747825714418073\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00047 (-21.31553%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -427627,9 +429213,9 @@
37
),
"score": 0.0022240456815947017,
- "score-diff": "0.0013683661211100762",
- "score-diff-perc": "+159.91572%",
- "tooltip": "score = 0.0022240456815947017\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00137 (+159.91572%)",
+ "score-diff": "0.00047621996717662866",
+ "score-diff-perc": "+27.24642%",
+ "tooltip": "score = 0.0022240456815947017\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00048 (+27.24642%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -427756,11 +429342,11 @@
8,
54
),
- "score": 0.0008615441040485396,
- "score-diff": "-0.0013669943457356108",
- "score-diff-perc": "-61.34040%",
- "tooltip": "score = 0.0008615441040485396\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00137 (-61.34040%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.002221951403193305,
+ "score-diff": "-6.587046590845504e-06",
+ "score-diff-perc": "-0.29558%",
+ "tooltip": "score = 0.002221951403193305\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00001 (-0.29558%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -427782,11 +429368,11 @@
8,
54
),
- "score": 0.002221951403193305,
- "score-diff": "0.0013604072991447653",
- "score-diff-perc": "+157.90338%",
- "tooltip": "score = 0.002221951403193305\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00136 (+157.90338%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 0.0008615441040485396,
+ "score-diff": "-0.0013604072991447653",
+ "score-diff-perc": "-61.22579%",
+ "tooltip": "score = 0.0008615441040485396\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00136 (-61.22579%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -427809,9 +429395,9 @@
43
),
"score": 0.002223933722892479,
- "score-diff": "1.982319699174017e-06",
- "score-diff-perc": "+0.08922%",
- "tooltip": "score = 0.002223933722892479\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00000 (+0.08922%)",
+ "score-diff": "0.0013623896188439393",
+ "score-diff-perc": "+158.13347%",
+ "tooltip": "score = 0.002223933722892479\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00136 (+158.13347%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -433598,6 +435184,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.0022685779534712177,
+ "score-diff": "1.506470628521257e-05",
+ "score-diff-perc": "+0.66850%",
+ "tooltip": "score = 0.0022685779534712177\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.00002 (+0.66850%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -433847,11 +435459,11 @@
18,
7
),
- "score": 0.0013439400430658379,
- "score-diff": "2.187954868387333e-06",
- "score-diff-perc": "+0.16307%",
- "tooltip": "score = 0.0013439400430658379\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+0.16307%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 0.0007917320341546316,
+ "score-diff": "-0.000550020054042819",
+ "score-diff-perc": "-40.99267%",
+ "tooltip": "score = 0.0007917320341546316\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00055 (-40.99267%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -433873,11 +435485,11 @@
18,
7
),
- "score": 0.0007917320341546316,
- "score-diff": "-0.0005522080089112063",
- "score-diff-perc": "-41.08874%",
- "tooltip": "score = 0.0007917320341546316\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00055 (-41.08874%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 0.0013439400430658379,
+ "score-diff": "0.0005522080089112063",
+ "score-diff-perc": "+69.74683%",
+ "tooltip": "score = 0.0013439400430658379\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00055 (+69.74683%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -433900,9 +435512,9 @@
7
),
"score": 0.0007902049738456225,
- "score-diff": "-1.5270603090090625e-06",
- "score-diff-perc": "-0.19288%",
- "tooltip": "score = 0.0007902049738456225\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-0.19288%)",
+ "score-diff": "-0.0005537350692202154",
+ "score-diff-perc": "-41.20236%",
+ "tooltip": "score = 0.0007902049738456225\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00055 (-41.20236%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -434029,11 +435641,11 @@
17,
1
),
- "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",
+ "score": 0.001342057657869389,
+ "score-diff": "0.0005450229347325307",
+ "score-diff-perc": "+68.38133%",
+ "tooltip": "score = 0.001342057657869389\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00055 (+68.38133%)",
+ "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",
@@ -434055,11 +435667,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",
@@ -434081,11 +435693,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -434108,9 +435720,9 @@
7
),
"score": 0.0007909756534733688,
- "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%)",
+ "score-diff": "1.2656044448981817e-06",
+ "score-diff-perc": "+0.16026%",
+ "tooltip": "score = 0.0007909756534733688\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00000 (+0.16026%)",
"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)",
@@ -434237,11 +435849,11 @@
9,
48
),
- "score": 0.0007916909658744829,
- "score-diff": "-0.0005549004266831887",
- "score-diff-perc": "-41.20778%",
- "tooltip": "score = 0.0007916909658744829\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00055 (-41.20778%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 0.0007883966161632285,
+ "score-diff": "-0.000558194776394443",
+ "score-diff-perc": "-41.45242%",
+ "tooltip": "score = 0.0007883966161632285\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00056 (-41.45242%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -434263,11 +435875,11 @@
9,
48
),
- "score": 0.0007883966161632285,
- "score-diff": "-3.2943497112543525e-06",
- "score-diff-perc": "-0.41612%",
- "tooltip": "score = 0.0007883966161632285\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00000 (-0.41612%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 0.0007916909658744829,
+ "score-diff": "3.2943497112543525e-06",
+ "score-diff-perc": "+0.41785%",
+ "tooltip": "score = 0.0007916909658744829\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00000 (+0.41785%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -434290,9 +435902,9 @@
2
),
"score": 0.0007890526755937207,
- "score-diff": "6.56059430492132e-07",
- "score-diff-perc": "+0.08321%",
- "tooltip": "score = 0.0007890526755937207\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00000 (+0.08321%)",
+ "score-diff": "-2.6382902807622205e-06",
+ "score-diff-perc": "-0.33325%",
+ "tooltip": "score = 0.0007890526755937207\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.00000 (-0.33325%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -434575,11 +436187,11 @@
14,
48
),
- "score": 0.001344018406047882,
- "score-diff": "-2.820654429824083e-06",
- "score-diff-perc": "-0.20943%",
- "tooltip": "score = 0.001344018406047882\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00000 (-0.20943%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 0.0007923117341437892,
+ "score-diff": "-0.0005545273263339168",
+ "score-diff-perc": "-41.17250%",
+ "tooltip": "score = 0.0007923117341437892\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00055 (-41.17250%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -434601,11 +436213,11 @@
14,
48
),
- "score": 0.001343051402564035,
- "score-diff": "-9.670034838470468e-07",
- "score-diff-perc": "-0.07195%",
- "tooltip": "score = 0.001343051402564035\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00000 (-0.07195%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.001344018406047882,
+ "score-diff": "0.0005517066719040927",
+ "score-diff-perc": "+69.63253%",
+ "tooltip": "score = 0.001344018406047882\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00055 (+69.63253%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -434627,11 +436239,11 @@
14,
48
),
- "score": 0.0007923117341437892,
- "score-diff": "-0.0005507396684202457",
- "score-diff-perc": "-41.00660%",
- "tooltip": "score = 0.0007923117341437892\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00055 (-41.00660%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.001343051402564035,
+ "score-diff": "-9.670034838470468e-07",
+ "score-diff-perc": "-0.07195%",
+ "tooltip": "score = 0.001343051402564035\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00000 (-0.07195%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -434654,9 +436266,9 @@
37
),
"score": 0.0013470422223974573,
- "score-diff": "0.0005547304882536681",
- "score-diff-perc": "+70.01417%",
- "tooltip": "score = 0.0013470422223974573\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00055 (+70.01417%)",
+ "score-diff": "3.9908198334224435e-06",
+ "score-diff-perc": "+0.29715%",
+ "tooltip": "score = 0.0013470422223974573\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00000 (+0.29715%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -434783,11 +436395,11 @@
8,
54
),
- "score": 0.0008018500612210206,
- "score-diff": "-0.0005433116996698761",
- "score-diff-perc": "-40.39006%",
- "tooltip": "score = 0.0008018500612210206\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00054 (-40.39006%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.0013411655676643665,
+ "score-diff": "-3.99619322653008e-06",
+ "score-diff-perc": "-0.29708%",
+ "tooltip": "score = 0.0013411655676643665\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00000 (-0.29708%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -434809,11 +436421,11 @@
8,
54
),
- "score": 0.0013411655676643665,
- "score-diff": "0.000539315506443346",
- "score-diff-perc": "+67.25890%",
- "tooltip": "score = 0.0013411655676643665\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00054 (+67.25890%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 0.0008018500612210206,
+ "score-diff": "-0.000539315506443346",
+ "score-diff-perc": "-40.21245%",
+ "tooltip": "score = 0.0008018500612210206\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00054 (-40.21245%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -434836,9 +436448,9 @@
43
),
"score": 0.0013443130899798979,
- "score-diff": "3.147522315531323e-06",
- "score-diff-perc": "+0.23469%",
- "tooltip": "score = 0.0013443130899798979\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00000 (+0.23469%)",
+ "score-diff": "0.0005424630287588773",
+ "score-diff-perc": "+67.65143%",
+ "tooltip": "score = 0.0013443130899798979\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00054 (+67.65143%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -440625,6 +442237,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.0015448566258504178,
+ "score-diff": "1.8238292612356936e-05",
+ "score-diff-perc": "+1.19469%",
+ "tooltip": "score = 0.0015448566258504178\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.00002 (+1.19469%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -440874,11 +442512,11 @@
18,
7
),
- "score": 0.00134606011457251,
- "score-diff": "5.245623273597089e-06",
- "score-diff-perc": "+0.39123%",
- "tooltip": "score = 0.00134606011457251\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00001 (+0.39123%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 0.0007938146031707484,
+ "score-diff": "-0.0005469998881281645",
+ "score-diff-perc": "-40.79609%",
+ "tooltip": "score = 0.0007938146031707484\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00055 (-40.79609%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -440900,11 +442538,11 @@
18,
7
),
- "score": 0.0007938146031707484,
- "score-diff": "-0.0005522455114017616",
- "score-diff-perc": "-41.02681%",
- "tooltip": "score = 0.0007938146031707484\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00055 (-41.02681%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 0.00134606011457251,
+ "score-diff": "0.0005522455114017616",
+ "score-diff-perc": "+69.56858%",
+ "tooltip": "score = 0.00134606011457251\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00055 (+69.56858%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -440927,9 +442565,9 @@
7
),
"score": 0.0008029252351496272,
- "score-diff": "9.110631978878842e-06",
- "score-diff-perc": "+1.14770%",
- "tooltip": "score = 0.0008029252351496272\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00001 (+1.14770%)",
+ "score-diff": "-0.0005431348794228827",
+ "score-diff-perc": "-40.34997%",
+ "tooltip": "score = 0.0008029252351496272\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00054 (-40.34997%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -441056,11 +442694,11 @@
17,
1
),
- "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",
+ "score": 0.0013439150947828539,
+ "score-diff": "0.0005496025304402461",
+ "score-diff-perc": "+69.19222%",
+ "tooltip": "score = 0.0013439150947828539\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00055 (+69.19222%)",
+ "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",
@@ -441082,11 +442720,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",
@@ -441108,11 +442746,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -441135,9 +442773,9 @@
7
),
"score": 0.0007935688328565598,
- "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%)",
+ "score-diff": "-8.76900720360018e-06",
+ "score-diff-perc": "-1.09293%",
+ "tooltip": "score = 0.0007935688328565598\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00001 (-1.09293%)",
"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)",
@@ -441264,11 +442902,11 @@
9,
48
),
- "score": 0.0007938195775826946,
- "score-diff": "-0.0005573263016804891",
- "score-diff-perc": "-41.24842%",
- "tooltip": "score = 0.0007938195775826946\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00056 (-41.24842%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 0.0007943991326180578,
+ "score-diff": "-0.0005567467466451259",
+ "score-diff-perc": "-41.20552%",
+ "tooltip": "score = 0.0007943991326180578\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00056 (-41.20552%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -441290,11 +442928,11 @@
9,
48
),
- "score": 0.0007943991326180578,
- "score-diff": "5.795550353631653e-07",
- "score-diff-perc": "+0.07301%",
- "tooltip": "score = 0.0007943991326180578\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00000 (+0.07301%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 0.0007938195775826946,
+ "score-diff": "-5.795550353631653e-07",
+ "score-diff-perc": "-0.07296%",
+ "tooltip": "score = 0.0007938195775826946\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00000 (-0.07296%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -441317,9 +442955,9 @@
2
),
"score": 0.0007923483153386066,
- "score-diff": "-2.0508172794512234e-06",
- "score-diff-perc": "-0.25816%",
- "tooltip": "score = 0.0007923483153386066\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.00000 (-0.25816%)",
+ "score-diff": "-1.471262244088058e-06",
+ "score-diff-perc": "-0.18534%",
+ "tooltip": "score = 0.0007923483153386066\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.00000 (-0.18534%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -441602,11 +443240,11 @@
14,
48
),
- "score": 0.0013455853834614963,
- "score-diff": "-1.7080462999077058e-06",
- "score-diff-perc": "-0.12678%",
- "tooltip": "score = 0.0013455853834614963\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00000 (-0.12678%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 0.0007978446247576667,
+ "score-diff": "-0.0005494488050037373",
+ "score-diff-perc": "-40.78167%",
+ "tooltip": "score = 0.0007978446247576667\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00055 (-40.78167%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -441628,11 +443266,11 @@
14,
48
),
- "score": 0.0013472552805040752,
- "score-diff": "1.6698970425788225e-06",
- "score-diff-perc": "+0.12410%",
- "tooltip": "score = 0.0013472552805040752\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00000 (+0.12410%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.0013455853834614963,
+ "score-diff": "0.0005477407587038296",
+ "score-diff-perc": "+68.65256%",
+ "tooltip": "score = 0.0013455853834614963\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00055 (+68.65256%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -441654,11 +443292,11 @@
14,
48
),
- "score": 0.0007978446247576667,
- "score-diff": "-0.0005494106557464084",
- "score-diff-perc": "-40.78000%",
- "tooltip": "score = 0.0007978446247576667\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00055 (-40.78000%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.0013472552805040752,
+ "score-diff": "1.6698970425788225e-06",
+ "score-diff-perc": "+0.12410%",
+ "tooltip": "score = 0.0013472552805040752\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00000 (+0.12410%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -441681,9 +443319,9 @@
37
),
"score": 0.0013455586340353118,
- "score-diff": "0.0005477140092776451",
- "score-diff-perc": "+68.64921%",
- "tooltip": "score = 0.0013455586340353118\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00055 (+68.64921%)",
+ "score-diff": "-1.6966464687633194e-06",
+ "score-diff-perc": "-0.12593%",
+ "tooltip": "score = 0.0013455586340353118\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.00000 (-0.12593%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -441810,11 +443448,11 @@
8,
54
),
- "score": 0.000798475513417111,
- "score-diff": "-0.0005503190509550239",
- "score-diff-perc": "-40.80081%",
- "tooltip": "score = 0.000798475513417111\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00055 (-40.80081%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.0013513858911848222,
+ "score-diff": "2.591326812687294e-06",
+ "score-diff-perc": "+0.19212%",
+ "tooltip": "score = 0.0013513858911848222\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00000 (+0.19212%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -441836,11 +443474,11 @@
8,
54
),
- "score": 0.0013513858911848222,
- "score-diff": "0.0005529103777677112",
- "score-diff-perc": "+69.24575%",
- "tooltip": "score = 0.0013513858911848222\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00055 (+69.24575%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 0.000798475513417111,
+ "score-diff": "-0.0005529103777677112",
+ "score-diff-perc": "-40.91432%",
+ "tooltip": "score = 0.000798475513417111\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00055 (-40.91432%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -441863,9 +443501,9 @@
43
),
"score": 0.0013554601006683274,
- "score-diff": "4.0742094835051566e-06",
- "score-diff-perc": "+0.30148%",
- "tooltip": "score = 0.0013554601006683274\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00000 (+0.30148%)",
+ "score-diff": "0.0005569845872512164",
+ "score-diff-perc": "+69.75600%",
+ "tooltip": "score = 0.0013554601006683274\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00056 (+69.75600%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -447652,6 +449290,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.0015449447270037726,
+ "score-diff": "1.620384491054041e-05",
+ "score-diff-perc": "+1.05995%",
+ "tooltip": "score = 0.0015449447270037726\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.00002 (+1.05995%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -447901,11 +449565,11 @@
18,
7
),
- "score": 0.0013772113498690508,
- "score-diff": "3.161517666743028e-07",
- "score-diff-perc": "+0.02296%",
- "tooltip": "score = 0.0013772113498690508\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+0.02296%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 0.0010395868459453091,
+ "score-diff": "-0.0003373083521570673",
+ "score-diff-perc": "-24.49775%",
+ "tooltip": "score = 0.0010395868459453091\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00034 (-24.49775%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -447927,11 +449591,11 @@
18,
7
),
- "score": 0.0010395868459453091,
- "score-diff": "-0.0003376245039237416",
- "score-diff-perc": "-24.51508%",
- "tooltip": "score = 0.0010395868459453091\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00034 (-24.51508%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 0.0013772113498690508,
+ "score-diff": "0.0003376245039237416",
+ "score-diff-perc": "+32.47680%",
+ "tooltip": "score = 0.0013772113498690508\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00034 (+32.47680%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -447954,9 +449618,9 @@
7
),
"score": 0.001042176914536792,
- "score-diff": "2.590068591482768e-06",
- "score-diff-perc": "+0.24914%",
- "tooltip": "score = 0.001042176914536792\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+0.24914%)",
+ "score-diff": "-0.00033503443533225885",
+ "score-diff-perc": "-24.32702%",
+ "tooltip": "score = 0.001042176914536792\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00034 (-24.32702%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -448083,11 +449747,11 @@
17,
1
),
- "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",
+ "score": 0.001381913012703192,
+ "score-diff": "0.00033953240227073",
+ "score-diff-perc": "+32.57279%",
+ "tooltip": "score = 0.001381913012703192\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00034 (+32.57279%)",
+ "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",
@@ -448109,11 +449773,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",
@@ -448135,11 +449799,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -448162,9 +449826,9 @@
7
),
"score": 0.0010407158177878303,
- "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%)",
+ "score-diff": "8.475167297076341e-07",
+ "score-diff-perc": "+0.08150%",
+ "tooltip": "score = 0.0010407158177878303\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00000 (+0.08150%)",
"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)",
@@ -448291,11 +449955,11 @@
9,
48
),
- "score": 0.001041156593214618,
- "score-diff": "-0.00034309198594163434",
- "score-diff-perc": "-24.78543%",
- "tooltip": "score = 0.001041156593214618\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00034 (-24.78543%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 0.0010412208900091586,
+ "score-diff": "-0.00034302768914709365",
+ "score-diff-perc": "-24.78079%",
+ "tooltip": "score = 0.0010412208900091586\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00034 (-24.78079%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -448317,11 +449981,11 @@
9,
48
),
- "score": 0.0010412208900091586,
- "score-diff": "6.429679454069033e-08",
- "score-diff-perc": "+0.00618%",
- "tooltip": "score = 0.0010412208900091586\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00000 (+0.00618%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 0.001041156593214618,
+ "score-diff": "-6.429679454069033e-08",
+ "score-diff-perc": "-0.00618%",
+ "tooltip": "score = 0.001041156593214618\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00000 (-0.00618%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -448344,9 +450008,9 @@
2
),
"score": 0.0010413889511123333,
- "score-diff": "1.680611031746465e-07",
- "score-diff-perc": "+0.01614%",
- "tooltip": "score = 0.0010413889511123333\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00000 (+0.01614%)",
+ "score-diff": "2.3235789771533684e-07",
+ "score-diff-perc": "+0.02232%",
+ "tooltip": "score = 0.0010413889511123333\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00000 (+0.02232%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -448629,11 +450293,11 @@
14,
48
),
- "score": 0.001382740037370537,
- "score-diff": "4.099698877254058e-06",
- "score-diff-perc": "+0.29737%",
- "tooltip": "score = 0.001382740037370537\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00000 (+0.29737%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 0.0010893609544399868,
+ "score-diff": "-0.00028927938405329603",
+ "score-diff-perc": "-20.98295%",
+ "tooltip": "score = 0.0010893609544399868\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00029 (-20.98295%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -448655,11 +450319,11 @@
14,
48
),
- "score": 0.0013798967550754607,
- "score-diff": "-2.84328229507619e-06",
- "score-diff-perc": "-0.20563%",
- "tooltip": "score = 0.0013798967550754607\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00000 (-0.20563%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.001382740037370537,
+ "score-diff": "0.0002933790829305501",
+ "score-diff-perc": "+26.93130%",
+ "tooltip": "score = 0.001382740037370537\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00029 (+26.93130%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -448681,11 +450345,11 @@
14,
48
),
- "score": 0.0010893609544399868,
- "score-diff": "-0.0002905358006354739",
- "score-diff-perc": "-21.05489%",
- "tooltip": "score = 0.0010893609544399868\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00029 (-21.05489%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.0013798967550754607,
+ "score-diff": "-2.84328229507619e-06",
+ "score-diff-perc": "-0.20563%",
+ "tooltip": "score = 0.0013798967550754607\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00000 (-0.20563%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -448708,9 +450372,9 @@
37
),
"score": 0.0013801204076996899,
- "score-diff": "0.000290759453259703",
- "score-diff-perc": "+26.69083%",
- "tooltip": "score = 0.0013801204076996899\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00029 (+26.69083%)",
+ "score-diff": "2.236526242291141e-07",
+ "score-diff-perc": "+0.01621%",
+ "tooltip": "score = 0.0013801204076996899\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00000 (+0.01621%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -448837,11 +450501,11 @@
8,
54
),
- "score": 0.0010864422648000072,
- "score-diff": "-0.00029753790020095464",
- "score-diff-perc": "-21.49871%",
- "tooltip": "score = 0.0010864422648000072\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00030 (-21.49871%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.0013824999060128395,
+ "score-diff": "-1.4802589881222818e-06",
+ "score-diff-perc": "-0.10696%",
+ "tooltip": "score = 0.0013824999060128395\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00000 (-0.10696%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -448863,11 +450527,11 @@
8,
54
),
- "score": 0.0013824999060128395,
- "score-diff": "0.00029605764121283236",
- "score-diff-perc": "+27.25020%",
- "tooltip": "score = 0.0013824999060128395\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00030 (+27.25020%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 0.0010864422648000072,
+ "score-diff": "-0.00029605764121283236",
+ "score-diff-perc": "-21.41466%",
+ "tooltip": "score = 0.0010864422648000072\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00030 (-21.41466%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -448890,9 +450554,9 @@
43
),
"score": 0.0013802606890299983,
- "score-diff": "-2.239216982841217e-06",
- "score-diff-perc": "-0.16197%",
- "tooltip": "score = 0.0013802606890299983\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00000 (-0.16197%)",
+ "score-diff": "0.00029381842422999114",
+ "score-diff-perc": "+27.04409%",
+ "tooltip": "score = 0.0013802606890299983\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00029 (+27.04409%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -454679,6 +456343,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.001397410783702327,
+ "score-diff": "-4.390795778889999e-06",
+ "score-diff-perc": "-0.31323%",
+ "tooltip": "score = 0.001397410783702327\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.00000 (-0.31323%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -454928,11 +456618,11 @@
18,
7
),
- "score": 0.001730496634494523,
- "score-diff": "-3.381604751574556e-06",
- "score-diff-perc": "-0.19503%",
- "tooltip": "score = 0.001730496634494523\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-0.19503%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 0.000405985559904801,
+ "score-diff": "-0.0013278926793412965",
+ "score-diff-perc": "-76.58512%",
+ "tooltip": "score = 0.000405985559904801\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00133 (-76.58512%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -454954,11 +456644,11 @@
18,
7
),
- "score": 0.000405985559904801,
- "score-diff": "-0.001324511074589722",
- "score-diff-perc": "-76.53936%",
- "tooltip": "score = 0.000405985559904801\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00132 (-76.53936%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 0.001730496634494523,
+ "score-diff": "0.001324511074589722",
+ "score-diff-perc": "+326.24586%",
+ "tooltip": "score = 0.001730496634494523\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00132 (+326.24586%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -454981,9 +456671,9 @@
7
),
"score": 0.00040633302441991074,
- "score-diff": "3.474645151097422e-07",
- "score-diff-perc": "+0.08559%",
- "tooltip": "score = 0.00040633302441991074\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+0.08559%)",
+ "score-diff": "-0.0013241636100746123",
+ "score-diff-perc": "-76.51928%",
+ "tooltip": "score = 0.00040633302441991074\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00132 (-76.51928%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -455110,11 +456800,11 @@
17,
1
),
- "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",
+ "score": 0.001734627299264596,
+ "score-diff": "0.0013251410899807266",
+ "score-diff-perc": "+323.61068%",
+ "tooltip": "score = 0.001734627299264596\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00133 (+323.61068%)",
+ "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",
@@ -455136,11 +456826,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",
@@ -455162,11 +456852,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -455189,9 +456879,9 @@
7
),
"score": 0.0004102138454249958,
- "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%)",
+ "score-diff": "3.003810105401826e-07",
+ "score-diff-perc": "+0.07328%",
+ "tooltip": "score = 0.0004102138454249958\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00000 (+0.07328%)",
"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)",
@@ -455318,11 +457008,11 @@
9,
48
),
- "score": 0.00040987099472536355,
- "score-diff": "-0.0013237867779146656",
- "score-diff-perc": "-76.35802%",
- "tooltip": "score = 0.00040987099472536355\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00132 (-76.35802%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 0.0004094953097382362,
+ "score-diff": "-0.001324162462901793",
+ "score-diff-perc": "-76.37969%",
+ "tooltip": "score = 0.0004094953097382362\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00132 (-76.37969%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -455344,11 +457034,11 @@
9,
48
),
- "score": 0.0004094953097382362,
- "score-diff": "-3.7568498712734497e-07",
- "score-diff-perc": "-0.09166%",
- "tooltip": "score = 0.0004094953097382362\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00000 (-0.09166%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 0.00040987099472536355,
+ "score-diff": "3.7568498712734497e-07",
+ "score-diff-perc": "+0.09174%",
+ "tooltip": "score = 0.00040987099472536355\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00000 (+0.09174%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -455371,9 +457061,9 @@
2
),
"score": 0.00041030479184160206,
- "score-diff": "8.094821033658535e-07",
- "score-diff-perc": "+0.19768%",
- "tooltip": "score = 0.00041030479184160206\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00000 (+0.19768%)",
+ "score-diff": "4.337971162385085e-07",
+ "score-diff-perc": "+0.10584%",
+ "tooltip": "score = 0.00041030479184160206\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00000 (+0.10584%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -455656,11 +457346,11 @@
14,
48
),
- "score": 0.0019753037208636573,
- "score-diff": "0.00023927582277124258",
- "score-diff-perc": "+13.78295%",
- "tooltip": "score = 0.0019753037208636573\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00024 (+13.78295%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 0.00041108083583654367,
+ "score-diff": "-0.001324947062255871",
+ "score-diff-perc": "-76.32061%",
+ "tooltip": "score = 0.00041108083583654367\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00132 (-76.32061%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -455682,11 +457372,11 @@
14,
48
),
- "score": 0.0017338017136889726,
- "score-diff": "-0.00024150200717468467",
- "score-diff-perc": "-12.22607%",
- "tooltip": "score = 0.0017338017136889726\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00024 (-12.22607%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.0019753037208636573,
+ "score-diff": "0.0015642228850271135",
+ "score-diff-perc": "+380.51467%",
+ "tooltip": "score = 0.0019753037208636573\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00156 (+380.51467%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -455708,11 +457398,11 @@
14,
48
),
- "score": 0.00041108083583654367,
- "score-diff": "-0.0013227208778524289",
- "score-diff-perc": "-76.29020%",
- "tooltip": "score = 0.00041108083583654367\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00132 (-76.29020%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.0017338017136889726,
+ "score-diff": "-0.00024150200717468467",
+ "score-diff-perc": "-12.22607%",
+ "tooltip": "score = 0.0017338017136889726\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00024 (-12.22607%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -455735,9 +457425,9 @@
37
),
"score": 0.00197552888643658,
- "score-diff": "0.001564448050600036",
- "score-diff-perc": "+380.56944%",
- "tooltip": "score = 0.00197552888643658\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00156 (+380.56944%)",
+ "score-diff": "0.0002417271727476072",
+ "score-diff-perc": "+13.94203%",
+ "tooltip": "score = 0.00197552888643658\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00024 (+13.94203%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -455864,11 +457554,11 @@
8,
54
),
- "score": 0.00041086639880227074,
- "score-diff": "-0.0015662845172140316",
- "score-diff-perc": "-79.21927%",
- "tooltip": "score = 0.00041086639880227074\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00157 (-79.21927%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.001978058665523105,
+ "score-diff": "9.077495068026201e-07",
+ "score-diff-perc": "+0.04591%",
+ "tooltip": "score = 0.001978058665523105\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00000 (+0.04591%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -455890,11 +457580,11 @@
8,
54
),
- "score": 0.001978058665523105,
- "score-diff": "0.0015671922667208342",
- "score-diff-perc": "+381.43598%",
- "tooltip": "score = 0.001978058665523105\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00157 (+381.43598%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 0.00041086639880227074,
+ "score-diff": "-0.0015671922667208342",
+ "score-diff-perc": "-79.22881%",
+ "tooltip": "score = 0.00041086639880227074\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00157 (-79.22881%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -455917,9 +457607,9 @@
43
),
"score": 0.001976288307167218,
- "score-diff": "-1.770358355886962e-06",
- "score-diff-perc": "-0.08950%",
- "tooltip": "score = 0.001976288307167218\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00000 (-0.08950%)",
+ "score-diff": "0.0015654219083649473",
+ "score-diff-perc": "+381.00509%",
+ "tooltip": "score = 0.001976288307167218\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00157 (+381.00509%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -461706,6 +463396,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.001763954692531285,
+ "score-diff": "-1.2444565992091646e-05",
+ "score-diff-perc": "-0.70055%",
+ "tooltip": "score = 0.001763954692531285\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.00001 (-0.70055%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -461955,11 +463671,11 @@
18,
7
),
- "score": 213.17462842698413,
- "score-diff": "5.956801804761909",
- "score-diff-perc": "+2.87466%",
- "tooltip": "score = 213.17462842698413\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +5.95680 (+2.87466%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 126.87602018055556,
+ "score-diff": "-80.34180644166666",
+ "score-diff-perc": "-38.77167%",
+ "tooltip": "score = 126.87602018055556\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -80.34181 (-38.77167%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -461981,11 +463697,11 @@
18,
7
),
- "score": 126.87602018055556,
- "score-diff": "-86.29860824642857",
- "score-diff-perc": "-40.48259%",
- "tooltip": "score = 126.87602018055556\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -86.29861 (-40.48259%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 213.17462842698413,
+ "score-diff": "86.29860824642857",
+ "score-diff-perc": "+68.01806%",
+ "tooltip": "score = 213.17462842698413\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +86.29861 (+68.01806%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -462008,9 +463724,9 @@
7
),
"score": 129.325650375,
- "score-diff": "2.4496301944444525",
- "score-diff-perc": "+1.93073%",
- "tooltip": "score = 129.325650375\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.44963 (+1.93073%)",
+ "score-diff": "-83.84897805198412",
+ "score-diff-perc": "-39.33347%",
+ "tooltip": "score = 129.325650375\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -83.84898 (-39.33347%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -462137,11 +463853,11 @@
17,
1
),
- "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",
+ "score": 202.42466511111112,
+ "score-diff": "80.76247608444446",
+ "score-diff-perc": "+66.38256%",
+ "tooltip": "score = 202.42466511111112\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +80.76248 (+66.38256%)",
+ "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",
@@ -462163,11 +463879,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",
@@ -462189,11 +463905,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -462216,9 +463932,9 @@
7
),
"score": 121.60207721333335,
- "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%)",
+ "score-diff": "-4.451897172777777",
+ "score-diff-perc": "-3.53174%",
+ "tooltip": "score = 121.60207721333335\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -4.45190 (-3.53174%)",
"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)",
@@ -462345,11 +464061,11 @@
9,
48
),
- "score": 124.65516345388887,
- "score-diff": "-78.51099296833335",
- "score-diff-perc": "-38.64374%",
- "tooltip": "score = 124.65516345388887\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -78.51099 (-38.64374%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 122.80580337555556,
+ "score-diff": "-80.36035304666667",
+ "score-diff-perc": "-39.55401%",
+ "tooltip": "score = 122.80580337555556\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -80.36035 (-39.55401%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -462371,11 +464087,11 @@
9,
48
),
- "score": 122.80580337555556,
- "score-diff": "-1.8493600783333193",
- "score-diff-perc": "-1.48358%",
- "tooltip": "score = 122.80580337555556\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -1.84936 (-1.48358%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 124.65516345388887,
+ "score-diff": "1.8493600783333193",
+ "score-diff-perc": "+1.50592%",
+ "tooltip": "score = 124.65516345388887\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +1.84936 (+1.50592%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -462398,9 +464114,9 @@
2
),
"score": 128.8534793478261,
- "score-diff": "6.0476759722705395",
- "score-diff-perc": "+4.92458%",
- "tooltip": "score = 128.8534793478261\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +6.04768 (+4.92458%)",
+ "score-diff": "4.19831589393722",
+ "score-diff-perc": "+3.36794%",
+ "tooltip": "score = 128.8534793478261\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +4.19832 (+3.36794%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -462683,11 +464399,11 @@
14,
48
),
- "score": 213.4548518222222,
- "score-diff": "8.66667046666663",
- "score-diff-perc": "+4.23202%",
- "tooltip": "score = 213.4548518222222\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +8.66667 (+4.23202%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 131.98956365579713,
+ "score-diff": "-72.79861769975844",
+ "score-diff-perc": "-35.54825%",
+ "tooltip": "score = 131.98956365579713\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -72.79862 (-35.54825%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -462709,11 +464425,11 @@
14,
48
),
- "score": 208.17470455555556,
- "score-diff": "-5.280147266666631",
- "score-diff-perc": "-2.47366%",
- "tooltip": "score = 208.17470455555556\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -5.28015 (-2.47366%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 213.4548518222222,
+ "score-diff": "81.46528816642507",
+ "score-diff-perc": "+61.72101%",
+ "tooltip": "score = 213.4548518222222\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +81.46529 (+61.72101%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -462735,11 +464451,11 @@
14,
48
),
- "score": 131.98956365579713,
- "score-diff": "-76.18514089975844",
- "score-diff-perc": "-36.59673%",
- "tooltip": "score = 131.98956365579713\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -76.18514 (-36.59673%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 208.17470455555556,
+ "score-diff": "-5.280147266666631",
+ "score-diff-perc": "-2.47366%",
+ "tooltip": "score = 208.17470455555556\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -5.28015 (-2.47366%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -462762,9 +464478,9 @@
37
),
"score": 209.62424917619046,
- "score-diff": "77.63468552039333",
- "score-diff-perc": "+58.81881%",
- "tooltip": "score = 209.62424917619046\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +77.63469 (+58.81881%)",
+ "score-diff": "1.4495446206348959",
+ "score-diff-perc": "+0.69631%",
+ "tooltip": "score = 209.62424917619046\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +1.44954 (+0.69631%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -462891,11 +464607,11 @@
8,
54
),
- "score": 127.63133915277778,
- "score-diff": "-85.68137919325393",
- "score-diff-perc": "-40.16703%",
- "tooltip": "score = 127.63133915277778\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -85.68138 (-40.16703%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 215.86769001746032,
+ "score-diff": "2.5549716714286035",
+ "score-diff-perc": "+1.19776%",
+ "tooltip": "score = 215.86769001746032\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.55497 (+1.19776%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -462917,11 +464633,11 @@
8,
54
),
- "score": 215.86769001746032,
- "score-diff": "88.23635086468254",
- "score-diff-perc": "+69.13377%",
- "tooltip": "score = 215.86769001746032\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +88.23635 (+69.13377%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 127.63133915277778,
+ "score-diff": "-88.23635086468254",
+ "score-diff-perc": "-40.87520%",
+ "tooltip": "score = 127.63133915277778\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -88.23635 (-40.87520%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -462944,9 +464660,9 @@
43
),
"score": 225.54719455128205,
- "score-diff": "9.679504533821728",
- "score-diff-perc": "+4.48400%",
- "tooltip": "score = 225.54719455128205\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +9.67950 (+4.48400%)",
+ "score-diff": "97.91585539850426",
+ "score-diff-perc": "+76.71772%",
+ "tooltip": "score = 225.54719455128205\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +97.91586 (+76.71772%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -468733,6 +470449,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 26.456553138351456,
+ "score-diff": "-0.6523918853776323",
+ "score-diff-perc": "-2.40656%",
+ "tooltip": "score = 26.456553138351456\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.65239 (-2.40656%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -468982,11 +470724,11 @@
18,
7
),
- "score": 0.22684615797985233,
- "score-diff": "-0.00036425139574841614",
- "score-diff-perc": "-0.16031%",
- "tooltip": "score = 0.22684615797985233\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00036 (-0.16031%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 0.15802397117661593,
+ "score-diff": "-0.06918643819898482",
+ "score-diff-perc": "-30.45038%",
+ "tooltip": "score = 0.15802397117661593\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.06919 (-30.45038%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -469008,11 +470750,11 @@
18,
7
),
- "score": 0.15802397117661593,
- "score-diff": "-0.0688221868032364",
- "score-diff-perc": "-30.33871%",
- "tooltip": "score = 0.15802397117661593\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.06882 (-30.33871%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 0.22684615797985233,
+ "score-diff": "0.0688221868032364",
+ "score-diff-perc": "+43.55174%",
+ "tooltip": "score = 0.22684615797985233\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.06882 (+43.55174%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -469035,9 +470777,9 @@
7
),
"score": 0.1586622909295937,
- "score-diff": "0.0006383197529777618",
- "score-diff-perc": "+0.40394%",
- "tooltip": "score = 0.1586622909295937\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00064 (+0.40394%)",
+ "score-diff": "-0.06818386705025864",
+ "score-diff-perc": "-30.05732%",
+ "tooltip": "score = 0.1586622909295937\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.06818 (-30.05732%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -469164,11 +470906,11 @@
17,
1
),
- "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",
+ "score": 0.008143685530038735,
+ "score-diff": "-0.1492244178447895",
+ "score-diff-perc": "-94.82507%",
+ "tooltip": "score = 0.008143685530038735\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.14922 (-94.82507%)",
+ "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",
@@ -469190,11 +470932,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",
@@ -469216,11 +470958,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -469243,9 +470985,9 @@
7
),
"score": 0.15720925227323004,
- "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%)",
+ "score-diff": "-0.0006056641038517385",
+ "score-diff-perc": "-0.38378%",
+ "tooltip": "score = 0.15720925227323004\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00061 (-0.38378%)",
"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)",
@@ -469372,11 +471114,11 @@
9,
48
),
- "score": 0.15715341664914517,
- "score-diff": "0.1490471863392939",
- "score-diff-perc": "+1838.67446%",
- "tooltip": "score = 0.15715341664914517\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.14905 (+1838.67446%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 0.15736538400157007,
+ "score-diff": "0.1492591536917188",
+ "score-diff-perc": "+1841.28933%",
+ "tooltip": "score = 0.15736538400157007\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.14926 (+1841.28933%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -469398,11 +471140,11 @@
9,
48
),
- "score": 0.15736538400157007,
- "score-diff": "0.00021196735242490217",
- "score-diff-perc": "+0.13488%",
- "tooltip": "score = 0.15736538400157007\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.00021 (+0.13488%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 0.15715341664914517,
+ "score-diff": "-0.00021196735242490217",
+ "score-diff-perc": "-0.13470%",
+ "tooltip": "score = 0.15715341664914517\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.00021 (-0.13470%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -469425,9 +471167,9 @@
2
),
"score": 0.15729141065301966,
- "score-diff": "-7.397334855041571e-05",
- "score-diff-perc": "-0.04701%",
- "tooltip": "score = 0.15729141065301966\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.00007 (-0.04701%)",
+ "score-diff": "0.00013799400387448646",
+ "score-diff-perc": "+0.08781%",
+ "tooltip": "score = 0.15729141065301966\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.00014 (+0.08781%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -469710,11 +471452,11 @@
14,
48
),
- "score": 0.008128609359795471,
- "score-diff": "-7.897679025752058e-06",
- "score-diff-perc": "-0.09706%",
- "tooltip": "score = 0.008128609359795471\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00001 (-0.09706%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 0.15726907111311594,
+ "score-diff": "0.14913256407429473",
+ "score-diff-perc": "+1832.88189%",
+ "tooltip": "score = 0.15726907111311594\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.14913 (+1832.88189%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -469736,11 +471478,11 @@
14,
48
),
- "score": 0.008127746941028585,
- "score-diff": "-8.624187668865302e-07",
- "score-diff-perc": "-0.01061%",
- "tooltip": "score = 0.008127746941028585\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00000 (-0.01061%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.008128609359795471,
+ "score-diff": "-0.14914046175332046",
+ "score-diff-perc": "-94.83140%",
+ "tooltip": "score = 0.008128609359795471\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.14914 (-94.83140%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -469762,11 +471504,11 @@
14,
48
),
- "score": 0.15726907111311594,
- "score-diff": "0.14914132417208736",
- "score-diff-perc": "+1834.96515%",
- "tooltip": "score = 0.15726907111311594\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.14914 (+1834.96515%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.008127746941028585,
+ "score-diff": "-8.624187668865302e-07",
+ "score-diff-perc": "-0.01061%",
+ "tooltip": "score = 0.008127746941028585\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00000 (-0.01061%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -469789,9 +471531,9 @@
37
),
"score": 0.008172422397594976,
- "score-diff": "-0.14909664871552097",
- "score-diff-perc": "-94.80354%",
- "tooltip": "score = 0.008172422397594976\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.14910 (-94.80354%)",
+ "score-diff": "4.467545656639156e-05",
+ "score-diff-perc": "+0.54967%",
+ "tooltip": "score = 0.008172422397594976\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00004 (+0.54967%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -469918,11 +471660,11 @@
8,
54
),
- "score": 0.15800018488888287,
- "score-diff": "0.14989476259477658",
- "score-diff-perc": "+1849.31466%",
- "tooltip": "score = 0.15800018488888287\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.14989 (+1849.31466%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.008142726586937675,
+ "score-diff": "3.730429283137042e-05",
+ "score-diff-perc": "+0.46024%",
+ "tooltip": "score = 0.008142726586937675\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00004 (+0.46024%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -469944,11 +471686,11 @@
8,
54
),
- "score": 0.008142726586937675,
- "score-diff": "-0.1498574583019452",
- "score-diff-perc": "-94.84638%",
- "tooltip": "score = 0.008142726586937675\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.14986 (-94.84638%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 0.15800018488888287,
+ "score-diff": "0.1498574583019452",
+ "score-diff-perc": "+1840.38426%",
+ "tooltip": "score = 0.15800018488888287\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.14986 (+1840.38426%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -469971,9 +471713,9 @@
43
),
"score": 0.008117942602475604,
- "score-diff": "-2.4783984462071335e-05",
- "score-diff-perc": "-0.30437%",
- "tooltip": "score = 0.008117942602475604\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00002 (-0.30437%)",
+ "score-diff": "-0.14988224228640726",
+ "score-diff-perc": "-94.86207%",
+ "tooltip": "score = 0.008117942602475604\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.14988 (-94.86207%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -475760,6 +477502,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.008267542445637962,
+ "score-diff": "2.843833911071042e-05",
+ "score-diff-perc": "+0.34516%",
+ "tooltip": "score = 0.008267542445637962\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = +0.00003 (+0.34516%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -476009,11 +477777,11 @@
18,
7
),
- "score": 0.3039076201408364,
- "score-diff": "-0.0017040606546342985",
- "score-diff-perc": "-0.55759%",
- "tooltip": "score = 0.3039076201408364\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00170 (-0.55759%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 0.25291008234515794,
+ "score-diff": "-0.05270159845031275",
+ "score-diff-perc": "-17.24463%",
+ "tooltip": "score = 0.25291008234515794\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.05270 (-17.24463%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -476035,11 +477803,11 @@
18,
7
),
- "score": 0.25291008234515794,
- "score-diff": "-0.05099753779567845",
- "score-diff-perc": "-16.78061%",
- "tooltip": "score = 0.25291008234515794\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.05100 (-16.78061%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 0.3039076201408364,
+ "score-diff": "0.05099753779567845",
+ "score-diff-perc": "+20.16430%",
+ "tooltip": "score = 0.3039076201408364\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.05100 (+20.16430%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -476062,9 +477830,9 @@
7
),
"score": 0.2548185878389355,
- "score-diff": "0.0019085054937775792",
- "score-diff-perc": "+0.75462%",
- "tooltip": "score = 0.2548185878389355\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00191 (+0.75462%)",
+ "score-diff": "-0.04908903230190087",
+ "score-diff-perc": "-16.15262%",
+ "tooltip": "score = 0.2548185878389355\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.04909 (-16.15262%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -476191,11 +477959,11 @@
17,
1
),
- "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",
+ "score": 0.04588368414252336,
+ "score-diff": "-0.17237550192422293",
+ "score-diff-perc": "-78.97743%",
+ "tooltip": "score = 0.04588368414252336\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.17238 (-78.97743%)",
+ "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",
@@ -476217,11 +477985,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",
@@ -476243,11 +478011,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -476270,9 +478038,9 @@
7
),
"score": 0.20105420992473744,
- "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%)",
+ "score-diff": "0.00573125411590078",
+ "score-diff-perc": "+2.93425%",
+ "tooltip": "score = 0.20105420992473744\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00573 (+2.93425%)",
"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)",
@@ -476399,11 +478167,11 @@
9,
48
),
- "score": 0.23504567245858696,
- "score-diff": "0.18893679430227103",
- "score-diff-perc": "+409.76229%",
- "tooltip": "score = 0.23504567245858696\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.18894 (+409.76229%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 0.20597557596252236,
+ "score-diff": "0.15986669780620644",
+ "score-diff-perc": "+346.71565%",
+ "tooltip": "score = 0.20597557596252236\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.15987 (+346.71565%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -476425,11 +478193,11 @@
9,
48
),
- "score": 0.20597557596252236,
- "score-diff": "-0.029070096496064596",
- "score-diff-perc": "-12.36785%",
- "tooltip": "score = 0.20597557596252236\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.02907 (-12.36785%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 0.23504567245858696,
+ "score-diff": "0.029070096496064596",
+ "score-diff-perc": "+14.11337%",
+ "tooltip": "score = 0.23504567245858696\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.02907 (+14.11337%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -476452,9 +478220,9 @@
2
),
"score": 0.2649908391430082,
- "score-diff": "0.05901526318048583",
- "score-diff-perc": "+28.65158%",
- "tooltip": "score = 0.2649908391430082\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.05902 (+28.65158%)",
+ "score-diff": "0.029945166684421237",
+ "score-diff-perc": "+12.74015%",
+ "tooltip": "score = 0.2649908391430082\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.02995 (+12.74015%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -476737,11 +478505,11 @@
14,
48
),
- "score": 0.05059785453893276,
- "score-diff": "0.004754030436620038",
- "score-diff-perc": "+10.37006%",
- "tooltip": "score = 0.05059785453893276\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.00475 (+10.37006%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 0.20661888191008027,
+ "score-diff": "0.16077505780776755",
+ "score-diff-perc": "+350.70167%",
+ "tooltip": "score = 0.20661888191008027\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.16078 (+350.70167%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -476763,11 +478531,11 @@
14,
48
),
- "score": 0.048223817530096025,
- "score-diff": "-0.0023740370088367324",
- "score-diff-perc": "-4.69197%",
- "tooltip": "score = 0.048223817530096025\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00237 (-4.69197%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 0.05059785453893276,
+ "score-diff": "-0.1560210273711475",
+ "score-diff-perc": "-75.51151%",
+ "tooltip": "score = 0.05059785453893276\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.15602 (-75.51151%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -476789,11 +478557,11 @@
14,
48
),
- "score": 0.20661888191008027,
- "score-diff": "0.15839506437998424",
- "score-diff-perc": "+328.45816%",
- "tooltip": "score = 0.20661888191008027\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.15840 (+328.45816%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 0.048223817530096025,
+ "score-diff": "-0.0023740370088367324",
+ "score-diff-perc": "-4.69197%",
+ "tooltip": "score = 0.048223817530096025\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.00237 (-4.69197%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -476816,9 +478584,9 @@
37
),
"score": 0.05296194514904951,
- "score-diff": "-0.15365693676103076",
- "score-diff-perc": "-74.36733%",
- "tooltip": "score = 0.05296194514904951\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = -0.15366 (-74.36733%)",
+ "score-diff": "0.004738127618953487",
+ "score-diff-perc": "+9.82529%",
+ "tooltip": "score = 0.05296194514904951\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.00474 (+9.82529%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -476945,11 +478713,11 @@
8,
54
),
- "score": 0.25641451603715143,
- "score-diff": "0.2057828166079549",
- "score-diff-perc": "+406.43079%",
- "tooltip": "score = 0.25641451603715143\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.20578 (+406.43079%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 0.050647953727070344,
+ "score-diff": "1.625429787380228e-05",
+ "score-diff-perc": "+0.03210%",
+ "tooltip": "score = 0.050647953727070344\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00002 (+0.03210%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -476971,11 +478739,11 @@
8,
54
),
- "score": 0.050647953727070344,
- "score-diff": "-0.20576656231008109",
- "score-diff-perc": "-80.24763%",
- "tooltip": "score = 0.050647953727070344\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.20577 (-80.24763%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 0.25641451603715143,
+ "score-diff": "0.20576656231008109",
+ "score-diff-perc": "+406.26826%",
+ "tooltip": "score = 0.25641451603715143\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.20577 (+406.26826%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -476998,9 +478766,9 @@
43
),
"score": 0.05061415711298539,
- "score-diff": "-3.379661408495216e-05",
- "score-diff-perc": "-0.06673%",
- "tooltip": "score = 0.05061415711298539\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00003 (-0.06673%)",
+ "score-diff": "-0.20580035892416604",
+ "score-diff-perc": "-80.26081%",
+ "tooltip": "score = 0.05061415711298539\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.20580 (-80.26081%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -482787,6 +484555,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 0.0511945575859038,
+ "score-diff": "-4.8066364856567956e-05",
+ "score-diff-perc": "-0.09380%",
+ "tooltip": "score = 0.0511945575859038\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.00005 (-0.09380%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -483036,11 +484830,11 @@
18,
7
),
- "score": 13.212220347208998,
- "score-diff": "0.4511884780657507",
- "score-diff-perc": "+3.53567%",
- "tooltip": "score = 13.212220347208998\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.45119 (+3.53567%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
+ "score": 9.12013670579904,
+ "score-diff": "-3.640895163344208",
+ "score-diff-perc": "-28.53135%",
+ "tooltip": "score = 9.12013670579904\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.64090 (-28.53135%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -483062,11 +484856,11 @@
18,
7
),
- "score": 9.12013670579904,
- "score-diff": "-4.092083641409959",
- "score-diff-perc": "-30.97196%",
- "tooltip": "score = 9.12013670579904\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.09208 (-30.97196%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592500192",
+ "score": 13.212220347208998,
+ "score-diff": "4.092083641409959",
+ "score-diff-perc": "+44.86867%",
+ "tooltip": "score = 13.212220347208998\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +4.09208 (+44.86867%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584626005",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -483089,9 +484883,9 @@
7
),
"score": 8.95990793078519,
- "score-diff": "-0.1602287750138487",
- "score-diff-perc": "-1.75687%",
- "tooltip": "score = 8.95990793078519\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.16023 (-1.75687%)",
+ "score-diff": "-4.252312416423807",
+ "score-diff-perc": "-32.18469%",
+ "tooltip": "score = 8.95990793078519\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.25231 (-32.18469%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577053585",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -483218,11 +485012,11 @@
17,
1
),
- "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",
+ "score": 10.45561543229644,
+ "score-diff": "1.9525952574215584",
+ "score-diff-perc": "+22.96355%",
+ "tooltip": "score = 10.45561543229644\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.95260 (+22.96355%)",
+ "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",
@@ -483244,11 +485038,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",
@@ -483270,11 +485064,11 @@
17,
1
),
- "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",
+ "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",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -483297,9 +485091,9 @@
7
),
"score": 8.047672121472958,
- "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%)",
+ "score-diff": "-0.21172217647987956",
+ "score-diff-perc": "-2.56341%",
+ "tooltip": "score = 8.047672121472958\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.21172 (-2.56341%)",
"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)",
@@ -483426,11 +485220,11 @@
9,
48
),
- "score": 8.443339379712807,
- "score-diff": "-2.1599965310683",
- "score-diff-perc": "-20.37091%",
- "tooltip": "score = 8.443339379712807\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -2.16000 (-20.37091%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
+ "score": 8.054968628355601,
+ "score-diff": "-2.548367282425506",
+ "score-diff-perc": "-24.03364%",
+ "tooltip": "score = 8.054968628355601\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -2.54837 (-24.03364%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -483452,11 +485246,11 @@
9,
48
),
- "score": 8.054968628355601,
- "score-diff": "-0.3883707513572059",
- "score-diff-perc": "-4.59973%",
- "tooltip": "score = 8.054968628355601\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = -0.38837 (-4.59973%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8768576788",
+ "score": 8.443339379712807,
+ "score-diff": "0.3883707513572059",
+ "score-diff-perc": "+4.82151%",
+ "tooltip": "score = 8.443339379712807\ndate = 2024-04-20 09:48:58\nbranch = develop\ndiff = +0.38837 (+4.82151%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8776420473",
"commit-id": "fa6b7f859fdec74b2219cb99b1c20d1bf9272b8e",
"commit-msg": "Add new icons (#9756)",
"commit-author": "AdRiley",
@@ -483479,9 +485273,9 @@
2
),
"score": 8.175886009924726,
- "score-diff": "0.12091738156912513",
- "score-diff-perc": "+1.50115%",
- "tooltip": "score = 8.175886009924726\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = +0.12092 (+1.50115%)",
+ "score-diff": "-0.26745336978808076",
+ "score-diff-perc": "-3.16763%",
+ "tooltip": "score = 8.175886009924726\ndate = 2024-04-22 11:02:17\nbranch = develop\ndiff = -0.26745 (-3.16763%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8792548279",
"commit-id": "58009b7c04d5d0bc7bf6493f20d4167b3f139cb2",
"commit-msg": "In-memory suggestions (#9751)",
@@ -483764,11 +485558,11 @@
14,
48
),
- "score": 10.341131760870653,
- "score-diff": "0.22832531469751238",
- "score-diff-perc": "+2.25778%",
- "tooltip": "score = 10.341131760870653\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +0.22833 (+2.25778%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
+ "score": 8.511063593247348,
+ "score-diff": "-1.601742852925792",
+ "score-diff-perc": "-15.83876%",
+ "tooltip": "score = 8.511063593247348\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -1.60174 (-15.83876%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -483790,11 +485584,11 @@
14,
48
),
- "score": 9.942941937768657,
- "score-diff": "-0.3981898231019958",
- "score-diff-perc": "-3.85054%",
- "tooltip": "score = 9.942941937768657\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.39819 (-3.85054%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
+ "score": 10.341131760870653,
+ "score-diff": "1.8300681676233044",
+ "score-diff-perc": "+21.50223%",
+ "tooltip": "score = 10.341131760870653\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = +1.83007 (+21.50223%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8954090326",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -483816,11 +485610,11 @@
14,
48
),
- "score": 8.511063593247348,
- "score-diff": "-1.4318783445213086",
- "score-diff-perc": "-14.40095%",
- "tooltip": "score = 8.511063593247348\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -1.43188 (-14.40095%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8962054344",
+ "score": 9.942941937768657,
+ "score-diff": "-0.3981898231019958",
+ "score-diff-perc": "-3.85054%",
+ "tooltip": "score = 9.942941937768657\ndate = 2024-05-03 14:48:55\nbranch = develop\ndiff = -0.39819 (-3.85054%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8946269188",
"commit-id": "2af217c3e6995d21848cc654a50f70f71bef5589",
"commit-msg": "from conversion propagates dataflow error (#9856)",
"commit-author": "Pavel Marek",
@@ -483843,9 +485637,9 @@
37
),
"score": 10.065413293019985,
- "score-diff": "1.5543496997726365",
- "score-diff-perc": "+18.26270%",
- "tooltip": "score = 10.065413293019985\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +1.55435 (+18.26270%)",
+ "score-diff": "0.1224713552513279",
+ "score-diff-perc": "+1.23174%",
+ "tooltip": "score = 10.065413293019985\ndate = 2024-05-06 19:37:01\nbranch = develop\ndiff = +0.12247 (+1.23174%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8977397194",
"commit-id": "459a264ca2d48077b117e5a985c88ebb26514218",
"commit-msg": "Workaround slow responses with retries (#9858)",
@@ -483972,11 +485766,11 @@
8,
54
),
- "score": 8.367373900312904,
- "score-diff": "-2.8557052160247487",
- "score-diff-perc": "-25.44494%",
- "tooltip": "score = 8.367373900312904\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.85571 (-25.44494%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
+ "score": 9.913699038256548,
+ "score-diff": "-1.3093800780811051",
+ "score-diff-perc": "-11.66685%",
+ "tooltip": "score = 9.913699038256548\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.30938 (-11.66685%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -483998,11 +485792,11 @@
8,
54
),
- "score": 9.913699038256548,
- "score-diff": "1.5463251379436436",
- "score-diff-perc": "+18.48041%",
- "tooltip": "score = 9.913699038256548\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.54633 (+18.48041%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047260076",
+ "score": 8.367373900312904,
+ "score-diff": "-1.5463251379436436",
+ "score-diff-perc": "-15.59786%",
+ "tooltip": "score = 8.367373900312904\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.54633 (-15.59786%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055130530",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -484025,9 +485819,9 @@
43
),
"score": 10.80884916850787,
- "score-diff": "0.8951501302513218",
- "score-diff-perc": "+9.02943%",
- "tooltip": "score = 10.80884916850787\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.89515 (+9.02943%)",
+ "score-diff": "2.4414752681949654",
+ "score-diff-perc": "+29.17851%",
+ "tooltip": "score = 10.80884916850787\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +2.44148 (+29.17851%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071460643",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -489814,6 +491608,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ "score": 1.9104152150499196,
+ "score-diff": "-0.23838574704771576",
+ "score-diff-perc": "-11.09390%",
+ "tooltip": "score = 1.9104152150499196\ndate = 2024-12-23 10:14:52\nbranch = develop\ndiff = -0.23839 (-11.09390%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/12474556631",
+ "commit-id": "e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-msg": "Use MPLUS 1 font (#11904)",
+ "commit-author": "Ilya Bogdanov",
+ "commit-url": "https://github.com/enso-org/enso/commit/e86e5e72ae91b0753505c3cb8f3c8edb34ec276c",
+ "commit-date": new Date(
+ 2024,
+ 11,
+ 23,
+ 10,
+ 14
+ ),
+ },
+
],
};
@@ -490717,7 +492537,7 @@
@@ -490777,7 +492597,7 @@
class="col form-control form-control-lg"
name="since-date"
min="2024-04-01"
- max="2024-12-23"
+ max="2024-12-24"
/>
@@ -490801,7 +492621,7 @@
Since date:
- 2024-11-23
+ 2024-11-24
diff --git a/stdlib-benchs.html b/stdlib-benchs.html
index 615ad64..a80074a 100644
--- a/stdlib-benchs.html
+++ b/stdlib-benchs.html
@@ -41,17 +41,17 @@
const untilDate = new Date(
2024,
11,
- 23,
- 22,
- 51
+ 24,
+ 2,
+ 1
);
// This var will be rewritten once a filter is applied
let displaySinceDate = new Date(
2024,
10,
- 23,
- 22,
- 51
+ 24,
+ 2,
+ 1
);
/**
@@ -220,11 +220,11 @@
18,
7
),
- "score": 1.5713721293574423,
- "score-diff": "0.21575805481387955",
- "score-diff-perc": "+15.91589%",
- "tooltip": "score = 1.5713721293574423\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.21576 (+15.91589%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 1.3978957864965722,
+ "score-diff": "0.04228171195300945",
+ "score-diff-perc": "+3.11901%",
+ "tooltip": "score = 1.3978957864965722\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.04228 (+3.11901%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -247,9 +247,9 @@
7
),
"score": 1.4934269770067632,
- "score-diff": "-0.07794515235067911",
- "score-diff-perc": "-4.96032%",
- "tooltip": "score = 1.4934269770067632\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.07795 (-4.96032%)",
+ "score-diff": "0.09553119051019099",
+ "score-diff-perc": "+6.83393%",
+ "tooltip": "score = 1.4934269770067632\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.09553 (+6.83393%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -272,11 +272,11 @@
18,
7
),
- "score": 1.3978957864965722,
- "score-diff": "-0.09553119051019099",
- "score-diff-perc": "-6.39678%",
- "tooltip": "score = 1.3978957864965722\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.09553 (-6.39678%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 1.5713721293574423,
+ "score-diff": "0.07794515235067911",
+ "score-diff-perc": "+5.21921%",
+ "tooltip": "score = 1.5713721293574423\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.07795 (+5.21921%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -299,9 +299,9 @@
41
),
"score": 1.9469362010996492,
- "score-diff": "0.549040414603077",
- "score-diff-perc": "+39.27620%",
- "tooltip": "score = 1.9469362010996492\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.54904 (+39.27620%)",
+ "score-diff": "0.37556407174220685",
+ "score-diff-perc": "+23.90039%",
+ "tooltip": "score = 1.9469362010996492\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.37556 (+23.90039%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -402,11 +402,11 @@
17,
1
),
- "score": 1.9039254391938332,
- "score-diff": "0.10861440331340577",
- "score-diff-perc": "+6.04989%",
- "tooltip": "score = 1.9039254391938332\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.10861 (+6.04989%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1.8396056128984926,
+ "score-diff": "0.04429457701806516",
+ "score-diff-perc": "+2.46724%",
+ "tooltip": "score = 1.8396056128984926\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04429 (+2.46724%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -428,11 +428,11 @@
17,
1
),
- "score": 1.0120486983146642,
- "score-diff": "-0.891876740879169",
- "score-diff-perc": "-46.84410%",
- "tooltip": "score = 1.0120486983146642\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.89188 (-46.84410%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 1.9039254391938332,
+ "score-diff": "0.06431982629534061",
+ "score-diff-perc": "+3.49639%",
+ "tooltip": "score = 1.9039254391938332\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.06432 (+3.49639%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -454,11 +454,11 @@
17,
1
),
- "score": 1.8396056128984926,
- "score-diff": "0.8275569145838284",
- "score-diff-perc": "+81.77046%",
- "tooltip": "score = 1.8396056128984926\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.82756 (+81.77046%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 1.0120486983146642,
+ "score-diff": "-0.891876740879169",
+ "score-diff-perc": "-46.84410%",
+ "tooltip": "score = 1.0120486983146642\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.89188 (-46.84410%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -481,9 +481,9 @@
7
),
"score": 1.3891384194798253,
- "score-diff": "-0.45046719341866726",
- "score-diff-perc": "-24.48716%",
- "tooltip": "score = 1.3891384194798253\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.45047 (-24.48716%)",
+ "score-diff": "0.37708972116516115",
+ "score-diff-perc": "+37.26004%",
+ "tooltip": "score = 1.3891384194798253\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.37709 (+37.26004%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -766,11 +766,11 @@
16,
5
),
- "score": 1.9476835089232616,
- "score-diff": "-0.03893807895130186",
- "score-diff-perc": "-1.96001%",
- "tooltip": "score = 1.9476835089232616\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03894 (-1.96001%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 1.3369366941358736,
+ "score-diff": "-0.6496848937386899",
+ "score-diff-perc": "-32.70300%",
+ "tooltip": "score = 1.3369366941358736\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.64968 (-32.70300%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -792,11 +792,11 @@
16,
5
),
- "score": 1.3369366941358736,
- "score-diff": "-0.610746814787388",
- "score-diff-perc": "-31.35760%",
- "tooltip": "score = 1.3369366941358736\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.61075 (-31.35760%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.8835477019164026,
+ "score-diff": "0.5466110077805291",
+ "score-diff-perc": "+40.88533%",
+ "tooltip": "score = 1.8835477019164026\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.54661 (+40.88533%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -818,11 +818,11 @@
16,
5
),
- "score": 1.8835477019164026,
- "score-diff": "0.5466110077805291",
- "score-diff-perc": "+40.88533%",
- "tooltip": "score = 1.8835477019164026\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.54661 (+40.88533%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1.9476835089232616,
+ "score-diff": "0.06413580700685895",
+ "score-diff-perc": "+3.40505%",
+ "tooltip": "score = 1.9476835089232616\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.06414 (+3.40505%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -845,9 +845,9 @@
21
),
"score": 1.9165937294643547,
- "score-diff": "0.03304602754795205",
- "score-diff-perc": "+1.75446%",
- "tooltip": "score = 1.9165937294643547\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.03305 (+1.75446%)",
+ "score-diff": "-0.031089779458906897",
+ "score-diff-perc": "-1.59624%",
+ "tooltip": "score = 1.9165937294643547\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.03109 (-1.59624%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1156,11 +1156,11 @@
8,
54
),
- "score": 2.191808202999567,
- "score-diff": "-0.15029968825260287",
- "score-diff-perc": "-6.41728%",
- "tooltip": "score = 2.191808202999567\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.15030 (-6.41728%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 2.0990536840594722,
+ "score-diff": "-0.24305420719269755",
+ "score-diff-perc": "-10.37758%",
+ "tooltip": "score = 2.0990536840594722\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.24305 (-10.37758%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1182,11 +1182,11 @@
8,
54
),
- "score": 2.0990536840594722,
- "score-diff": "-0.09275451894009468",
- "score-diff-perc": "-4.23187%",
- "tooltip": "score = 2.0990536840594722\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.09275 (-4.23187%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 2.191808202999567,
+ "score-diff": "0.09275451894009468",
+ "score-diff-perc": "+4.41887%",
+ "tooltip": "score = 2.191808202999567\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.09275 (+4.41887%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1209,9 +1209,9 @@
43
),
"score": 1.3639967889500086,
- "score-diff": "-0.7350568951094636",
- "score-diff-perc": "-35.01849%",
- "tooltip": "score = 1.3639967889500086\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.73506 (-35.01849%)",
+ "score-diff": "-0.8278114140495583",
+ "score-diff-perc": "-37.76842%",
+ "tooltip": "score = 1.3639967889500086\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.82781 (-37.76842%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -6883,11 +6883,11 @@
18,
7
),
- "score": 17.783953189729328,
- "score-diff": "1.1292072768654187",
- "score-diff-perc": "+6.78009%",
- "tooltip": "score = 17.783953189729328\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.12921 (+6.78009%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 17.408361231563763,
+ "score-diff": "0.753615318699854",
+ "score-diff-perc": "+4.52493%",
+ "tooltip": "score = 17.408361231563763\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.75362 (+4.52493%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -6910,9 +6910,9 @@
7
),
"score": 17.577972976754154,
- "score-diff": "-0.20598021297517377",
- "score-diff-perc": "-1.15824%",
- "tooltip": "score = 17.577972976754154\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.20598 (-1.15824%)",
+ "score-diff": "0.1696117451903909",
+ "score-diff-perc": "+0.97431%",
+ "tooltip": "score = 17.577972976754154\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.16961 (+0.97431%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -6935,11 +6935,11 @@
18,
7
),
- "score": 17.408361231563763,
- "score-diff": "-0.1696117451903909",
- "score-diff-perc": "-0.96491%",
- "tooltip": "score = 17.408361231563763\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.16961 (-0.96491%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 17.783953189729328,
+ "score-diff": "0.20598021297517377",
+ "score-diff-perc": "+1.17181%",
+ "tooltip": "score = 17.783953189729328\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.20598 (+1.17181%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -6962,9 +6962,9 @@
41
),
"score": 13.239245904751805,
- "score-diff": "-4.1691153268119585",
- "score-diff-perc": "-23.94892%",
- "tooltip": "score = 13.239245904751805\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -4.16912 (-23.94892%)",
+ "score-diff": "-4.544707284977523",
+ "score-diff-perc": "-25.55510%",
+ "tooltip": "score = 13.239245904751805\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -4.54471 (-25.55510%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -7065,11 +7065,11 @@
17,
1
),
- "score": 13.855742848946988,
- "score-diff": "1.140044487154329",
- "score-diff-perc": "+8.96565%",
- "tooltip": "score = 13.855742848946988\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.14004 (+8.96565%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 13.657469767652074,
+ "score-diff": "0.9417714058594147",
+ "score-diff-perc": "+7.40637%",
+ "tooltip": "score = 13.657469767652074\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.94177 (+7.40637%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -7091,11 +7091,11 @@
17,
1
),
- "score": 17.032179713042506,
- "score-diff": "3.1764368640955176",
- "score-diff-perc": "+22.92506%",
- "tooltip": "score = 17.032179713042506\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3.17644 (+22.92506%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 13.855742848946988,
+ "score-diff": "0.19827308129491428",
+ "score-diff-perc": "+1.45176%",
+ "tooltip": "score = 13.855742848946988\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.19827 (+1.45176%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -7117,11 +7117,11 @@
17,
1
),
- "score": 13.657469767652074,
- "score-diff": "-3.374709945390432",
- "score-diff-perc": "-19.81373%",
- "tooltip": "score = 13.657469767652074\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.37471 (-19.81373%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 17.032179713042506,
+ "score-diff": "3.1764368640955176",
+ "score-diff-perc": "+22.92506%",
+ "tooltip": "score = 17.032179713042506\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3.17644 (+22.92506%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -7144,9 +7144,9 @@
7
),
"score": 17.318475552872908,
- "score-diff": "3.6610057852208335",
- "score-diff-perc": "+26.80589%",
- "tooltip": "score = 17.318475552872908\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +3.66101 (+26.80589%)",
+ "score-diff": "0.28629583983040163",
+ "score-diff-perc": "+1.68091%",
+ "tooltip": "score = 17.318475552872908\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.28630 (+1.68091%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -7429,11 +7429,11 @@
16,
5
),
- "score": 13.83472868435742,
- "score-diff": "0.07467151714444142",
- "score-diff-perc": "+0.54267%",
- "tooltip": "score = 13.83472868435742\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.07467 (+0.54267%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 17.011218837501456,
+ "score-diff": "3.251161670288477",
+ "score-diff-perc": "+23.62753%",
+ "tooltip": "score = 17.011218837501456\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.25116 (+23.62753%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -7455,11 +7455,11 @@
16,
5
),
- "score": 17.011218837501456,
- "score-diff": "3.1764901531440355",
- "score-diff-perc": "+22.96026%",
- "tooltip": "score = 17.011218837501456\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.17649 (+22.96026%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 13.862423444046156,
+ "score-diff": "-3.1487953934553",
+ "score-diff-perc": "-18.51011%",
+ "tooltip": "score = 13.862423444046156\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.14880 (-18.51011%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -7481,11 +7481,11 @@
16,
5
),
- "score": 13.862423444046156,
- "score-diff": "-3.1487953934553",
- "score-diff-perc": "-18.51011%",
- "tooltip": "score = 13.862423444046156\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.14880 (-18.51011%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 13.83472868435742,
+ "score-diff": "-0.02769475968873536",
+ "score-diff-perc": "-0.19978%",
+ "tooltip": "score = 13.83472868435742\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02769 (-0.19978%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -7508,9 +7508,9 @@
21
),
"score": 13.476006034126982,
- "score-diff": "-0.38641740991917395",
- "score-diff-perc": "-2.78752%",
- "tooltip": "score = 13.476006034126982\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.38642 (-2.78752%)",
+ "score-diff": "-0.3587226502304386",
+ "score-diff-perc": "-2.59291%",
+ "tooltip": "score = 13.476006034126982\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.35872 (-2.59291%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -7819,11 +7819,11 @@
8,
54
),
- "score": 15.077411408440838,
- "score-diff": "1.0403071892060058",
- "score-diff-perc": "+7.41112%",
- "tooltip": "score = 15.077411408440838\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.04031 (+7.41112%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 18.71685258368694,
+ "score-diff": "4.679748364452108",
+ "score-diff-perc": "+33.33842%",
+ "tooltip": "score = 18.71685258368694\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +4.67975 (+33.33842%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -7845,11 +7845,11 @@
8,
54
),
- "score": 18.71685258368694,
- "score-diff": "3.639441175246102",
- "score-diff-perc": "+24.13837%",
- "tooltip": "score = 18.71685258368694\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +3.63944 (+24.13837%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 15.077411408440838,
+ "score-diff": "-3.639441175246102",
+ "score-diff-perc": "-19.44473%",
+ "tooltip": "score = 15.077411408440838\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.63944 (-19.44473%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -7872,9 +7872,9 @@
43
),
"score": 17.26731470133528,
- "score-diff": "-1.4495378823516596",
- "score-diff-perc": "-7.74456%",
- "tooltip": "score = 17.26731470133528\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.44954 (-7.74456%)",
+ "score-diff": "2.189903292894442",
+ "score-diff-perc": "+14.52440%",
+ "tooltip": "score = 17.26731470133528\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +2.18990 (+14.52440%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -13546,11 +13546,11 @@
18,
7
),
- "score": 16.732171497333457,
- "score-diff": "-0.15322380574694705",
- "score-diff-perc": "-0.90743%",
- "tooltip": "score = 16.732171497333457\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.15322 (-0.90743%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 14.679597014520454,
+ "score-diff": "-2.2057982885599507",
+ "score-diff-perc": "-13.06335%",
+ "tooltip": "score = 14.679597014520454\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.20580 (-13.06335%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -13573,9 +13573,9 @@
7
),
"score": 14.74260899559269,
- "score-diff": "-1.9895625017407674",
- "score-diff-perc": "-11.89064%",
- "tooltip": "score = 14.74260899559269\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.98956 (-11.89064%)",
+ "score-diff": "0.06301198107223627",
+ "score-diff-perc": "+0.42925%",
+ "tooltip": "score = 14.74260899559269\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.06301 (+0.42925%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -13598,11 +13598,11 @@
18,
7
),
- "score": 14.679597014520454,
- "score-diff": "-0.06301198107223627",
- "score-diff-perc": "-0.42741%",
- "tooltip": "score = 14.679597014520454\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.06301 (-0.42741%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 16.732171497333457,
+ "score-diff": "1.9895625017407674",
+ "score-diff-perc": "+13.49532%",
+ "tooltip": "score = 16.732171497333457\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.98956 (+13.49532%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -13625,9 +13625,9 @@
41
),
"score": 15.213625400406444,
- "score-diff": "0.5340283858859909",
- "score-diff-perc": "+3.63790%",
- "tooltip": "score = 15.213625400406444\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.53403 (+3.63790%)",
+ "score-diff": "-1.5185460969270128",
+ "score-diff-perc": "-9.07561%",
+ "tooltip": "score = 15.213625400406444\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -1.51855 (-9.07561%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -13728,11 +13728,11 @@
17,
1
),
- "score": 15.466509395401673,
- "score-diff": "-0.02273419272006727",
- "score-diff-perc": "-0.14677%",
- "tooltip": "score = 15.466509395401673\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.02273 (-0.14677%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 15.718541016286858,
+ "score-diff": "0.22929742816511833",
+ "score-diff-perc": "+1.48037%",
+ "tooltip": "score = 15.718541016286858\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.22930 (+1.48037%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -13754,11 +13754,11 @@
17,
1
),
- "score": 17.684710882666067,
- "score-diff": "2.2182014872643947",
- "score-diff-perc": "+14.34197%",
- "tooltip": "score = 17.684710882666067\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.21820 (+14.34197%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 15.466509395401673,
+ "score-diff": "-0.2520316208851856",
+ "score-diff-perc": "-1.60340%",
+ "tooltip": "score = 15.466509395401673\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.25203 (-1.60340%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -13780,11 +13780,11 @@
17,
1
),
- "score": 15.718541016286858,
- "score-diff": "-1.966169866379209",
- "score-diff-perc": "-11.11791%",
- "tooltip": "score = 15.718541016286858\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.96617 (-11.11791%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 17.684710882666067,
+ "score-diff": "2.2182014872643947",
+ "score-diff-perc": "+14.34197%",
+ "tooltip": "score = 17.684710882666067\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.21820 (+14.34197%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -13807,9 +13807,9 @@
7
),
"score": 14.801135010586952,
- "score-diff": "-0.917406005699906",
- "score-diff-perc": "-5.83646%",
- "tooltip": "score = 14.801135010586952\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.91741 (-5.83646%)",
+ "score-diff": "-2.883575872079115",
+ "score-diff-perc": "-16.30547%",
+ "tooltip": "score = 14.801135010586952\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.88358 (-16.30547%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -14092,11 +14092,11 @@
16,
5
),
- "score": 15.309020832692829,
- "score-diff": "-0.35235332744149517",
- "score-diff-perc": "-2.24982%",
- "tooltip": "score = 15.309020832692829\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.35235 (-2.24982%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 17.322181836206894,
+ "score-diff": "1.6608076760725705",
+ "score-diff-perc": "+10.60448%",
+ "tooltip": "score = 17.322181836206894\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.66081 (+10.60448%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -14118,11 +14118,11 @@
16,
5
),
- "score": 17.322181836206894,
- "score-diff": "2.0131610035140657",
- "score-diff-perc": "+13.15016%",
- "tooltip": "score = 17.322181836206894\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.01316 (+13.15016%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 16.155354761986164,
+ "score-diff": "-1.1668270742207305",
+ "score-diff-perc": "-6.73603%",
+ "tooltip": "score = 16.155354761986164\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.16683 (-6.73603%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -14144,11 +14144,11 @@
16,
5
),
- "score": 16.155354761986164,
- "score-diff": "-1.1668270742207305",
- "score-diff-perc": "-6.73603%",
- "tooltip": "score = 16.155354761986164\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.16683 (-6.73603%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 15.309020832692829,
+ "score-diff": "-0.8463339292933352",
+ "score-diff-perc": "-5.23872%",
+ "tooltip": "score = 15.309020832692829\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.84633 (-5.23872%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -14171,9 +14171,9 @@
21
),
"score": 15.591246905431776,
- "score-diff": "-0.5641078565543882",
- "score-diff-perc": "-3.49177%",
- "tooltip": "score = 15.591246905431776\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.56411 (-3.49177%)",
+ "score-diff": "0.28222607273894695",
+ "score-diff-perc": "+1.84353%",
+ "tooltip": "score = 15.591246905431776\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.28223 (+1.84353%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -14482,11 +14482,11 @@
8,
54
),
- "score": 16.06006112545429,
- "score-diff": "-0.49645844404413353",
- "score-diff-perc": "-2.99857%",
- "tooltip": "score = 16.06006112545429\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.49646 (-2.99857%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 18.50660693928711,
+ "score-diff": "1.9500873697886867",
+ "score-diff-perc": "+11.77837%",
+ "tooltip": "score = 18.50660693928711\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.95009 (+11.77837%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -14508,11 +14508,11 @@
8,
54
),
- "score": 18.50660693928711,
- "score-diff": "2.44654581383282",
- "score-diff-perc": "+15.23373%",
- "tooltip": "score = 18.50660693928711\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.44655 (+15.23373%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 16.06006112545429,
+ "score-diff": "-2.44654581383282",
+ "score-diff-perc": "-13.21985%",
+ "tooltip": "score = 16.06006112545429\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.44655 (-13.21985%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -14535,9 +14535,9 @@
43
),
"score": 16.941034167545016,
- "score-diff": "-1.5655727717420937",
- "score-diff-perc": "-8.45953%",
- "tooltip": "score = 16.941034167545016\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.56557 (-8.45953%)",
+ "score-diff": "0.8809730420907265",
+ "score-diff-perc": "+5.48549%",
+ "tooltip": "score = 16.941034167545016\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.88097 (+5.48549%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -20209,11 +20209,11 @@
18,
7
),
- "score": 0.10068203700978266,
- "score-diff": "0.010194357158527276",
- "score-diff-perc": "+11.26602%",
- "tooltip": "score = 0.10068203700978266\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01019 (+11.26602%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.08441934073125733,
+ "score-diff": "-0.006068339119998059",
+ "score-diff-perc": "-6.70626%",
+ "tooltip": "score = 0.08441934073125733\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00607 (-6.70626%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -20236,9 +20236,9 @@
7
),
"score": 0.10012331097326865,
- "score-diff": "-0.0005587260365140095",
- "score-diff-perc": "-0.55494%",
- "tooltip": "score = 0.10012331097326865\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00056 (-0.55494%)",
+ "score-diff": "0.015703970242011325",
+ "score-diff-perc": "+18.60234%",
+ "tooltip": "score = 0.10012331097326865\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01570 (+18.60234%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -20261,11 +20261,11 @@
18,
7
),
- "score": 0.08441934073125733,
- "score-diff": "-0.015703970242011325",
- "score-diff-perc": "-15.68463%",
- "tooltip": "score = 0.08441934073125733\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01570 (-15.68463%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.10068203700978266,
+ "score-diff": "0.0005587260365140095",
+ "score-diff-perc": "+0.55804%",
+ "tooltip": "score = 0.10068203700978266\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00056 (+0.55804%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -20288,9 +20288,9 @@
41
),
"score": 0.12942060643707246,
- "score-diff": "0.04500126570581513",
- "score-diff-perc": "+53.30682%",
- "tooltip": "score = 0.12942060643707246\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.04500 (+53.30682%)",
+ "score-diff": "0.028738569427289792",
+ "score-diff-perc": "+28.54389%",
+ "tooltip": "score = 0.12942060643707246\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.02874 (+28.54389%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -20391,11 +20391,11 @@
17,
1
),
- "score": 0.14565676055798962,
- "score-diff": "0.021859338933980968",
- "score-diff-perc": "+17.65735%",
- "tooltip": "score = 0.14565676055798962\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02186 (+17.65735%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.13922289326923182,
+ "score-diff": "0.015425471645223163",
+ "score-diff-perc": "+12.46025%",
+ "tooltip": "score = 0.13922289326923182\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01543 (+12.46025%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -20417,11 +20417,11 @@
17,
1
),
- "score": 0.09033700829578432,
- "score-diff": "-0.0553197522622053",
- "score-diff-perc": "-37.97953%",
- "tooltip": "score = 0.09033700829578432\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.05532 (-37.97953%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.14565676055798962,
+ "score-diff": "0.006433867288757805",
+ "score-diff-perc": "+4.62127%",
+ "tooltip": "score = 0.14565676055798962\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00643 (+4.62127%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -20443,11 +20443,11 @@
17,
1
),
- "score": 0.13922289326923182,
- "score-diff": "0.048885884973447494",
- "score-diff-perc": "+54.11501%",
- "tooltip": "score = 0.13922289326923182\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04889 (+54.11501%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.09033700829578432,
+ "score-diff": "-0.0553197522622053",
+ "score-diff-perc": "-37.97953%",
+ "tooltip": "score = 0.09033700829578432\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.05532 (-37.97953%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -20470,9 +20470,9 @@
7
),
"score": 0.09231098254349486,
- "score-diff": "-0.04691191072573696",
- "score-diff-perc": "-33.69554%",
- "tooltip": "score = 0.09231098254349486\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.04691 (-33.69554%)",
+ "score-diff": "0.001973974247710536",
+ "score-diff-perc": "+2.18512%",
+ "tooltip": "score = 0.09231098254349486\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00197 (+2.18512%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -20755,11 +20755,11 @@
16,
5
),
- "score": 0.12246680463849606,
- "score-diff": "-0.015102263096123822",
- "score-diff-perc": "-10.97795%",
- "tooltip": "score = 0.12246680463849606\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01510 (-10.97795%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.09967241639875764,
+ "score-diff": "-0.037896651335862244",
+ "score-diff-perc": "-27.54736%",
+ "tooltip": "score = 0.09967241639875764\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03790 (-27.54736%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -20781,11 +20781,11 @@
16,
5
),
- "score": 0.09967241639875764,
- "score-diff": "-0.022794388239738422",
- "score-diff-perc": "-18.61271%",
- "tooltip": "score = 0.09967241639875764\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02279 (-18.61271%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.16061275946349143,
+ "score-diff": "0.060940343064733796",
+ "score-diff-perc": "+61.14063%",
+ "tooltip": "score = 0.16061275946349143\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.06094 (+61.14063%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -20807,11 +20807,11 @@
16,
5
),
- "score": 0.16061275946349143,
- "score-diff": "0.060940343064733796",
- "score-diff-perc": "+61.14063%",
- "tooltip": "score = 0.16061275946349143\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.06094 (+61.14063%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.12246680463849606,
+ "score-diff": "-0.03814595482499537",
+ "score-diff-perc": "-23.75026%",
+ "tooltip": "score = 0.12246680463849606\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03815 (-23.75026%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -20834,9 +20834,9 @@
21
),
"score": 0.1216850626021298,
- "score-diff": "-0.03892769686136163",
- "score-diff-perc": "-24.23699%",
- "tooltip": "score = 0.1216850626021298\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.03893 (-24.23699%)",
+ "score-diff": "-0.0007817420363662592",
+ "score-diff-perc": "-0.63833%",
+ "tooltip": "score = 0.1216850626021298\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00078 (-0.63833%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -21145,11 +21145,11 @@
8,
54
),
- "score": 0.3289373594179354,
- "score-diff": "-0.01899517367397552",
- "score-diff-perc": "-5.45944%",
- "tooltip": "score = 0.3289373594179354\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.01900 (-5.45944%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.19820392834250014,
+ "score-diff": "-0.14972860474941077",
+ "score-diff-perc": "-43.03380%",
+ "tooltip": "score = 0.19820392834250014\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.14973 (-43.03380%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -21171,11 +21171,11 @@
8,
54
),
- "score": 0.19820392834250014,
- "score-diff": "-0.13073343107543525",
- "score-diff-perc": "-39.74417%",
- "tooltip": "score = 0.19820392834250014\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.13073 (-39.74417%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.3289373594179354,
+ "score-diff": "0.13073343107543525",
+ "score-diff-perc": "+65.95905%",
+ "tooltip": "score = 0.3289373594179354\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.13073 (+65.95905%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -21198,9 +21198,9 @@
43
),
"score": 0.1997481134382122,
- "score-diff": "0.0015441850957120529",
- "score-diff-perc": "+0.77909%",
- "tooltip": "score = 0.1997481134382122\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00154 (+0.77909%)",
+ "score-diff": "-0.1291892459797232",
+ "score-diff-perc": "-39.27473%",
+ "tooltip": "score = 0.1997481134382122\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.12919 (-39.27473%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -34745,11 +34745,11 @@
18,
7
),
- "score": 0.8724816911691825,
- "score-diff": "-0.0015528905500548085",
- "score-diff-perc": "-0.17767%",
- "tooltip": "score = 0.8724816911691825\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00155 (-0.17767%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.8750979323267485,
+ "score-diff": "0.001063350607511171",
+ "score-diff-perc": "+0.12166%",
+ "tooltip": "score = 0.8750979323267485\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00106 (+0.12166%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -34772,9 +34772,9 @@
7
),
"score": 0.8730628803076329,
- "score-diff": "0.0005811891384503998",
- "score-diff-perc": "+0.06661%",
- "tooltip": "score = 0.8730628803076329\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00058 (+0.06661%)",
+ "score-diff": "-0.0020350520191155796",
+ "score-diff-perc": "-0.23255%",
+ "tooltip": "score = 0.8730628803076329\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00204 (-0.23255%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -34797,11 +34797,11 @@
18,
7
),
- "score": 0.8750979323267485,
- "score-diff": "0.0020350520191155796",
- "score-diff-perc": "+0.23309%",
- "tooltip": "score = 0.8750979323267485\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00204 (+0.23309%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.8724816911691825,
+ "score-diff": "-0.0005811891384503998",
+ "score-diff-perc": "-0.06657%",
+ "tooltip": "score = 0.8724816911691825\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00058 (-0.06657%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -34824,9 +34824,9 @@
41
),
"score": 0.9404727060858717,
- "score-diff": "0.06537477375912326",
- "score-diff-perc": "+7.47057%",
- "tooltip": "score = 0.9404727060858717\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.06537 (+7.47057%)",
+ "score-diff": "0.06799101491668924",
+ "score-diff-perc": "+7.79283%",
+ "tooltip": "score = 0.9404727060858717\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.06799 (+7.79283%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -34927,11 +34927,11 @@
17,
1
),
- "score": 0.9400695047889004,
- "score-diff": "0.011915615348249586",
- "score-diff-perc": "+1.28380%",
- "tooltip": "score = 0.9400695047889004\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01192 (+1.28380%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.9437212318888335,
+ "score-diff": "0.015567342448182697",
+ "score-diff-perc": "+1.67724%",
+ "tooltip": "score = 0.9437212318888335\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01557 (+1.67724%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -34953,11 +34953,11 @@
17,
1
),
- "score": 0.8732504212926487,
- "score-diff": "-0.06681908349625165",
- "score-diff-perc": "-7.10789%",
- "tooltip": "score = 0.8732504212926487\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.06682 (-7.10789%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.9400695047889004,
+ "score-diff": "-0.003651727099933111",
+ "score-diff-perc": "-0.38695%",
+ "tooltip": "score = 0.9400695047889004\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00365 (-0.38695%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -34979,11 +34979,11 @@
17,
1
),
- "score": 0.9437212318888335,
- "score-diff": "0.07047081059618476",
- "score-diff-perc": "+8.06994%",
- "tooltip": "score = 0.9437212318888335\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.07047 (+8.06994%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.8732504212926487,
+ "score-diff": "-0.06681908349625165",
+ "score-diff-perc": "-7.10789%",
+ "tooltip": "score = 0.8732504212926487\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.06682 (-7.10789%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -35006,9 +35006,9 @@
7
),
"score": 0.8677309203419116,
- "score-diff": "-0.07599031154692193",
- "score-diff-perc": "-8.05220%",
- "tooltip": "score = 0.8677309203419116\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.07599 (-8.05220%)",
+ "score-diff": "-0.005519500950737166",
+ "score-diff-perc": "-0.63206%",
+ "tooltip": "score = 0.8677309203419116\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00552 (-0.63206%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -35291,11 +35291,11 @@
16,
5
),
- "score": 0.8957218114841426,
- "score-diff": "0.0014000142070550448",
- "score-diff-perc": "+0.15654%",
- "tooltip": "score = 0.8957218114841426\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00140 (+0.15654%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.8190655975689375,
+ "score-diff": "-0.07525619970815012",
+ "score-diff-perc": "-8.41489%",
+ "tooltip": "score = 0.8190655975689375\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.07526 (-8.41489%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -35317,11 +35317,11 @@
16,
5
),
- "score": 0.8190655975689375,
- "score-diff": "-0.07665621391520516",
- "score-diff-perc": "-8.55804%",
- "tooltip": "score = 0.8190655975689375\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.07666 (-8.55804%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.904439413208037,
+ "score-diff": "0.08537381563909952",
+ "score-diff-perc": "+10.42332%",
+ "tooltip": "score = 0.904439413208037\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.08537 (+10.42332%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -35343,11 +35343,11 @@
16,
5
),
- "score": 0.904439413208037,
- "score-diff": "0.08537381563909952",
- "score-diff-perc": "+10.42332%",
- "tooltip": "score = 0.904439413208037\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.08537 (+10.42332%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.8957218114841426,
+ "score-diff": "-0.008717601723894353",
+ "score-diff-perc": "-0.96387%",
+ "tooltip": "score = 0.8957218114841426\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00872 (-0.96387%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -35370,9 +35370,9 @@
21
),
"score": 0.8899358152750766,
- "score-diff": "-0.01450359793296041",
- "score-diff-perc": "-1.60360%",
- "tooltip": "score = 0.8899358152750766\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.01450 (-1.60360%)",
+ "score-diff": "-0.005785996209066058",
+ "score-diff-perc": "-0.64596%",
+ "tooltip": "score = 0.8899358152750766\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00579 (-0.64596%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -35681,11 +35681,11 @@
8,
54
),
- "score": 0.9058040212652608,
- "score-diff": "0.0036144726540960903",
- "score-diff-perc": "+0.40063%",
- "tooltip": "score = 0.9058040212652608\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00361 (+0.40063%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.814709554802823,
+ "score-diff": "-0.0874799938083417",
+ "score-diff-perc": "-9.69641%",
+ "tooltip": "score = 0.814709554802823\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.08748 (-9.69641%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -35707,11 +35707,11 @@
8,
54
),
- "score": 0.814709554802823,
- "score-diff": "-0.0910944664624378",
- "score-diff-perc": "-10.05675%",
- "tooltip": "score = 0.814709554802823\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.09109 (-10.05675%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.9058040212652608,
+ "score-diff": "0.0910944664624378",
+ "score-diff-perc": "+11.18122%",
+ "tooltip": "score = 0.9058040212652608\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.09109 (+11.18122%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -35734,9 +35734,9 @@
43
),
"score": 0.8245821326392875,
- "score-diff": "0.009872577836464447",
- "score-diff-perc": "+1.21179%",
- "tooltip": "score = 0.8245821326392875\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00987 (+1.21179%)",
+ "score-diff": "-0.08122188862597335",
+ "score-diff-perc": "-8.96683%",
+ "tooltip": "score = 0.8245821326392875\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.08122 (-8.96683%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -41382,11 +41382,11 @@
18,
7
),
- "score": 3.9908831506767495,
- "score-diff": "-4.246867661652017",
- "score-diff-perc": "-51.55373%",
- "tooltip": "score = 3.9908831506767495\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.24687 (-51.55373%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 3.5735263223867118,
+ "score-diff": "-4.664224489942054",
+ "score-diff-perc": "-56.62012%",
+ "tooltip": "score = 3.5735263223867118\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.66422 (-56.62012%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -41409,9 +41409,9 @@
7
),
"score": 3.6183803242768535,
- "score-diff": "-0.37250282639989596",
- "score-diff-perc": "-9.33384%",
- "tooltip": "score = 3.6183803242768535\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.37250 (-9.33384%)",
+ "score-diff": "0.04485400189014177",
+ "score-diff-perc": "+1.25517%",
+ "tooltip": "score = 3.6183803242768535\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.04485 (+1.25517%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -41434,11 +41434,11 @@
18,
7
),
- "score": 3.5735263223867118,
- "score-diff": "-0.04485400189014177",
- "score-diff-perc": "-1.23962%",
- "tooltip": "score = 3.5735263223867118\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.04485 (-1.23962%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 3.9908831506767495,
+ "score-diff": "0.37250282639989596",
+ "score-diff-perc": "+10.29474%",
+ "tooltip": "score = 3.9908831506767495\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.37250 (+10.29474%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -41461,9 +41461,9 @@
41
),
"score": 3.510122059649123,
- "score-diff": "-0.06340426273758881",
- "score-diff-perc": "-1.77428%",
- "tooltip": "score = 3.510122059649123\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.06340 (-1.77428%)",
+ "score-diff": "-0.48076109102762654",
+ "score-diff-perc": "-12.04648%",
+ "tooltip": "score = 3.510122059649123\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.48076 (-12.04648%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -41564,11 +41564,11 @@
17,
1
),
- "score": 3.5909650843301435,
- "score-diff": "0.0778041187406231",
- "score-diff-perc": "+2.21465%",
- "tooltip": "score = 3.5909650843301435\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.07780 (+2.21465%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 3.700019177261007,
+ "score-diff": "0.18685821167148653",
+ "score-diff-perc": "+5.31881%",
+ "tooltip": "score = 3.700019177261007\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.18686 (+5.31881%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -41590,11 +41590,11 @@
17,
1
),
- "score": 3.618179320432402,
- "score-diff": "0.027214236102258482",
- "score-diff-perc": "+0.75785%",
- "tooltip": "score = 3.618179320432402\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02721 (+0.75785%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 3.5909650843301435,
+ "score-diff": "-0.10905409293086343",
+ "score-diff-perc": "-2.94739%",
+ "tooltip": "score = 3.5909650843301435\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.10905 (-2.94739%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -41616,11 +41616,11 @@
17,
1
),
- "score": 3.700019177261007,
- "score-diff": "0.08183985682860495",
- "score-diff-perc": "+2.26191%",
- "tooltip": "score = 3.700019177261007\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.08184 (+2.26191%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 3.618179320432402,
+ "score-diff": "0.027214236102258482",
+ "score-diff-perc": "+0.75785%",
+ "tooltip": "score = 3.618179320432402\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02721 (+0.75785%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -41643,9 +41643,9 @@
7
),
"score": 3.496603092034775,
- "score-diff": "-0.2034160852262321",
- "score-diff-perc": "-5.49770%",
- "tooltip": "score = 3.496603092034775\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.20342 (-5.49770%)",
+ "score-diff": "-0.12157622839762716",
+ "score-diff-perc": "-3.36015%",
+ "tooltip": "score = 3.496603092034775\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.12158 (-3.36015%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -41928,11 +41928,11 @@
16,
5
),
- "score": 3.5577381998819364,
- "score-diff": "-0.19792986171302607",
- "score-diff-perc": "-5.27016%",
- "tooltip": "score = 3.5577381998819364\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.19793 (-5.27016%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 3.6553049626339185,
+ "score-diff": "-0.100363098961044",
+ "score-diff-perc": "-2.67231%",
+ "tooltip": "score = 3.6553049626339185\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.10036 (-2.67231%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -41954,11 +41954,11 @@
16,
5
),
- "score": 3.6553049626339185,
- "score-diff": "0.09756676275198206",
- "score-diff-perc": "+2.74238%",
- "tooltip": "score = 3.6553049626339185\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.09757 (+2.74238%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 3.745113909080791,
+ "score-diff": "0.08980894644687254",
+ "score-diff-perc": "+2.45695%",
+ "tooltip": "score = 3.745113909080791\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.08981 (+2.45695%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -41980,11 +41980,11 @@
16,
5
),
- "score": 3.745113909080791,
- "score-diff": "0.08980894644687254",
- "score-diff-perc": "+2.45695%",
- "tooltip": "score = 3.745113909080791\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.08981 (+2.45695%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 3.5577381998819364,
+ "score-diff": "-0.1873757091988546",
+ "score-diff-perc": "-5.00320%",
+ "tooltip": "score = 3.5577381998819364\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.18738 (-5.00320%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -42007,9 +42007,9 @@
21
),
"score": 3.5069746308411216,
- "score-diff": "-0.2381392782396694",
- "score-diff-perc": "-6.35867%",
- "tooltip": "score = 3.5069746308411216\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.23814 (-6.35867%)",
+ "score-diff": "-0.050763569040814804",
+ "score-diff-perc": "-1.42685%",
+ "tooltip": "score = 3.5069746308411216\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.05076 (-1.42685%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -42318,11 +42318,11 @@
8,
54
),
- "score": 3.793319672879346,
- "score-diff": "-0.4626949249120176",
- "score-diff-perc": "-10.87155%",
- "tooltip": "score = 3.793319672879346\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.46269 (-10.87155%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 3.96963256661809,
+ "score-diff": "-0.28638203117327343",
+ "score-diff-perc": "-6.72888%",
+ "tooltip": "score = 3.96963256661809\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.28638 (-6.72888%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -42344,11 +42344,11 @@
8,
54
),
- "score": 3.96963256661809,
- "score-diff": "0.17631289373874415",
- "score-diff-perc": "+4.64798%",
- "tooltip": "score = 3.96963256661809\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.17631 (+4.64798%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 3.793319672879346,
+ "score-diff": "-0.17631289373874415",
+ "score-diff-perc": "-4.44154%",
+ "tooltip": "score = 3.793319672879346\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.17631 (-4.44154%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -42371,9 +42371,9 @@
43
),
"score": 3.5028230455075846,
- "score-diff": "-0.46680952111050544",
- "score-diff-perc": "-11.75951%",
- "tooltip": "score = 3.5028230455075846\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.46681 (-11.75951%)",
+ "score-diff": "-0.2904966273717613",
+ "score-diff-perc": "-7.65811%",
+ "tooltip": "score = 3.5028230455075846\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.29050 (-7.65811%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -48045,11 +48045,11 @@
18,
7
),
- "score": 4.133143165785654,
- "score-diff": "0.007412440028627287",
- "score-diff-perc": "+0.17966%",
- "tooltip": "score = 4.133143165785654\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00741 (+0.17966%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 3.980279219503048,
+ "score-diff": "-0.14545150625397874",
+ "score-diff-perc": "-3.52547%",
+ "tooltip": "score = 3.980279219503048\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.14545 (-3.52547%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -48072,9 +48072,9 @@
7
),
"score": 3.990400383590483,
- "score-diff": "-0.142742782195171",
- "score-diff-perc": "-3.45361%",
- "tooltip": "score = 3.990400383590483\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.14274 (-3.45361%)",
+ "score-diff": "0.01012116408743502",
+ "score-diff-perc": "+0.25428%",
+ "tooltip": "score = 3.990400383590483\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01012 (+0.25428%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -48097,11 +48097,11 @@
18,
7
),
- "score": 3.980279219503048,
- "score-diff": "-0.01012116408743502",
- "score-diff-perc": "-0.25364%",
- "tooltip": "score = 3.980279219503048\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01012 (-0.25364%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 4.133143165785654,
+ "score-diff": "0.142742782195171",
+ "score-diff-perc": "+3.57715%",
+ "tooltip": "score = 4.133143165785654\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.14274 (+3.57715%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -48124,9 +48124,9 @@
41
),
"score": 6.714418951433377,
- "score-diff": "2.7341397319303287",
- "score-diff-perc": "+68.69216%",
- "tooltip": "score = 6.714418951433377\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +2.73414 (+68.69216%)",
+ "score-diff": "2.5812757856477226",
+ "score-diff-perc": "+62.45309%",
+ "tooltip": "score = 6.714418951433377\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +2.58128 (+62.45309%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -48227,11 +48227,11 @@
17,
1
),
- "score": 6.687338420233135,
- "score-diff": "-0.06753628432152237",
- "score-diff-perc": "-0.99982%",
- "tooltip": "score = 6.687338420233135\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.06754 (-0.99982%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 6.696011702369141,
+ "score-diff": "-0.05886300218551632",
+ "score-diff-perc": "-0.87142%",
+ "tooltip": "score = 6.696011702369141\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.05886 (-0.87142%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -48253,11 +48253,11 @@
17,
1
),
- "score": 3.9868883851261616,
- "score-diff": "-2.7004500351069733",
- "score-diff-perc": "-40.38154%",
- "tooltip": "score = 3.9868883851261616\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.70045 (-40.38154%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 6.687338420233135,
+ "score-diff": "-0.008673282136006044",
+ "score-diff-perc": "-0.12953%",
+ "tooltip": "score = 6.687338420233135\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00867 (-0.12953%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -48279,11 +48279,11 @@
17,
1
),
- "score": 6.696011702369141,
- "score-diff": "2.7091233172429794",
- "score-diff-perc": "+67.95082%",
- "tooltip": "score = 6.696011702369141\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.70912 (+67.95082%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 3.9868883851261616,
+ "score-diff": "-2.7004500351069733",
+ "score-diff-perc": "-40.38154%",
+ "tooltip": "score = 3.9868883851261616\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.70045 (-40.38154%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -48306,9 +48306,9 @@
7
),
"score": 3.9592461322194605,
- "score-diff": "-2.7367655701496805",
- "score-diff-perc": "-40.87158%",
- "tooltip": "score = 3.9592461322194605\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.73677 (-40.87158%)",
+ "score-diff": "-0.02764225290670108",
+ "score-diff-perc": "-0.69333%",
+ "tooltip": "score = 3.9592461322194605\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.02764 (-0.69333%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -48591,11 +48591,11 @@
16,
5
),
- "score": 6.728027275626749,
- "score-diff": "-0.06123682565006394",
- "score-diff-perc": "-0.90197%",
- "tooltip": "score = 6.728027275626749\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.06124 (-0.90197%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 3.973879515231788,
+ "score-diff": "-2.815384586045025",
+ "score-diff-perc": "-41.46818%",
+ "tooltip": "score = 3.973879515231788\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.81538 (-41.46818%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -48617,11 +48617,11 @@
16,
5
),
- "score": 3.973879515231788,
- "score-diff": "-2.754147760394961",
- "score-diff-perc": "-40.93544%",
- "tooltip": "score = 3.973879515231788\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.75415 (-40.93544%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 6.6917303818013165,
+ "score-diff": "2.7178508665695285",
+ "score-diff-perc": "+68.39289%",
+ "tooltip": "score = 6.6917303818013165\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.71785 (+68.39289%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -48643,11 +48643,11 @@
16,
5
),
- "score": 6.6917303818013165,
- "score-diff": "2.7178508665695285",
- "score-diff-perc": "+68.39289%",
- "tooltip": "score = 6.6917303818013165\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.71785 (+68.39289%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 6.728027275626749,
+ "score-diff": "0.03629689382543244",
+ "score-diff-perc": "+0.54241%",
+ "tooltip": "score = 6.728027275626749\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03630 (+0.54241%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -48670,9 +48670,9 @@
21
),
"score": 6.7726048602595,
- "score-diff": "0.08087447845818385",
- "score-diff-perc": "+1.20857%",
- "tooltip": "score = 6.7726048602595\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.08087 (+1.20857%)",
+ "score-diff": "0.04457758463275141",
+ "score-diff-perc": "+0.66257%",
+ "tooltip": "score = 6.7726048602595\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.04458 (+0.66257%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -48981,11 +48981,11 @@
8,
54
),
- "score": 7.098418845551826,
- "score-diff": "-0.02257099239210536",
- "score-diff-perc": "-0.31696%",
- "tooltip": "score = 7.098418845551826\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.02257 (-0.31696%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 4.0108685928219545,
+ "score-diff": "-3.1101212451219764",
+ "score-diff-perc": "-43.67541%",
+ "tooltip": "score = 4.0108685928219545\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.11012 (-43.67541%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -49007,11 +49007,11 @@
8,
54
),
- "score": 4.0108685928219545,
- "score-diff": "-3.087550252729871",
- "score-diff-perc": "-43.49631%",
- "tooltip": "score = 4.0108685928219545\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.08755 (-43.49631%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 7.098418845551826,
+ "score-diff": "3.087550252729871",
+ "score-diff-perc": "+76.97959%",
+ "tooltip": "score = 7.098418845551826\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +3.08755 (+76.97959%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -49034,9 +49034,9 @@
43
),
"score": 4.055337712162162,
- "score-diff": "0.044469119340207364",
- "score-diff-perc": "+1.10872%",
- "tooltip": "score = 4.055337712162162\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.04447 (+1.10872%)",
+ "score-diff": "-3.0430811333896637",
+ "score-diff-perc": "-42.86984%",
+ "tooltip": "score = 4.055337712162162\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -3.04308 (-42.86984%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -54819,11 +54819,11 @@
18,
7
),
- "score": 0.976873470881249,
- "score-diff": "-0.006137534756214702",
- "score-diff-perc": "-0.62436%",
- "tooltip": "score = 0.976873470881249\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00614 (-0.62436%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.9770161758002858,
+ "score-diff": "-0.005994829837177917",
+ "score-diff-perc": "-0.60984%",
+ "tooltip": "score = 0.9770161758002858\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00599 (-0.60984%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -54846,9 +54846,9 @@
7
),
"score": 0.9858230354234624,
- "score-diff": "0.008949564542213406",
- "score-diff-perc": "+0.91614%",
- "tooltip": "score = 0.9858230354234624\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00895 (+0.91614%)",
+ "score-diff": "0.008806859623176622",
+ "score-diff-perc": "+0.90140%",
+ "tooltip": "score = 0.9858230354234624\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00881 (+0.90140%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -54871,11 +54871,11 @@
18,
7
),
- "score": 0.9770161758002858,
- "score-diff": "-0.008806859623176622",
- "score-diff-perc": "-0.89335%",
- "tooltip": "score = 0.9770161758002858\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00881 (-0.89335%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.976873470881249,
+ "score-diff": "-0.008949564542213406",
+ "score-diff-perc": "-0.90783%",
+ "tooltip": "score = 0.976873470881249\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00895 (-0.90783%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -54898,9 +54898,9 @@
41
),
"score": 1.0216160123018079,
- "score-diff": "0.044599836501522105",
- "score-diff-perc": "+4.56490%",
- "tooltip": "score = 1.0216160123018079\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.04460 (+4.56490%)",
+ "score-diff": "0.04474254142055889",
+ "score-diff-perc": "+4.58018%",
+ "tooltip": "score = 1.0216160123018079\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.04474 (+4.58018%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -55001,11 +55001,11 @@
17,
1
),
- "score": 1.022224654446334,
- "score-diff": "0.000889930257748528",
- "score-diff-perc": "+0.08713%",
- "tooltip": "score = 1.022224654446334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00089 (+0.08713%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1.020584224662235,
+ "score-diff": "-0.0007504995263505343",
+ "score-diff-perc": "-0.07348%",
+ "tooltip": "score = 1.020584224662235\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00075 (-0.07348%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -55027,11 +55027,11 @@
17,
1
),
- "score": 0.9851201004560852,
- "score-diff": "-0.03710455399024881",
- "score-diff-perc": "-3.62978%",
- "tooltip": "score = 0.9851201004560852\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03710 (-3.62978%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 1.022224654446334,
+ "score-diff": "0.0016404297840990623",
+ "score-diff-perc": "+0.16073%",
+ "tooltip": "score = 1.022224654446334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00164 (+0.16073%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -55053,11 +55053,11 @@
17,
1
),
- "score": 1.020584224662235,
- "score-diff": "0.03546412420614975",
- "score-diff-perc": "+3.59998%",
- "tooltip": "score = 1.020584224662235\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03546 (+3.59998%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.9851201004560852,
+ "score-diff": "-0.03710455399024881",
+ "score-diff-perc": "-3.62978%",
+ "tooltip": "score = 0.9851201004560852\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03710 (-3.62978%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -55080,9 +55080,9 @@
7
),
"score": 0.980782777229577,
- "score-diff": "-0.03980144743265801",
- "score-diff-perc": "-3.89987%",
- "tooltip": "score = 0.980782777229577\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.03980 (-3.89987%)",
+ "score-diff": "-0.004337323226508261",
+ "score-diff-perc": "-0.44028%",
+ "tooltip": "score = 0.980782777229577\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00434 (-0.44028%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -55365,11 +55365,11 @@
16,
5
),
- "score": 1.0075066154077188,
- "score-diff": "-0.028857159812733846",
- "score-diff-perc": "-2.78446%",
- "tooltip": "score = 1.0075066154077188\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02886 (-2.78446%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.9842115403940582,
+ "score-diff": "-0.05215223482639442",
+ "score-diff-perc": "-5.03223%",
+ "tooltip": "score = 0.9842115403940582\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.05215 (-5.03223%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -55391,11 +55391,11 @@
16,
5
),
- "score": 0.9842115403940582,
- "score-diff": "-0.02329507501366057",
- "score-diff-perc": "-2.31215%",
- "tooltip": "score = 0.9842115403940582\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02330 (-2.31215%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.0213729490936962,
+ "score-diff": "0.03716140869963802",
+ "score-diff-perc": "+3.77575%",
+ "tooltip": "score = 1.0213729490936962\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03716 (+3.77575%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -55417,11 +55417,11 @@
16,
5
),
- "score": 1.0213729490936962,
- "score-diff": "0.03716140869963802",
- "score-diff-perc": "+3.77575%",
- "tooltip": "score = 1.0213729490936962\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03716 (+3.77575%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1.0075066154077188,
+ "score-diff": "-0.01386633368597745",
+ "score-diff-perc": "-1.35762%",
+ "tooltip": "score = 1.0075066154077188\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01387 (-1.35762%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -55444,9 +55444,9 @@
21
),
"score": 1.0210242443699453,
- "score-diff": "-0.00034870472375092554",
- "score-diff-perc": "-0.03414%",
- "tooltip": "score = 1.0210242443699453\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00035 (-0.03414%)",
+ "score-diff": "0.013517628962226524",
+ "score-diff-perc": "+1.34169%",
+ "tooltip": "score = 1.0210242443699453\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.01352 (+1.34169%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -55755,11 +55755,11 @@
8,
54
),
- "score": 2.534837526932172,
- "score-diff": "-0.0021379108223484877",
- "score-diff-perc": "-0.08427%",
- "tooltip": "score = 2.534837526932172\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00214 (-0.08427%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.9839669274739974,
+ "score-diff": "-1.5530085102805233",
+ "score-diff-perc": "-61.21496%",
+ "tooltip": "score = 0.9839669274739974\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.55301 (-61.21496%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -55781,11 +55781,11 @@
8,
54
),
- "score": 0.9839669274739974,
- "score-diff": "-1.5508705994581748",
- "score-diff-perc": "-61.18225%",
- "tooltip": "score = 0.9839669274739974\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.55087 (-61.18225%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 2.534837526932172,
+ "score-diff": "1.5508705994581748",
+ "score-diff-perc": "+157.61410%",
+ "tooltip": "score = 2.534837526932172\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.55087 (+157.61410%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -55808,9 +55808,9 @@
43
),
"score": 0.9842474994973827,
- "score-diff": "0.00028057202338527265",
- "score-diff-perc": "+0.02851%",
- "tooltip": "score = 0.9842474994973827\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00028 (+0.02851%)",
+ "score-diff": "-1.5505900274347895",
+ "score-diff-perc": "-61.17118%",
+ "tooltip": "score = 0.9842474994973827\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.55059 (-61.17118%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -61456,11 +61456,11 @@
18,
7
),
- "score": 0.40968374368045235,
- "score-diff": "-0.0002482638640075585",
- "score-diff-perc": "-0.06056%",
- "tooltip": "score = 0.40968374368045235\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00025 (-0.06056%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.43798876903493866,
+ "score-diff": "0.028056761490478754",
+ "score-diff-perc": "+6.84425%",
+ "tooltip": "score = 0.43798876903493866\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02806 (+6.84425%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -61483,9 +61483,9 @@
7
),
"score": 0.4248567001221531,
- "score-diff": "0.015172956441700747",
- "score-diff-perc": "+3.70358%",
- "tooltip": "score = 0.4248567001221531\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01517 (+3.70358%)",
+ "score-diff": "-0.013132068912785566",
+ "score-diff-perc": "-2.99827%",
+ "tooltip": "score = 0.4248567001221531\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01313 (-2.99827%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -61508,11 +61508,11 @@
18,
7
),
- "score": 0.43798876903493866,
- "score-diff": "0.013132068912785566",
- "score-diff-perc": "+3.09094%",
- "tooltip": "score = 0.43798876903493866\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01313 (+3.09094%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.40968374368045235,
+ "score-diff": "-0.015172956441700747",
+ "score-diff-perc": "-3.57131%",
+ "tooltip": "score = 0.40968374368045235\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01517 (-3.57131%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -61535,9 +61535,9 @@
41
),
"score": 0.8639680947307804,
- "score-diff": "0.42597932569584174",
- "score-diff-perc": "+97.25805%",
- "tooltip": "score = 0.8639680947307804\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.42598 (+97.25805%)",
+ "score-diff": "0.45428435105032805",
+ "score-diff-perc": "+110.88659%",
+ "tooltip": "score = 0.8639680947307804\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.45428 (+110.88659%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -61638,11 +61638,11 @@
17,
1
),
- "score": 0.8679481689326005,
- "score-diff": "0.0005328000885703732",
- "score-diff-perc": "+0.06142%",
- "tooltip": "score = 0.8679481689326005\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00053 (+0.06142%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.871764899767577,
+ "score-diff": "0.0043495309235468405",
+ "score-diff-perc": "+0.50144%",
+ "tooltip": "score = 0.871764899767577\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00435 (+0.50144%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -61664,11 +61664,11 @@
17,
1
),
- "score": 0.420298070936668,
- "score-diff": "-0.4476500979959325",
- "score-diff-perc": "-51.57567%",
- "tooltip": "score = 0.420298070936668\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.44765 (-51.57567%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.8679481689326005,
+ "score-diff": "-0.0038167308349764673",
+ "score-diff-perc": "-0.43782%",
+ "tooltip": "score = 0.8679481689326005\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00382 (-0.43782%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -61690,11 +61690,11 @@
17,
1
),
- "score": 0.871764899767577,
- "score-diff": "0.451466828830909",
- "score-diff-perc": "+107.41587%",
- "tooltip": "score = 0.871764899767577\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.45147 (+107.41587%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.420298070936668,
+ "score-diff": "-0.4476500979959325",
+ "score-diff-perc": "-51.57567%",
+ "tooltip": "score = 0.420298070936668\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.44765 (-51.57567%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -61717,9 +61717,9 @@
7
),
"score": 0.41538430181962416,
- "score-diff": "-0.4563805979479528",
- "score-diff-perc": "-52.35134%",
- "tooltip": "score = 0.41538430181962416\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.45638 (-52.35134%)",
+ "score-diff": "-0.004913769117043831",
+ "score-diff-perc": "-1.16912%",
+ "tooltip": "score = 0.41538430181962416\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00491 (-1.16912%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -62002,11 +62002,11 @@
16,
5
),
- "score": 0.8477069006206867,
- "score-diff": "-0.03339030777100016",
- "score-diff-perc": "-3.78963%",
- "tooltip": "score = 0.8477069006206867\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03339 (-3.78963%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.4238666941153657,
+ "score-diff": "-0.4572305142763211",
+ "score-diff-perc": "-51.89331%",
+ "tooltip": "score = 0.4238666941153657\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.45723 (-51.89331%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -62028,11 +62028,11 @@
16,
5
),
- "score": 0.4238666941153657,
- "score-diff": "-0.42384020650532095",
- "score-diff-perc": "-49.99844%",
- "tooltip": "score = 0.4238666941153657\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.42384 (-49.99844%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.8700513654037716,
+ "score-diff": "0.4461846712884059",
+ "score-diff-perc": "+105.26533%",
+ "tooltip": "score = 0.8700513654037716\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.44618 (+105.26533%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -62054,11 +62054,11 @@
16,
5
),
- "score": 0.8700513654037716,
- "score-diff": "0.4461846712884059",
- "score-diff-perc": "+105.26533%",
- "tooltip": "score = 0.8700513654037716\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.44618 (+105.26533%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.8477069006206867,
+ "score-diff": "-0.02234446478308494",
+ "score-diff-perc": "-2.56818%",
+ "tooltip": "score = 0.8477069006206867\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02234 (-2.56818%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -62081,9 +62081,9 @@
21
),
"score": 0.8687415858027174,
- "score-diff": "-0.0013097796010541618",
- "score-diff-perc": "-0.15054%",
- "tooltip": "score = 0.8687415858027174\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00131 (-0.15054%)",
+ "score-diff": "0.021034685182030777",
+ "score-diff-perc": "+2.48136%",
+ "tooltip": "score = 0.8687415858027174\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.02103 (+2.48136%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -62392,11 +62392,11 @@
8,
54
),
- "score": 0.8726067441943585,
- "score-diff": "0.0030849469460958456",
- "score-diff-perc": "+0.35479%",
- "tooltip": "score = 0.8726067441943585\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00308 (+0.35479%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.4299906164373746,
+ "score-diff": "-0.43953118081088804",
+ "score-diff-perc": "-50.54861%",
+ "tooltip": "score = 0.4299906164373746\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.43953 (-50.54861%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -62418,11 +62418,11 @@
8,
54
),
- "score": 0.4299906164373746,
- "score-diff": "-0.4426161277569839",
- "score-diff-perc": "-50.72344%",
- "tooltip": "score = 0.4299906164373746\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.44262 (-50.72344%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.8726067441943585,
+ "score-diff": "0.4426161277569839",
+ "score-diff-perc": "+102.93623%",
+ "tooltip": "score = 0.8726067441943585\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.44262 (+102.93623%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -62445,9 +62445,9 @@
43
),
"score": 0.43347549655294093,
- "score-diff": "0.003484880115566358",
- "score-diff-perc": "+0.81045%",
- "tooltip": "score = 0.43347549655294093\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00348 (+0.81045%)",
+ "score-diff": "-0.43913124764141753",
+ "score-diff-perc": "-50.32407%",
+ "tooltip": "score = 0.43347549655294093\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.43913 (-50.32407%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -68119,11 +68119,11 @@
18,
7
),
- "score": 1.614633894263152,
- "score-diff": "-0.020089949356389525",
- "score-diff-perc": "-1.22895%",
- "tooltip": "score = 1.614633894263152\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02009 (-1.22895%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 1.5991982724438074,
+ "score-diff": "-0.03552557117573407",
+ "score-diff-perc": "-2.17318%",
+ "tooltip": "score = 1.5991982724438074\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03553 (-2.17318%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -68146,9 +68146,9 @@
7
),
"score": 1.6313297028038365,
- "score-diff": "0.01669580854068453",
- "score-diff-perc": "+1.03403%",
- "tooltip": "score = 1.6313297028038365\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01670 (+1.03403%)",
+ "score-diff": "0.03213143036002908",
+ "score-diff-perc": "+2.00922%",
+ "tooltip": "score = 1.6313297028038365\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.03213 (+2.00922%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -68171,11 +68171,11 @@
18,
7
),
- "score": 1.5991982724438074,
- "score-diff": "-0.03213143036002908",
- "score-diff-perc": "-1.96965%",
- "tooltip": "score = 1.5991982724438074\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03213 (-1.96965%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 1.614633894263152,
+ "score-diff": "-0.01669580854068453",
+ "score-diff-perc": "-1.02345%",
+ "tooltip": "score = 1.614633894263152\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01670 (-1.02345%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -68198,9 +68198,9 @@
41
),
"score": 1.9946446449780726,
- "score-diff": "0.3954463725342652",
- "score-diff-perc": "+24.72779%",
- "tooltip": "score = 1.9946446449780726\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.39545 (+24.72779%)",
+ "score-diff": "0.38001075071492063",
+ "score-diff-perc": "+23.53541%",
+ "tooltip": "score = 1.9946446449780726\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.38001 (+23.53541%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -68301,11 +68301,11 @@
17,
1
),
- "score": 2.026206022856531,
- "score-diff": "0.013949736709458094",
- "score-diff-perc": "+0.69324%",
- "tooltip": "score = 2.026206022856531\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01395 (+0.69324%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1.9507147896549826,
+ "score-diff": "-0.0615414964920904",
+ "score-diff-perc": "-3.05833%",
+ "tooltip": "score = 1.9507147896549826\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.06154 (-3.05833%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -68327,11 +68327,11 @@
17,
1
),
- "score": 1.6219756825367597,
- "score-diff": "-0.40423034031977134",
- "score-diff-perc": "-19.95011%",
- "tooltip": "score = 1.6219756825367597\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.40423 (-19.95011%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 2.026206022856531,
+ "score-diff": "0.07549123320154849",
+ "score-diff-perc": "+3.86993%",
+ "tooltip": "score = 2.026206022856531\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.07549 (+3.86993%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -68353,11 +68353,11 @@
17,
1
),
- "score": 1.9507147896549826,
- "score-diff": "0.32873910711822285",
- "score-diff-perc": "+20.26782%",
- "tooltip": "score = 1.9507147896549826\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.32874 (+20.26782%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 1.6219756825367597,
+ "score-diff": "-0.40423034031977134",
+ "score-diff-perc": "-19.95011%",
+ "tooltip": "score = 1.6219756825367597\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.40423 (-19.95011%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -68380,9 +68380,9 @@
7
),
"score": 1.6727899507690038,
- "score-diff": "-0.27792483888597874",
- "score-diff-perc": "-14.24733%",
- "tooltip": "score = 1.6727899507690038\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.27792 (-14.24733%)",
+ "score-diff": "0.05081426823224411",
+ "score-diff-perc": "+3.13286%",
+ "tooltip": "score = 1.6727899507690038\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.05081 (+3.13286%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -68665,11 +68665,11 @@
16,
5
),
- "score": 2.0040601659366613,
- "score-diff": "0.0191472369299297",
- "score-diff-perc": "+0.96464%",
- "tooltip": "score = 2.0040601659366613\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01915 (+0.96464%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 1.6125027695468794,
+ "score-diff": "-0.3724101594598521",
+ "score-diff-perc": "-18.76204%",
+ "tooltip": "score = 1.6125027695468794\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.37241 (-18.76204%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -68691,11 +68691,11 @@
16,
5
),
- "score": 1.6125027695468794,
- "score-diff": "-0.3915573963897818",
- "score-diff-perc": "-19.53821%",
- "tooltip": "score = 1.6125027695468794\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.39156 (-19.53821%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.9559549236937268,
+ "score-diff": "0.3434521541468474",
+ "score-diff-perc": "+21.29932%",
+ "tooltip": "score = 1.9559549236937268\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.34345 (+21.29932%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -68717,11 +68717,11 @@
16,
5
),
- "score": 1.9559549236937268,
- "score-diff": "0.3434521541468474",
- "score-diff-perc": "+21.29932%",
- "tooltip": "score = 1.9559549236937268\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.34345 (+21.29932%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 2.0040601659366613,
+ "score-diff": "0.04810524224293444",
+ "score-diff-perc": "+2.45942%",
+ "tooltip": "score = 2.0040601659366613\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.04811 (+2.45942%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -68744,9 +68744,9 @@
21
),
"score": 2.0184732127581473,
- "score-diff": "0.06251828906442047",
- "score-diff-perc": "+3.19631%",
- "tooltip": "score = 2.0184732127581473\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.06252 (+3.19631%)",
+ "score-diff": "0.01441304682148603",
+ "score-diff-perc": "+0.71919%",
+ "tooltip": "score = 2.0184732127581473\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.01441 (+0.71919%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -69055,11 +69055,11 @@
8,
54
),
- "score": 2.0301085049944034,
- "score-diff": "-0.026376231857279997",
- "score-diff-perc": "-1.28259%",
- "tooltip": "score = 2.0301085049944034\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.02638 (-1.28259%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 1.7763206942414087,
+ "score-diff": "-0.2801640426102747",
+ "score-diff-perc": "-13.62344%",
+ "tooltip": "score = 1.7763206942414087\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.28016 (-13.62344%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -69081,11 +69081,11 @@
8,
54
),
- "score": 1.7763206942414087,
- "score-diff": "-0.2537878107529947",
- "score-diff-perc": "-12.50119%",
- "tooltip": "score = 1.7763206942414087\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.25379 (-12.50119%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 2.0301085049944034,
+ "score-diff": "0.2537878107529947",
+ "score-diff-perc": "+14.28727%",
+ "tooltip": "score = 2.0301085049944034\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.25379 (+14.28727%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -69108,9 +69108,9 @@
43
),
"score": 1.7818549422749843,
- "score-diff": "0.005534248033575606",
- "score-diff-perc": "+0.31156%",
- "tooltip": "score = 1.7818549422749843\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00553 (+0.31156%)",
+ "score-diff": "-0.24825356271941912",
+ "score-diff-perc": "-12.22859%",
+ "tooltip": "score = 1.7818549422749843\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.24825 (-12.22859%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -74782,11 +74782,11 @@
18,
7
),
- "score": 3.9527284364183175,
- "score-diff": "-0.016688276744147412",
- "score-diff-perc": "-0.42042%",
- "tooltip": "score = 3.9527284364183175\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01669 (-0.42042%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 3.954627729722868,
+ "score-diff": "-0.014788983439597114",
+ "score-diff-perc": "-0.37257%",
+ "tooltip": "score = 3.954627729722868\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01479 (-0.37257%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -74809,9 +74809,9 @@
7
),
"score": 3.941692474081028,
- "score-diff": "-0.01103596233728954",
- "score-diff-perc": "-0.27920%",
- "tooltip": "score = 3.941692474081028\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01104 (-0.27920%)",
+ "score-diff": "-0.012935255641839838",
+ "score-diff-perc": "-0.32709%",
+ "tooltip": "score = 3.941692474081028\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01294 (-0.32709%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -74834,11 +74834,11 @@
18,
7
),
- "score": 3.954627729722868,
- "score-diff": "0.012935255641839838",
- "score-diff-perc": "+0.32817%",
- "tooltip": "score = 3.954627729722868\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01294 (+0.32817%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 3.9527284364183175,
+ "score-diff": "0.01103596233728954",
+ "score-diff-perc": "+0.27998%",
+ "tooltip": "score = 3.9527284364183175\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01104 (+0.27998%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -74861,9 +74861,9 @@
41
),
"score": 7.970371804041098,
- "score-diff": "4.0157440743182296",
- "score-diff-perc": "+101.54544%",
- "tooltip": "score = 7.970371804041098\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +4.01574 (+101.54544%)",
+ "score-diff": "4.01764336762278",
+ "score-diff-perc": "+101.64228%",
+ "tooltip": "score = 7.970371804041098\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +4.01764 (+101.64228%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -74964,11 +74964,11 @@
17,
1
),
- "score": 7.926414945448695,
- "score-diff": "0.07348699312368279",
- "score-diff-perc": "+0.93579%",
- "tooltip": "score = 7.926414945448695\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.07349 (+0.93579%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 7.920111673667049,
+ "score-diff": "0.06718372134203676",
+ "score-diff-perc": "+0.85552%",
+ "tooltip": "score = 7.920111673667049\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.06718 (+0.85552%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -74990,11 +74990,11 @@
17,
1
),
- "score": 3.9753315941706755,
- "score-diff": "-3.9510833512780192",
- "score-diff-perc": "-49.84704%",
- "tooltip": "score = 3.9753315941706755\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.95108 (-49.84704%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 7.926414945448695,
+ "score-diff": "0.006303271781646025",
+ "score-diff-perc": "+0.07959%",
+ "tooltip": "score = 7.926414945448695\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00630 (+0.07959%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -75016,11 +75016,11 @@
17,
1
),
- "score": 7.920111673667049,
- "score-diff": "3.944780079496373",
- "score-diff-perc": "+99.23147%",
- "tooltip": "score = 7.920111673667049\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3.94478 (+99.23147%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 3.9753315941706755,
+ "score-diff": "-3.9510833512780192",
+ "score-diff-perc": "-49.84704%",
+ "tooltip": "score = 3.9753315941706755\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.95108 (-49.84704%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -75043,9 +75043,9 @@
7
),
"score": 3.9675345009433265,
- "score-diff": "-3.952577172723722",
- "score-diff-perc": "-49.90557%",
- "tooltip": "score = 3.9675345009433265\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -3.95258 (-49.90557%)",
+ "score-diff": "-0.007797093227349006",
+ "score-diff-perc": "-0.19614%",
+ "tooltip": "score = 3.9675345009433265\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00780 (-0.19614%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -75328,11 +75328,11 @@
16,
5
),
- "score": 8.059296088047608,
- "score-diff": "-0.12195529178467801",
- "score-diff-perc": "-1.49067%",
- "tooltip": "score = 8.059296088047608\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.12196 (-1.49067%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 3.9401895563379408,
+ "score-diff": "-4.241061823494345",
+ "score-diff-perc": "-51.83879%",
+ "tooltip": "score = 3.9401895563379408\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.24106 (-51.83879%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -75354,11 +75354,11 @@
16,
5
),
- "score": 3.9401895563379408,
- "score-diff": "-4.119106531709667",
- "score-diff-perc": "-51.11000%",
- "tooltip": "score = 3.9401895563379408\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.11911 (-51.11000%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 7.93995590783075,
+ "score-diff": "3.999766351492809",
+ "score-diff-perc": "+101.51203%",
+ "tooltip": "score = 7.93995590783075\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.99977 (+101.51203%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -75380,11 +75380,11 @@
16,
5
),
- "score": 7.93995590783075,
- "score-diff": "3.999766351492809",
- "score-diff-perc": "+101.51203%",
- "tooltip": "score = 7.93995590783075\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.99977 (+101.51203%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 8.059296088047608,
+ "score-diff": "0.11934018021685855",
+ "score-diff-perc": "+1.50303%",
+ "tooltip": "score = 8.059296088047608\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.11934 (+1.50303%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -75407,9 +75407,9 @@
21
),
"score": 8.359844950627213,
- "score-diff": "0.41988904279646366",
- "score-diff-perc": "+5.28830%",
- "tooltip": "score = 8.359844950627213\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.41989 (+5.28830%)",
+ "score-diff": "0.3005488625796051",
+ "score-diff-perc": "+3.72922%",
+ "tooltip": "score = 8.359844950627213\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.30055 (+3.72922%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -75718,11 +75718,11 @@
8,
54
),
- "score": 7.88358893178265,
- "score-diff": "-0.05009028793755377",
- "score-diff-perc": "-0.63136%",
- "tooltip": "score = 7.88358893178265\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.05009 (-0.63136%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 4.010187596324168,
+ "score-diff": "-3.9234916233960355",
+ "score-diff-perc": "-49.45362%",
+ "tooltip": "score = 4.010187596324168\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.92349 (-49.45362%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -75744,11 +75744,11 @@
8,
54
),
- "score": 4.010187596324168,
- "score-diff": "-3.8734013354584818",
- "score-diff-perc": "-49.13246%",
- "tooltip": "score = 4.010187596324168\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.87340 (-49.13246%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 7.88358893178265,
+ "score-diff": "3.8734013354584818",
+ "score-diff-perc": "+96.58903%",
+ "tooltip": "score = 7.88358893178265\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +3.87340 (+96.58903%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -75771,9 +75771,9 @@
43
),
"score": 4.017782258022971,
- "score-diff": "0.007594661698803407",
- "score-diff-perc": "+0.18938%",
- "tooltip": "score = 4.017782258022971\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00759 (+0.18938%)",
+ "score-diff": "-3.8658066737596783",
+ "score-diff-perc": "-49.03613%",
+ "tooltip": "score = 4.017782258022971\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -3.86581 (-49.03613%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -81445,11 +81445,11 @@
18,
7
),
- "score": 1.5948935856870328,
- "score-diff": "0.0018010525921781095",
- "score-diff-perc": "+0.11305%",
- "tooltip": "score = 1.5948935856870328\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00180 (+0.11305%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 1.609271718150638,
+ "score-diff": "0.016179185055783307",
+ "score-diff-perc": "+1.01558%",
+ "tooltip": "score = 1.609271718150638\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01618 (+1.01558%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -81472,9 +81472,9 @@
7
),
"score": 1.599520343094862,
- "score-diff": "0.004626757407829141",
- "score-diff-perc": "+0.29010%",
- "tooltip": "score = 1.599520343094862\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00463 (+0.29010%)",
+ "score-diff": "-0.009751375055776057",
+ "score-diff-perc": "-0.60595%",
+ "tooltip": "score = 1.599520343094862\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00975 (-0.60595%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -81497,11 +81497,11 @@
18,
7
),
- "score": 1.609271718150638,
- "score-diff": "0.009751375055776057",
- "score-diff-perc": "+0.60964%",
- "tooltip": "score = 1.609271718150638\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00975 (+0.60964%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 1.5948935856870328,
+ "score-diff": "-0.004626757407829141",
+ "score-diff-perc": "-0.28926%",
+ "tooltip": "score = 1.5948935856870328\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00463 (-0.28926%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -81524,9 +81524,9 @@
41
),
"score": 1.9024992446196196,
- "score-diff": "0.29322752646898165",
- "score-diff-perc": "+18.22113%",
- "tooltip": "score = 1.9024992446196196\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.29323 (+18.22113%)",
+ "score-diff": "0.30760565893258685",
+ "score-diff-perc": "+19.28691%",
+ "tooltip": "score = 1.9024992446196196\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.30761 (+19.28691%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -81627,11 +81627,11 @@
17,
1
),
- "score": 1.9084125675966188,
- "score-diff": "-0.005461175466537016",
- "score-diff-perc": "-0.28535%",
- "tooltip": "score = 1.9084125675966188\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00546 (-0.28535%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1.906303248893433,
+ "score-diff": "-0.0075704941697227746",
+ "score-diff-perc": "-0.39556%",
+ "tooltip": "score = 1.906303248893433\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00757 (-0.39556%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -81653,11 +81653,11 @@
17,
1
),
- "score": 1.6426937691687016,
- "score-diff": "-0.26571879842791724",
- "score-diff-perc": "-13.92355%",
- "tooltip": "score = 1.6426937691687016\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.26572 (-13.92355%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 1.9084125675966188,
+ "score-diff": "0.0021093187031857585",
+ "score-diff-perc": "+0.11065%",
+ "tooltip": "score = 1.9084125675966188\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00211 (+0.11065%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -81679,11 +81679,11 @@
17,
1
),
- "score": 1.906303248893433,
- "score-diff": "0.2636094797247315",
- "score-diff-perc": "+16.04739%",
- "tooltip": "score = 1.906303248893433\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.26361 (+16.04739%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 1.6426937691687016,
+ "score-diff": "-0.26571879842791724",
+ "score-diff-perc": "-13.92355%",
+ "tooltip": "score = 1.6426937691687016\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.26572 (-13.92355%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -81706,9 +81706,9 @@
7
),
"score": 1.6073978336909365,
- "score-diff": "-0.2989054152024966",
- "score-diff-perc": "-15.67985%",
- "tooltip": "score = 1.6073978336909365\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.29891 (-15.67985%)",
+ "score-diff": "-0.035295935477765106",
+ "score-diff-perc": "-2.14866%",
+ "tooltip": "score = 1.6073978336909365\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.03530 (-2.14866%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -81991,11 +81991,11 @@
16,
5
),
- "score": 1.931501694382059,
- "score-diff": "0.0287769132809359",
- "score-diff-perc": "+1.51241%",
- "tooltip": "score = 1.931501694382059\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02878 (+1.51241%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 1.5830357395772792,
+ "score-diff": "-0.31968904152384403",
+ "score-diff-perc": "-16.80164%",
+ "tooltip": "score = 1.5830357395772792\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.31969 (-16.80164%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -82017,11 +82017,11 @@
16,
5
),
- "score": 1.5830357395772792,
- "score-diff": "-0.34846595480477993",
- "score-diff-perc": "-18.04119%",
- "tooltip": "score = 1.5830357395772792\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.34847 (-18.04119%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.9298005274154875,
+ "score-diff": "0.3467647878382083",
+ "score-diff-perc": "+21.90505%",
+ "tooltip": "score = 1.9298005274154875\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.34676 (+21.90505%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -82043,11 +82043,11 @@
16,
5
),
- "score": 1.9298005274154875,
- "score-diff": "0.3467647878382083",
- "score-diff-perc": "+21.90505%",
- "tooltip": "score = 1.9298005274154875\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.34676 (+21.90505%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1.931501694382059,
+ "score-diff": "0.0017011669665716322",
+ "score-diff-perc": "+0.08815%",
+ "tooltip": "score = 1.931501694382059\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00170 (+0.08815%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -82070,9 +82070,9 @@
21
),
"score": 1.9716655631415954,
- "score-diff": "0.04186503572610789",
- "score-diff-perc": "+2.16940%",
- "tooltip": "score = 1.9716655631415954\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.04187 (+2.16940%)",
+ "score-diff": "0.04016386875953626",
+ "score-diff-perc": "+2.07941%",
+ "tooltip": "score = 1.9716655631415954\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.04016 (+2.07941%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -82381,11 +82381,11 @@
8,
54
),
- "score": 1.9548137381508794,
- "score-diff": "0.022546884061671157",
- "score-diff-perc": "+1.16686%",
- "tooltip": "score = 1.9548137381508794\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.02255 (+1.16686%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 1.61662024540096,
+ "score-diff": "-0.31564660868824834",
+ "score-diff-perc": "-16.33556%",
+ "tooltip": "score = 1.61662024540096\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.31565 (-16.33556%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -82407,11 +82407,11 @@
8,
54
),
- "score": 1.61662024540096,
- "score-diff": "-0.3381934927499195",
- "score-diff-perc": "-17.30055%",
- "tooltip": "score = 1.61662024540096\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.33819 (-17.30055%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.9548137381508794,
+ "score-diff": "0.3381934927499195",
+ "score-diff-perc": "+20.91979%",
+ "tooltip": "score = 1.9548137381508794\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.33819 (+20.91979%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -82434,9 +82434,9 @@
43
),
"score": 1.8792076477737298,
- "score-diff": "0.2625874023727699",
- "score-diff-perc": "+16.24299%",
- "tooltip": "score = 1.8792076477737298\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.26259 (+16.24299%)",
+ "score-diff": "-0.0756060903771496",
+ "score-diff-perc": "-3.86769%",
+ "tooltip": "score = 1.8792076477737298\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.07561 (-3.86769%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -92951,11 +92951,11 @@
18,
7
),
- "score": 3.910907658073936,
- "score-diff": "-0.04860503278866357",
- "score-diff-perc": "-1.22755%",
- "tooltip": "score = 3.910907658073936\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.04861 (-1.22755%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 3.9003774529271236,
+ "score-diff": "-0.05913523793547615",
+ "score-diff-perc": "-1.49350%",
+ "tooltip": "score = 3.9003774529271236\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.05914 (-1.49350%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -92978,9 +92978,9 @@
7
),
"score": 3.9193478383516376,
- "score-diff": "0.008440180277701437",
- "score-diff-perc": "+0.21581%",
- "tooltip": "score = 3.9193478383516376\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00844 (+0.21581%)",
+ "score-diff": "0.018970385424514014",
+ "score-diff-perc": "+0.48637%",
+ "tooltip": "score = 3.9193478383516376\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01897 (+0.48637%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -93003,11 +93003,11 @@
18,
7
),
- "score": 3.9003774529271236,
- "score-diff": "-0.018970385424514014",
- "score-diff-perc": "-0.48402%",
- "tooltip": "score = 3.9003774529271236\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01897 (-0.48402%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 3.910907658073936,
+ "score-diff": "-0.008440180277701437",
+ "score-diff-perc": "-0.21535%",
+ "tooltip": "score = 3.910907658073936\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00844 (-0.21535%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -93030,9 +93030,9 @@
41
),
"score": 7.78658150208037,
- "score-diff": "3.8862040491532466",
- "score-diff-perc": "+99.63661%",
- "tooltip": "score = 7.78658150208037\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +3.88620 (+99.63661%)",
+ "score-diff": "3.875673844006434",
+ "score-diff-perc": "+99.09909%",
+ "tooltip": "score = 7.78658150208037\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +3.87567 (+99.09909%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -93133,11 +93133,11 @@
17,
1
),
- "score": 7.903270041286658,
- "score-diff": "0.13311008234845012",
- "score-diff-perc": "+1.71309%",
- "tooltip": "score = 7.903270041286658\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.13311 (+1.71309%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 8.53292382263834,
+ "score-diff": "0.7627638637001324",
+ "score-diff-perc": "+9.81658%",
+ "tooltip": "score = 8.53292382263834\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.76276 (+9.81658%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -93159,11 +93159,11 @@
17,
1
),
- "score": 3.9361411945147267,
- "score-diff": "-3.967128846771931",
- "score-diff-perc": "-50.19604%",
- "tooltip": "score = 3.9361411945147267\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.96713 (-50.19604%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 7.903270041286658,
+ "score-diff": "-0.6296537813516823",
+ "score-diff-perc": "-7.37911%",
+ "tooltip": "score = 7.903270041286658\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.62965 (-7.37911%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -93185,11 +93185,11 @@
17,
1
),
- "score": 8.53292382263834,
- "score-diff": "4.596782628123613",
- "score-diff-perc": "+116.78399%",
- "tooltip": "score = 8.53292382263834\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +4.59678 (+116.78399%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 3.9361411945147267,
+ "score-diff": "-3.967128846771931",
+ "score-diff-perc": "-50.19604%",
+ "tooltip": "score = 3.9361411945147267\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.96713 (-50.19604%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -93212,9 +93212,9 @@
7
),
"score": 3.8994325518510613,
- "score-diff": "-4.633491270787278",
- "score-diff-perc": "-54.30133%",
- "tooltip": "score = 3.8994325518510613\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -4.63349 (-54.30133%)",
+ "score-diff": "-0.03670864266366536",
+ "score-diff-perc": "-0.93260%",
+ "tooltip": "score = 3.8994325518510613\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.03671 (-0.93260%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -93497,11 +93497,11 @@
16,
5
),
- "score": 7.773048678965185,
- "score-diff": "-0.5718710850152897",
- "score-diff-perc": "-6.85292%",
- "tooltip": "score = 7.773048678965185\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.57187 (-6.85292%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 3.912842883033695,
+ "score-diff": "-4.432076880946779",
+ "score-diff-perc": "-53.11108%",
+ "tooltip": "score = 3.912842883033695\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.43208 (-53.11108%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -93523,11 +93523,11 @@
16,
5
),
- "score": 3.912842883033695,
- "score-diff": "-3.8602057959314897",
- "score-diff-perc": "-49.66141%",
- "tooltip": "score = 3.912842883033695\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.86021 (-49.66141%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 7.840836524483912,
+ "score-diff": "3.927993641450217",
+ "score-diff-perc": "+100.38721%",
+ "tooltip": "score = 7.840836524483912\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.92799 (+100.38721%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -93549,11 +93549,11 @@
16,
5
),
- "score": 7.840836524483912,
- "score-diff": "3.927993641450217",
- "score-diff-perc": "+100.38721%",
- "tooltip": "score = 7.840836524483912\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.92799 (+100.38721%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 7.773048678965185,
+ "score-diff": "-0.06778784551872707",
+ "score-diff-perc": "-0.86455%",
+ "tooltip": "score = 7.773048678965185\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.06779 (-0.86455%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -93576,9 +93576,9 @@
21
),
"score": 7.948225391522165,
- "score-diff": "0.10738886703825301",
- "score-diff-perc": "+1.36961%",
- "tooltip": "score = 7.948225391522165\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.10739 (+1.36961%)",
+ "score-diff": "0.17517671255698009",
+ "score-diff-perc": "+2.25364%",
+ "tooltip": "score = 7.948225391522165\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.17518 (+2.25364%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -93887,11 +93887,11 @@
8,
54
),
- "score": 7.788915971836903,
- "score-diff": "-0.14933304030000372",
- "score-diff-perc": "-1.88118%",
- "tooltip": "score = 7.788915971836903\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.14933 (-1.88118%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 3.9563161112400174,
+ "score-diff": "-3.981932900896889",
+ "score-diff-perc": "-50.16135%",
+ "tooltip": "score = 3.9563161112400174\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.98193 (-50.16135%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -93913,11 +93913,11 @@
8,
54
),
- "score": 3.9563161112400174,
- "score-diff": "-3.8325998605968854",
- "score-diff-perc": "-49.20582%",
- "tooltip": "score = 3.9563161112400174\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.83260 (-49.20582%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 7.788915971836903,
+ "score-diff": "3.8325998605968854",
+ "score-diff-perc": "+96.87294%",
+ "tooltip": "score = 7.788915971836903\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +3.83260 (+96.87294%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -93940,9 +93940,9 @@
43
),
"score": 3.986724998152004,
- "score-diff": "0.03040888691198651",
- "score-diff-perc": "+0.76862%",
- "tooltip": "score = 3.986724998152004\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.03041 (+0.76862%)",
+ "score-diff": "-3.802190973684899",
+ "score-diff-perc": "-48.81541%",
+ "tooltip": "score = 3.986724998152004\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -3.80219 (-48.81541%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -146493,11 +146493,11 @@
18,
7
),
- "score": 16.56300638702259,
- "score-diff": "0.6745215519576551",
- "score-diff-perc": "+4.24535%",
- "tooltip": "score = 16.56300638702259\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.67452 (+4.24535%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 16.05442194012446,
+ "score-diff": "0.16593710505952508",
+ "score-diff-perc": "+1.04439%",
+ "tooltip": "score = 16.05442194012446\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.16594 (+1.04439%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -146520,9 +146520,9 @@
7
),
"score": 9.05711067345679,
- "score-diff": "-7.505895713565799",
- "score-diff-perc": "-45.31723%",
- "tooltip": "score = 9.05711067345679\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -7.50590 (-45.31723%)",
+ "score-diff": "-6.997311266667669",
+ "score-diff-perc": "-43.58495%",
+ "tooltip": "score = 9.05711067345679\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -6.99731 (-43.58495%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -146545,11 +146545,11 @@
18,
7
),
- "score": 16.05442194012446,
- "score-diff": "6.997311266667669",
- "score-diff-perc": "+77.25765%",
- "tooltip": "score = 16.05442194012446\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +6.99731 (+77.25765%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 16.56300638702259,
+ "score-diff": "7.505895713565799",
+ "score-diff-perc": "+82.87296%",
+ "tooltip": "score = 16.56300638702259\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +7.50590 (+82.87296%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -146572,9 +146572,9 @@
41
),
"score": 17.423509083888217,
- "score-diff": "1.3690871437637568",
- "score-diff-perc": "+8.52779%",
- "tooltip": "score = 17.423509083888217\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.36909 (+8.52779%)",
+ "score-diff": "0.8605026968656269",
+ "score-diff-perc": "+5.19533%",
+ "tooltip": "score = 17.423509083888217\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.86050 (+5.19533%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -146675,11 +146675,11 @@
17,
1
),
- "score": 23.42367888496245,
- "score-diff": "5.739325191486159",
- "score-diff-perc": "+32.45425%",
- "tooltip": "score = 23.42367888496245\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.73933 (+32.45425%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 19.725530606167762,
+ "score-diff": "2.0411769126914727",
+ "score-diff-perc": "+11.54228%",
+ "tooltip": "score = 19.725530606167762\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.04118 (+11.54228%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -146701,11 +146701,11 @@
17,
1
),
- "score": 14.565171723103715,
- "score-diff": "-8.858507161858734",
- "score-diff-perc": "-37.81860%",
- "tooltip": "score = 14.565171723103715\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -8.85851 (-37.81860%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 23.42367888496245,
+ "score-diff": "3.6981482787946867",
+ "score-diff-perc": "+18.74803%",
+ "tooltip": "score = 23.42367888496245\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3.69815 (+18.74803%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -146727,11 +146727,11 @@
17,
1
),
- "score": 19.725530606167762,
- "score-diff": "5.160358883064047",
- "score-diff-perc": "+35.42944%",
- "tooltip": "score = 19.725530606167762\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.16036 (+35.42944%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 14.565171723103715,
+ "score-diff": "-8.858507161858734",
+ "score-diff-perc": "-37.81860%",
+ "tooltip": "score = 14.565171723103715\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -8.85851 (-37.81860%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -146754,9 +146754,9 @@
7
),
"score": 15.879449734738946,
- "score-diff": "-3.846080871428816",
- "score-diff-perc": "-19.49798%",
- "tooltip": "score = 15.879449734738946\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -3.84608 (-19.49798%)",
+ "score-diff": "1.3142780116352313",
+ "score-diff-perc": "+9.02343%",
+ "tooltip": "score = 15.879449734738946\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.31428 (+9.02343%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -147039,11 +147039,11 @@
16,
5
),
- "score": 17.03330001302476,
- "score-diff": "-6.365329667480328",
- "score-diff-perc": "-27.20386%",
- "tooltip": "score = 17.03330001302476\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -6.36533 (-27.20386%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 16.366977615686274,
+ "score-diff": "-7.0316520648188146",
+ "score-diff-perc": "-30.05155%",
+ "tooltip": "score = 16.366977615686274\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.03165 (-30.05155%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -147065,11 +147065,11 @@
16,
5
),
- "score": 16.366977615686274,
- "score-diff": "-0.6663223973384866",
- "score-diff-perc": "-3.91188%",
- "tooltip": "score = 16.366977615686274\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.66632 (-3.91188%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 12.88127465236138,
+ "score-diff": "-3.4857029633248935",
+ "score-diff-perc": "-21.29717%",
+ "tooltip": "score = 12.88127465236138\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.48570 (-21.29717%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -147091,11 +147091,11 @@
16,
5
),
- "score": 12.88127465236138,
- "score-diff": "-3.4857029633248935",
- "score-diff-perc": "-21.29717%",
- "tooltip": "score = 12.88127465236138\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.48570 (-21.29717%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 17.03330001302476,
+ "score-diff": "4.15202536066338",
+ "score-diff-perc": "+32.23303%",
+ "tooltip": "score = 17.03330001302476\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.15203 (+32.23303%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -147118,9 +147118,9 @@
21
),
"score": 23.068140137257778,
- "score-diff": "10.186865484896398",
- "score-diff-perc": "+79.08274%",
- "tooltip": "score = 23.068140137257778\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +10.18687 (+79.08274%)",
+ "score-diff": "6.034840124233018",
+ "score-diff-perc": "+35.42966%",
+ "tooltip": "score = 23.068140137257778\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +6.03484 (+35.42966%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -147429,11 +147429,11 @@
8,
54
),
- "score": 25.961304913638052,
- "score-diff": "12.480618504115386",
- "score-diff-perc": "+92.58148%",
- "tooltip": "score = 25.961304913638052\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +12.48062 (+92.58148%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 17.81261940323004,
+ "score-diff": "4.331932993707374",
+ "score-diff-perc": "+32.13437%",
+ "tooltip": "score = 17.81261940323004\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +4.33193 (+32.13437%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -147455,11 +147455,11 @@
8,
54
),
- "score": 17.81261940323004,
- "score-diff": "-8.148685510408011",
- "score-diff-perc": "-31.38781%",
- "tooltip": "score = 17.81261940323004\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -8.14869 (-31.38781%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 25.961304913638052,
+ "score-diff": "8.148685510408011",
+ "score-diff-perc": "+45.74670%",
+ "tooltip": "score = 25.961304913638052\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +8.14869 (+45.74670%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -147482,9 +147482,9 @@
43
),
"score": 17.641527364064498,
- "score-diff": "-0.1710920391655435",
- "score-diff-perc": "-0.96051%",
- "tooltip": "score = 17.641527364064498\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.17109 (-0.96051%)",
+ "score-diff": "-8.319777549573555",
+ "score-diff-perc": "-32.04684%",
+ "tooltip": "score = 17.641527364064498\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -8.31978 (-32.04684%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -153156,11 +153156,11 @@
18,
7
),
- "score": 0.021303919546094965,
- "score-diff": "0.0016538741433267737",
- "score-diff-perc": "+8.41664%",
- "tooltip": "score = 0.021303919546094965\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00165 (+8.41664%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.021351283675809005,
+ "score-diff": "0.001701238273040813",
+ "score-diff-perc": "+8.65768%",
+ "tooltip": "score = 0.021351283675809005\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00170 (+8.65768%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -153183,9 +153183,9 @@
7
),
"score": 0.01746301718785649,
- "score-diff": "-0.003840902358238474",
- "score-diff-perc": "-18.02909%",
- "tooltip": "score = 0.01746301718785649\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00384 (-18.02909%)",
+ "score-diff": "-0.003888266487952513",
+ "score-diff-perc": "-18.21093%",
+ "tooltip": "score = 0.01746301718785649\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00389 (-18.21093%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -153208,11 +153208,11 @@
18,
7
),
- "score": 0.021351283675809005,
- "score-diff": "0.003888266487952513",
- "score-diff-perc": "+22.26572%",
- "tooltip": "score = 0.021351283675809005\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00389 (+22.26572%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.021303919546094965,
+ "score-diff": "0.003840902358238474",
+ "score-diff-perc": "+21.99449%",
+ "tooltip": "score = 0.021303919546094965\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00384 (+21.99449%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -153235,9 +153235,9 @@
41
),
"score": 0.03688106649582077,
- "score-diff": "0.015529782820011766",
- "score-diff-perc": "+72.73466%",
- "tooltip": "score = 0.03688106649582077\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.01553 (+72.73466%)",
+ "score-diff": "0.015577146949725805",
+ "score-diff-perc": "+73.11869%",
+ "tooltip": "score = 0.03688106649582077\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.01558 (+73.11869%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -153338,11 +153338,11 @@
17,
1
),
- "score": 0.03767590647743328,
- "score-diff": "0.000913431835562542",
- "score-diff-perc": "+2.48469%",
- "tooltip": "score = 0.03767590647743328\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00091 (+2.48469%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.03555126689034257,
+ "score-diff": "-0.001211207751528172",
+ "score-diff-perc": "-3.29469%",
+ "tooltip": "score = 0.03555126689034257\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00121 (-3.29469%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -153364,11 +153364,11 @@
17,
1
),
- "score": 0.020589609493549335,
- "score-diff": "-0.017086296983883947",
- "score-diff-perc": "-45.35073%",
- "tooltip": "score = 0.020589609493549335\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01709 (-45.35073%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.03767590647743328,
+ "score-diff": "0.002124639587090714",
+ "score-diff-perc": "+5.97627%",
+ "tooltip": "score = 0.03767590647743328\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00212 (+5.97627%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -153390,11 +153390,11 @@
17,
1
),
- "score": 0.03555126689034257,
- "score-diff": "0.014961657396793233",
- "score-diff-perc": "+72.66606%",
- "tooltip": "score = 0.03555126689034257\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01496 (+72.66606%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.020589609493549335,
+ "score-diff": "-0.017086296983883947",
+ "score-diff-perc": "-45.35073%",
+ "tooltip": "score = 0.020589609493549335\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01709 (-45.35073%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -153417,9 +153417,9 @@
7
),
"score": 0.01964255288385,
- "score-diff": "-0.015908714006492568",
- "score-diff-perc": "-44.74866%",
- "tooltip": "score = 0.01964255288385\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.01591 (-44.74866%)",
+ "score-diff": "-0.0009470566096993344",
+ "score-diff-perc": "-4.59968%",
+ "tooltip": "score = 0.01964255288385\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00095 (-4.59968%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -153702,11 +153702,11 @@
16,
5
),
- "score": 0.03508707629365152,
- "score-diff": "-0.0015300833107263698",
- "score-diff-perc": "-4.17860%",
- "tooltip": "score = 0.03508707629365152\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00153 (-4.17860%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.01906974718113576,
+ "score-diff": "-0.01754741242324213",
+ "score-diff-perc": "-47.92128%",
+ "tooltip": "score = 0.01906974718113576\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01755 (-47.92128%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -153728,11 +153728,11 @@
16,
5
),
- "score": 0.01906974718113576,
- "score-diff": "-0.01601732911251576",
- "score-diff-perc": "-45.65022%",
- "tooltip": "score = 0.01906974718113576\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01602 (-45.65022%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.033494191236177334,
+ "score-diff": "0.014424444055041574",
+ "score-diff-perc": "+75.64046%",
+ "tooltip": "score = 0.033494191236177334\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01442 (+75.64046%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -153754,11 +153754,11 @@
16,
5
),
- "score": 0.033494191236177334,
- "score-diff": "0.014424444055041574",
- "score-diff-perc": "+75.64046%",
- "tooltip": "score = 0.033494191236177334\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01442 (+75.64046%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.03508707629365152,
+ "score-diff": "0.0015928850574741873",
+ "score-diff-perc": "+4.75571%",
+ "tooltip": "score = 0.03508707629365152\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00159 (+4.75571%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -153781,9 +153781,9 @@
21
),
"score": 0.037818512025277654,
- "score-diff": "0.004324320789100319",
- "score-diff-perc": "+12.91066%",
- "tooltip": "score = 0.037818512025277654\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00432 (+12.91066%)",
+ "score-diff": "0.002731435731626132",
+ "score-diff-perc": "+7.78473%",
+ "tooltip": "score = 0.037818512025277654\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00273 (+7.78473%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -154092,11 +154092,11 @@
8,
54
),
- "score": 0.038683258062324435,
- "score-diff": "0.0011364669625869572",
- "score-diff-perc": "+3.02680%",
- "tooltip": "score = 0.038683258062324435\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00114 (+3.02680%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.02013851341792008,
+ "score-diff": "-0.017408277681817397",
+ "score-diff-perc": "-46.36422%",
+ "tooltip": "score = 0.02013851341792008\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.01741 (-46.36422%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -154118,11 +154118,11 @@
8,
54
),
- "score": 0.02013851341792008,
- "score-diff": "-0.018544744644404355",
- "score-diff-perc": "-47.93998%",
- "tooltip": "score = 0.02013851341792008\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.01854 (-47.93998%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.038683258062324435,
+ "score-diff": "0.018544744644404355",
+ "score-diff-perc": "+92.08597%",
+ "tooltip": "score = 0.038683258062324435\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.01854 (+92.08597%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -154145,9 +154145,9 @@
43
),
"score": 0.02142308522085517,
- "score-diff": "0.0012845718029350882",
- "score-diff-perc": "+6.37868%",
- "tooltip": "score = 0.02142308522085517\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00128 (+6.37868%)",
+ "score-diff": "-0.017260172841469267",
+ "score-diff-perc": "-44.61923%",
+ "tooltip": "score = 0.02142308522085517\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.01726 (-44.61923%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -163837,11 +163837,11 @@
18,
7
),
- "score": 64.68633164893618,
- "score-diff": "2.9972251675531965",
- "score-diff-perc": "+4.85860%",
- "tooltip": "score = 64.68633164893618\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.99723 (+4.85860%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 65.37147071091582,
+ "score-diff": "3.682364229532837",
+ "score-diff-perc": "+5.96923%",
+ "tooltip": "score = 65.37147071091582\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.68236 (+5.96923%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -163864,9 +163864,9 @@
7
),
"score": 61.93107614956196,
- "score-diff": "-2.755255499374215",
- "score-diff-perc": "-4.25941%",
- "tooltip": "score = 61.93107614956196\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.75526 (-4.25941%)",
+ "score-diff": "-3.4403945613538554",
+ "score-diff-perc": "-5.26284%",
+ "tooltip": "score = 61.93107614956196\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.44039 (-5.26284%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -163889,11 +163889,11 @@
18,
7
),
- "score": 65.37147071091582,
- "score-diff": "3.4403945613538554",
- "score-diff-perc": "+5.55520%",
- "tooltip": "score = 65.37147071091582\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.44039 (+5.55520%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 64.68633164893618,
+ "score-diff": "2.755255499374215",
+ "score-diff-perc": "+4.44891%",
+ "tooltip": "score = 64.68633164893618\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.75526 (+4.44891%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -163916,9 +163916,9 @@
41
),
"score": 68.47955469337714,
- "score-diff": "3.1080839824613236",
- "score-diff-perc": "+4.75450%",
- "tooltip": "score = 68.47955469337714\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +3.10808 (+4.75450%)",
+ "score-diff": "3.793223044440964",
+ "score-diff-perc": "+5.86403%",
+ "tooltip": "score = 68.47955469337714\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +3.79322 (+5.86403%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -164019,11 +164019,11 @@
17,
1
),
- "score": 65.29390523103608,
- "score-diff": "1.6433023678141865",
- "score-diff-perc": "+2.58175%",
- "tooltip": "score = 65.29390523103608\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.64330 (+2.58175%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 68.41313924721378,
+ "score-diff": "4.762536383991886",
+ "score-diff-perc": "+7.48231%",
+ "tooltip": "score = 68.41313924721378\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +4.76254 (+7.48231%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -164045,11 +164045,11 @@
17,
1
),
- "score": 59.04949196960486,
- "score-diff": "-6.2444132614312196",
- "score-diff-perc": "-9.56355%",
- "tooltip": "score = 59.04949196960486\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -6.24441 (-9.56355%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 65.29390523103608,
+ "score-diff": "-3.1192340161776997",
+ "score-diff-perc": "-4.55941%",
+ "tooltip": "score = 65.29390523103608\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.11923 (-4.55941%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -164071,11 +164071,11 @@
17,
1
),
- "score": 68.41313924721378,
- "score-diff": "9.36364727760892",
- "score-diff-perc": "+15.85729%",
- "tooltip": "score = 68.41313924721378\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +9.36365 (+15.85729%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 59.04949196960486,
+ "score-diff": "-6.2444132614312196",
+ "score-diff-perc": "-9.56355%",
+ "tooltip": "score = 59.04949196960486\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -6.24441 (-9.56355%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -164098,9 +164098,9 @@
7
),
"score": 64.0173297342642,
- "score-diff": "-4.395809512949583",
- "score-diff-perc": "-6.42539%",
- "tooltip": "score = 64.0173297342642\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -4.39581 (-6.42539%)",
+ "score-diff": "4.967837764659336",
+ "score-diff-perc": "+8.41301%",
+ "tooltip": "score = 64.0173297342642\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +4.96784 (+8.41301%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -164383,11 +164383,11 @@
16,
5
),
- "score": 73.27208265679442,
- "score-diff": "-0.1638060127758365",
- "score-diff-perc": "-0.22306%",
- "tooltip": "score = 73.27208265679442\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.16381 (-0.22306%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 65.19618535453284,
+ "score-diff": "-8.239703315037417",
+ "score-diff-perc": "-11.22027%",
+ "tooltip": "score = 65.19618535453284\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -8.23970 (-11.22027%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -164409,11 +164409,11 @@
16,
5
),
- "score": 65.19618535453284,
- "score-diff": "-8.07589730226158",
- "score-diff-perc": "-11.02179%",
- "tooltip": "score = 65.19618535453284\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -8.07590 (-11.02179%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 69.1560369378882,
+ "score-diff": "3.959851583355359",
+ "score-diff-perc": "+6.07375%",
+ "tooltip": "score = 69.1560369378882\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.95985 (+6.07375%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -164435,11 +164435,11 @@
16,
5
),
- "score": 69.1560369378882,
- "score-diff": "3.959851583355359",
- "score-diff-perc": "+6.07375%",
- "tooltip": "score = 69.1560369378882\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.95985 (+6.07375%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 73.27208265679442,
+ "score-diff": "4.116045718906221",
+ "score-diff-perc": "+5.95182%",
+ "tooltip": "score = 73.27208265679442\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.11605 (+5.95182%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -164462,9 +164462,9 @@
21
),
"score": 73.4368140493612,
- "score-diff": "4.280777111473",
- "score-diff-perc": "+6.19003%",
- "tooltip": "score = 73.4368140493612\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +4.28078 (+6.19003%)",
+ "score-diff": "0.16473139256677882",
+ "score-diff-perc": "+0.22482%",
+ "tooltip": "score = 73.4368140493612\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.16473 (+0.22482%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -164773,11 +164773,11 @@
8,
54
),
- "score": 77.40368427147436,
- "score-diff": "3.6617004113553264",
- "score-diff-perc": "+4.96556%",
- "tooltip": "score = 77.40368427147436\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +3.66170 (+4.96556%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 67.72083276666666,
+ "score-diff": "-6.021151093452374",
+ "score-diff-perc": "-8.16516%",
+ "tooltip": "score = 67.72083276666666\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -6.02115 (-8.16516%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -164799,11 +164799,11 @@
8,
54
),
- "score": 67.72083276666666,
- "score-diff": "-9.6828515048077",
- "score-diff-perc": "-12.50955%",
- "tooltip": "score = 67.72083276666666\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -9.68285 (-12.50955%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 77.40368427147436,
+ "score-diff": "9.6828515048077",
+ "score-diff-perc": "+14.29819%",
+ "tooltip": "score = 77.40368427147436\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +9.68285 (+14.29819%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -164826,9 +164826,9 @@
43
),
"score": 67.15733434444445,
- "score-diff": "-0.5634984222222101",
- "score-diff-perc": "-0.83209%",
- "tooltip": "score = 67.15733434444445\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.56350 (-0.83209%)",
+ "score-diff": "-10.246349927029911",
+ "score-diff-perc": "-13.23755%",
+ "tooltip": "score = 67.15733434444445\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -10.24635 (-13.23755%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -170500,11 +170500,11 @@
18,
7
),
- "score": 72.47664102807714,
- "score-diff": "5.714898403922547",
- "score-diff-perc": "+8.56014%",
- "tooltip": "score = 72.47664102807714\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +5.71490 (+8.56014%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 73.43572643786294,
+ "score-diff": "6.673983813708347",
+ "score-diff-perc": "+9.99672%",
+ "tooltip": "score = 73.43572643786294\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +6.67398 (+9.99672%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -170527,9 +170527,9 @@
7
),
"score": 72.92320862775841,
- "score-diff": "0.44656759968127346",
- "score-diff-perc": "+0.61615%",
- "tooltip": "score = 72.92320862775841\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.44657 (+0.61615%)",
+ "score-diff": "-0.5125178101045265",
+ "score-diff-perc": "-0.69791%",
+ "tooltip": "score = 72.92320862775841\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.51252 (-0.69791%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -170552,11 +170552,11 @@
18,
7
),
- "score": 73.43572643786294,
- "score-diff": "0.5125178101045265",
- "score-diff-perc": "+0.70282%",
- "tooltip": "score = 73.43572643786294\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.51252 (+0.70282%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 72.47664102807714,
+ "score-diff": "-0.44656759968127346",
+ "score-diff-perc": "-0.61238%",
+ "tooltip": "score = 72.47664102807714\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.44657 (-0.61238%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -170579,9 +170579,9 @@
41
),
"score": 78.66249836707152,
- "score-diff": "5.2267719292085815",
- "score-diff-perc": "+7.11748%",
- "tooltip": "score = 78.66249836707152\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +5.22677 (+7.11748%)",
+ "score-diff": "6.185857338994381",
+ "score-diff-perc": "+8.53497%",
+ "tooltip": "score = 78.66249836707152\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +6.18586 (+8.53497%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -170682,11 +170682,11 @@
17,
1
),
- "score": 87.03096221428572,
- "score-diff": "-7.60450898505141",
- "score-diff-perc": "-8.03558%",
- "tooltip": "score = 87.03096221428572\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.60451 (-8.03558%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 82.96486331343843,
+ "score-diff": "-11.670607885898704",
+ "score-diff-perc": "-12.33217%",
+ "tooltip": "score = 82.96486331343843\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -11.67061 (-12.33217%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -170708,11 +170708,11 @@
17,
1
),
- "score": 75.5664119789634,
- "score-diff": "-11.46455023532232",
- "score-diff-perc": "-13.17296%",
- "tooltip": "score = 75.5664119789634\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -11.46455 (-13.17296%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 87.03096221428572,
+ "score-diff": "4.066098900847294",
+ "score-diff-perc": "+4.90099%",
+ "tooltip": "score = 87.03096221428572\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +4.06610 (+4.90099%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -170734,11 +170734,11 @@
17,
1
),
- "score": 82.96486331343843,
- "score-diff": "7.398451334475027",
- "score-diff-perc": "+9.79066%",
- "tooltip": "score = 82.96486331343843\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +7.39845 (+9.79066%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 75.5664119789634,
+ "score-diff": "-11.46455023532232",
+ "score-diff-perc": "-13.17296%",
+ "tooltip": "score = 75.5664119789634\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -11.46455 (-13.17296%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -170761,9 +170761,9 @@
7
),
"score": 70.16667673038177,
- "score-diff": "-12.798186583056662",
- "score-diff-perc": "-15.42603%",
- "tooltip": "score = 70.16667673038177\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -12.79819 (-15.42603%)",
+ "score-diff": "-5.399735248581635",
+ "score-diff-perc": "-7.14568%",
+ "tooltip": "score = 70.16667673038177\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -5.39974 (-7.14568%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -171046,11 +171046,11 @@
16,
5
),
- "score": 84.19566083896396,
- "score-diff": "-0.6378580004182766",
- "score-diff-perc": "-0.75189%",
- "tooltip": "score = 84.19566083896396\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.63786 (-0.75189%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 68.0152102591001,
+ "score-diff": "-16.818308580282135",
+ "score-diff-perc": "-19.82507%",
+ "tooltip": "score = 68.0152102591001\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -16.81831 (-19.82507%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -171072,11 +171072,11 @@
16,
5
),
- "score": 68.0152102591001,
- "score-diff": "-16.18045057986386",
- "score-diff-perc": "-19.21768%",
- "tooltip": "score = 68.0152102591001\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -16.18045 (-19.21768%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 94.69499309375,
+ "score-diff": "26.6797828346499",
+ "score-diff-perc": "+39.22620%",
+ "tooltip": "score = 94.69499309375\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +26.67978 (+39.22620%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -171098,11 +171098,11 @@
16,
5
),
- "score": 94.69499309375,
- "score-diff": "26.6797828346499",
- "score-diff-perc": "+39.22620%",
- "tooltip": "score = 94.69499309375\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +26.67978 (+39.22620%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 84.19566083896396,
+ "score-diff": "-10.49933225478604",
+ "score-diff-perc": "-11.08753%",
+ "tooltip": "score = 84.19566083896396\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -10.49933 (-11.08753%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -171125,9 +171125,9 @@
21
),
"score": 93.34272137357954,
- "score-diff": "-1.3522717201704637",
- "score-diff-perc": "-1.42803%",
- "tooltip": "score = 93.34272137357954\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.35227 (-1.42803%)",
+ "score-diff": "9.147060534615576",
+ "score-diff-perc": "+10.86405%",
+ "tooltip": "score = 93.34272137357954\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +9.14706 (+10.86405%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -171436,11 +171436,11 @@
8,
54
),
- "score": 92.89643484327652,
- "score-diff": "-5.844681995433149",
- "score-diff-perc": "-5.91920%",
- "tooltip": "score = 92.89643484327652\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -5.84468 (-5.91920%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 65.56521895698427,
+ "score-diff": "-33.175897881725405",
+ "score-diff-perc": "-33.59887%",
+ "tooltip": "score = 65.56521895698427\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -33.17590 (-33.59887%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -171462,11 +171462,11 @@
8,
54
),
- "score": 65.56521895698427,
- "score-diff": "-27.331215886292256",
- "score-diff-perc": "-29.42117%",
- "tooltip": "score = 65.56521895698427\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -27.33122 (-29.42117%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 92.89643484327652,
+ "score-diff": "27.331215886292256",
+ "score-diff-perc": "+41.68554%",
+ "tooltip": "score = 92.89643484327652\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +27.33122 (+41.68554%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -171489,9 +171489,9 @@
43
),
"score": 65.53203019010175,
- "score-diff": "-0.033188766882517484",
- "score-diff-perc": "-0.05062%",
- "tooltip": "score = 65.53203019010175\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.03319 (-0.05062%)",
+ "score-diff": "-27.364404653174773",
+ "score-diff-perc": "-29.45689%",
+ "tooltip": "score = 65.53203019010175\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -27.36440 (-29.45689%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -177163,11 +177163,11 @@
18,
7
),
- "score": 77.39657926634615,
- "score-diff": "2.040683427071599",
- "score-diff-perc": "+2.70806%",
- "tooltip": "score = 77.39657926634615\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.04068 (+2.70806%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 69.35030184987079,
+ "score-diff": "-6.0055939894037635",
+ "score-diff-perc": "-7.96964%",
+ "tooltip": "score = 69.35030184987079\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -6.00559 (-7.96964%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -177190,9 +177190,9 @@
7
),
"score": 66.99194403937199,
- "score-diff": "-10.404635226974165",
- "score-diff-perc": "-13.44328%",
- "tooltip": "score = 66.99194403937199\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -10.40464 (-13.44328%)",
+ "score-diff": "-2.358357810498802",
+ "score-diff-perc": "-3.40065%",
+ "tooltip": "score = 66.99194403937199\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.35836 (-3.40065%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -177215,11 +177215,11 @@
18,
7
),
- "score": 69.35030184987079,
- "score-diff": "2.358357810498802",
- "score-diff-perc": "+3.52036%",
- "tooltip": "score = 69.35030184987079\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.35836 (+3.52036%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 77.39657926634615,
+ "score-diff": "10.404635226974165",
+ "score-diff-perc": "+15.53117%",
+ "tooltip": "score = 77.39657926634615\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +10.40464 (+15.53117%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -177242,9 +177242,9 @@
41
),
"score": 64.28826509666666,
- "score-diff": "-5.062036753204126",
- "score-diff-perc": "-7.29923%",
- "tooltip": "score = 64.28826509666666\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -5.06204 (-7.29923%)",
+ "score-diff": "-13.108314169679488",
+ "score-diff-perc": "-16.93655%",
+ "tooltip": "score = 64.28826509666666\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -13.10831 (-16.93655%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -177345,11 +177345,11 @@
17,
1
),
- "score": 65.88782378472223,
- "score-diff": "-5.927239364455318",
- "score-diff-perc": "-8.25348%",
- "tooltip": "score = 65.88782378472223\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -5.92724 (-8.25348%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 69.07813733668075,
+ "score-diff": "-2.736925812496793",
+ "score-diff-perc": "-3.81107%",
+ "tooltip": "score = 69.07813733668075\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.73693 (-3.81107%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -177371,11 +177371,11 @@
17,
1
),
- "score": 81.22068502777778,
- "score-diff": "15.332861243055547",
- "score-diff-perc": "+23.27116%",
- "tooltip": "score = 81.22068502777778\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +15.33286 (+23.27116%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 65.88782378472223,
+ "score-diff": "-3.190313551958525",
+ "score-diff-perc": "-4.61841%",
+ "tooltip": "score = 65.88782378472223\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.19031 (-4.61841%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -177397,11 +177397,11 @@
17,
1
),
- "score": 69.07813733668075,
- "score-diff": "-12.142547691097022",
- "score-diff-perc": "-14.95007%",
- "tooltip": "score = 69.07813733668075\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -12.14255 (-14.95007%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 81.22068502777778,
+ "score-diff": "15.332861243055547",
+ "score-diff-perc": "+23.27116%",
+ "tooltip": "score = 81.22068502777778\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +15.33286 (+23.27116%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -177424,9 +177424,9 @@
7
),
"score": 78.79323351214575,
- "score-diff": "9.715096175464993",
- "score-diff-perc": "+14.06392%",
- "tooltip": "score = 78.79323351214575\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +9.71510 (+14.06392%)",
+ "score-diff": "-2.427451515632029",
+ "score-diff-perc": "-2.98871%",
+ "tooltip": "score = 78.79323351214575\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.42745 (-2.98871%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -177709,11 +177709,11 @@
16,
5
),
- "score": 69.10601165478036,
- "score-diff": "-4.977482930585495",
- "score-diff-perc": "-6.71875%",
- "tooltip": "score = 69.10601165478036\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.97748 (-6.71875%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 68.3277161820707,
+ "score-diff": "-5.755778403295153",
+ "score-diff-perc": "-7.76931%",
+ "tooltip": "score = 68.3277161820707\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -5.75578 (-7.76931%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -177735,11 +177735,11 @@
16,
5
),
- "score": 68.3277161820707,
- "score-diff": "-0.778295472709658",
- "score-diff-perc": "-1.12623%",
- "tooltip": "score = 68.3277161820707\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.77830 (-1.12623%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 59.6782037384223,
+ "score-diff": "-8.649512443648405",
+ "score-diff-perc": "-12.65886%",
+ "tooltip": "score = 59.6782037384223\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -8.64951 (-12.65886%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -177761,11 +177761,11 @@
16,
5
),
- "score": 59.6782037384223,
- "score-diff": "-8.649512443648405",
- "score-diff-perc": "-12.65886%",
- "tooltip": "score = 59.6782037384223\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -8.64951 (-12.65886%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 69.10601165478036,
+ "score-diff": "9.427807916358063",
+ "score-diff-perc": "+15.79774%",
+ "tooltip": "score = 69.10601165478036\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +9.42781 (+15.79774%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -177788,9 +177788,9 @@
21
),
"score": 58.94479251056604,
- "score-diff": "-0.7334112278562586",
- "score-diff-perc": "-1.22894%",
- "tooltip": "score = 58.94479251056604\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.73341 (-1.22894%)",
+ "score-diff": "-10.161219144214321",
+ "score-diff-perc": "-14.70381%",
+ "tooltip": "score = 58.94479251056604\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -10.16122 (-14.70381%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -178099,11 +178099,11 @@
8,
54
),
- "score": 59.77519441836735,
- "score-diff": "-18.433944671713633",
- "score-diff-perc": "-23.57006%",
- "tooltip": "score = 59.77519441836735\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -18.43394 (-23.57006%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 80.07226063157896,
+ "score-diff": "1.863121541497975",
+ "score-diff-perc": "+2.38223%",
+ "tooltip": "score = 80.07226063157896\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.86312 (+2.38223%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -178125,11 +178125,11 @@
8,
54
),
- "score": 80.07226063157896,
- "score-diff": "20.297066213211608",
- "score-diff-perc": "+33.95567%",
- "tooltip": "score = 80.07226063157896\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +20.29707 (+33.95567%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 59.77519441836735,
+ "score-diff": "-20.297066213211608",
+ "score-diff-perc": "-25.34844%",
+ "tooltip": "score = 59.77519441836735\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -20.29707 (-25.34844%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -178152,9 +178152,9 @@
43
),
"score": 80.64782971067221,
- "score-diff": "0.5755690790932562",
- "score-diff-perc": "+0.71881%",
- "tooltip": "score = 80.64782971067221\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.57557 (+0.71881%)",
+ "score-diff": "20.872635292304864",
+ "score-diff-perc": "+34.91856%",
+ "tooltip": "score = 80.64782971067221\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +20.87264 (+34.91856%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -183826,11 +183826,11 @@
18,
7
),
- "score": 92.21605022242647,
- "score-diff": "11.187598020790631",
- "score-diff-perc": "+13.80700%",
- "tooltip": "score = 92.21605022242647\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +11.18760 (+13.80700%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 89.74366798529411,
+ "score-diff": "8.715215783658266",
+ "score-diff-perc": "+10.75575%",
+ "tooltip": "score = 89.74366798529411\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +8.71522 (+10.75575%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -183853,9 +183853,9 @@
7
),
"score": 86.29014701589826,
- "score-diff": "-5.9259032065282184",
- "score-diff-perc": "-6.42611%",
- "tooltip": "score = 86.29014701589826\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -5.92590 (-6.42611%)",
+ "score-diff": "-3.4535209693958535",
+ "score-diff-perc": "-3.84821%",
+ "tooltip": "score = 86.29014701589826\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.45352 (-3.84821%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -183878,11 +183878,11 @@
18,
7
),
- "score": 89.74366798529411,
- "score-diff": "3.4535209693958535",
- "score-diff-perc": "+4.00222%",
- "tooltip": "score = 89.74366798529411\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.45352 (+4.00222%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 92.21605022242647,
+ "score-diff": "5.9259032065282184",
+ "score-diff-perc": "+6.86742%",
+ "tooltip": "score = 92.21605022242647\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +5.92590 (+6.86742%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -183905,9 +183905,9 @@
41
),
"score": 85.86857223293651,
- "score-diff": "-3.875095752357595",
- "score-diff-perc": "-4.31796%",
- "tooltip": "score = 85.86857223293651\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -3.87510 (-4.31796%)",
+ "score-diff": "-6.34747798948996",
+ "score-diff-perc": "-6.88327%",
+ "tooltip": "score = 85.86857223293651\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -6.34748 (-6.88327%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -184008,11 +184008,11 @@
17,
1
),
- "score": 85.07759847567567,
- "score-diff": "0.5490208367867808",
- "score-diff-perc": "+0.64951%",
- "tooltip": "score = 85.07759847567567\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.54902 (+0.64951%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 81.24827661948791,
+ "score-diff": "-3.28030101940098",
+ "score-diff-perc": "-3.88070%",
+ "tooltip": "score = 81.24827661948791\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.28030 (-3.88070%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -184034,11 +184034,11 @@
17,
1
),
- "score": 87.08823426143792,
- "score-diff": "2.010635785762247",
- "score-diff-perc": "+2.36330%",
- "tooltip": "score = 87.08823426143792\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.01064 (+2.36330%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 85.07759847567567,
+ "score-diff": "3.829321856187761",
+ "score-diff-perc": "+4.71311%",
+ "tooltip": "score = 85.07759847567567\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3.82932 (+4.71311%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -184060,11 +184060,11 @@
17,
1
),
- "score": 81.24827661948791,
- "score-diff": "-5.839957641950008",
- "score-diff-perc": "-6.70579%",
- "tooltip": "score = 81.24827661948791\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -5.83996 (-6.70579%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 87.08823426143792,
+ "score-diff": "2.010635785762247",
+ "score-diff-perc": "+2.36330%",
+ "tooltip": "score = 87.08823426143792\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.01064 (+2.36330%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -184087,9 +184087,9 @@
7
),
"score": 79.49009531342779,
- "score-diff": "-1.7581813060601235",
- "score-diff-perc": "-2.16396%",
- "tooltip": "score = 79.49009531342779\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.75818 (-2.16396%)",
+ "score-diff": "-7.598138948010131",
+ "score-diff-perc": "-8.72464%",
+ "tooltip": "score = 79.49009531342779\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -7.59814 (-8.72464%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -184372,11 +184372,11 @@
16,
5
),
- "score": 88.55633241764707,
- "score-diff": "5.259902598578009",
- "score-diff-perc": "+6.31468%",
- "tooltip": "score = 88.55633241764707\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.25990 (+6.31468%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 88.26825967689075,
+ "score-diff": "4.971829857821689",
+ "score-diff-perc": "+5.96884%",
+ "tooltip": "score = 88.26825967689075\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.97183 (+5.96884%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -184398,11 +184398,11 @@
16,
5
),
- "score": 88.26825967689075,
- "score-diff": "-0.28807274075631994",
- "score-diff-perc": "-0.32530%",
- "tooltip": "score = 88.26825967689075\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.28807 (-0.32530%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 84.17850140492425,
+ "score-diff": "-4.089758271966502",
+ "score-diff-perc": "-4.63333%",
+ "tooltip": "score = 84.17850140492425\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.08976 (-4.63333%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -184424,11 +184424,11 @@
16,
5
),
- "score": 84.17850140492425,
- "score-diff": "-4.089758271966502",
- "score-diff-perc": "-4.63333%",
- "tooltip": "score = 84.17850140492425\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.08976 (-4.63333%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 88.55633241764707,
+ "score-diff": "4.377831012722822",
+ "score-diff-perc": "+5.20065%",
+ "tooltip": "score = 88.55633241764707\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.37783 (+5.20065%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -184451,9 +184451,9 @@
21
),
"score": 89.5764776952381,
- "score-diff": "5.397976290313849",
- "score-diff-perc": "+6.41254%",
- "tooltip": "score = 89.5764776952381\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +5.39798 (+6.41254%)",
+ "score-diff": "1.020145277591027",
+ "score-diff-perc": "+1.15197%",
+ "tooltip": "score = 89.5764776952381\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.02015 (+1.15197%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -184762,11 +184762,11 @@
8,
54
),
- "score": 92.10611122727272,
- "score-diff": "2.1085526524064164",
- "score-diff-perc": "+2.34290%",
- "tooltip": "score = 92.10611122727272\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.10855 (+2.34290%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 93.51563246827652,
+ "score-diff": "3.518073893410218",
+ "score-diff-perc": "+3.90908%",
+ "tooltip": "score = 93.51563246827652\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +3.51807 (+3.90908%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -184788,11 +184788,11 @@
8,
54
),
- "score": 93.51563246827652,
- "score-diff": "1.4095212410038016",
- "score-diff-perc": "+1.53032%",
- "tooltip": "score = 93.51563246827652\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.40952 (+1.53032%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 92.10611122727272,
+ "score-diff": "-1.4095212410038016",
+ "score-diff-perc": "-1.50726%",
+ "tooltip": "score = 92.10611122727272\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.40952 (-1.50726%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -184815,9 +184815,9 @@
43
),
"score": 93.92993754214015,
- "score-diff": "0.41430507386363047",
- "score-diff-perc": "+0.44303%",
- "tooltip": "score = 93.92993754214015\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.41431 (+0.44303%)",
+ "score-diff": "1.823826314867432",
+ "score-diff-perc": "+1.98014%",
+ "tooltip": "score = 93.92993754214015\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.82383 (+1.98014%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -190489,11 +190489,11 @@
18,
7
),
- "score": 65.10925248126733,
- "score-diff": "-0.9575591163685999",
- "score-diff-perc": "-1.44938%",
- "tooltip": "score = 65.10925248126733\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.95756 (-1.44938%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 65.94531630434783,
+ "score-diff": "-0.12149529328810615",
+ "score-diff-perc": "-0.18390%",
+ "tooltip": "score = 65.94531630434783\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.12150 (-0.18390%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -190516,9 +190516,9 @@
7
),
"score": 64.65302420212765,
- "score-diff": "-0.45622827913967967",
- "score-diff-perc": "-0.70071%",
- "tooltip": "score = 64.65302420212765\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.45623 (-0.70071%)",
+ "score-diff": "-1.2922921022201734",
+ "score-diff-perc": "-1.95964%",
+ "tooltip": "score = 64.65302420212765\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.29229 (-1.95964%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -190541,11 +190541,11 @@
18,
7
),
- "score": 65.94531630434783,
- "score-diff": "1.2922921022201734",
- "score-diff-perc": "+1.99881%",
- "tooltip": "score = 65.94531630434783\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.29229 (+1.99881%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 65.10925248126733,
+ "score-diff": "0.45622827913967967",
+ "score-diff-perc": "+0.70566%",
+ "tooltip": "score = 65.10925248126733\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.45623 (+0.70566%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -190568,9 +190568,9 @@
41
),
"score": 72.03664194047619,
- "score-diff": "6.09132563612836",
- "score-diff-perc": "+9.23693%",
- "tooltip": "score = 72.03664194047619\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +6.09133 (+9.23693%)",
+ "score-diff": "6.927389459208854",
+ "score-diff-perc": "+10.63964%",
+ "tooltip": "score = 72.03664194047619\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +6.92739 (+10.63964%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -190671,11 +190671,11 @@
17,
1
),
- "score": 60.076244641960784,
- "score-diff": "-8.693316301221046",
- "score-diff-perc": "-12.64123%",
- "tooltip": "score = 60.076244641960784\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -8.69332 (-12.64123%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 66.94232728557313,
+ "score-diff": "-1.8272336576087014",
+ "score-diff-perc": "-2.65704%",
+ "tooltip": "score = 66.94232728557313\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.82723 (-2.65704%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -190697,11 +190697,11 @@
17,
1
),
- "score": 66.75409809082126,
- "score-diff": "6.677853448860475",
- "score-diff-perc": "+11.11563%",
- "tooltip": "score = 66.75409809082126\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +6.67785 (+11.11563%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 60.076244641960784,
+ "score-diff": "-6.866082643612344",
+ "score-diff-perc": "-10.25671%",
+ "tooltip": "score = 60.076244641960784\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -6.86608 (-10.25671%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -190723,11 +190723,11 @@
17,
1
),
- "score": 66.94232728557313,
- "score-diff": "0.1882291947518695",
- "score-diff-perc": "+0.28197%",
- "tooltip": "score = 66.94232728557313\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.18823 (+0.28197%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 66.75409809082126,
+ "score-diff": "6.677853448860475",
+ "score-diff-perc": "+11.11563%",
+ "tooltip": "score = 66.75409809082126\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +6.67785 (+11.11563%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -190750,9 +190750,9 @@
7
),
"score": 64.41538291711957,
- "score-diff": "-2.526944368453556",
- "score-diff-perc": "-3.77481%",
- "tooltip": "score = 64.41538291711957\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.52694 (-3.77481%)",
+ "score-diff": "-2.3387151737016865",
+ "score-diff-perc": "-3.50348%",
+ "tooltip": "score = 64.41538291711957\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.33872 (-3.50348%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -191035,11 +191035,11 @@
16,
5
),
- "score": 73.57761257317074,
- "score-diff": "-0.12127189082461598",
- "score-diff-perc": "-0.16455%",
- "tooltip": "score = 73.57761257317074\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.12127 (-0.16455%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 66.24948793188406,
+ "score-diff": "-7.449396532111294",
+ "score-diff-perc": "-10.10788%",
+ "tooltip": "score = 66.24948793188406\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.44940 (-10.10788%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -191061,11 +191061,11 @@
16,
5
),
- "score": 66.24948793188406,
- "score-diff": "-7.328124641286678",
- "score-diff-perc": "-9.95972%",
- "tooltip": "score = 66.24948793188406\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.32812 (-9.95972%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 75.1896889871795,
+ "score-diff": "8.940201055295432",
+ "score-diff-perc": "+13.49475%",
+ "tooltip": "score = 75.1896889871795\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +8.94020 (+13.49475%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -191087,11 +191087,11 @@
16,
5
),
- "score": 75.1896889871795,
- "score-diff": "8.940201055295432",
- "score-diff-perc": "+13.49475%",
- "tooltip": "score = 75.1896889871795\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +8.94020 (+13.49475%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 73.57761257317074,
+ "score-diff": "-1.6120764140087545",
+ "score-diff-perc": "-2.14401%",
+ "tooltip": "score = 73.57761257317074\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.61208 (-2.14401%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -191114,9 +191114,9 @@
21
),
"score": 74.72889472161172,
- "score-diff": "-0.46079426556777037",
- "score-diff-perc": "-0.61284%",
- "tooltip": "score = 74.72889472161172\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.46079 (-0.61284%)",
+ "score-diff": "1.151282148440984",
+ "score-diff-perc": "+1.56472%",
+ "tooltip": "score = 74.72889472161172\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.15128 (+1.56472%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -191425,11 +191425,11 @@
8,
54
),
- "score": 77.68502603717948,
- "score-diff": "-1.752553990540548",
- "score-diff-perc": "-2.20620%",
- "tooltip": "score = 77.68502603717948\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.75255 (-2.20620%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 56.417111295368784,
+ "score-diff": "-23.020468732351247",
+ "score-diff-perc": "-28.97932%",
+ "tooltip": "score = 56.417111295368784\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -23.02047 (-28.97932%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -191451,11 +191451,11 @@
8,
54
),
- "score": 56.417111295368784,
- "score-diff": "-21.2679147418107",
- "score-diff-perc": "-27.37711%",
- "tooltip": "score = 56.417111295368784\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -21.26791 (-27.37711%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 77.68502603717948,
+ "score-diff": "21.2679147418107",
+ "score-diff-perc": "+37.69763%",
+ "tooltip": "score = 77.68502603717948\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +21.26791 (+37.69763%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -191478,9 +191478,9 @@
43
),
"score": 69.65172239297041,
- "score-diff": "13.23461109760163",
- "score-diff-perc": "+23.45851%",
- "tooltip": "score = 69.65172239297041\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +13.23461 (+23.45851%)",
+ "score-diff": "-8.03330364420907",
+ "score-diff-perc": "-10.34086%",
+ "tooltip": "score = 69.65172239297041\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -8.03330 (-10.34086%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -197152,11 +197152,11 @@
18,
7
),
- "score": 65.75152748288622,
- "score-diff": "-9.788398514065008",
- "score-diff-perc": "-12.95791%",
- "tooltip": "score = 65.75152748288622\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -9.78840 (-12.95791%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 68.05491875555555,
+ "score-diff": "-7.485007241395678",
+ "score-diff-perc": "-9.90868%",
+ "tooltip": "score = 68.05491875555555\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -7.48501 (-9.90868%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -197179,9 +197179,9 @@
7
),
"score": 75.5979808570122,
- "score-diff": "9.846453374125986",
- "score-diff-perc": "+14.97525%",
- "tooltip": "score = 75.5979808570122\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +9.84645 (+14.97525%)",
+ "score-diff": "7.5430621014566555",
+ "score-diff-perc": "+11.08379%",
+ "tooltip": "score = 75.5979808570122\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +7.54306 (+11.08379%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -197204,11 +197204,11 @@
18,
7
),
- "score": 68.05491875555555,
- "score-diff": "-7.5430621014566555",
- "score-diff-perc": "-9.97786%",
- "tooltip": "score = 68.05491875555555\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -7.54306 (-9.97786%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 65.75152748288622,
+ "score-diff": "-9.846453374125986",
+ "score-diff-perc": "-13.02476%",
+ "tooltip": "score = 65.75152748288622\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -9.84645 (-13.02476%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -197231,9 +197231,9 @@
41
),
"score": 84.82444662857142,
- "score-diff": "16.769527873015875",
- "score-diff-perc": "+24.64117%",
- "tooltip": "score = 84.82444662857142\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +16.76953 (+24.64117%)",
+ "score-diff": "19.072919145685205",
+ "score-diff-perc": "+29.00757%",
+ "tooltip": "score = 84.82444662857142\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +19.07292 (+29.00757%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -197334,11 +197334,11 @@
17,
1
),
- "score": 94.04977360416666,
- "score-diff": "12.730652040064086",
- "score-diff-perc": "+15.65518%",
- "tooltip": "score = 94.04977360416666\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +12.73065 (+15.65518%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 94.40077232812499,
+ "score-diff": "13.081650764022413",
+ "score-diff-perc": "+16.08681%",
+ "tooltip": "score = 94.40077232812499\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +13.08165 (+16.08681%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -197360,11 +197360,11 @@
17,
1
),
- "score": 75.4742556597561,
- "score-diff": "-18.575517944410564",
- "score-diff-perc": "-19.75073%",
- "tooltip": "score = 75.4742556597561\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -18.57552 (-19.75073%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 94.04977360416666,
+ "score-diff": "-0.35099872395832676",
+ "score-diff-perc": "-0.37182%",
+ "tooltip": "score = 94.04977360416666\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.35100 (-0.37182%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -197386,11 +197386,11 @@
17,
1
),
- "score": 94.40077232812499,
- "score-diff": "18.92651666836889",
- "score-diff-perc": "+25.07678%",
- "tooltip": "score = 94.40077232812499\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +18.92652 (+25.07678%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 75.4742556597561,
+ "score-diff": "-18.575517944410564",
+ "score-diff-perc": "-19.75073%",
+ "tooltip": "score = 75.4742556597561\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -18.57552 (-19.75073%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -197413,9 +197413,9 @@
7
),
"score": 76.18160494871796,
- "score-diff": "-18.219167379407025",
- "score-diff-perc": "-19.29981%",
- "tooltip": "score = 76.18160494871796\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -18.21917 (-19.29981%)",
+ "score-diff": "0.7073492889618649",
+ "score-diff-perc": "+0.93721%",
+ "tooltip": "score = 76.18160494871796\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.70735 (+0.93721%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -197698,11 +197698,11 @@
16,
5
),
- "score": 91.60860992335117,
- "score-diff": "8.844360146428087",
- "score-diff-perc": "+10.68621%",
- "tooltip": "score = 91.60860992335117\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +8.84436 (+10.68621%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 75.39195984390244,
+ "score-diff": "-7.372289933020639",
+ "score-diff-perc": "-8.90758%",
+ "tooltip": "score = 75.39195984390244\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.37229 (-8.90758%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -197724,11 +197724,11 @@
16,
5
),
- "score": 75.39195984390244,
- "score-diff": "-16.216650079448726",
- "score-diff-perc": "-17.70210%",
- "tooltip": "score = 75.39195984390244\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -16.21665 (-17.70210%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 85.62060210119047,
+ "score-diff": "10.22864225728803",
+ "score-diff-perc": "+13.56729%",
+ "tooltip": "score = 85.62060210119047\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +10.22864 (+13.56729%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -197750,11 +197750,11 @@
16,
5
),
- "score": 85.62060210119047,
- "score-diff": "10.22864225728803",
- "score-diff-perc": "+13.56729%",
- "tooltip": "score = 85.62060210119047\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +10.22864 (+13.56729%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 91.60860992335117,
+ "score-diff": "5.9880078221606965",
+ "score-diff-perc": "+6.99365%",
+ "tooltip": "score = 91.60860992335117\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.98801 (+6.99365%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -197777,9 +197777,9 @@
21
),
"score": 87.89107358319328,
- "score-diff": "2.2704714820028045",
- "score-diff-perc": "+2.65178%",
- "tooltip": "score = 87.89107358319328\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.27047 (+2.65178%)",
+ "score-diff": "-3.717536340157892",
+ "score-diff-perc": "-4.05806%",
+ "tooltip": "score = 87.89107358319328\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -3.71754 (-4.05806%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -198088,11 +198088,11 @@
8,
54
),
- "score": 80.8750219203414,
- "score-diff": "-19.701101216755376",
- "score-diff-perc": "-19.58825%",
- "tooltip": "score = 80.8750219203414\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -19.70110 (-19.58825%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 79.42219827125506,
+ "score-diff": "-21.153924865841716",
+ "score-diff-perc": "-21.03275%",
+ "tooltip": "score = 79.42219827125506\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -21.15392 (-21.03275%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -198114,11 +198114,11 @@
8,
54
),
- "score": 79.42219827125506,
- "score-diff": "-1.4528236490863407",
- "score-diff-perc": "-1.79638%",
- "tooltip": "score = 79.42219827125506\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.45282 (-1.79638%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 80.8750219203414,
+ "score-diff": "1.4528236490863407",
+ "score-diff-perc": "+1.82924%",
+ "tooltip": "score = 80.8750219203414\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.45282 (+1.82924%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -198141,9 +198141,9 @@
43
),
"score": 78.83858460695006,
- "score-diff": "-0.5836136643049912",
- "score-diff-perc": "-0.73482%",
- "tooltip": "score = 78.83858460695006\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.58361 (-0.73482%)",
+ "score-diff": "-2.036437313391332",
+ "score-diff-perc": "-2.51801%",
+ "tooltip": "score = 78.83858460695006\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -2.03644 (-2.51801%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -205824,11 +205824,11 @@
18,
7
),
- "score": 16.68248983513072,
- "score-diff": "1.3169230389305646",
- "score-diff-perc": "+8.57061%",
- "tooltip": "score = 16.68248983513072\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.31692 (+8.57061%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 15.818649563958918,
+ "score-diff": "0.45308276775876166",
+ "score-diff-perc": "+2.94869%",
+ "tooltip": "score = 15.818649563958918\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.45308 (+2.94869%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -205851,9 +205851,9 @@
7
),
"score": 19.20014829650878,
- "score-diff": "2.5176584613780584",
- "score-diff-perc": "+15.09162%",
- "tooltip": "score = 19.20014829650878\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.51766 (+15.09162%)",
+ "score-diff": "3.3814987325498613",
+ "score-diff-perc": "+21.37666%",
+ "tooltip": "score = 19.20014829650878\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.38150 (+21.37666%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -205876,11 +205876,11 @@
18,
7
),
- "score": 15.818649563958918,
- "score-diff": "-3.3814987325498613",
- "score-diff-perc": "-17.61184%",
- "tooltip": "score = 15.818649563958918\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.38150 (-17.61184%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 16.68248983513072,
+ "score-diff": "-2.5176584613780584",
+ "score-diff-perc": "-13.11270%",
+ "tooltip": "score = 16.68248983513072\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.51766 (-13.11270%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -205903,9 +205903,9 @@
41
),
"score": 21.15370508608717,
- "score-diff": "5.335055522128254",
- "score-diff-perc": "+33.72637%",
- "tooltip": "score = 21.15370508608717\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +5.33506 (+33.72637%)",
+ "score-diff": "4.471215250956451",
+ "score-diff-perc": "+26.80185%",
+ "tooltip": "score = 21.15370508608717\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +4.47122 (+26.80185%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -206006,11 +206006,11 @@
17,
1
),
- "score": 23.535311521516206,
- "score-diff": "3.2392389365549654",
- "score-diff-perc": "+15.95993%",
- "tooltip": "score = 23.535311521516206\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3.23924 (+15.95993%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 13.015887196534663,
+ "score-diff": "-7.2801853884265775",
+ "score-diff-perc": "-35.86992%",
+ "tooltip": "score = 13.015887196534663\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.28019 (-35.86992%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -206032,11 +206032,11 @@
17,
1
),
- "score": 15.850318969475993,
- "score-diff": "-7.684992552040214",
- "score-diff-perc": "-32.65303%",
- "tooltip": "score = 15.850318969475993\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.68499 (-32.65303%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 23.535311521516206,
+ "score-diff": "10.519424324981543",
+ "score-diff-perc": "+80.81988%",
+ "tooltip": "score = 23.535311521516206\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +10.51942 (+80.81988%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -206058,11 +206058,11 @@
17,
1
),
- "score": 13.015887196534663,
- "score-diff": "-2.834431772941329",
- "score-diff-perc": "-17.88249%",
- "tooltip": "score = 13.015887196534663\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.83443 (-17.88249%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 15.850318969475993,
+ "score-diff": "-7.684992552040214",
+ "score-diff-perc": "-32.65303%",
+ "tooltip": "score = 15.850318969475993\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.68499 (-32.65303%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -206085,9 +206085,9 @@
7
),
"score": 13.788112656101376,
- "score-diff": "0.7722254595667124",
- "score-diff-perc": "+5.93295%",
- "tooltip": "score = 13.788112656101376\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.77223 (+5.93295%)",
+ "score-diff": "-2.0622063133746167",
+ "score-diff-perc": "-13.01050%",
+ "tooltip": "score = 13.788112656101376\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.06221 (-13.01050%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -206370,11 +206370,11 @@
16,
5
),
- "score": 20.0835824102191,
- "score-diff": "2.9640342583219805",
- "score-diff-perc": "+17.31374%",
- "tooltip": "score = 20.0835824102191\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.96403 (+17.31374%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 17.28019528080337,
+ "score-diff": "0.16064712890624833",
+ "score-diff-perc": "+0.93838%",
+ "tooltip": "score = 17.28019528080337\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.16065 (+0.93838%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -206396,11 +206396,11 @@
16,
5
),
- "score": 17.28019528080337,
- "score-diff": "-2.803387129415732",
- "score-diff-perc": "-13.95860%",
- "tooltip": "score = 17.28019528080337\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.80339 (-13.95860%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 21.459970836781437,
+ "score-diff": "4.179775555978068",
+ "score-diff-perc": "+24.18824%",
+ "tooltip": "score = 21.459970836781437\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.17978 (+24.18824%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -206422,11 +206422,11 @@
16,
5
),
- "score": 21.459970836781437,
- "score-diff": "4.179775555978068",
- "score-diff-perc": "+24.18824%",
- "tooltip": "score = 21.459970836781437\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.17978 (+24.18824%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 20.0835824102191,
+ "score-diff": "-1.376388426562336",
+ "score-diff-perc": "-6.41375%",
+ "tooltip": "score = 20.0835824102191\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.37639 (-6.41375%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -206449,9 +206449,9 @@
21
),
"score": 22.63932102420635,
- "score-diff": "1.1793501874249124",
- "score-diff-perc": "+5.49558%",
- "tooltip": "score = 22.63932102420635\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.17935 (+5.49558%)",
+ "score-diff": "2.5557386139872484",
+ "score-diff-perc": "+12.72551%",
+ "tooltip": "score = 22.63932102420635\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.55574 (+12.72551%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -206760,11 +206760,11 @@
8,
54
),
- "score": 13.273541290284822,
- "score-diff": "-12.88204638355326",
- "score-diff-perc": "-49.25160%",
- "tooltip": "score = 13.273541290284822\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.88205 (-49.25160%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 20.520045575141843,
+ "score-diff": "-5.635542098696238",
+ "score-diff-perc": "-21.54623%",
+ "tooltip": "score = 20.520045575141843\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -5.63554 (-21.54623%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -206786,11 +206786,11 @@
8,
54
),
- "score": 20.520045575141843,
- "score-diff": "7.246504284857021",
- "score-diff-perc": "+54.59360%",
- "tooltip": "score = 20.520045575141843\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +7.24650 (+54.59360%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 13.273541290284822,
+ "score-diff": "-7.246504284857021",
+ "score-diff-perc": "-35.31427%",
+ "tooltip": "score = 13.273541290284822\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -7.24650 (-35.31427%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -206813,9 +206813,9 @@
43
),
"score": 16.910503030270657,
- "score-diff": "-3.6095425448711858",
- "score-diff-perc": "-17.59032%",
- "tooltip": "score = 16.910503030270657\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -3.60954 (-17.59032%)",
+ "score-diff": "3.6369617399858356",
+ "score-diff-perc": "+27.40009%",
+ "tooltip": "score = 16.910503030270657\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +3.63696 (+27.40009%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -212487,11 +212487,11 @@
18,
7
),
- "score": 0.02045854082956583,
- "score-diff": "0.0020557848435462447",
- "score-diff-perc": "+11.17107%",
- "tooltip": "score = 0.02045854082956583\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00206 (+11.17107%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.020497128047079104,
+ "score-diff": "0.002094372061059519",
+ "score-diff-perc": "+11.38075%",
+ "tooltip": "score = 0.020497128047079104\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00209 (+11.38075%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -212514,9 +212514,9 @@
7
),
"score": 0.020204051636002987,
- "score-diff": "-0.00025448919356284294",
- "score-diff-perc": "-1.24393%",
- "tooltip": "score = 0.020204051636002987\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00025 (-1.24393%)",
+ "score-diff": "-0.00029307641107611734",
+ "score-diff-perc": "-1.42984%",
+ "tooltip": "score = 0.020204051636002987\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00029 (-1.42984%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -212539,11 +212539,11 @@
18,
7
),
- "score": 0.020497128047079104,
- "score-diff": "0.00029307641107611734",
- "score-diff-perc": "+1.45058%",
- "tooltip": "score = 0.020497128047079104\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00029 (+1.45058%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.02045854082956583,
+ "score-diff": "0.00025448919356284294",
+ "score-diff-perc": "+1.25959%",
+ "tooltip": "score = 0.02045854082956583\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00025 (+1.25959%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -212566,9 +212566,9 @@
41
),
"score": 0.03043282837523651,
- "score-diff": "0.009935700328157406",
- "score-diff-perc": "+48.47362%",
- "tooltip": "score = 0.03043282837523651\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00994 (+48.47362%)",
+ "score-diff": "0.00997428754567068",
+ "score-diff-perc": "+48.75366%",
+ "tooltip": "score = 0.03043282837523651\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00997 (+48.75366%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -212669,11 +212669,11 @@
17,
1
),
- "score": 0.033191145595957226,
- "score-diff": "-0.001132867982063232",
- "score-diff-perc": "-3.30051%",
- "tooltip": "score = 0.033191145595957226\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00113 (-3.30051%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.0352306863605425,
+ "score-diff": "0.0009066727825220444",
+ "score-diff-perc": "+2.64151%",
+ "tooltip": "score = 0.0352306863605425\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00091 (+2.64151%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -212695,11 +212695,11 @@
17,
1
),
- "score": 0.017015934706162306,
- "score-diff": "-0.01617521088979492",
- "score-diff-perc": "-48.73351%",
- "tooltip": "score = 0.017015934706162306\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01618 (-48.73351%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.033191145595957226,
+ "score-diff": "-0.0020395407645852764",
+ "score-diff-perc": "-5.78910%",
+ "tooltip": "score = 0.033191145595957226\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00204 (-5.78910%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -212721,11 +212721,11 @@
17,
1
),
- "score": 0.0352306863605425,
- "score-diff": "0.018214751654380197",
- "score-diff-perc": "+107.04526%",
- "tooltip": "score = 0.0352306863605425\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01821 (+107.04526%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.017015934706162306,
+ "score-diff": "-0.01617521088979492",
+ "score-diff-perc": "-48.73351%",
+ "tooltip": "score = 0.017015934706162306\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01618 (-48.73351%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -212748,9 +212748,9 @@
7
),
"score": 0.024944382141390692,
- "score-diff": "-0.010286304219151811",
- "score-diff-perc": "-29.19700%",
- "tooltip": "score = 0.024944382141390692\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.01029 (-29.19700%)",
+ "score-diff": "0.007928447435228386",
+ "score-diff-perc": "+46.59425%",
+ "tooltip": "score = 0.024944382141390692\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00793 (+46.59425%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -213033,11 +213033,11 @@
16,
5
),
- "score": 0.03440832194376661,
- "score-diff": "-0.0005850558361073649",
- "score-diff-perc": "-1.67190%",
- "tooltip": "score = 0.03440832194376661\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00059 (-1.67190%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.017266430185494494,
+ "score-diff": "-0.017726947594379483",
+ "score-diff-perc": "-50.65801%",
+ "tooltip": "score = 0.017266430185494494\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01773 (-50.65801%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -213059,11 +213059,11 @@
16,
5
),
- "score": 0.017266430185494494,
- "score-diff": "-0.017141891758272118",
- "score-diff-perc": "-49.81903%",
- "tooltip": "score = 0.017266430185494494\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01714 (-49.81903%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.0348552205713121,
+ "score-diff": "0.017588790385817607",
+ "score-diff-perc": "+101.86698%",
+ "tooltip": "score = 0.0348552205713121\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01759 (+101.86698%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -213085,11 +213085,11 @@
16,
5
),
- "score": 0.0348552205713121,
- "score-diff": "0.017588790385817607",
- "score-diff-perc": "+101.86698%",
- "tooltip": "score = 0.0348552205713121\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01759 (+101.86698%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.03440832194376661,
+ "score-diff": "-0.0004468986275454889",
+ "score-diff-perc": "-1.28216%",
+ "tooltip": "score = 0.03440832194376661\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00045 (-1.28216%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -213112,9 +213112,9 @@
21
),
"score": 0.03821720931885185,
- "score-diff": "0.0033619887475397486",
- "score-diff-perc": "+9.64558%",
- "tooltip": "score = 0.03821720931885185\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00336 (+9.64558%)",
+ "score-diff": "0.0038088873750852376",
+ "score-diff-perc": "+11.06967%",
+ "tooltip": "score = 0.03821720931885185\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00381 (+11.06967%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -213423,11 +213423,11 @@
8,
54
),
- "score": 0.034853626217605196,
- "score-diff": "-0.001560804218032938",
- "score-diff-perc": "-4.28622%",
- "tooltip": "score = 0.034853626217605196\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00156 (-4.28622%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.018957539521011542,
+ "score-diff": "-0.017456890914626592",
+ "score-diff-perc": "-47.93949%",
+ "tooltip": "score = 0.018957539521011542\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.01746 (-47.93949%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -213449,11 +213449,11 @@
8,
54
),
- "score": 0.018957539521011542,
- "score-diff": "-0.015896086696593655",
- "score-diff-perc": "-45.60813%",
- "tooltip": "score = 0.018957539521011542\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.01590 (-45.60813%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.034853626217605196,
+ "score-diff": "0.015896086696593655",
+ "score-diff-perc": "+83.85100%",
+ "tooltip": "score = 0.034853626217605196\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.01590 (+83.85100%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -213476,9 +213476,9 @@
43
),
"score": 0.022010413467030854,
- "score-diff": "0.0030528739460193126",
- "score-diff-perc": "+16.10375%",
- "tooltip": "score = 0.022010413467030854\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00305 (+16.10375%)",
+ "score-diff": "-0.012843212750574342",
+ "score-diff-perc": "-36.84900%",
+ "tooltip": "score = 0.022010413467030854\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.01284 (-36.84900%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -223168,11 +223168,11 @@
18,
7
),
- "score": 0.02306885679247851,
- "score-diff": "-0.0011141201880669853",
- "score-diff-perc": "-4.60704%",
- "tooltip": "score = 0.02306885679247851\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00111 (-4.60704%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.027006098134212425,
+ "score-diff": "0.0028231211536669312",
+ "score-diff-perc": "+11.67400%",
+ "tooltip": "score = 0.027006098134212425\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00282 (+11.67400%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -223195,9 +223195,9 @@
7
),
"score": 0.027594312671123614,
- "score-diff": "0.004525455878645106",
- "score-diff-perc": "+19.61717%",
- "tooltip": "score = 0.027594312671123614\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00453 (+19.61717%)",
+ "score-diff": "0.0005882145369111892",
+ "score-diff-perc": "+2.17808%",
+ "tooltip": "score = 0.027594312671123614\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00059 (+2.17808%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -223220,11 +223220,11 @@
18,
7
),
- "score": 0.027006098134212425,
- "score-diff": "-0.0005882145369111892",
- "score-diff-perc": "-2.13165%",
- "tooltip": "score = 0.027006098134212425\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00059 (-2.13165%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.02306885679247851,
+ "score-diff": "-0.004525455878645106",
+ "score-diff-perc": "-16.39996%",
+ "tooltip": "score = 0.02306885679247851\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00453 (-16.39996%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -223247,9 +223247,9 @@
41
),
"score": 0.044869229084218795,
- "score-diff": "0.01786313095000637",
- "score-diff-perc": "+66.14481%",
- "tooltip": "score = 0.044869229084218795\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.01786 (+66.14481%)",
+ "score-diff": "0.021800372291740287",
+ "score-diff-perc": "+94.50131%",
+ "tooltip": "score = 0.044869229084218795\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.02180 (+94.50131%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -223350,11 +223350,11 @@
17,
1
),
- "score": 0.04412299545679075,
- "score-diff": "-0.000597057170534411",
- "score-diff-perc": "-1.33510%",
- "tooltip": "score = 0.04412299545679075\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00060 (-1.33510%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.0439554153820193,
+ "score-diff": "-0.0007646372453058575",
+ "score-diff-perc": "-1.70983%",
+ "tooltip": "score = 0.0439554153820193\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00076 (-1.70983%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -223376,11 +223376,11 @@
17,
1
),
- "score": 0.026932727791159194,
- "score-diff": "-0.017190267665631555",
- "score-diff-perc": "-38.95988%",
- "tooltip": "score = 0.026932727791159194\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01719 (-38.95988%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.04412299545679075,
+ "score-diff": "0.00016758007477144649",
+ "score-diff-perc": "+0.38125%",
+ "tooltip": "score = 0.04412299545679075\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00017 (+0.38125%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -223402,11 +223402,11 @@
17,
1
),
- "score": 0.0439554153820193,
- "score-diff": "0.01702268759086011",
- "score-diff-perc": "+63.20447%",
- "tooltip": "score = 0.0439554153820193\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01702 (+63.20447%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.026932727791159194,
+ "score-diff": "-0.017190267665631555",
+ "score-diff-perc": "-38.95988%",
+ "tooltip": "score = 0.026932727791159194\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01719 (-38.95988%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -223429,9 +223429,9 @@
7
),
"score": 0.02275956637782132,
- "score-diff": "-0.02119584900419798",
- "score-diff-perc": "-48.22125%",
- "tooltip": "score = 0.02275956637782132\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.02120 (-48.22125%)",
+ "score-diff": "-0.0041731614133378725",
+ "score-diff-perc": "-15.49476%",
+ "tooltip": "score = 0.02275956637782132\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00417 (-15.49476%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -223714,11 +223714,11 @@
16,
5
),
- "score": 0.04825660405479219,
- "score-diff": "0.0013161961574027076",
- "score-diff-perc": "+2.80397%",
- "tooltip": "score = 0.04825660405479219\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00132 (+2.80397%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.02822949883508538,
+ "score-diff": "-0.018710909062304104",
+ "score-diff-perc": "-39.86099%",
+ "tooltip": "score = 0.02822949883508538\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01871 (-39.86099%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -223740,11 +223740,11 @@
16,
5
),
- "score": 0.02822949883508538,
- "score-diff": "-0.02002710521970681",
- "score-diff-perc": "-41.50127%",
- "tooltip": "score = 0.02822949883508538\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02003 (-41.50127%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.044672254858207514,
+ "score-diff": "0.016442756023122132",
+ "score-diff-perc": "+58.24672%",
+ "tooltip": "score = 0.044672254858207514\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01644 (+58.24672%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -223766,11 +223766,11 @@
16,
5
),
- "score": 0.044672254858207514,
- "score-diff": "0.016442756023122132",
- "score-diff-perc": "+58.24672%",
- "tooltip": "score = 0.044672254858207514\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01644 (+58.24672%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.04825660405479219,
+ "score-diff": "0.0035843491965846797",
+ "score-diff-perc": "+8.02366%",
+ "tooltip": "score = 0.04825660405479219\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00358 (+8.02366%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -223793,9 +223793,9 @@
21
),
"score": 0.04191526586501651,
- "score-diff": "-0.0027569889931910035",
- "score-diff-perc": "-6.17159%",
- "tooltip": "score = 0.04191526586501651\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00276 (-6.17159%)",
+ "score-diff": "-0.006341338189775683",
+ "score-diff-perc": "-13.14087%",
+ "tooltip": "score = 0.04191526586501651\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00634 (-13.14087%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -224104,11 +224104,11 @@
8,
54
),
- "score": 0.051440702725800994,
- "score-diff": "0.0031522252296220937",
- "score-diff-perc": "+6.52790%",
- "tooltip": "score = 0.051440702725800994\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00315 (+6.52790%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.026289495321923435,
+ "score-diff": "-0.021998982174255464",
+ "score-diff-perc": "-45.55742%",
+ "tooltip": "score = 0.026289495321923435\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.02200 (-45.55742%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -224130,11 +224130,11 @@
8,
54
),
- "score": 0.026289495321923435,
- "score-diff": "-0.025151207403877558",
- "score-diff-perc": "-48.89359%",
- "tooltip": "score = 0.026289495321923435\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.02515 (-48.89359%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.051440702725800994,
+ "score-diff": "0.025151207403877558",
+ "score-diff-perc": "+95.67018%",
+ "tooltip": "score = 0.051440702725800994\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.02515 (+95.67018%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -224157,9 +224157,9 @@
43
),
"score": 0.025031069809290755,
- "score-diff": "-0.0012584255126326799",
- "score-diff-perc": "-4.78680%",
- "tooltip": "score = 0.025031069809290755\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00126 (-4.78680%)",
+ "score-diff": "-0.026409632916510238",
+ "score-diff-perc": "-51.33995%",
+ "tooltip": "score = 0.025031069809290755\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.02641 (-51.33995%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -229831,11 +229831,11 @@
18,
7
),
- "score": 0.028549295558825426,
- "score-diff": "0.003343940491979197",
- "score-diff-perc": "+13.26679%",
- "tooltip": "score = 0.028549295558825426\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00334 (+13.26679%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.027119895952341606,
+ "score-diff": "0.0019145408854953777",
+ "score-diff-perc": "+7.59577%",
+ "tooltip": "score = 0.027119895952341606\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00191 (+7.59577%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -229858,9 +229858,9 @@
7
),
"score": 0.025225156582417516,
- "score-diff": "-0.00332413897640791",
- "score-diff-perc": "-11.64351%",
- "tooltip": "score = 0.025225156582417516\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00332 (-11.64351%)",
+ "score-diff": "-0.0018947393699240908",
+ "score-diff-perc": "-6.98653%",
+ "tooltip": "score = 0.025225156582417516\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00189 (-6.98653%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -229883,11 +229883,11 @@
18,
7
),
- "score": 0.027119895952341606,
- "score-diff": "0.0018947393699240908",
- "score-diff-perc": "+7.51131%",
- "tooltip": "score = 0.027119895952341606\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00189 (+7.51131%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.028549295558825426,
+ "score-diff": "0.00332413897640791",
+ "score-diff-perc": "+13.17787%",
+ "tooltip": "score = 0.028549295558825426\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00332 (+13.17787%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -229910,9 +229910,9 @@
41
),
"score": 0.04260261532230607,
- "score-diff": "0.01548271936996446",
- "score-diff-perc": "+57.08989%",
- "tooltip": "score = 0.04260261532230607\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.01548 (+57.08989%)",
+ "score-diff": "0.014053319763480641",
+ "score-diff-perc": "+49.22475%",
+ "tooltip": "score = 0.04260261532230607\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.01405 (+49.22475%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -230013,11 +230013,11 @@
17,
1
),
- "score": 0.043968964675367275,
- "score-diff": "0.0015089692455617643",
- "score-diff-perc": "+3.55386%",
- "tooltip": "score = 0.043968964675367275\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00151 (+3.55386%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.04754624185662766,
+ "score-diff": "0.00508624642682215",
+ "score-diff-perc": "+11.97891%",
+ "tooltip": "score = 0.04754624185662766\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00509 (+11.97891%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -230039,11 +230039,11 @@
17,
1
),
- "score": 0.029216971772252465,
- "score-diff": "-0.01475199290311481",
- "score-diff-perc": "-33.55092%",
- "tooltip": "score = 0.029216971772252465\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01475 (-33.55092%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.043968964675367275,
+ "score-diff": "-0.0035772771812603854",
+ "score-diff-perc": "-7.52379%",
+ "tooltip": "score = 0.043968964675367275\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00358 (-7.52379%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -230065,11 +230065,11 @@
17,
1
),
- "score": 0.04754624185662766,
- "score-diff": "0.018329270084375196",
- "score-diff-perc": "+62.73501%",
- "tooltip": "score = 0.04754624185662766\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01833 (+62.73501%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.029216971772252465,
+ "score-diff": "-0.01475199290311481",
+ "score-diff-perc": "-33.55092%",
+ "tooltip": "score = 0.029216971772252465\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01475 (-33.55092%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -230092,9 +230092,9 @@
7
),
"score": 0.023494322931105184,
- "score-diff": "-0.024051918925522477",
- "score-diff-perc": "-50.58637%",
- "tooltip": "score = 0.023494322931105184\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.02405 (-50.58637%)",
+ "score-diff": "-0.005722648841147281",
+ "score-diff-perc": "-19.58673%",
+ "tooltip": "score = 0.023494322931105184\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00572 (-19.58673%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -230377,11 +230377,11 @@
16,
5
),
- "score": 0.04773133146370023,
- "score-diff": "0.005505673822547533",
- "score-diff-perc": "+13.03869%",
- "tooltip": "score = 0.04773133146370023\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00551 (+13.03869%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.026380568324141623,
+ "score-diff": "-0.015845089317011077",
+ "score-diff-perc": "-37.52479%",
+ "tooltip": "score = 0.026380568324141623\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01585 (-37.52479%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -230403,11 +230403,11 @@
16,
5
),
- "score": 0.026380568324141623,
- "score-diff": "-0.02135076313955861",
- "score-diff-perc": "-44.73113%",
- "tooltip": "score = 0.026380568324141623\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02135 (-44.73113%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.045206565335751916,
+ "score-diff": "0.018825997011610293",
+ "score-diff-perc": "+71.36312%",
+ "tooltip": "score = 0.045206565335751916\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01883 (+71.36312%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -230429,11 +230429,11 @@
16,
5
),
- "score": 0.045206565335751916,
- "score-diff": "0.018825997011610293",
- "score-diff-perc": "+71.36312%",
- "tooltip": "score = 0.045206565335751916\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01883 (+71.36312%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.04773133146370023,
+ "score-diff": "0.0025247661279483163",
+ "score-diff-perc": "+5.58495%",
+ "tooltip": "score = 0.04773133146370023\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00252 (+5.58495%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -230456,9 +230456,9 @@
21
),
"score": 0.04528146555955173,
- "score-diff": "7.490022379981476e-05",
- "score-diff-perc": "+0.16568%",
- "tooltip": "score = 0.04528146555955173\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00007 (+0.16568%)",
+ "score-diff": "-0.0024498659041485016",
+ "score-diff-perc": "-5.13262%",
+ "tooltip": "score = 0.04528146555955173\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00245 (-5.13262%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -230767,11 +230767,11 @@
8,
54
),
- "score": 0.05003748981712747,
- "score-diff": "0.0018628310220676417",
- "score-diff-perc": "+3.86683%",
- "tooltip": "score = 0.05003748981712747\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00186 (+3.86683%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.025636266783258303,
+ "score-diff": "-0.022538392011801522",
+ "score-diff-perc": "-46.78475%",
+ "tooltip": "score = 0.025636266783258303\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.02254 (-46.78475%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -230793,11 +230793,11 @@
8,
54
),
- "score": 0.025636266783258303,
- "score-diff": "-0.024401223033869164",
- "score-diff-perc": "-48.76588%",
- "tooltip": "score = 0.025636266783258303\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.02440 (-48.76588%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.05003748981712747,
+ "score-diff": "0.024401223033869164",
+ "score-diff-perc": "+95.18244%",
+ "tooltip": "score = 0.05003748981712747\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.02440 (+95.18244%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -230820,9 +230820,9 @@
43
),
"score": 0.025196323555637733,
- "score-diff": "-0.0004399432276205699",
- "score-diff-perc": "-1.71610%",
- "tooltip": "score = 0.025196323555637733\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00044 (-1.71610%)",
+ "score-diff": "-0.024841166261489734",
+ "score-diff-perc": "-49.64511%",
+ "tooltip": "score = 0.025196323555637733\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.02484 (-49.64511%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -236494,11 +236494,11 @@
18,
7
),
- "score": 0.02752961544835917,
- "score-diff": "0.0009726606964349169",
- "score-diff-perc": "+3.66255%",
- "tooltip": "score = 0.02752961544835917\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00097 (+3.66255%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.027387893268865517,
+ "score-diff": "0.0008309385169412639",
+ "score-diff-perc": "+3.12889%",
+ "tooltip": "score = 0.027387893268865517\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00083 (+3.12889%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -236521,9 +236521,9 @@
7
),
"score": 0.02998720802204203,
- "score-diff": "0.0024575925736828597",
- "score-diff-perc": "+8.92709%",
- "tooltip": "score = 0.02998720802204203\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00246 (+8.92709%)",
+ "score-diff": "0.0025993147531765126",
+ "score-diff-perc": "+9.49074%",
+ "tooltip": "score = 0.02998720802204203\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00260 (+9.49074%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -236546,11 +236546,11 @@
18,
7
),
- "score": 0.027387893268865517,
- "score-diff": "-0.0025993147531765126",
- "score-diff-perc": "-8.66808%",
- "tooltip": "score = 0.027387893268865517\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00260 (-8.66808%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.02752961544835917,
+ "score-diff": "-0.0024575925736828597",
+ "score-diff-perc": "-8.19547%",
+ "tooltip": "score = 0.02752961544835917\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00246 (-8.19547%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -236573,9 +236573,9 @@
41
),
"score": 0.044219070646841,
- "score-diff": "0.01683117737797548",
- "score-diff-perc": "+61.45481%",
- "tooltip": "score = 0.044219070646841\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.01683 (+61.45481%)",
+ "score-diff": "0.016689455198481827",
+ "score-diff-perc": "+60.62364%",
+ "tooltip": "score = 0.044219070646841\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.01669 (+60.62364%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -236676,11 +236676,11 @@
17,
1
),
- "score": 0.043115771139698625,
- "score-diff": "-0.00393914078052178",
- "score-diff-perc": "-8.37137%",
- "tooltip": "score = 0.043115771139698625\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00394 (-8.37137%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.0442725921597584,
+ "score-diff": "-0.0027823197604620042",
+ "score-diff-perc": "-5.91292%",
+ "tooltip": "score = 0.0442725921597584\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00278 (-5.91292%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -236702,11 +236702,11 @@
17,
1
),
- "score": 0.022170682826502683,
- "score-diff": "-0.020945088313195942",
- "score-diff-perc": "-48.57872%",
- "tooltip": "score = 0.022170682826502683\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.02095 (-48.57872%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.043115771139698625,
+ "score-diff": "-0.0011568210200597756",
+ "score-diff-perc": "-2.61295%",
+ "tooltip": "score = 0.043115771139698625\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00116 (-2.61295%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -236728,11 +236728,11 @@
17,
1
),
- "score": 0.0442725921597584,
- "score-diff": "0.022101909333255718",
- "score-diff-perc": "+99.68980%",
- "tooltip": "score = 0.0442725921597584\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02210 (+99.68980%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.022170682826502683,
+ "score-diff": "-0.020945088313195942",
+ "score-diff-perc": "-48.57872%",
+ "tooltip": "score = 0.022170682826502683\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.02095 (-48.57872%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -236755,9 +236755,9 @@
7
),
"score": 0.026582822725603524,
- "score-diff": "-0.017689769434154876",
- "score-diff-perc": "-39.95648%",
- "tooltip": "score = 0.026582822725603524\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.01769 (-39.95648%)",
+ "score-diff": "0.004412139899100841",
+ "score-diff-perc": "+19.90078%",
+ "tooltip": "score = 0.026582822725603524\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00441 (+19.90078%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -237014,11 +237014,11 @@
16,
5
),
- "score": 0.042622626922922874,
- "score-diff": "-0.002837155344762435",
- "score-diff-perc": "-6.24102%",
- "tooltip": "score = 0.042622626922922874\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00284 (-6.24102%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.02400118869376299,
+ "score-diff": "-0.021458593573922317",
+ "score-diff-perc": "-47.20347%",
+ "tooltip": "score = 0.02400118869376299\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02146 (-47.20347%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -237040,11 +237040,11 @@
16,
5
),
- "score": 0.02400118869376299,
- "score-diff": "-0.018621438229159883",
- "score-diff-perc": "-43.68909%",
- "tooltip": "score = 0.02400118869376299\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01862 (-43.68909%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.039946019905247654,
+ "score-diff": "0.015944831211484663",
+ "score-diff-perc": "+66.43351%",
+ "tooltip": "score = 0.039946019905247654\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01594 (+66.43351%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -237066,11 +237066,11 @@
16,
5
),
- "score": 0.039946019905247654,
- "score-diff": "0.015944831211484663",
- "score-diff-perc": "+66.43351%",
- "tooltip": "score = 0.039946019905247654\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01594 (+66.43351%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.042622626922922874,
+ "score-diff": "0.00267660701767522",
+ "score-diff-perc": "+6.70056%",
+ "tooltip": "score = 0.042622626922922874\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00268 (+6.70056%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -237093,9 +237093,9 @@
21
),
"score": 0.04397680196151819,
- "score-diff": "0.0040307820562705335",
- "score-diff-perc": "+10.09057%",
- "tooltip": "score = 0.04397680196151819\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00403 (+10.09057%)",
+ "score-diff": "0.0013541750385953136",
+ "score-diff-perc": "+3.17713%",
+ "tooltip": "score = 0.04397680196151819\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00135 (+3.17713%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -237404,11 +237404,11 @@
8,
54
),
- "score": 0.05422609918994611,
- "score-diff": "0.004390759376991633",
- "score-diff-perc": "+8.81053%",
- "tooltip": "score = 0.05422609918994611\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00439 (+8.81053%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.026301953621325536,
+ "score-diff": "-0.02353338619162894",
+ "score-diff-perc": "-47.22228%",
+ "tooltip": "score = 0.026301953621325536\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.02353 (-47.22228%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -237430,11 +237430,11 @@
8,
54
),
- "score": 0.026301953621325536,
- "score-diff": "-0.02792414556862057",
- "score-diff-perc": "-51.49577%",
- "tooltip": "score = 0.026301953621325536\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.02792 (-51.49577%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.05422609918994611,
+ "score-diff": "0.02792414556862057",
+ "score-diff-perc": "+106.16757%",
+ "tooltip": "score = 0.05422609918994611\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.02792 (+106.16757%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -237457,9 +237457,9 @@
43
),
"score": 0.027721840266212,
- "score-diff": "0.0014198866448864658",
- "score-diff-perc": "+5.39841%",
- "tooltip": "score = 0.027721840266212\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00142 (+5.39841%)",
+ "score-diff": "-0.026504258923734106",
+ "score-diff-perc": "-48.87731%",
+ "tooltip": "score = 0.027721840266212\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.02650 (-48.87731%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -243131,11 +243131,11 @@
18,
7
),
- "score": 0.026487481977926365,
- "score-diff": "0.00033156927898065486",
- "score-diff-perc": "+1.26766%",
- "tooltip": "score = 0.026487481977926365\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00033 (+1.26766%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.021480498104701137,
+ "score-diff": "-0.004675414594244573",
+ "score-diff-perc": "-17.87517%",
+ "tooltip": "score = 0.021480498104701137\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00468 (-17.87517%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -243158,9 +243158,9 @@
7
),
"score": 0.030092476641817092,
- "score-diff": "0.0036049946638907274",
- "score-diff-perc": "+13.61018%",
- "tooltip": "score = 0.030092476641817092\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00360 (+13.61018%)",
+ "score-diff": "0.008611978537115955",
+ "score-diff-perc": "+40.09208%",
+ "tooltip": "score = 0.030092476641817092\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00861 (+40.09208%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -243183,11 +243183,11 @@
18,
7
),
- "score": 0.021480498104701137,
- "score-diff": "-0.008611978537115955",
- "score-diff-perc": "-28.61838%",
- "tooltip": "score = 0.021480498104701137\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00861 (-28.61838%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.026487481977926365,
+ "score-diff": "-0.0036049946638907274",
+ "score-diff-perc": "-11.97972%",
+ "tooltip": "score = 0.026487481977926365\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00360 (-11.97972%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -243210,9 +243210,9 @@
41
),
"score": 0.04216460177428678,
- "score-diff": "0.020684103669585646",
- "score-diff-perc": "+96.29248%",
- "tooltip": "score = 0.04216460177428678\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.02068 (+96.29248%)",
+ "score-diff": "0.01567711979636042",
+ "score-diff-perc": "+59.18690%",
+ "tooltip": "score = 0.04216460177428678\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.01568 (+59.18690%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -243313,11 +243313,11 @@
17,
1
),
- "score": 0.04494515290806223,
- "score-diff": "0.003990669261322827",
- "score-diff-perc": "+9.74416%",
- "tooltip": "score = 0.04494515290806223\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00399 (+9.74416%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.04618058148199685,
+ "score-diff": "0.0052260978352574455",
+ "score-diff-perc": "+12.76075%",
+ "tooltip": "score = 0.04618058148199685\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00523 (+12.76075%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -243339,11 +243339,11 @@
17,
1
),
- "score": 0.02506978553308863,
- "score-diff": "-0.019875367374973602",
- "score-diff-perc": "-44.22138%",
- "tooltip": "score = 0.02506978553308863\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01988 (-44.22138%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.04494515290806223,
+ "score-diff": "-0.0012354285739346188",
+ "score-diff-perc": "-2.67521%",
+ "tooltip": "score = 0.04494515290806223\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00124 (-2.67521%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -243365,11 +243365,11 @@
17,
1
),
- "score": 0.04618058148199685,
- "score-diff": "0.02111079594890822",
- "score-diff-perc": "+84.20812%",
- "tooltip": "score = 0.04618058148199685\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02111 (+84.20812%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.02506978553308863,
+ "score-diff": "-0.019875367374973602",
+ "score-diff-perc": "-44.22138%",
+ "tooltip": "score = 0.02506978553308863\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01988 (-44.22138%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -243392,9 +243392,9 @@
7
),
"score": 0.028204695008958797,
- "score-diff": "-0.017975886473038053",
- "score-diff-perc": "-38.92521%",
- "tooltip": "score = 0.028204695008958797\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.01798 (-38.92521%)",
+ "score-diff": "0.003134909475870168",
+ "score-diff-perc": "+12.50473%",
+ "tooltip": "score = 0.028204695008958797\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00313 (+12.50473%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -243677,11 +243677,11 @@
16,
5
),
- "score": 0.044727604010267444,
- "score-diff": "0.001496218107232522",
- "score-diff-perc": "+3.46095%",
- "tooltip": "score = 0.044727604010267444\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00150 (+3.46095%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.022971926320260856,
+ "score-diff": "-0.020259459582774066",
+ "score-diff-perc": "-46.86285%",
+ "tooltip": "score = 0.022971926320260856\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02026 (-46.86285%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -243703,11 +243703,11 @@
16,
5
),
- "score": 0.022971926320260856,
- "score-diff": "-0.021755677690006588",
- "score-diff-perc": "-48.64038%",
- "tooltip": "score = 0.022971926320260856\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02176 (-48.64038%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.04700636237411403,
+ "score-diff": "0.02403443605385317",
+ "score-diff-perc": "+104.62525%",
+ "tooltip": "score = 0.04700636237411403\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02403 (+104.62525%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -243729,11 +243729,11 @@
16,
5
),
- "score": 0.04700636237411403,
- "score-diff": "0.02403443605385317",
- "score-diff-perc": "+104.62525%",
- "tooltip": "score = 0.04700636237411403\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02403 (+104.62525%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.044727604010267444,
+ "score-diff": "-0.0022787583638465836",
+ "score-diff-perc": "-4.84777%",
+ "tooltip": "score = 0.044727604010267444\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00228 (-4.84777%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -243756,9 +243756,9 @@
21
),
"score": 0.043563248192240236,
- "score-diff": "-0.003443114181873791",
- "score-diff-perc": "-7.32478%",
- "tooltip": "score = 0.043563248192240236\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00344 (-7.32478%)",
+ "score-diff": "-0.0011643558180272073",
+ "score-diff-perc": "-2.60322%",
+ "tooltip": "score = 0.043563248192240236\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00116 (-2.60322%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -244067,11 +244067,11 @@
8,
54
),
- "score": 0.0494757660813652,
- "score-diff": "0.0005171715954616837",
- "score-diff-perc": "+1.05634%",
- "tooltip": "score = 0.0494757660813652\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00052 (+1.05634%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.023822215935822635,
+ "score-diff": "-0.025136378550080878",
+ "score-diff-perc": "-51.34212%",
+ "tooltip": "score = 0.023822215935822635\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.02514 (-51.34212%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -244093,11 +244093,11 @@
8,
54
),
- "score": 0.023822215935822635,
- "score-diff": "-0.02565355014554256",
- "score-diff-perc": "-51.85074%",
- "tooltip": "score = 0.023822215935822635\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.02565 (-51.85074%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.0494757660813652,
+ "score-diff": "0.02565355014554256",
+ "score-diff-perc": "+107.68751%",
+ "tooltip": "score = 0.0494757660813652\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.02565 (+107.68751%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -244120,9 +244120,9 @@
43
),
"score": 0.030639319641389395,
- "score-diff": "0.006817103705566759",
- "score-diff-perc": "+28.61658%",
- "tooltip": "score = 0.030639319641389395\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00682 (+28.61658%)",
+ "score-diff": "-0.018836446439975802",
+ "score-diff-perc": "-38.07207%",
+ "tooltip": "score = 0.030639319641389395\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.01884 (-38.07207%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -249794,11 +249794,11 @@
18,
7
),
- "score": 98.38023632258064,
- "score-diff": "5.974382754565937",
- "score-diff-perc": "+6.46537%",
- "tooltip": "score = 98.38023632258064\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +5.97438 (+6.46537%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 91.86843106283422,
+ "score-diff": "-0.5374225051804871",
+ "score-diff-perc": "-0.58159%",
+ "tooltip": "score = 91.86843106283422\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.53742 (-0.58159%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -249821,9 +249821,9 @@
7
),
"score": 95.135725609375,
- "score-diff": "-3.244510713205642",
- "score-diff-perc": "-3.29793%",
- "tooltip": "score = 95.135725609375\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.24451 (-3.29793%)",
+ "score-diff": "3.267294546540782",
+ "score-diff-perc": "+3.55649%",
+ "tooltip": "score = 95.135725609375\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.26729 (+3.55649%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -249846,11 +249846,11 @@
18,
7
),
- "score": 91.86843106283422,
- "score-diff": "-3.267294546540782",
- "score-diff-perc": "-3.43435%",
- "tooltip": "score = 91.86843106283422\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.26729 (-3.43435%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 98.38023632258064,
+ "score-diff": "3.244510713205642",
+ "score-diff-perc": "+3.41040%",
+ "tooltip": "score = 98.38023632258064\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.24451 (+3.41040%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -249873,9 +249873,9 @@
41
),
"score": 84.31585827760618,
- "score-diff": "-7.552572785228037",
- "score-diff-perc": "-8.22108%",
- "tooltip": "score = 84.31585827760618\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -7.55257 (-8.22108%)",
+ "score-diff": "-14.064378044974461",
+ "score-diff-perc": "-14.29594%",
+ "tooltip": "score = 84.31585827760618\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -14.06438 (-14.29594%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -249976,11 +249976,11 @@
17,
1
),
- "score": 85.07474475907335,
- "score-diff": "-5.311553312355215",
- "score-diff-perc": "-5.87650%",
- "tooltip": "score = 85.07474475907335\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -5.31155 (-5.87650%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 84.88048005212354,
+ "score-diff": "-5.505818019305025",
+ "score-diff-perc": "-6.09143%",
+ "tooltip": "score = 84.88048005212354\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -5.50582 (-6.09143%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -250002,11 +250002,11 @@
17,
1
),
- "score": 91.04121761051692,
- "score-diff": "5.966472851443569",
- "score-diff-perc": "+7.01321%",
- "tooltip": "score = 91.04121761051692\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.96647 (+7.01321%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 85.07474475907335,
+ "score-diff": "0.19426470694980935",
+ "score-diff-perc": "+0.22887%",
+ "tooltip": "score = 85.07474475907335\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.19426 (+0.22887%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -250028,11 +250028,11 @@
17,
1
),
- "score": 84.88048005212354,
- "score-diff": "-6.160737558393379",
- "score-diff-perc": "-6.76698%",
- "tooltip": "score = 84.88048005212354\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -6.16074 (-6.76698%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 91.04121761051692,
+ "score-diff": "5.966472851443569",
+ "score-diff-perc": "+7.01321%",
+ "tooltip": "score = 91.04121761051692\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.96647 (+7.01321%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -250055,9 +250055,9 @@
7
),
"score": 92.5948791060606,
- "score-diff": "7.714399053937058",
- "score-diff-perc": "+9.08854%",
- "tooltip": "score = 92.5948791060606\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +7.71440 (+9.08854%)",
+ "score-diff": "1.553661495543679",
+ "score-diff-perc": "+1.70655%",
+ "tooltip": "score = 92.5948791060606\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.55366 (+1.70655%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -250340,11 +250340,11 @@
16,
5
),
- "score": 93.89490990009469,
- "score-diff": "9.973812920740329",
- "score-diff-perc": "+11.88475%",
- "tooltip": "score = 93.89490990009469\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +9.97381 (+11.88475%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 90.91306043092692,
+ "score-diff": "6.991963451572559",
+ "score-diff-perc": "+8.33159%",
+ "tooltip": "score = 90.91306043092692\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +6.99196 (+8.33159%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -250366,11 +250366,11 @@
16,
5
),
- "score": 90.91306043092692,
- "score-diff": "-2.98184946916777",
- "score-diff-perc": "-3.17573%",
- "tooltip": "score = 90.91306043092692\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.98185 (-3.17573%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 90.6236124349376,
+ "score-diff": "-0.28944799598932036",
+ "score-diff-perc": "-0.31838%",
+ "tooltip": "score = 90.6236124349376\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.28945 (-0.31838%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -250392,11 +250392,11 @@
16,
5
),
- "score": 90.6236124349376,
- "score-diff": "-0.28944799598932036",
- "score-diff-perc": "-0.31838%",
- "tooltip": "score = 90.6236124349376\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.28945 (-0.31838%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 93.89490990009469,
+ "score-diff": "3.2712974651570903",
+ "score-diff-perc": "+3.60976%",
+ "tooltip": "score = 93.89490990009469\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.27130 (+3.60976%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -250419,9 +250419,9 @@
21
),
"score": 83.88968545270271,
- "score-diff": "-6.733926982234891",
- "score-diff-perc": "-7.43065%",
- "tooltip": "score = 83.88968545270271\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -6.73393 (-7.43065%)",
+ "score-diff": "-10.005224447391981",
+ "score-diff-perc": "-10.65577%",
+ "tooltip": "score = 83.88968545270271\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -10.00522 (-10.65577%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -250730,11 +250730,11 @@
8,
54
),
- "score": 90.14010687745098,
- "score-diff": "-7.313057459242586",
- "score-diff-perc": "-7.50418%",
- "tooltip": "score = 90.14010687745098\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -7.31306 (-7.50418%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 105.74220797261904,
+ "score-diff": "8.28904363592548",
+ "score-diff-perc": "+8.50567%",
+ "tooltip": "score = 105.74220797261904\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +8.28904 (+8.50567%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -250756,11 +250756,11 @@
8,
54
),
- "score": 105.74220797261904,
- "score-diff": "15.602101095168067",
- "score-diff-perc": "+17.30872%",
- "tooltip": "score = 105.74220797261904\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +15.60210 (+17.30872%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 90.14010687745098,
+ "score-diff": "-15.602101095168067",
+ "score-diff-perc": "-14.75485%",
+ "tooltip": "score = 90.14010687745098\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -15.60210 (-14.75485%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -250783,9 +250783,9 @@
43
),
"score": 103.72703541206897,
- "score-diff": "-2.01517256055007",
- "score-diff-perc": "-1.90574%",
- "tooltip": "score = 103.72703541206897\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -2.01517 (-1.90574%)",
+ "score-diff": "13.586928534617996",
+ "score-diff-perc": "+15.07312%",
+ "tooltip": "score = 103.72703541206897\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +13.58693 (+15.07312%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -256457,11 +256457,11 @@
18,
7
),
- "score": 111.15885187433862,
- "score-diff": "2.6301754279100606",
- "score-diff-perc": "+2.42348%",
- "tooltip": "score = 111.15885187433862\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.63018 (+2.42348%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 114.05437424450548,
+ "score-diff": "5.525697798076919",
+ "score-diff-perc": "+5.09146%",
+ "tooltip": "score = 114.05437424450548\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +5.52570 (+5.09146%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -256484,9 +256484,9 @@
7
),
"score": 116.09211344230769,
- "score-diff": "4.933261567969069",
- "score-diff-perc": "+4.43803%",
- "tooltip": "score = 116.09211344230769\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +4.93326 (+4.43803%)",
+ "score-diff": "2.0377391978022104",
+ "score-diff-perc": "+1.78664%",
+ "tooltip": "score = 116.09211344230769\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.03774 (+1.78664%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -256509,11 +256509,11 @@
18,
7
),
- "score": 114.05437424450548,
- "score-diff": "-2.0377391978022104",
- "score-diff-perc": "-1.75528%",
- "tooltip": "score = 114.05437424450548\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.03774 (-1.75528%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 111.15885187433862,
+ "score-diff": "-4.933261567969069",
+ "score-diff-perc": "-4.24944%",
+ "tooltip": "score = 111.15885187433862\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.93326 (-4.24944%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -256536,9 +256536,9 @@
41
),
"score": 96.33536643044354,
- "score-diff": "-17.71900781406194",
- "score-diff-perc": "-15.53558%",
- "tooltip": "score = 96.33536643044354\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -17.71901 (-15.53558%)",
+ "score-diff": "-14.82348544389508",
+ "score-diff-perc": "-13.33541%",
+ "tooltip": "score = 96.33536643044354\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -14.82349 (-13.33541%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -256639,11 +256639,11 @@
17,
1
),
- "score": 96.21553015524194,
- "score-diff": "-0.6365591330645088",
- "score-diff-perc": "-0.65725%",
- "tooltip": "score = 96.21553015524194\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.63656 (-0.65725%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 97.4205390967742,
+ "score-diff": "0.5684498084677614",
+ "score-diff-perc": "+0.58693%",
+ "tooltip": "score = 97.4205390967742\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.56845 (+0.58693%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -256665,11 +256665,11 @@
17,
1
),
- "score": 111.55002210383597,
- "score-diff": "15.334491948594035",
- "score-diff-perc": "+15.93765%",
- "tooltip": "score = 111.55002210383597\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +15.33449 (+15.93765%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 96.21553015524194,
+ "score-diff": "-1.2050089415322702",
+ "score-diff-perc": "-1.23691%",
+ "tooltip": "score = 96.21553015524194\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.20501 (-1.23691%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -256691,11 +256691,11 @@
17,
1
),
- "score": 97.4205390967742,
- "score-diff": "-14.129483007061765",
- "score-diff-perc": "-12.66650%",
- "tooltip": "score = 97.4205390967742\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -14.12948 (-12.66650%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 111.55002210383597,
+ "score-diff": "15.334491948594035",
+ "score-diff-perc": "+15.93765%",
+ "tooltip": "score = 111.55002210383597\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +15.33449 (+15.93765%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -256718,9 +256718,9 @@
7
),
"score": 108.32889941071429,
- "score-diff": "10.90836031394008",
- "score-diff-perc": "+11.19719%",
- "tooltip": "score = 108.32889941071429\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +10.90836 (+11.19719%)",
+ "score-diff": "-3.2211226931216856",
+ "score-diff-perc": "-2.88760%",
+ "tooltip": "score = 108.32889941071429\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -3.22112 (-2.88760%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -257003,11 +257003,11 @@
16,
5
),
- "score": 96.4695238407258,
- "score-diff": "1.094111934475805",
- "score-diff-perc": "+1.14716%",
- "tooltip": "score = 96.4695238407258\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.09411 (+1.14716%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 112.03444314616402,
+ "score-diff": "16.65903123991403",
+ "score-diff-perc": "+17.46680%",
+ "tooltip": "score = 112.03444314616402\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +16.65903 (+17.46680%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -257029,11 +257029,11 @@
16,
5
),
- "score": 112.03444314616402,
- "score-diff": "15.564919305438224",
- "score-diff-perc": "+16.13455%",
- "tooltip": "score = 112.03444314616402\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +15.56492 (+16.13455%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 100.5892424639785,
+ "score-diff": "-11.44520068218553",
+ "score-diff-perc": "-10.21579%",
+ "tooltip": "score = 100.5892424639785\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -11.44520 (-10.21579%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -257055,11 +257055,11 @@
16,
5
),
- "score": 100.5892424639785,
- "score-diff": "-11.44520068218553",
- "score-diff-perc": "-10.21579%",
- "tooltip": "score = 100.5892424639785\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -11.44520 (-10.21579%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 96.4695238407258,
+ "score-diff": "-4.119718623252695",
+ "score-diff-perc": "-4.09559%",
+ "tooltip": "score = 96.4695238407258\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.11972 (-4.09559%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -257082,9 +257082,9 @@
21
),
"score": 100.54357842547275,
- "score-diff": "-0.045664038505748294",
- "score-diff-perc": "-0.04540%",
- "tooltip": "score = 100.54357842547275\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.04566 (-0.04540%)",
+ "score-diff": "4.074054584746946",
+ "score-diff-perc": "+4.22315%",
+ "tooltip": "score = 100.54357842547275\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +4.07405 (+4.22315%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -257393,11 +257393,11 @@
8,
54
),
- "score": 99.44049675806451,
- "score-diff": "-7.800805894029082",
- "score-diff-perc": "-7.27407%",
- "tooltip": "score = 99.44049675806451\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -7.80081 (-7.27407%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 107.04995625123152,
+ "score-diff": "-0.19134640086207355",
+ "score-diff-perc": "-0.17843%",
+ "tooltip": "score = 107.04995625123152\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.19135 (-0.17843%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -257419,11 +257419,11 @@
8,
54
),
- "score": 107.04995625123152,
- "score-diff": "7.609459493167009",
- "score-diff-perc": "+7.65227%",
- "tooltip": "score = 107.04995625123152\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +7.60946 (+7.65227%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 99.44049675806451,
+ "score-diff": "-7.609459493167009",
+ "score-diff-perc": "-7.10833%",
+ "tooltip": "score = 99.44049675806451\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -7.60946 (-7.10833%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -257446,9 +257446,9 @@
43
),
"score": 121.82478934,
- "score-diff": "14.774833088768474",
- "score-diff-perc": "+13.80181%",
- "tooltip": "score = 121.82478934\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +14.77483 (+13.80181%)",
+ "score-diff": "22.384292581935483",
+ "score-diff-perc": "+22.51024%",
+ "tooltip": "score = 121.82478934\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +22.38429 (+22.51024%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -263120,11 +263120,11 @@
18,
7
),
- "score": 55.33368129530423,
- "score-diff": "-0.07058709493145443",
- "score-diff-perc": "-0.12740%",
- "tooltip": "score = 55.33368129530423\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.07059 (-0.12740%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 65.84398482608697,
+ "score-diff": "10.439716435851281",
+ "score-diff-perc": "+18.84280%",
+ "tooltip": "score = 65.84398482608697\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +10.43972 (+18.84280%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -263147,9 +263147,9 @@
7
),
"score": 64.59202031914893,
- "score-diff": "9.258339023844698",
- "score-diff-perc": "+16.73183%",
- "tooltip": "score = 64.59202031914893\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +9.25834 (+16.73183%)",
+ "score-diff": "-1.2519645069380374",
+ "score-diff-perc": "-1.90141%",
+ "tooltip": "score = 64.59202031914893\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.25196 (-1.90141%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -263172,11 +263172,11 @@
18,
7
),
- "score": 65.84398482608697,
- "score-diff": "1.2519645069380374",
- "score-diff-perc": "+1.93826%",
- "tooltip": "score = 65.84398482608697\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.25196 (+1.93826%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 55.33368129530423,
+ "score-diff": "-9.258339023844698",
+ "score-diff-perc": "-14.33356%",
+ "tooltip": "score = 55.33368129530423\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -9.25834 (-14.33356%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -263199,9 +263199,9 @@
41
),
"score": 66.59313539054374,
- "score-diff": "0.7491505644567695",
- "score-diff-perc": "+1.13777%",
- "tooltip": "score = 66.59313539054374\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.74915 (+1.13777%)",
+ "score-diff": "11.259454095239505",
+ "score-diff-perc": "+20.34828%",
+ "tooltip": "score = 66.59313539054374\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +11.25945 (+20.34828%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -263302,11 +263302,11 @@
17,
1
),
- "score": 63.97416702218279,
- "score-diff": "-8.96875344500652",
- "score-diff-perc": "-12.29558%",
- "tooltip": "score = 63.97416702218279\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -8.96875 (-12.29558%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 73.00692016521486,
+ "score-diff": "0.06399969802555461",
+ "score-diff-perc": "+0.08774%",
+ "tooltip": "score = 73.00692016521486\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.06400 (+0.08774%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -263328,11 +263328,11 @@
17,
1
),
- "score": 64.98037073635523,
- "score-diff": "1.006203714172436",
- "score-diff-perc": "+1.57283%",
- "tooltip": "score = 64.98037073635523\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.00620 (+1.57283%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 63.97416702218279,
+ "score-diff": "-9.032753143032075",
+ "score-diff-perc": "-12.37246%",
+ "tooltip": "score = 63.97416702218279\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -9.03275 (-12.37246%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -263354,11 +263354,11 @@
17,
1
),
- "score": 73.00692016521486,
- "score-diff": "8.026549428859639",
- "score-diff-perc": "+12.35227%",
- "tooltip": "score = 73.00692016521486\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +8.02655 (+12.35227%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 64.98037073635523,
+ "score-diff": "1.006203714172436",
+ "score-diff-perc": "+1.57283%",
+ "tooltip": "score = 64.98037073635523\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.00620 (+1.57283%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -263381,9 +263381,9 @@
7
),
"score": 62.92907235953105,
- "score-diff": "-10.077847805683817",
- "score-diff-perc": "-13.80396%",
- "tooltip": "score = 62.92907235953105\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -10.07785 (-13.80396%)",
+ "score-diff": "-2.051298376824178",
+ "score-diff-perc": "-3.15680%",
+ "tooltip": "score = 62.92907235953105\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.05130 (-3.15680%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -263666,11 +263666,11 @@
16,
5
),
- "score": 63.38108716001773,
- "score-diff": "-4.308987259625127",
- "score-diff-perc": "-6.36576%",
- "tooltip": "score = 63.38108716001773\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.30899 (-6.36576%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 65.06010687372803,
+ "score-diff": "-2.6299675459148233",
+ "score-diff-perc": "-3.88531%",
+ "tooltip": "score = 65.06010687372803\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.62997 (-3.88531%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -263692,11 +263692,11 @@
16,
5
),
- "score": 65.06010687372803,
- "score-diff": "1.6790197137103036",
- "score-diff-perc": "+2.64909%",
- "tooltip": "score = 65.06010687372803\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.67902 (+2.64909%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 61.537982180759805,
+ "score-diff": "-3.5221246929682266",
+ "score-diff-perc": "-5.41365%",
+ "tooltip": "score = 61.537982180759805\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.52212 (-5.41365%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -263718,11 +263718,11 @@
16,
5
),
- "score": 61.537982180759805,
- "score-diff": "-3.5221246929682266",
- "score-diff-perc": "-5.41365%",
- "tooltip": "score = 61.537982180759805\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.52212 (-5.41365%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 63.38108716001773,
+ "score-diff": "1.843104979257923",
+ "score-diff-perc": "+2.99507%",
+ "tooltip": "score = 63.38108716001773\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.84310 (+2.99507%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -263745,9 +263745,9 @@
21
),
"score": 63.73134062688554,
- "score-diff": "2.1933584461257354",
- "score-diff-perc": "+3.56424%",
- "tooltip": "score = 63.73134062688554\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.19336 (+3.56424%)",
+ "score-diff": "0.35025346686781234",
+ "score-diff-perc": "+0.55262%",
+ "tooltip": "score = 63.73134062688554\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.35025 (+0.55262%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -264056,11 +264056,11 @@
8,
54
),
- "score": 73.84001421130952,
- "score-diff": "9.368002834950829",
- "score-diff-perc": "+14.53034%",
- "tooltip": "score = 73.84001421130952\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +9.36800 (+14.53034%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 69.27893547727273,
+ "score-diff": "4.806924100914031",
+ "score-diff-perc": "+7.45583%",
+ "tooltip": "score = 69.27893547727273\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +4.80692 (+7.45583%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -264082,11 +264082,11 @@
8,
54
),
- "score": 69.27893547727273,
- "score-diff": "-4.561078734036798",
- "score-diff-perc": "-6.17697%",
- "tooltip": "score = 69.27893547727273\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -4.56108 (-6.17697%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 73.84001421130952,
+ "score-diff": "4.561078734036798",
+ "score-diff-perc": "+6.58364%",
+ "tooltip": "score = 73.84001421130952\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +4.56108 (+6.58364%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -264109,9 +264109,9 @@
43
),
"score": 65.83326853314394,
- "score-diff": "-3.4456669441287886",
- "score-diff-perc": "-4.97361%",
- "tooltip": "score = 65.83326853314394\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -3.44567 (-4.97361%)",
+ "score-diff": "-8.006745678165586",
+ "score-diff-perc": "-10.84337%",
+ "tooltip": "score = 65.83326853314394\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -8.00675 (-10.84337%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -269783,11 +269783,11 @@
18,
7
),
- "score": 0.02178307483387747,
- "score-diff": "-0.0024150668358531927",
- "score-diff-perc": "-9.98038%",
- "tooltip": "score = 0.02178307483387747\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00242 (-9.98038%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.029491902711717373,
+ "score-diff": "0.00529376104198671",
+ "score-diff-perc": "+21.87673%",
+ "tooltip": "score = 0.029491902711717373\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00529 (+21.87673%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -269810,9 +269810,9 @@
7
),
"score": 0.03200966088916818,
- "score-diff": "0.010226586055290709",
- "score-diff-perc": "+46.94739%",
- "tooltip": "score = 0.03200966088916818\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01023 (+46.94739%)",
+ "score-diff": "0.002517758177450806",
+ "score-diff-perc": "+8.53712%",
+ "tooltip": "score = 0.03200966088916818\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00252 (+8.53712%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -269835,11 +269835,11 @@
18,
7
),
- "score": 0.029491902711717373,
- "score-diff": "-0.002517758177450806",
- "score-diff-perc": "-7.86562%",
- "tooltip": "score = 0.029491902711717373\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00252 (-7.86562%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.02178307483387747,
+ "score-diff": "-0.010226586055290709",
+ "score-diff-perc": "-31.94844%",
+ "tooltip": "score = 0.02178307483387747\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01023 (-31.94844%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -269862,9 +269862,9 @@
41
),
"score": 0.04067627531555423,
- "score-diff": "0.01118437260383686",
- "score-diff-perc": "+37.92354%",
- "tooltip": "score = 0.04067627531555423\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.01118 (+37.92354%)",
+ "score-diff": "0.018893200481676763",
+ "score-diff-perc": "+86.73340%",
+ "tooltip": "score = 0.04067627531555423\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.01889 (+86.73340%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -269965,11 +269965,11 @@
17,
1
),
- "score": 0.03952595131211505,
- "score-diff": "-0.0018643386888263294",
- "score-diff-perc": "-4.50429%",
- "tooltip": "score = 0.03952595131211505\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00186 (-4.50429%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.040473212132290895,
+ "score-diff": "-0.0009170778686504871",
+ "score-diff-perc": "-2.21568%",
+ "tooltip": "score = 0.040473212132290895\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00092 (-2.21568%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -269991,11 +269991,11 @@
17,
1
),
- "score": 0.02820774476961951,
- "score-diff": "-0.011318206542495542",
- "score-diff-perc": "-28.63487%",
- "tooltip": "score = 0.02820774476961951\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01132 (-28.63487%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.03952595131211505,
+ "score-diff": "-0.0009472608201758423",
+ "score-diff-perc": "-2.34046%",
+ "tooltip": "score = 0.03952595131211505\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00095 (-2.34046%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -270017,11 +270017,11 @@
17,
1
),
- "score": 0.040473212132290895,
- "score-diff": "0.012265467362671385",
- "score-diff-perc": "+43.48262%",
- "tooltip": "score = 0.040473212132290895\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01227 (+43.48262%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.02820774476961951,
+ "score-diff": "-0.011318206542495542",
+ "score-diff-perc": "-28.63487%",
+ "tooltip": "score = 0.02820774476961951\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01132 (-28.63487%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -270044,9 +270044,9 @@
7
),
"score": 0.032179227915562686,
- "score-diff": "-0.008293984216728209",
- "score-diff-perc": "-20.49253%",
- "tooltip": "score = 0.032179227915562686\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00829 (-20.49253%)",
+ "score-diff": "0.0039714831459431756",
+ "score-diff-perc": "+14.07941%",
+ "tooltip": "score = 0.032179227915562686\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00397 (+14.07941%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -270329,11 +270329,11 @@
16,
5
),
- "score": 0.045181736745866036,
- "score-diff": "0.001178776923302774",
- "score-diff-perc": "+2.67886%",
- "tooltip": "score = 0.045181736745866036\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00118 (+2.67886%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.025650008676737085,
+ "score-diff": "-0.018352951145826177",
+ "score-diff-perc": "-41.70845%",
+ "tooltip": "score = 0.025650008676737085\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01835 (-41.70845%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -270355,11 +270355,11 @@
16,
5
),
- "score": 0.025650008676737085,
- "score-diff": "-0.01953172806912895",
- "score-diff-perc": "-43.22925%",
- "tooltip": "score = 0.025650008676737085\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01953 (-43.22925%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.043251337445679744,
+ "score-diff": "0.01760132876894266",
+ "score-diff-perc": "+68.62114%",
+ "tooltip": "score = 0.043251337445679744\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01760 (+68.62114%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -270381,11 +270381,11 @@
16,
5
),
- "score": 0.043251337445679744,
- "score-diff": "0.01760132876894266",
- "score-diff-perc": "+68.62114%",
- "tooltip": "score = 0.043251337445679744\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01760 (+68.62114%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.045181736745866036,
+ "score-diff": "0.0019303993001862918",
+ "score-diff-perc": "+4.46321%",
+ "tooltip": "score = 0.045181736745866036\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00193 (+4.46321%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -270408,9 +270408,9 @@
21
),
"score": 0.04545249102567908,
- "score-diff": "0.0022011535799993376",
- "score-diff-perc": "+5.08922%",
- "tooltip": "score = 0.04545249102567908\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00220 (+5.08922%)",
+ "score-diff": "0.0002707542798130458",
+ "score-diff-perc": "+0.59926%",
+ "tooltip": "score = 0.04545249102567908\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00027 (+0.59926%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -270719,11 +270719,11 @@
8,
54
),
- "score": 0.04928135367069687,
- "score-diff": "-0.0004482963907531737",
- "score-diff-perc": "-0.90147%",
- "tooltip": "score = 0.04928135367069687\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00045 (-0.90147%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.02524439962973519,
+ "score-diff": "-0.02448525043171486",
+ "score-diff-perc": "-49.23672%",
+ "tooltip": "score = 0.02524439962973519\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.02449 (-49.23672%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -270745,11 +270745,11 @@
8,
54
),
- "score": 0.02524439962973519,
- "score-diff": "-0.024036954040961685",
- "score-diff-perc": "-48.77495%",
- "tooltip": "score = 0.02524439962973519\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.02404 (-48.77495%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.04928135367069687,
+ "score-diff": "0.024036954040961685",
+ "score-diff-perc": "+95.21698%",
+ "tooltip": "score = 0.04928135367069687\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.02404 (+95.21698%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -270772,9 +270772,9 @@
43
),
"score": 0.025313512920165326,
- "score-diff": "6.911329043013739e-05",
- "score-diff-perc": "+0.27378%",
- "tooltip": "score = 0.025313512920165326\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00007 (+0.27378%)",
+ "score-diff": "-0.023967840750531547",
+ "score-diff-perc": "-48.63470%",
+ "tooltip": "score = 0.025313512920165326\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.02397 (-48.63470%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -280464,11 +280464,11 @@
18,
7
),
- "score": 14.901012307103423,
- "score-diff": "-10.232362513284587",
- "score-diff-perc": "-40.71225%",
- "tooltip": "score = 14.901012307103423\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -10.23236 (-40.71225%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 22.46366964410722,
+ "score-diff": "-2.6697051762807895",
+ "score-diff-perc": "-10.62215%",
+ "tooltip": "score = 22.46366964410722\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.66971 (-10.62215%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -280491,9 +280491,9 @@
7
),
"score": 22.81670073087713,
- "score-diff": "7.915688423773707",
- "score-diff-perc": "+53.12182%",
- "tooltip": "score = 22.81670073087713\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +7.91569 (+53.12182%)",
+ "score-diff": "0.35303108676991",
+ "score-diff-perc": "+1.57156%",
+ "tooltip": "score = 22.81670073087713\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.35303 (+1.57156%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -280516,11 +280516,11 @@
18,
7
),
- "score": 22.46366964410722,
- "score-diff": "-0.35303108676991",
- "score-diff-perc": "-1.54725%",
- "tooltip": "score = 22.46366964410722\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.35303 (-1.54725%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 14.901012307103423,
+ "score-diff": "-7.915688423773707",
+ "score-diff-perc": "-34.69252%",
+ "tooltip": "score = 14.901012307103423\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -7.91569 (-34.69252%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -280543,9 +280543,9 @@
41
),
"score": 23.415574032594208,
- "score-diff": "0.9519043884869873",
- "score-diff-perc": "+4.23753%",
- "tooltip": "score = 23.415574032594208\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.95190 (+4.23753%)",
+ "score-diff": "8.514561725490784",
+ "score-diff-perc": "+57.14083%",
+ "tooltip": "score = 23.415574032594208\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +8.51456 (+57.14083%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -280646,11 +280646,11 @@
17,
1
),
- "score": 23.675525258427655,
- "score-diff": "1.84568476286276",
- "score-diff-perc": "+8.45487%",
- "tooltip": "score = 23.675525258427655\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.84568 (+8.45487%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 23.662733628473944,
+ "score-diff": "1.8328931329090494",
+ "score-diff-perc": "+8.39627%",
+ "tooltip": "score = 23.662733628473944\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.83289 (+8.39627%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -280672,11 +280672,11 @@
17,
1
),
- "score": 22.20398318965517,
- "score-diff": "-1.4715420687724858",
- "score-diff-perc": "-6.21546%",
- "tooltip": "score = 22.20398318965517\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.47154 (-6.21546%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 23.675525258427655,
+ "score-diff": "0.012791629953710526",
+ "score-diff-perc": "+0.05406%",
+ "tooltip": "score = 23.675525258427655\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01279 (+0.05406%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -280698,11 +280698,11 @@
17,
1
),
- "score": 23.662733628473944,
- "score-diff": "1.4587504388187753",
- "score-diff-perc": "+6.56977%",
- "tooltip": "score = 23.662733628473944\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.45875 (+6.56977%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 22.20398318965517,
+ "score-diff": "-1.4715420687724858",
+ "score-diff-perc": "-6.21546%",
+ "tooltip": "score = 22.20398318965517\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.47154 (-6.21546%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -280725,9 +280725,9 @@
7
),
"score": 25.45179320448718,
- "score-diff": "1.789059576013237",
- "score-diff-perc": "+7.56066%",
- "tooltip": "score = 25.45179320448718\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.78906 (+7.56066%)",
+ "score-diff": "3.2478100148320124",
+ "score-diff-perc": "+14.62715%",
+ "tooltip": "score = 25.45179320448718\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +3.24781 (+14.62715%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -281010,11 +281010,11 @@
16,
5
),
- "score": 20.2374934532967,
- "score-diff": "-3.4618599236263776",
- "score-diff-perc": "-14.60740%",
- "tooltip": "score = 20.2374934532967\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.46186 (-14.60740%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 24.8652762579422,
+ "score-diff": "1.165922881019121",
+ "score-diff-perc": "+4.91964%",
+ "tooltip": "score = 24.8652762579422\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.16592 (+4.91964%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -281036,11 +281036,11 @@
16,
5
),
- "score": 24.8652762579422,
- "score-diff": "4.6277828046454985",
- "score-diff-perc": "+22.86737%",
- "tooltip": "score = 24.8652762579422\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.62778 (+22.86737%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 18.289866984512365,
+ "score-diff": "-6.575409273429834",
+ "score-diff-perc": "-26.44414%",
+ "tooltip": "score = 18.289866984512365\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -6.57541 (-26.44414%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -281062,11 +281062,11 @@
16,
5
),
- "score": 18.289866984512365,
- "score-diff": "-6.575409273429834",
- "score-diff-perc": "-26.44414%",
- "tooltip": "score = 18.289866984512365\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -6.57541 (-26.44414%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 20.2374934532967,
+ "score-diff": "1.9476264687843354",
+ "score-diff-perc": "+10.64866%",
+ "tooltip": "score = 20.2374934532967\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.94763 (+10.64866%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -281089,9 +281089,9 @@
21
),
"score": 19.505024877180233,
- "score-diff": "1.2151578926678681",
- "score-diff-perc": "+6.64389%",
- "tooltip": "score = 19.505024877180233\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.21516 (+6.64389%)",
+ "score-diff": "-0.7324685761164673",
+ "score-diff-perc": "-3.61936%",
+ "tooltip": "score = 19.505024877180233\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.73247 (-3.61936%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -281400,11 +281400,11 @@
8,
54
),
- "score": 19.971193321503385,
- "score-diff": "-0.1862620263279986",
- "score-diff-perc": "-0.92404%",
- "tooltip": "score = 19.971193321503385\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.18626 (-0.92404%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 28.417288966981133,
+ "score-diff": "8.259833619149749",
+ "score-diff-perc": "+40.97657%",
+ "tooltip": "score = 28.417288966981133\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +8.25983 (+40.97657%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -281426,11 +281426,11 @@
8,
54
),
- "score": 28.417288966981133,
- "score-diff": "8.446095645477747",
- "score-diff-perc": "+42.29139%",
- "tooltip": "score = 28.417288966981133\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +8.44610 (+42.29139%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 19.971193321503385,
+ "score-diff": "-8.446095645477747",
+ "score-diff-perc": "-29.72168%",
+ "tooltip": "score = 19.971193321503385\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -8.44610 (-29.72168%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -281453,9 +281453,9 @@
43
),
"score": 16.44347715563685,
- "score-diff": "-11.973811811344284",
- "score-diff-perc": "-42.13566%",
- "tooltip": "score = 16.44347715563685\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -11.97381 (-42.13566%)",
+ "score-diff": "-3.5277161658665364",
+ "score-diff-perc": "-17.66402%",
+ "tooltip": "score = 16.44347715563685\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -3.52772 (-17.66402%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -287127,11 +287127,11 @@
18,
7
),
- "score": 0.009649476030782308,
- "score-diff": "0.000864809588545068",
- "score-diff-perc": "+9.84454%",
- "tooltip": "score = 0.009649476030782308\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00086 (+9.84454%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.008665297441690456,
+ "score-diff": "-0.00011936900054678422",
+ "score-diff-perc": "-1.35883%",
+ "tooltip": "score = 0.008665297441690456\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00012 (-1.35883%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -287154,9 +287154,9 @@
7
),
"score": 0.010032778727970183,
- "score-diff": "0.00038330269718787544",
- "score-diff-perc": "+3.97226%",
- "tooltip": "score = 0.010032778727970183\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00038 (+3.97226%)",
+ "score-diff": "0.0013674812862797276",
+ "score-diff-perc": "+15.78112%",
+ "tooltip": "score = 0.010032778727970183\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00137 (+15.78112%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -287179,11 +287179,11 @@
18,
7
),
- "score": 0.008665297441690456,
- "score-diff": "-0.0013674812862797276",
- "score-diff-perc": "-13.63014%",
- "tooltip": "score = 0.008665297441690456\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00137 (-13.63014%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.009649476030782308,
+ "score-diff": "-0.00038330269718787544",
+ "score-diff-perc": "-3.82050%",
+ "tooltip": "score = 0.009649476030782308\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00038 (-3.82050%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -287206,9 +287206,9 @@
41
),
"score": 0.02190454635442813,
- "score-diff": "0.013239248912737674",
- "score-diff-perc": "+152.78470%",
- "tooltip": "score = 0.02190454635442813\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.01324 (+152.78470%)",
+ "score-diff": "0.012255070323645822",
+ "score-diff-perc": "+127.00244%",
+ "tooltip": "score = 0.02190454635442813\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.01226 (+127.00244%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -287309,11 +287309,11 @@
17,
1
),
- "score": 0.017780526296236727,
- "score-diff": "-0.0033998791276293183",
- "score-diff-perc": "-16.05200%",
- "tooltip": "score = 0.017780526296236727\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00340 (-16.05200%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.020455220046598253,
+ "score-diff": "-0.0007251853772677931",
+ "score-diff-perc": "-3.42385%",
+ "tooltip": "score = 0.020455220046598253\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00073 (-3.42385%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -287335,11 +287335,11 @@
17,
1
),
- "score": 0.012801544407314621,
- "score-diff": "-0.0049789818889221064",
- "score-diff-perc": "-28.00244%",
- "tooltip": "score = 0.012801544407314621\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00498 (-28.00244%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.017780526296236727,
+ "score-diff": "-0.002674693750361525",
+ "score-diff-perc": "-13.07585%",
+ "tooltip": "score = 0.017780526296236727\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00267 (-13.07585%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -287361,11 +287361,11 @@
17,
1
),
- "score": 0.020455220046598253,
- "score-diff": "0.007653675639283632",
- "score-diff-perc": "+59.78713%",
- "tooltip": "score = 0.020455220046598253\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00765 (+59.78713%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.012801544407314621,
+ "score-diff": "-0.0049789818889221064",
+ "score-diff-perc": "-28.00244%",
+ "tooltip": "score = 0.012801544407314621\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00498 (-28.00244%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -287388,9 +287388,9 @@
7
),
"score": 0.008655645666313785,
- "score-diff": "-0.011799574380284467",
- "score-diff-perc": "-57.68491%",
- "tooltip": "score = 0.008655645666313785\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.01180 (-57.68491%)",
+ "score-diff": "-0.004145898741000836",
+ "score-diff-perc": "-32.38593%",
+ "tooltip": "score = 0.008655645666313785\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00415 (-32.38593%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -287673,11 +287673,11 @@
16,
5
),
- "score": 0.025433327197034936,
- "score-diff": "0.007555365361381537",
- "score-diff-perc": "+42.26078%",
- "tooltip": "score = 0.025433327197034936\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00756 (+42.26078%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.01000750953143887,
+ "score-diff": "-0.007870452304214529",
+ "score-diff-perc": "-44.02321%",
+ "tooltip": "score = 0.01000750953143887\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00787 (-44.02321%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -287699,11 +287699,11 @@
16,
5
),
- "score": 0.01000750953143887,
- "score-diff": "-0.015425817665596066",
- "score-diff-perc": "-60.65198%",
- "tooltip": "score = 0.01000750953143887\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01543 (-60.65198%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.018456766867990946,
+ "score-diff": "0.008449257336552076",
+ "score-diff-perc": "+84.42917%",
+ "tooltip": "score = 0.018456766867990946\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00845 (+84.42917%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -287725,11 +287725,11 @@
16,
5
),
- "score": 0.018456766867990946,
- "score-diff": "0.008449257336552076",
- "score-diff-perc": "+84.42917%",
- "tooltip": "score = 0.018456766867990946\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00845 (+84.42917%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.025433327197034936,
+ "score-diff": "0.00697656032904399",
+ "score-diff-perc": "+37.79947%",
+ "tooltip": "score = 0.025433327197034936\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00698 (+37.79947%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -287752,9 +287752,9 @@
21
),
"score": 0.02103162007652619,
- "score-diff": "0.002574853208535243",
- "score-diff-perc": "+13.95073%",
- "tooltip": "score = 0.02103162007652619\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00257 (+13.95073%)",
+ "score-diff": "-0.004401707120508747",
+ "score-diff-perc": "-17.30685%",
+ "tooltip": "score = 0.02103162007652619\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00440 (-17.30685%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -288063,11 +288063,11 @@
8,
54
),
- "score": 0.02196066692092866,
- "score-diff": "-0.0036039934983601064",
- "score-diff-perc": "-14.09756%",
- "tooltip": "score = 0.02196066692092866\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00360 (-14.09756%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.011187805525565867,
+ "score-diff": "-0.0143768548937229",
+ "score-diff-perc": "-56.23722%",
+ "tooltip": "score = 0.011187805525565867\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.01438 (-56.23722%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -288089,11 +288089,11 @@
8,
54
),
- "score": 0.011187805525565867,
- "score-diff": "-0.010772861395362793",
- "score-diff-perc": "-49.05526%",
- "tooltip": "score = 0.011187805525565867\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.01077 (-49.05526%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.02196066692092866,
+ "score-diff": "0.010772861395362793",
+ "score-diff-perc": "+96.29110%",
+ "tooltip": "score = 0.02196066692092866\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.01077 (+96.29110%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -288116,9 +288116,9 @@
43
),
"score": 0.009247521354424644,
- "score-diff": "-0.0019402841711412232",
- "score-diff-perc": "-17.34285%",
- "tooltip": "score = 0.009247521354424644\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00194 (-17.34285%)",
+ "score-diff": "-0.012713145566504016",
+ "score-diff-perc": "-57.89053%",
+ "tooltip": "score = 0.009247521354424644\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.01271 (-57.89053%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -297808,11 +297808,11 @@
18,
7
),
- "score": 77.50037478205128,
- "score-diff": "0.224800485576921",
- "score-diff-perc": "+0.29091%",
- "tooltip": "score = 77.50037478205128\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.22480 (+0.29091%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 86.00529423333333,
+ "score-diff": "8.72971993685897",
+ "score-diff-perc": "+11.29687%",
+ "tooltip": "score = 86.00529423333333\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +8.72972 (+11.29687%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -297835,9 +297835,9 @@
7
),
"score": 87.23729782107844,
- "score-diff": "9.736923039027161",
- "score-diff-perc": "+12.56371%",
- "tooltip": "score = 87.23729782107844\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +9.73692 (+12.56371%)",
+ "score-diff": "1.2320035877451119",
+ "score-diff-perc": "+1.43247%",
+ "tooltip": "score = 87.23729782107844\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.23200 (+1.43247%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -297860,11 +297860,11 @@
18,
7
),
- "score": 86.00529423333333,
- "score-diff": "-1.2320035877451119",
- "score-diff-perc": "-1.41224%",
- "tooltip": "score = 86.00529423333333\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.23200 (-1.41224%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 77.50037478205128,
+ "score-diff": "-9.736923039027161",
+ "score-diff-perc": "-11.16142%",
+ "tooltip": "score = 77.50037478205128\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -9.73692 (-11.16142%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -297887,9 +297887,9 @@
41
),
"score": 101.83606381666667,
- "score-diff": "15.830769583333336",
- "score-diff-perc": "+18.40674%",
- "tooltip": "score = 101.83606381666667\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +15.83077 (+18.40674%)",
+ "score-diff": "24.335689034615385",
+ "score-diff-perc": "+31.40074%",
+ "tooltip": "score = 101.83606381666667\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +24.33569 (+31.40074%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -297990,11 +297990,11 @@
17,
1
),
- "score": 97.61125112903225,
- "score-diff": "-9.457297336484984",
- "score-diff-perc": "-8.83294%",
- "tooltip": "score = 97.61125112903225\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -9.45730 (-8.83294%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 101.82569888333333,
+ "score-diff": "-5.242849582183908",
+ "score-diff-perc": "-4.89672%",
+ "tooltip": "score = 101.82569888333333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -5.24285 (-4.89672%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -298016,11 +298016,11 @@
17,
1
),
- "score": 79.71221634210526,
- "score-diff": "-17.89903478692699",
- "score-diff-perc": "-18.33706%",
- "tooltip": "score = 79.71221634210526\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -17.89903 (-18.33706%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 97.61125112903225,
+ "score-diff": "-4.2144477543010765",
+ "score-diff-perc": "-4.13888%",
+ "tooltip": "score = 97.61125112903225\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.21445 (-4.13888%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -298042,11 +298042,11 @@
17,
1
),
- "score": 101.82569888333333,
- "score-diff": "22.113482541228066",
- "score-diff-perc": "+27.74165%",
- "tooltip": "score = 101.82569888333333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +22.11348 (+27.74165%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 79.71221634210526,
+ "score-diff": "-17.89903478692699",
+ "score-diff-perc": "-18.33706%",
+ "tooltip": "score = 79.71221634210526\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -17.89903 (-18.33706%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -298069,9 +298069,9 @@
7
),
"score": 87.84461895882353,
- "score-diff": "-13.9810799245098",
- "score-diff-perc": "-13.73040%",
- "tooltip": "score = 87.84461895882353\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -13.98108 (-13.73040%)",
+ "score-diff": "8.132402616718267",
+ "score-diff-perc": "+10.20220%",
+ "tooltip": "score = 87.84461895882353\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +8.13240 (+10.20220%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -298354,11 +298354,11 @@
16,
5
),
- "score": 103.83713753793103,
- "score-diff": "-6.945936028206546",
- "score-diff-perc": "-6.26985%",
- "tooltip": "score = 103.83713753793103\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -6.94594 (-6.26985%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 77.22904317948718,
+ "score-diff": "-33.554030386650396",
+ "score-diff-perc": "-30.28805%",
+ "tooltip": "score = 77.22904317948718\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -33.55403 (-30.28805%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -298380,11 +298380,11 @@
16,
5
),
- "score": 77.22904317948718,
- "score-diff": "-26.60809435844385",
- "score-diff-perc": "-25.62483%",
- "tooltip": "score = 77.22904317948718\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -26.60809 (-25.62483%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 98.04636119354839,
+ "score-diff": "20.817318014061215",
+ "score-diff-perc": "+26.95530%",
+ "tooltip": "score = 98.04636119354839\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +20.81732 (+26.95530%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -298406,11 +298406,11 @@
16,
5
),
- "score": 98.04636119354839,
- "score-diff": "20.817318014061215",
- "score-diff-perc": "+26.95530%",
- "tooltip": "score = 98.04636119354839\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +20.81732 (+26.95530%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 103.83713753793103,
+ "score-diff": "5.790776344382635",
+ "score-diff-perc": "+5.90616%",
+ "tooltip": "score = 103.83713753793103\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.79078 (+5.90616%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -298433,9 +298433,9 @@
21
),
"score": 98.85718777419355,
- "score-diff": "0.8108265806451556",
- "score-diff-perc": "+0.82698%",
- "tooltip": "score = 98.85718777419355\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.81083 (+0.82698%)",
+ "score-diff": "-4.97994976373748",
+ "score-diff-perc": "-4.79592%",
+ "tooltip": "score = 98.85718777419355\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -4.97995 (-4.79592%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -298744,11 +298744,11 @@
8,
54
),
- "score": 105.3260583275862,
- "score-diff": "3.1731550775861876",
- "score-diff-perc": "+3.10628%",
- "tooltip": "score = 105.3260583275862\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +3.17316 (+3.10628%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 78.84512495681511,
+ "score-diff": "-23.307778293184896",
+ "score-diff-perc": "-22.81656%",
+ "tooltip": "score = 78.84512495681511\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -23.30778 (-22.81656%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -298770,11 +298770,11 @@
8,
54
),
- "score": 78.84512495681511,
- "score-diff": "-26.480933370771083",
- "score-diff-perc": "-25.14186%",
- "tooltip": "score = 78.84512495681511\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -26.48093 (-25.14186%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 105.3260583275862,
+ "score-diff": "26.480933370771083",
+ "score-diff-perc": "+33.58601%",
+ "tooltip": "score = 105.3260583275862\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +26.48093 (+33.58601%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -298797,9 +298797,9 @@
43
),
"score": 89.34560841008403,
- "score-diff": "10.500483453268913",
- "score-diff-perc": "+13.31786%",
- "tooltip": "score = 89.34560841008403\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +10.50048 (+13.31786%)",
+ "score-diff": "-15.98044991750217",
+ "score-diff-perc": "-15.17236%",
+ "tooltip": "score = 89.34560841008403\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -15.98045 (-15.17236%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -304471,11 +304471,11 @@
18,
7
),
- "score": 46.58301267893218,
- "score-diff": "0.7457648098162224",
- "score-diff-perc": "+1.62698%",
- "tooltip": "score = 46.58301267893218\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.74576 (+1.62698%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 47.981077624716264,
+ "score-diff": "2.143829755600308",
+ "score-diff-perc": "+4.67705%",
+ "tooltip": "score = 47.981077624716264\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.14383 (+4.67705%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -304498,9 +304498,9 @@
7
),
"score": 45.48005899875565,
- "score-diff": "-1.102953680176526",
- "score-diff-perc": "-2.36772%",
- "tooltip": "score = 45.48005899875565\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.10295 (-2.36772%)",
+ "score-diff": "-2.5010186259606115",
+ "score-diff-perc": "-5.21251%",
+ "tooltip": "score = 45.48005899875565\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.50102 (-5.21251%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -304523,11 +304523,11 @@
18,
7
),
- "score": 47.981077624716264,
- "score-diff": "2.5010186259606115",
- "score-diff-perc": "+5.49915%",
- "tooltip": "score = 47.981077624716264\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.50102 (+5.49915%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 46.58301267893218,
+ "score-diff": "1.102953680176526",
+ "score-diff-perc": "+2.42514%",
+ "tooltip": "score = 46.58301267893218\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.10295 (+2.42514%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -304550,9 +304550,9 @@
41
),
"score": 51.09438083714689,
- "score-diff": "3.1133032124306297",
- "score-diff-perc": "+6.48861%",
- "tooltip": "score = 51.09438083714689\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +3.11330 (+6.48861%)",
+ "score-diff": "4.511368158214715",
+ "score-diff-perc": "+9.68458%",
+ "tooltip": "score = 51.09438083714689\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +4.51137 (+9.68458%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -304653,11 +304653,11 @@
17,
1
),
- "score": 51.058233707603165,
- "score-diff": "1.2599723309638193",
- "score-diff-perc": "+2.53015%",
- "tooltip": "score = 51.058233707603165\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.25997 (+2.53015%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 52.03591426973684,
+ "score-diff": "2.237652893097497",
+ "score-diff-perc": "+4.49344%",
+ "tooltip": "score = 52.03591426973684\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.23765 (+4.49344%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -304679,11 +304679,11 @@
17,
1
),
- "score": 46.103036946969695,
- "score-diff": "-4.95519676063347",
- "score-diff-perc": "-9.70499%",
- "tooltip": "score = 46.103036946969695\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.95520 (-9.70499%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 51.058233707603165,
+ "score-diff": "-0.9776805621336777",
+ "score-diff-perc": "-1.87886%",
+ "tooltip": "score = 51.058233707603165\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.97768 (-1.87886%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -304705,11 +304705,11 @@
17,
1
),
- "score": 52.03591426973684,
- "score-diff": "5.932877322767148",
- "score-diff-perc": "+12.86873%",
- "tooltip": "score = 52.03591426973684\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.93288 (+12.86873%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 46.103036946969695,
+ "score-diff": "-4.95519676063347",
+ "score-diff-perc": "-9.70499%",
+ "tooltip": "score = 46.103036946969695\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.95520 (-9.70499%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -304732,9 +304732,9 @@
7
),
"score": 45.2136342160787,
- "score-diff": "-6.82228005365814",
- "score-diff-perc": "-13.11071%",
- "tooltip": "score = 45.2136342160787\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -6.82228 (-13.11071%)",
+ "score-diff": "-0.8894027308909926",
+ "score-diff-perc": "-1.92916%",
+ "tooltip": "score = 45.2136342160787\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.88940 (-1.92916%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -305017,11 +305017,11 @@
16,
5
),
- "score": 50.262548888996946,
- "score-diff": "0.48411060593242894",
- "score-diff-perc": "+0.97253%",
- "tooltip": "score = 50.262548888996946\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.48411 (+0.97253%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 45.76643292456946,
+ "score-diff": "-4.01200535849506",
+ "score-diff-perc": "-8.05973%",
+ "tooltip": "score = 45.76643292456946\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.01201 (-8.05973%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -305043,11 +305043,11 @@
16,
5
),
- "score": 45.76643292456946,
- "score-diff": "-4.496115964427489",
- "score-diff-perc": "-8.94526%",
- "tooltip": "score = 45.76643292456946\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.49612 (-8.94526%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 52.33461469252873,
+ "score-diff": "6.568181767959274",
+ "score-diff-perc": "+14.35153%",
+ "tooltip": "score = 52.33461469252873\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +6.56818 (+14.35153%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -305069,11 +305069,11 @@
16,
5
),
- "score": 52.33461469252873,
- "score-diff": "6.568181767959274",
- "score-diff-perc": "+14.35153%",
- "tooltip": "score = 52.33461469252873\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +6.56818 (+14.35153%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 50.262548888996946,
+ "score-diff": "-2.0720658035317854",
+ "score-diff-perc": "-3.95926%",
+ "tooltip": "score = 50.262548888996946\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.07207 (-3.95926%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -305096,9 +305096,9 @@
21
),
"score": 52.82037770447671,
- "score-diff": "0.48576301194798077",
- "score-diff-perc": "+0.92819%",
- "tooltip": "score = 52.82037770447671\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.48576 (+0.92819%)",
+ "score-diff": "2.557828815479766",
+ "score-diff-perc": "+5.08894%",
+ "tooltip": "score = 52.82037770447671\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.55783 (+5.08894%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -305407,11 +305407,11 @@
8,
54
),
- "score": 55.96368509845626,
- "score-diff": "3.917144934663156",
- "score-diff-perc": "+7.52624%",
- "tooltip": "score = 55.96368509845626\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +3.91714 (+7.52624%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 47.100609035748676,
+ "score-diff": "-4.945931128044428",
+ "score-diff-perc": "-9.50290%",
+ "tooltip": "score = 47.100609035748676\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -4.94593 (-9.50290%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -305433,11 +305433,11 @@
8,
54
),
- "score": 47.100609035748676,
- "score-diff": "-8.863076062707584",
- "score-diff-perc": "-15.83719%",
- "tooltip": "score = 47.100609035748676\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -8.86308 (-15.83719%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 55.96368509845626,
+ "score-diff": "8.863076062707584",
+ "score-diff-perc": "+18.81733%",
+ "tooltip": "score = 55.96368509845626\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +8.86308 (+18.81733%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -305460,9 +305460,9 @@
43
),
"score": 45.17455635074627,
- "score-diff": "-1.9260526850024036",
- "score-diff-perc": "-4.08923%",
- "tooltip": "score = 45.17455635074627\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.92605 (-4.08923%)",
+ "score-diff": "-10.789128747709988",
+ "score-diff-perc": "-19.27880%",
+ "tooltip": "score = 45.17455635074627\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -10.78913 (-19.27880%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -311134,11 +311134,11 @@
18,
7
),
- "score": 86.99498544285714,
- "score-diff": "1.4865131444444444",
- "score-diff-perc": "+1.73844%",
- "tooltip": "score = 86.99498544285714\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.48651 (+1.73844%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 80.93413285277381,
+ "score-diff": "-4.574339445638884",
+ "score-diff-perc": "-5.34957%",
+ "tooltip": "score = 80.93413285277381\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.57434 (-5.34957%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -311161,9 +311161,9 @@
7
),
"score": 79.07139503373818,
- "score-diff": "-7.923590409118958",
- "score-diff-perc": "-9.10810%",
- "tooltip": "score = 79.07139503373818\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -7.92359 (-9.10810%)",
+ "score-diff": "-1.8627378190356296",
+ "score-diff-perc": "-2.30155%",
+ "tooltip": "score = 79.07139503373818\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.86274 (-2.30155%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -311186,11 +311186,11 @@
18,
7
),
- "score": 80.93413285277381,
- "score-diff": "1.8627378190356296",
- "score-diff-perc": "+2.35577%",
- "tooltip": "score = 80.93413285277381\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.86274 (+2.35577%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 86.99498544285714,
+ "score-diff": "7.923590409118958",
+ "score-diff-perc": "+10.02081%",
+ "tooltip": "score = 86.99498544285714\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +7.92359 (+10.02081%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -311213,9 +311213,9 @@
41
),
"score": 101.6653985,
- "score-diff": "20.73126564722618",
- "score-diff-perc": "+25.61498%",
- "tooltip": "score = 101.6653985\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +20.73127 (+25.61498%)",
+ "score-diff": "14.670413057142852",
+ "score-diff-perc": "+16.86352%",
+ "tooltip": "score = 101.6653985\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +14.67041 (+16.86352%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -311316,11 +311316,11 @@
17,
1
),
- "score": 106.31997709729063,
- "score-diff": "6.2605987424519185",
- "score-diff-perc": "+6.25688%",
- "tooltip": "score = 106.31997709729063\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +6.26060 (+6.25688%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 106.51511912068966,
+ "score-diff": "6.455740765850948",
+ "score-diff-perc": "+6.45191%",
+ "tooltip": "score = 106.51511912068966\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +6.45574 (+6.45191%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -311342,11 +311342,11 @@
17,
1
),
- "score": 78.76061177968961,
- "score-diff": "-27.55936531760102",
- "score-diff-perc": "-25.92115%",
- "tooltip": "score = 78.76061177968961\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -27.55937 (-25.92115%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 106.31997709729063,
+ "score-diff": "-0.19514202339902909",
+ "score-diff-perc": "-0.18321%",
+ "tooltip": "score = 106.31997709729063\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.19514 (-0.18321%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -311368,11 +311368,11 @@
17,
1
),
- "score": 106.51511912068966,
- "score-diff": "27.75450734100005",
- "score-diff-perc": "+35.23907%",
- "tooltip": "score = 106.51511912068966\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +27.75451 (+35.23907%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 78.76061177968961,
+ "score-diff": "-27.55936531760102",
+ "score-diff-perc": "-25.92115%",
+ "tooltip": "score = 78.76061177968961\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -27.55937 (-25.92115%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -311395,9 +311395,9 @@
7
),
"score": 84.20865747222223,
- "score-diff": "-22.306461648467433",
- "score-diff-perc": "-20.94206%",
- "tooltip": "score = 84.20865747222223\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -22.30646 (-20.94206%)",
+ "score-diff": "5.448045692532617",
+ "score-diff-perc": "+6.91722%",
+ "tooltip": "score = 84.20865747222223\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +5.44805 (+6.91722%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -311680,11 +311680,11 @@
16,
5
),
- "score": 112.7936805,
- "score-diff": "9.433389741379301",
- "score-diff-perc": "+9.12671%",
- "tooltip": "score = 112.7936805\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +9.43339 (+9.12671%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 76.5012155625,
+ "score-diff": "-26.8590751961207",
+ "score-diff-perc": "-25.98587%",
+ "tooltip": "score = 76.5012155625\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -26.85908 (-25.98587%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -311706,11 +311706,11 @@
16,
5
),
- "score": 76.5012155625,
- "score-diff": "-36.2924649375",
- "score-diff-perc": "-32.17597%",
- "tooltip": "score = 76.5012155625\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -36.29246 (-32.17597%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 98.68980793548387,
+ "score-diff": "22.188592372983877",
+ "score-diff-perc": "+29.00424%",
+ "tooltip": "score = 98.68980793548387\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +22.18859 (+29.00424%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -311732,11 +311732,11 @@
16,
5
),
- "score": 98.68980793548387,
- "score-diff": "22.188592372983877",
- "score-diff-perc": "+29.00424%",
- "tooltip": "score = 98.68980793548387\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +22.18859 (+29.00424%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 112.7936805,
+ "score-diff": "14.103872564516124",
+ "score-diff-perc": "+14.29111%",
+ "tooltip": "score = 112.7936805\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +14.10387 (+14.29111%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -311759,9 +311759,9 @@
21
),
"score": 100.8588826,
- "score-diff": "2.169074664516131",
- "score-diff-perc": "+2.19787%",
- "tooltip": "score = 100.8588826\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.16907 (+2.19787%)",
+ "score-diff": "-11.934797899999992",
+ "score-diff-perc": "-10.58109%",
+ "tooltip": "score = 100.8588826\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -11.93480 (-10.58109%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -312070,11 +312070,11 @@
8,
54
),
- "score": 113.32282618518519,
- "score-diff": "7.919424667943815",
- "score-diff-perc": "+7.51344%",
- "tooltip": "score = 113.32282618518519\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +7.91942 (+7.51344%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 86.17521831349205,
+ "score-diff": "-19.228183203749325",
+ "score-diff-perc": "-18.24247%",
+ "tooltip": "score = 86.17521831349205\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -19.22818 (-18.24247%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -312096,11 +312096,11 @@
8,
54
),
- "score": 86.17521831349205,
- "score-diff": "-27.14760787169314",
- "score-diff-perc": "-23.95599%",
- "tooltip": "score = 86.17521831349205\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -27.14761 (-23.95599%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 113.32282618518519,
+ "score-diff": "27.14760787169314",
+ "score-diff-perc": "+31.50280%",
+ "tooltip": "score = 113.32282618518519\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +27.14761 (+31.50280%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -312123,9 +312123,9 @@
43
),
"score": 87.91197138403362,
- "score-diff": "1.7367530705415675",
- "score-diff-perc": "+2.01537%",
- "tooltip": "score = 87.91197138403362\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.73675 (+2.01537%)",
+ "score-diff": "-25.410854801151572",
+ "score-diff-perc": "-22.42342%",
+ "tooltip": "score = 87.91197138403362\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -25.41085 (-22.42342%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -317797,11 +317797,11 @@
18,
7
),
- "score": 47.143964576434676,
- "score-diff": "0.6209335089630841",
- "score-diff-perc": "+1.33468%",
- "tooltip": "score = 47.143964576434676\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.62093 (+1.33468%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 47.87975687593145,
+ "score-diff": "1.3567258084598564",
+ "score-diff-perc": "+2.91625%",
+ "tooltip": "score = 47.87975687593145\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.35673 (+2.91625%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -317824,9 +317824,9 @@
7
),
"score": 47.636334304191465,
- "score-diff": "0.4923697277567882",
- "score-diff-perc": "+1.04440%",
- "tooltip": "score = 47.636334304191465\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.49237 (+1.04440%)",
+ "score-diff": "-0.24342257173998405",
+ "score-diff-perc": "-0.50840%",
+ "tooltip": "score = 47.636334304191465\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.24342 (-0.50840%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -317849,11 +317849,11 @@
18,
7
),
- "score": 47.87975687593145,
- "score-diff": "0.24342257173998405",
- "score-diff-perc": "+0.51100%",
- "tooltip": "score = 47.87975687593145\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.24342 (+0.51100%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 47.143964576434676,
+ "score-diff": "-0.4923697277567882",
+ "score-diff-perc": "-1.03360%",
+ "tooltip": "score = 47.143964576434676\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.49237 (-1.03360%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -317876,9 +317876,9 @@
41
),
"score": 48.960959008326824,
- "score-diff": "1.0812021323953758",
- "score-diff-perc": "+2.25816%",
- "tooltip": "score = 48.960959008326824\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.08120 (+2.25816%)",
+ "score-diff": "1.816994431892148",
+ "score-diff-perc": "+3.85414%",
+ "tooltip": "score = 48.960959008326824\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.81699 (+3.85414%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -317979,11 +317979,11 @@
17,
1
),
- "score": 50.96392700254238,
- "score-diff": "0.7183715275423737",
- "score-diff-perc": "+1.42972%",
- "tooltip": "score = 50.96392700254238\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.71837 (+1.42972%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 51.10784189830508,
+ "score-diff": "0.8622864233050791",
+ "score-diff-perc": "+1.71614%",
+ "tooltip": "score = 51.10784189830508\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.86229 (+1.71614%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -318005,11 +318005,11 @@
17,
1
),
- "score": 47.70253548139881,
- "score-diff": "-3.2613915211435653",
- "score-diff-perc": "-6.39941%",
- "tooltip": "score = 47.70253548139881\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.26139 (-6.39941%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 50.96392700254238,
+ "score-diff": "-0.14391489576270544",
+ "score-diff-perc": "-0.28159%",
+ "tooltip": "score = 50.96392700254238\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.14391 (-0.28159%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -318031,11 +318031,11 @@
17,
1
),
- "score": 51.10784189830508,
- "score-diff": "3.405306416906271",
- "score-diff-perc": "+7.13863%",
- "tooltip": "score = 51.10784189830508\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3.40531 (+7.13863%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 47.70253548139881,
+ "score-diff": "-3.2613915211435653",
+ "score-diff-perc": "-6.39941%",
+ "tooltip": "score = 47.70253548139881\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.26139 (-6.39941%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -318058,9 +318058,9 @@
7
),
"score": 48.97442437717929,
- "score-diff": "-2.133417521125793",
- "score-diff-perc": "-4.17434%",
- "tooltip": "score = 48.97442437717929\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.13342 (-4.17434%)",
+ "score-diff": "1.271888895780478",
+ "score-diff-perc": "+2.66629%",
+ "tooltip": "score = 48.97442437717929\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.27189 (+2.66629%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -318343,11 +318343,11 @@
16,
5
),
- "score": 50.67824576666666,
- "score-diff": "-1.7882635848154962",
- "score-diff-perc": "-3.40839%",
- "tooltip": "score = 50.67824576666666\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.78826 (-3.40839%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 45.89554903030303,
+ "score-diff": "-6.570960321179129",
+ "score-diff-perc": "-12.52410%",
+ "tooltip": "score = 45.89554903030303\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -6.57096 (-12.52410%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -318369,11 +318369,11 @@
16,
5
),
- "score": 45.89554903030303,
- "score-diff": "-4.782696736363633",
- "score-diff-perc": "-9.43738%",
- "tooltip": "score = 45.89554903030303\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.78270 (-9.43738%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 52.06764129500292,
+ "score-diff": "6.1720922646998915",
+ "score-diff-perc": "+13.44813%",
+ "tooltip": "score = 52.06764129500292\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +6.17209 (+13.44813%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -318395,11 +318395,11 @@
16,
5
),
- "score": 52.06764129500292,
- "score-diff": "6.1720922646998915",
- "score-diff-perc": "+13.44813%",
- "tooltip": "score = 52.06764129500292\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +6.17209 (+13.44813%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 50.67824576666666,
+ "score-diff": "-1.3893955283362587",
+ "score-diff-perc": "-2.66844%",
+ "tooltip": "score = 50.67824576666666\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.38940 (-2.66844%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -318422,9 +318422,9 @@
21
),
"score": 53.22585361403509,
- "score-diff": "1.1582123190321667",
- "score-diff-perc": "+2.22444%",
- "tooltip": "score = 53.22585361403509\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.15821 (+2.22444%)",
+ "score-diff": "2.5476078473684254",
+ "score-diff-perc": "+5.02702%",
+ "tooltip": "score = 53.22585361403509\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.54761 (+5.02702%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -318733,11 +318733,11 @@
8,
54
),
- "score": 54.64779860714286,
- "score-diff": "2.4197095051505926",
- "score-diff-perc": "+4.63297%",
- "tooltip": "score = 54.64779860714286\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.41971 (+4.63297%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 49.47796509166667,
+ "score-diff": "-2.7501240103255995",
+ "score-diff-perc": "-5.26560%",
+ "tooltip": "score = 49.47796509166667\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.75012 (-5.26560%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -318759,11 +318759,11 @@
8,
54
),
- "score": 49.47796509166667,
- "score-diff": "-5.169833515476192",
- "score-diff-perc": "-9.46028%",
- "tooltip": "score = 49.47796509166667\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -5.16983 (-9.46028%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 54.64779860714286,
+ "score-diff": "5.169833515476192",
+ "score-diff-perc": "+10.44876%",
+ "tooltip": "score = 54.64779860714286\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +5.16983 (+10.44876%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -318786,9 +318786,9 @@
43
),
"score": 48.40190046812596,
- "score-diff": "-1.0760646235407094",
- "score-diff-perc": "-2.17484%",
- "tooltip": "score = 48.40190046812596\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.07606 (-2.17484%)",
+ "score-diff": "-6.2458981390169015",
+ "score-diff-perc": "-11.42937%",
+ "tooltip": "score = 48.40190046812596\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -6.24590 (-11.42937%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -324460,11 +324460,11 @@
18,
7
),
- "score": 45.594412101311626,
- "score-diff": "0.04736685131162943",
- "score-diff-perc": "+0.10400%",
- "tooltip": "score = 45.594412101311626\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.04737 (+0.10400%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 45.861408977272724,
+ "score-diff": "0.31436372727272754",
+ "score-diff-perc": "+0.69020%",
+ "tooltip": "score = 45.861408977272724\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.31436 (+0.69020%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -324487,9 +324487,9 @@
7
),
"score": 47.21892678569712,
- "score-diff": "1.6245146843854954",
- "score-diff-perc": "+3.56297%",
- "tooltip": "score = 47.21892678569712\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.62451 (+3.56297%)",
+ "score-diff": "1.3575178084243973",
+ "score-diff-perc": "+2.96004%",
+ "tooltip": "score = 47.21892678569712\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.35752 (+2.96004%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -324512,11 +324512,11 @@
18,
7
),
- "score": 45.861408977272724,
- "score-diff": "-1.3575178084243973",
- "score-diff-perc": "-2.87494%",
- "tooltip": "score = 45.861408977272724\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.35752 (-2.87494%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 45.594412101311626,
+ "score-diff": "-1.6245146843854954",
+ "score-diff-perc": "-3.44039%",
+ "tooltip": "score = 45.594412101311626\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.62451 (-3.44039%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -324539,9 +324539,9 @@
41
),
"score": 56.42944459259259,
- "score-diff": "10.568035615319864",
- "score-diff-perc": "+23.04342%",
- "tooltip": "score = 56.42944459259259\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +10.56804 (+23.04342%)",
+ "score-diff": "10.835032491280963",
+ "score-diff-perc": "+23.76395%",
+ "tooltip": "score = 56.42944459259259\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +10.83503 (+23.76395%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -324642,11 +324642,11 @@
17,
1
),
- "score": 56.451867110587,
- "score-diff": "1.7073528014960928",
- "score-diff-perc": "+3.11877%",
- "tooltip": "score = 56.451867110587\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.70735 (+3.11877%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 56.520314571977636,
+ "score-diff": "1.775800262886726",
+ "score-diff-perc": "+3.24380%",
+ "tooltip": "score = 56.520314571977636\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.77580 (+3.24380%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -324668,11 +324668,11 @@
17,
1
),
- "score": 45.72600034023066,
- "score-diff": "-10.72586677035634",
- "score-diff-perc": "-19.00002%",
- "tooltip": "score = 45.72600034023066\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -10.72587 (-19.00002%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 56.451867110587,
+ "score-diff": "-0.06844746139063318",
+ "score-diff-perc": "-0.12110%",
+ "tooltip": "score = 56.451867110587\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.06845 (-0.12110%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -324694,11 +324694,11 @@
17,
1
),
- "score": 56.520314571977636,
- "score-diff": "10.794314231746974",
- "score-diff-perc": "+23.60651%",
- "tooltip": "score = 56.520314571977636\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +10.79431 (+23.60651%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 45.72600034023066,
+ "score-diff": "-10.72586677035634",
+ "score-diff-perc": "-19.00002%",
+ "tooltip": "score = 45.72600034023066\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -10.72587 (-19.00002%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -324721,9 +324721,9 @@
7
),
"score": 46.02692512121212,
- "score-diff": "-10.493389450765513",
- "score-diff-perc": "-18.56570%",
- "tooltip": "score = 46.02692512121212\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -10.49339 (-18.56570%)",
+ "score-diff": "0.300924780981461",
+ "score-diff-perc": "+0.65810%",
+ "tooltip": "score = 46.02692512121212\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.30092 (+0.65810%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -325006,11 +325006,11 @@
16,
5
),
- "score": 56.02073655555556,
- "score-diff": "-2.792986384301159",
- "score-diff-perc": "-4.74887%",
- "tooltip": "score = 56.02073655555556\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.79299 (-4.74887%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 45.114353962686565,
+ "score-diff": "-13.699368977170153",
+ "score-diff-perc": "-23.29281%",
+ "tooltip": "score = 45.114353962686565\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -13.69937 (-23.29281%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -325032,11 +325032,11 @@
16,
5
),
- "score": 45.114353962686565,
- "score-diff": "-10.906382592868994",
- "score-diff-perc": "-19.46847%",
- "tooltip": "score = 45.114353962686565\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -10.90638 (-19.46847%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 56.64664123619846,
+ "score-diff": "11.532287273511898",
+ "score-diff-perc": "+25.56235%",
+ "tooltip": "score = 56.64664123619846\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +11.53229 (+25.56235%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -325058,11 +325058,11 @@
16,
5
),
- "score": 56.64664123619846,
- "score-diff": "11.532287273511898",
- "score-diff-perc": "+25.56235%",
- "tooltip": "score = 56.64664123619846\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +11.53229 (+25.56235%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 56.02073655555556,
+ "score-diff": "-0.625904680642904",
+ "score-diff-perc": "-1.10493%",
+ "tooltip": "score = 56.02073655555556\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.62590 (-1.10493%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -325085,9 +325085,9 @@
21
),
"score": 56.43953517907058,
- "score-diff": "-0.20710605712788066",
- "score-diff-perc": "-0.36561%",
- "tooltip": "score = 56.43953517907058\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.20711 (-0.36561%)",
+ "score-diff": "0.4187986235150234",
+ "score-diff-perc": "+0.74758%",
+ "tooltip": "score = 56.43953517907058\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.41880 (+0.74758%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -325396,11 +325396,11 @@
8,
54
),
- "score": 60.061580454117646,
- "score-diff": "0.6673544441176489",
- "score-diff-perc": "+1.12360%",
- "tooltip": "score = 60.061580454117646\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.66735 (+1.12360%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 46.56535400402463,
+ "score-diff": "-12.82887200597537",
+ "score-diff-perc": "-21.59953%",
+ "tooltip": "score = 46.56535400402463\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.82887 (-21.59953%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -325422,11 +325422,11 @@
8,
54
),
- "score": 46.56535400402463,
- "score-diff": "-13.496226450093019",
- "score-diff-perc": "-22.47065%",
- "tooltip": "score = 46.56535400402463\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -13.49623 (-22.47065%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 60.061580454117646,
+ "score-diff": "13.496226450093019",
+ "score-diff-perc": "+28.98341%",
+ "tooltip": "score = 60.061580454117646\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +13.49623 (+28.98341%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -325449,9 +325449,9 @@
43
),
"score": 47.7105902447839,
- "score-diff": "1.1452362407592744",
- "score-diff-perc": "+2.45942%",
- "tooltip": "score = 47.7105902447839\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.14524 (+2.45942%)",
+ "score-diff": "-12.350990209333744",
+ "score-diff-perc": "-20.56388%",
+ "tooltip": "score = 47.7105902447839\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -12.35099 (-20.56388%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -331123,11 +331123,11 @@
18,
7
),
- "score": 47.30213855738705,
- "score-diff": "0.30660597265148226",
- "score-diff-perc": "+0.65242%",
- "tooltip": "score = 47.30213855738705\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.30661 (+0.65242%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 47.13552916446886,
+ "score-diff": "0.1399965797332925",
+ "score-diff-perc": "+0.29789%",
+ "tooltip": "score = 47.13552916446886\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.14000 (+0.29789%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -331150,9 +331150,9 @@
7
),
"score": 47.23208790273705,
- "score-diff": "-0.07005065465000371",
- "score-diff-perc": "-0.14809%",
- "tooltip": "score = 47.23208790273705\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.07005 (-0.14809%)",
+ "score-diff": "0.09655873826818606",
+ "score-diff-perc": "+0.20485%",
+ "tooltip": "score = 47.23208790273705\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.09656 (+0.20485%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -331175,11 +331175,11 @@
18,
7
),
- "score": 47.13552916446886,
- "score-diff": "-0.09655873826818606",
- "score-diff-perc": "-0.20443%",
- "tooltip": "score = 47.13552916446886\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.09656 (-0.20443%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 47.30213855738705,
+ "score-diff": "0.07005065465000371",
+ "score-diff-perc": "+0.14831%",
+ "tooltip": "score = 47.30213855738705\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.07005 (+0.14831%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -331202,9 +331202,9 @@
41
),
"score": 51.10651207669491,
- "score-diff": "3.9709829122260487",
- "score-diff-perc": "+8.42461%",
- "tooltip": "score = 51.10651207669491\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +3.97098 (+8.42461%)",
+ "score-diff": "3.804373519307859",
+ "score-diff-perc": "+8.04271%",
+ "tooltip": "score = 51.10651207669491\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +3.80437 (+8.04271%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -331305,11 +331305,11 @@
17,
1
),
- "score": 51.45965219078948,
- "score-diff": "-0.5984356258771939",
- "score-diff-perc": "-1.14955%",
- "tooltip": "score = 51.45965219078948\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.59844 (-1.14955%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 50.874377434322035,
+ "score-diff": "-1.1837103823446355",
+ "score-diff-perc": "-2.27383%",
+ "tooltip": "score = 50.874377434322035\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.18371 (-2.27383%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -331331,11 +331331,11 @@
17,
1
),
- "score": 47.52302511755953,
- "score-diff": "-3.9366270732299498",
- "score-diff-perc": "-7.64993%",
- "tooltip": "score = 47.52302511755953\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.93663 (-7.64993%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 51.45965219078948,
+ "score-diff": "0.5852747564674416",
+ "score-diff-perc": "+1.15043%",
+ "tooltip": "score = 51.45965219078948\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.58527 (+1.15043%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -331357,11 +331357,11 @@
17,
1
),
- "score": 50.874377434322035,
- "score-diff": "3.351352316762508",
- "score-diff-perc": "+7.05206%",
- "tooltip": "score = 50.874377434322035\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3.35135 (+7.05206%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 47.52302511755953,
+ "score-diff": "-3.9366270732299498",
+ "score-diff-perc": "-7.64993%",
+ "tooltip": "score = 47.52302511755953\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.93663 (-7.64993%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -331384,9 +331384,9 @@
7
),
"score": 46.56938193726326,
- "score-diff": "-4.304995497058776",
- "score-diff-perc": "-8.46201%",
- "tooltip": "score = 46.56938193726326\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -4.30500 (-8.46201%)",
+ "score-diff": "-0.9536431802962682",
+ "score-diff-perc": "-2.00670%",
+ "tooltip": "score = 46.56938193726326\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.95364 (-2.00670%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -331669,11 +331669,11 @@
16,
5
),
- "score": 52.71787901119177,
- "score-diff": "1.7124004049770747",
- "score-diff-perc": "+3.35729%",
- "tooltip": "score = 52.71787901119177\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.71240 (+3.35729%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 47.708808838665675,
+ "score-diff": "-3.2966697675490195",
+ "score-diff-perc": "-6.46336%",
+ "tooltip": "score = 47.708808838665675\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.29667 (-6.46336%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -331695,11 +331695,11 @@
16,
5
),
- "score": 47.708808838665675,
- "score-diff": "-5.009070172526094",
- "score-diff-perc": "-9.50165%",
- "tooltip": "score = 47.708808838665675\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -5.00907 (-9.50165%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 50.75011133206215,
+ "score-diff": "3.041302493396472",
+ "score-diff-perc": "+6.37472%",
+ "tooltip": "score = 50.75011133206215\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.04130 (+6.37472%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -331721,11 +331721,11 @@
16,
5
),
- "score": 50.75011133206215,
- "score-diff": "3.041302493396472",
- "score-diff-perc": "+6.37472%",
- "tooltip": "score = 50.75011133206215\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.04130 (+6.37472%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 52.71787901119177,
+ "score-diff": "1.9677676791296221",
+ "score-diff-perc": "+3.87737%",
+ "tooltip": "score = 52.71787901119177\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.96777 (+3.87737%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -331748,9 +331748,9 @@
21
),
"score": 51.973912362068965,
- "score-diff": "1.2238010300068183",
- "score-diff-perc": "+2.41143%",
- "tooltip": "score = 51.973912362068965\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.22380 (+2.41143%)",
+ "score-diff": "-0.7439666491228039",
+ "score-diff-perc": "-1.41122%",
+ "tooltip": "score = 51.973912362068965\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.74397 (-1.41122%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -332059,11 +332059,11 @@
8,
54
),
- "score": 53.41911842037618,
- "score-diff": "-1.5060699705329057",
- "score-diff-perc": "-2.74204%",
- "tooltip": "score = 53.41911842037618\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.50607 (-2.74204%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 47.1744359765625,
+ "score-diff": "-7.750752414346586",
+ "score-diff-perc": "-14.11147%",
+ "tooltip": "score = 47.1744359765625\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -7.75075 (-14.11147%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -332085,11 +332085,11 @@
8,
54
),
- "score": 47.1744359765625,
- "score-diff": "-6.24468244381368",
- "score-diff-perc": "-11.68998%",
- "tooltip": "score = 47.1744359765625\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -6.24468 (-11.68998%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 53.41911842037618,
+ "score-diff": "6.24468244381368",
+ "score-diff-perc": "+13.23743%",
+ "tooltip": "score = 53.41911842037618\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +6.24468 (+13.23743%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -332112,9 +332112,9 @@
43
),
"score": 48.486520766666665,
- "score-diff": "1.3120847901041657",
- "score-diff-perc": "+2.78135%",
- "tooltip": "score = 48.486520766666665\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.31208 (+2.78135%)",
+ "score-diff": "-4.932597653709514",
+ "score-diff-perc": "-9.23377%",
+ "tooltip": "score = 48.486520766666665\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -4.93260 (-9.23377%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -339431,11 +339431,11 @@
18,
7
),
- "score": 24.24191170967742,
- "score-diff": "-0.3888147903225807",
- "score-diff-perc": "-1.57858%",
- "tooltip": "score = 24.24191170967742\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.38881 (-1.57858%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 23.768328141732283,
+ "score-diff": "-0.8623983582677184",
+ "score-diff-perc": "-3.50131%",
+ "tooltip": "score = 23.768328141732283\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.86240 (-3.50131%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -339458,9 +339458,9 @@
7
),
"score": 23.902709285714284,
- "score-diff": "-0.3392024239631368",
- "score-diff-perc": "-1.39924%",
- "tooltip": "score = 23.902709285714284\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.33920 (-1.39924%)",
+ "score-diff": "0.13438114398200085",
+ "score-diff-perc": "+0.56538%",
+ "tooltip": "score = 23.902709285714284\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.13438 (+0.56538%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -339483,11 +339483,11 @@
18,
7
),
- "score": 23.768328141732283,
- "score-diff": "-0.13438114398200085",
- "score-diff-perc": "-0.56220%",
- "tooltip": "score = 23.768328141732283\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.13438 (-0.56220%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 24.24191170967742,
+ "score-diff": "0.3392024239631368",
+ "score-diff-perc": "+1.41910%",
+ "tooltip": "score = 24.24191170967742\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.33920 (+1.41910%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -339510,9 +339510,9 @@
41
),
"score": 89.35542211764705,
- "score-diff": "65.58709397591477",
- "score-diff-perc": "+275.94324%",
- "tooltip": "score = 89.35542211764705\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +65.58709 (+275.94324%)",
+ "score-diff": "65.11351040796963",
+ "score-diff-perc": "+268.59891%",
+ "tooltip": "score = 89.35542211764705\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +65.11351 (+268.59891%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -339605,6 +339605,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 3,
+ 12,
+ 17,
+ 1
+ ),
+ "score": 116.37103007692308,
+ "score-diff": "18.165884141439207",
+ "score-diff-perc": "+18.49789%",
+ "tooltip": "score = 116.37103007692308\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +18.16588 (+18.49789%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
+ "commit-msg": "Update to GraalVM 24.0.0 (#9647)",
+ "commit-author": "Pavel Marek",
+ "commit-url": "https://github.com/enso-org/enso/commit/0d915d0344c958fe983c6d636ade2bef792f9ff7",
+ "commit-date": new Date(
+ 2024,
+ 3,
+ 12,
+ 17,
+ 1
+ ),
+ },
+
{
"date": new Date(
2024,
@@ -339614,9 +339640,9 @@
1
),
"score": 89.518687,
- "score-diff": "-8.68645893548387",
- "score-diff-perc": "-8.84522%",
- "tooltip": "score = 89.518687\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -8.68646 (-8.84522%)",
+ "score-diff": "-26.852343076923077",
+ "score-diff-perc": "-23.07477%",
+ "tooltip": "score = 89.518687\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -26.85234 (-23.07477%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
@@ -339657,32 +339683,6 @@
),
},
- {
- "date": new Date(
- 2024,
- 3,
- 12,
- 17,
- 1
- ),
- "score": 116.37103007692308,
- "score-diff": "93.91804265154994",
- "score-diff-perc": "+418.28751%",
- "tooltip": "score = 116.37103007692308\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +93.91804 (+418.28751%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
- "commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
- "commit-msg": "Update to GraalVM 24.0.0 (#9647)",
- "commit-author": "Pavel Marek",
- "commit-url": "https://github.com/enso-org/enso/commit/0d915d0344c958fe983c6d636ade2bef792f9ff7",
- "commit-date": new Date(
- 2024,
- 3,
- 12,
- 17,
- 1
- ),
- },
-
{
"date": new Date(
2024,
@@ -339692,9 +339692,9 @@
7
),
"score": 24.666660926229508,
- "score-diff": "-91.70436915069357",
- "score-diff-perc": "-78.80344%",
- "tooltip": "score = 24.666660926229508\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -91.70437 (-78.80344%)",
+ "score-diff": "2.2136735008563733",
+ "score-diff-perc": "+9.85915%",
+ "tooltip": "score = 24.666660926229508\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +2.21367 (+9.85915%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -339977,11 +339977,11 @@
16,
5
),
- "score": 86.95150742857143,
- "score-diff": "-29.485326302197805",
- "score-diff-perc": "-25.32302%",
- "tooltip": "score = 86.95150742857143\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -29.48533 (-25.32302%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 23.270785875968993,
+ "score-diff": "-93.16604785480024",
+ "score-diff-perc": "-80.01424%",
+ "tooltip": "score = 23.270785875968993\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -93.16605 (-80.01424%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -340003,11 +340003,11 @@
16,
5
),
- "score": 23.270785875968993,
- "score-diff": "-63.680721552602435",
- "score-diff-perc": "-73.23705%",
- "tooltip": "score = 23.270785875968993\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -63.68072 (-73.23705%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 83.34490305555556,
+ "score-diff": "60.074117179586565",
+ "score-diff-perc": "+258.15251%",
+ "tooltip": "score = 83.34490305555556\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +60.07412 (+258.15251%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -340029,11 +340029,11 @@
16,
5
),
- "score": 83.34490305555556,
- "score-diff": "60.074117179586565",
- "score-diff-perc": "+258.15251%",
- "tooltip": "score = 83.34490305555556\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +60.07412 (+258.15251%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 86.95150742857143,
+ "score-diff": "3.6066043730158697",
+ "score-diff-perc": "+4.32732%",
+ "tooltip": "score = 86.95150742857143\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.60660 (+4.32732%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -340056,9 +340056,9 @@
21
),
"score": 88.64432767647058,
- "score-diff": "5.299424620915019",
- "score-diff-perc": "+6.35843%",
- "tooltip": "score = 88.64432767647058\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +5.29942 (+6.35843%)",
+ "score-diff": "1.6928202478991494",
+ "score-diff-perc": "+1.94686%",
+ "tooltip": "score = 88.64432767647058\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.69282 (+1.94686%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -340367,11 +340367,11 @@
8,
54
),
- "score": 104.44145706896552,
- "score-diff": "4.367515235632183",
- "score-diff-perc": "+4.36429%",
- "tooltip": "score = 104.44145706896552\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +4.36752 (+4.36429%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 28.311205214953272,
+ "score-diff": "-71.76273661838006",
+ "score-diff-perc": "-71.70971%",
+ "tooltip": "score = 28.311205214953272\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -71.76274 (-71.70971%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -340393,11 +340393,11 @@
8,
54
),
- "score": 28.311205214953272,
- "score-diff": "-76.13025185401224",
- "score-diff-perc": "-72.89275%",
- "tooltip": "score = 28.311205214953272\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -76.13025 (-72.89275%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 104.44145706896552,
+ "score-diff": "76.13025185401224",
+ "score-diff-perc": "+268.90502%",
+ "tooltip": "score = 104.44145706896552\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +76.13025 (+268.90502%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -340420,9 +340420,9 @@
43
),
"score": 28.309557188679246,
- "score-diff": "-0.0016480262740259377",
- "score-diff-perc": "-0.00582%",
- "tooltip": "score = 28.309557188679246\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00165 (-0.00582%)",
+ "score-diff": "-76.13189988028627",
+ "score-diff-perc": "-72.89433%",
+ "tooltip": "score = 28.309557188679246\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -76.13190 (-72.89433%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -346094,11 +346094,11 @@
18,
7
),
- "score": 2.377428578384798,
- "score-diff": "0.2785718344183761",
- "score-diff-perc": "+13.27255%",
- "tooltip": "score = 2.377428578384798\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.27857 (+13.27255%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 2.653781171087533,
+ "score-diff": "0.5549244271211111",
+ "score-diff-perc": "+26.43937%",
+ "tooltip": "score = 2.653781171087533\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.55492 (+26.43937%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -346121,9 +346121,9 @@
7
),
"score": 2.508617254385965,
- "score-diff": "0.1311886760011669",
- "score-diff-perc": "+5.51809%",
- "tooltip": "score = 2.508617254385965\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.13119 (+5.51809%)",
+ "score-diff": "-0.14516391670156814",
+ "score-diff-perc": "-5.47008%",
+ "tooltip": "score = 2.508617254385965\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.14516 (-5.47008%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -346146,11 +346146,11 @@
18,
7
),
- "score": 2.653781171087533,
- "score-diff": "0.14516391670156814",
- "score-diff-perc": "+5.78661%",
- "tooltip": "score = 2.653781171087533\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.14516 (+5.78661%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 2.377428578384798,
+ "score-diff": "-0.1311886760011669",
+ "score-diff-perc": "-5.22952%",
+ "tooltip": "score = 2.377428578384798\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.13119 (-5.22952%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -346173,9 +346173,9 @@
41
),
"score": 2.5171641597484276,
- "score-diff": "-0.13661701133910542",
- "score-diff-perc": "-5.14801%",
- "tooltip": "score = 2.5171641597484276\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.13662 (-5.14801%)",
+ "score-diff": "0.13973558136362962",
+ "score-diff-perc": "+5.87759%",
+ "tooltip": "score = 2.5171641597484276\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.13974 (+5.87759%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -346276,11 +346276,11 @@
17,
1
),
- "score": 3.5908979120287254,
- "score-diff": "0.8096835592509475",
- "score-diff-perc": "+29.11259%",
- "tooltip": "score = 3.5908979120287254\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.80968 (+29.11259%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 3.530783611992945,
+ "score-diff": "0.7495692592151673",
+ "score-diff-perc": "+26.95115%",
+ "tooltip": "score = 3.530783611992945\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.74957 (+26.95115%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -346302,11 +346302,11 @@
17,
1
),
- "score": 2.1265036461211477,
- "score-diff": "-1.4643942659075777",
- "score-diff-perc": "-40.78073%",
- "tooltip": "score = 2.1265036461211477\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.46439 (-40.78073%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 3.5908979120287254,
+ "score-diff": "0.06011430003578022",
+ "score-diff-perc": "+1.70258%",
+ "tooltip": "score = 3.5908979120287254\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.06011 (+1.70258%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -346328,11 +346328,11 @@
17,
1
),
- "score": 3.530783611992945,
- "score-diff": "1.4042799658717975",
- "score-diff-perc": "+66.03704%",
- "tooltip": "score = 3.530783611992945\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.40428 (+66.03704%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 2.1265036461211477,
+ "score-diff": "-1.4643942659075777",
+ "score-diff-perc": "-40.78073%",
+ "tooltip": "score = 2.1265036461211477\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.46439 (-40.78073%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -346355,9 +346355,9 @@
7
),
"score": 1.7471793004366811,
- "score-diff": "-1.783604311556264",
- "score-diff-perc": "-50.51582%",
- "tooltip": "score = 1.7471793004366811\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.78360 (-50.51582%)",
+ "score-diff": "-0.3793243456844666",
+ "score-diff-perc": "-17.83794%",
+ "tooltip": "score = 1.7471793004366811\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.37932 (-17.83794%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -346640,11 +346640,11 @@
16,
5
),
- "score": 3.053598415267176,
- "score-diff": "0.29835024722309855",
- "score-diff-perc": "+10.82843%",
- "tooltip": "score = 3.053598415267176\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.29835 (+10.82843%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 1.6458063141447368,
+ "score-diff": "-1.1094418538993405",
+ "score-diff-perc": "-40.26649%",
+ "tooltip": "score = 1.6458063141447368\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.10944 (-40.26649%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -346666,11 +346666,11 @@
16,
5
),
- "score": 1.6458063141447368,
- "score-diff": "-1.407792101122439",
- "score-diff-perc": "-46.10273%",
- "tooltip": "score = 1.6458063141447368\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.40779 (-46.10273%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 2.452784643382353,
+ "score-diff": "0.8069783292376163",
+ "score-diff-perc": "+49.03240%",
+ "tooltip": "score = 2.452784643382353\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.80698 (+49.03240%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -346692,11 +346692,11 @@
16,
5
),
- "score": 2.452784643382353,
- "score-diff": "0.8069783292376163",
- "score-diff-perc": "+49.03240%",
- "tooltip": "score = 2.452784643382353\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.80698 (+49.03240%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 3.053598415267176,
+ "score-diff": "0.6008137718848228",
+ "score-diff-perc": "+24.49517%",
+ "tooltip": "score = 3.053598415267176\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.60081 (+24.49517%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -346719,9 +346719,9 @@
21
),
"score": 2.606044928385417,
- "score-diff": "0.15326028500306377",
- "score-diff-perc": "+6.24842%",
- "tooltip": "score = 2.606044928385417\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.15326 (+6.24842%)",
+ "score-diff": "-0.447553486881759",
+ "score-diff-perc": "-14.65659%",
+ "tooltip": "score = 2.606044928385417\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.44755 (-14.65659%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -347030,11 +347030,11 @@
8,
54
),
- "score": 3.0784545107692307,
- "score-diff": "-0.03764791134914924",
- "score-diff-perc": "-1.20817%",
- "tooltip": "score = 3.0784545107692307\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.03765 (-1.20817%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 2.087061748696559,
+ "score-diff": "-1.0290406734218212",
+ "score-diff-perc": "-33.02333%",
+ "tooltip": "score = 2.087061748696559\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.02904 (-33.02333%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -347056,11 +347056,11 @@
8,
54
),
- "score": 2.087061748696559,
- "score-diff": "-0.9913927620726719",
- "score-diff-perc": "-32.20424%",
- "tooltip": "score = 2.087061748696559\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.99139 (-32.20424%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 3.0784545107692307,
+ "score-diff": "0.9913927620726719",
+ "score-diff-perc": "+47.50184%",
+ "tooltip": "score = 3.0784545107692307\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.99139 (+47.50184%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -347083,9 +347083,9 @@
43
),
"score": 2.8163499507735583,
- "score-diff": "0.7292882020769995",
- "score-diff-perc": "+34.94330%",
- "tooltip": "score = 2.8163499507735583\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.72929 (+34.94330%)",
+ "score-diff": "-0.2621045599956724",
+ "score-diff-perc": "-8.51416%",
+ "tooltip": "score = 2.8163499507735583\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.26210 (-8.51416%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -352757,11 +352757,11 @@
18,
7
),
- "score": 2.6025994265279584,
- "score-diff": "0.7178468267162823",
- "score-diff-perc": "+38.08706%",
- "tooltip": "score = 2.6025994265279584\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.71785 (+38.08706%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 1.9582691545988258,
+ "score-diff": "0.07351655478714969",
+ "score-diff-perc": "+3.90059%",
+ "tooltip": "score = 1.9582691545988258\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.07352 (+3.90059%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -352784,9 +352784,9 @@
7
),
"score": 2.7374961586867306,
- "score-diff": "0.13489673215877218",
- "score-diff-perc": "+5.18315%",
- "tooltip": "score = 2.7374961586867306\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.13490 (+5.18315%)",
+ "score-diff": "0.7792270040879048",
+ "score-diff-perc": "+39.79162%",
+ "tooltip": "score = 2.7374961586867306\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.77923 (+39.79162%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -352809,11 +352809,11 @@
18,
7
),
- "score": 1.9582691545988258,
- "score-diff": "-0.7792270040879048",
- "score-diff-perc": "-28.46495%",
- "tooltip": "score = 1.9582691545988258\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.77923 (-28.46495%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 2.6025994265279584,
+ "score-diff": "-0.13489673215877218",
+ "score-diff-perc": "-4.92774%",
+ "tooltip": "score = 2.6025994265279584\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.13490 (-4.92774%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -352836,9 +352836,9 @@
41
),
"score": 3.3063760628099175,
- "score-diff": "1.3481069082110917",
- "score-diff-perc": "+68.84176%",
- "tooltip": "score = 3.3063760628099175\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.34811 (+68.84176%)",
+ "score-diff": "0.7037766362819591",
+ "score-diff-perc": "+27.04130%",
+ "tooltip": "score = 3.3063760628099175\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.70378 (+27.04130%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -352939,11 +352939,11 @@
17,
1
),
- "score": 2.9086696497093025,
- "score-diff": "0.14002238829851432",
- "score-diff-perc": "+5.05743%",
- "tooltip": "score = 2.9086696497093025\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.14002 (+5.05743%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 3.1551187539432175,
+ "score-diff": "0.3864714925324293",
+ "score-diff-perc": "+13.95886%",
+ "tooltip": "score = 3.1551187539432175\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.38647 (+13.95886%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -352965,11 +352965,11 @@
17,
1
),
- "score": 1.6733882909698996,
- "score-diff": "-1.235281358739403",
- "score-diff-perc": "-42.46895%",
- "tooltip": "score = 1.6733882909698996\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.23528 (-42.46895%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 2.9086696497093025,
+ "score-diff": "-0.24644910423391497",
+ "score-diff-perc": "-7.81109%",
+ "tooltip": "score = 2.9086696497093025\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.24645 (-7.81109%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -352991,11 +352991,11 @@
17,
1
),
- "score": 3.1551187539432175,
- "score-diff": "1.481730462973318",
- "score-diff-perc": "+88.54672%",
- "tooltip": "score = 3.1551187539432175\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.48173 (+88.54672%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 1.6733882909698996,
+ "score-diff": "-1.235281358739403",
+ "score-diff-perc": "-42.46895%",
+ "tooltip": "score = 1.6733882909698996\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.23528 (-42.46895%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -353018,9 +353018,9 @@
7
),
"score": 1.7832051354723708,
- "score-diff": "-1.3719136184708467",
- "score-diff-perc": "-43.48215%",
- "tooltip": "score = 1.7832051354723708\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.37191 (-43.48215%)",
+ "score-diff": "0.1098168445024712",
+ "score-diff-perc": "+6.56254%",
+ "tooltip": "score = 1.7832051354723708\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.10982 (+6.56254%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -353303,11 +353303,11 @@
16,
5
),
- "score": 2.7952529706703912,
- "score-diff": "-0.2932165046382509",
- "score-diff-perc": "-9.49391%",
- "tooltip": "score = 2.7952529706703912\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.29322 (-9.49391%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 1.8583508597957288,
+ "score-diff": "-1.2301186155129133",
+ "score-diff-perc": "-39.82939%",
+ "tooltip": "score = 1.8583508597957288\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.23012 (-39.82939%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -353329,11 +353329,11 @@
16,
5
),
- "score": 1.8583508597957288,
- "score-diff": "-0.9369021108746625",
- "score-diff-perc": "-33.51761%",
- "tooltip": "score = 1.8583508597957288\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.93690 (-33.51761%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 2.696649118598383,
+ "score-diff": "0.8382982588026542",
+ "score-diff-perc": "+45.10979%",
+ "tooltip": "score = 2.696649118598383\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.83830 (+45.10979%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -353355,11 +353355,11 @@
16,
5
),
- "score": 2.696649118598383,
- "score-diff": "0.8382982588026542",
- "score-diff-perc": "+45.10979%",
- "tooltip": "score = 2.696649118598383\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.83830 (+45.10979%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 2.7952529706703912,
+ "score-diff": "0.09860385207200828",
+ "score-diff-perc": "+3.65653%",
+ "tooltip": "score = 2.7952529706703912\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.09860 (+3.65653%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -353382,9 +353382,9 @@
21
),
"score": 3.2513549074675323,
- "score-diff": "0.5547057888691493",
- "score-diff-perc": "+20.57019%",
- "tooltip": "score = 3.2513549074675323\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.55471 (+20.57019%)",
+ "score-diff": "0.45610193679714106",
+ "score-diff-perc": "+16.31702%",
+ "tooltip": "score = 3.2513549074675323\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.45610 (+16.31702%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -353667,11 +353667,11 @@
8,
54
),
- "score": 4.787457224880383,
- "score-diff": "1.408807836366869",
- "score-diff-perc": "+41.69737%",
- "tooltip": "score = 4.787457224880383\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.40881 (+41.69737%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 2.531091844500632,
+ "score-diff": "-0.8475575440128815",
+ "score-diff-perc": "-25.08569%",
+ "tooltip": "score = 2.531091844500632\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.84756 (-25.08569%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -353693,11 +353693,11 @@
8,
54
),
- "score": 2.531091844500632,
- "score-diff": "-2.2563653803797505",
- "score-diff-perc": "-47.13077%",
- "tooltip": "score = 2.531091844500632\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.25637 (-47.13077%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 4.787457224880383,
+ "score-diff": "2.2563653803797505",
+ "score-diff-perc": "+89.14593%",
+ "tooltip": "score = 4.787457224880383\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.25637 (+89.14593%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -353720,9 +353720,9 @@
43
),
"score": 2.8552884108416547,
- "score-diff": "0.3241965663410227",
- "score-diff-perc": "+12.80857%",
- "tooltip": "score = 2.8552884108416547\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.32420 (+12.80857%)",
+ "score-diff": "-1.9321688140387279",
+ "score-diff-perc": "-40.35898%",
+ "tooltip": "score = 2.8552884108416547\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.93217 (-40.35898%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -359394,11 +359394,11 @@
18,
7
),
- "score": 2.05053631352459,
- "score-diff": "0.18591133402785176",
- "score-diff-perc": "+9.97044%",
- "tooltip": "score = 2.05053631352459\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.18591 (+9.97044%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 2.0812828314255984,
+ "score-diff": "0.21665785192886022",
+ "score-diff-perc": "+11.61938%",
+ "tooltip": "score = 2.0812828314255984\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.21666 (+11.61938%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -359421,9 +359421,9 @@
7
),
"score": 1.9844125416666667,
- "score-diff": "-0.06612377185792329",
- "score-diff-perc": "-3.22471%",
- "tooltip": "score = 1.9844125416666667\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.06612 (-3.22471%)",
+ "score-diff": "-0.09687028975893175",
+ "score-diff-perc": "-4.65435%",
+ "tooltip": "score = 1.9844125416666667\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.09687 (-4.65435%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -359446,11 +359446,11 @@
18,
7
),
- "score": 2.0812828314255984,
- "score-diff": "0.09687028975893175",
- "score-diff-perc": "+4.88156%",
- "tooltip": "score = 2.0812828314255984\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.09687 (+4.88156%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 2.05053631352459,
+ "score-diff": "0.06612377185792329",
+ "score-diff-perc": "+3.33216%",
+ "tooltip": "score = 2.05053631352459\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.06612 (+3.33216%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -359473,9 +359473,9 @@
41
),
"score": 2.481516382133995,
- "score-diff": "0.4002335507083967",
- "score-diff-perc": "+19.23014%",
- "tooltip": "score = 2.481516382133995\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.40023 (+19.23014%)",
+ "score-diff": "0.4309800686094052",
+ "score-diff-perc": "+21.01792%",
+ "tooltip": "score = 2.481516382133995\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.43098 (+21.01792%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -359576,11 +359576,11 @@
17,
1
),
- "score": 2.6488303571428573,
- "score-diff": "0.04402252380952376",
- "score-diff-perc": "+1.69005%",
- "tooltip": "score = 2.6488303571428573\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04402 (+1.69005%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 3.5796829338103757,
+ "score-diff": "0.9748751004770422",
+ "score-diff-perc": "+37.42599%",
+ "tooltip": "score = 3.5796829338103757\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.97488 (+37.42599%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -359602,11 +359602,11 @@
17,
1
),
- "score": 2.092892268828452,
- "score-diff": "-0.5559380883144054",
- "score-diff-perc": "-20.98806%",
- "tooltip": "score = 2.092892268828452\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.55594 (-20.98806%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 2.6488303571428573,
+ "score-diff": "-0.9308525766675184",
+ "score-diff-perc": "-26.00377%",
+ "tooltip": "score = 2.6488303571428573\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.93085 (-26.00377%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -359628,11 +359628,11 @@
17,
1
),
- "score": 3.5796829338103757,
- "score-diff": "1.4867906649819238",
- "score-diff-perc": "+71.04000%",
- "tooltip": "score = 3.5796829338103757\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.48679 (+71.04000%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 2.092892268828452,
+ "score-diff": "-0.5559380883144054",
+ "score-diff-perc": "-20.98806%",
+ "tooltip": "score = 2.092892268828452\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.55594 (-20.98806%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -359655,9 +359655,9 @@
7
),
"score": 1.8244130856882406,
- "score-diff": "-1.7552698481221352",
- "score-diff-perc": "-49.03423%",
- "tooltip": "score = 1.8244130856882406\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.75527 (-49.03423%)",
+ "score-diff": "-0.26847918314021135",
+ "score-diff-perc": "-12.82814%",
+ "tooltip": "score = 1.8244130856882406\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.26848 (-12.82814%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -359940,11 +359940,11 @@
16,
5
),
- "score": 3.849336005769231,
- "score-diff": "1.3415983591526897",
- "score-diff-perc": "+53.49835%",
- "tooltip": "score = 3.849336005769231\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.34160 (+53.49835%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 1.7607361610915493,
+ "score-diff": "-0.747001485524992",
+ "score-diff-perc": "-29.78786%",
+ "tooltip": "score = 1.7607361610915493\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.74700 (-29.78786%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -359966,11 +359966,11 @@
16,
5
),
- "score": 1.7607361610915493,
- "score-diff": "-2.088599844677682",
- "score-diff-perc": "-54.25870%",
- "tooltip": "score = 1.7607361610915493\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.08860 (-54.25870%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 2.8158565218002813,
+ "score-diff": "1.055120360708732",
+ "score-diff-perc": "+59.92496%",
+ "tooltip": "score = 2.8158565218002813\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.05512 (+59.92496%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -359992,11 +359992,11 @@
16,
5
),
- "score": 2.8158565218002813,
- "score-diff": "1.055120360708732",
- "score-diff-perc": "+59.92496%",
- "tooltip": "score = 2.8158565218002813\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.05512 (+59.92496%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 3.849336005769231,
+ "score-diff": "1.0334794839689496",
+ "score-diff-perc": "+36.70214%",
+ "tooltip": "score = 3.849336005769231\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.03348 (+36.70214%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -360019,9 +360019,9 @@
21
),
"score": 3.2797089737704916,
- "score-diff": "0.4638524519702103",
- "score-diff-perc": "+16.47287%",
- "tooltip": "score = 3.2797089737704916\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.46385 (+16.47287%)",
+ "score-diff": "-0.5696270319987393",
+ "score-diff-perc": "-14.79806%",
+ "tooltip": "score = 3.2797089737704916\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.56963 (-14.79806%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -360330,11 +360330,11 @@
8,
54
),
- "score": 4.091693208588957,
- "score-diff": "1.1775747064055508",
- "score-diff-perc": "+40.40929%",
- "tooltip": "score = 4.091693208588957\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.17757 (+40.40929%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 2.191786444687842,
+ "score-diff": "-0.7223320574955641",
+ "score-diff-perc": "-24.78733%",
+ "tooltip": "score = 2.191786444687842\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.72233 (-24.78733%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -360356,11 +360356,11 @@
8,
54
),
- "score": 2.191786444687842,
- "score-diff": "-1.899906763901115",
- "score-diff-perc": "-46.43327%",
- "tooltip": "score = 2.191786444687842\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.89991 (-46.43327%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 4.091693208588957,
+ "score-diff": "1.899906763901115",
+ "score-diff-perc": "+86.68302%",
+ "tooltip": "score = 4.091693208588957\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.89991 (+86.68302%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -360383,9 +360383,9 @@
43
),
"score": 2.9414816088235294,
- "score-diff": "0.7496951641356873",
- "score-diff-perc": "+34.20475%",
- "tooltip": "score = 2.9414816088235294\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.74970 (+34.20475%)",
+ "score-diff": "-1.1502115997654276",
+ "score-diff-perc": "-28.11090%",
+ "tooltip": "score = 2.9414816088235294\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.15021 (-28.11090%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -366057,11 +366057,11 @@
18,
7
),
- "score": 5.0081279725,
- "score-diff": "-0.13747581413239107",
- "score-diff-perc": "-2.67171%",
- "tooltip": "score = 5.0081279725\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.13748 (-2.67171%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 3.1419391381475665,
+ "score-diff": "-2.003664648484824",
+ "score-diff-perc": "-38.93935%",
+ "tooltip": "score = 3.1419391381475665\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.00366 (-38.93935%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -366084,9 +366084,9 @@
7
),
"score": 4.6698786643356645,
- "score-diff": "-0.3382493081643352",
- "score-diff-perc": "-6.75401%",
- "tooltip": "score = 4.6698786643356645\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.33825 (-6.75401%)",
+ "score-diff": "1.527939526188098",
+ "score-diff-perc": "+48.63046%",
+ "tooltip": "score = 4.6698786643356645\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.52794 (+48.63046%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -366109,11 +366109,11 @@
18,
7
),
- "score": 3.1419391381475665,
- "score-diff": "-1.527939526188098",
- "score-diff-perc": "-32.71904%",
- "tooltip": "score = 3.1419391381475665\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.52794 (-32.71904%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 5.0081279725,
+ "score-diff": "0.3382493081643352",
+ "score-diff-perc": "+7.24321%",
+ "tooltip": "score = 5.0081279725\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.33825 (+7.24321%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -366136,9 +366136,9 @@
41
),
"score": 4.8112456947115385,
- "score-diff": "1.669306556563972",
- "score-diff-perc": "+53.12982%",
- "tooltip": "score = 4.8112456947115385\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.66931 (+53.12982%)",
+ "score-diff": "-0.19688227778846112",
+ "score-diff-perc": "-3.93125%",
+ "tooltip": "score = 4.8112456947115385\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.19688 (-3.93125%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -366239,11 +366239,11 @@
17,
1
),
- "score": 4.432306024336283,
- "score-diff": "0.16567828233201887",
- "score-diff-perc": "+3.88312%",
- "tooltip": "score = 4.432306024336283\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.16568 (+3.88312%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 5.037552532663317,
+ "score-diff": "0.7709247906590528",
+ "score-diff-perc": "+18.06871%",
+ "tooltip": "score = 5.037552532663317\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.77092 (+18.06871%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -366265,11 +366265,11 @@
17,
1
),
- "score": 3.0586558942598185,
- "score-diff": "-1.3736501300764643",
- "score-diff-perc": "-30.99177%",
- "tooltip": "score = 3.0586558942598185\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.37365 (-30.99177%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 4.432306024336283,
+ "score-diff": "-0.605246508327034",
+ "score-diff-perc": "-12.01469%",
+ "tooltip": "score = 4.432306024336283\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.60525 (-12.01469%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -366291,11 +366291,11 @@
17,
1
),
- "score": 5.037552532663317,
- "score-diff": "1.9788966384034983",
- "score-diff-perc": "+64.69824%",
- "tooltip": "score = 5.037552532663317\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.97890 (+64.69824%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 3.0586558942598185,
+ "score-diff": "-1.3736501300764643",
+ "score-diff-perc": "-30.99177%",
+ "tooltip": "score = 3.0586558942598185\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.37365 (-30.99177%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -366318,9 +366318,9 @@
7
),
"score": 4.971597828784119,
- "score-diff": "-0.0659547038791981",
- "score-diff-perc": "-1.30926%",
- "tooltip": "score = 4.971597828784119\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.06595 (-1.30926%)",
+ "score-diff": "1.9129419345243002",
+ "score-diff-perc": "+62.54191%",
+ "tooltip": "score = 4.971597828784119\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.91294 (+62.54191%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -366603,11 +366603,11 @@
16,
5
),
- "score": 4.5353254496644295,
- "score-diff": "-0.40045191979369843",
- "score-diff-perc": "-8.11325%",
- "tooltip": "score = 4.5353254496644295\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.40045 (-8.11325%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 4.838561439613526,
+ "score-diff": "-0.09721592984460159",
+ "score-diff-perc": "-1.96962%",
+ "tooltip": "score = 4.838561439613526\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.09722 (-1.96962%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -366629,11 +366629,11 @@
16,
5
),
- "score": 4.838561439613526,
- "score-diff": "0.30323598994909684",
- "score-diff-perc": "+6.68609%",
- "tooltip": "score = 4.838561439613526\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.30324 (+6.68609%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 5.145886197943445,
+ "score-diff": "0.30732475832991835",
+ "score-diff-perc": "+6.35157%",
+ "tooltip": "score = 5.145886197943445\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.30732 (+6.35157%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -366655,11 +366655,11 @@
16,
5
),
- "score": 5.145886197943445,
- "score-diff": "0.30732475832991835",
- "score-diff-perc": "+6.35157%",
- "tooltip": "score = 5.145886197943445\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.30732 (+6.35157%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 4.5353254496644295,
+ "score-diff": "-0.6105607482790152",
+ "score-diff-perc": "-11.86503%",
+ "tooltip": "score = 4.5353254496644295\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.61056 (-11.86503%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -366682,9 +366682,9 @@
21
),
"score": 4.147265103519668,
- "score-diff": "-0.9986210944237763",
- "score-diff-perc": "-19.40620%",
- "tooltip": "score = 4.147265103519668\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.99862 (-19.40620%)",
+ "score-diff": "-0.38806034614476115",
+ "score-diff-perc": "-8.55639%",
+ "tooltip": "score = 4.147265103519668\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.38806 (-8.55639%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -366993,11 +366993,11 @@
8,
54
),
- "score": 6.143204153374233,
- "score-diff": "1.5713707583970642",
- "score-diff-perc": "+34.37069%",
- "tooltip": "score = 6.143204153374233\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.57137 (+34.37069%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 5.393339067385445,
+ "score-diff": "0.8215056724082759",
+ "score-diff-perc": "+17.96885%",
+ "tooltip": "score = 5.393339067385445\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.82151 (+17.96885%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -367019,11 +367019,11 @@
8,
54
),
- "score": 5.393339067385445,
- "score-diff": "-0.7498650859887883",
- "score-diff-perc": "-12.20642%",
- "tooltip": "score = 5.393339067385445\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.74987 (-12.20642%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 6.143204153374233,
+ "score-diff": "0.7498650859887883",
+ "score-diff-perc": "+13.90354%",
+ "tooltip": "score = 6.143204153374233\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.74987 (+13.90354%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -367046,9 +367046,9 @@
43
),
"score": 4.611307285714286,
- "score-diff": "-0.7820317816711588",
- "score-diff-perc": "-14.49996%",
- "tooltip": "score = 4.611307285714286\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.78203 (-14.49996%)",
+ "score-diff": "-1.5318968676599471",
+ "score-diff-perc": "-24.93645%",
+ "tooltip": "score = 4.611307285714286\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.53190 (-24.93645%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -372720,11 +372720,11 @@
18,
7
),
- "score": 4.867290180048662,
- "score-diff": "0.2568803413389844",
- "score-diff-perc": "+5.57175%",
- "tooltip": "score = 4.867290180048662\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.25688 (+5.57175%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 6.741640717171717,
+ "score-diff": "2.1312308784620395",
+ "score-diff-perc": "+46.22650%",
+ "tooltip": "score = 6.741640717171717\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.13123 (+46.22650%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -372747,9 +372747,9 @@
7
),
"score": 7.247696518115942,
- "score-diff": "2.3804063380672797",
- "score-diff-perc": "+48.90619%",
- "tooltip": "score = 7.247696518115942\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.38041 (+48.90619%)",
+ "score-diff": "0.5060558009442246",
+ "score-diff-perc": "+7.50642%",
+ "tooltip": "score = 7.247696518115942\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.50606 (+7.50642%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -372772,11 +372772,11 @@
18,
7
),
- "score": 6.741640717171717,
- "score-diff": "-0.5060558009442246",
- "score-diff-perc": "-6.98230%",
- "tooltip": "score = 6.741640717171717\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.50606 (-6.98230%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 4.867290180048662,
+ "score-diff": "-2.3804063380672797",
+ "score-diff-perc": "-32.84363%",
+ "tooltip": "score = 4.867290180048662\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.38041 (-32.84363%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -372799,9 +372799,9 @@
41
),
"score": 8.097795713709678,
- "score-diff": "1.3561549965379607",
- "score-diff-perc": "+20.11610%",
- "tooltip": "score = 8.097795713709678\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.35615 (+20.11610%)",
+ "score-diff": "3.230505533661016",
+ "score-diff-perc": "+66.37175%",
+ "tooltip": "score = 8.097795713709678\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +3.23051 (+66.37175%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -372902,11 +372902,11 @@
17,
1
),
- "score": 6.015185756756757,
- "score-diff": "-1.5626025803644552",
- "score-diff-perc": "-20.62083%",
- "tooltip": "score = 6.015185756756757\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.56260 (-20.62083%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 7.063134352112676,
+ "score-diff": "-0.5146539850085361",
+ "score-diff-perc": "-6.79161%",
+ "tooltip": "score = 7.063134352112676\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.51465 (-6.79161%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -372928,11 +372928,11 @@
17,
1
),
- "score": 4.383669129102844,
- "score-diff": "-1.6315166276539124",
- "score-diff-perc": "-27.12330%",
- "tooltip": "score = 4.383669129102844\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.63152 (-27.12330%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 6.015185756756757,
+ "score-diff": "-1.047948595355919",
+ "score-diff-perc": "-14.83688%",
+ "tooltip": "score = 6.015185756756757\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.04795 (-14.83688%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -372954,11 +372954,11 @@
17,
1
),
- "score": 7.063134352112676,
- "score-diff": "2.6794652230098315",
- "score-diff-perc": "+61.12380%",
- "tooltip": "score = 7.063134352112676\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.67947 (+61.12380%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 4.383669129102844,
+ "score-diff": "-1.6315166276539124",
+ "score-diff-perc": "-27.12330%",
+ "tooltip": "score = 4.383669129102844\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.63152 (-27.12330%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -372981,9 +372981,9 @@
7
),
"score": 4.440952563192905,
- "score-diff": "-2.6221817889197707",
- "score-diff-perc": "-37.12490%",
- "tooltip": "score = 4.440952563192905\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.62218 (-37.12490%)",
+ "score-diff": "0.05728343409006076",
+ "score-diff-perc": "+1.30675%",
+ "tooltip": "score = 4.440952563192905\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.05728 (+1.30675%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -373266,11 +373266,11 @@
16,
5
),
- "score": 5.979258023880597,
- "score-diff": "-2.350177835040565",
- "score-diff-perc": "-28.21533%",
- "tooltip": "score = 5.979258023880597\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.35018 (-28.21533%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 5.821658904069768,
+ "score-diff": "-2.507776954851394",
+ "score-diff-perc": "-30.10740%",
+ "tooltip": "score = 5.821658904069768\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.50778 (-30.10740%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -373292,11 +373292,11 @@
16,
5
),
- "score": 5.821658904069768,
- "score-diff": "-0.15759911981082908",
- "score-diff-perc": "-2.63576%",
- "tooltip": "score = 5.821658904069768\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.15760 (-2.63576%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 7.493857224719101,
+ "score-diff": "1.6721983206493336",
+ "score-diff-perc": "+28.72374%",
+ "tooltip": "score = 7.493857224719101\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.67220 (+28.72374%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -373318,11 +373318,11 @@
16,
5
),
- "score": 7.493857224719101,
- "score-diff": "1.6721983206493336",
- "score-diff-perc": "+28.72374%",
- "tooltip": "score = 7.493857224719101\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.67220 (+28.72374%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 5.979258023880597,
+ "score-diff": "-1.5145992008385045",
+ "score-diff-perc": "-20.21121%",
+ "tooltip": "score = 5.979258023880597\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.51460 (-20.21121%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -373345,9 +373345,9 @@
21
),
"score": 6.070839687878788,
- "score-diff": "-1.4230175368403133",
- "score-diff-perc": "-18.98912%",
- "tooltip": "score = 6.070839687878788\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.42302 (-18.98912%)",
+ "score-diff": "0.09158166399819123",
+ "score-diff-perc": "+1.53166%",
+ "tooltip": "score = 6.070839687878788\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.09158 (+1.53166%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -373656,11 +373656,11 @@
8,
54
),
- "score": 6.77603245945946,
- "score-diff": "-0.8620918382504641",
- "score-diff-perc": "-11.28670%",
- "tooltip": "score = 6.77603245945946\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.86209 (-11.28670%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 8.37779438912134,
+ "score-diff": "0.7396700914114156",
+ "score-diff-perc": "+9.68392%",
+ "tooltip": "score = 8.37779438912134\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.73967 (+9.68392%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -373682,11 +373682,11 @@
8,
54
),
- "score": 8.37779438912134,
- "score-diff": "1.6017619296618797",
- "score-diff-perc": "+23.63864%",
- "tooltip": "score = 8.37779438912134\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.60176 (+23.63864%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 6.77603245945946,
+ "score-diff": "-1.6017619296618797",
+ "score-diff-perc": "-19.11914%",
+ "tooltip": "score = 6.77603245945946\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.60176 (-19.11914%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -373709,9 +373709,9 @@
43
),
"score": 5.904899174041298,
- "score-diff": "-2.472895215080041",
- "score-diff-perc": "-29.51726%",
- "tooltip": "score = 5.904899174041298\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -2.47290 (-29.51726%)",
+ "score-diff": "-0.8711332854181615",
+ "score-diff-perc": "-12.85610%",
+ "tooltip": "score = 5.904899174041298\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.87113 (-12.85610%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -379383,11 +379383,11 @@
18,
7
),
- "score": 3.136185338557994,
- "score-diff": "-0.5690465558864504",
- "score-diff-perc": "-15.35792%",
- "tooltip": "score = 3.136185338557994\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.56905 (-15.35792%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 3.153211333858268,
+ "score-diff": "-0.5520205605861763",
+ "score-diff-perc": "-14.89841%",
+ "tooltip": "score = 3.153211333858268\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.55202 (-14.89841%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -379410,9 +379410,9 @@
7
),
"score": 3.016347829819277,
- "score-diff": "-0.1198375087387169",
- "score-diff-perc": "-3.82112%",
- "tooltip": "score = 3.016347829819277\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.11984 (-3.82112%)",
+ "score-diff": "-0.13686350403899095",
+ "score-diff-perc": "-4.34045%",
+ "tooltip": "score = 3.016347829819277\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.13686 (-4.34045%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -379435,11 +379435,11 @@
18,
7
),
- "score": 3.153211333858268,
- "score-diff": "0.13686350403899095",
- "score-diff-perc": "+4.53739%",
- "tooltip": "score = 3.153211333858268\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.13686 (+4.53739%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 3.136185338557994,
+ "score-diff": "0.1198375087387169",
+ "score-diff-perc": "+3.97293%",
+ "tooltip": "score = 3.136185338557994\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.11984 (+3.97293%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -379462,9 +379462,9 @@
41
),
"score": 4.657522946511628,
- "score-diff": "1.5043116126533604",
- "score-diff-perc": "+47.70729%",
- "tooltip": "score = 4.657522946511628\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.50431 (+47.70729%)",
+ "score-diff": "1.5213376079536345",
+ "score-diff-perc": "+48.50917%",
+ "tooltip": "score = 4.657522946511628\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.52134 (+48.50917%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -379565,11 +379565,11 @@
17,
1
),
- "score": 3.870966328820116,
- "score-diff": "-1.3405180305548843",
- "score-diff-perc": "-25.72238%",
- "tooltip": "score = 3.870966328820116\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.34052 (-25.72238%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 4.649957705336427,
+ "score-diff": "-0.5615266540385733",
+ "score-diff-perc": "-10.77479%",
+ "tooltip": "score = 4.649957705336427\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.56153 (-10.77479%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -379591,11 +379591,11 @@
17,
1
),
- "score": 3.413880352640545,
- "score-diff": "-0.45708597617957114",
- "score-diff-perc": "-11.80806%",
- "tooltip": "score = 3.413880352640545\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.45709 (-11.80806%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 3.870966328820116,
+ "score-diff": "-0.778991376516311",
+ "score-diff-perc": "-16.75266%",
+ "tooltip": "score = 3.870966328820116\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.77899 (-16.75266%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -379617,11 +379617,11 @@
17,
1
),
- "score": 4.649957705336427,
- "score-diff": "1.2360773526958821",
- "score-diff-perc": "+36.20740%",
- "tooltip": "score = 4.649957705336427\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.23608 (+36.20740%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 3.413880352640545,
+ "score-diff": "-0.45708597617957114",
+ "score-diff-perc": "-11.80806%",
+ "tooltip": "score = 3.413880352640545\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.45709 (-11.80806%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -379644,9 +379644,9 @@
7
),
"score": 3.0818866363636364,
- "score-diff": "-1.5680710689727908",
- "score-diff-perc": "-33.72227%",
- "tooltip": "score = 3.0818866363636364\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.56807 (-33.72227%)",
+ "score-diff": "-0.33199371627690866",
+ "score-diff-perc": "-9.72482%",
+ "tooltip": "score = 3.0818866363636364\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.33199 (-9.72482%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -379929,11 +379929,11 @@
16,
5
),
- "score": 4.72314608254717,
- "score-diff": "0.1564628862001376",
- "score-diff-perc": "+3.42618%",
- "tooltip": "score = 4.72314608254717\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.15646 (+3.42618%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 4.803981184652278,
+ "score-diff": "0.2372979883052455",
+ "score-diff-perc": "+5.19629%",
+ "tooltip": "score = 4.803981184652278\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.23730 (+5.19629%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -379955,11 +379955,11 @@
16,
5
),
- "score": 4.803981184652278,
- "score-diff": "0.08083510210510791",
- "score-diff-perc": "+1.71147%",
- "tooltip": "score = 4.803981184652278\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.08084 (+1.71147%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 4.420775249448123,
+ "score-diff": "-0.38320593520415436",
+ "score-diff-perc": "-7.97684%",
+ "tooltip": "score = 4.420775249448123\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.38321 (-7.97684%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -379981,11 +379981,11 @@
16,
5
),
- "score": 4.420775249448123,
- "score-diff": "-0.38320593520415436",
- "score-diff-perc": "-7.97684%",
- "tooltip": "score = 4.420775249448123\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.38321 (-7.97684%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 4.72314608254717,
+ "score-diff": "0.30237083309904644",
+ "score-diff-perc": "+6.83977%",
+ "tooltip": "score = 4.72314608254717\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.30237 (+6.83977%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -380008,9 +380008,9 @@
21
),
"score": 4.00730564,
- "score-diff": "-0.41346960944812317",
- "score-diff-perc": "-9.35288%",
- "tooltip": "score = 4.00730564\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.41347 (-9.35288%)",
+ "score-diff": "-0.7158404425471696",
+ "score-diff-perc": "-15.15601%",
+ "tooltip": "score = 4.00730564\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.71584 (-15.15601%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -380319,11 +380319,11 @@
8,
54
),
- "score": 6.280349423197492,
- "score-diff": "1.2275876681469873",
- "score-diff-perc": "+24.29538%",
- "tooltip": "score = 6.280349423197492\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.22759 (+24.29538%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 4.905348845588235,
+ "score-diff": "-0.14741290946227004",
+ "score-diff-perc": "-2.91747%",
+ "tooltip": "score = 4.905348845588235\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.14741 (-2.91747%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -380345,11 +380345,11 @@
8,
54
),
- "score": 4.905348845588235,
- "score-diff": "-1.3750005776092573",
- "score-diff-perc": "-21.89370%",
- "tooltip": "score = 4.905348845588235\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.37500 (-21.89370%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 6.280349423197492,
+ "score-diff": "1.3750005776092573",
+ "score-diff-perc": "+28.03064%",
+ "tooltip": "score = 6.280349423197492\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.37500 (+28.03064%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -380372,9 +380372,9 @@
43
),
"score": 4.646367842227378,
- "score-diff": "-0.25898100336085683",
- "score-diff-perc": "-5.27956%",
- "tooltip": "score = 4.646367842227378\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.25898 (-5.27956%)",
+ "score-diff": "-1.6339815809701141",
+ "score-diff-perc": "-26.01737%",
+ "tooltip": "score = 4.646367842227378\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.63398 (-26.01737%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -386046,11 +386046,11 @@
18,
7
),
- "score": 3.631545925589837,
- "score-diff": "0.4399613562118465",
- "score-diff-perc": "+13.78504%",
- "tooltip": "score = 3.631545925589837\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.43996 (+13.78504%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 3.410181151618399,
+ "score-diff": "0.21859658224040857",
+ "score-diff-perc": "+6.84916%",
+ "tooltip": "score = 3.410181151618399\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.21860 (+6.84916%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -386073,9 +386073,9 @@
7
),
"score": 3.4618204602076124,
- "score-diff": "-0.16972546538222444",
- "score-diff-perc": "-4.67364%",
- "tooltip": "score = 3.4618204602076124\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.16973 (-4.67364%)",
+ "score-diff": "0.051639308589213506",
+ "score-diff-perc": "+1.51427%",
+ "tooltip": "score = 3.4618204602076124\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.05164 (+1.51427%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -386098,11 +386098,11 @@
18,
7
),
- "score": 3.410181151618399,
- "score-diff": "-0.051639308589213506",
- "score-diff-perc": "-1.49168%",
- "tooltip": "score = 3.410181151618399\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.05164 (-1.49168%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 3.631545925589837,
+ "score-diff": "0.16972546538222444",
+ "score-diff-perc": "+4.90278%",
+ "tooltip": "score = 3.631545925589837\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.16973 (+4.90278%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -386125,9 +386125,9 @@
41
),
"score": 3.479202264347826,
- "score-diff": "0.06902111272942735",
- "score-diff-perc": "+2.02397%",
- "tooltip": "score = 3.479202264347826\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.06902 (+2.02397%)",
+ "score-diff": "-0.1523436612420106",
+ "score-diff-perc": "-4.19501%",
+ "tooltip": "score = 3.479202264347826\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.15234 (-4.19501%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -386228,11 +386228,11 @@
17,
1
),
- "score": 3.8206887061068704,
- "score-diff": "-0.13548813776664748",
- "score-diff-perc": "-3.42472%",
- "tooltip": "score = 3.8206887061068704\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.13549 (-3.42472%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 4.119137940329218,
+ "score-diff": "0.16296109645570045",
+ "score-diff-perc": "+4.11916%",
+ "tooltip": "score = 4.119137940329218\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.16296 (+4.11916%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -386254,11 +386254,11 @@
17,
1
),
- "score": 3.5814712271914133,
- "score-diff": "-0.23921747891545708",
- "score-diff-perc": "-6.26111%",
- "tooltip": "score = 3.5814712271914133\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.23922 (-6.26111%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 3.8206887061068704,
+ "score-diff": "-0.2984492342223479",
+ "score-diff-perc": "-7.24543%",
+ "tooltip": "score = 3.8206887061068704\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.29845 (-7.24543%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -386280,11 +386280,11 @@
17,
1
),
- "score": 4.119137940329218,
- "score-diff": "0.537666713137805",
- "score-diff-perc": "+15.01245%",
- "tooltip": "score = 4.119137940329218\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.53767 (+15.01245%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 3.5814712271914133,
+ "score-diff": "-0.23921747891545708",
+ "score-diff-perc": "-6.26111%",
+ "tooltip": "score = 3.5814712271914133\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.23922 (-6.26111%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -386307,9 +386307,9 @@
7
),
"score": 3.90793013671875,
- "score-diff": "-0.21120780361046831",
- "score-diff-perc": "-5.12748%",
- "tooltip": "score = 3.90793013671875\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.21121 (-5.12748%)",
+ "score-diff": "0.3264589095273367",
+ "score-diff-perc": "+9.11522%",
+ "tooltip": "score = 3.90793013671875\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.32646 (+9.11522%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -386566,11 +386566,11 @@
16,
5
),
- "score": 4.093432922290389,
- "score-diff": "0.28940026069343094",
- "score-diff-perc": "+7.60772%",
- "tooltip": "score = 4.093432922290389\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.28940 (+7.60772%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 3.416809146757679,
+ "score-diff": "-0.38722351483927886",
+ "score-diff-perc": "-10.17929%",
+ "tooltip": "score = 3.416809146757679\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.38722 (-10.17929%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -386592,11 +386592,11 @@
16,
5
),
- "score": 3.416809146757679,
- "score-diff": "-0.6766237755327098",
- "score-diff-perc": "-16.52949%",
- "tooltip": "score = 3.416809146757679\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.67662 (-16.52949%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 4.790195966507177,
+ "score-diff": "1.373386819749498",
+ "score-diff-perc": "+40.19501%",
+ "tooltip": "score = 4.790195966507177\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.37339 (+40.19501%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -386618,11 +386618,11 @@
16,
5
),
- "score": 4.790195966507177,
- "score-diff": "1.373386819749498",
- "score-diff-perc": "+40.19501%",
- "tooltip": "score = 4.790195966507177\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.37339 (+40.19501%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 4.093432922290389,
+ "score-diff": "-0.6967630442167883",
+ "score-diff-perc": "-14.54561%",
+ "tooltip": "score = 4.093432922290389\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.69676 (-14.54561%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -386645,9 +386645,9 @@
21
),
"score": 4.390792793859649,
- "score-diff": "-0.3994031726475278",
- "score-diff-perc": "-8.33793%",
- "tooltip": "score = 4.390792793859649\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.39940 (-8.33793%)",
+ "score-diff": "0.29735987156926047",
+ "score-diff-perc": "+7.26432%",
+ "tooltip": "score = 4.390792793859649\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.29736 (+7.26432%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -386956,11 +386956,11 @@
8,
54
),
- "score": 6.357774206349206,
- "score-diff": "-0.3882866657046655",
- "score-diff-perc": "-5.75575%",
- "tooltip": "score = 6.357774206349206\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.38829 (-5.75575%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 3.4210274735042736,
+ "score-diff": "-3.325033398549598",
+ "score-diff-perc": "-49.28852%",
+ "tooltip": "score = 3.4210274735042736\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.32503 (-49.28852%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -386982,11 +386982,11 @@
8,
54
),
- "score": 3.4210274735042736,
- "score-diff": "-2.9367467328449326",
- "score-diff-perc": "-46.19143%",
- "tooltip": "score = 3.4210274735042736\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.93675 (-46.19143%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 6.357774206349206,
+ "score-diff": "2.9367467328449326",
+ "score-diff-perc": "+85.84400%",
+ "tooltip": "score = 6.357774206349206\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.93675 (+85.84400%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -387009,9 +387009,9 @@
43
),
"score": 4.730250245862885,
- "score-diff": "1.309222772358611",
- "score-diff-perc": "+38.26987%",
- "tooltip": "score = 4.730250245862885\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.30922 (+38.26987%)",
+ "score-diff": "-1.6275239604863216",
+ "score-diff-perc": "-25.59896%",
+ "tooltip": "score = 4.730250245862885\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.62752 (-25.59896%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -392683,11 +392683,11 @@
18,
7
),
- "score": 0.4350616000434972,
- "score-diff": "-0.13746463636176892",
- "score-diff-perc": "-24.01019%",
- "tooltip": "score = 0.4350616000434972\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.13746 (-24.01019%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.5926691028148148,
+ "score-diff": "0.020142866409548654",
+ "score-diff-perc": "+3.51824%",
+ "tooltip": "score = 0.5926691028148148\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02014 (+3.51824%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -392710,9 +392710,9 @@
7
),
"score": 0.42039673980664144,
- "score-diff": "-0.014664860236855759",
- "score-diff-perc": "-3.37075%",
- "tooltip": "score = 0.42039673980664144\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01466 (-3.37075%)",
+ "score-diff": "-0.17227236300817333",
+ "score-diff-perc": "-29.06721%",
+ "tooltip": "score = 0.42039673980664144\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.17227 (-29.06721%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -392735,11 +392735,11 @@
18,
7
),
- "score": 0.5926691028148148,
- "score-diff": "0.17227236300817333",
- "score-diff-perc": "+40.97852%",
- "tooltip": "score = 0.5926691028148148\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.17227 (+40.97852%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.4350616000434972,
+ "score-diff": "0.014664860236855759",
+ "score-diff-perc": "+3.48834%",
+ "tooltip": "score = 0.4350616000434972\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01466 (+3.48834%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -392762,9 +392762,9 @@
41
),
"score": 0.9146591435756745,
- "score-diff": "0.3219900407608597",
- "score-diff-perc": "+54.32880%",
- "tooltip": "score = 0.9146591435756745\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.32199 (+54.32880%)",
+ "score-diff": "0.47959754353217726",
+ "score-diff-perc": "+110.23670%",
+ "tooltip": "score = 0.9146591435756745\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.47960 (+110.23670%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -392865,11 +392865,11 @@
17,
1
),
- "score": 0.8342602660550459,
- "score-diff": "0.11648716020646321",
- "score-diff-perc": "+16.22897%",
- "tooltip": "score = 0.8342602660550459\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.11649 (+16.22897%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.67171968871726,
+ "score-diff": "-0.046053417131322716",
+ "score-diff-perc": "-6.41615%",
+ "tooltip": "score = 0.67171968871726\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.04605 (-6.41615%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -392891,11 +392891,11 @@
17,
1
),
- "score": 0.4265554431648539,
- "score-diff": "-0.407704822890192",
- "score-diff-perc": "-48.87022%",
- "tooltip": "score = 0.4265554431648539\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.40770 (-48.87022%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.8342602660550459,
+ "score-diff": "0.16254057733778593",
+ "score-diff-perc": "+24.19768%",
+ "tooltip": "score = 0.8342602660550459\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.16254 (+24.19768%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -392917,11 +392917,11 @@
17,
1
),
- "score": 0.67171968871726,
- "score-diff": "0.24516424555240607",
- "score-diff-perc": "+57.47535%",
- "tooltip": "score = 0.67171968871726\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.24516 (+57.47535%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.4265554431648539,
+ "score-diff": "-0.407704822890192",
+ "score-diff-perc": "-48.87022%",
+ "tooltip": "score = 0.4265554431648539\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.40770 (-48.87022%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -392944,9 +392944,9 @@
7
),
"score": 0.6186163367346939,
- "score-diff": "-0.053103351982566105",
- "score-diff-perc": "-7.90558%",
- "tooltip": "score = 0.6186163367346939\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.05310 (-7.90558%)",
+ "score-diff": "0.19206089356983996",
+ "score-diff-perc": "+45.02601%",
+ "tooltip": "score = 0.6186163367346939\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.19206 (+45.02601%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -393229,11 +393229,11 @@
16,
5
),
- "score": 0.7811613744631003,
- "score-diff": "0.158650408377226",
- "score-diff-perc": "+25.48556%",
- "tooltip": "score = 0.7811613744631003\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.15865 (+25.48556%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.414855380132725,
+ "score-diff": "-0.2076555859531493",
+ "score-diff-perc": "-33.35774%",
+ "tooltip": "score = 0.414855380132725\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.20766 (-33.35774%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -393255,11 +393255,11 @@
16,
5
),
- "score": 0.414855380132725,
- "score-diff": "-0.3663059943303753",
- "score-diff-perc": "-46.89249%",
- "tooltip": "score = 0.414855380132725\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.36631 (-46.89249%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.6647155621262458,
+ "score-diff": "0.24986018199352084",
+ "score-diff-perc": "+60.22826%",
+ "tooltip": "score = 0.6647155621262458\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.24986 (+60.22826%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -393281,11 +393281,11 @@
16,
5
),
- "score": 0.6647155621262458,
- "score-diff": "0.24986018199352084",
- "score-diff-perc": "+60.22826%",
- "tooltip": "score = 0.6647155621262458\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.24986 (+60.22826%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.7811613744631003,
+ "score-diff": "0.11644581233685447",
+ "score-diff-perc": "+17.51814%",
+ "tooltip": "score = 0.7811613744631003\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.11645 (+17.51814%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -393308,9 +393308,9 @@
21
),
"score": 0.8887856099511329,
- "score-diff": "0.22407004782488704",
- "score-diff-perc": "+33.70916%",
- "tooltip": "score = 0.8887856099511329\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.22407 (+33.70916%)",
+ "score-diff": "0.10762423548803257",
+ "score-diff-perc": "+13.77747%",
+ "tooltip": "score = 0.8887856099511329\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.10762 (+13.77747%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -393619,11 +393619,11 @@
8,
54
),
- "score": 1.3735793404255319,
- "score-diff": "-0.21518351660385648",
- "score-diff-perc": "-13.54409%",
- "tooltip": "score = 1.3735793404255319\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.21518 (-13.54409%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 1.012264572874494,
+ "score-diff": "-0.5764982841548945",
+ "score-diff-perc": "-36.28599%",
+ "tooltip": "score = 1.012264572874494\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.57650 (-36.28599%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -393645,11 +393645,11 @@
8,
54
),
- "score": 1.012264572874494,
- "score-diff": "-0.361314767551038",
- "score-diff-perc": "-26.30462%",
- "tooltip": "score = 1.012264572874494\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.36131 (-26.30462%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.3735793404255319,
+ "score-diff": "0.361314767551038",
+ "score-diff-perc": "+35.69371%",
+ "tooltip": "score = 1.3735793404255319\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.36131 (+35.69371%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -393672,9 +393672,9 @@
43
),
"score": 0.9838589724545007,
- "score-diff": "-0.028405600419993182",
- "score-diff-perc": "-2.80614%",
- "tooltip": "score = 0.9838589724545007\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.02841 (-2.80614%)",
+ "score-diff": "-0.38972036797103116",
+ "score-diff-perc": "-28.37261%",
+ "tooltip": "score = 0.9838589724545007\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.38972 (-28.37261%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -399346,11 +399346,11 @@
18,
7
),
- "score": 0.4964530503847108,
- "score-diff": "-0.05506084015843776",
- "score-diff-perc": "-9.98358%",
- "tooltip": "score = 0.4964530503847108\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.05506 (-9.98358%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.4880647916056613,
+ "score-diff": "-0.06344909893748729",
+ "score-diff-perc": "-11.50453%",
+ "tooltip": "score = 0.4880647916056613\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.06345 (-11.50453%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -399373,9 +399373,9 @@
7
),
"score": 0.4544476971830986,
- "score-diff": "-0.04200535320161225",
- "score-diff-perc": "-8.46109%",
- "tooltip": "score = 0.4544476971830986\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.04201 (-8.46109%)",
+ "score-diff": "-0.03361709442256272",
+ "score-diff-perc": "-6.88783%",
+ "tooltip": "score = 0.4544476971830986\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03362 (-6.88783%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -399398,11 +399398,11 @@
18,
7
),
- "score": 0.4880647916056613,
- "score-diff": "0.03361709442256272",
- "score-diff-perc": "+7.39735%",
- "tooltip": "score = 0.4880647916056613\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.03362 (+7.39735%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.4964530503847108,
+ "score-diff": "0.04200535320161225",
+ "score-diff-perc": "+9.24317%",
+ "tooltip": "score = 0.4964530503847108\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.04201 (+9.24317%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -399425,9 +399425,9 @@
41
),
"score": 0.6649305475398937,
- "score-diff": "0.17686575593423237",
- "score-diff-perc": "+36.23817%",
- "tooltip": "score = 0.6649305475398937\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.17687 (+36.23817%)",
+ "score-diff": "0.16847749715518284",
+ "score-diff-perc": "+33.93624%",
+ "tooltip": "score = 0.6649305475398937\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.16848 (+33.93624%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -399528,11 +399528,11 @@
17,
1
),
- "score": 1.1238576039325843,
- "score-diff": "0.32677680194055236",
- "score-diff-perc": "+40.99670%",
- "tooltip": "score = 1.1238576039325843\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.32678 (+40.99670%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.7204852506301764,
+ "score-diff": "-0.07659555136185547",
+ "score-diff-perc": "-9.60951%",
+ "tooltip": "score = 0.7204852506301764\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.07660 (-9.60951%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -399554,11 +399554,11 @@
17,
1
),
- "score": 0.46210988842688844,
- "score-diff": "-0.6617477155056959",
- "score-diff-perc": "-58.88181%",
- "tooltip": "score = 0.46210988842688844\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.66175 (-58.88181%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 1.1238576039325843,
+ "score-diff": "0.40337235330240784",
+ "score-diff-perc": "+55.98621%",
+ "tooltip": "score = 1.1238576039325843\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.40337 (+55.98621%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -399580,11 +399580,11 @@
17,
1
),
- "score": 0.7204852506301764,
- "score-diff": "0.258375362203288",
- "score-diff-perc": "+55.91210%",
- "tooltip": "score = 0.7204852506301764\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.25838 (+55.91210%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.46210988842688844,
+ "score-diff": "-0.6617477155056959",
+ "score-diff-perc": "-58.88181%",
+ "tooltip": "score = 0.46210988842688844\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.66175 (-58.88181%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -399607,9 +399607,9 @@
7
),
"score": 0.5847753209587839,
- "score-diff": "-0.1357099296713925",
- "score-diff-perc": "-18.83591%",
- "tooltip": "score = 0.5847753209587839\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.13571 (-18.83591%)",
+ "score-diff": "0.12266543253189549",
+ "score-diff-perc": "+26.54465%",
+ "tooltip": "score = 0.5847753209587839\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.12267 (+26.54465%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -399892,11 +399892,11 @@
16,
5
),
- "score": 0.9590094189837008,
- "score-diff": "0.04186950013913415",
- "score-diff-perc": "+4.56522%",
- "tooltip": "score = 0.9590094189837008\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.04187 (+4.56522%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.5980319189835576,
+ "score-diff": "-0.31910799986100913",
+ "score-diff-perc": "-34.79382%",
+ "tooltip": "score = 0.5980319189835576\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.31911 (-34.79382%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -399918,11 +399918,11 @@
16,
5
),
- "score": 0.5980319189835576,
- "score-diff": "-0.3609775000001433",
- "score-diff-perc": "-37.64066%",
- "tooltip": "score = 0.5980319189835576\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.36098 (-37.64066%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.6650021279920213,
+ "score-diff": "0.06697020900846373",
+ "score-diff-perc": "+11.19843%",
+ "tooltip": "score = 0.6650021279920213\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.06697 (+11.19843%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -399944,11 +399944,11 @@
16,
5
),
- "score": 0.6650021279920213,
- "score-diff": "0.06697020900846373",
- "score-diff-perc": "+11.19843%",
- "tooltip": "score = 0.6650021279920213\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.06697 (+11.19843%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.9590094189837008,
+ "score-diff": "0.29400729099167955",
+ "score-diff-perc": "+44.21148%",
+ "tooltip": "score = 0.9590094189837008\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.29401 (+44.21148%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -399971,9 +399971,9 @@
21
),
"score": 0.8874276459627329,
- "score-diff": "0.22242551797071164",
- "score-diff-perc": "+33.44734%",
- "tooltip": "score = 0.8874276459627329\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.22243 (+33.44734%)",
+ "score-diff": "-0.07158177302096791",
+ "score-diff-perc": "-7.46414%",
+ "tooltip": "score = 0.8874276459627329\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.07158 (-7.46414%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -400282,11 +400282,11 @@
8,
54
),
- "score": 1.2825288,
- "score-diff": "-0.24804838974751342",
- "score-diff-perc": "-16.20620%",
- "tooltip": "score = 1.2825288\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.24805 (-16.20620%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 1.4058548243148279,
+ "score-diff": "-0.12472236543268544",
+ "score-diff-perc": "-8.14871%",
+ "tooltip": "score = 1.4058548243148279\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.12472 (-8.14871%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -400308,11 +400308,11 @@
8,
54
),
- "score": 1.4058548243148279,
- "score-diff": "0.12332602431482798",
- "score-diff-perc": "+9.61585%",
- "tooltip": "score = 1.4058548243148279\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.12333 (+9.61585%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.2825288,
+ "score-diff": "-0.12332602431482798",
+ "score-diff-perc": "-8.77232%",
+ "tooltip": "score = 1.2825288\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.12333 (-8.77232%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -400335,9 +400335,9 @@
43
),
"score": 0.8069608648648648,
- "score-diff": "-0.598893959449963",
- "score-diff-perc": "-42.59999%",
- "tooltip": "score = 0.8069608648648648\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.59889 (-42.59999%)",
+ "score-diff": "-0.47556793513513507",
+ "score-diff-perc": "-37.08049%",
+ "tooltip": "score = 0.8069608648648648\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.47557 (-37.08049%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -406009,11 +406009,11 @@
18,
7
),
- "score": 0.5906132146442279,
- "score-diff": "0.1581093521577414",
- "score-diff-perc": "+36.55675%",
- "tooltip": "score = 0.5906132146442279\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.15811 (+36.55675%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.40459874676375407,
+ "score-diff": "-0.02790511572273241",
+ "score-diff-perc": "-6.45199%",
+ "tooltip": "score = 0.40459874676375407\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02791 (-6.45199%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -406036,9 +406036,9 @@
7
),
"score": 0.4181400808946488,
- "score-diff": "-0.17247313374957907",
- "score-diff-perc": "-29.20238%",
- "tooltip": "score = 0.4181400808946488\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.17247 (-29.20238%)",
+ "score-diff": "0.013541334130894755",
+ "score-diff-perc": "+3.34686%",
+ "tooltip": "score = 0.4181400808946488\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01354 (+3.34686%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -406061,11 +406061,11 @@
18,
7
),
- "score": 0.40459874676375407,
- "score-diff": "-0.013541334130894755",
- "score-diff-perc": "-3.23847%",
- "tooltip": "score = 0.40459874676375407\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01354 (-3.23847%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.5906132146442279,
+ "score-diff": "0.17247313374957907",
+ "score-diff-perc": "+41.24769%",
+ "tooltip": "score = 0.5906132146442279\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.17247 (+41.24769%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -406088,9 +406088,9 @@
41
),
"score": 0.6605976393659181,
- "score-diff": "0.255998892602164",
- "score-diff-perc": "+63.27229%",
- "tooltip": "score = 0.6605976393659181\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.25600 (+63.27229%)",
+ "score-diff": "0.0699844247216902",
+ "score-diff-perc": "+11.84945%",
+ "tooltip": "score = 0.6605976393659181\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.06998 (+11.84945%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -406191,11 +406191,11 @@
17,
1
),
- "score": 0.6615116980820106,
- "score-diff": "-0.1736673850077598",
- "score-diff-perc": "-20.79403%",
- "tooltip": "score = 0.6615116980820106\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.17367 (-20.79403%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.9533903102955196,
+ "score-diff": "0.11821122720574917",
+ "score-diff-perc": "+14.15400%",
+ "tooltip": "score = 0.9533903102955196\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.11821 (+14.15400%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -406217,11 +406217,11 @@
17,
1
),
- "score": 0.4309477591555364,
- "score-diff": "-0.2305639389264742",
- "score-diff-perc": "-34.85410%",
- "tooltip": "score = 0.4309477591555364\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.23056 (-34.85410%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.6615116980820106,
+ "score-diff": "-0.29187861221350897",
+ "score-diff-perc": "-30.61481%",
+ "tooltip": "score = 0.6615116980820106\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.29188 (-30.61481%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -406243,11 +406243,11 @@
17,
1
),
- "score": 0.9533903102955196,
- "score-diff": "0.5224425511399832",
- "score-diff-perc": "+121.23106%",
- "tooltip": "score = 0.9533903102955196\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.52244 (+121.23106%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.4309477591555364,
+ "score-diff": "-0.2305639389264742",
+ "score-diff-perc": "-34.85410%",
+ "tooltip": "score = 0.4309477591555364\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.23056 (-34.85410%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -406270,9 +406270,9 @@
7
),
"score": 0.5576862352941176,
- "score-diff": "-0.3957040750014019",
- "score-diff-perc": "-41.50494%",
- "tooltip": "score = 0.5576862352941176\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.39570 (-41.50494%)",
+ "score-diff": "0.12673847613858125",
+ "score-diff-perc": "+29.40924%",
+ "tooltip": "score = 0.5576862352941176\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.12674 (+29.40924%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -406555,11 +406555,11 @@
16,
5
),
- "score": 0.6409392592117911,
- "score-diff": "-0.14635245625456073",
- "score-diff-perc": "-18.58936%",
- "tooltip": "score = 0.6409392592117911\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.14635 (-18.58936%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.45481303001364254,
+ "score-diff": "-0.33247868545270925",
+ "score-diff-perc": "-42.23069%",
+ "tooltip": "score = 0.45481303001364254\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.33248 (-42.23069%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -406581,11 +406581,11 @@
16,
5
),
- "score": 0.45481303001364254,
- "score-diff": "-0.18612622919814853",
- "score-diff-perc": "-29.03961%",
- "tooltip": "score = 0.45481303001364254\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.18613 (-29.03961%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.7126499953687211,
+ "score-diff": "0.25783696535507855",
+ "score-diff-perc": "+56.69076%",
+ "tooltip": "score = 0.7126499953687211\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.25784 (+56.69076%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -406607,11 +406607,11 @@
16,
5
),
- "score": 0.7126499953687211,
- "score-diff": "0.25783696535507855",
- "score-diff-perc": "+56.69076%",
- "tooltip": "score = 0.7126499953687211\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.25784 (+56.69076%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.6409392592117911,
+ "score-diff": "-0.07171073615693002",
+ "score-diff-perc": "-10.06255%",
+ "tooltip": "score = 0.6409392592117911\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.07171 (-10.06255%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -406634,9 +406634,9 @@
21
),
"score": 0.6819684070917149,
- "score-diff": "-0.030681588277006178",
- "score-diff-perc": "-4.30528%",
- "tooltip": "score = 0.6819684070917149\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.03068 (-4.30528%)",
+ "score-diff": "0.041029147879923844",
+ "score-diff-perc": "+6.40141%",
+ "tooltip": "score = 0.6819684070917149\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.04103 (+6.40141%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -406945,11 +406945,11 @@
8,
54
),
- "score": 1.163651388372093,
- "score-diff": "-0.051189164754804395",
- "score-diff-perc": "-4.21365%",
- "tooltip": "score = 1.163651388372093\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.05119 (-4.21365%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.9355340116877046,
+ "score-diff": "-0.27930654143919276",
+ "score-diff-perc": "-22.99121%",
+ "tooltip": "score = 0.9355340116877046\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.27931 (-22.99121%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -406971,11 +406971,11 @@
8,
54
),
- "score": 0.9355340116877046,
- "score-diff": "-0.22811737668438836",
- "score-diff-perc": "-19.60358%",
- "tooltip": "score = 0.9355340116877046\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.22812 (-19.60358%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.163651388372093,
+ "score-diff": "0.22811737668438836",
+ "score-diff-perc": "+24.38365%",
+ "tooltip": "score = 1.163651388372093\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.22812 (+24.38365%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -406998,9 +406998,9 @@
43
),
"score": 0.9527318795238096,
- "score-diff": "0.017197867836104996",
- "score-diff-perc": "+1.83829%",
- "tooltip": "score = 0.9527318795238096\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.01720 (+1.83829%)",
+ "score-diff": "-0.21091950884828337",
+ "score-diff-perc": "-18.12566%",
+ "tooltip": "score = 0.9527318795238096\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.21092 (-18.12566%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -412672,11 +412672,11 @@
18,
7
),
- "score": 0.9736541133819951,
- "score-diff": "0.3014042340137155",
- "score-diff-perc": "+44.83515%",
- "tooltip": "score = 0.9736541133819951\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.30140 (+44.83515%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.6882129408324733,
+ "score-diff": "0.015963061464193684",
+ "score-diff-perc": "+2.37457%",
+ "tooltip": "score = 0.6882129408324733\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01596 (+2.37457%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -412699,9 +412699,9 @@
7
),
"score": 0.7053391184767278,
- "score-diff": "-0.26831499490526733",
- "score-diff-perc": "-27.55753%",
- "tooltip": "score = 0.7053391184767278\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.26831 (-27.55753%)",
+ "score-diff": "0.017126177644254503",
+ "score-diff-perc": "+2.48850%",
+ "tooltip": "score = 0.7053391184767278\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01713 (+2.48850%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -412724,11 +412724,11 @@
18,
7
),
- "score": 0.6882129408324733,
- "score-diff": "-0.017126177644254503",
- "score-diff-perc": "-2.42808%",
- "tooltip": "score = 0.6882129408324733\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01713 (-2.42808%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.9736541133819951,
+ "score-diff": "0.26831499490526733",
+ "score-diff-perc": "+38.04057%",
+ "tooltip": "score = 0.9736541133819951\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.26831 (+38.04057%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -412751,9 +412751,9 @@
41
),
"score": 1.465025532942899,
- "score-diff": "0.7768125921104256",
- "score-diff-perc": "+112.87387%",
- "tooltip": "score = 1.465025532942899\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.77681 (+112.87387%)",
+ "score-diff": "0.4913714195609038",
+ "score-diff-perc": "+50.46673%",
+ "tooltip": "score = 1.465025532942899\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.49137 (+50.46673%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -412854,11 +412854,11 @@
17,
1
),
- "score": 1.4431165122655123,
- "score-diff": "0.28827366353572015",
- "score-diff-perc": "+24.96216%",
- "tooltip": "score = 1.4431165122655123\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.28827 (+24.96216%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1.489912121370067,
+ "score-diff": "0.33506927264027486",
+ "score-diff-perc": "+29.01427%",
+ "tooltip": "score = 1.489912121370067\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.33507 (+29.01427%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -412880,11 +412880,11 @@
17,
1
),
- "score": 0.9196751131034483,
- "score-diff": "-0.523441399162064",
- "score-diff-perc": "-36.27160%",
- "tooltip": "score = 0.9196751131034483\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.52344 (-36.27160%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 1.4431165122655123,
+ "score-diff": "-0.046795609104554714",
+ "score-diff-perc": "-3.14083%",
+ "tooltip": "score = 1.4431165122655123\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.04680 (-3.14083%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -412906,11 +412906,11 @@
17,
1
),
- "score": 1.489912121370067,
- "score-diff": "0.5702370082666187",
- "score-diff-perc": "+62.00418%",
- "tooltip": "score = 1.489912121370067\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.57024 (+62.00418%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.9196751131034483,
+ "score-diff": "-0.523441399162064",
+ "score-diff-perc": "-36.27160%",
+ "tooltip": "score = 0.9196751131034483\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.52344 (-36.27160%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -412933,9 +412933,9 @@
7
),
"score": 0.6802313097585855,
- "score-diff": "-0.8096808116114815",
- "score-diff-perc": "-54.34420%",
- "tooltip": "score = 0.6802313097585855\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.80968 (-54.34420%)",
+ "score-diff": "-0.23944380334486282",
+ "score-diff-perc": "-26.03569%",
+ "tooltip": "score = 0.6802313097585855\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.23944 (-26.03569%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -413218,11 +413218,11 @@
16,
5
),
- "score": 1.2464552990654205,
- "score-diff": "0.31823497020325586",
- "score-diff-perc": "+34.28442%",
- "tooltip": "score = 1.2464552990654205\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.31823 (+34.28442%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.7367027841620626,
+ "score-diff": "-0.19151754470010207",
+ "score-diff-perc": "-20.63277%",
+ "tooltip": "score = 0.7367027841620626\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.19152 (-20.63277%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -413244,11 +413244,11 @@
16,
5
),
- "score": 0.7367027841620626,
- "score-diff": "-0.5097525149033579",
- "score-diff-perc": "-40.89617%",
- "tooltip": "score = 0.7367027841620626\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.50975 (-40.89617%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.1582238118123915,
+ "score-diff": "0.42152102765032895",
+ "score-diff-perc": "+57.21724%",
+ "tooltip": "score = 1.1582238118123915\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.42152 (+57.21724%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -413270,11 +413270,11 @@
16,
5
),
- "score": 1.1582238118123915,
- "score-diff": "0.42152102765032895",
- "score-diff-perc": "+57.21724%",
- "tooltip": "score = 1.1582238118123915\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.42152 (+57.21724%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1.2464552990654205,
+ "score-diff": "0.08823148725302898",
+ "score-diff-perc": "+7.61783%",
+ "tooltip": "score = 1.2464552990654205\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.08823 (+7.61783%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -413297,9 +413297,9 @@
21
),
"score": 1.0413564180114523,
- "score-diff": "-0.11686739380093925",
- "score-diff-perc": "-10.09023%",
- "tooltip": "score = 1.0413564180114523\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.11687 (-10.09023%)",
+ "score-diff": "-0.20509888105396823",
+ "score-diff-perc": "-16.45457%",
+ "tooltip": "score = 1.0413564180114523\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.20510 (-16.45457%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -413608,11 +413608,11 @@
8,
54
),
- "score": 1.569537405490196,
- "score-diff": "-0.09124095716540559",
- "score-diff-perc": "-5.49387%",
- "tooltip": "score = 1.569537405490196\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.09124 (-5.49387%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 1.1491166542217117,
+ "score-diff": "-0.5116617084338899",
+ "score-diff-perc": "-30.80855%",
+ "tooltip": "score = 1.1491166542217117\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.51166 (-30.80855%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -413634,11 +413634,11 @@
8,
54
),
- "score": 1.1491166542217117,
- "score-diff": "-0.4204207512684843",
- "score-diff-perc": "-26.78628%",
- "tooltip": "score = 1.1491166542217117\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.42042 (-26.78628%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.569537405490196,
+ "score-diff": "0.4204207512684843",
+ "score-diff-perc": "+36.58643%",
+ "tooltip": "score = 1.569537405490196\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.42042 (+36.58643%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -413661,9 +413661,9 @@
43
),
"score": 1.6535986082644627,
- "score-diff": "0.504481954042751",
- "score-diff-perc": "+43.90172%",
- "tooltip": "score = 1.6535986082644627\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.50448 (+43.90172%)",
+ "score-diff": "0.08406120277426665",
+ "score-diff-perc": "+5.35579%",
+ "tooltip": "score = 1.6535986082644627\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.08406 (+5.35579%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -419335,11 +419335,11 @@
18,
7
),
- "score": 1.5211184600760457,
- "score-diff": "0.26303581353516514",
- "score-diff-perc": "+20.90767%",
- "tooltip": "score = 1.5211184600760457\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.26304 (+20.90767%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 1.2172443710462286,
+ "score-diff": "-0.04083827549465191",
+ "score-diff-perc": "-3.24607%",
+ "tooltip": "score = 1.2172443710462286\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.04084 (-3.24607%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -419362,9 +419362,9 @@
7
),
"score": 1.2938428421733505,
- "score-diff": "-0.22727561790269513",
- "score-diff-perc": "-14.94135%",
- "tooltip": "score = 1.2938428421733505\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.22728 (-14.94135%)",
+ "score-diff": "0.07659847112712193",
+ "score-diff-perc": "+6.29278%",
+ "tooltip": "score = 1.2938428421733505\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.07660 (+6.29278%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -419387,11 +419387,11 @@
18,
7
),
- "score": 1.2172443710462286,
- "score-diff": "-0.07659847112712193",
- "score-diff-perc": "-5.92023%",
- "tooltip": "score = 1.2172443710462286\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.07660 (-5.92023%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 1.5211184600760457,
+ "score-diff": "0.22727561790269513",
+ "score-diff-perc": "+17.56594%",
+ "tooltip": "score = 1.5211184600760457\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.22728 (+17.56594%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -419414,9 +419414,9 @@
41
),
"score": 1.7828607780748662,
- "score-diff": "0.5656164070286376",
- "score-diff-perc": "+46.46696%",
- "tooltip": "score = 1.7828607780748662\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.56562 (+46.46696%)",
+ "score-diff": "0.26174231799882053",
+ "score-diff-perc": "+17.20723%",
+ "tooltip": "score = 1.7828607780748662\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.26174 (+17.20723%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -419517,11 +419517,11 @@
17,
1
),
- "score": 2.3190805434530706,
- "score-diff": "0.7667782509782839",
- "score-diff-perc": "+49.39619%",
- "tooltip": "score = 2.3190805434530706\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.76678 (+49.39619%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 2.2618175615819207,
+ "score-diff": "0.709515269107134",
+ "score-diff-perc": "+45.70729%",
+ "tooltip": "score = 2.2618175615819207\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.70952 (+45.70729%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -419543,11 +419543,11 @@
17,
1
),
- "score": 1.730468775086505,
- "score-diff": "-0.5886117683665655",
- "score-diff-perc": "-25.38126%",
- "tooltip": "score = 1.730468775086505\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.58861 (-25.38126%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 2.3190805434530706,
+ "score-diff": "0.057262981871149865",
+ "score-diff-perc": "+2.53172%",
+ "tooltip": "score = 2.3190805434530706\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.05726 (+2.53172%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -419569,11 +419569,11 @@
17,
1
),
- "score": 2.2618175615819207,
- "score-diff": "0.5313487864954156",
- "score-diff-perc": "+30.70548%",
- "tooltip": "score = 2.2618175615819207\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.53135 (+30.70548%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 1.730468775086505,
+ "score-diff": "-0.5886117683665655",
+ "score-diff-perc": "-25.38126%",
+ "tooltip": "score = 1.730468775086505\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.58861 (-25.38126%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -419596,9 +419596,9 @@
7
),
"score": 1.2014124438438438,
- "score-diff": "-1.0604051177380769",
- "score-diff-perc": "-46.88288%",
- "tooltip": "score = 1.2014124438438438\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.06041 (-46.88288%)",
+ "score-diff": "-0.5290563312426613",
+ "score-diff-perc": "-30.57301%",
+ "tooltip": "score = 1.2014124438438438\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.52906 (-30.57301%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -419881,11 +419881,11 @@
16,
5
),
- "score": 1.4666774963343108,
- "score-diff": "-0.12215361407077263",
- "score-diff-perc": "-7.68827%",
- "tooltip": "score = 1.4666774963343108\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.12215 (-7.68827%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 1.4454853388728324,
+ "score-diff": "-0.14334577153225103",
+ "score-diff-perc": "-9.02209%",
+ "tooltip": "score = 1.4454853388728324\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.14335 (-9.02209%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -419907,11 +419907,11 @@
16,
5
),
- "score": 1.4454853388728324,
- "score-diff": "-0.0211921574614784",
- "score-diff-perc": "-1.44491%",
- "tooltip": "score = 1.4454853388728324\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02119 (-1.44491%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 2.0482765107471854,
+ "score-diff": "0.602791171874353",
+ "score-diff-perc": "+41.70165%",
+ "tooltip": "score = 2.0482765107471854\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.60279 (+41.70165%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -419933,11 +419933,11 @@
16,
5
),
- "score": 2.0482765107471854,
- "score-diff": "0.602791171874353",
- "score-diff-perc": "+41.70165%",
- "tooltip": "score = 2.0482765107471854\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.60279 (+41.70165%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1.4666774963343108,
+ "score-diff": "-0.5815990144128746",
+ "score-diff-perc": "-28.39456%",
+ "tooltip": "score = 1.4666774963343108\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.58160 (-28.39456%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -419960,9 +419960,9 @@
21
),
"score": 2.342950057377049,
- "score-diff": "0.29467354662986356",
- "score-diff-perc": "+14.38641%",
- "tooltip": "score = 2.342950057377049\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.29467 (+14.38641%)",
+ "score-diff": "0.8762725610427382",
+ "score-diff-perc": "+59.74542%",
+ "tooltip": "score = 2.342950057377049\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.87627 (+59.74542%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -420271,11 +420271,11 @@
8,
54
),
- "score": 3.274621355155483,
- "score-diff": "0.8306082232873511",
- "score-diff-perc": "+33.98542%",
- "tooltip": "score = 3.274621355155483\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.83061 (+33.98542%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 2.5612722624839948,
+ "score-diff": "0.1172591306158628",
+ "score-diff-perc": "+4.79781%",
+ "tooltip": "score = 2.5612722624839948\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.11726 (+4.79781%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -420297,11 +420297,11 @@
8,
54
),
- "score": 2.5612722624839948,
- "score-diff": "-0.7133490926714883",
- "score-diff-perc": "-21.78417%",
- "tooltip": "score = 2.5612722624839948\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.71335 (-21.78417%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 3.274621355155483,
+ "score-diff": "0.7133490926714883",
+ "score-diff-perc": "+27.85136%",
+ "tooltip": "score = 3.274621355155483\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.71335 (+27.85136%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -420324,9 +420324,9 @@
43
),
"score": 2.029108227180527,
- "score-diff": "-0.5321640353034676",
- "score-diff-perc": "-20.77733%",
- "tooltip": "score = 2.029108227180527\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.53216 (-20.77733%)",
+ "score-diff": "-1.2455131279749558",
+ "score-diff-perc": "-38.03533%",
+ "tooltip": "score = 2.029108227180527\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.24551 (-38.03533%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -425998,11 +425998,11 @@
18,
7
),
- "score": 0.9137081251713111,
- "score-diff": "0.13630599541218125",
- "score-diff-perc": "+17.53352%",
- "tooltip": "score = 0.9137081251713111\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.13631 (+17.53352%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.9572868511961723,
+ "score-diff": "0.17988472143704248",
+ "score-diff-perc": "+23.13921%",
+ "tooltip": "score = 0.9572868511961723\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.17988 (+23.13921%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -426025,9 +426025,9 @@
7
),
"score": 0.9788163375733855,
- "score-diff": "0.06510821240207443",
- "score-diff-perc": "+7.12571%",
- "tooltip": "score = 0.9788163375733855\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.06511 (+7.12571%)",
+ "score-diff": "0.02152948637721319",
+ "score-diff-perc": "+2.24901%",
+ "tooltip": "score = 0.9788163375733855\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02153 (+2.24901%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -426050,11 +426050,11 @@
18,
7
),
- "score": 0.9572868511961723,
- "score-diff": "-0.02152948637721319",
- "score-diff-perc": "-2.19954%",
- "tooltip": "score = 0.9572868511961723\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02153 (-2.19954%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.9137081251713111,
+ "score-diff": "-0.06510821240207443",
+ "score-diff-perc": "-6.65173%",
+ "tooltip": "score = 0.9137081251713111\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.06511 (-6.65173%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -426077,9 +426077,9 @@
41
),
"score": 0.8568312423982869,
- "score-diff": "-0.1004556087978854",
- "score-diff-perc": "-10.49378%",
- "tooltip": "score = 0.8568312423982869\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.10046 (-10.49378%)",
+ "score-diff": "-0.05687688277302416",
+ "score-diff-perc": "-6.22484%",
+ "tooltip": "score = 0.8568312423982869\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.05688 (-6.22484%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -426180,11 +426180,11 @@
17,
1
),
- "score": 0.9538813013182674,
- "score-diff": "0.07916282033881838",
- "score-diff-perc": "+9.05009%",
- "tooltip": "score = 0.9538813013182674\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.07916 (+9.05009%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1.3308006533599468,
+ "score-diff": "0.45608217238049775",
+ "score-diff-perc": "+52.14045%",
+ "tooltip": "score = 1.3308006533599468\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.45608 (+52.14045%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -426206,11 +426206,11 @@
17,
1
),
- "score": 0.6949939961779014,
- "score-diff": "-0.25888730514036606",
- "score-diff-perc": "-27.14041%",
- "tooltip": "score = 0.6949939961779014\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.25889 (-27.14041%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.9538813013182674,
+ "score-diff": "-0.37691935204167937",
+ "score-diff-perc": "-28.32275%",
+ "tooltip": "score = 0.9538813013182674\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.37692 (-28.32275%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -426232,11 +426232,11 @@
17,
1
),
- "score": 1.3308006533599468,
- "score-diff": "0.6358066571820454",
- "score-diff-perc": "+91.48376%",
- "tooltip": "score = 1.3308006533599468\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.63581 (+91.48376%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.6949939961779014,
+ "score-diff": "-0.25888730514036606",
+ "score-diff-perc": "-27.14041%",
+ "tooltip": "score = 0.6949939961779014\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.25889 (-27.14041%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -426259,9 +426259,9 @@
7
),
"score": 0.953694627264061,
- "score-diff": "-0.37710602609588584",
- "score-diff-perc": "-28.33678%",
- "tooltip": "score = 0.953694627264061\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.37711 (-28.33678%)",
+ "score-diff": "0.2587006310861596",
+ "score-diff-perc": "+37.22343%",
+ "tooltip": "score = 0.953694627264061\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.25870 (+37.22343%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -426544,11 +426544,11 @@
16,
5
),
- "score": 1.0410092416280268,
- "score-diff": "0.022434260467130596",
- "score-diff-perc": "+2.20251%",
- "tooltip": "score = 1.0410092416280268\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02243 (+2.20251%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.8106141012965964,
+ "score-diff": "-0.20796087986429979",
+ "score-diff-perc": "-20.41685%",
+ "tooltip": "score = 0.8106141012965964\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.20796 (-20.41685%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -426570,11 +426570,11 @@
16,
5
),
- "score": 0.8106141012965964,
- "score-diff": "-0.23039514033143038",
- "score-diff-perc": "-22.13190%",
- "tooltip": "score = 0.8106141012965964\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.23040 (-22.13190%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.2129098399029714,
+ "score-diff": "0.402295738606375",
+ "score-diff-perc": "+49.62851%",
+ "tooltip": "score = 1.2129098399029714\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.40230 (+49.62851%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -426596,11 +426596,11 @@
16,
5
),
- "score": 1.2129098399029714,
- "score-diff": "0.402295738606375",
- "score-diff-perc": "+49.62851%",
- "tooltip": "score = 1.2129098399029714\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.40230 (+49.62851%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1.0410092416280268,
+ "score-diff": "-0.17190059827494464",
+ "score-diff-perc": "-14.17258%",
+ "tooltip": "score = 1.0410092416280268\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.17190 (-14.17258%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -426623,9 +426623,9 @@
21
),
"score": 1.0411930249739854,
- "score-diff": "-0.17171681492898605",
- "score-diff-perc": "-14.15743%",
- "tooltip": "score = 1.0411930249739854\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.17172 (-14.15743%)",
+ "score-diff": "0.00018378334595858803",
+ "score-diff-perc": "+0.01765%",
+ "tooltip": "score = 1.0411930249739854\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00018 (+0.01765%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -426934,11 +426934,11 @@
8,
54
),
- "score": 1.6227471200324413,
- "score-diff": "-0.805225460064646",
- "score-diff-perc": "-33.16452%",
- "tooltip": "score = 1.6227471200324413\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.80523 (-33.16452%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 1.5227896232876712,
+ "score-diff": "-0.9051829568094161",
+ "score-diff-perc": "-37.28143%",
+ "tooltip": "score = 1.5227896232876712\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.90518 (-37.28143%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -426960,11 +426960,11 @@
8,
54
),
- "score": 1.5227896232876712,
- "score-diff": "-0.09995749674477006",
- "score-diff-perc": "-6.15977%",
- "tooltip": "score = 1.5227896232876712\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.09996 (-6.15977%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.6227471200324413,
+ "score-diff": "0.09995749674477006",
+ "score-diff-perc": "+6.56410%",
+ "tooltip": "score = 1.6227471200324413\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.09996 (+6.56410%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -426987,9 +426987,9 @@
43
),
"score": 1.170599383850205,
- "score-diff": "-0.3521902394374663",
- "score-diff-perc": "-23.12796%",
- "tooltip": "score = 1.170599383850205\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.35219 (-23.12796%)",
+ "score-diff": "-0.45214773618223636",
+ "score-diff-perc": "-27.86311%",
+ "tooltip": "score = 1.170599383850205\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.45215 (-27.86311%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -432661,11 +432661,11 @@
18,
7
),
- "score": 0.5620097584269663,
- "score-diff": "-0.09191472425277225",
- "score-diff-perc": "-14.05586%",
- "tooltip": "score = 0.5620097584269663\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.09191 (-14.05586%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.623422182923029,
+ "score-diff": "-0.030502299756709594",
+ "score-diff-perc": "-4.66450%",
+ "tooltip": "score = 0.623422182923029\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03050 (-4.66450%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -432688,9 +432688,9 @@
7
),
"score": 0.8659070402597403,
- "score-diff": "0.303897281832774",
- "score-diff-perc": "+54.07331%",
- "tooltip": "score = 0.8659070402597403\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.30390 (+54.07331%)",
+ "score-diff": "0.24248485733671132",
+ "score-diff-perc": "+38.89577%",
+ "tooltip": "score = 0.8659070402597403\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.24248 (+38.89577%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -432713,11 +432713,11 @@
18,
7
),
- "score": 0.623422182923029,
- "score-diff": "-0.24248485733671132",
- "score-diff-perc": "-28.00357%",
- "tooltip": "score = 0.623422182923029\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.24248 (-28.00357%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.5620097584269663,
+ "score-diff": "-0.303897281832774",
+ "score-diff-perc": "-35.09583%",
+ "tooltip": "score = 0.5620097584269663\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.30390 (-35.09583%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -432740,9 +432740,9 @@
41
),
"score": 0.7824455733281189,
- "score-diff": "0.15902339040508995",
- "score-diff-perc": "+25.50814%",
- "tooltip": "score = 0.7824455733281189\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.15902 (+25.50814%)",
+ "score-diff": "0.2204358149011526",
+ "score-diff-perc": "+39.22277%",
+ "tooltip": "score = 0.7824455733281189\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.22044 (+39.22277%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -432843,11 +432843,11 @@
17,
1
),
- "score": 0.8975329775684163,
- "score-diff": "-0.22783451455756787",
- "score-diff-perc": "-20.24534%",
- "tooltip": "score = 0.8975329775684163\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.22783 (-20.24534%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.8567002226980728,
+ "score-diff": "-0.2686672694279114",
+ "score-diff-perc": "-23.87374%",
+ "tooltip": "score = 0.8567002226980728\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.26867 (-23.87374%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -432869,11 +432869,11 @@
17,
1
),
- "score": 0.7847338881914476,
- "score-diff": "-0.1127990893769687",
- "score-diff-perc": "-12.56768%",
- "tooltip": "score = 0.7847338881914476\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.11280 (-12.56768%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.8975329775684163,
+ "score-diff": "0.040832754870343546",
+ "score-diff-perc": "+4.76628%",
+ "tooltip": "score = 0.8975329775684163\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04083 (+4.76628%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -432895,11 +432895,11 @@
17,
1
),
- "score": 0.8567002226980728,
- "score-diff": "0.07196633450662515",
- "score-diff-perc": "+9.17079%",
- "tooltip": "score = 0.8567002226980728\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.07197 (+9.17079%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.7847338881914476,
+ "score-diff": "-0.1127990893769687",
+ "score-diff-perc": "-12.56768%",
+ "tooltip": "score = 0.7847338881914476\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.11280 (-12.56768%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -432922,9 +432922,9 @@
7
),
"score": 0.6064762480291086,
- "score-diff": "-0.2502239746689642",
- "score-diff-perc": "-29.20788%",
- "tooltip": "score = 0.6064762480291086\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.25022 (-29.20788%)",
+ "score-diff": "-0.17825764016233903",
+ "score-diff-perc": "-22.71568%",
+ "tooltip": "score = 0.6064762480291086\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.17826 (-22.71568%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -433207,11 +433207,11 @@
16,
5
),
- "score": 0.8584486705276705,
- "score-diff": "0.024534109877399568",
- "score-diff-perc": "+2.94204%",
- "tooltip": "score = 0.8584486705276705\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02453 (+2.94204%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.7411119203703703,
+ "score-diff": "-0.0928026402799006",
+ "score-diff-perc": "-11.12855%",
+ "tooltip": "score = 0.7411119203703703\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.09280 (-11.12855%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -433233,11 +433233,11 @@
16,
5
),
- "score": 0.7411119203703703,
- "score-diff": "-0.11733675015730016",
- "score-diff-perc": "-13.66846%",
- "tooltip": "score = 0.7411119203703703\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.11734 (-13.66846%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.8765203873794917,
+ "score-diff": "0.13540846700912135",
+ "score-diff-perc": "+18.27099%",
+ "tooltip": "score = 0.8765203873794917\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.13541 (+18.27099%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -433259,11 +433259,11 @@
16,
5
),
- "score": 0.8765203873794917,
- "score-diff": "0.13540846700912135",
- "score-diff-perc": "+18.27099%",
- "tooltip": "score = 0.8765203873794917\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.13541 (+18.27099%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.8584486705276705,
+ "score-diff": "-0.018071716851821185",
+ "score-diff-perc": "-2.06176%",
+ "tooltip": "score = 0.8584486705276705\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01807 (-2.06176%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -433286,9 +433286,9 @@
21
),
"score": 1.1296450248447205,
- "score-diff": "0.25312463746522884",
- "score-diff-perc": "+28.87835%",
- "tooltip": "score = 1.1296450248447205\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.25312 (+28.87835%)",
+ "score-diff": "0.27119635431705",
+ "score-diff-perc": "+31.59145%",
+ "tooltip": "score = 1.1296450248447205\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.27120 (+31.59145%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -433597,11 +433597,11 @@
8,
54
),
- "score": 1.4272356276747504,
- "score-diff": "-0.500370775986136",
- "score-diff-perc": "-25.95814%",
- "tooltip": "score = 1.4272356276747504\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.50037 (-25.95814%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 1.1791709039481437,
+ "score-diff": "-0.7484354997127427",
+ "score-diff-perc": "-38.82720%",
+ "tooltip": "score = 1.1791709039481437\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.74844 (-38.82720%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -433623,11 +433623,11 @@
8,
54
),
- "score": 1.1791709039481437,
- "score-diff": "-0.2480647237266067",
- "score-diff-perc": "-17.38078%",
- "tooltip": "score = 1.1791709039481437\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.24806 (-17.38078%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.4272356276747504,
+ "score-diff": "0.2480647237266067",
+ "score-diff-perc": "+21.03722%",
+ "tooltip": "score = 1.4272356276747504\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.24806 (+21.03722%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -433650,9 +433650,9 @@
43
),
"score": 1.3459831480484523,
- "score-diff": "0.1668122441003086",
- "score-diff-perc": "+14.14657%",
- "tooltip": "score = 1.3459831480484523\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.16681 (+14.14657%)",
+ "score-diff": "-0.08125247962629811",
+ "score-diff-perc": "-5.69300%",
+ "tooltip": "score = 1.3459831480484523\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.08125 (-5.69300%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -439324,11 +439324,11 @@
18,
7
),
- "score": 0.2661912266435986,
- "score-diff": "0.018719474942497538",
- "score-diff-perc": "+7.56429%",
- "tooltip": "score = 0.2661912266435986\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01872 (+7.56429%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.3154401032960101,
+ "score-diff": "0.067968351594909",
+ "score-diff-perc": "+27.46509%",
+ "tooltip": "score = 0.3154401032960101\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.06797 (+27.46509%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -439351,9 +439351,9 @@
7
),
"score": 0.2676867801124197,
- "score-diff": "0.0014955534688210759",
- "score-diff-perc": "+0.56183%",
- "tooltip": "score = 0.2676867801124197\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00150 (+0.56183%)",
+ "score-diff": "-0.04775332318359038",
+ "score-diff-perc": "-15.13863%",
+ "tooltip": "score = 0.2676867801124197\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.04775 (-15.13863%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -439376,11 +439376,11 @@
18,
7
),
- "score": 0.3154401032960101,
- "score-diff": "0.04775332318359038",
- "score-diff-perc": "+17.83925%",
- "tooltip": "score = 0.3154401032960101\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.04775 (+17.83925%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.2661912266435986,
+ "score-diff": "-0.0014955534688210759",
+ "score-diff-perc": "-0.55870%",
+ "tooltip": "score = 0.2661912266435986\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00150 (-0.55870%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -439403,9 +439403,9 @@
41
),
"score": 0.38601597336935545,
- "score-diff": "0.07057587007334537",
- "score-diff-perc": "+22.37378%",
- "tooltip": "score = 0.38601597336935545\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.07058 (+22.37378%)",
+ "score-diff": "0.11982474672575683",
+ "score-diff-perc": "+45.01454%",
+ "tooltip": "score = 0.38601597336935545\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.11982 (+45.01454%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -439506,11 +439506,11 @@
17,
1
),
- "score": 0.49085316343558283,
- "score-diff": "0.1388747581918735",
- "score-diff-perc": "+39.45548%",
- "tooltip": "score = 0.49085316343558283\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.13887 (+39.45548%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.41515186446658364,
+ "score-diff": "0.06317345922287432",
+ "score-diff-perc": "+17.94811%",
+ "tooltip": "score = 0.41515186446658364\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.06317 (+17.94811%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -439532,11 +439532,11 @@
17,
1
),
- "score": 0.342931031201783,
- "score-diff": "-0.14792213223379985",
- "score-diff-perc": "-30.13572%",
- "tooltip": "score = 0.342931031201783\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.14792 (-30.13572%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.49085316343558283,
+ "score-diff": "0.07570129896899919",
+ "score-diff-perc": "+18.23460%",
+ "tooltip": "score = 0.49085316343558283\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.07570 (+18.23460%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -439558,11 +439558,11 @@
17,
1
),
- "score": 0.41515186446658364,
- "score-diff": "0.07222083326480067",
- "score-diff-perc": "+21.05987%",
- "tooltip": "score = 0.41515186446658364\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.07222 (+21.05987%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.342931031201783,
+ "score-diff": "-0.14792213223379985",
+ "score-diff-perc": "-30.13572%",
+ "tooltip": "score = 0.342931031201783\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.14792 (-30.13572%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -439585,9 +439585,9 @@
7
),
"score": 0.3239826007450599,
- "score-diff": "-0.09116926372152373",
- "score-diff-perc": "-21.96046%",
- "tooltip": "score = 0.3239826007450599\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.09117 (-21.96046%)",
+ "score-diff": "-0.018948430456723064",
+ "score-diff-perc": "-5.52543%",
+ "tooltip": "score = 0.3239826007450599\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.01895 (-5.52543%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -439870,11 +439870,11 @@
16,
5
),
- "score": 0.33172150829187397,
- "score-diff": "-0.04825146150295884",
- "score-diff-perc": "-12.69866%",
- "tooltip": "score = 0.33172150829187397\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04825 (-12.69866%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.24385530709237144,
+ "score-diff": "-0.13611766270246137",
+ "score-diff-perc": "-35.82299%",
+ "tooltip": "score = 0.24385530709237144\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.13612 (-35.82299%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -439896,11 +439896,11 @@
16,
5
),
- "score": 0.24385530709237144,
- "score-diff": "-0.08786620119950253",
- "score-diff-perc": "-26.48794%",
- "tooltip": "score = 0.24385530709237144\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.08787 (-26.48794%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.4040790967676768,
+ "score-diff": "0.16022378967530534",
+ "score-diff-perc": "+65.70445%",
+ "tooltip": "score = 0.4040790967676768\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.16022 (+65.70445%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -439922,11 +439922,11 @@
16,
5
),
- "score": 0.4040790967676768,
- "score-diff": "0.16022378967530534",
- "score-diff-perc": "+65.70445%",
- "tooltip": "score = 0.4040790967676768\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.16022 (+65.70445%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.33172150829187397,
+ "score-diff": "-0.07235758847580281",
+ "score-diff-perc": "-17.90679%",
+ "tooltip": "score = 0.33172150829187397\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.07236 (-17.90679%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -439949,9 +439949,9 @@
21
),
"score": 0.3384628993231811,
- "score-diff": "-0.0656161974444957",
- "score-diff-perc": "-16.23845%",
- "tooltip": "score = 0.3384628993231811\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.06562 (-16.23845%)",
+ "score-diff": "0.006741391031307109",
+ "score-diff-perc": "+2.03224%",
+ "tooltip": "score = 0.3384628993231811\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00674 (+2.03224%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -440260,11 +440260,11 @@
8,
54
),
- "score": 0.89400027256479,
- "score-diff": "-0.07796556805717314",
- "score-diff-perc": "-8.02143%",
- "tooltip": "score = 0.89400027256479\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.07797 (-8.02143%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.7470646560866319,
+ "score-diff": "-0.22490118453533126",
+ "score-diff-perc": "-23.13880%",
+ "tooltip": "score = 0.7470646560866319\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.22490 (-23.13880%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -440286,11 +440286,11 @@
8,
54
),
- "score": 0.7470646560866319,
- "score-diff": "-0.14693561647815812",
- "score-diff-perc": "-16.43575%",
- "tooltip": "score = 0.7470646560866319\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.14694 (-16.43575%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.89400027256479,
+ "score-diff": "0.14693561647815812",
+ "score-diff-perc": "+19.66839%",
+ "tooltip": "score = 0.89400027256479\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.14694 (+19.66839%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -440313,9 +440313,9 @@
43
),
"score": 0.9639957378313253,
- "score-diff": "0.21693108174469344",
- "score-diff-perc": "+29.03779%",
- "tooltip": "score = 0.9639957378313253\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.21693 (+29.03779%)",
+ "score-diff": "0.06999546526653533",
+ "score-diff-perc": "+7.82947%",
+ "tooltip": "score = 0.9639957378313253\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.07000 (+7.82947%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -445987,11 +445987,11 @@
18,
7
),
- "score": 0.2565696553360698,
- "score-diff": "-0.023228573926764196",
- "score-diff-perc": "-8.30190%",
- "tooltip": "score = 0.2565696553360698\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02323 (-8.30190%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.2441375741486635,
+ "score-diff": "-0.03566065511417049",
+ "score-diff-perc": "-12.74513%",
+ "tooltip": "score = 0.2441375741486635\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03566 (-12.74513%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -446014,9 +446014,9 @@
7
),
"score": 0.22455844605366565,
- "score-diff": "-0.03201120928240414",
- "score-diff-perc": "-12.47662%",
- "tooltip": "score = 0.22455844605366565\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03201 (-12.47662%)",
+ "score-diff": "-0.019579128094997844",
+ "score-diff-perc": "-8.01971%",
+ "tooltip": "score = 0.22455844605366565\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01958 (-8.01971%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -446039,11 +446039,11 @@
18,
7
),
- "score": 0.2441375741486635,
- "score-diff": "0.019579128094997844",
- "score-diff-perc": "+8.71895%",
- "tooltip": "score = 0.2441375741486635\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01958 (+8.71895%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.2565696553360698,
+ "score-diff": "0.03201120928240414",
+ "score-diff-perc": "+14.25518%",
+ "tooltip": "score = 0.2565696553360698\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.03201 (+14.25518%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -446066,9 +446066,9 @@
41
),
"score": 0.3860707388535032,
- "score-diff": "0.1419331647048397",
- "score-diff-perc": "+58.13655%",
- "tooltip": "score = 0.3860707388535032\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.14193 (+58.13655%)",
+ "score-diff": "0.1295010835174334",
+ "score-diff-perc": "+50.47405%",
+ "tooltip": "score = 0.3860707388535032\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.12950 (+50.47405%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -446169,11 +446169,11 @@
17,
1
),
- "score": 0.36780540614083473,
- "score-diff": "-0.009589001972372835",
- "score-diff-perc": "-2.54084%",
- "tooltip": "score = 0.36780540614083473\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00959 (-2.54084%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.40525270461912477,
+ "score-diff": "0.0278582965059172",
+ "score-diff-perc": "+7.38175%",
+ "tooltip": "score = 0.40525270461912477\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02786 (+7.38175%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -446195,11 +446195,11 @@
17,
1
),
- "score": 0.25950457174364294,
- "score-diff": "-0.10830083439719179",
- "score-diff-perc": "-29.44514%",
- "tooltip": "score = 0.25950457174364294\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.10830 (-29.44514%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.36780540614083473,
+ "score-diff": "-0.037447298478290036",
+ "score-diff-perc": "-9.24048%",
+ "tooltip": "score = 0.36780540614083473\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03745 (-9.24048%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -446221,11 +446221,11 @@
17,
1
),
- "score": 0.40525270461912477,
- "score-diff": "0.14574813287548183",
- "score-diff-perc": "+56.16399%",
- "tooltip": "score = 0.40525270461912477\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.14575 (+56.16399%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.25950457174364294,
+ "score-diff": "-0.10830083439719179",
+ "score-diff-perc": "-29.44514%",
+ "tooltip": "score = 0.25950457174364294\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.10830 (-29.44514%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -446248,9 +446248,9 @@
7
),
"score": 0.31230941170960186,
- "score-diff": "-0.09294329290952291",
- "score-diff-perc": "-22.93465%",
- "tooltip": "score = 0.31230941170960186\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.09294 (-22.93465%)",
+ "score-diff": "0.052804839965958916",
+ "score-diff-perc": "+20.34833%",
+ "tooltip": "score = 0.31230941170960186\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.05280 (+20.34833%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -446533,11 +446533,11 @@
16,
5
),
- "score": 0.39819241071073064,
- "score-diff": "0.059052847282930365",
- "score-diff-perc": "+17.41255%",
- "tooltip": "score = 0.39819241071073064\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.05905 (+17.41255%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.36374845444626297,
+ "score-diff": "0.024608891018462697",
+ "score-diff-perc": "+7.25627%",
+ "tooltip": "score = 0.36374845444626297\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02461 (+7.25627%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -446559,11 +446559,11 @@
16,
5
),
- "score": 0.36374845444626297,
- "score-diff": "-0.03444395626446767",
- "score-diff-perc": "-8.65008%",
- "tooltip": "score = 0.36374845444626297\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03444 (-8.65008%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.3857186854994215,
+ "score-diff": "0.02197023105315854",
+ "score-diff-perc": "+6.03995%",
+ "tooltip": "score = 0.3857186854994215\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02197 (+6.03995%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -446585,11 +446585,11 @@
16,
5
),
- "score": 0.3857186854994215,
- "score-diff": "0.02197023105315854",
- "score-diff-perc": "+6.03995%",
- "tooltip": "score = 0.3857186854994215\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02197 (+6.03995%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.39819241071073064,
+ "score-diff": "0.012473725211309128",
+ "score-diff-perc": "+3.23389%",
+ "tooltip": "score = 0.39819241071073064\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01247 (+3.23389%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -446612,9 +446612,9 @@
21
),
"score": 0.32831657813525933,
- "score-diff": "-0.05740210736416218",
- "score-diff-perc": "-14.88186%",
- "tooltip": "score = 0.32831657813525933\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.05740 (-14.88186%)",
+ "score-diff": "-0.06987583257547131",
+ "score-diff-perc": "-17.54826%",
+ "tooltip": "score = 0.32831657813525933\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.06988 (-17.54826%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -446923,11 +446923,11 @@
8,
54
),
- "score": 1.053318365982096,
- "score-diff": "0.12878396210039533",
- "score-diff-perc": "+13.92960%",
- "tooltip": "score = 1.053318365982096\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.12878 (+13.92960%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.7588342837632777,
+ "score-diff": "-0.16570012011842294",
+ "score-diff-perc": "-17.92255%",
+ "tooltip": "score = 0.7588342837632777\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.16570 (-17.92255%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -446949,11 +446949,11 @@
8,
54
),
- "score": 0.7588342837632777,
- "score-diff": "-0.2944840822188183",
- "score-diff-perc": "-27.95775%",
- "tooltip": "score = 0.7588342837632777\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.29448 (-27.95775%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.053318365982096,
+ "score-diff": "0.2944840822188183",
+ "score-diff-perc": "+38.80743%",
+ "tooltip": "score = 1.053318365982096\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.29448 (+38.80743%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -446976,9 +446976,9 @@
43
),
"score": 0.753069782003012,
- "score-diff": "-0.005764501760265661",
- "score-diff-perc": "-0.75965%",
- "tooltip": "score = 0.753069782003012\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00576 (-0.75965%)",
+ "score-diff": "-0.30024858397908394",
+ "score-diff-perc": "-28.50502%",
+ "tooltip": "score = 0.753069782003012\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.30025 (-28.50502%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -452650,11 +452650,11 @@
18,
7
),
- "score": 0.2641811675911252,
- "score-diff": "0.014151348966125188",
- "score-diff-perc": "+5.65986%",
- "tooltip": "score = 0.2641811675911252\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01415 (+5.65986%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.32371636219452987,
+ "score-diff": "0.07368654356952986",
+ "score-diff-perc": "+29.47110%",
+ "tooltip": "score = 0.32371636219452987\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.07369 (+29.47110%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -452677,9 +452677,9 @@
7
),
"score": 0.21447736210594037,
- "score-diff": "-0.04970380548518483",
- "score-diff-perc": "-18.81429%",
- "tooltip": "score = 0.21447736210594037\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.04970 (-18.81429%)",
+ "score-diff": "-0.1092390000885895",
+ "score-diff-perc": "-33.74528%",
+ "tooltip": "score = 0.21447736210594037\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.10924 (-33.74528%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -452702,11 +452702,11 @@
18,
7
),
- "score": 0.32371636219452987,
- "score-diff": "0.1092390000885895",
- "score-diff-perc": "+50.93265%",
- "tooltip": "score = 0.32371636219452987\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.10924 (+50.93265%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.2641811675911252,
+ "score-diff": "0.04970380548518483",
+ "score-diff-perc": "+23.17438%",
+ "tooltip": "score = 0.2641811675911252\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.04970 (+23.17438%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -452729,9 +452729,9 @@
41
),
"score": 0.36967139290334505,
- "score-diff": "0.04595503070881518",
- "score-diff-perc": "+14.19608%",
- "tooltip": "score = 0.36967139290334505\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.04596 (+14.19608%)",
+ "score-diff": "0.10549022531221985",
+ "score-diff-perc": "+39.93102%",
+ "tooltip": "score = 0.36967139290334505\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.10549 (+39.93102%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -452832,11 +452832,11 @@
17,
1
),
- "score": 0.3740311609947644,
- "score-diff": "-0.010307090734674507",
- "score-diff-perc": "-2.68178%",
- "tooltip": "score = 0.3740311609947644\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01031 (-2.68178%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.3340892755971271,
+ "score-diff": "-0.05024897613231183",
+ "score-diff-perc": "-13.07415%",
+ "tooltip": "score = 0.3340892755971271\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.05025 (-13.07415%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -452858,11 +452858,11 @@
17,
1
),
- "score": 0.25913783508226457,
- "score-diff": "-0.11489332591249984",
- "score-diff-perc": "-30.71758%",
- "tooltip": "score = 0.25913783508226457\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.11489 (-30.71758%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.3740311609947644,
+ "score-diff": "0.03994188539763732",
+ "score-diff-perc": "+11.95545%",
+ "tooltip": "score = 0.3740311609947644\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03994 (+11.95545%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -452884,11 +452884,11 @@
17,
1
),
- "score": 0.3340892755971271,
- "score-diff": "0.07495144051486252",
- "score-diff-perc": "+28.92339%",
- "tooltip": "score = 0.3340892755971271\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.07495 (+28.92339%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.25913783508226457,
+ "score-diff": "-0.11489332591249984",
+ "score-diff-perc": "-30.71758%",
+ "tooltip": "score = 0.25913783508226457\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.11489 (-30.71758%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -452911,9 +452911,9 @@
7
),
"score": 0.252684715133906,
- "score-diff": "-0.08140456046322109",
- "score-diff-perc": "-24.36611%",
- "tooltip": "score = 0.252684715133906\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.08140 (-24.36611%)",
+ "score-diff": "-0.0064531199483585655",
+ "score-diff-perc": "-2.49023%",
+ "tooltip": "score = 0.252684715133906\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00645 (-2.49023%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -453196,11 +453196,11 @@
16,
5
),
- "score": 0.38426368395773297,
- "score-diff": "0.0584366347640532",
- "score-diff-perc": "+17.93486%",
- "tooltip": "score = 0.38426368395773297\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.05844 (+17.93486%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.24413436238252167,
+ "score-diff": "-0.0816926868111581",
+ "score-diff-perc": "-25.07241%",
+ "tooltip": "score = 0.24413436238252167\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.08169 (-25.07241%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -453222,11 +453222,11 @@
16,
5
),
- "score": 0.24413436238252167,
- "score-diff": "-0.1401293215752113",
- "score-diff-perc": "-36.46697%",
- "tooltip": "score = 0.24413436238252167\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.14013 (-36.46697%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.3059874168578859,
+ "score-diff": "0.06185305447536421",
+ "score-diff-perc": "+25.33566%",
+ "tooltip": "score = 0.3059874168578859\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.06185 (+25.33566%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -453248,11 +453248,11 @@
16,
5
),
- "score": 0.3059874168578859,
- "score-diff": "0.06185305447536421",
- "score-diff-perc": "+25.33566%",
- "tooltip": "score = 0.3059874168578859\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.06185 (+25.33566%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.38426368395773297,
+ "score-diff": "0.07827626709984709",
+ "score-diff-perc": "+25.58153%",
+ "tooltip": "score = 0.38426368395773297\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.07828 (+25.58153%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -453275,9 +453275,9 @@
21
),
"score": 0.4391940542380325,
- "score-diff": "0.1332066373801466",
- "score-diff-perc": "+43.53337%",
- "tooltip": "score = 0.4391940542380325\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.13321 (+43.53337%)",
+ "score-diff": "0.05493037028029951",
+ "score-diff-perc": "+14.29497%",
+ "tooltip": "score = 0.4391940542380325\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.05493 (+14.29497%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -453586,11 +453586,11 @@
8,
54
),
- "score": 0.9914507066402378,
- "score-diff": "-0.04811117901464779",
- "score-diff-perc": "-4.62802%",
- "tooltip": "score = 0.9914507066402378\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.04811 (-4.62802%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.5780789976878613,
+ "score-diff": "-0.4614828879670243",
+ "score-diff-perc": "-44.39206%",
+ "tooltip": "score = 0.5780789976878613\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.46148 (-44.39206%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -453612,11 +453612,11 @@
8,
54
),
- "score": 0.5780789976878613,
- "score-diff": "-0.4133717089523765",
- "score-diff-perc": "-41.69362%",
- "tooltip": "score = 0.5780789976878613\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.41337 (-41.69362%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.9914507066402378,
+ "score-diff": "0.4133717089523765",
+ "score-diff-perc": "+71.50782%",
+ "tooltip": "score = 0.9914507066402378\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.41337 (+71.50782%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -453639,9 +453639,9 @@
43
),
"score": 0.7458637397464579,
- "score-diff": "0.16778474205859661",
- "score-diff-perc": "+29.02454%",
- "tooltip": "score = 0.7458637397464579\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.16778 (+29.02454%)",
+ "score-diff": "-0.2455869668937799",
+ "score-diff-perc": "-24.77047%",
+ "tooltip": "score = 0.7458637397464579\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.24559 (-24.77047%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -459313,11 +459313,11 @@
18,
7
),
- "score": 0.5602195821898628,
- "score-diff": "0.13570563354809706",
- "score-diff-perc": "+31.96730%",
- "tooltip": "score = 0.5602195821898628\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.13571 (+31.96730%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.36141032337054374,
+ "score-diff": "-0.06310362527122199",
+ "score-diff-perc": "-14.86491%",
+ "tooltip": "score = 0.36141032337054374\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.06310 (-14.86491%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -459340,9 +459340,9 @@
7
),
"score": 0.4071326326073682,
- "score-diff": "-0.15308694958249458",
- "score-diff-perc": "-27.32624%",
- "tooltip": "score = 0.4071326326073682\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.15309 (-27.32624%)",
+ "score-diff": "0.045722309236824465",
+ "score-diff-perc": "+12.65108%",
+ "tooltip": "score = 0.4071326326073682\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.04572 (+12.65108%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -459365,11 +459365,11 @@
18,
7
),
- "score": 0.36141032337054374,
- "score-diff": "-0.045722309236824465",
- "score-diff-perc": "-11.23032%",
- "tooltip": "score = 0.36141032337054374\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.04572 (-11.23032%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.5602195821898628,
+ "score-diff": "0.15308694958249458",
+ "score-diff-perc": "+37.60125%",
+ "tooltip": "score = 0.5602195821898628\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.15309 (+37.60125%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -459392,9 +459392,9 @@
41
),
"score": 0.5801811690835267,
- "score-diff": "0.21877084571298294",
- "score-diff-perc": "+60.53254%",
- "tooltip": "score = 0.5801811690835267\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.21877 (+60.53254%)",
+ "score-diff": "0.019961586893663896",
+ "score-diff-perc": "+3.56317%",
+ "tooltip": "score = 0.5801811690835267\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.01996 (+3.56317%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -459495,11 +459495,11 @@
17,
1
),
- "score": 0.5628056933033202,
- "score-diff": "0.047701892891267694",
- "score-diff-perc": "+9.26064%",
- "tooltip": "score = 0.5628056933033202\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04770 (+9.26064%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.6697851677268162,
+ "score-diff": "0.15468136731476367",
+ "score-diff-perc": "+30.02916%",
+ "tooltip": "score = 0.6697851677268162\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.15468 (+30.02916%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -459521,11 +459521,11 @@
17,
1
),
- "score": 0.4137189112719752,
- "score-diff": "-0.149086782031345",
- "score-diff-perc": "-26.48992%",
- "tooltip": "score = 0.4137189112719752\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.14909 (-26.48992%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.5628056933033202,
+ "score-diff": "-0.10697947442349598",
+ "score-diff-perc": "-15.97221%",
+ "tooltip": "score = 0.5628056933033202\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.10698 (-15.97221%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -459547,11 +459547,11 @@
17,
1
),
- "score": 0.6697851677268162,
- "score-diff": "0.256066256454841",
- "score-diff-perc": "+61.89378%",
- "tooltip": "score = 0.6697851677268162\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.25607 (+61.89378%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.4137189112719752,
+ "score-diff": "-0.149086782031345",
+ "score-diff-perc": "-26.48992%",
+ "tooltip": "score = 0.4137189112719752\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.14909 (-26.48992%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -459574,9 +459574,9 @@
7
),
"score": 0.5705093119135627,
- "score-diff": "-0.09927585581325349",
- "score-diff-perc": "-14.82204%",
- "tooltip": "score = 0.5705093119135627\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.09928 (-14.82204%)",
+ "score-diff": "0.1567904006415875",
+ "score-diff-perc": "+37.89781%",
+ "tooltip": "score = 0.5705093119135627\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.15679 (+37.89781%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -459859,11 +459859,11 @@
16,
5
),
- "score": 0.5851196427945046,
- "score-diff": "0.12297485490171345",
- "score-diff-perc": "+26.60959%",
- "tooltip": "score = 0.5851196427945046\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.12297 (+26.60959%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.4356021720383275,
+ "score-diff": "-0.026542615854463603",
+ "score-diff-perc": "-5.74336%",
+ "tooltip": "score = 0.4356021720383275\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02654 (-5.74336%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -459885,11 +459885,11 @@
16,
5
),
- "score": 0.4356021720383275,
- "score-diff": "-0.14951747075617705",
- "score-diff-perc": "-25.55332%",
- "tooltip": "score = 0.4356021720383275\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.14952 (-25.55332%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.5506893816835755,
+ "score-diff": "0.11508720964524799",
+ "score-diff-perc": "+26.42026%",
+ "tooltip": "score = 0.5506893816835755\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.11509 (+26.42026%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -459911,11 +459911,11 @@
16,
5
),
- "score": 0.5506893816835755,
- "score-diff": "0.11508720964524799",
- "score-diff-perc": "+26.42026%",
- "tooltip": "score = 0.5506893816835755\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.11509 (+26.42026%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.5851196427945046,
+ "score-diff": "0.03443026111092906",
+ "score-diff-perc": "+6.25221%",
+ "tooltip": "score = 0.5851196427945046\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03443 (+6.25221%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -459938,9 +459938,9 @@
21
),
"score": 0.6247930961898813,
- "score-diff": "0.07410371450630582",
- "score-diff-perc": "+13.45654%",
- "tooltip": "score = 0.6247930961898813\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.07410 (+13.45654%)",
+ "score-diff": "0.039673453395376757",
+ "score-diff-perc": "+6.78040%",
+ "tooltip": "score = 0.6247930961898813\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.03967 (+6.78040%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -460249,11 +460249,11 @@
8,
54
),
- "score": 1.503879807518797,
- "score-diff": "0.09007161330975744",
- "score-diff-perc": "+6.37085%",
- "tooltip": "score = 1.503879807518797\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.09007 (+6.37085%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 1.0158286744540377,
+ "score-diff": "-0.3979795197550018",
+ "score-diff-perc": "-28.14947%",
+ "tooltip": "score = 1.0158286744540377\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.39798 (-28.14947%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -460275,11 +460275,11 @@
8,
54
),
- "score": 1.0158286744540377,
- "score-diff": "-0.4880511330647592",
- "score-diff-perc": "-32.45280%",
- "tooltip": "score = 1.0158286744540377\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.48805 (-32.45280%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.503879807518797,
+ "score-diff": "0.4880511330647592",
+ "score-diff-perc": "+48.04463%",
+ "tooltip": "score = 1.503879807518797\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.48805 (+48.04463%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -460302,9 +460302,9 @@
43
),
"score": 0.9303979558139535,
- "score-diff": "-0.08543071864008422",
- "score-diff-perc": "-8.40995%",
- "tooltip": "score = 0.9303979558139535\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.08543 (-8.40995%)",
+ "score-diff": "-0.5734818517048434",
+ "score-diff-perc": "-38.13349%",
+ "tooltip": "score = 0.9303979558139535\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.57348 (-38.13349%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -465976,11 +465976,11 @@
18,
7
),
- "score": 0.8021207682437851,
- "score-diff": "-0.35561150895528904",
- "score-diff-perc": "-30.71621%",
- "tooltip": "score = 0.8021207682437851\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.35561 (-30.71621%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 1.0442334483298539,
+ "score-diff": "-0.11349882886922025",
+ "score-diff-perc": "-9.80355%",
+ "tooltip": "score = 1.0442334483298539\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.11350 (-9.80355%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -466003,9 +466003,9 @@
7
),
"score": 0.8657711068801385,
- "score-diff": "0.06365033863635339",
- "score-diff-perc": "+7.93526%",
- "tooltip": "score = 0.8657711068801385\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.06365 (+7.93526%)",
+ "score-diff": "-0.1784623414497154",
+ "score-diff-perc": "-17.09027%",
+ "tooltip": "score = 0.8657711068801385\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.17846 (-17.09027%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -466028,11 +466028,11 @@
18,
7
),
- "score": 1.0442334483298539,
- "score-diff": "0.1784623414497154",
- "score-diff-perc": "+20.61311%",
- "tooltip": "score = 1.0442334483298539\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.17846 (+20.61311%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.8021207682437851,
+ "score-diff": "-0.06365033863635339",
+ "score-diff-perc": "-7.35187%",
+ "tooltip": "score = 0.8021207682437851\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.06365 (-7.35187%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -466055,9 +466055,9 @@
41
),
"score": 1.6242471241883116,
- "score-diff": "0.5800136758584578",
- "score-diff-perc": "+55.54445%",
- "tooltip": "score = 1.6242471241883116\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.58001 (+55.54445%)",
+ "score-diff": "0.8221263559445265",
+ "score-diff-perc": "+102.49409%",
+ "tooltip": "score = 1.6242471241883116\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.82213 (+102.49409%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -466158,11 +466158,11 @@
17,
1
),
- "score": 1.1586312628836133,
- "score-diff": "-0.1452278237613378",
- "score-diff-perc": "-11.13831%",
- "tooltip": "score = 1.1586312628836133\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.14523 (-11.13831%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1.5597185814497272,
+ "score-diff": "0.2558594948047761",
+ "score-diff-perc": "+19.62325%",
+ "tooltip": "score = 1.5597185814497272\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.25586 (+19.62325%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -466184,11 +466184,11 @@
17,
1
),
- "score": 0.9071274258503401,
- "score-diff": "-0.25150383703327317",
- "score-diff-perc": "-21.70698%",
- "tooltip": "score = 0.9071274258503401\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.25150 (-21.70698%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 1.1586312628836133,
+ "score-diff": "-0.4010873185661139",
+ "score-diff-perc": "-25.71536%",
+ "tooltip": "score = 1.1586312628836133\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.40109 (-25.71536%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -466210,11 +466210,11 @@
17,
1
),
- "score": 1.5597185814497272,
- "score-diff": "0.6525911555993871",
- "score-diff-perc": "+71.94041%",
- "tooltip": "score = 1.5597185814497272\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.65259 (+71.94041%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.9071274258503401,
+ "score-diff": "-0.25150383703327317",
+ "score-diff-perc": "-21.70698%",
+ "tooltip": "score = 0.9071274258503401\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.25150 (-21.70698%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -466237,9 +466237,9 @@
7
),
"score": 0.9201604650413984,
- "score-diff": "-0.6395581164083288",
- "score-diff-perc": "-41.00471%",
- "tooltip": "score = 0.9201604650413984\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.63956 (-41.00471%)",
+ "score-diff": "0.013033039191058249",
+ "score-diff-perc": "+1.43674%",
+ "tooltip": "score = 0.9201604650413984\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.01303 (+1.43674%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -466522,11 +466522,11 @@
16,
5
),
- "score": 1.2637091882501579,
- "score-diff": "0.09084956515519882",
- "score-diff-perc": "+7.74599%",
- "tooltip": "score = 1.2637091882501579\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.09085 (+7.74599%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.8472963231681491,
+ "score-diff": "-0.32556329992681",
+ "score-diff-perc": "-27.75808%",
+ "tooltip": "score = 0.8472963231681491\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.32556 (-27.75808%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -466548,11 +466548,11 @@
16,
5
),
- "score": 0.8472963231681491,
- "score-diff": "-0.4164128650820088",
- "score-diff-perc": "-32.95164%",
- "tooltip": "score = 0.8472963231681491\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.41641 (-32.95164%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.1614362494252874,
+ "score-diff": "0.3141399262571384",
+ "score-diff-perc": "+37.07557%",
+ "tooltip": "score = 1.1614362494252874\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.31414 (+37.07557%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -466574,11 +466574,11 @@
16,
5
),
- "score": 1.1614362494252874,
- "score-diff": "0.3141399262571384",
- "score-diff-perc": "+37.07557%",
- "tooltip": "score = 1.1614362494252874\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.31414 (+37.07557%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1.2637091882501579,
+ "score-diff": "0.10227293882487043",
+ "score-diff-perc": "+8.80573%",
+ "tooltip": "score = 1.2637091882501579\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.10227 (+8.80573%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -466601,9 +466601,9 @@
21
),
"score": 1.160331033062645,
- "score-diff": "-0.0011052163626423805",
- "score-diff-perc": "-0.09516%",
- "tooltip": "score = 1.160331033062645\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00111 (-0.09516%)",
+ "score-diff": "-0.10337815518751281",
+ "score-diff-perc": "-8.18053%",
+ "tooltip": "score = 1.160331033062645\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.10338 (-8.18053%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -466912,11 +466912,11 @@
8,
54
),
- "score": 1.912737739961759,
- "score-diff": "0.03280933958581933",
- "score-diff-perc": "+1.74524%",
- "tooltip": "score = 1.912737739961759\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.03281 (+1.74524%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 1.9794476290801186,
+ "score-diff": "0.09951922870417884",
+ "score-diff-perc": "+5.29378%",
+ "tooltip": "score = 1.9794476290801186\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.09952 (+5.29378%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -466938,11 +466938,11 @@
8,
54
),
- "score": 1.9794476290801186,
- "score-diff": "0.06670988911835951",
- "score-diff-perc": "+3.48767%",
- "tooltip": "score = 1.9794476290801186\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.06671 (+3.48767%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.912737739961759,
+ "score-diff": "-0.06670988911835951",
+ "score-diff-perc": "-3.37013%",
+ "tooltip": "score = 1.912737739961759\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.06671 (-3.37013%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -466965,9 +466965,9 @@
43
),
"score": 2.3574561590106007,
- "score-diff": "0.37800852993048206",
- "score-diff-perc": "+19.09667%",
- "tooltip": "score = 2.3574561590106007\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.37801 (+19.09667%)",
+ "score-diff": "0.4447184190488416",
+ "score-diff-perc": "+23.25036%",
+ "tooltip": "score = 2.3574561590106007\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.44472 (+23.25036%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -472639,11 +472639,11 @@
18,
7
),
- "score": 0.5280270155755016,
- "score-diff": "-0.004577644701388772",
- "score-diff-perc": "-0.85948%",
- "tooltip": "score = 0.5280270155755016\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00458 (-0.85948%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.38361430239693195,
+ "score-diff": "-0.1489903578799584",
+ "score-diff-perc": "-27.97391%",
+ "tooltip": "score = 0.38361430239693195\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.14899 (-27.97391%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -472666,9 +472666,9 @@
7
),
"score": 0.4193419951781971,
- "score-diff": "-0.10868502039730449",
- "score-diff-perc": "-20.58323%",
- "tooltip": "score = 0.4193419951781971\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.10869 (-20.58323%)",
+ "score-diff": "0.03572769278126514",
+ "score-diff-perc": "+9.31344%",
+ "tooltip": "score = 0.4193419951781971\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.03573 (+9.31344%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -472691,11 +472691,11 @@
18,
7
),
- "score": 0.38361430239693195,
- "score-diff": "-0.03572769278126514",
- "score-diff-perc": "-8.51994%",
- "tooltip": "score = 0.38361430239693195\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03573 (-8.51994%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.5280270155755016,
+ "score-diff": "0.10868502039730449",
+ "score-diff-perc": "+25.91799%",
+ "tooltip": "score = 0.5280270155755016\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.10869 (+25.91799%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -472718,9 +472718,9 @@
41
),
"score": 0.567601989784336,
- "score-diff": "0.183987687387404",
- "score-diff-perc": "+47.96163%",
- "tooltip": "score = 0.567601989784336\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.18399 (+47.96163%)",
+ "score-diff": "0.03957497420883438",
+ "score-diff-perc": "+7.49488%",
+ "tooltip": "score = 0.567601989784336\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.03957 (+7.49488%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -472821,11 +472821,11 @@
17,
1
),
- "score": 0.4614500387543253,
- "score-diff": "-0.17296493809312158",
- "score-diff-perc": "-27.26369%",
- "tooltip": "score = 0.4614500387543253\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.17296 (-27.26369%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.49821926376089665,
+ "score-diff": "-0.1361957130865502",
+ "score-diff-perc": "-21.46792%",
+ "tooltip": "score = 0.49821926376089665\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.13620 (-21.46792%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -472847,11 +472847,11 @@
17,
1
),
- "score": 0.48878419794721406,
- "score-diff": "0.027334159192888785",
- "score-diff-perc": "+5.92354%",
- "tooltip": "score = 0.48878419794721406\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02733 (+5.92354%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.4614500387543253,
+ "score-diff": "-0.03676922500657137",
+ "score-diff-perc": "-7.38013%",
+ "tooltip": "score = 0.4614500387543253\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03677 (-7.38013%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -472873,11 +472873,11 @@
17,
1
),
- "score": 0.49821926376089665,
- "score-diff": "0.009435065813682586",
- "score-diff-perc": "+1.93031%",
- "tooltip": "score = 0.49821926376089665\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00944 (+1.93031%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.48878419794721406,
+ "score-diff": "0.027334159192888785",
+ "score-diff-perc": "+5.92354%",
+ "tooltip": "score = 0.48878419794721406\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02733 (+5.92354%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -472900,9 +472900,9 @@
7
),
"score": 0.5187561242219917,
- "score-diff": "0.02053686046109504",
- "score-diff-perc": "+4.12205%",
- "tooltip": "score = 0.5187561242219917\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.02054 (+4.12205%)",
+ "score-diff": "0.029971926274777627",
+ "score-diff-perc": "+6.13193%",
+ "tooltip": "score = 0.5187561242219917\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.02997 (+6.13193%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -473185,11 +473185,11 @@
16,
5
),
- "score": 0.5751287811960897,
- "score-diff": "0.0984531300998075",
- "score-diff-perc": "+20.65411%",
- "tooltip": "score = 0.5751287811960897\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.09845 (+20.65411%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.3906574396484375,
+ "score-diff": "-0.08601821144784466",
+ "score-diff-perc": "-18.04544%",
+ "tooltip": "score = 0.3906574396484375\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.08602 (-18.04544%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -473211,11 +473211,11 @@
16,
5
),
- "score": 0.3906574396484375,
- "score-diff": "-0.18447134154765216",
- "score-diff-perc": "-32.07479%",
- "tooltip": "score = 0.3906574396484375\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.18447 (-32.07479%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.5200741037441498,
+ "score-diff": "0.12941666409571223",
+ "score-diff-perc": "+33.12791%",
+ "tooltip": "score = 0.5200741037441498\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.12942 (+33.12791%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -473237,11 +473237,11 @@
16,
5
),
- "score": 0.5200741037441498,
- "score-diff": "0.12941666409571223",
- "score-diff-perc": "+33.12791%",
- "tooltip": "score = 0.5200741037441498\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.12942 (+33.12791%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.5751287811960897,
+ "score-diff": "0.055054677451939926",
+ "score-diff-perc": "+10.58593%",
+ "tooltip": "score = 0.5751287811960897\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.05505 (+10.58593%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -473264,9 +473264,9 @@
21
),
"score": 0.6362485502544529,
- "score-diff": "0.11617444651030318",
- "score-diff-perc": "+22.33806%",
- "tooltip": "score = 0.6362485502544529\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.11617 (+22.33806%)",
+ "score-diff": "0.06111976905836325",
+ "score-diff-perc": "+10.62714%",
+ "tooltip": "score = 0.6362485502544529\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.06112 (+10.62714%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -473575,11 +473575,11 @@
8,
54
),
- "score": 1.2688956493341788,
- "score-diff": "0.04387222373711808",
- "score-diff-perc": "+3.58134%",
- "tooltip": "score = 1.2688956493341788\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.04387 (+3.58134%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 1.0734454667381974,
+ "score-diff": "-0.15157795885886327",
+ "score-diff-perc": "-12.37347%",
+ "tooltip": "score = 1.0734454667381974\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.15158 (-12.37347%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -473601,11 +473601,11 @@
8,
54
),
- "score": 1.0734454667381974,
- "score-diff": "-0.19545018259598135",
- "score-diff-perc": "-15.40317%",
- "tooltip": "score = 1.0734454667381974\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.19545 (-15.40317%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.2688956493341788,
+ "score-diff": "0.19545018259598135",
+ "score-diff-perc": "+18.20774%",
+ "tooltip": "score = 1.2688956493341788\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.19545 (+18.20774%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -473628,9 +473628,9 @@
43
),
"score": 0.815153456805216,
- "score-diff": "-0.2582920099329814",
- "score-diff-perc": "-24.06196%",
- "tooltip": "score = 0.815153456805216\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.25829 (-24.06196%)",
+ "score-diff": "-0.45374219252896275",
+ "score-diff-perc": "-35.75883%",
+ "tooltip": "score = 0.815153456805216\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.45374 (-35.75883%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -479302,11 +479302,11 @@
18,
7
),
- "score": 0.3442940039586919,
- "score-diff": "-0.06291567438007029",
- "score-diff-perc": "-15.45044%",
- "tooltip": "score = 0.3442940039586919\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.06292 (-15.45044%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.30634266059120846,
+ "score-diff": "-0.10086701774755374",
+ "score-diff-perc": "-24.77029%",
+ "tooltip": "score = 0.30634266059120846\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.10087 (-24.77029%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -479329,9 +479329,9 @@
7
),
"score": 0.2946953988507441,
- "score-diff": "-0.049598605107947835",
- "score-diff-perc": "-14.40589%",
- "tooltip": "score = 0.2946953988507441\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.04960 (-14.40589%)",
+ "score-diff": "-0.011647261740464376",
+ "score-diff-perc": "-3.80204%",
+ "tooltip": "score = 0.2946953988507441\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01165 (-3.80204%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -479354,11 +479354,11 @@
18,
7
),
- "score": 0.30634266059120846,
- "score-diff": "0.011647261740464376",
- "score-diff-perc": "+3.95231%",
- "tooltip": "score = 0.30634266059120846\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01165 (+3.95231%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.3442940039586919,
+ "score-diff": "0.049598605107947835",
+ "score-diff-perc": "+16.83046%",
+ "tooltip": "score = 0.3442940039586919\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.04960 (+16.83046%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -479381,9 +479381,9 @@
41
),
"score": 0.5970614653731343,
- "score-diff": "0.29071880478192585",
- "score-diff-perc": "+94.89988%",
- "tooltip": "score = 0.5970614653731343\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.29072 (+94.89988%)",
+ "score-diff": "0.2527674614144424",
+ "score-diff-perc": "+73.41617%",
+ "tooltip": "score = 0.5970614653731343\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.25277 (+73.41617%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -479484,11 +479484,11 @@
17,
1
),
- "score": 0.41334815189088653,
- "score-diff": "-0.17471262213203448",
- "score-diff-perc": "-29.70996%",
- "tooltip": "score = 0.41334815189088653\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.17471 (-29.70996%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.4509392109533469,
+ "score-diff": "-0.13712156306957413",
+ "score-diff-perc": "-23.31758%",
+ "tooltip": "score = 0.4509392109533469\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.13712 (-23.31758%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -479510,11 +479510,11 @@
17,
1
),
- "score": 0.3802465776468352,
- "score-diff": "-0.0331015742440513",
- "score-diff-perc": "-8.00816%",
- "tooltip": "score = 0.3802465776468352\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03310 (-8.00816%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.41334815189088653,
+ "score-diff": "-0.03759105906246035",
+ "score-diff-perc": "-8.33617%",
+ "tooltip": "score = 0.41334815189088653\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03759 (-8.33617%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -479536,11 +479536,11 @@
17,
1
),
- "score": 0.4509392109533469,
- "score-diff": "0.07069263330651165",
- "score-diff-perc": "+18.59126%",
- "tooltip": "score = 0.4509392109533469\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.07069 (+18.59126%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.3802465776468352,
+ "score-diff": "-0.0331015742440513",
+ "score-diff-perc": "-8.00816%",
+ "tooltip": "score = 0.3802465776468352\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03310 (-8.00816%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -479563,9 +479563,9 @@
7
),
"score": 0.35601172575191314,
- "score-diff": "-0.09492748520143374",
- "score-diff-perc": "-21.05106%",
- "tooltip": "score = 0.35601172575191314\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.09493 (-21.05106%)",
+ "score-diff": "-0.024234851894922083",
+ "score-diff-perc": "-6.37346%",
+ "tooltip": "score = 0.35601172575191314\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.02423 (-6.37346%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -479848,11 +479848,11 @@
16,
5
),
- "score": 0.43911794445664104,
- "score-diff": "-0.16654447092331653",
- "score-diff-perc": "-27.49790%",
- "tooltip": "score = 0.43911794445664104\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.16654 (-27.49790%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.3039462533049688,
+ "score-diff": "-0.30171616207498875",
+ "score-diff-perc": "-49.81590%",
+ "tooltip": "score = 0.3039462533049688\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.30172 (-49.81590%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -479874,11 +479874,11 @@
16,
5
),
- "score": 0.3039462533049688,
- "score-diff": "-0.1351716911516722",
- "score-diff-perc": "-30.78255%",
- "tooltip": "score = 0.3039462533049688\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.13517 (-30.78255%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.577282281962482,
+ "score-diff": "0.27333602865751316",
+ "score-diff-perc": "+89.92907%",
+ "tooltip": "score = 0.577282281962482\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.27334 (+89.92907%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -479900,11 +479900,11 @@
16,
5
),
- "score": 0.577282281962482,
- "score-diff": "0.27333602865751316",
- "score-diff-perc": "+89.92907%",
- "tooltip": "score = 0.577282281962482\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.27334 (+89.92907%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.43911794445664104,
+ "score-diff": "-0.13816433750584095",
+ "score-diff-perc": "-23.93358%",
+ "tooltip": "score = 0.43911794445664104\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.13816 (-23.93358%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -479927,9 +479927,9 @@
21
),
"score": 0.4642119867718728,
- "score-diff": "-0.11307029519060918",
- "score-diff-perc": "-19.58666%",
- "tooltip": "score = 0.4642119867718728\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.11307 (-19.58666%)",
+ "score-diff": "0.025094042315231768",
+ "score-diff-perc": "+5.71465%",
+ "tooltip": "score = 0.4642119867718728\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.02509 (+5.71465%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -480238,11 +480238,11 @@
8,
54
),
- "score": 0.9863783121301776,
- "score-diff": "-0.4724851291535569",
- "score-diff-perc": "-32.38721%",
- "tooltip": "score = 0.9863783121301776\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.47249 (-32.38721%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.9297936979553904,
+ "score-diff": "-0.5290697433283441",
+ "score-diff-perc": "-36.26589%",
+ "tooltip": "score = 0.9297936979553904\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.52907 (-36.26589%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -480264,11 +480264,11 @@
8,
54
),
- "score": 0.9297936979553904,
- "score-diff": "-0.05658461417478722",
- "score-diff-perc": "-5.73660%",
- "tooltip": "score = 0.9297936979553904\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.05658 (-5.73660%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.9863783121301776,
+ "score-diff": "0.05658461417478722",
+ "score-diff-perc": "+6.08572%",
+ "tooltip": "score = 0.9863783121301776\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.05658 (+6.08572%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -480291,9 +480291,9 @@
43
),
"score": 0.8730548503490402,
- "score-diff": "-0.05673884760635017",
- "score-diff-perc": "-6.10231%",
- "tooltip": "score = 0.8730548503490402\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.05674 (-6.10231%)",
+ "score-diff": "-0.11332346178113739",
+ "score-diff-perc": "-11.48884%",
+ "tooltip": "score = 0.8730548503490402\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.11332 (-11.48884%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -485965,11 +485965,11 @@
18,
7
),
- "score": 0.2829172394625177,
- "score-diff": "0.03349187150740546",
- "score-diff-perc": "+13.42761%",
- "tooltip": "score = 0.2829172394625177\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.03349 (+13.42761%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.3185717381748686,
+ "score-diff": "0.06914637021975639",
+ "score-diff-perc": "+27.72227%",
+ "tooltip": "score = 0.3185717381748686\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.06915 (+27.72227%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -485992,9 +485992,9 @@
7
),
"score": 0.25434623041709054,
- "score-diff": "-0.028571009045427143",
- "score-diff-perc": "-10.09872%",
- "tooltip": "score = 0.25434623041709054\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02857 (-10.09872%)",
+ "score-diff": "-0.06422550775777808",
+ "score-diff-perc": "-20.16045%",
+ "tooltip": "score = 0.25434623041709054\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.06423 (-20.16045%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -486017,11 +486017,11 @@
18,
7
),
- "score": 0.3185717381748686,
- "score-diff": "0.06422550775777808",
- "score-diff-perc": "+25.25121%",
- "tooltip": "score = 0.3185717381748686\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.06423 (+25.25121%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.2829172394625177,
+ "score-diff": "0.028571009045427143",
+ "score-diff-perc": "+11.23312%",
+ "tooltip": "score = 0.2829172394625177\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02857 (+11.23312%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -486044,9 +486044,9 @@
41
),
"score": 0.2884593110758581,
- "score-diff": "-0.03011242709901052",
- "score-diff-perc": "-9.45232%",
- "tooltip": "score = 0.2884593110758581\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.03011 (-9.45232%)",
+ "score-diff": "0.005542071613340416",
+ "score-diff-perc": "+1.95890%",
+ "tooltip": "score = 0.2884593110758581\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00554 (+1.95890%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -486147,11 +486147,11 @@
17,
1
),
- "score": 0.25444558593054317,
- "score-diff": "-0.032029111720559666",
- "score-diff-perc": "-11.18043%",
- "tooltip": "score = 0.25444558593054317\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03203 (-11.18043%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.29111077470528307,
+ "score-diff": "0.004636077054180232",
+ "score-diff-perc": "+1.61832%",
+ "tooltip": "score = 0.29111077470528307\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00464 (+1.61832%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -486173,11 +486173,11 @@
17,
1
),
- "score": 0.23704023643043376,
- "score-diff": "-0.017405349500109413",
- "score-diff-perc": "-6.84050%",
- "tooltip": "score = 0.23704023643043376\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01741 (-6.84050%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.25444558593054317,
+ "score-diff": "-0.0366651887747399",
+ "score-diff-perc": "-12.59493%",
+ "tooltip": "score = 0.25444558593054317\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03667 (-12.59493%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -486199,11 +486199,11 @@
17,
1
),
- "score": 0.29111077470528307,
- "score-diff": "0.05407053827484931",
- "score-diff-perc": "+22.81070%",
- "tooltip": "score = 0.29111077470528307\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.05407 (+22.81070%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.23704023643043376,
+ "score-diff": "-0.017405349500109413",
+ "score-diff-perc": "-6.84050%",
+ "tooltip": "score = 0.23704023643043376\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01741 (-6.84050%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -486226,9 +486226,9 @@
7
),
"score": 0.3517244588607595,
- "score-diff": "0.06061368415547641",
- "score-diff-perc": "+20.82152%",
- "tooltip": "score = 0.3517244588607595\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.06061 (+20.82152%)",
+ "score-diff": "0.11468422243032572",
+ "score-diff-perc": "+48.38175%",
+ "tooltip": "score = 0.3517244588607595\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.11468 (+48.38175%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -486511,11 +486511,11 @@
16,
5
),
- "score": 0.31143027097576137,
- "score-diff": "-0.05159603428739651",
- "score-diff-perc": "-14.21275%",
- "tooltip": "score = 0.31143027097576137\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.05160 (-14.21275%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.21329072350181275,
+ "score-diff": "-0.14973558176134513",
+ "score-diff-perc": "-41.24648%",
+ "tooltip": "score = 0.21329072350181275\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.14974 (-41.24648%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -486537,11 +486537,11 @@
16,
5
),
- "score": 0.21329072350181275,
- "score-diff": "-0.09813954747394862",
- "score-diff-perc": "-31.51253%",
- "tooltip": "score = 0.21329072350181275\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.09814 (-31.51253%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.4004473667667668,
+ "score-diff": "0.18715664326495404",
+ "score-diff-perc": "+87.74720%",
+ "tooltip": "score = 0.4004473667667668\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.18716 (+87.74720%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -486563,11 +486563,11 @@
16,
5
),
- "score": 0.4004473667667668,
- "score-diff": "0.18715664326495404",
- "score-diff-perc": "+87.74720%",
- "tooltip": "score = 0.4004473667667668\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.18716 (+87.74720%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.31143027097576137,
+ "score-diff": "-0.08901709579100542",
+ "score-diff-perc": "-22.22941%",
+ "tooltip": "score = 0.31143027097576137\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.08902 (-22.22941%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -486590,9 +486590,9 @@
21
),
"score": 0.3311046033769244,
- "score-diff": "-0.06934276338984241",
- "score-diff-perc": "-17.31632%",
- "tooltip": "score = 0.3311046033769244\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.06934 (-17.31632%)",
+ "score-diff": "0.01967433240116301",
+ "score-diff-perc": "+6.31741%",
+ "tooltip": "score = 0.3311046033769244\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.01967 (+6.31741%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -486901,11 +486901,11 @@
8,
54
),
- "score": 0.7959690047751691,
- "score-diff": "-0.4019024820511783",
- "score-diff-perc": "-33.55139%",
- "tooltip": "score = 0.7959690047751691\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.40190 (-33.55139%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.6336379360152044,
+ "score-diff": "-0.564233550811143",
+ "score-diff-perc": "-47.10301%",
+ "tooltip": "score = 0.6336379360152044\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.56423 (-47.10301%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -486927,11 +486927,11 @@
8,
54
),
- "score": 0.6336379360152044,
- "score-diff": "-0.16233106875996473",
- "score-diff-perc": "-20.39414%",
- "tooltip": "score = 0.6336379360152044\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.16233 (-20.39414%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.7959690047751691,
+ "score-diff": "0.16233106875996473",
+ "score-diff-perc": "+25.61890%",
+ "tooltip": "score = 0.7959690047751691\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.16233 (+25.61890%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -486954,9 +486954,9 @@
43
),
"score": 0.6190347685643565,
- "score-diff": "-0.014603167450847887",
- "score-diff-perc": "-2.30465%",
- "tooltip": "score = 0.6190347685643565\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.01460 (-2.30465%)",
+ "score-diff": "-0.1769342362108126",
+ "score-diff-perc": "-22.22878%",
+ "tooltip": "score = 0.6190347685643565\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.17693 (-22.22878%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -492628,11 +492628,11 @@
18,
7
),
- "score": 0.25129826042713566,
- "score-diff": "-0.020593287350491096",
- "score-diff-perc": "-7.57408%",
- "tooltip": "score = 0.25129826042713566\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02059 (-7.57408%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.26274678392223827,
+ "score-diff": "-0.009144763855388482",
+ "score-diff-perc": "-3.36339%",
+ "tooltip": "score = 0.26274678392223827\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00914 (-3.36339%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -492655,9 +492655,9 @@
7
),
"score": 0.3364446975609756,
- "score-diff": "0.08514643713383996",
- "score-diff-perc": "+33.88262%",
- "tooltip": "score = 0.3364446975609756\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.08515 (+33.88262%)",
+ "score-diff": "0.07369791363873734",
+ "score-diff-perc": "+28.04903%",
+ "tooltip": "score = 0.3364446975609756\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.07370 (+28.04903%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -492680,11 +492680,11 @@
18,
7
),
- "score": 0.26274678392223827,
- "score-diff": "-0.07369791363873734",
- "score-diff-perc": "-21.90491%",
- "tooltip": "score = 0.26274678392223827\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.07370 (-21.90491%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.25129826042713566,
+ "score-diff": "-0.08514643713383996",
+ "score-diff-perc": "-25.30771%",
+ "tooltip": "score = 0.25129826042713566\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.08515 (-25.30771%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -492707,9 +492707,9 @@
41
),
"score": 0.2865635306590258,
- "score-diff": "0.02381674673678752",
- "score-diff-perc": "+9.06452%",
- "tooltip": "score = 0.2865635306590258\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.02382 (+9.06452%)",
+ "score-diff": "0.03526527023189013",
+ "score-diff-perc": "+14.03323%",
+ "tooltip": "score = 0.2865635306590258\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.03527 (+14.03323%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -492810,11 +492810,11 @@
17,
1
),
- "score": 0.44939164345090993,
- "score-diff": "0.1006135458048768",
- "score-diff-perc": "+28.84744%",
- "tooltip": "score = 0.44939164345090993\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.10061 (+28.84744%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.3771335803167421,
+ "score-diff": "0.028355482670708976",
+ "score-diff-perc": "+8.12995%",
+ "tooltip": "score = 0.3771335803167421\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02836 (+8.12995%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -492836,11 +492836,11 @@
17,
1
),
- "score": 0.22587562337662337,
- "score-diff": "-0.22351602007428656",
- "score-diff-perc": "-49.73747%",
- "tooltip": "score = 0.22587562337662337\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.22352 (-49.73747%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.44939164345090993,
+ "score-diff": "0.07225806313416783",
+ "score-diff-perc": "+19.15981%",
+ "tooltip": "score = 0.44939164345090993\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.07226 (+19.15981%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -492862,11 +492862,11 @@
17,
1
),
- "score": 0.3771335803167421,
- "score-diff": "0.15125795694011873",
- "score-diff-perc": "+66.96515%",
- "tooltip": "score = 0.3771335803167421\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.15126 (+66.96515%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.22587562337662337,
+ "score-diff": "-0.22351602007428656",
+ "score-diff-perc": "-49.73747%",
+ "tooltip": "score = 0.22587562337662337\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.22352 (-49.73747%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -492889,9 +492889,9 @@
7
),
"score": 0.2487928602337727,
- "score-diff": "-0.1283407200829694",
- "score-diff-perc": "-34.03057%",
- "tooltip": "score = 0.2487928602337727\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.12834 (-34.03057%)",
+ "score-diff": "0.02291723685714933",
+ "score-diff-perc": "+10.14595%",
+ "tooltip": "score = 0.2487928602337727\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.02292 (+10.14595%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -493174,11 +493174,11 @@
16,
5
),
- "score": 0.29664734153937417,
- "score-diff": "-0.04856233554036349",
- "score-diff-perc": "-14.06749%",
- "tooltip": "score = 0.29664734153937417\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04856 (-14.06749%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.2793033190954774,
+ "score-diff": "-0.06590635798426026",
+ "score-diff-perc": "-19.09169%",
+ "tooltip": "score = 0.2793033190954774\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.06591 (-19.09169%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -493200,11 +493200,11 @@
16,
5
),
- "score": 0.2793033190954774,
- "score-diff": "-0.017344022443896767",
- "score-diff-perc": "-5.84668%",
- "tooltip": "score = 0.2793033190954774\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01734 (-5.84668%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.2991042446538059,
+ "score-diff": "0.01980092555832852",
+ "score-diff-perc": "+7.08940%",
+ "tooltip": "score = 0.2991042446538059\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01980 (+7.08940%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -493226,11 +493226,11 @@
16,
5
),
- "score": 0.2991042446538059,
- "score-diff": "0.01980092555832852",
- "score-diff-perc": "+7.08940%",
- "tooltip": "score = 0.2991042446538059\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01980 (+7.08940%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.29664734153937417,
+ "score-diff": "-0.002456903114431752",
+ "score-diff-perc": "-0.82142%",
+ "tooltip": "score = 0.29664734153937417\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00246 (-0.82142%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -493253,9 +493253,9 @@
21
),
"score": 0.29794490259159967,
- "score-diff": "-0.0011593420622062478",
- "score-diff-perc": "-0.38760%",
- "tooltip": "score = 0.29794490259159967\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00116 (-0.38760%)",
+ "score-diff": "0.0012975610522255043",
+ "score-diff-perc": "+0.43741%",
+ "tooltip": "score = 0.29794490259159967\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00130 (+0.43741%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -493564,11 +493564,11 @@
8,
54
),
- "score": 0.8381399074151655,
- "score-diff": "-0.11366499220424453",
- "score-diff-perc": "-11.94205%",
- "tooltip": "score = 0.8381399074151655\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.11366 (-11.94205%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.8313187992518704,
+ "score-diff": "-0.1204861003675397",
+ "score-diff-perc": "-12.65870%",
+ "tooltip": "score = 0.8313187992518704\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.12049 (-12.65870%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -493590,11 +493590,11 @@
8,
54
),
- "score": 0.8313187992518704,
- "score-diff": "-0.006821108163295175",
- "score-diff-perc": "-0.81384%",
- "tooltip": "score = 0.8313187992518704\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00682 (-0.81384%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.8381399074151655,
+ "score-diff": "0.006821108163295175",
+ "score-diff-perc": "+0.82052%",
+ "tooltip": "score = 0.8381399074151655\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00682 (+0.82052%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -493617,9 +493617,9 @@
43
),
"score": 0.5930439670916099,
- "score-diff": "-0.23827483216026046",
- "score-diff-perc": "-28.66227%",
- "tooltip": "score = 0.5930439670916099\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.23827 (-28.66227%)",
+ "score-diff": "-0.24509594032355564",
+ "score-diff-perc": "-29.24284%",
+ "tooltip": "score = 0.5930439670916099\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.24510 (-29.24284%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -499291,11 +499291,11 @@
18,
7
),
- "score": 0.23772001033990967,
- "score-diff": "-0.03911018661510765",
- "score-diff-perc": "-14.12786%",
- "tooltip": "score = 0.23772001033990967\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03911 (-14.12786%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.2853295067047076,
+ "score-diff": "0.008499309749690265",
+ "score-diff-perc": "+3.07022%",
+ "tooltip": "score = 0.2853295067047076\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00850 (+3.07022%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -499318,9 +499318,9 @@
7
),
"score": 0.24919871458826462,
- "score-diff": "0.011478704248354954",
- "score-diff-perc": "+4.82867%",
- "tooltip": "score = 0.24919871458826462\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01148 (+4.82867%)",
+ "score-diff": "-0.03613079211644296",
+ "score-diff-perc": "-12.66283%",
+ "tooltip": "score = 0.24919871458826462\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03613 (-12.66283%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -499343,11 +499343,11 @@
18,
7
),
- "score": 0.2853295067047076,
- "score-diff": "0.03613079211644296",
- "score-diff-perc": "+14.49879%",
- "tooltip": "score = 0.2853295067047076\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.03613 (+14.49879%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.23772001033990967,
+ "score-diff": "-0.011478704248354954",
+ "score-diff-perc": "-4.60625%",
+ "tooltip": "score = 0.23772001033990967\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01148 (-4.60625%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -499370,9 +499370,9 @@
41
),
"score": 0.382515848345764,
- "score-diff": "0.09718634164105644",
- "score-diff-perc": "+34.06109%",
- "tooltip": "score = 0.382515848345764\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.09719 (+34.06109%)",
+ "score-diff": "0.14479583800585435",
+ "score-diff-perc": "+60.91024%",
+ "tooltip": "score = 0.382515848345764\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.14480 (+60.91024%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -499473,11 +499473,11 @@
17,
1
),
- "score": 0.35142226721714687,
- "score-diff": "-0.005814361466546625",
- "score-diff-perc": "-1.62759%",
- "tooltip": "score = 0.35142226721714687\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00581 (-1.62759%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.27744331613261203,
+ "score-diff": "-0.07979331255108146",
+ "score-diff-perc": "-22.33626%",
+ "tooltip": "score = 0.27744331613261203\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.07979 (-22.33626%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -499499,11 +499499,11 @@
17,
1
),
- "score": 0.258763463389392,
- "score-diff": "-0.09265880382775488",
- "score-diff-perc": "-26.36680%",
- "tooltip": "score = 0.258763463389392\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.09266 (-26.36680%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.35142226721714687,
+ "score-diff": "0.07397895108453484",
+ "score-diff-perc": "+26.66453%",
+ "tooltip": "score = 0.35142226721714687\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.07398 (+26.66453%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -499525,11 +499525,11 @@
17,
1
),
- "score": 0.27744331613261203,
- "score-diff": "0.018679852743220038",
- "score-diff-perc": "+7.21889%",
- "tooltip": "score = 0.27744331613261203\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01868 (+7.21889%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.258763463389392,
+ "score-diff": "-0.09265880382775488",
+ "score-diff-perc": "-26.36680%",
+ "tooltip": "score = 0.258763463389392\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.09266 (-26.36680%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -499552,9 +499552,9 @@
7
),
"score": 0.2780775396913666,
- "score-diff": "0.0006342235587545875",
- "score-diff-perc": "+0.22860%",
- "tooltip": "score = 0.2780775396913666\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00063 (+0.22860%)",
+ "score-diff": "0.019314076301974625",
+ "score-diff-perc": "+7.46399%",
+ "tooltip": "score = 0.2780775396913666\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.01931 (+7.46399%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -499837,11 +499837,11 @@
16,
5
),
- "score": 0.2718508923620549,
- "score-diff": "-0.058748973257779835",
- "score-diff-perc": "-17.77042%",
- "tooltip": "score = 0.2718508923620549\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.05875 (-17.77042%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.26868753533046746,
+ "score-diff": "-0.06191233028936727",
+ "score-diff-perc": "-18.72727%",
+ "tooltip": "score = 0.26868753533046746\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.06191 (-18.72727%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -499863,11 +499863,11 @@
16,
5
),
- "score": 0.26868753533046746,
- "score-diff": "-0.0031633570315874326",
- "score-diff-perc": "-1.16364%",
- "tooltip": "score = 0.26868753533046746\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00316 (-1.16364%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.28636331353749284,
+ "score-diff": "0.017675778207025372",
+ "score-diff-perc": "+6.57856%",
+ "tooltip": "score = 0.28636331353749284\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01768 (+6.57856%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -499889,11 +499889,11 @@
16,
5
),
- "score": 0.28636331353749284,
- "score-diff": "0.017675778207025372",
- "score-diff-perc": "+6.57856%",
- "tooltip": "score = 0.28636331353749284\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01768 (+6.57856%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.2718508923620549,
+ "score-diff": "-0.01451242117543794",
+ "score-diff-perc": "-5.06784%",
+ "tooltip": "score = 0.2718508923620549\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01451 (-5.06784%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -499916,9 +499916,9 @@
21
),
"score": 0.29900504977578474,
- "score-diff": "0.0126417362382919",
- "score-diff-perc": "+4.41458%",
- "tooltip": "score = 0.29900504977578474\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.01264 (+4.41458%)",
+ "score-diff": "0.02715415741372984",
+ "score-diff-perc": "+9.98862%",
+ "tooltip": "score = 0.29900504977578474\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.02715 (+9.98862%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -500227,11 +500227,11 @@
8,
54
),
- "score": 1.0685466891025641,
- "score-diff": "0.14915772035256414",
- "score-diff-perc": "+16.22357%",
- "tooltip": "score = 1.0685466891025641\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.14916 (+16.22357%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.5825613747815958,
+ "score-diff": "-0.3368275939684042",
+ "score-diff-perc": "-36.63603%",
+ "tooltip": "score = 0.5825613747815958\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.33683 (-36.63603%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -500253,11 +500253,11 @@
8,
54
),
- "score": 0.5825613747815958,
- "score-diff": "-0.48598531432096836",
- "score-diff-perc": "-45.48096%",
- "tooltip": "score = 0.5825613747815958\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.48599 (-45.48096%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.0685466891025641,
+ "score-diff": "0.48598531432096836",
+ "score-diff-perc": "+83.42217%",
+ "tooltip": "score = 1.0685466891025641\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.48599 (+83.42217%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -500280,9 +500280,9 @@
43
),
"score": 0.6810131995233231,
- "score-diff": "0.09845182474172731",
- "score-diff-perc": "+16.89982%",
- "tooltip": "score = 0.6810131995233231\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.09845 (+16.89982%)",
+ "score-diff": "-0.38753348957924105",
+ "score-diff-perc": "-36.26734%",
+ "tooltip": "score = 0.6810131995233231\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.38753 (-36.26734%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -505954,11 +505954,11 @@
18,
7
),
- "score": 0.41108165988491574,
- "score-diff": "0.0012597412207075998",
- "score-diff-perc": "+0.30739%",
- "tooltip": "score = 0.41108165988491574\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00126 (+0.30739%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.4027446043889672,
+ "score-diff": "-0.007077314275240942",
+ "score-diff-perc": "-1.72692%",
+ "tooltip": "score = 0.4027446043889672\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00708 (-1.72692%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -505981,9 +505981,9 @@
7
),
"score": 0.32084104988771256,
- "score-diff": "-0.09024060999720318",
- "score-diff-perc": "-21.95199%",
- "tooltip": "score = 0.32084104988771256\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.09024 (-21.95199%)",
+ "score-diff": "-0.08190355450125464",
+ "score-diff-perc": "-20.33635%",
+ "tooltip": "score = 0.32084104988771256\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.08190 (-20.33635%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -506006,11 +506006,11 @@
18,
7
),
- "score": 0.4027446043889672,
- "score-diff": "0.08190355450125464",
- "score-diff-perc": "+25.52777%",
- "tooltip": "score = 0.4027446043889672\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.08190 (+25.52777%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.41108165988491574,
+ "score-diff": "0.09024060999720318",
+ "score-diff-perc": "+28.12627%",
+ "tooltip": "score = 0.41108165988491574\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.09024 (+28.12627%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -506033,9 +506033,9 @@
41
),
"score": 0.4238649908879,
- "score-diff": "0.021120386498932775",
- "score-diff-perc": "+5.24411%",
- "tooltip": "score = 0.4238649908879\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.02112 (+5.24411%)",
+ "score-diff": "0.012783331002984233",
+ "score-diff-perc": "+3.10968%",
+ "tooltip": "score = 0.4238649908879\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.01278 (+3.10968%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -506136,11 +506136,11 @@
17,
1
),
- "score": 0.4155004611549647,
- "score-diff": "-0.14086970769065427",
- "score-diff-perc": "-25.31942%",
- "tooltip": "score = 0.4155004611549647\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.14087 (-25.31942%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.46299336550925924,
+ "score-diff": "-0.09337680333635973",
+ "score-diff-perc": "-16.78322%",
+ "tooltip": "score = 0.46299336550925924\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.09338 (-16.78322%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -506162,11 +506162,11 @@
17,
1
),
- "score": 0.33993596515975527,
- "score-diff": "-0.07556449599520942",
- "score-diff-perc": "-18.18638%",
- "tooltip": "score = 0.33993596515975527\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.07556 (-18.18638%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.4155004611549647,
+ "score-diff": "-0.04749290435429454",
+ "score-diff-perc": "-10.25779%",
+ "tooltip": "score = 0.4155004611549647\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.04749 (-10.25779%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -506188,11 +506188,11 @@
17,
1
),
- "score": 0.46299336550925924,
- "score-diff": "0.12305740034950396",
- "score-diff-perc": "+36.20017%",
- "tooltip": "score = 0.46299336550925924\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.12306 (+36.20017%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.33993596515975527,
+ "score-diff": "-0.07556449599520942",
+ "score-diff-perc": "-18.18638%",
+ "tooltip": "score = 0.33993596515975527\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.07556 (-18.18638%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -506215,9 +506215,9 @@
7
),
"score": 0.40923615585475315,
- "score-diff": "-0.05375720965450609",
- "score-diff-perc": "-11.61079%",
- "tooltip": "score = 0.40923615585475315\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.05376 (-11.61079%)",
+ "score-diff": "0.06930019069499788",
+ "score-diff-perc": "+20.38625%",
+ "tooltip": "score = 0.40923615585475315\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.06930 (+20.38625%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -506500,11 +506500,11 @@
16,
5
),
- "score": 0.3724272271457829,
- "score-diff": "-0.04464938106939642",
- "score-diff-perc": "-10.70532%",
- "tooltip": "score = 0.3724272271457829\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04465 (-10.70532%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.39412588197044335,
+ "score-diff": "-0.022950726244735986",
+ "score-diff-perc": "-5.50276%",
+ "tooltip": "score = 0.39412588197044335\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02295 (-5.50276%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -506526,11 +506526,11 @@
16,
5
),
- "score": 0.39412588197044335,
- "score-diff": "0.021698654824660435",
- "score-diff-perc": "+5.82628%",
- "tooltip": "score = 0.39412588197044335\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02170 (+5.82628%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.4347181643121061,
+ "score-diff": "0.04059228234166273",
+ "score-diff-perc": "+10.29932%",
+ "tooltip": "score = 0.4347181643121061\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.04059 (+10.29932%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -506552,11 +506552,11 @@
16,
5
),
- "score": 0.4347181643121061,
- "score-diff": "0.04059228234166273",
- "score-diff-perc": "+10.29932%",
- "tooltip": "score = 0.4347181643121061\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.04059 (+10.29932%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.3724272271457829,
+ "score-diff": "-0.06229093716632317",
+ "score-diff-perc": "-14.32904%",
+ "tooltip": "score = 0.3724272271457829\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.06229 (-14.32904%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -506579,9 +506579,9 @@
21
),
"score": 0.5212885757101903,
- "score-diff": "0.08657041139808419",
- "score-diff-perc": "+19.91415%",
- "tooltip": "score = 0.5212885757101903\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.08657 (+19.91415%)",
+ "score-diff": "0.14886134856440736",
+ "score-diff-perc": "+39.97059%",
+ "tooltip": "score = 0.5212885757101903\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.14886 (+39.97059%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -506890,11 +506890,11 @@
8,
54
),
- "score": 1.3346274296197465,
- "score-diff": "0.08331637833769512",
- "score-diff-perc": "+6.65833%",
- "tooltip": "score = 1.3346274296197465\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.08332 (+6.65833%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.8431506257901391,
+ "score-diff": "-0.4081604254919122",
+ "score-diff-perc": "-32.61862%",
+ "tooltip": "score = 0.8431506257901391\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.40816 (-32.61862%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -506916,11 +506916,11 @@
8,
54
),
- "score": 0.8431506257901391,
- "score-diff": "-0.49147680382960734",
- "score-diff-perc": "-36.82502%",
- "tooltip": "score = 0.8431506257901391\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.49148 (-36.82502%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.3346274296197465,
+ "score-diff": "0.49147680382960734",
+ "score-diff-perc": "+58.29051%",
+ "tooltip": "score = 1.3346274296197465\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.49148 (+58.29051%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -506943,9 +506943,9 @@
43
),
"score": 0.6851027802122561,
- "score-diff": "-0.15804784557788298",
- "score-diff-perc": "-18.74491%",
- "tooltip": "score = 0.6851027802122561\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.15805 (-18.74491%)",
+ "score-diff": "-0.6495246494074903",
+ "score-diff-perc": "-48.66711%",
+ "tooltip": "score = 0.6851027802122561\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.64952 (-48.66711%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -512617,11 +512617,11 @@
18,
7
),
- "score": 1.0538300553213908,
- "score-diff": "-0.01966958684599107",
- "score-diff-perc": "-1.83229%",
- "tooltip": "score = 1.0538300553213908\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01967 (-1.83229%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.8024096819093461,
+ "score-diff": "-0.2710899602580358",
+ "score-diff-perc": "-25.25292%",
+ "tooltip": "score = 0.8024096819093461\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.27109 (-25.25292%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -512644,9 +512644,9 @@
7
),
"score": 0.7274450003636364,
- "score-diff": "-0.3263850549577545",
- "score-diff-perc": "-30.97132%",
- "tooltip": "score = 0.7274450003636364\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.32639 (-30.97132%)",
+ "score-diff": "-0.07496468154570979",
+ "score-diff-perc": "-9.34244%",
+ "tooltip": "score = 0.7274450003636364\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.07496 (-9.34244%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -512669,11 +512669,11 @@
18,
7
),
- "score": 0.8024096819093461,
- "score-diff": "0.07496468154570979",
- "score-diff-perc": "+10.30520%",
- "tooltip": "score = 0.8024096819093461\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.07496 (+10.30520%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 1.0538300553213908,
+ "score-diff": "0.3263850549577545",
+ "score-diff-perc": "+44.86732%",
+ "tooltip": "score = 1.0538300553213908\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.32639 (+44.86732%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -512696,9 +512696,9 @@
41
),
"score": 1.437940559309849,
- "score-diff": "0.635530877400503",
- "score-diff-perc": "+79.20279%",
- "tooltip": "score = 1.437940559309849\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.63553 (+79.20279%)",
+ "score-diff": "0.38411050398845825",
+ "score-diff-perc": "+36.44900%",
+ "tooltip": "score = 1.437940559309849\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.38411 (+36.44900%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -512799,11 +512799,11 @@
17,
1
),
- "score": 1.28185900384369,
- "score-diff": "0.24168790041333654",
- "score-diff-perc": "+23.23540%",
- "tooltip": "score = 1.28185900384369\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.24169 (+23.23540%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1.227270098773006,
+ "score-diff": "0.18709899534265273",
+ "score-diff-perc": "+17.98733%",
+ "tooltip": "score = 1.227270098773006\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.18710 (+17.98733%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -512825,11 +512825,11 @@
17,
1
),
- "score": 1.080400323974082,
- "score-diff": "-0.20145867986960786",
- "score-diff-perc": "-15.71613%",
- "tooltip": "score = 1.080400323974082\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.20146 (-15.71613%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 1.28185900384369,
+ "score-diff": "0.05458890507068381",
+ "score-diff-perc": "+4.44799%",
+ "tooltip": "score = 1.28185900384369\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.05459 (+4.44799%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -512851,11 +512851,11 @@
17,
1
),
- "score": 1.227270098773006,
- "score-diff": "0.14686977479892405",
- "score-diff-perc": "+13.59401%",
- "tooltip": "score = 1.227270098773006\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.14687 (+13.59401%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 1.080400323974082,
+ "score-diff": "-0.20145867986960786",
+ "score-diff-perc": "-15.71613%",
+ "tooltip": "score = 1.080400323974082\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.20146 (-15.71613%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -512878,9 +512878,9 @@
7
),
"score": 0.7308919554256486,
- "score-diff": "-0.4963781433473575",
- "score-diff-perc": "-40.44571%",
- "tooltip": "score = 0.7308919554256486\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.49638 (-40.44571%)",
+ "score-diff": "-0.3495083685484335",
+ "score-diff-perc": "-32.34989%",
+ "tooltip": "score = 0.7308919554256486\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.34951 (-32.34989%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -513163,11 +513163,11 @@
16,
5
),
- "score": 1.3884286391394864,
- "score-diff": "0.4636475975306099",
- "score-diff-perc": "+50.13593%",
- "tooltip": "score = 1.3884286391394864\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.46365 (+50.13593%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.7418133081201335,
+ "score-diff": "-0.18296773348874307",
+ "score-diff-perc": "-19.78498%",
+ "tooltip": "score = 0.7418133081201335\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.18297 (-19.78498%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -513189,11 +513189,11 @@
16,
5
),
- "score": 0.7418133081201335,
- "score-diff": "-0.646615331019353",
- "score-diff-perc": "-46.57174%",
- "tooltip": "score = 0.7418133081201335\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.64662 (-46.57174%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.026953475359343,
+ "score-diff": "0.28514016723920954",
+ "score-diff-perc": "+38.43827%",
+ "tooltip": "score = 1.026953475359343\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.28514 (+38.43827%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -513215,11 +513215,11 @@
16,
5
),
- "score": 1.026953475359343,
- "score-diff": "0.28514016723920954",
- "score-diff-perc": "+38.43827%",
- "tooltip": "score = 1.026953475359343\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.28514 (+38.43827%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1.3884286391394864,
+ "score-diff": "0.36147516378014344",
+ "score-diff-perc": "+35.19879%",
+ "tooltip": "score = 1.3884286391394864\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.36148 (+35.19879%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -513242,9 +513242,9 @@
21
),
"score": 0.9984658977045908,
- "score-diff": "-0.028487577654752183",
- "score-diff-perc": "-2.77399%",
- "tooltip": "score = 0.9984658977045908\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.02849 (-2.77399%)",
+ "score-diff": "-0.3899627414348956",
+ "score-diff-perc": "-28.08662%",
+ "tooltip": "score = 0.9984658977045908\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.38996 (-28.08662%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -513553,11 +513553,11 @@
8,
54
),
- "score": 1.7176315751072961,
- "score-diff": "-0.08937397502820521",
- "score-diff-perc": "-4.94597%",
- "tooltip": "score = 1.7176315751072961\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.08937 (-4.94597%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 1.6521595805119735,
+ "score-diff": "-0.1548459696235278",
+ "score-diff-perc": "-8.56920%",
+ "tooltip": "score = 1.6521595805119735\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.15485 (-8.56920%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -513579,11 +513579,11 @@
8,
54
),
- "score": 1.6521595805119735,
- "score-diff": "-0.0654719945953226",
- "score-diff-perc": "-3.81176%",
- "tooltip": "score = 1.6521595805119735\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.06547 (-3.81176%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.7176315751072961,
+ "score-diff": "0.0654719945953226",
+ "score-diff-perc": "+3.96281%",
+ "tooltip": "score = 1.7176315751072961\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.06547 (+3.96281%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -513606,9 +513606,9 @@
43
),
"score": 1.7696297709991158,
- "score-diff": "0.11747019048714225",
- "score-diff-perc": "+7.11010%",
- "tooltip": "score = 1.7696297709991158\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.11747 (+7.11010%)",
+ "score-diff": "0.05199819589181964",
+ "score-diff-perc": "+3.02732%",
+ "tooltip": "score = 1.7696297709991158\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.05200 (+3.02732%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -519280,11 +519280,11 @@
18,
7
),
- "score": 0.33681097137565247,
- "score-diff": "0.04780835296790792",
- "score-diff-perc": "+16.54253%",
- "tooltip": "score = 0.33681097137565247\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.04781 (+16.54253%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.35368588806366047,
+ "score-diff": "0.06468326965591592",
+ "score-diff-perc": "+22.38155%",
+ "tooltip": "score = 0.35368588806366047\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.06468 (+22.38155%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -519307,9 +519307,9 @@
7
),
"score": 0.43892188347597105,
- "score-diff": "0.10211091210031858",
- "score-diff-perc": "+30.31698%",
- "tooltip": "score = 0.43892188347597105\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.10211 (+30.31698%)",
+ "score-diff": "0.08523599541231058",
+ "score-diff-perc": "+24.09935%",
+ "tooltip": "score = 0.43892188347597105\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.08524 (+24.09935%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -519332,11 +519332,11 @@
18,
7
),
- "score": 0.35368588806366047,
- "score-diff": "-0.08523599541231058",
- "score-diff-perc": "-19.41940%",
- "tooltip": "score = 0.35368588806366047\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.08524 (-19.41940%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.33681097137565247,
+ "score-diff": "-0.10211091210031858",
+ "score-diff-perc": "-23.26403%",
+ "tooltip": "score = 0.33681097137565247\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.10211 (-23.26403%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -519359,9 +519359,9 @@
41
),
"score": 0.44163702163833074,
- "score-diff": "0.08795113357467027",
- "score-diff-perc": "+24.86702%",
- "tooltip": "score = 0.44163702163833074\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.08795 (+24.86702%)",
+ "score-diff": "0.10482605026267827",
+ "score-diff-perc": "+31.12311%",
+ "tooltip": "score = 0.44163702163833074\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.10483 (+31.12311%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -519462,11 +519462,11 @@
17,
1
),
- "score": 0.4613198191220409,
- "score-diff": "-0.00861596716259977",
- "score-diff-perc": "-1.83343%",
- "tooltip": "score = 0.4613198191220409\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00862 (-1.83343%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.45439238005452065,
+ "score-diff": "-0.015543406230120016",
+ "score-diff-perc": "-3.30756%",
+ "tooltip": "score = 0.45439238005452065\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01554 (-3.30756%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -519488,11 +519488,11 @@
17,
1
),
- "score": 0.4248551932880204,
- "score-diff": "-0.03646462583402049",
- "score-diff-perc": "-7.90441%",
- "tooltip": "score = 0.4248551932880204\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03646 (-7.90441%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.4613198191220409,
+ "score-diff": "0.006927439067520247",
+ "score-diff-perc": "+1.52455%",
+ "tooltip": "score = 0.4613198191220409\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00693 (+1.52455%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -519514,11 +519514,11 @@
17,
1
),
- "score": 0.45439238005452065,
- "score-diff": "0.029537186766500245",
- "score-diff-perc": "+6.95230%",
- "tooltip": "score = 0.45439238005452065\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02954 (+6.95230%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.4248551932880204,
+ "score-diff": "-0.03646462583402049",
+ "score-diff-perc": "-7.90441%",
+ "tooltip": "score = 0.4248551932880204\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03646 (-7.90441%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -519541,9 +519541,9 @@
7
),
"score": 0.349265851231011,
- "score-diff": "-0.10512652882350965",
- "score-diff-perc": "-23.13563%",
- "tooltip": "score = 0.349265851231011\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.10513 (-23.13563%)",
+ "score-diff": "-0.0755893420570094",
+ "score-diff-perc": "-17.79179%",
+ "tooltip": "score = 0.349265851231011\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.07559 (-17.79179%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -519826,11 +519826,11 @@
16,
5
),
- "score": 0.45740461102218155,
- "score-diff": "-0.08758570641651053",
- "score-diff-perc": "-16.07106%",
- "tooltip": "score = 0.45740461102218155\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.08759 (-16.07106%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.32164559961408584,
+ "score-diff": "-0.22334471782460624",
+ "score-diff-perc": "-40.98141%",
+ "tooltip": "score = 0.32164559961408584\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.22334 (-40.98141%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -519852,11 +519852,11 @@
16,
5
),
- "score": 0.32164559961408584,
- "score-diff": "-0.1357590114080957",
- "score-diff-perc": "-29.68029%",
- "tooltip": "score = 0.32164559961408584\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.13576 (-29.68029%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.358272877485223,
+ "score-diff": "0.036627277871137176",
+ "score-diff-perc": "+11.38746%",
+ "tooltip": "score = 0.358272877485223\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03663 (+11.38746%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -519878,11 +519878,11 @@
16,
5
),
- "score": 0.358272877485223,
- "score-diff": "0.036627277871137176",
- "score-diff-perc": "+11.38746%",
- "tooltip": "score = 0.358272877485223\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03663 (+11.38746%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.45740461102218155,
+ "score-diff": "0.09913173353695853",
+ "score-diff-perc": "+27.66934%",
+ "tooltip": "score = 0.45740461102218155\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.09913 (+27.66934%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -519905,9 +519905,9 @@
21
),
"score": 0.40921756792144026,
- "score-diff": "0.050944690436217244",
- "score-diff-perc": "+14.21952%",
- "tooltip": "score = 0.40921756792144026\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.05094 (+14.21952%)",
+ "score-diff": "-0.04818704310074129",
+ "score-diff-perc": "-10.53488%",
+ "tooltip": "score = 0.40921756792144026\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.04819 (-10.53488%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -520216,11 +520216,11 @@
8,
54
),
- "score": 1.1889358799762328,
- "score-diff": "0.1551858350149926",
- "score-diff-perc": "+15.01193%",
- "tooltip": "score = 1.1889358799762328\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.15519 (+15.01193%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.8591713350515464,
+ "score-diff": "-0.17457870990969382",
+ "score-diff-perc": "-16.88790%",
+ "tooltip": "score = 0.8591713350515464\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.17458 (-16.88790%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -520242,11 +520242,11 @@
8,
54
),
- "score": 0.8591713350515464,
- "score-diff": "-0.32976454492468643",
- "score-diff-perc": "-27.73611%",
- "tooltip": "score = 0.8591713350515464\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.32976 (-27.73611%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.1889358799762328,
+ "score-diff": "0.32976454492468643",
+ "score-diff-perc": "+38.38170%",
+ "tooltip": "score = 1.1889358799762328\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.32976 (+38.38170%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -520269,9 +520269,9 @@
43
),
"score": 0.6547346068739771,
- "score-diff": "-0.2044367281775693",
- "score-diff-perc": "-23.79464%",
- "tooltip": "score = 0.6547346068739771\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.20444 (-23.79464%)",
+ "score-diff": "-0.5342012731022557",
+ "score-diff-perc": "-44.93104%",
+ "tooltip": "score = 0.6547346068739771\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.53420 (-44.93104%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -525943,11 +525943,11 @@
18,
7
),
- "score": 0.2773748962695881,
- "score-diff": "-0.1278652733009143",
- "score-diff-perc": "-31.55296%",
- "tooltip": "score = 0.2773748962695881\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.12787 (-31.55296%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.3262913771615008,
+ "score-diff": "-0.0789487924090016",
+ "score-diff-perc": "-19.48198%",
+ "tooltip": "score = 0.3262913771615008\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.07895 (-19.48198%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -525970,9 +525970,9 @@
7
),
"score": 0.3543226830823738,
- "score-diff": "0.07694778681278569",
- "score-diff-perc": "+27.74144%",
- "tooltip": "score = 0.3543226830823738\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.07695 (+27.74144%)",
+ "score-diff": "0.028031305920872995",
+ "score-diff-perc": "+8.59088%",
+ "tooltip": "score = 0.3543226830823738\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02803 (+8.59088%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -525995,11 +525995,11 @@
18,
7
),
- "score": 0.3262913771615008,
- "score-diff": "-0.028031305920872995",
- "score-diff-perc": "-7.91124%",
- "tooltip": "score = 0.3262913771615008\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02803 (-7.91124%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.2773748962695881,
+ "score-diff": "-0.07694778681278569",
+ "score-diff-perc": "-21.71687%",
+ "tooltip": "score = 0.2773748962695881\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.07695 (-21.71687%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -526022,9 +526022,9 @@
41
),
"score": 0.4776280988538682,
- "score-diff": "0.1513367216923674",
- "score-diff-perc": "+46.38085%",
- "tooltip": "score = 0.4776280988538682\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.15134 (+46.38085%)",
+ "score-diff": "0.2002532025842801",
+ "score-diff-perc": "+72.19586%",
+ "tooltip": "score = 0.4776280988538682\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.20025 (+72.19586%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -526125,11 +526125,11 @@
17,
1
),
- "score": 0.4276686529826812,
- "score-diff": "-0.10500011479361704",
- "score-diff-perc": "-19.71208%",
- "tooltip": "score = 0.4276686529826812\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.10500 (-19.71208%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.3964874445986125,
+ "score-diff": "-0.13618132317768572",
+ "score-diff-perc": "-25.56585%",
+ "tooltip": "score = 0.3964874445986125\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.13618 (-25.56585%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -526151,11 +526151,11 @@
17,
1
),
- "score": 0.28443935537542664,
- "score-diff": "-0.14322929760725456",
- "score-diff-perc": "-33.49072%",
- "tooltip": "score = 0.28443935537542664\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.14323 (-33.49072%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.4276686529826812,
+ "score-diff": "0.03118120838406868",
+ "score-diff-perc": "+7.86436%",
+ "tooltip": "score = 0.4276686529826812\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03118 (+7.86436%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -526177,11 +526177,11 @@
17,
1
),
- "score": 0.3964874445986125,
- "score-diff": "0.11204808922318588",
- "score-diff-perc": "+39.39261%",
- "tooltip": "score = 0.3964874445986125\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.11205 (+39.39261%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.28443935537542664,
+ "score-diff": "-0.14322929760725456",
+ "score-diff-perc": "-33.49072%",
+ "tooltip": "score = 0.28443935537542664\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.14323 (-33.49072%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -526204,9 +526204,9 @@
7
),
"score": 0.3637956847944707,
- "score-diff": "-0.032691759804141796",
- "score-diff-perc": "-8.24535%",
- "tooltip": "score = 0.3637956847944707\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.03269 (-8.24535%)",
+ "score-diff": "0.07935632941904408",
+ "score-diff-perc": "+27.89921%",
+ "tooltip": "score = 0.3637956847944707\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.07936 (+27.89921%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -526489,11 +526489,11 @@
16,
5
),
- "score": 0.43074333677863913,
- "score-diff": "-0.12535784225944818",
- "score-diff-perc": "-22.54227%",
- "tooltip": "score = 0.43074333677863913\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.12536 (-22.54227%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.35073068753287745,
+ "score-diff": "-0.20537049150520986",
+ "score-diff-perc": "-36.93042%",
+ "tooltip": "score = 0.35073068753287745\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.20537 (-36.93042%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -526515,11 +526515,11 @@
16,
5
),
- "score": 0.35073068753287745,
- "score-diff": "-0.08001264924576168",
- "score-diff-perc": "-18.57548%",
- "tooltip": "score = 0.35073068753287745\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.08001 (-18.57548%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.5488333355281207,
+ "score-diff": "0.1981026479952433",
+ "score-diff-perc": "+56.48284%",
+ "tooltip": "score = 0.5488333355281207\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.19810 (+56.48284%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -526541,11 +526541,11 @@
16,
5
),
- "score": 0.5488333355281207,
- "score-diff": "0.1981026479952433",
- "score-diff-perc": "+56.48284%",
- "tooltip": "score = 0.5488333355281207\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.19810 (+56.48284%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.43074333677863913,
+ "score-diff": "-0.11808999874948162",
+ "score-diff-perc": "-21.51655%",
+ "tooltip": "score = 0.43074333677863913\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.11809 (-21.51655%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -526568,9 +526568,9 @@
21
),
"score": 0.3846738571153846,
- "score-diff": "-0.16415947841273615",
- "score-diff-perc": "-29.91062%",
- "tooltip": "score = 0.3846738571153846\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.16416 (-29.91062%)",
+ "score-diff": "-0.04606947966325453",
+ "score-diff-perc": "-10.69534%",
+ "tooltip": "score = 0.3846738571153846\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.04607 (-10.69534%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -526879,11 +526879,11 @@
8,
54
),
- "score": 1.317639304347826,
- "score-diff": "0.2259721646860693",
- "score-diff-perc": "+20.69973%",
- "tooltip": "score = 1.317639304347826\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.22597 (+20.69973%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.7737355098646035,
+ "score-diff": "-0.3179316297971533",
+ "score-diff-perc": "-29.12350%",
+ "tooltip": "score = 0.7737355098646035\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.31793 (-29.12350%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -526905,11 +526905,11 @@
8,
54
),
- "score": 0.7737355098646035,
- "score-diff": "-0.5439037944832226",
- "score-diff-perc": "-41.27866%",
- "tooltip": "score = 0.7737355098646035\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.54390 (-41.27866%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.317639304347826,
+ "score-diff": "0.5439037944832226",
+ "score-diff-perc": "+70.29583%",
+ "tooltip": "score = 1.317639304347826\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.54390 (+70.29583%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -526932,9 +526932,9 @@
43
),
"score": 0.9251264403330249,
- "score-diff": "0.15139093046842145",
- "score-diff-perc": "+19.56624%",
- "tooltip": "score = 0.9251264403330249\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.15139 (+19.56624%)",
+ "score-diff": "-0.3925128640148011",
+ "score-diff-perc": "-29.78910%",
+ "tooltip": "score = 0.9251264403330249\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.39251 (-29.78910%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -532606,11 +532606,11 @@
18,
7
),
- "score": 2.4793324129575613,
- "score-diff": "-1.4690540322799088",
- "score-diff-perc": "-37.20644%",
- "tooltip": "score = 2.4793324129575613\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.46905 (-37.20644%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 2.526537107648376,
+ "score-diff": "-1.4218493375890944",
+ "score-diff-perc": "-36.01090%",
+ "tooltip": "score = 2.526537107648376\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.42185 (-36.01090%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -532633,9 +532633,9 @@
7
),
"score": 2.5039603446085374,
- "score-diff": "0.024627931650976098",
- "score-diff-perc": "+0.99333%",
- "tooltip": "score = 2.5039603446085374\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02463 (+0.99333%)",
+ "score-diff": "-0.022576763039838355",
+ "score-diff-perc": "-0.89359%",
+ "tooltip": "score = 2.5039603446085374\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02258 (-0.89359%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -532658,11 +532658,11 @@
18,
7
),
- "score": 2.526537107648376,
- "score-diff": "0.022576763039838355",
- "score-diff-perc": "+0.90164%",
- "tooltip": "score = 2.526537107648376\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02258 (+0.90164%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 2.4793324129575613,
+ "score-diff": "-0.024627931650976098",
+ "score-diff-perc": "-0.98356%",
+ "tooltip": "score = 2.4793324129575613\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02463 (-0.98356%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -532685,9 +532685,9 @@
41
),
"score": 2.9405503007800915,
- "score-diff": "0.4140131931317157",
- "score-diff-perc": "+16.38659%",
- "tooltip": "score = 2.9405503007800915\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.41401 (+16.38659%)",
+ "score-diff": "0.46121788782253015",
+ "score-diff-perc": "+18.60250%",
+ "tooltip": "score = 2.9405503007800915\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.46122 (+18.60250%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -532788,11 +532788,11 @@
17,
1
),
- "score": 2.9304073118020737,
- "score-diff": "0.0006861723632729522",
- "score-diff-perc": "+0.02342%",
- "tooltip": "score = 2.9304073118020737\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00069 (+0.02342%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 2.949499442103738,
+ "score-diff": "0.019778302664937186",
+ "score-diff-perc": "+0.67509%",
+ "tooltip": "score = 2.949499442103738\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01978 (+0.67509%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -532814,11 +532814,11 @@
17,
1
),
- "score": 2.5072780682939086,
- "score-diff": "-0.42312924350816505",
- "score-diff-perc": "-14.43926%",
- "tooltip": "score = 2.5072780682939086\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.42313 (-14.43926%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 2.9304073118020737,
+ "score-diff": "-0.019092130301664234",
+ "score-diff-perc": "-0.64730%",
+ "tooltip": "score = 2.9304073118020737\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01909 (-0.64730%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -532840,11 +532840,11 @@
17,
1
),
- "score": 2.949499442103738,
- "score-diff": "0.4422213738098293",
- "score-diff-perc": "+17.63751%",
- "tooltip": "score = 2.949499442103738\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.44222 (+17.63751%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 2.5072780682939086,
+ "score-diff": "-0.42312924350816505",
+ "score-diff-perc": "-14.43926%",
+ "tooltip": "score = 2.5072780682939086\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.42313 (-14.43926%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -532867,9 +532867,9 @@
7
),
"score": 2.5327975829760097,
- "score-diff": "-0.4167018591277283",
- "score-diff-perc": "-14.12788%",
- "tooltip": "score = 2.5327975829760097\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.41670 (-14.12788%)",
+ "score-diff": "0.025519514682101008",
+ "score-diff-perc": "+1.01782%",
+ "tooltip": "score = 2.5327975829760097\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.02552 (+1.01782%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -533152,11 +533152,11 @@
16,
5
),
- "score": 2.141218208374955,
- "score-diff": "0.022462714919885496",
- "score-diff-perc": "+1.06018%",
- "tooltip": "score = 2.141218208374955\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02246 (+1.06018%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 1.9138602917649001,
+ "score-diff": "-0.20489520169016928",
+ "score-diff-perc": "-9.67054%",
+ "tooltip": "score = 1.9138602917649001\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.20490 (-9.67054%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -533178,11 +533178,11 @@
16,
5
),
- "score": 1.9138602917649001,
- "score-diff": "-0.22735791661005478",
- "score-diff-perc": "-10.61816%",
- "tooltip": "score = 1.9138602917649001\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.22736 (-10.61816%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 2.1726227319664364,
+ "score-diff": "0.25876244020153627",
+ "score-diff-perc": "+13.52045%",
+ "tooltip": "score = 2.1726227319664364\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.25876 (+13.52045%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -533204,11 +533204,11 @@
16,
5
),
- "score": 2.1726227319664364,
- "score-diff": "0.25876244020153627",
- "score-diff-perc": "+13.52045%",
- "tooltip": "score = 2.1726227319664364\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.25876 (+13.52045%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 2.141218208374955,
+ "score-diff": "-0.03140452359148149",
+ "score-diff-perc": "-1.44547%",
+ "tooltip": "score = 2.141218208374955\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03140 (-1.44547%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -533231,9 +533231,9 @@
21
),
"score": 2.1397028596816408,
- "score-diff": "-0.03291987228479565",
- "score-diff-perc": "-1.51521%",
- "tooltip": "score = 2.1397028596816408\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.03292 (-1.51521%)",
+ "score-diff": "-0.0015153486933141558",
+ "score-diff-perc": "-0.07077%",
+ "tooltip": "score = 2.1397028596816408\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00152 (-0.07077%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -533542,11 +533542,11 @@
8,
54
),
- "score": 2.143848602564619,
- "score-diff": "0.034714961381022036",
- "score-diff-perc": "+1.64593%",
- "tooltip": "score = 2.143848602564619\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.03471 (+1.64593%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 3.6196112225697905,
+ "score-diff": "1.5104775813861937",
+ "score-diff-perc": "+71.61602%",
+ "tooltip": "score = 3.6196112225697905\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.51048 (+71.61602%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -533568,11 +533568,11 @@
8,
54
),
- "score": 3.6196112225697905,
- "score-diff": "1.4757626200051717",
- "score-diff-perc": "+68.83707%",
- "tooltip": "score = 3.6196112225697905\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.47576 (+68.83707%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 2.143848602564619,
+ "score-diff": "-1.4757626200051717",
+ "score-diff-perc": "-40.77130%",
+ "tooltip": "score = 2.143848602564619\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.47576 (-40.77130%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -533595,9 +533595,9 @@
43
),
"score": 3.7186715051851316,
- "score-diff": "0.09906028261534106",
- "score-diff-perc": "+2.73677%",
- "tooltip": "score = 3.7186715051851316\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.09906 (+2.73677%)",
+ "score-diff": "1.5748229026205127",
+ "score-diff-perc": "+73.45775%",
+ "tooltip": "score = 3.7186715051851316\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.57482 (+73.45775%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -539269,11 +539269,11 @@
18,
7
),
- "score": 22.87637172250287,
- "score-diff": "0.638950936570648",
- "score-diff-perc": "+2.87331%",
- "tooltip": "score = 22.87637172250287\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.63895 (+2.87331%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 22.697169492735043,
+ "score-diff": "0.4597487068028201",
+ "score-diff-perc": "+2.06746%",
+ "tooltip": "score = 22.697169492735043\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.45975 (+2.06746%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -539296,9 +539296,9 @@
7
),
"score": 22.073632401164662,
- "score-diff": "-0.8027393213382084",
- "score-diff-perc": "-3.50903%",
- "tooltip": "score = 22.073632401164662\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.80274 (-3.50903%)",
+ "score-diff": "-0.6235370915703804",
+ "score-diff-perc": "-2.74720%",
+ "tooltip": "score = 22.073632401164662\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.62354 (-2.74720%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -539321,11 +539321,11 @@
18,
7
),
- "score": 22.697169492735043,
- "score-diff": "0.6235370915703804",
- "score-diff-perc": "+2.82481%",
- "tooltip": "score = 22.697169492735043\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.62354 (+2.82481%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 22.87637172250287,
+ "score-diff": "0.8027393213382084",
+ "score-diff-perc": "+3.63664%",
+ "tooltip": "score = 22.87637172250287\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.80274 (+3.63664%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -539348,9 +539348,9 @@
41
),
"score": 23.202682473076926,
- "score-diff": "0.5055129803418836",
- "score-diff-perc": "+2.22721%",
- "tooltip": "score = 23.202682473076926\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.50551 (+2.22721%)",
+ "score-diff": "0.3263107505740557",
+ "score-diff-perc": "+1.42641%",
+ "tooltip": "score = 23.202682473076926\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.32631 (+1.42641%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -539451,11 +539451,11 @@
17,
1
),
- "score": 23.138276633705225,
- "score-diff": "0.1289430357017025",
- "score-diff-perc": "+0.56039%",
- "tooltip": "score = 23.138276633705225\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.12894 (+0.56039%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 23.758184264632938,
+ "score-diff": "0.7488506666294157",
+ "score-diff-perc": "+3.25455%",
+ "tooltip": "score = 23.758184264632938\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.74885 (+3.25455%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -539477,11 +539477,11 @@
17,
1
),
- "score": 22.69765434962406,
- "score-diff": "-0.4406222840811651",
- "score-diff-perc": "-1.90430%",
- "tooltip": "score = 22.69765434962406\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.44062 (-1.90430%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 23.138276633705225,
+ "score-diff": "-0.6199076309277132",
+ "score-diff-perc": "-2.60924%",
+ "tooltip": "score = 23.138276633705225\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.61991 (-2.60924%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -539503,11 +539503,11 @@
17,
1
),
- "score": 23.758184264632938,
- "score-diff": "1.0605299150088783",
- "score-diff-perc": "+4.67242%",
- "tooltip": "score = 23.758184264632938\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.06053 (+4.67242%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 22.69765434962406,
+ "score-diff": "-0.4406222840811651",
+ "score-diff-perc": "-1.90430%",
+ "tooltip": "score = 22.69765434962406\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.44062 (-1.90430%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -539530,9 +539530,9 @@
7
),
"score": 22.418896409508015,
- "score-diff": "-1.3392878551249225",
- "score-diff-perc": "-5.63716%",
- "tooltip": "score = 22.418896409508015\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.33929 (-5.63716%)",
+ "score-diff": "-0.27875794011604427",
+ "score-diff-perc": "-1.22814%",
+ "tooltip": "score = 22.418896409508015\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.27876 (-1.22814%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -539815,11 +539815,11 @@
16,
5
),
- "score": 22.14269968029197,
- "score-diff": "-0.7003056869294895",
- "score-diff-perc": "-3.06573%",
- "tooltip": "score = 22.14269968029197\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.70031 (-3.06573%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 20.441267921768706,
+ "score-diff": "-2.4017374454527527",
+ "score-diff-perc": "-10.51410%",
+ "tooltip": "score = 20.441267921768706\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.40174 (-10.51410%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -539841,11 +539841,11 @@
16,
5
),
- "score": 20.441267921768706,
- "score-diff": "-1.7014317585232632",
- "score-diff-perc": "-7.68394%",
- "tooltip": "score = 20.441267921768706\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.70143 (-7.68394%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 21.82404725679678,
+ "score-diff": "1.3827793350280757",
+ "score-diff-perc": "+6.76465%",
+ "tooltip": "score = 21.82404725679678\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.38278 (+6.76465%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -539867,11 +539867,11 @@
16,
5
),
- "score": 21.82404725679678,
- "score-diff": "1.3827793350280757",
- "score-diff-perc": "+6.76465%",
- "tooltip": "score = 21.82404725679678\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.38278 (+6.76465%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 22.14269968029197,
+ "score-diff": "0.3186524234951875",
+ "score-diff-perc": "+1.46010%",
+ "tooltip": "score = 22.14269968029197\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.31865 (+1.46010%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -539894,9 +539894,9 @@
21
),
"score": 22.327801783966198,
- "score-diff": "0.5037545271694164",
- "score-diff-perc": "+2.30825%",
- "tooltip": "score = 22.327801783966198\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.50375 (+2.30825%)",
+ "score-diff": "0.18510210367422886",
+ "score-diff-perc": "+0.83595%",
+ "tooltip": "score = 22.327801783966198\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.18510 (+0.83595%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -540205,11 +540205,11 @@
8,
54
),
- "score": 22.31203209860623,
- "score-diff": "-0.2882978226829991",
- "score-diff-perc": "-1.27564%",
- "tooltip": "score = 22.31203209860623\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.28830 (-1.27564%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 20.326918820945945,
+ "score-diff": "-2.273411100343285",
+ "score-diff-perc": "-10.05919%",
+ "tooltip": "score = 20.326918820945945\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.27341 (-10.05919%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -540231,11 +540231,11 @@
8,
54
),
- "score": 20.326918820945945,
- "score-diff": "-1.985113277660286",
- "score-diff-perc": "-8.89705%",
- "tooltip": "score = 20.326918820945945\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.98511 (-8.89705%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 22.31203209860623,
+ "score-diff": "1.985113277660286",
+ "score-diff-perc": "+9.76593%",
+ "tooltip": "score = 22.31203209860623\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.98511 (+9.76593%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -540258,9 +540258,9 @@
43
),
"score": 21.366600387173037,
- "score-diff": "1.0396815662270917",
- "score-diff-perc": "+5.11480%",
- "tooltip": "score = 21.366600387173037\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.03968 (+5.11480%)",
+ "score-diff": "-0.9454317114331943",
+ "score-diff-perc": "-4.23732%",
+ "tooltip": "score = 21.366600387173037\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.94543 (-4.23732%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -547005,11 +547005,11 @@
18,
7
),
- "score": 5.238407530262429,
- "score-diff": "-0.3708186320359985",
- "score-diff-perc": "-6.61087%",
- "tooltip": "score = 5.238407530262429\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.37082 (-6.61087%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 5.390748741926394,
+ "score-diff": "-0.21847742037203322",
+ "score-diff-perc": "-3.89497%",
+ "tooltip": "score = 5.390748741926394\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.21848 (-3.89497%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -547032,9 +547032,9 @@
7
),
"score": 5.581700362351289,
- "score-diff": "0.34329283208885997",
- "score-diff-perc": "+6.55338%",
- "tooltip": "score = 5.581700362351289\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.34329 (+6.55338%)",
+ "score-diff": "0.19095162042489466",
+ "score-diff-perc": "+3.54221%",
+ "tooltip": "score = 5.581700362351289\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.19095 (+3.54221%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -547057,11 +547057,11 @@
18,
7
),
- "score": 5.390748741926394,
- "score-diff": "-0.19095162042489466",
- "score-diff-perc": "-3.42103%",
- "tooltip": "score = 5.390748741926394\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.19095 (-3.42103%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 5.238407530262429,
+ "score-diff": "-0.34329283208885997",
+ "score-diff-perc": "-6.15033%",
+ "tooltip": "score = 5.238407530262429\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.34329 (-6.15033%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -547084,9 +547084,9 @@
41
),
"score": 4.4729583070090095,
- "score-diff": "-0.9177904349173849",
- "score-diff-perc": "-17.02529%",
- "tooltip": "score = 4.4729583070090095\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.91779 (-17.02529%)",
+ "score-diff": "-0.7654492232534196",
+ "score-diff-perc": "-14.61225%",
+ "tooltip": "score = 4.4729583070090095\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.76545 (-14.61225%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -547187,11 +547187,11 @@
17,
1
),
- "score": 4.340050562953499,
- "score-diff": "-0.44781621668786276",
- "score-diff-perc": "-9.35315%",
- "tooltip": "score = 4.340050562953499\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.44782 (-9.35315%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 4.567161830718729,
+ "score-diff": "-0.22070494892263248",
+ "score-diff-perc": "-4.60967%",
+ "tooltip": "score = 4.567161830718729\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.22070 (-4.60967%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -547213,11 +547213,11 @@
17,
1
),
- "score": 5.519257683812032,
- "score-diff": "1.1792071208585337",
- "score-diff-perc": "+27.17035%",
- "tooltip": "score = 5.519257683812032\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.17921 (+27.17035%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 4.340050562953499,
+ "score-diff": "-0.22711126776523027",
+ "score-diff-perc": "-4.97270%",
+ "tooltip": "score = 4.340050562953499\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.22711 (-4.97270%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -547239,11 +547239,11 @@
17,
1
),
- "score": 4.567161830718729,
- "score-diff": "-0.9520958530933035",
- "score-diff-perc": "-17.25043%",
- "tooltip": "score = 4.567161830718729\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.95210 (-17.25043%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 5.519257683812032,
+ "score-diff": "1.1792071208585337",
+ "score-diff-perc": "+27.17035%",
+ "tooltip": "score = 5.519257683812032\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.17921 (+27.17035%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -547266,9 +547266,9 @@
7
),
"score": 5.579445915835404,
- "score-diff": "1.0122840851166748",
- "score-diff-perc": "+22.16440%",
- "tooltip": "score = 5.579445915835404\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.01228 (+22.16440%)",
+ "score-diff": "0.06018823202337131",
+ "score-diff-perc": "+1.09051%",
+ "tooltip": "score = 5.579445915835404\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.06019 (+1.09051%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -547551,11 +547551,11 @@
16,
5
),
- "score": 4.671942011090836,
- "score-diff": "0.3560996416307116",
- "score-diff-perc": "+8.25099%",
- "tooltip": "score = 4.671942011090836\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.35610 (+8.25099%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 5.466785328922949,
+ "score-diff": "1.1509429594628244",
+ "score-diff-perc": "+26.66786%",
+ "tooltip": "score = 5.466785328922949\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.15094 (+26.66786%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -547577,11 +547577,11 @@
16,
5
),
- "score": 5.466785328922949,
- "score-diff": "0.7948433178321128",
- "score-diff-perc": "+17.01312%",
- "tooltip": "score = 5.466785328922949\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.79484 (+17.01312%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 4.434775511895619,
+ "score-diff": "-1.0320098170273297",
+ "score-diff-perc": "-18.87782%",
+ "tooltip": "score = 4.434775511895619\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.03201 (-18.87782%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -547603,11 +547603,11 @@
16,
5
),
- "score": 4.434775511895619,
- "score-diff": "-1.0320098170273297",
- "score-diff-perc": "-18.87782%",
- "tooltip": "score = 4.434775511895619\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.03201 (-18.87782%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 4.671942011090836,
+ "score-diff": "0.23716649919521693",
+ "score-diff-perc": "+5.34788%",
+ "tooltip": "score = 4.671942011090836\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.23717 (+5.34788%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -547630,9 +547630,9 @@
21
),
"score": 4.5015484701647335,
- "score-diff": "0.06677295826911411",
- "score-diff-perc": "+1.50567%",
- "tooltip": "score = 4.5015484701647335\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.06677 (+1.50567%)",
+ "score-diff": "-0.17039354092610282",
+ "score-diff-perc": "-3.64717%",
+ "tooltip": "score = 4.5015484701647335\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.17039 (-3.64717%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -547941,11 +547941,11 @@
8,
54
),
- "score": 4.78930343949702,
- "score-diff": "0.3118861094490075",
- "score-diff-perc": "+6.96576%",
- "tooltip": "score = 4.78930343949702\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.31189 (+6.96576%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 4.947729108917448,
+ "score-diff": "0.4703117788694353",
+ "score-diff-perc": "+10.50409%",
+ "tooltip": "score = 4.947729108917448\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.47031 (+10.50409%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -547967,11 +547967,11 @@
8,
54
),
- "score": 4.947729108917448,
- "score-diff": "0.1584256694204278",
- "score-diff-perc": "+3.30791%",
- "tooltip": "score = 4.947729108917448\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.15843 (+3.30791%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 4.78930343949702,
+ "score-diff": "-0.1584256694204278",
+ "score-diff-perc": "-3.20199%",
+ "tooltip": "score = 4.78930343949702\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.15843 (-3.20199%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -547994,9 +547994,9 @@
43
),
"score": 5.122769265816375,
- "score-diff": "0.17504015689892682",
- "score-diff-perc": "+3.53779%",
- "tooltip": "score = 5.122769265816375\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.17504 (+3.53779%)",
+ "score-diff": "0.3334658263193546",
+ "score-diff-perc": "+6.96272%",
+ "tooltip": "score = 5.122769265816375\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.33347 (+6.96272%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -553668,11 +553668,11 @@
18,
7
),
- "score": 14.953510553421014,
- "score-diff": "4.759669308236221",
- "score-diff-perc": "+46.69162%",
- "tooltip": "score = 14.953510553421014\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +4.75967 (+46.69162%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 10.6151967614841,
+ "score-diff": "0.42135551629930745",
+ "score-diff-perc": "+4.13343%",
+ "tooltip": "score = 10.6151967614841\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.42136 (+4.13343%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -553695,9 +553695,9 @@
7
),
"score": 10.516671829082322,
- "score-diff": "-4.436838724338692",
- "score-diff-perc": "-29.67088%",
- "tooltip": "score = 10.516671829082322\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.43684 (-29.67088%)",
+ "score-diff": "-0.09852493240177829",
+ "score-diff-perc": "-0.92815%",
+ "tooltip": "score = 10.516671829082322\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.09852 (-0.92815%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -553720,11 +553720,11 @@
18,
7
),
- "score": 10.6151967614841,
- "score-diff": "0.09852493240177829",
- "score-diff-perc": "+0.93685%",
- "tooltip": "score = 10.6151967614841\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.09852 (+0.93685%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 14.953510553421014,
+ "score-diff": "4.436838724338692",
+ "score-diff-perc": "+42.18862%",
+ "tooltip": "score = 14.953510553421014\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +4.43684 (+42.18862%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -553747,9 +553747,9 @@
41
),
"score": 17.28089723745665,
- "score-diff": "6.6657004759725496",
- "score-diff-perc": "+62.79394%",
- "tooltip": "score = 17.28089723745665\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +6.66570 (+62.79394%)",
+ "score-diff": "2.327386684035636",
+ "score-diff-perc": "+15.56415%",
+ "tooltip": "score = 17.28089723745665\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +2.32739 (+15.56415%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -553850,11 +553850,11 @@
17,
1
),
- "score": 16.697133416247162,
- "score-diff": "-1.2644067857253027",
- "score-diff-perc": "-7.03952%",
- "tooltip": "score = 16.697133416247162\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.26441 (-7.03952%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 16.81785449162011,
+ "score-diff": "-1.1436857103523543",
+ "score-diff-perc": "-6.36741%",
+ "tooltip": "score = 16.81785449162011\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.14369 (-6.36741%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -553876,11 +553876,11 @@
17,
1
),
- "score": 10.461106628726338,
- "score-diff": "-6.236026787520824",
- "score-diff-perc": "-37.34789%",
- "tooltip": "score = 10.461106628726338\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -6.23603 (-37.34789%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 16.697133416247162,
+ "score-diff": "-0.1207210753729484",
+ "score-diff-perc": "-0.71781%",
+ "tooltip": "score = 16.697133416247162\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.12072 (-0.71781%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -553902,11 +553902,11 @@
17,
1
),
- "score": 16.81785449162011,
- "score-diff": "6.356747862893773",
- "score-diff-perc": "+60.76554%",
- "tooltip": "score = 16.81785449162011\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +6.35675 (+60.76554%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 10.461106628726338,
+ "score-diff": "-6.236026787520824",
+ "score-diff-perc": "-37.34789%",
+ "tooltip": "score = 10.461106628726338\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -6.23603 (-37.34789%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -553929,9 +553929,9 @@
7
),
"score": 10.426024966493852,
- "score-diff": "-6.3918295251262585",
- "score-diff-perc": "-38.00621%",
- "tooltip": "score = 10.426024966493852\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -6.39183 (-38.00621%)",
+ "score-diff": "-0.035081662232485655",
+ "score-diff-perc": "-0.33535%",
+ "tooltip": "score = 10.426024966493852\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.03508 (-0.33535%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -554214,11 +554214,11 @@
16,
5
),
- "score": 17.098444873753024,
- "score-diff": "0.2297831648835249",
- "score-diff-perc": "+1.36219%",
- "tooltip": "score = 17.098444873753024\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.22978 (+1.36219%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 11.261087120395612,
+ "score-diff": "-5.607574588473888",
+ "score-diff-perc": "-33.24256%",
+ "tooltip": "score = 11.261087120395612\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -5.60757 (-33.24256%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -554240,11 +554240,11 @@
16,
5
),
- "score": 11.261087120395612,
- "score-diff": "-5.837357753357413",
- "score-diff-perc": "-34.13970%",
- "tooltip": "score = 11.261087120395612\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -5.83736 (-34.13970%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 17.004377870055865,
+ "score-diff": "5.743290749660254",
+ "score-diff-perc": "+51.00121%",
+ "tooltip": "score = 17.004377870055865\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.74329 (+51.00121%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -554266,11 +554266,11 @@
16,
5
),
- "score": 17.004377870055865,
- "score-diff": "5.743290749660254",
- "score-diff-perc": "+51.00121%",
- "tooltip": "score = 17.004377870055865\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.74329 (+51.00121%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 17.098444873753024,
+ "score-diff": "0.09406700369715892",
+ "score-diff-perc": "+0.55319%",
+ "tooltip": "score = 17.098444873753024\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.09407 (+0.55319%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -554293,9 +554293,9 @@
21
),
"score": 16.827330434263388,
- "score-diff": "-0.17704743579247761",
- "score-diff-perc": "-1.04119%",
- "tooltip": "score = 16.827330434263388\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.17705 (-1.04119%)",
+ "score-diff": "-0.27111443948963654",
+ "score-diff-perc": "-1.58561%",
+ "tooltip": "score = 16.827330434263388\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.27111 (-1.58561%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -554604,11 +554604,11 @@
8,
54
),
- "score": 18.112272474814006,
- "score-diff": "0.6655396902987647",
- "score-diff-perc": "+3.81470%",
- "tooltip": "score = 18.112272474814006\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.66554 (+3.81470%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 14.065080530770075,
+ "score-diff": "-3.381652253745166",
+ "score-diff-perc": "-19.38273%",
+ "tooltip": "score = 14.065080530770075\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.38165 (-19.38273%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -554630,11 +554630,11 @@
8,
54
),
- "score": 14.065080530770075,
- "score-diff": "-4.047191944043931",
- "score-diff-perc": "-22.34503%",
- "tooltip": "score = 14.065080530770075\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -4.04719 (-22.34503%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 18.112272474814006,
+ "score-diff": "4.047191944043931",
+ "score-diff-perc": "+28.77475%",
+ "tooltip": "score = 18.112272474814006\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +4.04719 (+28.77475%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -554657,9 +554657,9 @@
43
),
"score": 13.710899952314238,
- "score-diff": "-0.3541805784558374",
- "score-diff-perc": "-2.51816%",
- "tooltip": "score = 13.710899952314238\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.35418 (-2.51816%)",
+ "score-diff": "-4.401372522499768",
+ "score-diff-perc": "-24.30050%",
+ "tooltip": "score = 13.710899952314238\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -4.40137 (-24.30050%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -561404,11 +561404,11 @@
18,
7
),
- "score": 0.21339342510668563,
- "score-diff": "4.399715504976864e-06",
- "score-diff-perc": "+0.00206%",
- "tooltip": "score = 0.21339342510668563\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+0.00206%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.21295529739513094,
+ "score-diff": "-0.0004337279960497098",
+ "score-diff-perc": "-0.20326%",
+ "tooltip": "score = 0.21295529739513094\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00043 (-0.20326%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -561431,9 +561431,9 @@
7
),
"score": 0.21306215033375941,
- "score-diff": "-0.00033127477292621554",
- "score-diff-perc": "-0.15524%",
- "tooltip": "score = 0.21306215033375941\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00033 (-0.15524%)",
+ "score-diff": "0.00010685293862847112",
+ "score-diff-perc": "+0.05018%",
+ "tooltip": "score = 0.21306215033375941\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00011 (+0.05018%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -561456,11 +561456,11 @@
18,
7
),
- "score": 0.21295529739513094,
- "score-diff": "-0.00010685293862847112",
- "score-diff-perc": "-0.05015%",
- "tooltip": "score = 0.21295529739513094\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00011 (-0.05015%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.21339342510668563,
+ "score-diff": "0.00033127477292621554",
+ "score-diff-perc": "+0.15548%",
+ "tooltip": "score = 0.21339342510668563\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00033 (+0.15548%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -561483,9 +561483,9 @@
41
),
"score": 0.5634299981220657,
- "score-diff": "0.35047470072693476",
- "score-diff-perc": "+164.57665%",
- "tooltip": "score = 0.5634299981220657\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.35047 (+164.57665%)",
+ "score-diff": "0.3500365730153801",
+ "score-diff-perc": "+164.03344%",
+ "tooltip": "score = 0.5634299981220657\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.35004 (+164.03344%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -561586,11 +561586,11 @@
17,
1
),
- "score": 0.566263740139649,
- "score-diff": "-0.016489677028733274",
- "score-diff-perc": "-2.82961%",
- "tooltip": "score = 0.566263740139649\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01649 (-2.82961%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.5750494432732848,
+ "score-diff": "-0.007703973895097471",
+ "score-diff-perc": "-1.32200%",
+ "tooltip": "score = 0.5750494432732848\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00770 (-1.32200%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -561612,11 +561612,11 @@
17,
1
),
- "score": 0.18790453679463895,
- "score-diff": "-0.37835920334501005",
- "score-diff-perc": "-66.81678%",
- "tooltip": "score = 0.18790453679463895\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.37836 (-66.81678%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.566263740139649,
+ "score-diff": "-0.008785703133635803",
+ "score-diff-perc": "-1.52782%",
+ "tooltip": "score = 0.566263740139649\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00879 (-1.52782%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -561638,11 +561638,11 @@
17,
1
),
- "score": 0.5750494432732848,
- "score-diff": "0.38714490647864586",
- "score-diff-perc": "+206.03276%",
- "tooltip": "score = 0.5750494432732848\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.38714 (+206.03276%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.18790453679463895,
+ "score-diff": "-0.37835920334501005",
+ "score-diff-perc": "-66.81678%",
+ "tooltip": "score = 0.18790453679463895\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.37836 (-66.81678%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -561665,9 +561665,9 @@
7
),
"score": 0.21343023169950914,
- "score-diff": "-0.36161921157377563",
- "score-diff-perc": "-62.88489%",
- "tooltip": "score = 0.21343023169950914\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.36162 (-62.88489%)",
+ "score-diff": "0.025525694904870194",
+ "score-diff-perc": "+13.58440%",
+ "tooltip": "score = 0.21343023169950914\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.02553 (+13.58440%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -561950,11 +561950,11 @@
16,
5
),
- "score": 0.5321552421071302,
- "score-diff": "-0.04962706873250533",
- "score-diff-perc": "-8.53018%",
- "tooltip": "score = 0.5321552421071302\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04963 (-8.53018%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.21338452290184923,
+ "score-diff": "-0.36839778793778627",
+ "score-diff-perc": "-63.32227%",
+ "tooltip": "score = 0.21338452290184923\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.36840 (-63.32227%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -561976,11 +561976,11 @@
16,
5
),
- "score": 0.21338452290184923,
- "score-diff": "-0.31877071920528094",
- "score-diff-perc": "-59.90183%",
- "tooltip": "score = 0.21338452290184923\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.31877 (-59.90183%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.574221683444976,
+ "score-diff": "0.3608371605431268",
+ "score-diff-perc": "+169.10184%",
+ "tooltip": "score = 0.574221683444976\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.36084 (+169.10184%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -562002,11 +562002,11 @@
16,
5
),
- "score": 0.574221683444976,
- "score-diff": "0.3608371605431268",
- "score-diff-perc": "+169.10184%",
- "tooltip": "score = 0.574221683444976\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.36084 (+169.10184%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.5321552421071302,
+ "score-diff": "-0.04206644133784587",
+ "score-diff-perc": "-7.32582%",
+ "tooltip": "score = 0.5321552421071302\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04207 (-7.32582%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -562029,9 +562029,9 @@
21
),
"score": 0.6107555161815591,
- "score-diff": "0.03653383273658306",
- "score-diff-perc": "+6.36232%",
- "tooltip": "score = 0.6107555161815591\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.03653 (+6.36232%)",
+ "score-diff": "0.07860027407442893",
+ "score-diff-perc": "+14.77018%",
+ "tooltip": "score = 0.6107555161815591\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.07860 (+14.77018%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -562340,11 +562340,11 @@
8,
54
),
- "score": 0.6367172026740238,
- "score-diff": "0.023561573407725023",
- "score-diff-perc": "+3.84267%",
- "tooltip": "score = 0.6367172026740238\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.02356 (+3.84267%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.21363679927371118,
+ "score-diff": "-0.3995188299925876",
+ "score-diff-perc": "-65.15782%",
+ "tooltip": "score = 0.21363679927371118\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.39952 (-65.15782%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -562366,11 +562366,11 @@
8,
54
),
- "score": 0.21363679927371118,
- "score-diff": "-0.4230804034003126",
- "score-diff-perc": "-66.44715%",
- "tooltip": "score = 0.21363679927371118\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.42308 (-66.44715%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.6367172026740238,
+ "score-diff": "0.4230804034003126",
+ "score-diff-perc": "+198.03723%",
+ "tooltip": "score = 0.6367172026740238\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.42308 (+198.03723%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -562393,9 +562393,9 @@
43
),
"score": 0.21683218356580183,
- "score-diff": "0.0031953842920906528",
- "score-diff-perc": "+1.49571%",
- "tooltip": "score = 0.21683218356580183\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00320 (+1.49571%)",
+ "score-diff": "-0.41988501910822196",
+ "score-diff-perc": "-65.94529%",
+ "tooltip": "score = 0.21683218356580183\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.41989 (-65.94529%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -568067,11 +568067,11 @@
18,
7
),
- "score": 1.3005491300390117,
- "score-diff": "0.002887018014790188",
- "score-diff-perc": "+0.22248%",
- "tooltip": "score = 1.3005491300390117\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00289 (+0.22248%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 1.3010505698178665,
+ "score-diff": "0.003388457793644939",
+ "score-diff-perc": "+0.26112%",
+ "tooltip": "score = 1.3010505698178665\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00339 (+0.26112%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -568094,9 +568094,9 @@
7
),
"score": 1.2854460072836333,
- "score-diff": "-0.015103122755378395",
- "score-diff-perc": "-1.16129%",
- "tooltip": "score = 1.2854460072836333\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01510 (-1.16129%)",
+ "score-diff": "-0.015604562534233146",
+ "score-diff-perc": "-1.19938%",
+ "tooltip": "score = 1.2854460072836333\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01560 (-1.19938%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -568119,11 +568119,11 @@
18,
7
),
- "score": 1.3010505698178665,
- "score-diff": "0.015604562534233146",
- "score-diff-perc": "+1.21394%",
- "tooltip": "score = 1.3010505698178665\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01560 (+1.21394%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 1.3005491300390117,
+ "score-diff": "0.015103122755378395",
+ "score-diff-perc": "+1.17493%",
+ "tooltip": "score = 1.3005491300390117\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01510 (+1.17493%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -568146,9 +568146,9 @@
41
),
"score": 2.1668921097472924,
- "score-diff": "0.8658415399294259",
- "score-diff-perc": "+66.54941%",
- "tooltip": "score = 2.1668921097472924\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.86584 (+66.54941%)",
+ "score-diff": "0.8663429797082807",
+ "score-diff-perc": "+66.61363%",
+ "tooltip": "score = 2.1668921097472924\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.86634 (+66.61363%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -568249,11 +568249,11 @@
17,
1
),
- "score": 2.0269375313977043,
- "score-diff": "-0.059451792438292905",
- "score-diff-perc": "-2.84951%",
- "tooltip": "score = 2.0269375313977043\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.05945 (-2.84951%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 2.17573839448876,
+ "score-diff": "0.08934907065276265",
+ "score-diff-perc": "+4.28247%",
+ "tooltip": "score = 2.17573839448876\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.08935 (+4.28247%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -568275,11 +568275,11 @@
17,
1
),
- "score": 1.2861527556793828,
- "score-diff": "-0.7407847757183215",
- "score-diff-perc": "-36.54700%",
- "tooltip": "score = 1.2861527556793828\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.74078 (-36.54700%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 2.0269375313977043,
+ "score-diff": "-0.14880086309105556",
+ "score-diff-perc": "-6.83910%",
+ "tooltip": "score = 2.0269375313977043\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.14880 (-6.83910%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -568301,11 +568301,11 @@
17,
1
),
- "score": 2.17573839448876,
- "score-diff": "0.889585638809377",
- "score-diff-perc": "+69.16641%",
- "tooltip": "score = 2.17573839448876\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.88959 (+69.16641%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 1.2861527556793828,
+ "score-diff": "-0.7407847757183215",
+ "score-diff-perc": "-36.54700%",
+ "tooltip": "score = 1.2861527556793828\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.74078 (-36.54700%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -568328,9 +568328,9 @@
7
),
"score": 1.2987493323236694,
- "score-diff": "-0.8769890621650904",
- "score-diff-perc": "-40.30765%",
- "tooltip": "score = 1.2987493323236694\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.87699 (-40.30765%)",
+ "score-diff": "0.012596576644286595",
+ "score-diff-perc": "+0.97940%",
+ "tooltip": "score = 1.2987493323236694\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.01260 (+0.97940%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -568613,11 +568613,11 @@
16,
5
),
- "score": 2.145623885632595,
- "score-diff": "-0.06001961253052057",
- "score-diff-perc": "-2.72118%",
- "tooltip": "score = 2.145623885632595\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.06002 (-2.72118%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 1.3048354191304348,
+ "score-diff": "-0.9008080790326807",
+ "score-diff-perc": "-40.84106%",
+ "tooltip": "score = 1.3048354191304348\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.90081 (-40.84106%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -568639,11 +568639,11 @@
16,
5
),
- "score": 1.3048354191304348,
- "score-diff": "-0.8407884665021601",
- "score-diff-perc": "-39.18620%",
- "tooltip": "score = 1.3048354191304348\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.84079 (-39.18620%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 2.131027388494318,
+ "score-diff": "0.8261919693638833",
+ "score-diff-perc": "+63.31771%",
+ "tooltip": "score = 2.131027388494318\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.82619 (+63.31771%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -568665,11 +568665,11 @@
16,
5
),
- "score": 2.131027388494318,
- "score-diff": "0.8261919693638833",
- "score-diff-perc": "+63.31771%",
- "tooltip": "score = 2.131027388494318\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.82619 (+63.31771%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 2.145623885632595,
+ "score-diff": "0.01459649713827682",
+ "score-diff-perc": "+0.68495%",
+ "tooltip": "score = 2.145623885632595\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01460 (+0.68495%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -568692,9 +568692,9 @@
21
),
"score": 2.0976460580013976,
- "score-diff": "-0.03338133049292047",
- "score-diff-perc": "-1.56644%",
- "tooltip": "score = 2.0976460580013976\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.03338 (-1.56644%)",
+ "score-diff": "-0.04797782763119729",
+ "score-diff-perc": "-2.23608%",
+ "tooltip": "score = 2.0976460580013976\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.04798 (-2.23608%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -569003,11 +569003,11 @@
8,
54
),
- "score": 2.500216319166667,
- "score-diff": "0.23809916242213047",
- "score-diff-perc": "+10.52550%",
- "tooltip": "score = 2.500216319166667\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.23810 (+10.52550%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 1.3334245044444444,
+ "score-diff": "-0.928692652300092",
+ "score-diff-perc": "-41.05414%",
+ "tooltip": "score = 1.3334245044444444\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.92869 (-41.05414%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -569029,11 +569029,11 @@
8,
54
),
- "score": 1.3334245044444444,
- "score-diff": "-1.1667918147222225",
- "score-diff-perc": "-46.66763%",
- "tooltip": "score = 1.3334245044444444\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.16679 (-46.66763%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 2.500216319166667,
+ "score-diff": "1.1667918147222225",
+ "score-diff-perc": "+87.50340%",
+ "tooltip": "score = 2.500216319166667\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.16679 (+87.50340%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -569056,9 +569056,9 @@
43
),
"score": 1.2373654148453608,
- "score-diff": "-0.0960590895990836",
- "score-diff-perc": "-7.20394%",
- "tooltip": "score = 1.2373654148453608\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.09606 (-7.20394%)",
+ "score-diff": "-1.262850904321306",
+ "score-diff-perc": "-50.50967%",
+ "tooltip": "score = 1.2373654148453608\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.26285 (-50.50967%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -574730,11 +574730,11 @@
18,
7
),
- "score": 0.18773325486515235,
- "score-diff": "7.49904793630185e-05",
- "score-diff-perc": "+0.03996%",
- "tooltip": "score = 0.18773325486515235\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00007 (+0.03996%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.1872675033393671,
+ "score-diff": "-0.0003907610464222444",
+ "score-diff-perc": "-0.20823%",
+ "tooltip": "score = 0.1872675033393671\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00039 (-0.20823%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -574757,9 +574757,9 @@
7
),
"score": 0.18763181607254534,
- "score-diff": "-0.00010143879260701705",
- "score-diff-perc": "-0.05403%",
- "tooltip": "score = 0.18763181607254534\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00010 (-0.05403%)",
+ "score-diff": "0.00036431273317824586",
+ "score-diff-perc": "+0.19454%",
+ "tooltip": "score = 0.18763181607254534\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00036 (+0.19454%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -574782,11 +574782,11 @@
18,
7
),
- "score": 0.1872675033393671,
- "score-diff": "-0.00036431273317824586",
- "score-diff-perc": "-0.19416%",
- "tooltip": "score = 0.1872675033393671\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00036 (-0.19416%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.18773325486515235,
+ "score-diff": "0.00010143879260701705",
+ "score-diff-perc": "+0.05406%",
+ "tooltip": "score = 0.18773325486515235\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00010 (+0.05406%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -574809,9 +574809,9 @@
41
),
"score": 0.31732848249603385,
- "score-diff": "0.13006097915666676",
- "score-diff-perc": "+69.45197%",
- "tooltip": "score = 0.31732848249603385\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.13006 (+69.45197%)",
+ "score-diff": "0.1295952276308815",
+ "score-diff-perc": "+69.03158%",
+ "tooltip": "score = 0.31732848249603385\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.12960 (+69.03158%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -574912,11 +574912,11 @@
17,
1
),
- "score": 0.31710890444984674,
- "score-diff": "-0.0026510513212286146",
- "score-diff-perc": "-0.82908%",
- "tooltip": "score = 0.31710890444984674\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00265 (-0.82908%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.3175023544973545,
+ "score-diff": "-0.0022576012737208773",
+ "score-diff-perc": "-0.70603%",
+ "tooltip": "score = 0.3175023544973545\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00226 (-0.70603%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -574938,11 +574938,11 @@
17,
1
),
- "score": 0.1889132336124929,
- "score-diff": "-0.12819567083735384",
- "score-diff-perc": "-40.42639%",
- "tooltip": "score = 0.1889132336124929\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.12820 (-40.42639%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.31710890444984674,
+ "score-diff": "-0.0003934500475077374",
+ "score-diff-perc": "-0.12392%",
+ "tooltip": "score = 0.31710890444984674\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00039 (-0.12392%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -574964,11 +574964,11 @@
17,
1
),
- "score": 0.3175023544973545,
- "score-diff": "0.12858912088486157",
- "score-diff-perc": "+68.06782%",
- "tooltip": "score = 0.3175023544973545\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.12859 (+68.06782%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.1889132336124929,
+ "score-diff": "-0.12819567083735384",
+ "score-diff-perc": "-40.42639%",
+ "tooltip": "score = 0.1889132336124929\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.12820 (-40.42639%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -574991,9 +574991,9 @@
7
),
"score": 0.18754352894111764,
- "score-diff": "-0.12995882555623683",
- "score-diff-perc": "-40.93161%",
- "tooltip": "score = 0.18754352894111764\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.12996 (-40.93161%)",
+ "score-diff": "-0.0013697046713752603",
+ "score-diff-perc": "-0.72504%",
+ "tooltip": "score = 0.18754352894111764\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00137 (-0.72504%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -575250,11 +575250,11 @@
16,
5
),
- "score": 0.317163315961945,
- "score-diff": "-0.0012181598445065722",
- "score-diff-perc": "-0.38261%",
- "tooltip": "score = 0.317163315961945\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00122 (-0.38261%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.18764795427820866,
+ "score-diff": "-0.13073352152824294",
+ "score-diff-perc": "-41.06191%",
+ "tooltip": "score = 0.18764795427820866\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.13073 (-41.06191%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -575276,11 +575276,11 @@
16,
5
),
- "score": 0.18764795427820866,
- "score-diff": "-0.12951536168373637",
- "score-diff-perc": "-40.83554%",
- "tooltip": "score = 0.18764795427820866\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.12952 (-40.83554%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.31760089351116755,
+ "score-diff": "0.1299529392329589",
+ "score-diff-perc": "+69.25359%",
+ "tooltip": "score = 0.31760089351116755\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.12995 (+69.25359%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -575302,11 +575302,11 @@
16,
5
),
- "score": 0.31760089351116755,
- "score-diff": "0.1299529392329589",
- "score-diff-perc": "+69.25359%",
- "tooltip": "score = 0.31760089351116755\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.12995 (+69.25359%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.317163315961945,
+ "score-diff": "-0.0004375775492225231",
+ "score-diff-perc": "-0.13778%",
+ "tooltip": "score = 0.317163315961945\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00044 (-0.13778%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -575329,9 +575329,9 @@
21
),
"score": 0.3171748597251586,
- "score-diff": "-0.00042603378600897246",
- "score-diff-perc": "-0.13414%",
- "tooltip": "score = 0.3171748597251586\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00043 (-0.13414%)",
+ "score-diff": "1.1543763213550662e-05",
+ "score-diff-perc": "+0.00364%",
+ "tooltip": "score = 0.3171748597251586\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00001 (+0.00364%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -575640,11 +575640,11 @@
8,
54
),
- "score": 0.31799767027027026,
- "score-diff": "0.0006472071858615314",
- "score-diff-perc": "+0.20394%",
- "tooltip": "score = 0.31799767027027026\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00065 (+0.20394%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.18818901241924355,
+ "score-diff": "-0.12916145066516518",
+ "score-diff-perc": "-40.69994%",
+ "tooltip": "score = 0.18818901241924355\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.12916 (-40.69994%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -575666,11 +575666,11 @@
8,
54
),
- "score": 0.18818901241924355,
- "score-diff": "-0.12980865785102672",
- "score-diff-perc": "-40.82063%",
- "tooltip": "score = 0.18818901241924355\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.12981 (-40.82063%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.31799767027027026,
+ "score-diff": "0.12980865785102672",
+ "score-diff-perc": "+68.97781%",
+ "tooltip": "score = 0.31799767027027026\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.12981 (+68.97781%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -575693,9 +575693,9 @@
43
),
"score": 0.1877390475564733,
- "score-diff": "-0.0004499648627702413",
- "score-diff-perc": "-0.23910%",
- "tooltip": "score = 0.1877390475564733\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00045 (-0.23910%)",
+ "score-diff": "-0.13025862271379696",
+ "score-diff-perc": "-40.96213%",
+ "tooltip": "score = 0.1877390475564733\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.13026 (-40.96213%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -581367,11 +581367,11 @@
18,
7
),
- "score": 0.1795652775915729,
- "score-diff": "0.0066411673898437995",
- "score-diff-perc": "+3.84051%",
- "tooltip": "score = 0.1795652775915729\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00664 (+3.84051%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.17511975612888162,
+ "score-diff": "0.0021956459271525175",
+ "score-diff-perc": "+1.26972%",
+ "tooltip": "score = 0.17511975612888162\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00220 (+1.26972%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -581394,9 +581394,9 @@
7
),
"score": 0.17481560057102902,
- "score-diff": "-0.00474967702054388",
- "score-diff-perc": "-2.64510%",
- "tooltip": "score = 0.17481560057102902\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00475 (-2.64510%)",
+ "score-diff": "-0.00030415555785259785",
+ "score-diff-perc": "-0.17368%",
+ "tooltip": "score = 0.17481560057102902\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00030 (-0.17368%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -581419,11 +581419,11 @@
18,
7
),
- "score": 0.17511975612888162,
- "score-diff": "0.00030415555785259785",
- "score-diff-perc": "+0.17399%",
- "tooltip": "score = 0.17511975612888162\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00030 (+0.17399%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.1795652775915729,
+ "score-diff": "0.00474967702054388",
+ "score-diff-perc": "+2.71696%",
+ "tooltip": "score = 0.1795652775915729\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00475 (+2.71696%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -581446,9 +581446,9 @@
41
),
"score": 1.0857834460926195,
- "score-diff": "0.9106636899637378",
- "score-diff-perc": "+520.02339%",
- "tooltip": "score = 1.0857834460926195\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.91066 (+520.02339%)",
+ "score-diff": "0.9062181685010465",
+ "score-diff-perc": "+504.67339%",
+ "tooltip": "score = 1.0857834460926195\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.90622 (+504.67339%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -581549,11 +581549,11 @@
17,
1
),
- "score": 1.092295117218784,
- "score-diff": "0.03386602374435732",
- "score-diff-perc": "+3.19965%",
- "tooltip": "score = 1.092295117218784\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03387 (+3.19965%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1.070276410128388,
+ "score-diff": "0.011847316653961215",
+ "score-diff-perc": "+1.11933%",
+ "tooltip": "score = 1.070276410128388\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01185 (+1.11933%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -581575,11 +581575,11 @@
17,
1
),
- "score": 0.1726839936111431,
- "score-diff": "-0.919611123607641",
- "score-diff-perc": "-84.19072%",
- "tooltip": "score = 0.1726839936111431\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.91961 (-84.19072%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 1.092295117218784,
+ "score-diff": "0.022018707090396106",
+ "score-diff-perc": "+2.05729%",
+ "tooltip": "score = 1.092295117218784\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02202 (+2.05729%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -581601,11 +581601,11 @@
17,
1
),
- "score": 1.070276410128388,
- "score-diff": "0.8975924165172449",
- "score-diff-perc": "+519.78901%",
- "tooltip": "score = 1.070276410128388\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.89759 (+519.78901%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.1726839936111431,
+ "score-diff": "-0.919611123607641",
+ "score-diff-perc": "-84.19072%",
+ "tooltip": "score = 0.1726839936111431\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.91961 (-84.19072%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -581628,9 +581628,9 @@
7
),
"score": 0.1741337430063842,
- "score-diff": "-0.8961426671220037",
- "score-diff-perc": "-83.73002%",
- "tooltip": "score = 0.1741337430063842\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.89614 (-83.73002%)",
+ "score-diff": "0.0014497493952411178",
+ "score-diff-perc": "+0.83954%",
+ "tooltip": "score = 0.1741337430063842\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00145 (+0.83954%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -581913,11 +581913,11 @@
16,
5
),
- "score": 1.0862229855229824,
- "score-diff": "0.04227804328220297",
- "score-diff-perc": "+4.04983%",
- "tooltip": "score = 1.0862229855229824\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.04228 (+4.04983%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.385557198920586,
+ "score-diff": "-0.6583877433201935",
+ "score-diff-perc": "-63.06729%",
+ "tooltip": "score = 0.385557198920586\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.65839 (-63.06729%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -581939,11 +581939,11 @@
16,
5
),
- "score": 0.385557198920586,
- "score-diff": "-0.7006657866023964",
- "score-diff-perc": "-64.50478%",
- "tooltip": "score = 0.385557198920586\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.70067 (-64.50478%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.0425580830437804,
+ "score-diff": "0.6570008841231945",
+ "score-diff-perc": "+170.40296%",
+ "tooltip": "score = 1.0425580830437804\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.65700 (+170.40296%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -581965,11 +581965,11 @@
16,
5
),
- "score": 1.0425580830437804,
- "score-diff": "0.6570008841231945",
- "score-diff-perc": "+170.40296%",
- "tooltip": "score = 1.0425580830437804\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.65700 (+170.40296%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1.0862229855229824,
+ "score-diff": "0.04366490247920196",
+ "score-diff-perc": "+4.18825%",
+ "tooltip": "score = 1.0862229855229824\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.04366 (+4.18825%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -581992,9 +581992,9 @@
21
),
"score": 1.0404354989597782,
- "score-diff": "-0.0021225840840022325",
- "score-diff-perc": "-0.20359%",
- "tooltip": "score = 1.0404354989597782\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00212 (-0.20359%)",
+ "score-diff": "-0.045787486563204194",
+ "score-diff-perc": "-4.21529%",
+ "tooltip": "score = 1.0404354989597782\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.04579 (-4.21529%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -582303,11 +582303,11 @@
8,
54
),
- "score": 1.02968019080302,
- "score-diff": "-0.0913287879044884",
- "score-diff-perc": "-8.14702%",
- "tooltip": "score = 1.02968019080302\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.09133 (-8.14702%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.1747018163978338,
+ "score-diff": "-0.9463071623096746",
+ "score-diff-perc": "-84.41566%",
+ "tooltip": "score = 0.1747018163978338\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.94631 (-84.41566%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -582329,11 +582329,11 @@
8,
54
),
- "score": 0.1747018163978338,
- "score-diff": "-0.8549783744051862",
- "score-diff-perc": "-83.03339%",
- "tooltip": "score = 0.1747018163978338\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.85498 (-83.03339%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.02968019080302,
+ "score-diff": "0.8549783744051862",
+ "score-diff-perc": "+489.39295%",
+ "tooltip": "score = 1.02968019080302\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.85498 (+489.39295%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -582356,9 +582356,9 @@
43
),
"score": 0.17429473172998722,
- "score-diff": "-0.0004070846678465856",
- "score-diff-perc": "-0.23302%",
- "tooltip": "score = 0.17429473172998722\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00041 (-0.23302%)",
+ "score-diff": "-0.8553854590730328",
+ "score-diff-perc": "-83.07293%",
+ "tooltip": "score = 0.17429473172998722\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.85539 (-83.07293%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -588030,11 +588030,11 @@
18,
7
),
- "score": 1.0221859192779292,
- "score-diff": "-1.8664567890955066",
- "score-diff-perc": "-64.61363%",
- "tooltip": "score = 1.0221859192779292\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.86646 (-64.61363%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 1.1091097245841035,
+ "score-diff": "-1.7795329837893323",
+ "score-diff-perc": "-61.60447%",
+ "tooltip": "score = 1.1091097245841035\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.77953 (-61.60447%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -588057,9 +588057,9 @@
7
),
"score": 1.1222263515332835,
- "score-diff": "0.1000404322553543",
- "score-diff-perc": "+9.78691%",
- "tooltip": "score = 1.1222263515332835\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.10004 (+9.78691%)",
+ "score-diff": "0.013116626949180032",
+ "score-diff-perc": "+1.18263%",
+ "tooltip": "score = 1.1222263515332835\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01312 (+1.18263%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -588082,11 +588082,11 @@
18,
7
),
- "score": 1.1091097245841035,
- "score-diff": "-0.013116626949180032",
- "score-diff-perc": "-1.16880%",
- "tooltip": "score = 1.1091097245841035\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01312 (-1.16880%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 1.0221859192779292,
+ "score-diff": "-0.1000404322553543",
+ "score-diff-perc": "-8.91446%",
+ "tooltip": "score = 1.0221859192779292\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.10004 (-8.91446%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -588109,9 +588109,9 @@
41
),
"score": 2.4164815933977457,
- "score-diff": "1.3073718688136422",
- "score-diff-perc": "+117.87579%",
- "tooltip": "score = 2.4164815933977457\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.30737 (+117.87579%)",
+ "score-diff": "1.3942956741198165",
+ "score-diff-perc": "+136.40333%",
+ "tooltip": "score = 2.4164815933977457\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.39430 (+136.40333%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -588212,11 +588212,11 @@
17,
1
),
- "score": 1.6457821535929786,
- "score-diff": "-0.06424576150673644",
- "score-diff-perc": "-3.75700%",
- "tooltip": "score = 1.6457821535929786\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.06425 (-3.75700%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1.7215478405048767,
+ "score-diff": "0.011519925405161668",
+ "score-diff-perc": "+0.67367%",
+ "tooltip": "score = 1.7215478405048767\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01152 (+0.67367%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -588238,11 +588238,11 @@
17,
1
),
- "score": 1.3164710881965775,
- "score-diff": "-0.3293110653964011",
- "score-diff-perc": "-20.00940%",
- "tooltip": "score = 1.3164710881965775\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.32931 (-20.00940%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 1.6457821535929786,
+ "score-diff": "-0.07576568691189811",
+ "score-diff-perc": "-4.40102%",
+ "tooltip": "score = 1.6457821535929786\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.07577 (-4.40102%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -588264,11 +588264,11 @@
17,
1
),
- "score": 1.7215478405048767,
- "score-diff": "0.4050767523082992",
- "score-diff-perc": "+30.76989%",
- "tooltip": "score = 1.7215478405048767\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.40508 (+30.76989%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 1.3164710881965775,
+ "score-diff": "-0.3293110653964011",
+ "score-diff-perc": "-20.00940%",
+ "tooltip": "score = 1.3164710881965775\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.32931 (-20.00940%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -588291,9 +588291,9 @@
7
),
"score": 1.0179990966757124,
- "score-diff": "-0.7035487438291643",
- "score-diff-perc": "-40.86722%",
- "tooltip": "score = 1.0179990966757124\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.70355 (-40.86722%)",
+ "score-diff": "-0.2984719915208651",
+ "score-diff-perc": "-22.67213%",
+ "tooltip": "score = 1.0179990966757124\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.29847 (-22.67213%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -588576,11 +588576,11 @@
16,
5
),
- "score": 1.6016622470651014,
- "score-diff": "-0.04445234646205165",
- "score-diff-perc": "-2.70044%",
- "tooltip": "score = 1.6016622470651014\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04445 (-2.70044%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 1.0295909701441317,
+ "score-diff": "-0.6165236233830214",
+ "score-diff-perc": "-37.45326%",
+ "tooltip": "score = 1.0295909701441317\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.61652 (-37.45326%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -588602,11 +588602,11 @@
16,
5
),
- "score": 1.0295909701441317,
- "score-diff": "-0.5720712769209697",
- "score-diff-perc": "-35.71735%",
- "tooltip": "score = 1.0295909701441317\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.57207 (-35.71735%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.6673358133333334,
+ "score-diff": "0.6377448431892017",
+ "score-diff-perc": "+61.94157%",
+ "tooltip": "score = 1.6673358133333334\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.63774 (+61.94157%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -588628,11 +588628,11 @@
16,
5
),
- "score": 1.6673358133333334,
- "score-diff": "0.6377448431892017",
- "score-diff-perc": "+61.94157%",
- "tooltip": "score = 1.6673358133333334\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.63774 (+61.94157%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1.6016622470651014,
+ "score-diff": "-0.06567356626823195",
+ "score-diff-perc": "-3.93883%",
+ "tooltip": "score = 1.6016622470651014\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.06567 (-3.93883%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -588655,9 +588655,9 @@
21
),
"score": 1.667385463888889,
- "score-diff": "4.965055555561371e-05",
- "score-diff-perc": "+0.00298%",
- "tooltip": "score = 1.667385463888889\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00005 (+0.00298%)",
+ "score-diff": "0.06572321682378757",
+ "score-diff-perc": "+4.10344%",
+ "tooltip": "score = 1.667385463888889\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.06572 (+4.10344%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -588966,11 +588966,11 @@
8,
54
),
- "score": 1.635985314612868,
- "score-diff": "-2.072106606374786",
- "score-diff-perc": "-55.88067%",
- "tooltip": "score = 1.635985314612868\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.07211 (-55.88067%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 1.0720357738478028,
+ "score-diff": "-2.6360561471398514",
+ "score-diff-perc": "-71.08929%",
+ "tooltip": "score = 1.0720357738478028\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.63606 (-71.08929%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -588992,11 +588992,11 @@
8,
54
),
- "score": 1.0720357738478028,
- "score-diff": "-0.5639495407650652",
- "score-diff-perc": "-34.47155%",
- "tooltip": "score = 1.0720357738478028\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.56395 (-34.47155%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.635985314612868,
+ "score-diff": "0.5639495407650652",
+ "score-diff-perc": "+52.60548%",
+ "tooltip": "score = 1.635985314612868\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.56395 (+52.60548%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -589019,9 +589019,9 @@
43
),
"score": 1.42194613507109,
- "score-diff": "0.3499103612232872",
- "score-diff-perc": "+32.63980%",
- "tooltip": "score = 1.42194613507109\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.34991 (+32.63980%)",
+ "score-diff": "-0.21403917954177798",
+ "score-diff-perc": "-13.08320%",
+ "tooltip": "score = 1.42194613507109\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.21404 (-13.08320%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -594693,11 +594693,11 @@
18,
7
),
- "score": 6.019321729458918,
- "score-diff": "-0.12554995765764687",
- "score-diff-perc": "-2.04317%",
- "tooltip": "score = 6.019321729458918\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.12555 (-2.04317%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 5.950111071287129,
+ "score-diff": "-0.19476061582943593",
+ "score-diff-perc": "-3.16948%",
+ "tooltip": "score = 5.950111071287129\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.19476 (-3.16948%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -594720,9 +594720,9 @@
7
),
"score": 5.849349910331384,
- "score-diff": "-0.16997181912753412",
- "score-diff-perc": "-2.82377%",
- "tooltip": "score = 5.849349910331384\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.16997 (-2.82377%)",
+ "score-diff": "-0.10076116095574505",
+ "score-diff-perc": "-1.69343%",
+ "tooltip": "score = 5.849349910331384\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.10076 (-1.69343%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -594745,11 +594745,11 @@
18,
7
),
- "score": 5.950111071287129,
- "score-diff": "0.10076116095574505",
- "score-diff-perc": "+1.72260%",
- "tooltip": "score = 5.950111071287129\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.10076 (+1.72260%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 6.019321729458918,
+ "score-diff": "0.16997181912753412",
+ "score-diff-perc": "+2.90582%",
+ "tooltip": "score = 6.019321729458918\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.16997 (+2.90582%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -594772,9 +594772,9 @@
41
),
"score": 6.453762860215054,
- "score-diff": "0.5036517889279253",
- "score-diff-perc": "+8.46458%",
- "tooltip": "score = 6.453762860215054\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.50365 (+8.46458%)",
+ "score-diff": "0.4344411307561362",
+ "score-diff-perc": "+7.21744%",
+ "tooltip": "score = 6.453762860215054\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.43444 (+7.21744%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -594875,11 +594875,11 @@
17,
1
),
- "score": 6.36275170338983,
- "score-diff": "0.3545394733898304",
- "score-diff-perc": "+5.90091%",
- "tooltip": "score = 6.36275170338983\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.35454 (+5.90091%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 6.2788156757322175,
+ "score-diff": "0.27060344573221773",
+ "score-diff-perc": "+4.50389%",
+ "tooltip": "score = 6.2788156757322175\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.27060 (+4.50389%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -594901,11 +594901,11 @@
17,
1
),
- "score": 5.955475271825397,
- "score-diff": "-0.4072764315644335",
- "score-diff-perc": "-6.40095%",
- "tooltip": "score = 5.955475271825397\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.40728 (-6.40095%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 6.36275170338983,
+ "score-diff": "0.08393602765761266",
+ "score-diff-perc": "+1.33681%",
+ "tooltip": "score = 6.36275170338983\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.08394 (+1.33681%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -594927,11 +594927,11 @@
17,
1
),
- "score": 6.2788156757322175,
- "score-diff": "0.32334040390682084",
- "score-diff-perc": "+5.42930%",
- "tooltip": "score = 6.2788156757322175\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.32334 (+5.42930%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 5.955475271825397,
+ "score-diff": "-0.4072764315644335",
+ "score-diff-perc": "-6.40095%",
+ "tooltip": "score = 5.955475271825397\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.40728 (-6.40095%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -594954,9 +594954,9 @@
7
),
"score": 6.125364912244898,
- "score-diff": "-0.1534507634873199",
- "score-diff-perc": "-2.44394%",
- "tooltip": "score = 6.125364912244898\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.15345 (-2.44394%)",
+ "score-diff": "0.16988964041950094",
+ "score-diff-perc": "+2.85266%",
+ "tooltip": "score = 6.125364912244898\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.16989 (+2.85266%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -595239,11 +595239,11 @@
16,
5
),
- "score": 6.141686529652352,
- "score-diff": "-0.28798215771381486",
- "score-diff-perc": "-4.47896%",
- "tooltip": "score = 6.141686529652352\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.28798 (-4.47896%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 6.113703065173116,
+ "score-diff": "-0.31596562219305113",
+ "score-diff-perc": "-4.91418%",
+ "tooltip": "score = 6.113703065173116\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.31597 (-4.91418%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -595265,11 +595265,11 @@
16,
5
),
- "score": 6.113703065173116,
- "score-diff": "-0.027983464479236275",
- "score-diff-perc": "-0.45563%",
- "tooltip": "score = 6.113703065173116\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02798 (-0.45563%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 6.4908821231101514,
+ "score-diff": "0.37717905793703554",
+ "score-diff-perc": "+6.16940%",
+ "tooltip": "score = 6.4908821231101514\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.37718 (+6.16940%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -595291,11 +595291,11 @@
16,
5
),
- "score": 6.4908821231101514,
- "score-diff": "0.37717905793703554",
- "score-diff-perc": "+6.16940%",
- "tooltip": "score = 6.4908821231101514\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.37718 (+6.16940%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 6.141686529652352,
+ "score-diff": "-0.34919559345779927",
+ "score-diff-perc": "-5.37979%",
+ "tooltip": "score = 6.141686529652352\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.34920 (-5.37979%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -595318,9 +595318,9 @@
21
),
"score": 6.049885816532258,
- "score-diff": "-0.440996306577893",
- "score-diff-perc": "-6.79409%",
- "tooltip": "score = 6.049885816532258\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.44100 (-6.79409%)",
+ "score-diff": "-0.09180071312009375",
+ "score-diff-perc": "-1.49472%",
+ "tooltip": "score = 6.049885816532258\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.09180 (-1.49472%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -595629,11 +595629,11 @@
8,
54
),
- "score": 5.97368787276342,
- "score-diff": "-0.3109434243077098",
- "score-diff-perc": "-4.94768%",
- "tooltip": "score = 5.97368787276342\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.31094 (-4.94768%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 6.37886035881104,
+ "score-diff": "0.09422906173991041",
+ "score-diff-perc": "+1.49936%",
+ "tooltip": "score = 6.37886035881104\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.09423 (+1.49936%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -595655,11 +595655,11 @@
8,
54
),
- "score": 6.37886035881104,
- "score-diff": "0.40517248604762024",
- "score-diff-perc": "+6.78262%",
- "tooltip": "score = 6.37886035881104\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.40517 (+6.78262%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 5.97368787276342,
+ "score-diff": "-0.40517248604762024",
+ "score-diff-perc": "-6.35180%",
+ "tooltip": "score = 5.97368787276342\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.40517 (-6.35180%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -595682,9 +595682,9 @@
43
),
"score": 6.362431904661017,
- "score-diff": "-0.01642845415002281",
- "score-diff-perc": "-0.25755%",
- "tooltip": "score = 6.362431904661017\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.01643 (-0.25755%)",
+ "score-diff": "0.38874403189759743",
+ "score-diff-perc": "+6.50761%",
+ "tooltip": "score = 6.362431904661017\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.38874 (+6.50761%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -601356,11 +601356,11 @@
18,
7
),
- "score": 0.05678271197668257,
- "score-diff": "-7.948528276060379e-05",
- "score-diff-perc": "-0.13979%",
- "tooltip": "score = 0.05678271197668257\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00008 (-0.13979%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.05686710373978809,
+ "score-diff": "4.906480344915587e-06",
+ "score-diff-perc": "+0.00863%",
+ "tooltip": "score = 0.05686710373978809\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+0.00863%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -601383,9 +601383,9 @@
7
),
"score": 0.05683531700986985,
- "score-diff": "5.260503318728349e-05",
- "score-diff-perc": "+0.09264%",
- "tooltip": "score = 0.05683531700986985\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00005 (+0.09264%)",
+ "score-diff": "-3.178672991823589e-05",
+ "score-diff-perc": "-0.05590%",
+ "tooltip": "score = 0.05683531700986985\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00003 (-0.05590%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -601408,11 +601408,11 @@
18,
7
),
- "score": 0.05686710373978809,
- "score-diff": "3.178672991823589e-05",
- "score-diff-perc": "+0.05593%",
- "tooltip": "score = 0.05686710373978809\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00003 (+0.05593%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.05678271197668257,
+ "score-diff": "-5.260503318728349e-05",
+ "score-diff-perc": "-0.09256%",
+ "tooltip": "score = 0.05678271197668257\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00005 (-0.09256%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -601435,9 +601435,9 @@
41
),
"score": 0.09718418049301934,
- "score-diff": "0.040317076753231255",
- "score-diff-perc": "+70.89701%",
- "tooltip": "score = 0.09718418049301934\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.04032 (+70.89701%)",
+ "score-diff": "0.040401468516336775",
+ "score-diff-perc": "+71.15100%",
+ "tooltip": "score = 0.09718418049301934\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.04040 (+71.15100%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -601538,11 +601538,11 @@
17,
1
),
- "score": 0.09701993910878282,
- "score-diff": "-0.0002466526889153553",
- "score-diff-perc": "-0.25358%",
- "tooltip": "score = 0.09701993910878282\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00025 (-0.25358%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.0972832726005188,
+ "score-diff": "1.6680802820634444e-05",
+ "score-diff-perc": "+0.01715%",
+ "tooltip": "score = 0.0972832726005188\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00002 (+0.01715%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -601564,11 +601564,11 @@
17,
1
),
- "score": 0.05691252613108223,
- "score-diff": "-0.04010741297770058",
- "score-diff-perc": "-41.33935%",
- "tooltip": "score = 0.05691252613108223\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.04011 (-41.33935%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.09701993910878282,
+ "score-diff": "-0.00026333349173598974",
+ "score-diff-perc": "-0.27069%",
+ "tooltip": "score = 0.09701993910878282\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00026 (-0.27069%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -601590,11 +601590,11 @@
17,
1
),
- "score": 0.0972832726005188,
- "score-diff": "0.04037074646943657",
- "score-diff-perc": "+70.93473%",
- "tooltip": "score = 0.0972832726005188\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04037 (+70.93473%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.05691252613108223,
+ "score-diff": "-0.04010741297770058",
+ "score-diff-perc": "-41.33935%",
+ "tooltip": "score = 0.05691252613108223\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.04011 (-41.33935%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -601617,9 +601617,9 @@
7
),
"score": 0.0568849607318923,
- "score-diff": "-0.0403983118686265",
- "score-diff-perc": "-41.52647%",
- "tooltip": "score = 0.0568849607318923\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.04040 (-41.52647%)",
+ "score-diff": "-2.756539918993134e-05",
+ "score-diff-perc": "-0.04843%",
+ "tooltip": "score = 0.0568849607318923\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00003 (-0.04843%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -601902,11 +601902,11 @@
16,
5
),
- "score": 0.09717223015384616,
- "score-diff": "-0.0003618621058333049",
- "score-diff-perc": "-0.37101%",
- "tooltip": "score = 0.09717223015384616\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00036 (-0.37101%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.05685967379273747,
+ "score-diff": "-0.04067441846694199",
+ "score-diff-perc": "-41.70277%",
+ "tooltip": "score = 0.05685967379273747\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04067 (-41.70277%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -601928,11 +601928,11 @@
16,
5
),
- "score": 0.05685967379273747,
- "score-diff": "-0.040312556361108684",
- "score-diff-perc": "-41.48568%",
- "tooltip": "score = 0.05685967379273747\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04031 (-41.48568%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.09725537185554979,
+ "score-diff": "0.04039569806281232",
+ "score-diff-perc": "+71.04455%",
+ "tooltip": "score = 0.09725537185554979\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.04040 (+71.04455%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -601954,11 +601954,11 @@
16,
5
),
- "score": 0.09725537185554979,
- "score-diff": "0.04039569806281232",
- "score-diff-perc": "+71.04455%",
- "tooltip": "score = 0.09725537185554979\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.04040 (+71.04455%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.09717223015384616,
+ "score-diff": "-8.314170170363455e-05",
+ "score-diff-perc": "-0.08549%",
+ "tooltip": "score = 0.09717223015384616\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00008 (-0.08549%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -601981,9 +601981,9 @@
21
),
"score": 0.09724062379671344,
- "score-diff": "-1.4748058836347444e-05",
- "score-diff-perc": "-0.01516%",
- "tooltip": "score = 0.09724062379671344\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00001 (-0.01516%)",
+ "score-diff": "6.839364286728711e-05",
+ "score-diff-perc": "+0.07038%",
+ "tooltip": "score = 0.09724062379671344\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00007 (+0.07038%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -602292,11 +602292,11 @@
8,
54
),
- "score": 0.09716414926484876,
- "score-diff": "-8.154504994445366e-05",
- "score-diff-perc": "-0.08385%",
- "tooltip": "score = 0.09716414926484876\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00008 (-0.08385%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.05689588786269676,
+ "score-diff": "-0.04034980645209645",
+ "score-diff-perc": "-41.49264%",
+ "tooltip": "score = 0.05689588786269676\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.04035 (-41.49264%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -602318,11 +602318,11 @@
8,
54
),
- "score": 0.05689588786269676,
- "score-diff": "-0.040268261402152",
- "score-diff-perc": "-41.44354%",
- "tooltip": "score = 0.05689588786269676\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.04027 (-41.44354%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.09716414926484876,
+ "score-diff": "0.040268261402152",
+ "score-diff-perc": "+70.77535%",
+ "tooltip": "score = 0.09716414926484876\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.04027 (+70.77535%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -602345,9 +602345,9 @@
43
),
"score": 0.05696613547897085,
- "score-diff": "7.024761627408976e-05",
- "score-diff-perc": "+0.12347%",
- "tooltip": "score = 0.05696613547897085\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00007 (+0.12347%)",
+ "score-diff": "-0.04019801378587791",
+ "score-diff-perc": "-41.37124%",
+ "tooltip": "score = 0.05696613547897085\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.04020 (-41.37124%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -608019,11 +608019,11 @@
18,
7
),
- "score": 3.5370848692579506,
- "score-diff": "0.09975774554661054",
- "score-diff-perc": "+2.90219%",
- "tooltip": "score = 3.5370848692579506\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.09976 (+2.90219%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 3.5359291813898706,
+ "score-diff": "0.09860205767853047",
+ "score-diff-perc": "+2.86857%",
+ "tooltip": "score = 3.5359291813898706\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.09860 (+2.86857%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -608046,9 +608046,9 @@
7
),
"score": 7.390678726600985,
- "score-diff": "3.8535938573430344",
- "score-diff-perc": "+108.94830%",
- "tooltip": "score = 7.390678726600985\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.85359 (+108.94830%)",
+ "score-diff": "3.8547495452111145",
+ "score-diff-perc": "+109.01659%",
+ "tooltip": "score = 7.390678726600985\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.85475 (+109.01659%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -608071,11 +608071,11 @@
18,
7
),
- "score": 3.5359291813898706,
- "score-diff": "-3.8547495452111145",
- "score-diff-perc": "-52.15691%",
- "tooltip": "score = 3.5359291813898706\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.85475 (-52.15691%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 3.5370848692579506,
+ "score-diff": "-3.8535938573430344",
+ "score-diff-perc": "-52.14127%",
+ "tooltip": "score = 3.5370848692579506\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.85359 (-52.14127%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -608098,9 +608098,9 @@
41
),
"score": 4.256857624113475,
- "score-diff": "0.7209284427236042",
- "score-diff-perc": "+20.38866%",
- "tooltip": "score = 4.256857624113475\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.72093 (+20.38866%)",
+ "score-diff": "0.7197727548555242",
+ "score-diff-perc": "+20.34932%",
+ "tooltip": "score = 4.256857624113475\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.71977 (+20.34932%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -608201,11 +608201,11 @@
17,
1
),
- "score": 4.910911558101473,
- "score-diff": "0.32060939602196203",
- "score-diff-perc": "+6.98449%",
- "tooltip": "score = 4.910911558101473\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.32061 (+6.98449%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 4.732352048895899,
+ "score-diff": "0.14204988681638842",
+ "score-diff-perc": "+3.09457%",
+ "tooltip": "score = 4.732352048895899\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.14205 (+3.09457%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -608227,11 +608227,11 @@
17,
1
),
- "score": 5.54937,
- "score-diff": "0.6384584418985266",
- "score-diff-perc": "+13.00081%",
- "tooltip": "score = 5.54937\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.63846 (+13.00081%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 4.910911558101473,
+ "score-diff": "0.17855950920557362",
+ "score-diff-perc": "+3.77317%",
+ "tooltip": "score = 4.910911558101473\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.17856 (+3.77317%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -608253,11 +608253,11 @@
17,
1
),
- "score": 4.732352048895899,
- "score-diff": "-0.8170179511041002",
- "score-diff-perc": "-14.72272%",
- "tooltip": "score = 4.732352048895899\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.81702 (-14.72272%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 5.54937,
+ "score-diff": "0.6384584418985266",
+ "score-diff-perc": "+13.00081%",
+ "tooltip": "score = 5.54937\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.63846 (+13.00081%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -608280,9 +608280,9 @@
7
),
"score": 3.606524858173077,
- "score-diff": "-1.1258271907228226",
- "score-diff-perc": "-23.79001%",
- "tooltip": "score = 3.606524858173077\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.12583 (-23.79001%)",
+ "score-diff": "-1.9428451418269228",
+ "score-diff-perc": "-35.01019%",
+ "tooltip": "score = 3.606524858173077\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.94285 (-35.01019%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -608565,11 +608565,11 @@
16,
5
),
- "score": 4.570869500761035,
- "score-diff": "0.07086735233524788",
- "score-diff-perc": "+1.57483%",
- "tooltip": "score = 4.570869500761035\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.07087 (+1.57483%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 3.8018493924050634,
+ "score-diff": "-0.6981527560207241",
+ "score-diff-perc": "-15.51450%",
+ "tooltip": "score = 3.8018493924050634\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.69815 (-15.51450%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -608591,11 +608591,11 @@
16,
5
),
- "score": 3.8018493924050634,
- "score-diff": "-0.769020108355972",
- "score-diff-perc": "-16.82437%",
- "tooltip": "score = 3.8018493924050634\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.76902 (-16.82437%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 4.365435049418605,
+ "score-diff": "0.5635856570135416",
+ "score-diff-perc": "+14.82399%",
+ "tooltip": "score = 4.365435049418605\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.56359 (+14.82399%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -608617,11 +608617,11 @@
16,
5
),
- "score": 4.365435049418605,
- "score-diff": "0.5635856570135416",
- "score-diff-perc": "+14.82399%",
- "tooltip": "score = 4.365435049418605\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.56359 (+14.82399%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 4.570869500761035,
+ "score-diff": "0.20543445134243044",
+ "score-diff-perc": "+4.70593%",
+ "tooltip": "score = 4.570869500761035\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.20543 (+4.70593%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -608644,9 +608644,9 @@
21
),
"score": 4.5803299908536586,
- "score-diff": "0.2148949414350536",
- "score-diff-perc": "+4.92265%",
- "tooltip": "score = 4.5803299908536586\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.21489 (+4.92265%)",
+ "score-diff": "0.009460490092623175",
+ "score-diff-perc": "+0.20697%",
+ "tooltip": "score = 4.5803299908536586\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00946 (+0.20697%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -608955,11 +608955,11 @@
8,
54
),
- "score": 4.2894144828571426,
- "score-diff": "-0.05479352872028187",
- "score-diff-perc": "-1.26130%",
- "tooltip": "score = 4.2894144828571426\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.05479 (-1.26130%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 4.679756478193147,
+ "score-diff": "0.33554846661572224",
+ "score-diff-perc": "+7.72404%",
+ "tooltip": "score = 4.679756478193147\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.33555 (+7.72404%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -608981,11 +608981,11 @@
8,
54
),
- "score": 4.679756478193147,
- "score-diff": "0.3903419953360041",
- "score-diff-perc": "+9.10012%",
- "tooltip": "score = 4.679756478193147\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.39034 (+9.10012%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 4.2894144828571426,
+ "score-diff": "-0.3903419953360041",
+ "score-diff-perc": "-8.34107%",
+ "tooltip": "score = 4.2894144828571426\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.39034 (-8.34107%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -609008,9 +609008,9 @@
43
),
"score": 4.1239262651098905,
- "score-diff": "-0.5558302130832562",
- "score-diff-perc": "-11.87733%",
- "tooltip": "score = 4.1239262651098905\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.55583 (-11.87733%)",
+ "score-diff": "-0.1654882177472521",
+ "score-diff-perc": "-3.85806%",
+ "tooltip": "score = 4.1239262651098905\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.16549 (-3.85806%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -614682,11 +614682,11 @@
18,
7
),
- "score": 5.341705871886121,
- "score-diff": "0.34188128286781794",
- "score-diff-perc": "+6.83787%",
- "tooltip": "score = 5.341705871886121\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.34188 (+6.83787%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 4.960162737190083,
+ "score-diff": "-0.03966185182822013",
+ "score-diff-perc": "-0.79326%",
+ "tooltip": "score = 4.960162737190083\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03966 (-0.79326%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -614709,9 +614709,9 @@
7
),
"score": 5.222637135652174,
- "score-diff": "-0.11906873623394709",
- "score-diff-perc": "-2.22904%",
- "tooltip": "score = 5.222637135652174\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.11907 (-2.22904%)",
+ "score-diff": "0.262474398462091",
+ "score-diff-perc": "+5.29165%",
+ "tooltip": "score = 5.222637135652174\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.26247 (+5.29165%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -614734,11 +614734,11 @@
18,
7
),
- "score": 4.960162737190083,
- "score-diff": "-0.262474398462091",
- "score-diff-perc": "-5.02571%",
- "tooltip": "score = 4.960162737190083\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.26247 (-5.02571%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 5.341705871886121,
+ "score-diff": "0.11906873623394709",
+ "score-diff-perc": "+2.27986%",
+ "tooltip": "score = 5.341705871886121\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.11907 (+2.27986%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -614761,9 +614761,9 @@
41
),
"score": 5.625869608614233,
- "score-diff": "0.6657068714241499",
- "score-diff-perc": "+13.42107%",
- "tooltip": "score = 5.625869608614233\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.66571 (+13.42107%)",
+ "score-diff": "0.2841637367281118",
+ "score-diff-perc": "+5.31972%",
+ "tooltip": "score = 5.625869608614233\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.28416 (+5.31972%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -614864,11 +614864,11 @@
17,
1
),
- "score": 5.6722632400756146,
- "score-diff": "-1.3378996830013081",
- "score-diff-perc": "-19.08514%",
- "tooltip": "score = 5.6722632400756146\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.33790 (-19.08514%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 5.544760330258303,
+ "score-diff": "-1.46540259281862",
+ "score-diff-perc": "-20.90397%",
+ "tooltip": "score = 5.544760330258303\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.46540 (-20.90397%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -614890,11 +614890,11 @@
17,
1
),
- "score": 5.282680463028169,
- "score-diff": "-0.3895827770474458",
- "score-diff-perc": "-6.86821%",
- "tooltip": "score = 5.282680463028169\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.38958 (-6.86821%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 5.6722632400756146,
+ "score-diff": "0.12750290981731194",
+ "score-diff-perc": "+2.29952%",
+ "tooltip": "score = 5.6722632400756146\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.12750 (+2.29952%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -614916,11 +614916,11 @@
17,
1
),
- "score": 5.544760330258303,
- "score-diff": "0.2620798672301339",
- "score-diff-perc": "+4.96112%",
- "tooltip": "score = 5.544760330258303\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.26208 (+4.96112%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 5.282680463028169,
+ "score-diff": "-0.3895827770474458",
+ "score-diff-perc": "-6.86821%",
+ "tooltip": "score = 5.282680463028169\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.38958 (-6.86821%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -614943,9 +614943,9 @@
7
),
"score": 5.232139379790941,
- "score-diff": "-0.3126209504673616",
- "score-diff-perc": "-5.63813%",
- "tooltip": "score = 5.232139379790941\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.31262 (-5.63813%)",
+ "score-diff": "-0.050541083237227724",
+ "score-diff-perc": "-0.95673%",
+ "tooltip": "score = 5.232139379790941\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.05054 (-0.95673%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -615228,11 +615228,11 @@
16,
5
),
- "score": 5.829968388349514,
- "score-diff": "0.13473383426981833",
- "score-diff-perc": "+2.36573%",
- "tooltip": "score = 5.829968388349514\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.13473 (+2.36573%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 5.048980650420168,
+ "score-diff": "-0.6462539036595283",
+ "score-diff-perc": "-11.34727%",
+ "tooltip": "score = 5.048980650420168\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.64625 (-11.34727%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -615254,11 +615254,11 @@
16,
5
),
- "score": 5.048980650420168,
- "score-diff": "-0.7809877379293466",
- "score-diff-perc": "-13.39609%",
- "tooltip": "score = 5.048980650420168\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.78099 (-13.39609%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 5.129688615384615,
+ "score-diff": "0.08070796496444732",
+ "score-diff-perc": "+1.59850%",
+ "tooltip": "score = 5.129688615384615\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.08071 (+1.59850%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -615280,11 +615280,11 @@
16,
5
),
- "score": 5.129688615384615,
- "score-diff": "0.08070796496444732",
- "score-diff-perc": "+1.59850%",
- "tooltip": "score = 5.129688615384615\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.08071 (+1.59850%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 5.829968388349514,
+ "score-diff": "0.7002797729648993",
+ "score-diff-perc": "+13.65151%",
+ "tooltip": "score = 5.829968388349514\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.70028 (+13.65151%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -615307,9 +615307,9 @@
21
),
"score": 5.662394311320755,
- "score-diff": "0.5327056959361398",
- "score-diff-perc": "+10.38476%",
- "tooltip": "score = 5.662394311320755\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.53271 (+10.38476%)",
+ "score-diff": "-0.16757407702875948",
+ "score-diff-perc": "-2.87436%",
+ "tooltip": "score = 5.662394311320755\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.16757 (-2.87436%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -615618,11 +615618,11 @@
8,
54
),
- "score": 5.45506401814882,
- "score-diff": "-0.07399025993589436",
- "score-diff-perc": "-1.33821%",
- "tooltip": "score = 5.45506401814882\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.07399 (-1.33821%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 5.229015930313589,
+ "score-diff": "-0.3000383477711255",
+ "score-diff-perc": "-5.42658%",
+ "tooltip": "score = 5.229015930313589\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.30004 (-5.42658%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -615644,11 +615644,11 @@
8,
54
),
- "score": 5.229015930313589,
- "score-diff": "-0.22604808783523112",
- "score-diff-perc": "-4.14382%",
- "tooltip": "score = 5.229015930313589\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.22605 (-4.14382%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 5.45506401814882,
+ "score-diff": "0.22604808783523112",
+ "score-diff-perc": "+4.32296%",
+ "tooltip": "score = 5.45506401814882\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.22605 (+4.32296%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -615671,9 +615671,9 @@
43
),
"score": 5.00276694,
- "score-diff": "-0.22624899031358936",
- "score-diff-perc": "-4.32680%",
- "tooltip": "score = 5.00276694\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.22625 (-4.32680%)",
+ "score-diff": "-0.4522970781488205",
+ "score-diff-perc": "-8.29132%",
+ "tooltip": "score = 5.00276694\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.45230 (-8.29132%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -621345,11 +621345,11 @@
18,
7
),
- "score": 1.7948823391148325,
- "score-diff": "-1.4911592965525635",
- "score-diff-perc": "-45.37859%",
- "tooltip": "score = 1.7948823391148325\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.49116 (-45.37859%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 2.3250905329202167,
+ "score-diff": "-0.9609511027471793",
+ "score-diff-perc": "-29.24342%",
+ "tooltip": "score = 2.3250905329202167\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.96095 (-29.24342%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -621372,9 +621372,9 @@
7
),
"score": 2.6103505260869566,
- "score-diff": "0.8154681869721241",
- "score-diff-perc": "+45.43296%",
- "tooltip": "score = 2.6103505260869566\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.81547 (+45.43296%)",
+ "score-diff": "0.2852599931667399",
+ "score-diff-perc": "+12.26877%",
+ "tooltip": "score = 2.6103505260869566\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.28526 (+12.26877%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -621397,11 +621397,11 @@
18,
7
),
- "score": 2.3250905329202167,
- "score-diff": "-0.2852599931667399",
- "score-diff-perc": "-10.92803%",
- "tooltip": "score = 2.3250905329202167\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.28526 (-10.92803%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 1.7948823391148325,
+ "score-diff": "-0.8154681869721241",
+ "score-diff-perc": "-31.23980%",
+ "tooltip": "score = 1.7948823391148325\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.81547 (-31.23980%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -621424,9 +621424,9 @@
41
),
"score": 1.5997968363539445,
- "score-diff": "-0.7252936965662722",
- "score-diff-perc": "-31.19421%",
- "tooltip": "score = 1.5997968363539445\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.72529 (-31.19421%)",
+ "score-diff": "-0.19508550276088799",
+ "score-diff-perc": "-10.86899%",
+ "tooltip": "score = 1.5997968363539445\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.19509 (-10.86899%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -621527,11 +621527,11 @@
17,
1
),
- "score": 1.6721241481894151,
- "score-diff": "0.158056835374077",
- "score-diff-perc": "+10.43922%",
- "tooltip": "score = 1.6721241481894151\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.15806 (+10.43922%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1.546697198969072,
+ "score-diff": "0.03262988615373397",
+ "score-diff-perc": "+2.15511%",
+ "tooltip": "score = 1.546697198969072\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03263 (+2.15511%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -621553,11 +621553,11 @@
17,
1
),
- "score": 1.1082350162481536,
- "score-diff": "-0.5638891319412616",
- "score-diff-perc": "-33.72292%",
- "tooltip": "score = 1.1082350162481536\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.56389 (-33.72292%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 1.6721241481894151,
+ "score-diff": "0.12542694922034303",
+ "score-diff-perc": "+8.10934%",
+ "tooltip": "score = 1.6721241481894151\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.12543 (+8.10934%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -621579,11 +621579,11 @@
17,
1
),
- "score": 1.546697198969072,
- "score-diff": "0.4384621827209185",
- "score-diff-perc": "+39.56401%",
- "tooltip": "score = 1.546697198969072\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.43846 (+39.56401%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 1.1082350162481536,
+ "score-diff": "-0.5638891319412616",
+ "score-diff-perc": "-33.72292%",
+ "tooltip": "score = 1.1082350162481536\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.56389 (-33.72292%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -621606,9 +621606,9 @@
7
),
"score": 2.682340671134942,
- "score-diff": "1.1356434721658697",
- "score-diff-perc": "+73.42378%",
- "tooltip": "score = 2.682340671134942\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.13564 (+73.42378%)",
+ "score-diff": "1.5741056548867882",
+ "score-diff-perc": "+142.03717%",
+ "tooltip": "score = 2.682340671134942\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.57411 (+142.03717%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -621891,11 +621891,11 @@
16,
5
),
- "score": 1.4906311520119224,
- "score-diff": "-0.1391326106170836",
- "score-diff-perc": "-8.53698%",
- "tooltip": "score = 1.4906311520119224\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.13913 (-8.53698%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 1.1628515927934908,
+ "score-diff": "-0.4669121698355152",
+ "score-diff-perc": "-28.64907%",
+ "tooltip": "score = 1.1628515927934908\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.46691 (-28.64907%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -621917,11 +621917,11 @@
16,
5
),
- "score": 1.1628515927934908,
- "score-diff": "-0.3277795592184316",
- "score-diff-perc": "-21.98931%",
- "tooltip": "score = 1.1628515927934908\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.32778 (-21.98931%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.5345368307770961,
+ "score-diff": "0.3716852379836053",
+ "score-diff-perc": "+31.96326%",
+ "tooltip": "score = 1.5345368307770961\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.37169 (+31.96326%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -621943,11 +621943,11 @@
16,
5
),
- "score": 1.5345368307770961,
- "score-diff": "0.3716852379836053",
- "score-diff-perc": "+31.96326%",
- "tooltip": "score = 1.5345368307770961\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.37169 (+31.96326%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1.4906311520119224,
+ "score-diff": "-0.043905678765173706",
+ "score-diff-perc": "-2.86117%",
+ "tooltip": "score = 1.4906311520119224\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04391 (-2.86117%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -621970,9 +621970,9 @@
21
),
"score": 1.5899633396926338,
- "score-diff": "0.05542650891553769",
- "score-diff-perc": "+3.61194%",
- "tooltip": "score = 1.5899633396926338\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.05543 (+3.61194%)",
+ "score-diff": "0.09933218768071139",
+ "score-diff-perc": "+6.66377%",
+ "tooltip": "score = 1.5899633396926338\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.09933 (+6.66377%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -622281,11 +622281,11 @@
8,
54
),
- "score": 1.5882552445738487,
- "score-diff": "-2.3270021504717837",
- "score-diff-perc": "-59.43421%",
- "tooltip": "score = 1.5882552445738487\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.32700 (-59.43421%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 1.1598632454580595,
+ "score-diff": "-2.7553941495875724",
+ "score-diff-perc": "-70.37581%",
+ "tooltip": "score = 1.1598632454580595\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.75539 (-70.37581%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -622307,11 +622307,11 @@
8,
54
),
- "score": 1.1598632454580595,
- "score-diff": "-0.4283919991157892",
- "score-diff-perc": "-26.97249%",
- "tooltip": "score = 1.1598632454580595\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.42839 (-26.97249%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.5882552445738487,
+ "score-diff": "0.4283919991157892",
+ "score-diff-perc": "+36.93470%",
+ "tooltip": "score = 1.5882552445738487\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.42839 (+36.93470%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -622334,9 +622334,9 @@
43
),
"score": 1.176462230497844,
- "score-diff": "0.01659898503978452",
- "score-diff-perc": "+1.43112%",
- "tooltip": "score = 1.176462230497844\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.01660 (+1.43112%)",
+ "score-diff": "-0.41179301407600466",
+ "score-diff-perc": "-25.92738%",
+ "tooltip": "score = 1.176462230497844\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.41179 (-25.92738%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -627904,11 +627904,11 @@
18,
7
),
- "score": 3.0902406343975284,
- "score-diff": "-0.3954992262296493",
- "score-diff-perc": "-11.34621%",
- "tooltip": "score = 3.0902406343975284\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.39550 (-11.34621%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 3.5337971224970555,
+ "score-diff": "0.0480572618698778",
+ "score-diff-perc": "+1.37868%",
+ "tooltip": "score = 3.5337971224970555\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.04806 (+1.37868%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -627931,9 +627931,9 @@
7
),
"score": 4.606834929447853,
- "score-diff": "1.5165942950503246",
- "score-diff-perc": "+49.07690%",
- "tooltip": "score = 4.606834929447853\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.51659 (+49.07690%)",
+ "score-diff": "1.0730378069507975",
+ "score-diff-perc": "+30.36501%",
+ "tooltip": "score = 4.606834929447853\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.07304 (+30.36501%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -627956,11 +627956,11 @@
18,
7
),
- "score": 3.5337971224970555,
- "score-diff": "-1.0730378069507975",
- "score-diff-perc": "-23.29230%",
- "tooltip": "score = 3.5337971224970555\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.07304 (-23.29230%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 3.0902406343975284,
+ "score-diff": "-1.5165942950503246",
+ "score-diff-perc": "-32.92053%",
+ "tooltip": "score = 3.0902406343975284\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.51659 (-32.92053%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -627983,9 +627983,9 @@
41
),
"score": 4.975257910596026,
- "score-diff": "1.4414607880989707",
- "score-diff-perc": "+40.79071%",
- "tooltip": "score = 4.975257910596026\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.44146 (+40.79071%)",
+ "score-diff": "1.8850172761984978",
+ "score-diff-perc": "+60.99905%",
+ "tooltip": "score = 4.975257910596026\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.88502 (+60.99905%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -628086,11 +628086,11 @@
17,
1
),
- "score": 3.577860007151371,
- "score-diff": "0.17078321259972506",
- "score-diff-perc": "+5.01260%",
- "tooltip": "score = 3.577860007151371\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.17078 (+5.01260%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 5.43317882278481,
+ "score-diff": "2.026102028233164",
+ "score-diff-perc": "+59.46746%",
+ "tooltip": "score = 5.43317882278481\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.02610 (+59.46746%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -628112,11 +628112,11 @@
17,
1
),
- "score": 3.9870460358090187,
- "score-diff": "0.40918602865764786",
- "score-diff-perc": "+11.43661%",
- "tooltip": "score = 3.9870460358090187\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.40919 (+11.43661%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 3.577860007151371,
+ "score-diff": "-1.855318815633439",
+ "score-diff-perc": "-34.14794%",
+ "tooltip": "score = 3.577860007151371\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.85532 (-34.14794%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -628138,11 +628138,11 @@
17,
1
),
- "score": 5.43317882278481,
- "score-diff": "1.4461327869757912",
- "score-diff-perc": "+36.27078%",
- "tooltip": "score = 5.43317882278481\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.44613 (+36.27078%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 3.9870460358090187,
+ "score-diff": "0.40918602865764786",
+ "score-diff-perc": "+11.43661%",
+ "tooltip": "score = 3.9870460358090187\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.40919 (+11.43661%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -628165,9 +628165,9 @@
7
),
"score": 4.144268664364641,
- "score-diff": "-1.288910158420169",
- "score-diff-perc": "-23.72295%",
- "tooltip": "score = 4.144268664364641\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.28891 (-23.72295%)",
+ "score-diff": "0.1572226285556222",
+ "score-diff-perc": "+3.94334%",
+ "tooltip": "score = 4.144268664364641\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.15722 (+3.94334%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -628450,11 +628450,11 @@
16,
5
),
- "score": 4.895999574225122,
- "score-diff": "1.117308722839732",
- "score-diff-perc": "+29.56867%",
- "tooltip": "score = 4.895999574225122\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.11731 (+29.56867%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 2.8037853818860876,
+ "score-diff": "-0.9749054694993027",
+ "score-diff-perc": "-25.80009%",
+ "tooltip": "score = 2.8037853818860876\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.97491 (-25.80009%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -628476,11 +628476,11 @@
16,
5
),
- "score": 2.8037853818860876,
- "score-diff": "-2.0922141923390347",
- "score-diff-perc": "-42.73314%",
- "tooltip": "score = 2.8037853818860876\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.09221 (-42.73314%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 5.79392527992278,
+ "score-diff": "2.9901398980366922",
+ "score-diff-perc": "+106.64653%",
+ "tooltip": "score = 5.79392527992278\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.99014 (+106.64653%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -628502,11 +628502,11 @@
16,
5
),
- "score": 5.79392527992278,
- "score-diff": "2.9901398980366922",
- "score-diff-perc": "+106.64653%",
- "tooltip": "score = 5.79392527992278\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.99014 (+106.64653%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 4.895999574225122,
+ "score-diff": "-0.8979257056976575",
+ "score-diff-perc": "-15.49771%",
+ "tooltip": "score = 4.895999574225122\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.89793 (-15.49771%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -628529,9 +628529,9 @@
21
),
"score": 5.7089941121673,
- "score-diff": "-0.08493116775547982",
- "score-diff-perc": "-1.46587%",
- "tooltip": "score = 5.7089941121673\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.08493 (-1.46587%)",
+ "score-diff": "0.8129945379421777",
+ "score-diff-perc": "+16.60528%",
+ "tooltip": "score = 5.7089941121673\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.81299 (+16.60528%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -628840,11 +628840,11 @@
8,
54
),
- "score": 7.378346813267814,
- "score-diff": "2.0739727001936084",
- "score-diff-perc": "+39.09929%",
- "tooltip": "score = 7.378346813267814\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.07397 (+39.09929%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 3.087979237654321,
+ "score-diff": "-2.2163948754198843",
+ "score-diff-perc": "-41.78429%",
+ "tooltip": "score = 3.087979237654321\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.21639 (-41.78429%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -628866,11 +628866,11 @@
8,
54
),
- "score": 3.087979237654321,
- "score-diff": "-4.290367575613493",
- "score-diff-perc": "-58.14809%",
- "tooltip": "score = 3.087979237654321\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -4.29037 (-58.14809%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 7.378346813267814,
+ "score-diff": "4.290367575613493",
+ "score-diff-perc": "+138.93771%",
+ "tooltip": "score = 7.378346813267814\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +4.29037 (+138.93771%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -628893,9 +628893,9 @@
43
),
"score": 4.215544349719101,
- "score-diff": "1.1275651120647803",
- "score-diff-perc": "+36.51466%",
- "tooltip": "score = 4.215544349719101\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.12757 (+36.51466%)",
+ "score-diff": "-3.1628024635487124",
+ "score-diff-perc": "-42.86600%",
+ "tooltip": "score = 4.215544349719101\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -3.16280 (-42.86600%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -634463,11 +634463,11 @@
18,
7
),
- "score": 3.39619678280543,
- "score-diff": "-0.048364892280678085",
- "score-diff-perc": "-1.40409%",
- "tooltip": "score = 3.39619678280543\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.04836 (-1.40409%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 3.173515347780127,
+ "score-diff": "-0.2710463273059811",
+ "score-diff-perc": "-7.86882%",
+ "tooltip": "score = 3.173515347780127\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.27105 (-7.86882%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -634489,11 +634489,11 @@
18,
7
),
- "score": 3.173515347780127,
- "score-diff": "-0.22268143502530302",
- "score-diff-perc": "-6.55679%",
- "tooltip": "score = 3.173515347780127\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.22268 (-6.55679%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
+ "score": 3.39619678280543,
+ "score-diff": "0.22268143502530302",
+ "score-diff-perc": "+7.01687%",
+ "tooltip": "score = 3.39619678280543\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.22268 (+7.01687%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -634516,9 +634516,9 @@
41
),
"score": 4.094116102319236,
- "score-diff": "0.9206007545391093",
- "score-diff-perc": "+29.00886%",
- "tooltip": "score = 4.094116102319236\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.92060 (+29.00886%)",
+ "score-diff": "0.6979193195138063",
+ "score-diff-perc": "+20.55003%",
+ "tooltip": "score = 4.094116102319236\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.69792 (+20.55003%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -634619,11 +634619,11 @@
17,
1
),
- "score": 6.487685444924406,
- "score-diff": "1.5976728097452524",
- "score-diff-perc": "+32.67216%",
- "tooltip": "score = 6.487685444924406\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.59767 (+32.67216%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 3.95352807773386,
+ "score-diff": "-0.9364845574452931",
+ "score-diff-perc": "-19.15096%",
+ "tooltip": "score = 3.95352807773386\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.93648 (-19.15096%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -634645,11 +634645,11 @@
17,
1
),
- "score": 3.79343703034134,
- "score-diff": "-2.6942484145830656",
- "score-diff-perc": "-41.52865%",
- "tooltip": "score = 3.79343703034134\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.69425 (-41.52865%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 6.487685444924406,
+ "score-diff": "2.5341573671905455",
+ "score-diff-perc": "+64.09863%",
+ "tooltip": "score = 6.487685444924406\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.53416 (+64.09863%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -634671,11 +634671,11 @@
17,
1
),
- "score": 3.95352807773386,
- "score-diff": "0.1600910473925201",
- "score-diff-perc": "+4.22021%",
- "tooltip": "score = 3.95352807773386\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.16009 (+4.22021%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 3.79343703034134,
+ "score-diff": "-2.6942484145830656",
+ "score-diff-perc": "-41.52865%",
+ "tooltip": "score = 3.79343703034134\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.69425 (-41.52865%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -634698,9 +634698,9 @@
7
),
"score": 4.564221305471125,
- "score-diff": "0.6106932277372645",
- "score-diff-perc": "+15.44679%",
- "tooltip": "score = 4.564221305471125\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.61069 (+15.44679%)",
+ "score-diff": "0.7707842751297846",
+ "score-diff-perc": "+20.31889%",
+ "tooltip": "score = 4.564221305471125\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.77078 (+20.31889%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -634983,11 +634983,11 @@
16,
5
),
- "score": 4.7966241805111824,
- "score-diff": "1.0814493933824694",
- "score-diff-perc": "+29.10898%",
- "tooltip": "score = 4.7966241805111824\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.08145 (+29.10898%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 4.161040416088766,
+ "score-diff": "0.4458656289600529",
+ "score-diff-perc": "+12.00120%",
+ "tooltip": "score = 4.161040416088766\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.44587 (+12.00120%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -635009,11 +635009,11 @@
16,
5
),
- "score": 4.161040416088766,
- "score-diff": "-0.6355837644224165",
- "score-diff-perc": "-13.25065%",
- "tooltip": "score = 4.161040416088766\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.63558 (-13.25065%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 5.821799158914729,
+ "score-diff": "1.660758742825963",
+ "score-diff-perc": "+39.91210%",
+ "tooltip": "score = 5.821799158914729\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.66076 (+39.91210%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -635035,11 +635035,11 @@
16,
5
),
- "score": 5.821799158914729,
- "score-diff": "1.660758742825963",
- "score-diff-perc": "+39.91210%",
- "tooltip": "score = 5.821799158914729\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.66076 (+39.91210%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 4.7966241805111824,
+ "score-diff": "-1.0251749784035464",
+ "score-diff-perc": "-17.60925%",
+ "tooltip": "score = 4.7966241805111824\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.02517 (-17.60925%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -635062,9 +635062,9 @@
21
),
"score": 3.9952058404255317,
- "score-diff": "-1.8265933184891971",
- "score-diff-perc": "-31.37507%",
- "tooltip": "score = 3.9952058404255317\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.82659 (-31.37507%)",
+ "score-diff": "-0.8014183400856507",
+ "score-diff-perc": "-16.70797%",
+ "tooltip": "score = 3.9952058404255317\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.80142 (-16.70797%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -635373,11 +635373,11 @@
8,
54
),
- "score": 5.883052841176471,
- "score-diff": "-0.1443096307110796",
- "score-diff-perc": "-2.39424%",
- "tooltip": "score = 5.883052841176471\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.14431 (-2.39424%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 5.485141851919561,
+ "score-diff": "-0.5422206199679893",
+ "score-diff-perc": "-8.99598%",
+ "tooltip": "score = 5.485141851919561\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.54222 (-8.99598%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -635399,11 +635399,11 @@
8,
54
),
- "score": 5.485141851919561,
- "score-diff": "-0.3979109892569097",
- "score-diff-perc": "-6.76368%",
- "tooltip": "score = 5.485141851919561\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.39791 (-6.76368%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 5.883052841176471,
+ "score-diff": "0.3979109892569097",
+ "score-diff-perc": "+7.25434%",
+ "tooltip": "score = 5.883052841176471\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.39791 (+7.25434%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -635426,9 +635426,9 @@
43
),
"score": 3.5819147088305487,
- "score-diff": "-1.9032271430890124",
- "score-diff-perc": "-34.69787%",
- "tooltip": "score = 3.5819147088305487\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.90323 (-34.69787%)",
+ "score-diff": "-2.301138132345922",
+ "score-diff-perc": "-39.11469%",
+ "tooltip": "score = 3.5819147088305487\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -2.30114 (-39.11469%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -640996,11 +640996,11 @@
18,
7
),
- "score": 1721.6320925,
- "score-diff": "104.22030900000004",
- "score-diff-perc": "+6.44365%",
- "tooltip": "score = 1721.6320925\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +104.22031 (+6.44365%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 1619.594026,
+ "score-diff": "2.1822425000000294",
+ "score-diff-perc": "+0.13492%",
+ "tooltip": "score = 1619.594026\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.18224 (+0.13492%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -641023,9 +641023,9 @@
7
),
"score": 1607.7307245,
- "score-diff": "-113.90136800000005",
- "score-diff-perc": "-6.61589%",
- "tooltip": "score = 1607.7307245\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -113.90137 (-6.61589%)",
+ "score-diff": "-11.863301500000034",
+ "score-diff-perc": "-0.73249%",
+ "tooltip": "score = 1607.7307245\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -11.86330 (-0.73249%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -641048,11 +641048,11 @@
18,
7
),
- "score": 1619.594026,
- "score-diff": "11.863301500000034",
- "score-diff-perc": "+0.73789%",
- "tooltip": "score = 1619.594026\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +11.86330 (+0.73789%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 1721.6320925,
+ "score-diff": "113.90136800000005",
+ "score-diff-perc": "+7.08460%",
+ "tooltip": "score = 1721.6320925\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +113.90137 (+7.08460%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -641075,9 +641075,9 @@
41
),
"score": 1671.935866,
- "score-diff": "52.34184000000005",
- "score-diff-perc": "+3.23179%",
- "tooltip": "score = 1671.935866\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +52.34184 (+3.23179%)",
+ "score-diff": "-49.696226499999966",
+ "score-diff-perc": "-2.88658%",
+ "tooltip": "score = 1671.935866\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -49.69623 (-2.88658%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -641178,11 +641178,11 @@
17,
1
),
- "score": 1683.407634,
- "score-diff": "-49.9949610000001",
- "score-diff-perc": "-2.88421%",
- "tooltip": "score = 1683.407634\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -49.99496 (-2.88421%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1734.3200435,
+ "score-diff": "0.9174485000000914",
+ "score-diff-perc": "+0.05293%",
+ "tooltip": "score = 1734.3200435\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.91745 (+0.05293%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -641204,11 +641204,11 @@
17,
1
),
- "score": 1582.5302075,
- "score-diff": "-100.87742649999996",
- "score-diff-perc": "-5.99245%",
- "tooltip": "score = 1582.5302075\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -100.87743 (-5.99245%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 1683.407634,
+ "score-diff": "-50.912409500000194",
+ "score-diff-perc": "-2.93558%",
+ "tooltip": "score = 1683.407634\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -50.91241 (-2.93558%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -641230,11 +641230,11 @@
17,
1
),
- "score": 1734.3200435,
- "score-diff": "151.78983600000015",
- "score-diff-perc": "+9.59159%",
- "tooltip": "score = 1734.3200435\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +151.78984 (+9.59159%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 1582.5302075,
+ "score-diff": "-100.87742649999996",
+ "score-diff-perc": "-5.99245%",
+ "tooltip": "score = 1582.5302075\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -100.87743 (-5.99245%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -641257,9 +641257,9 @@
7
),
"score": 1645.0937635,
- "score-diff": "-89.22628000000009",
- "score-diff-perc": "-5.14474%",
- "tooltip": "score = 1645.0937635\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -89.22628 (-5.14474%)",
+ "score-diff": "62.56355600000006",
+ "score-diff-perc": "+3.95339%",
+ "tooltip": "score = 1645.0937635\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +62.56356 (+3.95339%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -641542,11 +641542,11 @@
16,
5
),
- "score": 1428.542615,
- "score-diff": "18.801274666666814",
- "score-diff-perc": "+1.33367%",
- "tooltip": "score = 1428.542615\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +18.80127 (+1.33367%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 1550.0161255,
+ "score-diff": "140.2747851666668",
+ "score-diff-perc": "+9.95039%",
+ "tooltip": "score = 1550.0161255\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +140.27479 (+9.95039%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -641568,11 +641568,11 @@
16,
5
),
- "score": 1550.0161255,
- "score-diff": "121.47351049999997",
- "score-diff-perc": "+8.50332%",
- "tooltip": "score = 1550.0161255\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +121.47351 (+8.50332%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1483.078581,
+ "score-diff": "-66.93754450000006",
+ "score-diff-perc": "-4.31851%",
+ "tooltip": "score = 1483.078581\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -66.93754 (-4.31851%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -641594,11 +641594,11 @@
16,
5
),
- "score": 1483.078581,
- "score-diff": "-66.93754450000006",
- "score-diff-perc": "-4.31851%",
- "tooltip": "score = 1483.078581\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -66.93754 (-4.31851%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1428.542615,
+ "score-diff": "-54.53596599999992",
+ "score-diff-perc": "-3.67721%",
+ "tooltip": "score = 1428.542615\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -54.53597 (-3.67721%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -641621,9 +641621,9 @@
21
),
"score": 1507.0645055,
- "score-diff": "23.98592450000001",
- "score-diff-perc": "+1.61731%",
- "tooltip": "score = 1507.0645055\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +23.98592 (+1.61731%)",
+ "score-diff": "78.52189049999993",
+ "score-diff-perc": "+5.49664%",
+ "tooltip": "score = 1507.0645055\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +78.52189 (+5.49664%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -641932,11 +641932,11 @@
8,
54
),
- "score": 1606.050047,
- "score-diff": "-104.331905",
- "score-diff-perc": "-6.09992%",
- "tooltip": "score = 1606.050047\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -104.33191 (-6.09992%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 1603.742513,
+ "score-diff": "-106.63943900000004",
+ "score-diff-perc": "-6.23483%",
+ "tooltip": "score = 1603.742513\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -106.63944 (-6.23483%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -641958,11 +641958,11 @@
8,
54
),
- "score": 1603.742513,
- "score-diff": "-2.3075340000000324",
- "score-diff-perc": "-0.14368%",
- "tooltip": "score = 1603.742513\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.30753 (-0.14368%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1606.050047,
+ "score-diff": "2.3075340000000324",
+ "score-diff-perc": "+0.14388%",
+ "tooltip": "score = 1606.050047\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.30753 (+0.14388%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -641985,9 +641985,9 @@
43
),
"score": 1601.7442745,
- "score-diff": "-1.998238499999843",
- "score-diff-perc": "-0.12460%",
- "tooltip": "score = 1601.7442745\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.99824 (-0.12460%)",
+ "score-diff": "-4.305772499999875",
+ "score-diff-perc": "-0.26810%",
+ "tooltip": "score = 1601.7442745\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -4.30577 (-0.26810%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -647555,11 +647555,11 @@
18,
7
),
- "score": 3.456403758064516,
- "score-diff": "1.0939651133586334",
- "score-diff-perc": "+46.30660%",
- "tooltip": "score = 3.456403758064516\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.09397 (+46.30660%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 3.3340920855555556,
+ "score-diff": "0.9716534408496731",
+ "score-diff-perc": "+41.12926%",
+ "tooltip": "score = 3.3340920855555556\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.97165 (+41.12926%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -647582,9 +647582,9 @@
7
),
"score": 2.9832574234592446,
- "score-diff": "-0.47314633460527133",
- "score-diff-perc": "-13.68898%",
- "tooltip": "score = 2.9832574234592446\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.47315 (-13.68898%)",
+ "score-diff": "-0.350834662096311",
+ "score-diff-perc": "-10.52264%",
+ "tooltip": "score = 2.9832574234592446\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.35083 (-10.52264%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -647607,11 +647607,11 @@
18,
7
),
- "score": 3.3340920855555556,
- "score-diff": "0.350834662096311",
- "score-diff-perc": "+11.76012%",
- "tooltip": "score = 3.3340920855555556\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.35083 (+11.76012%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 3.456403758064516,
+ "score-diff": "0.47314633460527133",
+ "score-diff-perc": "+15.86006%",
+ "tooltip": "score = 3.456403758064516\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.47315 (+15.86006%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -647634,9 +647634,9 @@
41
),
"score": 3.2681689455337692,
- "score-diff": "-0.06592314002178634",
- "score-diff-perc": "-1.97724%",
- "tooltip": "score = 3.2681689455337692\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.06592 (-1.97724%)",
+ "score-diff": "-0.1882348125307467",
+ "score-diff-perc": "-5.44597%",
+ "tooltip": "score = 3.2681689455337692\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.18823 (-5.44597%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -647737,11 +647737,11 @@
17,
1
),
- "score": 3.4804454141531322,
- "score-diff": "0.45565628411280956",
- "score-diff-perc": "+15.06407%",
- "tooltip": "score = 3.4804454141531322\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.45566 (+15.06407%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 3.3584065613839287,
+ "score-diff": "0.333617431343606",
+ "score-diff-perc": "+11.02944%",
+ "tooltip": "score = 3.3584065613839287\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.33362 (+11.02944%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -647763,11 +647763,11 @@
17,
1
),
- "score": 1.946335874837873,
- "score-diff": "-1.5341095393152593",
- "score-diff-perc": "-44.07797%",
- "tooltip": "score = 1.946335874837873\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.53411 (-44.07797%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 3.4804454141531322,
+ "score-diff": "0.12203885276920357",
+ "score-diff-perc": "+3.63383%",
+ "tooltip": "score = 3.4804454141531322\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.12204 (+3.63383%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -647789,11 +647789,11 @@
17,
1
),
- "score": 3.3584065613839287,
- "score-diff": "1.4120706865460557",
- "score-diff-perc": "+72.55021%",
- "tooltip": "score = 3.3584065613839287\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.41207 (+72.55021%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 1.946335874837873,
+ "score-diff": "-1.5341095393152593",
+ "score-diff-perc": "-44.07797%",
+ "tooltip": "score = 1.946335874837873\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.53411 (-44.07797%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -647816,9 +647816,9 @@
7
),
"score": 2.853688447718631,
- "score-diff": "-0.5047181136652976",
- "score-diff-perc": "-15.02850%",
- "tooltip": "score = 2.853688447718631\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.50472 (-15.02850%)",
+ "score-diff": "0.9073525728807581",
+ "score-diff-perc": "+46.61850%",
+ "tooltip": "score = 2.853688447718631\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.90735 (+46.61850%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -648101,11 +648101,11 @@
16,
5
),
- "score": 3.737281724782067,
- "score-diff": "-0.26428188855126633",
- "score-diff-perc": "-6.60447%",
- "tooltip": "score = 3.737281724782067\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.26428 (-6.60447%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 1.4860765364041604,
+ "score-diff": "-2.515487076929173",
+ "score-diff-perc": "-62.86260%",
+ "tooltip": "score = 1.4860765364041604\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.51549 (-62.86260%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -648127,11 +648127,11 @@
16,
5
),
- "score": 1.4860765364041604,
- "score-diff": "-2.2512051883779067",
- "score-diff-perc": "-60.23643%",
- "tooltip": "score = 1.4860765364041604\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.25121 (-60.23643%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 4.520535893072289,
+ "score-diff": "3.0344593566681284",
+ "score-diff-perc": "+204.19267%",
+ "tooltip": "score = 4.520535893072289\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.03446 (+204.19267%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -648153,11 +648153,11 @@
16,
5
),
- "score": 4.520535893072289,
- "score-diff": "3.0344593566681284",
- "score-diff-perc": "+204.19267%",
- "tooltip": "score = 4.520535893072289\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.03446 (+204.19267%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 3.737281724782067,
+ "score-diff": "-0.7832541682902217",
+ "score-diff-perc": "-17.32658%",
+ "tooltip": "score = 3.737281724782067\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.78325 (-17.32658%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -648180,9 +648180,9 @@
21
),
"score": 3.247695502164502,
- "score-diff": "-1.2728403909077866",
- "score-diff-perc": "-28.15685%",
- "tooltip": "score = 3.247695502164502\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.27284 (-28.15685%)",
+ "score-diff": "-0.4895862226175649",
+ "score-diff-perc": "-13.10006%",
+ "tooltip": "score = 3.247695502164502\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.48959 (-13.10006%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -648491,11 +648491,11 @@
8,
54
),
- "score": 5.2738894516695956,
- "score-diff": "1.020476098978377",
- "score-diff-perc": "+23.99193%",
- "tooltip": "score = 5.2738894516695956\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.02048 (+23.99193%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 2.0625278571428574,
+ "score-diff": "-2.190885495548361",
+ "score-diff-perc": "-51.50888%",
+ "tooltip": "score = 2.0625278571428574\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.19089 (-51.50888%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -648517,11 +648517,11 @@
8,
54
),
- "score": 2.0625278571428574,
- "score-diff": "-3.211361594526738",
- "score-diff-perc": "-60.89171%",
- "tooltip": "score = 2.0625278571428574\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.21136 (-60.89171%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 5.2738894516695956,
+ "score-diff": "3.211361594526738",
+ "score-diff-perc": "+155.70028%",
+ "tooltip": "score = 5.2738894516695956\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +3.21136 (+155.70028%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -648544,9 +648544,9 @@
43
),
"score": 3.6522684464720196,
- "score-diff": "1.5897405893291623",
- "score-diff-perc": "+77.07729%",
- "tooltip": "score = 3.6522684464720196\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.58974 (+77.07729%)",
+ "score-diff": "-1.621621005197576",
+ "score-diff-perc": "-30.74810%",
+ "tooltip": "score = 3.6522684464720196\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.62162 (-30.74810%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -654114,11 +654114,11 @@
18,
7
),
- "score": 20.13693374496644,
- "score-diff": "-2.441903488116264",
- "score-diff-perc": "-10.81501%",
- "tooltip": "score = 20.13693374496644\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.44190 (-10.81501%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 18.30672543292683,
+ "score-diff": "-4.272111800155876",
+ "score-diff-perc": "-18.92087%",
+ "tooltip": "score = 18.30672543292683\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.27211 (-18.92087%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -654141,9 +654141,9 @@
7
),
"score": 17.273850281609196,
- "score-diff": "-2.8630834633572455",
- "score-diff-perc": "-14.21807%",
- "tooltip": "score = 17.273850281609196\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.86308 (-14.21807%)",
+ "score-diff": "-1.0328751513176329",
+ "score-diff-perc": "-5.64205%",
+ "tooltip": "score = 17.273850281609196\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.03288 (-5.64205%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -654166,11 +654166,11 @@
18,
7
),
- "score": 18.30672543292683,
- "score-diff": "1.0328751513176329",
- "score-diff-perc": "+5.97941%",
- "tooltip": "score = 18.30672543292683\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.03288 (+5.97941%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 20.13693374496644,
+ "score-diff": "2.8630834633572455",
+ "score-diff-perc": "+16.57467%",
+ "tooltip": "score = 20.13693374496644\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.86308 (+16.57467%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -654193,9 +654193,9 @@
41
),
"score": 23.309146201550387,
- "score-diff": "5.0024207686235584",
- "score-diff-perc": "+27.32559%",
- "tooltip": "score = 23.309146201550387\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +5.00242 (+27.32559%)",
+ "score-diff": "3.172212456583946",
+ "score-diff-perc": "+15.75321%",
+ "tooltip": "score = 23.309146201550387\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +3.17221 (+15.75321%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -654296,11 +654296,11 @@
17,
1
),
- "score": 18.707826850931678,
- "score-diff": "-2.9677295951114893",
- "score-diff-perc": "-13.69160%",
- "tooltip": "score = 18.707826850931678\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.96773 (-13.69160%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 18.06233352694611,
+ "score-diff": "-3.6132229190970584",
+ "score-diff-perc": "-16.66957%",
+ "tooltip": "score = 18.06233352694611\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.61322 (-16.66957%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -654322,11 +654322,11 @@
17,
1
),
- "score": 18.87378910062893,
- "score-diff": "0.1659622496972517",
- "score-diff-perc": "+0.88713%",
- "tooltip": "score = 18.87378910062893\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.16596 (+0.88713%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 18.707826850931678,
+ "score-diff": "0.6454933239855691",
+ "score-diff-perc": "+3.57370%",
+ "tooltip": "score = 18.707826850931678\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.64549 (+3.57370%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -654348,11 +654348,11 @@
17,
1
),
- "score": 18.06233352694611,
- "score-diff": "-0.8114555736828208",
- "score-diff-perc": "-4.29938%",
- "tooltip": "score = 18.06233352694611\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.81146 (-4.29938%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 18.87378910062893,
+ "score-diff": "0.1659622496972517",
+ "score-diff-perc": "+0.88713%",
+ "tooltip": "score = 18.87378910062893\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.16596 (+0.88713%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -654375,9 +654375,9 @@
7
),
"score": 31.731301094736843,
- "score-diff": "13.668967567790734",
- "score-diff-perc": "+75.67664%",
- "tooltip": "score = 31.731301094736843\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +13.66897 (+75.67664%)",
+ "score-diff": "12.857511994107913",
+ "score-diff-perc": "+68.12364%",
+ "tooltip": "score = 31.731301094736843\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +12.85751 (+68.12364%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -654660,11 +654660,11 @@
16,
5
),
- "score": 18.429997451219513,
- "score-diff": "-2.468744347391599",
- "score-diff-perc": "-11.81289%",
- "tooltip": "score = 18.429997451219513\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.46874 (-11.81289%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 15.655356770833333,
+ "score-diff": "-5.24338502777778",
+ "score-diff-perc": "-25.08948%",
+ "tooltip": "score = 15.655356770833333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -5.24339 (-25.08948%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -654686,11 +654686,11 @@
16,
5
),
- "score": 15.655356770833333,
- "score-diff": "-2.774640680386181",
- "score-diff-perc": "-15.05502%",
- "tooltip": "score = 15.655356770833333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.77464 (-15.05502%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 18.68248385093168,
+ "score-diff": "3.027127080098346",
+ "score-diff-perc": "+19.33605%",
+ "tooltip": "score = 18.68248385093168\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.02713 (+19.33605%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -654712,11 +654712,11 @@
16,
5
),
- "score": 18.68248385093168,
- "score-diff": "3.027127080098346",
- "score-diff-perc": "+19.33605%",
- "tooltip": "score = 18.68248385093168\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.02713 (+19.33605%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 18.429997451219513,
+ "score-diff": "-0.2524863997121649",
+ "score-diff-perc": "-1.35146%",
+ "tooltip": "score = 18.429997451219513\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.25249 (-1.35146%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -654739,9 +654739,9 @@
21
),
"score": 19.6893504248366,
- "score-diff": "1.0068665739049223",
- "score-diff-perc": "+5.38936%",
- "tooltip": "score = 19.6893504248366\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.00687 (+5.38936%)",
+ "score-diff": "1.2593529736170872",
+ "score-diff-perc": "+6.83317%",
+ "tooltip": "score = 19.6893504248366\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.25935 (+6.83317%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -655050,11 +655050,11 @@
8,
54
),
- "score": 17.872232589285716,
- "score-diff": "-7.440672822478991",
- "score-diff-perc": "-29.39478%",
- "tooltip": "score = 17.872232589285716\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -7.44067 (-29.39478%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 24.434519398373983,
+ "score-diff": "-0.878386013390724",
+ "score-diff-perc": "-3.47011%",
+ "tooltip": "score = 24.434519398373983\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.87839 (-3.47011%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -655076,11 +655076,11 @@
8,
54
),
- "score": 24.434519398373983,
- "score-diff": "6.562286809088267",
- "score-diff-perc": "+36.71778%",
- "tooltip": "score = 24.434519398373983\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +6.56229 (+36.71778%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 17.872232589285716,
+ "score-diff": "-6.562286809088267",
+ "score-diff-perc": "-26.85662%",
+ "tooltip": "score = 17.872232589285716\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -6.56229 (-26.85662%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -655103,9 +655103,9 @@
43
),
"score": 19.804264625,
- "score-diff": "-4.630254773373984",
- "score-diff-perc": "-18.94965%",
- "tooltip": "score = 19.804264625\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -4.63025 (-18.94965%)",
+ "score-diff": "1.9320320357142826",
+ "score-diff-perc": "+10.81024%",
+ "tooltip": "score = 19.804264625\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.93203 (+10.81024%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -660673,11 +660673,11 @@
18,
7
),
- "score": 17.18131274857143,
- "score-diff": "2.1498818335714294",
- "score-diff-perc": "+14.30258%",
- "tooltip": "score = 17.18131274857143\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.14988 (+14.30258%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 17.18761738857143,
+ "score-diff": "2.156186473571429",
+ "score-diff-perc": "+14.34452%",
+ "tooltip": "score = 17.18761738857143\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.15619 (+14.34452%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -660700,9 +660700,9 @@
7
),
"score": 13.901005092592593,
- "score-diff": "-3.2803076559788362",
- "score-diff-perc": "-19.09230%",
- "tooltip": "score = 13.901005092592593\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.28031 (-19.09230%)",
+ "score-diff": "-3.286612295978836",
+ "score-diff-perc": "-19.12198%",
+ "tooltip": "score = 13.901005092592593\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.28661 (-19.12198%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -660725,11 +660725,11 @@
18,
7
),
- "score": 17.18761738857143,
- "score-diff": "3.286612295978836",
- "score-diff-perc": "+23.64298%",
- "tooltip": "score = 17.18761738857143\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.28661 (+23.64298%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 17.18131274857143,
+ "score-diff": "3.2803076559788362",
+ "score-diff-perc": "+23.59763%",
+ "tooltip": "score = 17.18131274857143\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.28031 (+23.59763%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -660752,9 +660752,9 @@
41
),
"score": 15.845938242105262,
- "score-diff": "-1.3416791464661664",
- "score-diff-perc": "-7.80608%",
- "tooltip": "score = 15.845938242105262\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -1.34168 (-7.80608%)",
+ "score-diff": "-1.3353745064661666",
+ "score-diff-perc": "-7.77225%",
+ "tooltip": "score = 15.845938242105262\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -1.33537 (-7.77225%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -660855,11 +660855,11 @@
17,
1
),
- "score": 16.28105651891892,
- "score-diff": "0.7827669725271669",
- "score-diff-perc": "+5.05067%",
- "tooltip": "score = 16.28105651891892\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.78277 (+5.05067%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 17.193641594285715,
+ "score-diff": "1.6953520478939623",
+ "score-diff-perc": "+10.93896%",
+ "tooltip": "score = 17.193641594285715\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.69535 (+10.93896%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -660881,11 +660881,11 @@
17,
1
),
- "score": 15.552679062176166,
- "score-diff": "-0.7283774567427539",
- "score-diff-perc": "-4.47377%",
- "tooltip": "score = 15.552679062176166\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.72838 (-4.47377%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 16.28105651891892,
+ "score-diff": "-0.9125850753667955",
+ "score-diff-perc": "-5.30769%",
+ "tooltip": "score = 16.28105651891892\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.91259 (-5.30769%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -660907,11 +660907,11 @@
17,
1
),
- "score": 17.193641594285715,
- "score-diff": "1.6409625321095493",
- "score-diff-perc": "+10.55100%",
- "tooltip": "score = 17.193641594285715\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.64096 (+10.55100%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 15.552679062176166,
+ "score-diff": "-0.7283774567427539",
+ "score-diff-perc": "-4.47377%",
+ "tooltip": "score = 15.552679062176166\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.72838 (-4.47377%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -660934,9 +660934,9 @@
7
),
"score": 17.895274726190475,
- "score-diff": "0.7016331319047602",
- "score-diff-perc": "+4.08077%",
- "tooltip": "score = 17.895274726190475\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.70163 (+4.08077%)",
+ "score-diff": "2.3425956640143095",
+ "score-diff-perc": "+15.06233%",
+ "tooltip": "score = 17.895274726190475\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +2.34260 (+15.06233%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -661219,11 +661219,11 @@
16,
5
),
- "score": 18.10360987951807,
- "score-diff": "1.719041205605027",
- "score-diff-perc": "+10.49183%",
- "tooltip": "score = 18.10360987951807\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.71904 (+10.49183%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 14.136563403755869,
+ "score-diff": "-2.2480052701571758",
+ "score-diff-perc": "-13.72026%",
+ "tooltip": "score = 14.136563403755869\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.24801 (-13.72026%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -661245,11 +661245,11 @@
16,
5
),
- "score": 14.136563403755869,
- "score-diff": "-3.967046475762203",
- "score-diff-perc": "-21.91301%",
- "tooltip": "score = 14.136563403755869\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.96705 (-21.91301%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 18.531119703703705,
+ "score-diff": "4.394556299947837",
+ "score-diff-perc": "+31.08645%",
+ "tooltip": "score = 18.531119703703705\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.39456 (+31.08645%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -661271,11 +661271,11 @@
16,
5
),
- "score": 18.531119703703705,
- "score-diff": "4.394556299947837",
- "score-diff-perc": "+31.08645%",
- "tooltip": "score = 18.531119703703705\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.39456 (+31.08645%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 18.10360987951807,
+ "score-diff": "-0.4275098241856341",
+ "score-diff-perc": "-2.30698%",
+ "tooltip": "score = 18.10360987951807\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.42751 (-2.30698%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -661298,9 +661298,9 @@
21
),
"score": 23.316495286821706,
- "score-diff": "4.785375583118",
- "score-diff-perc": "+25.82346%",
- "tooltip": "score = 23.316495286821706\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +4.78538 (+25.82346%)",
+ "score-diff": "5.212885407303634",
+ "score-diff-perc": "+28.79473%",
+ "tooltip": "score = 23.316495286821706\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +5.21289 (+28.79473%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -661609,11 +661609,11 @@
8,
54
),
- "score": 17.60453332748538,
- "score-diff": "-3.1405525897559983",
- "score-diff-perc": "-15.13878%",
- "tooltip": "score = 17.60453332748538\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.14055 (-15.13878%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 16.063202465240643,
+ "score-diff": "-4.681883452000736",
+ "score-diff-perc": "-22.56864%",
+ "tooltip": "score = 16.063202465240643\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -4.68188 (-22.56864%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -661635,11 +661635,11 @@
8,
54
),
- "score": 16.063202465240643,
- "score-diff": "-1.5413308622447381",
- "score-diff-perc": "-8.75531%",
- "tooltip": "score = 16.063202465240643\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.54133 (-8.75531%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 17.60453332748538,
+ "score-diff": "1.5413308622447381",
+ "score-diff-perc": "+9.59541%",
+ "tooltip": "score = 17.60453332748538\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.54133 (+9.59541%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -661662,9 +661662,9 @@
43
),
"score": 18.794971975,
- "score-diff": "2.7317695097593564",
- "score-diff-perc": "+17.00638%",
- "tooltip": "score = 18.794971975\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +2.73177 (+17.00638%)",
+ "score-diff": "1.1904386475146183",
+ "score-diff-perc": "+6.76211%",
+ "tooltip": "score = 18.794971975\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.19044 (+6.76211%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -667232,11 +667232,11 @@
18,
7
),
- "score": 4.045227322102426,
- "score-diff": "1.3072214662630102",
- "score-diff-perc": "+47.74356%",
- "tooltip": "score = 4.045227322102426\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.30722 (+47.74356%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 3.8476856833333333,
+ "score-diff": "1.1096798274939172",
+ "score-diff-perc": "+40.52876%",
+ "tooltip": "score = 3.8476856833333333\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.10968 (+40.52876%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -667259,9 +667259,9 @@
7
),
"score": 3.4822887610208815,
- "score-diff": "-0.5629385610815447",
- "score-diff-perc": "-13.91612%",
- "tooltip": "score = 3.4822887610208815\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.56294 (-13.91612%)",
+ "score-diff": "-0.3653969223124518",
+ "score-diff-perc": "-9.49654%",
+ "tooltip": "score = 3.4822887610208815\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.36540 (-9.49654%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -667284,11 +667284,11 @@
18,
7
),
- "score": 3.8476856833333333,
- "score-diff": "0.3653969223124518",
- "score-diff-perc": "+10.49301%",
- "tooltip": "score = 3.8476856833333333\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.36540 (+10.49301%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 4.045227322102426,
+ "score-diff": "0.5629385610815447",
+ "score-diff-perc": "+16.16576%",
+ "tooltip": "score = 4.045227322102426\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.56294 (+16.16576%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -667311,9 +667311,9 @@
41
),
"score": 4.915400098199672,
- "score-diff": "1.0677144148663391",
- "score-diff-perc": "+27.74952%",
- "tooltip": "score = 4.915400098199672\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.06771 (+27.74952%)",
+ "score-diff": "0.8701727760972462",
+ "score-diff-perc": "+21.51110%",
+ "tooltip": "score = 4.915400098199672\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.87017 (+21.51110%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -667406,6 +667406,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 3,
+ 12,
+ 17,
+ 1
+ ),
+ "score": 4.504843695195195,
+ "score-diff": "-1.8142460584890152",
+ "score-diff-perc": "-28.71056%",
+ "tooltip": "score = 4.504843695195195\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.81425 (-28.71056%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
+ "commit-msg": "Update to GraalVM 24.0.0 (#9647)",
+ "commit-author": "Pavel Marek",
+ "commit-url": "https://github.com/enso-org/enso/commit/0d915d0344c958fe983c6d636ade2bef792f9ff7",
+ "commit-date": new Date(
+ 2024,
+ 3,
+ 12,
+ 17,
+ 1
+ ),
+ },
+
{
"date": new Date(
2024,
@@ -667415,9 +667441,9 @@
1
),
"score": 5.437303824275363,
- "score-diff": "-0.8817859294088475",
- "score-diff-perc": "-13.95432%",
- "tooltip": "score = 5.437303824275363\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.88179 (-13.95432%)",
+ "score-diff": "0.9324601290801677",
+ "score-diff-perc": "+20.69906%",
+ "tooltip": "score = 5.437303824275363\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.93246 (+20.69906%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
@@ -667458,32 +667484,6 @@
),
},
- {
- "date": new Date(
- 2024,
- 3,
- 12,
- 17,
- 1
- ),
- "score": 4.504843695195195,
- "score-diff": "1.4083894599010773",
- "score-diff-perc": "+45.48394%",
- "tooltip": "score = 4.504843695195195\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.40839 (+45.48394%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
- "commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
- "commit-msg": "Update to GraalVM 24.0.0 (#9647)",
- "commit-author": "Pavel Marek",
- "commit-url": "https://github.com/enso-org/enso/commit/0d915d0344c958fe983c6d636ade2bef792f9ff7",
- "commit-date": new Date(
- 2024,
- 3,
- 12,
- 17,
- 1
- ),
- },
-
{
"date": new Date(
2024,
@@ -667493,9 +667493,9 @@
7
),
"score": 4.389239013157895,
- "score-diff": "-0.11560468203729979",
- "score-diff-perc": "-2.56623%",
- "tooltip": "score = 4.389239013157895\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.11560 (-2.56623%)",
+ "score-diff": "1.2927847778637775",
+ "score-diff-perc": "+41.75049%",
+ "tooltip": "score = 4.389239013157895\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.29278 (+41.75049%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -667778,11 +667778,11 @@
16,
5
),
- "score": 9.436147710691824,
- "score-diff": "4.631000605091824",
- "score-diff-perc": "+96.37583%",
- "tooltip": "score = 9.436147710691824\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.63100 (+96.37583%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 5.8073724700193425,
+ "score-diff": "1.0022253644193428",
+ "score-diff-perc": "+20.85733%",
+ "tooltip": "score = 5.8073724700193425\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.00223 (+20.85733%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -667804,11 +667804,11 @@
16,
5
),
- "score": 5.8073724700193425,
- "score-diff": "-3.628775240672481",
- "score-diff-perc": "-38.45611%",
- "tooltip": "score = 5.8073724700193425\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.62878 (-38.45611%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 5.300571987632509,
+ "score-diff": "-0.5068004823868337",
+ "score-diff-perc": "-8.72685%",
+ "tooltip": "score = 5.300571987632509\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.50680 (-8.72685%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -667830,11 +667830,11 @@
16,
5
),
- "score": 5.300571987632509,
- "score-diff": "-0.5068004823868337",
- "score-diff-perc": "-8.72685%",
- "tooltip": "score = 5.300571987632509\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.50680 (-8.72685%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 9.436147710691824,
+ "score-diff": "4.135575723059315",
+ "score-diff-perc": "+78.02131%",
+ "tooltip": "score = 9.436147710691824\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.13558 (+78.02131%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -667857,9 +667857,9 @@
21
),
"score": 8.067187720430107,
- "score-diff": "2.7666157327975984",
- "score-diff-perc": "+52.19466%",
- "tooltip": "score = 8.067187720430107\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.76662 (+52.19466%)",
+ "score-diff": "-1.3689599902617164",
+ "score-diff-perc": "-14.50762%",
+ "tooltip": "score = 8.067187720430107\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.36896 (-14.50762%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -668168,11 +668168,11 @@
8,
54
),
- "score": 4.4591582838038635,
- "score-diff": "-0.6357511474355251",
- "score-diff-perc": "-12.47816%",
- "tooltip": "score = 4.4591582838038635\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.63575 (-12.47816%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 5.58688713594041,
+ "score-diff": "0.4919777047010214",
+ "score-diff-perc": "+9.65626%",
+ "tooltip": "score = 5.58688713594041\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.49198 (+9.65626%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -668194,11 +668194,11 @@
8,
54
),
- "score": 5.58688713594041,
- "score-diff": "1.1277288521365465",
- "score-diff-perc": "+25.29017%",
- "tooltip": "score = 5.58688713594041\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.12773 (+25.29017%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 4.4591582838038635,
+ "score-diff": "-1.1277288521365465",
+ "score-diff-perc": "-20.18528%",
+ "tooltip": "score = 4.4591582838038635\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.12773 (-20.18528%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -668221,9 +668221,9 @@
43
),
"score": 6.304546861344538,
- "score-diff": "0.7176597254041281",
- "score-diff-perc": "+12.84543%",
- "tooltip": "score = 6.304546861344538\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.71766 (+12.84543%)",
+ "score-diff": "1.8453885775406746",
+ "score-diff-perc": "+41.38424%",
+ "tooltip": "score = 6.304546861344538\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.84539 (+41.38424%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -673791,11 +673791,11 @@
18,
7
),
- "score": 0.5448395177047394,
- "score-diff": "-0.10985629551804044",
- "score-diff-perc": "-16.77975%",
- "tooltip": "score = 0.5448395177047394\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.10986 (-16.77975%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
+ "score": 0.7028155418130709,
+ "score-diff": "0.04811972859029112",
+ "score-diff-perc": "+7.34994%",
+ "tooltip": "score = 0.7028155418130709\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.04812 (+7.34994%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -673817,11 +673817,11 @@
18,
7
),
- "score": 0.7028155418130709,
- "score-diff": "0.15797602410833156",
- "score-diff-perc": "+28.99496%",
- "tooltip": "score = 0.7028155418130709\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.15798 (+28.99496%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.5448395177047394,
+ "score-diff": "-0.15797602410833156",
+ "score-diff-perc": "-22.47759%",
+ "tooltip": "score = 0.5448395177047394\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.15798 (-22.47759%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -673844,9 +673844,9 @@
41
),
"score": 0.7570806109008327,
- "score-diff": "0.05426506908776174",
- "score-diff-perc": "+7.72110%",
- "tooltip": "score = 0.7570806109008327\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.05427 (+7.72110%)",
+ "score-diff": "0.2122410931960933",
+ "score-diff-perc": "+38.95479%",
+ "tooltip": "score = 0.7570806109008327\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.21224 (+38.95479%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -673947,11 +673947,11 @@
17,
1
),
- "score": 0.7191767511984659,
- "score-diff": "-0.5537358580505796",
- "score-diff-perc": "-43.50148%",
- "tooltip": "score = 0.7191767511984659\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.55374 (-43.50148%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.7498407010747313,
+ "score-diff": "-0.5230719081743141",
+ "score-diff-perc": "-41.09252%",
+ "tooltip": "score = 0.7498407010747313\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.52307 (-41.09252%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -673973,11 +673973,11 @@
17,
1
),
- "score": 0.5118987164306432,
- "score-diff": "-0.2072780347678227",
- "score-diff-perc": "-28.82157%",
- "tooltip": "score = 0.5118987164306432\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.20728 (-28.82157%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.7191767511984659,
+ "score-diff": "-0.030663949876265417",
+ "score-diff-perc": "-4.08940%",
+ "tooltip": "score = 0.7191767511984659\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03066 (-4.08940%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -673999,11 +673999,11 @@
17,
1
),
- "score": 0.7498407010747313,
- "score-diff": "0.2379419846440881",
- "score-diff-perc": "+46.48224%",
- "tooltip": "score = 0.7498407010747313\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.23794 (+46.48224%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.5118987164306432,
+ "score-diff": "-0.2072780347678227",
+ "score-diff-perc": "-28.82157%",
+ "tooltip": "score = 0.5118987164306432\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.20728 (-28.82157%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -674026,9 +674026,9 @@
7
),
"score": 0.7716830015428131,
- "score-diff": "0.021842300468081777",
- "score-diff-perc": "+2.91293%",
- "tooltip": "score = 0.7716830015428131\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.02184 (+2.91293%)",
+ "score-diff": "0.2597842851121699",
+ "score-diff-perc": "+50.74916%",
+ "tooltip": "score = 0.7716830015428131\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.25978 (+50.74916%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -674311,11 +674311,11 @@
16,
5
),
- "score": 0.5704361009505703,
- "score-diff": "-0.0224763251363862",
- "score-diff-perc": "-3.79083%",
- "tooltip": "score = 0.5704361009505703\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02248 (-3.79083%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.7622326199186992,
+ "score-diff": "0.16932019383174268",
+ "score-diff-perc": "+28.55737%",
+ "tooltip": "score = 0.7622326199186992\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.16932 (+28.55737%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -674337,11 +674337,11 @@
16,
5
),
- "score": 0.7622326199186992,
- "score-diff": "0.19179651896812888",
- "score-diff-perc": "+33.62279%",
- "tooltip": "score = 0.7622326199186992\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.19180 (+33.62279%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.758581416687737,
+ "score-diff": "-0.00365120323096213",
+ "score-diff-perc": "-0.47901%",
+ "tooltip": "score = 0.758581416687737\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00365 (-0.47901%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -674363,11 +674363,11 @@
16,
5
),
- "score": 0.758581416687737,
- "score-diff": "-0.00365120323096213",
- "score-diff-perc": "-0.47901%",
- "tooltip": "score = 0.758581416687737\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00365 (-0.47901%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.5704361009505703,
+ "score-diff": "-0.18814531573716675",
+ "score-diff-perc": "-24.80226%",
+ "tooltip": "score = 0.5704361009505703\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.18815 (-24.80226%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -674390,9 +674390,9 @@
21
),
"score": 0.7747796979865772,
- "score-diff": "0.016198281298840156",
- "score-diff-perc": "+2.13534%",
- "tooltip": "score = 0.7747796979865772\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.01620 (+2.13534%)",
+ "score-diff": "0.2043435970360069",
+ "score-diff-perc": "+35.82235%",
+ "tooltip": "score = 0.7747796979865772\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.20434 (+35.82235%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -674701,11 +674701,11 @@
8,
54
),
- "score": 0.7380969835178351,
- "score-diff": "0.11129244163356522",
- "score-diff-perc": "+17.75553%",
- "tooltip": "score = 0.7380969835178351\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.11129 (+17.75553%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.5622266014614952,
+ "score-diff": "-0.06457794042277476",
+ "score-diff-perc": "-10.30272%",
+ "tooltip": "score = 0.5622266014614952\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.06458 (-10.30272%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -674727,11 +674727,11 @@
8,
54
),
- "score": 0.5622266014614952,
- "score-diff": "-0.17587038205633998",
- "score-diff-perc": "-23.82754%",
- "tooltip": "score = 0.5622266014614952\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.17587 (-23.82754%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.7380969835178351,
+ "score-diff": "0.17587038205633998",
+ "score-diff-perc": "+31.28105%",
+ "tooltip": "score = 0.7380969835178351\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.17587 (+31.28105%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -674754,9 +674754,9 @@
43
),
"score": 0.5332128963923938,
- "score-diff": "-0.029013705069101392",
- "score-diff-perc": "-5.16050%",
- "tooltip": "score = 0.5332128963923938\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.02901 (-5.16050%)",
+ "score-diff": "-0.20488408712544137",
+ "score-diff-perc": "-27.75842%",
+ "tooltip": "score = 0.5332128963923938\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.20488 (-27.75842%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -680324,11 +680324,11 @@
18,
7
),
- "score": 5.377867121863799,
- "score-diff": "-4.76541929705512",
- "score-diff-perc": "-46.98102%",
- "tooltip": "score = 5.377867121863799\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.76542 (-46.98102%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 5.83105878446602,
+ "score-diff": "-4.312227634452899",
+ "score-diff-perc": "-42.51312%",
+ "tooltip": "score = 5.83105878446602\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.31223 (-42.51312%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -680351,9 +680351,9 @@
7
),
"score": 5.306168570671378,
- "score-diff": "-0.07169855119242108",
- "score-diff-perc": "-1.33322%",
- "tooltip": "score = 5.306168570671378\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.07170 (-1.33322%)",
+ "score-diff": "-0.5248902137946416",
+ "score-diff-perc": "-9.00163%",
+ "tooltip": "score = 5.306168570671378\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.52489 (-9.00163%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -680376,11 +680376,11 @@
18,
7
),
- "score": 5.83105878446602,
- "score-diff": "0.5248902137946416",
- "score-diff-perc": "+9.89208%",
- "tooltip": "score = 5.83105878446602\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.52489 (+9.89208%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 5.377867121863799,
+ "score-diff": "0.07169855119242108",
+ "score-diff-perc": "+1.35123%",
+ "tooltip": "score = 5.377867121863799\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.07170 (+1.35123%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -680403,9 +680403,9 @@
41
),
"score": 6.202708599173554,
- "score-diff": "0.371649814707534",
- "score-diff-perc": "+6.37362%",
- "tooltip": "score = 6.202708599173554\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.37165 (+6.37362%)",
+ "score-diff": "0.8248414773097545",
+ "score-diff-perc": "+15.33771%",
+ "tooltip": "score = 6.202708599173554\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.82484 (+15.33771%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -680506,11 +680506,11 @@
17,
1
),
- "score": 6.074661615384615,
- "score-diff": "0.7226205797339915",
- "score-diff-perc": "+13.50178%",
- "tooltip": "score = 6.074661615384615\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.72262 (+13.50178%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 7.0124530257009345,
+ "score-diff": "1.660411990050311",
+ "score-diff-perc": "+31.02390%",
+ "tooltip": "score = 7.0124530257009345\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.66041 (+31.02390%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -680532,11 +680532,11 @@
17,
1
),
- "score": 5.719639291428572,
- "score-diff": "-0.3550223239560433",
- "score-diff-perc": "-5.84431%",
- "tooltip": "score = 5.719639291428572\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.35502 (-5.84431%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 6.074661615384615,
+ "score-diff": "-0.9377914103163194",
+ "score-diff-perc": "-13.37323%",
+ "tooltip": "score = 6.074661615384615\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.93779 (-13.37323%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -680558,11 +680558,11 @@
17,
1
),
- "score": 7.0124530257009345,
- "score-diff": "1.2928137342723627",
- "score-diff-perc": "+22.60306%",
- "tooltip": "score = 7.0124530257009345\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.29281 (+22.60306%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 5.719639291428572,
+ "score-diff": "-0.3550223239560433",
+ "score-diff-perc": "-5.84431%",
+ "tooltip": "score = 5.719639291428572\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.35502 (-5.84431%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -680585,9 +680585,9 @@
7
),
"score": 5.66122492264151,
- "score-diff": "-1.3512281030594249",
- "score-diff-perc": "-19.26898%",
- "tooltip": "score = 5.66122492264151\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.35123 (-19.26898%)",
+ "score-diff": "-0.05841436878706219",
+ "score-diff-perc": "-1.02129%",
+ "tooltip": "score = 5.66122492264151\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.05841 (-1.02129%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -680870,11 +680870,11 @@
16,
5
),
- "score": 4.412187864705882,
- "score-diff": "-1.9877639732472092",
- "score-diff-perc": "-31.05905%",
- "tooltip": "score = 4.412187864705882\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.98776 (-31.05905%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 5.976537788844621,
+ "score-diff": "-0.42341404910847036",
+ "score-diff-perc": "-6.61589%",
+ "tooltip": "score = 5.976537788844621\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.42341 (-6.61589%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -680896,11 +680896,11 @@
16,
5
),
- "score": 5.976537788844621,
- "score-diff": "1.5643499241387389",
- "score-diff-perc": "+35.45520%",
- "tooltip": "score = 5.976537788844621\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.56435 (+35.45520%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 7.88133737007874,
+ "score-diff": "1.9047995812341192",
+ "score-diff-perc": "+31.87129%",
+ "tooltip": "score = 7.88133737007874\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.90480 (+31.87129%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -680922,11 +680922,11 @@
16,
5
),
- "score": 7.88133737007874,
- "score-diff": "1.9047995812341192",
- "score-diff-perc": "+31.87129%",
- "tooltip": "score = 7.88133737007874\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.90480 (+31.87129%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 4.412187864705882,
+ "score-diff": "-3.469149505372858",
+ "score-diff-perc": "-44.01727%",
+ "tooltip": "score = 4.412187864705882\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.46915 (-44.01727%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -680949,9 +680949,9 @@
21
),
"score": 6.508242156182213,
- "score-diff": "-1.3730952138965273",
- "score-diff-perc": "-17.42211%",
- "tooltip": "score = 6.508242156182213\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.37310 (-17.42211%)",
+ "score-diff": "2.0960542914763307",
+ "score-diff-perc": "+47.50601%",
+ "tooltip": "score = 6.508242156182213\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.09605 (+47.50601%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -681260,11 +681260,11 @@
8,
54
),
- "score": 8.76057535568513,
- "score-diff": "-5.480786468959419",
- "score-diff-perc": "-38.48499%",
- "tooltip": "score = 8.76057535568513\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -5.48079 (-38.48499%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 8.529168176136364,
+ "score-diff": "-5.712193648508185",
+ "score-diff-perc": "-40.10988%",
+ "tooltip": "score = 8.529168176136364\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -5.71219 (-40.10988%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -681286,11 +681286,11 @@
8,
54
),
- "score": 8.529168176136364,
- "score-diff": "-0.231407179548766",
- "score-diff-perc": "-2.64146%",
- "tooltip": "score = 8.529168176136364\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.23141 (-2.64146%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 8.76057535568513,
+ "score-diff": "0.231407179548766",
+ "score-diff-perc": "+2.71313%",
+ "tooltip": "score = 8.76057535568513\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.23141 (+2.71313%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -681313,9 +681313,9 @@
43
),
"score": 12.05472758634538,
- "score-diff": "3.5255594102090164",
- "score-diff-perc": "+41.33533%",
- "tooltip": "score = 12.05472758634538\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +3.52556 (+41.33533%)",
+ "score-diff": "3.2941522306602504",
+ "score-diff-perc": "+37.60201%",
+ "tooltip": "score = 12.05472758634538\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +3.29415 (+37.60201%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -686883,11 +686883,11 @@
18,
7
),
- "score": 0.7065882494112106,
- "score-diff": "0.08503692767928595",
- "score-diff-perc": "+13.68140%",
- "tooltip": "score = 0.7065882494112106\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.08504 (+13.68140%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.7232263519096805,
+ "score-diff": "0.10167503017775592",
+ "score-diff-perc": "+16.35827%",
+ "tooltip": "score = 0.7232263519096805\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.10168 (+16.35827%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -686910,9 +686910,9 @@
7
),
"score": 0.5494677284380151,
- "score-diff": "-0.1571205209731955",
- "score-diff-perc": "-22.23650%",
- "tooltip": "score = 0.5494677284380151\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.15712 (-22.23650%)",
+ "score-diff": "-0.17375862347166549",
+ "score-diff-perc": "-24.02548%",
+ "tooltip": "score = 0.5494677284380151\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.17376 (-24.02548%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -686935,11 +686935,11 @@
18,
7
),
- "score": 0.7232263519096805,
- "score-diff": "0.17375862347166549",
- "score-diff-perc": "+31.62308%",
- "tooltip": "score = 0.7232263519096805\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.17376 (+31.62308%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.7065882494112106,
+ "score-diff": "0.1571205209731955",
+ "score-diff-perc": "+28.59504%",
+ "tooltip": "score = 0.7065882494112106\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.15712 (+28.59504%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -686962,9 +686962,9 @@
41
),
"score": 0.7255535980652963,
- "score-diff": "0.0023272461556157475",
- "score-diff-perc": "+0.32179%",
- "tooltip": "score = 0.7255535980652963\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00233 (+0.32179%)",
+ "score-diff": "0.018965348654085723",
+ "score-diff-perc": "+2.68407%",
+ "tooltip": "score = 0.7255535980652963\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.01897 (+2.68407%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -687065,11 +687065,11 @@
17,
1
),
- "score": 0.6559640306077831,
- "score-diff": "-0.08376284932318334",
- "score-diff-perc": "-11.32348%",
- "tooltip": "score = 0.6559640306077831\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.08376 (-11.32348%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.7562841910140562,
+ "score-diff": "0.016557311083089776",
+ "score-diff-perc": "+2.23830%",
+ "tooltip": "score = 0.7562841910140562\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01656 (+2.23830%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -687091,11 +687091,11 @@
17,
1
),
- "score": 0.6781912278481013,
- "score-diff": "0.022227197240318186",
- "score-diff-perc": "+3.38848%",
- "tooltip": "score = 0.6781912278481013\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02223 (+3.38848%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.6559640306077831,
+ "score-diff": "-0.10032016040627312",
+ "score-diff-perc": "-13.26488%",
+ "tooltip": "score = 0.6559640306077831\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.10032 (-13.26488%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -687117,11 +687117,11 @@
17,
1
),
- "score": 0.7562841910140562,
- "score-diff": "0.07809296316595493",
- "score-diff-perc": "+11.51489%",
- "tooltip": "score = 0.7562841910140562\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.07809 (+11.51489%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.6781912278481013,
+ "score-diff": "0.022227197240318186",
+ "score-diff-perc": "+3.38848%",
+ "tooltip": "score = 0.6781912278481013\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02223 (+3.38848%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -687144,9 +687144,9 @@
7
),
"score": 0.5125143324222754,
- "score-diff": "-0.2437698585917808",
- "score-diff-perc": "-32.23257%",
- "tooltip": "score = 0.5125143324222754\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.24377 (-32.23257%)",
+ "score-diff": "-0.16567689542582587",
+ "score-diff-perc": "-24.42923%",
+ "tooltip": "score = 0.5125143324222754\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.16568 (-24.42923%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -687429,11 +687429,11 @@
16,
5
),
- "score": 0.7184648038793103,
- "score-diff": "-0.11259104792124364",
- "score-diff-perc": "-13.54795%",
- "tooltip": "score = 0.7184648038793103\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.11259 (-13.54795%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.690162415823367,
+ "score-diff": "-0.14089343597718695",
+ "score-diff-perc": "-16.95355%",
+ "tooltip": "score = 0.690162415823367\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.14089 (-16.95355%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -687455,11 +687455,11 @@
16,
5
),
- "score": 0.690162415823367,
- "score-diff": "-0.028302388055943317",
- "score-diff-perc": "-3.93929%",
- "tooltip": "score = 0.690162415823367\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02830 (-3.93929%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.9172654732497707,
+ "score-diff": "0.2271030574264037",
+ "score-diff-perc": "+32.90574%",
+ "tooltip": "score = 0.9172654732497707\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.22710 (+32.90574%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -687481,11 +687481,11 @@
16,
5
),
- "score": 0.9172654732497707,
- "score-diff": "0.2271030574264037",
- "score-diff-perc": "+32.90574%",
- "tooltip": "score = 0.9172654732497707\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.22710 (+32.90574%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.7184648038793103,
+ "score-diff": "-0.19880066937046037",
+ "score-diff-perc": "-21.67319%",
+ "tooltip": "score = 0.7184648038793103\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.19880 (-21.67319%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -687508,9 +687508,9 @@
21
),
"score": 0.8301482985611511,
- "score-diff": "-0.08711717468861957",
- "score-diff-perc": "-9.49749%",
- "tooltip": "score = 0.8301482985611511\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.08712 (-9.49749%)",
+ "score-diff": "0.1116834946818408",
+ "score-diff-perc": "+15.54474%",
+ "tooltip": "score = 0.8301482985611511\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.11168 (+15.54474%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -687819,11 +687819,11 @@
8,
54
),
- "score": 1.1784878511390415,
- "score-diff": "0.45198493903250403",
- "score-diff-perc": "+62.21378%",
- "tooltip": "score = 1.1784878511390415\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.45198 (+62.21378%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.48606169269398997,
+ "score-diff": "-0.24044121941254754",
+ "score-diff-perc": "-33.09570%",
+ "tooltip": "score = 0.48606169269398997\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.24044 (-33.09570%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -687845,11 +687845,11 @@
8,
54
),
- "score": 0.48606169269398997,
- "score-diff": "-0.6924261584450515",
- "score-diff-perc": "-58.75548%",
- "tooltip": "score = 0.48606169269398997\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.69243 (-58.75548%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.1784878511390415,
+ "score-diff": "0.6924261584450515",
+ "score-diff-perc": "+142.45643%",
+ "tooltip": "score = 1.1784878511390415\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.69243 (+142.45643%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -687872,9 +687872,9 @@
43
),
"score": 0.5660780735710244,
- "score-diff": "0.08001638087703439",
- "score-diff-perc": "+16.46219%",
- "tooltip": "score = 0.5660780735710244\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.08002 (+16.46219%)",
+ "score-diff": "-0.6124097775680172",
+ "score-diff-perc": "-51.96573%",
+ "tooltip": "score = 0.5660780735710244\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.61241 (-51.96573%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -693442,11 +693442,11 @@
18,
7
),
- "score": 0.9363724169787765,
- "score-diff": "0.05758331226979729",
- "score-diff-perc": "+6.55257%",
- "tooltip": "score = 0.9363724169787765\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.05758 (+6.55257%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.9143219329677026,
+ "score-diff": "0.03553282825872339",
+ "score-diff-perc": "+4.04339%",
+ "tooltip": "score = 0.9143219329677026\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.03553 (+4.04339%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -693469,9 +693469,9 @@
7
),
"score": 0.9821891515548281,
- "score-diff": "0.04581673457605162",
- "score-diff-perc": "+4.89300%",
- "tooltip": "score = 0.9821891515548281\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.04582 (+4.89300%)",
+ "score-diff": "0.06786721858712552",
+ "score-diff-perc": "+7.42268%",
+ "tooltip": "score = 0.9821891515548281\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.06787 (+7.42268%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -693494,11 +693494,11 @@
18,
7
),
- "score": 0.9143219329677026,
- "score-diff": "-0.06786721858712552",
- "score-diff-perc": "-6.90979%",
- "tooltip": "score = 0.9143219329677026\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.06787 (-6.90979%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.9363724169787765,
+ "score-diff": "-0.04581673457605162",
+ "score-diff-perc": "-4.66476%",
+ "tooltip": "score = 0.9363724169787765\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.04582 (-4.66476%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -693521,9 +693521,9 @@
41
),
"score": 1.3193865158311346,
- "score-diff": "0.40506458286343205",
- "score-diff-perc": "+44.30218%",
- "tooltip": "score = 1.3193865158311346\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.40506 (+44.30218%)",
+ "score-diff": "0.38301409885235815",
+ "score-diff-perc": "+40.90403%",
+ "tooltip": "score = 1.3193865158311346\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.38301 (+40.90403%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -693624,11 +693624,11 @@
17,
1
),
- "score": 0.9057759289156626,
- "score-diff": "-0.643112477382737",
- "score-diff-perc": "-41.52090%",
- "tooltip": "score = 0.9057759289156626\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.64311 (-41.52090%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1.529619859836901,
+ "score-diff": "-0.01926854646149856",
+ "score-diff-perc": "-1.24402%",
+ "tooltip": "score = 1.529619859836901\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01927 (-1.24402%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -693650,11 +693650,11 @@
17,
1
),
- "score": 1.1396302844663881,
- "score-diff": "0.23385435555072553",
- "score-diff-perc": "+25.81812%",
- "tooltip": "score = 1.1396302844663881\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.23385 (+25.81812%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.9057759289156626,
+ "score-diff": "-0.6238439309212385",
+ "score-diff-perc": "-40.78425%",
+ "tooltip": "score = 0.9057759289156626\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.62384 (-40.78425%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -693676,11 +693676,11 @@
17,
1
),
- "score": 1.529619859836901,
- "score-diff": "0.38998957537051293",
- "score-diff-perc": "+34.22071%",
- "tooltip": "score = 1.529619859836901\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.38999 (+34.22071%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 1.1396302844663881,
+ "score-diff": "0.23385435555072553",
+ "score-diff-perc": "+25.81812%",
+ "tooltip": "score = 1.1396302844663881\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.23385 (+25.81812%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -693703,9 +693703,9 @@
7
),
"score": 0.9850177902166776,
- "score-diff": "-0.5446020696202235",
- "score-diff-perc": "-35.60375%",
- "tooltip": "score = 0.9850177902166776\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.54460 (-35.60375%)",
+ "score-diff": "-0.15461249424971057",
+ "score-diff-perc": "-13.56690%",
+ "tooltip": "score = 0.9850177902166776\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.15461 (-13.56690%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -693988,11 +693988,11 @@
16,
5
),
- "score": 0.9555339022292993,
- "score-diff": "-0.12356371423367685",
- "score-diff-perc": "-11.45065%",
- "tooltip": "score = 0.9555339022292993\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.12356 (-11.45065%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 1.1387022891840608,
+ "score-diff": "0.059604672721084606",
+ "score-diff-perc": "+5.52357%",
+ "tooltip": "score = 1.1387022891840608\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.05960 (+5.52357%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -694014,11 +694014,11 @@
16,
5
),
- "score": 1.1387022891840608,
- "score-diff": "0.18316838695476145",
- "score-diff-perc": "+19.16922%",
- "tooltip": "score = 1.1387022891840608\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.18317 (+19.16922%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.2187166713995943,
+ "score-diff": "0.08001438221553347",
+ "score-diff-perc": "+7.02680%",
+ "tooltip": "score = 1.2187166713995943\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.08001 (+7.02680%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -694040,11 +694040,11 @@
16,
5
),
- "score": 1.2187166713995943,
- "score-diff": "0.08001438221553347",
- "score-diff-perc": "+7.02680%",
- "tooltip": "score = 1.2187166713995943\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.08001 (+7.02680%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.9555339022292993,
+ "score-diff": "-0.26318276917029493",
+ "score-diff-perc": "-21.59507%",
+ "tooltip": "score = 0.9555339022292993\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.26318 (-21.59507%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -694067,9 +694067,9 @@
21
),
"score": 1.0127184991562606,
- "score-diff": "-0.20599817224333372",
- "score-diff-perc": "-16.90288%",
- "tooltip": "score = 1.0127184991562606\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.20600 (-16.90288%)",
+ "score-diff": "0.057184596926961206",
+ "score-diff-perc": "+5.98457%",
+ "tooltip": "score = 1.0127184991562606\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.05718 (+5.98457%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -694378,11 +694378,11 @@
8,
54
),
- "score": 2.031457586323629,
- "score-diff": "0.5151764837465698",
- "score-diff-perc": "+33.97632%",
- "tooltip": "score = 2.031457586323629\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.51518 (+33.97632%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 1.0322480605435156,
+ "score-diff": "-0.48403304203354347",
+ "score-diff-perc": "-31.92238%",
+ "tooltip": "score = 1.0322480605435156\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.48403 (-31.92238%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -694404,11 +694404,11 @@
8,
54
),
- "score": 1.0322480605435156,
- "score-diff": "-0.9992095257801132",
- "score-diff-perc": "-49.18683%",
- "tooltip": "score = 1.0322480605435156\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.99921 (-49.18683%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 2.031457586323629,
+ "score-diff": "0.9992095257801132",
+ "score-diff-perc": "+96.79936%",
+ "tooltip": "score = 2.031457586323629\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.99921 (+96.79936%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -694431,9 +694431,9 @@
43
),
"score": 1.5848753856312732,
- "score-diff": "0.5526273250877576",
- "score-diff-perc": "+53.53629%",
- "tooltip": "score = 1.5848753856312732\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.55263 (+53.53629%)",
+ "score-diff": "-0.44658220069235566",
+ "score-diff-perc": "-21.98334%",
+ "tooltip": "score = 1.5848753856312732\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.44658 (-21.98334%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -700001,11 +700001,11 @@
18,
7
),
- "score": 1.4572269339485187,
- "score-diff": "-0.06716702799973095",
- "score-diff-perc": "-4.40615%",
- "tooltip": "score = 1.4572269339485187\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.06717 (-4.40615%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 1.4036811506080449,
+ "score-diff": "-0.12071281134020473",
+ "score-diff-perc": "-7.91874%",
+ "tooltip": "score = 1.4036811506080449\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.12071 (-7.91874%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -700028,9 +700028,9 @@
7
),
"score": 1.3091292918848167,
- "score-diff": "-0.1480976420637019",
- "score-diff-perc": "-10.16298%",
- "tooltip": "score = 1.3091292918848167\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.14810 (-10.16298%)",
+ "score-diff": "-0.09455185872322813",
+ "score-diff-perc": "-6.73599%",
+ "tooltip": "score = 1.3091292918848167\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.09455 (-6.73599%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -700053,11 +700053,11 @@
18,
7
),
- "score": 1.4036811506080449,
- "score-diff": "0.09455185872322813",
- "score-diff-perc": "+7.22250%",
- "tooltip": "score = 1.4036811506080449\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.09455 (+7.22250%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 1.4572269339485187,
+ "score-diff": "0.1480976420637019",
+ "score-diff-perc": "+11.31268%",
+ "tooltip": "score = 1.4572269339485187\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.14810 (+11.31268%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -700080,9 +700080,9 @@
41
),
"score": 1.607824855841372,
- "score-diff": "0.20414370523332703",
- "score-diff-perc": "+14.54345%",
- "tooltip": "score = 1.607824855841372\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.20414 (+14.54345%)",
+ "score-diff": "0.15059792189285326",
+ "score-diff-perc": "+10.33456%",
+ "tooltip": "score = 1.607824855841372\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.15060 (+10.33456%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -700183,11 +700183,11 @@
17,
1
),
- "score": 1.73017257727797,
- "score-diff": "0.03856867761618865",
- "score-diff-perc": "+2.28001%",
- "tooltip": "score = 1.73017257727797\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03857 (+2.28001%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1.676771753631285,
+ "score-diff": "-0.014832146030496318",
+ "score-diff-perc": "-0.87681%",
+ "tooltip": "score = 1.676771753631285\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01483 (-0.87681%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -700209,11 +700209,11 @@
17,
1
),
- "score": 1.2469794970906067,
- "score-diff": "-0.4831930801873632",
- "score-diff-perc": "-27.92745%",
- "tooltip": "score = 1.2469794970906067\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.48319 (-27.92745%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 1.73017257727797,
+ "score-diff": "0.05340082364668497",
+ "score-diff-perc": "+3.18474%",
+ "tooltip": "score = 1.73017257727797\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.05340 (+3.18474%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -700235,11 +700235,11 @@
17,
1
),
- "score": 1.676771753631285,
- "score-diff": "0.4297922565406782",
- "score-diff-perc": "+34.46667%",
- "tooltip": "score = 1.676771753631285\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.42979 (+34.46667%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 1.2469794970906067,
+ "score-diff": "-0.4831930801873632",
+ "score-diff-perc": "-27.92745%",
+ "tooltip": "score = 1.2469794970906067\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.48319 (-27.92745%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -700262,9 +700262,9 @@
7
),
"score": 1.5438789480452675,
- "score-diff": "-0.13289280558601746",
- "score-diff-perc": "-7.92552%",
- "tooltip": "score = 1.5438789480452675\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.13289 (-7.92552%)",
+ "score-diff": "0.29689945095466075",
+ "score-diff-perc": "+23.80949%",
+ "tooltip": "score = 1.5438789480452675\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.29690 (+23.80949%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -700547,11 +700547,11 @@
16,
5
),
- "score": 2.055274436986301,
- "score-diff": "-0.44971653799284805",
- "score-diff-perc": "-17.95282%",
- "tooltip": "score = 2.055274436986301\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.44972 (-17.95282%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 1.4000757344843677,
+ "score-diff": "-1.1049152404947815",
+ "score-diff-perc": "-44.10855%",
+ "tooltip": "score = 1.4000757344843677\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.10492 (-44.10855%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -700573,11 +700573,11 @@
16,
5
),
- "score": 1.4000757344843677,
- "score-diff": "-0.6551987025019335",
- "score-diff-perc": "-31.87889%",
- "tooltip": "score = 1.4000757344843677\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.65520 (-31.87889%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.316329078508772,
+ "score-diff": "-0.08374665597559572",
+ "score-diff-perc": "-5.98158%",
+ "tooltip": "score = 1.316329078508772\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.08375 (-5.98158%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -700599,11 +700599,11 @@
16,
5
),
- "score": 1.316329078508772,
- "score-diff": "-0.08374665597559572",
- "score-diff-perc": "-5.98158%",
- "tooltip": "score = 1.316329078508772\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.08375 (-5.98158%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 2.055274436986301,
+ "score-diff": "0.7389453584775292",
+ "score-diff-perc": "+56.13683%",
+ "tooltip": "score = 2.055274436986301\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.73895 (+56.13683%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -700626,9 +700626,9 @@
21
),
"score": 1.6795217369893676,
- "score-diff": "0.36319265848059556",
- "score-diff-perc": "+27.59133%",
- "tooltip": "score = 1.6795217369893676\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.36319 (+27.59133%)",
+ "score-diff": "-0.3757526999969336",
+ "score-diff-perc": "-18.28236%",
+ "tooltip": "score = 1.6795217369893676\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.37575 (-18.28236%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -700937,11 +700937,11 @@
8,
54
),
- "score": 1.944617953337654,
- "score-diff": "-0.3780349406251944",
- "score-diff-perc": "-16.27600%",
- "tooltip": "score = 1.944617953337654\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.37803 (-16.27600%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 1.689371713400901,
+ "score-diff": "-0.6332811805619474",
+ "score-diff-perc": "-27.26542%",
+ "tooltip": "score = 1.689371713400901\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.63328 (-27.26542%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -700963,11 +700963,11 @@
8,
54
),
- "score": 1.689371713400901,
- "score-diff": "-0.255246239936753",
- "score-diff-perc": "-13.12578%",
- "tooltip": "score = 1.689371713400901\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.25525 (-13.12578%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.944617953337654,
+ "score-diff": "0.255246239936753",
+ "score-diff-perc": "+15.10894%",
+ "tooltip": "score = 1.944617953337654\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.25525 (+15.10894%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -700990,9 +700990,9 @@
43
),
"score": 1.7428267415795586,
- "score-diff": "0.05345502817865766",
- "score-diff-perc": "+3.16420%",
- "tooltip": "score = 1.7428267415795586\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.05346 (+3.16420%)",
+ "score-diff": "-0.20179121175809533",
+ "score-diff-perc": "-10.37691%",
+ "tooltip": "score = 1.7428267415795586\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.20179 (-10.37691%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -706560,11 +706560,11 @@
18,
7
),
- "score": 0.6397135533049041,
- "score-diff": "0.031637873531900396",
- "score-diff-perc": "+5.20295%",
- "tooltip": "score = 0.6397135533049041\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.03164 (+5.20295%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 1.6108289452495974,
+ "score-diff": "1.0027532654765938",
+ "score-diff-perc": "+164.90600%",
+ "tooltip": "score = 1.6108289452495974\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.00275 (+164.90600%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -706587,9 +706587,9 @@
7
),
"score": 0.6579863057017544,
- "score-diff": "0.018272752396850334",
- "score-diff-perc": "+2.85640%",
- "tooltip": "score = 0.6579863057017544\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01827 (+2.85640%)",
+ "score-diff": "-0.952842639547843",
+ "score-diff-perc": "-59.15232%",
+ "tooltip": "score = 0.6579863057017544\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.95284 (-59.15232%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -706612,11 +706612,11 @@
18,
7
),
- "score": 1.6108289452495974,
- "score-diff": "0.952842639547843",
- "score-diff-perc": "+144.81193%",
- "tooltip": "score = 1.6108289452495974\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.95284 (+144.81193%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.6397135533049041,
+ "score-diff": "-0.018272752396850334",
+ "score-diff-perc": "-2.77707%",
+ "tooltip": "score = 0.6397135533049041\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01827 (-2.77707%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -706639,9 +706639,9 @@
41
),
"score": 1.1414817090148346,
- "score-diff": "-0.4693472362347628",
- "score-diff-perc": "-29.13700%",
- "tooltip": "score = 1.1414817090148346\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.46935 (-29.13700%)",
+ "score-diff": "0.5017681557099305",
+ "score-diff-perc": "+78.43638%",
+ "tooltip": "score = 1.1414817090148346\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.50177 (+78.43638%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -706742,11 +706742,11 @@
17,
1
),
- "score": 0.689419850413603,
- "score-diff": "-0.064517931747201",
- "score-diff-perc": "-8.55746%",
- "tooltip": "score = 0.689419850413603\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.06452 (-8.55746%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1.3103081737991267,
+ "score-diff": "0.5563703916383227",
+ "score-diff-perc": "+73.79527%",
+ "tooltip": "score = 1.3103081737991267\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.55637 (+73.79527%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -706768,11 +706768,11 @@
17,
1
),
- "score": 0.6160664401560254,
- "score-diff": "-0.07335341025757758",
- "score-diff-perc": "-10.63987%",
- "tooltip": "score = 0.6160664401560254\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.07335 (-10.63987%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.689419850413603,
+ "score-diff": "-0.6208883233855237",
+ "score-diff-perc": "-47.38491%",
+ "tooltip": "score = 0.689419850413603\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.62089 (-47.38491%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -706794,11 +706794,11 @@
17,
1
),
- "score": 1.3103081737991267,
- "score-diff": "0.6942417336431013",
- "score-diff-perc": "+112.68943%",
- "tooltip": "score = 1.3103081737991267\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.69424 (+112.68943%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.6160664401560254,
+ "score-diff": "-0.07335341025757758",
+ "score-diff-perc": "-10.63987%",
+ "tooltip": "score = 0.6160664401560254\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.07335 (-10.63987%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -706821,9 +706821,9 @@
7
),
"score": 0.7220882033694345,
- "score-diff": "-0.5882199704296922",
- "score-diff-perc": "-44.89173%",
- "tooltip": "score = 0.7220882033694345\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.58822 (-44.89173%)",
+ "score-diff": "0.10602176321340906",
+ "score-diff-perc": "+17.20947%",
+ "tooltip": "score = 0.7220882033694345\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.10602 (+17.20947%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -707106,11 +707106,11 @@
16,
5
),
- "score": 0.9936089582781457,
- "score-diff": "-0.013526964179054635",
- "score-diff-perc": "-1.34311%",
- "tooltip": "score = 0.9936089582781457\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01353 (-1.34311%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.6956006028286575,
+ "score-diff": "-0.31153531962854275",
+ "score-diff-perc": "-30.93280%",
+ "tooltip": "score = 0.6956006028286575\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.31154 (-30.93280%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -707132,11 +707132,11 @@
16,
5
),
- "score": 0.6956006028286575,
- "score-diff": "-0.2980083554494881",
- "score-diff-perc": "-29.99252%",
- "tooltip": "score = 0.6956006028286575\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.29801 (-29.99252%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.796876844621514,
+ "score-diff": "0.10127624179285644",
+ "score-diff-perc": "+14.55954%",
+ "tooltip": "score = 0.796876844621514\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.10128 (+14.55954%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -707158,11 +707158,11 @@
16,
5
),
- "score": 0.796876844621514,
- "score-diff": "0.10127624179285644",
- "score-diff-perc": "+14.55954%",
- "tooltip": "score = 0.796876844621514\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.10128 (+14.55954%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.9936089582781457,
+ "score-diff": "0.19673211365663168",
+ "score-diff-perc": "+24.68789%",
+ "tooltip": "score = 0.9936089582781457\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.19673 (+24.68789%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -707185,9 +707185,9 @@
21
),
"score": 0.8732419787543655,
- "score-diff": "0.07636513413285151",
- "score-diff-perc": "+9.58305%",
- "tooltip": "score = 0.8732419787543655\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.07637 (+9.58305%)",
+ "score-diff": "-0.12036697952378017",
+ "score-diff-perc": "-12.11412%",
+ "tooltip": "score = 0.8732419787543655\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.12037 (-12.11412%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -707496,11 +707496,11 @@
8,
54
),
- "score": 1.1939205961002786,
- "score-diff": "0.5147754648191559",
- "score-diff-perc": "+75.79756%",
- "tooltip": "score = 1.1939205961002786\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.51478 (+75.79756%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.5967120153142402,
+ "score-diff": "-0.08243311596688241",
+ "score-diff-perc": "-12.13778%",
+ "tooltip": "score = 0.5967120153142402\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.08243 (-12.13778%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -707522,11 +707522,11 @@
8,
54
),
- "score": 0.5967120153142402,
- "score-diff": "-0.5972085807860383",
- "score-diff-perc": "-50.02080%",
- "tooltip": "score = 0.5967120153142402\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.59721 (-50.02080%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.1939205961002786,
+ "score-diff": "0.5972085807860383",
+ "score-diff-perc": "+100.08322%",
+ "tooltip": "score = 1.1939205961002786\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.59721 (+100.08322%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -707549,9 +707549,9 @@
43
),
"score": 0.25483487269639066,
- "score-diff": "-0.34187714261784957",
- "score-diff-perc": "-57.29349%",
- "tooltip": "score = 0.25483487269639066\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.34188 (-57.29349%)",
+ "score-diff": "-0.9390857234038879",
+ "score-diff-perc": "-78.65563%",
+ "tooltip": "score = 0.25483487269639066\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.93909 (-78.65563%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -713119,11 +713119,11 @@
18,
7
),
- "score": 0.841182547799271,
- "score-diff": "-0.5696126598714492",
- "score-diff-perc": "-40.37529%",
- "tooltip": "score = 0.841182547799271\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.56961 (-40.37529%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.6028482927466345,
+ "score-diff": "-0.8079469149240857",
+ "score-diff-perc": "-57.26890%",
+ "tooltip": "score = 0.6028482927466345\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.80795 (-57.26890%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -713146,9 +713146,9 @@
7
),
"score": 0.7968342151394422,
- "score-diff": "-0.04434833265982885",
- "score-diff-perc": "-5.27214%",
- "tooltip": "score = 0.7968342151394422\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.04435 (-5.27214%)",
+ "score-diff": "0.19398592239280765",
+ "score-diff-perc": "+32.17823%",
+ "tooltip": "score = 0.7968342151394422\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.19399 (+32.17823%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -713171,11 +713171,11 @@
18,
7
),
- "score": 0.6028482927466345,
- "score-diff": "-0.19398592239280765",
- "score-diff-perc": "-24.34458%",
- "tooltip": "score = 0.6028482927466345\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.19399 (-24.34458%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.841182547799271,
+ "score-diff": "0.04434833265982885",
+ "score-diff-perc": "+5.56557%",
+ "tooltip": "score = 0.841182547799271\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.04435 (+5.56557%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -713198,9 +713198,9 @@
41
),
"score": 0.9181958214830638,
- "score-diff": "0.31534752873642924",
- "score-diff-perc": "+52.30960%",
- "tooltip": "score = 0.9181958214830638\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.31535 (+52.30960%)",
+ "score-diff": "0.07701327368379274",
+ "score-diff-perc": "+9.15536%",
+ "tooltip": "score = 0.9181958214830638\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.07701 (+9.15536%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -713301,11 +713301,11 @@
17,
1
),
- "score": 0.8482398645744982,
- "score-diff": "0.15166882835439133",
- "score-diff-perc": "+21.77363%",
- "tooltip": "score = 0.8482398645744982\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.15167 (+21.77363%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.594856152260111,
+ "score-diff": "-0.10171488395999584",
+ "score-diff-perc": "-14.60223%",
+ "tooltip": "score = 0.594856152260111\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.10171 (-14.60223%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -713327,11 +713327,11 @@
17,
1
),
- "score": 0.8050601883552455,
- "score-diff": "-0.04317967621925267",
- "score-diff-perc": "-5.09050%",
- "tooltip": "score = 0.8050601883552455\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.04318 (-5.09050%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.8482398645744982,
+ "score-diff": "0.25338371231438717",
+ "score-diff-perc": "+42.59580%",
+ "tooltip": "score = 0.8482398645744982\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.25338 (+42.59580%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -713353,11 +713353,11 @@
17,
1
),
- "score": 0.594856152260111,
- "score-diff": "-0.2102040360951345",
- "score-diff-perc": "-26.11035%",
- "tooltip": "score = 0.594856152260111\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.21020 (-26.11035%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.8050601883552455,
+ "score-diff": "-0.04317967621925267",
+ "score-diff-perc": "-5.09050%",
+ "tooltip": "score = 0.8050601883552455\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.04318 (-5.09050%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -713380,9 +713380,9 @@
7
),
"score": 1.1155570197026021,
- "score-diff": "0.5207008674424911",
- "score-diff-perc": "+87.53391%",
- "tooltip": "score = 1.1155570197026021\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.52070 (+87.53391%)",
+ "score-diff": "0.3104968313473566",
+ "score-diff-perc": "+38.56815%",
+ "tooltip": "score = 1.1155570197026021\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.31050 (+38.56815%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -713665,11 +713665,11 @@
16,
5
),
- "score": 1.6143167703066164,
- "score-diff": "0.7767901139521013",
- "score-diff-perc": "+92.74811%",
- "tooltip": "score = 1.6143167703066164\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.77679 (+92.74811%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.7116021335388995,
+ "score-diff": "-0.1259245228156156",
+ "score-diff-perc": "-15.03529%",
+ "tooltip": "score = 0.7116021335388995\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.12592 (-15.03529%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -713691,11 +713691,11 @@
16,
5
),
- "score": 0.7116021335388995,
- "score-diff": "-0.9027146367677169",
- "score-diff-perc": "-55.91930%",
- "tooltip": "score = 0.7116021335388995\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.90271 (-55.91930%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.931726345962733,
+ "score-diff": "0.2201242124238335",
+ "score-diff-perc": "+30.93361%",
+ "tooltip": "score = 0.931726345962733\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.22012 (+30.93361%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -713717,11 +713717,11 @@
16,
5
),
- "score": 0.931726345962733,
- "score-diff": "0.2201242124238335",
- "score-diff-perc": "+30.93361%",
- "tooltip": "score = 0.931726345962733\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.22012 (+30.93361%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1.6143167703066164,
+ "score-diff": "0.6825904243438834",
+ "score-diff-perc": "+73.26083%",
+ "tooltip": "score = 1.6143167703066164\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.68259 (+73.26083%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -713744,9 +713744,9 @@
21
),
"score": 0.7622822627032521,
- "score-diff": "-0.1694440832594809",
- "score-diff-perc": "-18.18604%",
- "tooltip": "score = 0.7622822627032521\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.16944 (-18.18604%)",
+ "score-diff": "-0.8520345076033643",
+ "score-diff-perc": "-52.77988%",
+ "tooltip": "score = 0.7622822627032521\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.85203 (-52.77988%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -714055,11 +714055,11 @@
8,
54
),
- "score": 0.9037852490963856,
- "score-diff": "0.11547316449312761",
- "score-diff-perc": "+14.64815%",
- "tooltip": "score = 0.9037852490963856\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.11547 (+14.64815%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.6968103690199722,
+ "score-diff": "-0.09150171558328579",
+ "score-diff-perc": "-11.60730%",
+ "tooltip": "score = 0.6968103690199722\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.09150 (-11.60730%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -714081,11 +714081,11 @@
8,
54
),
- "score": 0.6968103690199722,
- "score-diff": "-0.2069748800764134",
- "score-diff-perc": "-22.90089%",
- "tooltip": "score = 0.6968103690199722\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.20697 (-22.90089%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.9037852490963856,
+ "score-diff": "0.2069748800764134",
+ "score-diff-perc": "+29.70319%",
+ "tooltip": "score = 0.9037852490963856\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.20697 (+29.70319%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -714108,9 +714108,9 @@
43
),
"score": 0.7487603374095333,
- "score-diff": "0.05194996838956112",
- "score-diff-perc": "+7.45540%",
- "tooltip": "score = 0.7487603374095333\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.05195 (+7.45540%)",
+ "score-diff": "-0.15502491168685228",
+ "score-diff-perc": "-17.15285%",
+ "tooltip": "score = 0.7487603374095333\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.15502 (-17.15285%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -719782,11 +719782,11 @@
18,
7
),
- "score": 3.1853630949755325,
- "score-diff": "-0.05135258264779763",
- "score-diff-perc": "-1.58656%",
- "tooltip": "score = 3.1853630949755325\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.05135 (-1.58656%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 3.1552815608297107,
+ "score-diff": "-0.08143411679361945",
+ "score-diff-perc": "-2.51595%",
+ "tooltip": "score = 3.1552815608297107\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.08143 (-2.51595%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -719809,9 +719809,9 @@
7
),
"score": 3.2375813574292778,
- "score-diff": "0.05221826245374528",
- "score-diff-perc": "+1.63932%",
- "tooltip": "score = 3.2375813574292778\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.05222 (+1.63932%)",
+ "score-diff": "0.0822997965995671",
+ "score-diff-perc": "+2.60832%",
+ "tooltip": "score = 3.2375813574292778\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.08230 (+2.60832%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -719834,11 +719834,11 @@
18,
7
),
- "score": 3.1552815608297107,
- "score-diff": "-0.0822997965995671",
- "score-diff-perc": "-2.54201%",
- "tooltip": "score = 3.1552815608297107\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.08230 (-2.54201%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 3.1853630949755325,
+ "score-diff": "-0.05221826245374528",
+ "score-diff-perc": "-1.61288%",
+ "tooltip": "score = 3.1853630949755325\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.05222 (-1.61288%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -719861,9 +719861,9 @@
41
),
"score": 4.982098458103763,
- "score-diff": "1.826816897274052",
- "score-diff-perc": "+57.89711%",
- "tooltip": "score = 4.982098458103763\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.82682 (+57.89711%)",
+ "score-diff": "1.7967353631282301",
+ "score-diff-perc": "+56.40598%",
+ "tooltip": "score = 4.982098458103763\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.79674 (+56.40598%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -719964,11 +719964,11 @@
17,
1
),
- "score": 4.97740707416611,
- "score-diff": "0.8587471678052037",
- "score-diff-perc": "+20.85016%",
- "tooltip": "score = 4.97740707416611\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.85875 (+20.85016%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 5.039288327253383,
+ "score-diff": "0.9206284208924762",
+ "score-diff-perc": "+22.35262%",
+ "tooltip": "score = 5.039288327253383\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.92063 (+22.35262%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -719990,11 +719990,11 @@
17,
1
),
- "score": 3.1966475099920055,
- "score-diff": "-1.7807595641741045",
- "score-diff-perc": "-35.77685%",
- "tooltip": "score = 3.1966475099920055\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.78076 (-35.77685%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 4.97740707416611,
+ "score-diff": "-0.06188125308727255",
+ "score-diff-perc": "-1.22798%",
+ "tooltip": "score = 4.97740707416611\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.06188 (-1.22798%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -720016,11 +720016,11 @@
17,
1
),
- "score": 5.039288327253383,
- "score-diff": "1.842640817261377",
- "score-diff-perc": "+57.64292%",
- "tooltip": "score = 5.039288327253383\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.84264 (+57.64292%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 3.1966475099920055,
+ "score-diff": "-1.7807595641741045",
+ "score-diff-perc": "-35.77685%",
+ "tooltip": "score = 3.1966475099920055\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.78076 (-35.77685%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -720043,9 +720043,9 @@
7
),
"score": 3.360074154177961,
- "score-diff": "-1.6792141730754215",
- "score-diff-perc": "-33.32245%",
- "tooltip": "score = 3.360074154177961\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.67921 (-33.32245%)",
+ "score-diff": "0.16342664418595554",
+ "score-diff-perc": "+5.11244%",
+ "tooltip": "score = 3.360074154177961\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.16343 (+5.11244%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -720328,11 +720328,11 @@
16,
5
),
- "score": 4.213570891066503,
- "score-diff": "-0.8217218437777403",
- "score-diff-perc": "-16.31925%",
- "tooltip": "score = 4.213570891066503\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.82172 (-16.31925%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 3.206506473002878,
+ "score-diff": "-1.8287862618413655",
+ "score-diff-perc": "-36.31936%",
+ "tooltip": "score = 3.206506473002878\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.82879 (-36.31936%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -720354,11 +720354,11 @@
16,
5
),
- "score": 3.206506473002878,
- "score-diff": "-1.0070644180636252",
- "score-diff-perc": "-23.90050%",
- "tooltip": "score = 3.206506473002878\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.00706 (-23.90050%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 4.232741569949102,
+ "score-diff": "1.0262350969462242",
+ "score-diff-perc": "+32.00477%",
+ "tooltip": "score = 4.232741569949102\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.02624 (+32.00477%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -720380,11 +720380,11 @@
16,
5
),
- "score": 4.232741569949102,
- "score-diff": "1.0262350969462242",
- "score-diff-perc": "+32.00477%",
- "tooltip": "score = 4.232741569949102\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.02624 (+32.00477%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 4.213570891066503,
+ "score-diff": "-0.019170678882598935",
+ "score-diff-perc": "-0.45291%",
+ "tooltip": "score = 4.213570891066503\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01917 (-0.45291%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -720407,9 +720407,9 @@
21
),
"score": 5.008862053355703,
- "score-diff": "0.7761204834066007",
- "score-diff-perc": "+18.33612%",
- "tooltip": "score = 5.008862053355703\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.77612 (+18.33612%)",
+ "score-diff": "0.7952911622891996",
+ "score-diff-perc": "+18.87452%",
+ "tooltip": "score = 5.008862053355703\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.79529 (+18.87452%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -720718,11 +720718,11 @@
8,
54
),
- "score": 5.2334679829908675,
- "score-diff": "0.0043660000098091345",
- "score-diff-perc": "+0.08349%",
- "tooltip": "score = 5.2334679829908675\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00437 (+0.08349%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 3.298787772777676,
+ "score-diff": "-1.9303142102033823",
+ "score-diff-perc": "-36.91483%",
+ "tooltip": "score = 3.298787772777676\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.93031 (-36.91483%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -720744,11 +720744,11 @@
8,
54
),
- "score": 3.298787772777676,
- "score-diff": "-1.9346802102131915",
- "score-diff-perc": "-36.96746%",
- "tooltip": "score = 3.298787772777676\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.93468 (-36.96746%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 5.2334679829908675,
+ "score-diff": "1.9346802102131915",
+ "score-diff-perc": "+58.64822%",
+ "tooltip": "score = 5.2334679829908675\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.93468 (+58.64822%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -720771,9 +720771,9 @@
43
),
"score": 2.880764073567757,
- "score-diff": "-0.4180236992099191",
- "score-diff-perc": "-12.67204%",
- "tooltip": "score = 2.880764073567757\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.41802 (-12.67204%)",
+ "score-diff": "-2.3527039094231106",
+ "score-diff-perc": "-44.95497%",
+ "tooltip": "score = 2.880764073567757\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -2.35270 (-44.95497%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -726445,11 +726445,11 @@
18,
7
),
- "score": 7.5679714816735775,
- "score-diff": "-0.12732187532556516",
- "score-diff-perc": "-1.65454%",
- "tooltip": "score = 7.5679714816735775\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.12732 (-1.65454%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 7.200247437152354,
+ "score-diff": "-0.49504591984678825",
+ "score-diff-perc": "-6.43310%",
+ "tooltip": "score = 7.200247437152354\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.49505 (-6.43310%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -726472,9 +726472,9 @@
7
),
"score": 7.489549165568645,
- "score-diff": "-0.07842231610493222",
- "score-diff-perc": "-1.03624%",
- "tooltip": "score = 7.489549165568645\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.07842 (-1.03624%)",
+ "score-diff": "0.28930172841629087",
+ "score-diff-perc": "+4.01794%",
+ "tooltip": "score = 7.489549165568645\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.28930 (+4.01794%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -726497,11 +726497,11 @@
18,
7
),
- "score": 7.200247437152354,
- "score-diff": "-0.28930172841629087",
- "score-diff-perc": "-3.86274%",
- "tooltip": "score = 7.200247437152354\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.28930 (-3.86274%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 7.5679714816735775,
+ "score-diff": "0.07842231610493222",
+ "score-diff-perc": "+1.04709%",
+ "tooltip": "score = 7.5679714816735775\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.07842 (+1.04709%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -726524,9 +726524,9 @@
41
),
"score": 8.23990969790679,
- "score-diff": "1.0396622607544348",
- "score-diff-perc": "+14.43926%",
- "tooltip": "score = 8.23990969790679\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.03966 (+14.43926%)",
+ "score-diff": "0.6719382162332117",
+ "score-diff-perc": "+8.87871%",
+ "tooltip": "score = 8.23990969790679\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.67194 (+8.87871%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -726627,11 +726627,11 @@
17,
1
),
- "score": 7.833219705993413,
- "score-diff": "-0.3941530260921038",
- "score-diff-perc": "-4.79075%",
- "tooltip": "score = 7.833219705993413\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.39415 (-4.79075%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 8.35539466343548,
+ "score-diff": "0.12802193134996287",
+ "score-diff-perc": "+1.55605%",
+ "tooltip": "score = 8.35539466343548\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.12802 (+1.55605%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -726653,11 +726653,11 @@
17,
1
),
- "score": 6.745826351676493,
- "score-diff": "-1.0873933543169194",
- "score-diff-perc": "-13.88182%",
- "tooltip": "score = 6.745826351676493\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.08739 (-13.88182%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 7.833219705993413,
+ "score-diff": "-0.5221749574420667",
+ "score-diff-perc": "-6.24955%",
+ "tooltip": "score = 7.833219705993413\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.52217 (-6.24955%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -726679,11 +726679,11 @@
17,
1
),
- "score": 8.35539466343548,
- "score-diff": "1.609568311758986",
- "score-diff-perc": "+23.86021%",
- "tooltip": "score = 8.35539466343548\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.60957 (+23.86021%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 6.745826351676493,
+ "score-diff": "-1.0873933543169194",
+ "score-diff-perc": "-13.88182%",
+ "tooltip": "score = 6.745826351676493\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.08739 (-13.88182%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -726706,9 +726706,9 @@
7
),
"score": 6.717065687456891,
- "score-diff": "-1.6383289759785882",
- "score-diff-perc": "-19.60804%",
- "tooltip": "score = 6.717065687456891\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.63833 (-19.60804%)",
+ "score-diff": "-0.028760664219602106",
+ "score-diff-perc": "-0.42635%",
+ "tooltip": "score = 6.717065687456891\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.02876 (-0.42635%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -726991,11 +726991,11 @@
16,
5
),
- "score": 7.880705525247709,
- "score-diff": "-0.34507695188242593",
- "score-diff-perc": "-4.19507%",
- "tooltip": "score = 7.880705525247709\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.34508 (-4.19507%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 7.775019919200307,
+ "score-diff": "-0.4507625579298278",
+ "score-diff-perc": "-5.47987%",
+ "tooltip": "score = 7.775019919200307\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.45076 (-5.47987%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -727017,11 +727017,11 @@
16,
5
),
- "score": 7.775019919200307,
- "score-diff": "-0.10568560604740185",
- "score-diff-perc": "-1.34107%",
- "tooltip": "score = 7.775019919200307\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.10569 (-1.34107%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 8.116738022318971,
+ "score-diff": "0.341718103118664",
+ "score-diff-perc": "+4.39508%",
+ "tooltip": "score = 8.116738022318971\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.34172 (+4.39508%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -727043,11 +727043,11 @@
16,
5
),
- "score": 8.116738022318971,
- "score-diff": "0.341718103118664",
- "score-diff-perc": "+4.39508%",
- "tooltip": "score = 8.116738022318971\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.34172 (+4.39508%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 7.880705525247709,
+ "score-diff": "-0.23603249707126217",
+ "score-diff-perc": "-2.90797%",
+ "tooltip": "score = 7.880705525247709\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.23603 (-2.90797%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -727070,9 +727070,9 @@
21
),
"score": 7.385414577490774,
- "score-diff": "-0.7313234448281971",
- "score-diff-perc": "-9.01007%",
- "tooltip": "score = 7.385414577490774\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.73132 (-9.01007%)",
+ "score-diff": "-0.49529094775693494",
+ "score-diff-perc": "-6.28486%",
+ "tooltip": "score = 7.385414577490774\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.49529 (-6.28486%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -727381,11 +727381,11 @@
8,
54
),
- "score": 8.868189182792698,
- "score-diff": "1.053480009935555",
- "score-diff-perc": "+13.48073%",
- "tooltip": "score = 8.868189182792698\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.05348 (+13.48073%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 8.42894068032533,
+ "score-diff": "0.6142315074681868",
+ "score-diff-perc": "+7.85994%",
+ "tooltip": "score = 8.42894068032533\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.61423 (+7.85994%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -727407,11 +727407,11 @@
8,
54
),
- "score": 8.42894068032533,
- "score-diff": "-0.43924850246736824",
- "score-diff-perc": "-4.95308%",
- "tooltip": "score = 8.42894068032533\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.43925 (-4.95308%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 8.868189182792698,
+ "score-diff": "0.43924850246736824",
+ "score-diff-perc": "+5.21119%",
+ "tooltip": "score = 8.868189182792698\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.43925 (+5.21119%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -727434,9 +727434,9 @@
43
),
"score": 6.9282580136262215,
- "score-diff": "-1.5006826666991078",
- "score-diff-perc": "-17.80393%",
- "tooltip": "score = 6.9282580136262215\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.50068 (-17.80393%)",
+ "score-diff": "-1.939931169166476",
+ "score-diff-perc": "-21.87517%",
+ "tooltip": "score = 6.9282580136262215\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.93993 (-21.87517%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -733082,11 +733082,11 @@
18,
7
),
- "score": 3.273170458107542,
- "score-diff": "0.9090760737960699",
- "score-diff-perc": "+38.45346%",
- "tooltip": "score = 3.273170458107542\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.90908 (+38.45346%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 3.3061453130851777,
+ "score-diff": "0.9420509287737056",
+ "score-diff-perc": "+39.84828%",
+ "tooltip": "score = 3.3061453130851777\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.94205 (+39.84828%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -733109,9 +733109,9 @@
7
),
"score": 3.1186827756084616,
- "score-diff": "-0.1544876824990804",
- "score-diff-perc": "-4.71982%",
- "tooltip": "score = 3.1186827756084616\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.15449 (-4.71982%)",
+ "score-diff": "-0.18746253747671604",
+ "score-diff-perc": "-5.67012%",
+ "tooltip": "score = 3.1186827756084616\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.18746 (-5.67012%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -733134,11 +733134,11 @@
18,
7
),
- "score": 3.3061453130851777,
- "score-diff": "0.18746253747671604",
- "score-diff-perc": "+6.01095%",
- "tooltip": "score = 3.3061453130851777\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.18746 (+6.01095%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 3.273170458107542,
+ "score-diff": "0.1544876824990804",
+ "score-diff-perc": "+4.95362%",
+ "tooltip": "score = 3.273170458107542\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.15449 (+4.95362%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -733161,9 +733161,9 @@
41
),
"score": 3.6320335004163544,
- "score-diff": "0.32588818733117675",
- "score-diff-perc": "+9.85704%",
- "tooltip": "score = 3.6320335004163544\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.32589 (+9.85704%)",
+ "score-diff": "0.3588630423088124",
+ "score-diff-perc": "+10.96377%",
+ "tooltip": "score = 3.6320335004163544\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.35886 (+10.96377%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -733264,11 +733264,11 @@
17,
1
),
- "score": 3.6519181531364215,
- "score-diff": "0.14511626478624384",
- "score-diff-perc": "+4.13814%",
- "tooltip": "score = 3.6519181531364215\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.14512 (+4.13814%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 3.4416954665950117,
+ "score-diff": "-0.06510642175516601",
+ "score-diff-perc": "-1.85658%",
+ "tooltip": "score = 3.4416954665950117\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.06511 (-1.85658%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -733290,11 +733290,11 @@
17,
1
),
- "score": 2.9086723271478707,
- "score-diff": "-0.7432458259885508",
- "score-diff-perc": "-20.35220%",
- "tooltip": "score = 2.9086723271478707\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.74325 (-20.35220%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 3.6519181531364215,
+ "score-diff": "0.21022268654140985",
+ "score-diff-perc": "+6.10811%",
+ "tooltip": "score = 3.6519181531364215\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.21022 (+6.10811%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -733316,11 +733316,11 @@
17,
1
),
- "score": 3.4416954665950117,
- "score-diff": "0.533023139447141",
- "score-diff-perc": "+18.32531%",
- "tooltip": "score = 3.4416954665950117\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.53302 (+18.32531%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 2.9086723271478707,
+ "score-diff": "-0.7432458259885508",
+ "score-diff-perc": "-20.35220%",
+ "tooltip": "score = 2.9086723271478707\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.74325 (-20.35220%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -733343,9 +733343,9 @@
7
),
"score": 2.8373052400198784,
- "score-diff": "-0.6043902265751333",
- "score-diff-perc": "-17.56083%",
- "tooltip": "score = 2.8373052400198784\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.60439 (-17.56083%)",
+ "score-diff": "-0.07136708712799233",
+ "score-diff-perc": "-2.45360%",
+ "tooltip": "score = 2.8373052400198784\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.07137 (-2.45360%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -733628,11 +733628,11 @@
16,
5
),
- "score": 3.507415310547138,
- "score-diff": "-0.06883951338250727",
- "score-diff-perc": "-1.92491%",
- "tooltip": "score = 3.507415310547138\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.06884 (-1.92491%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 2.5576101202924346,
+ "score-diff": "-1.0186447036372108",
+ "score-diff-perc": "-28.48356%",
+ "tooltip": "score = 2.5576101202924346\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.01864 (-28.48356%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -733654,11 +733654,11 @@
16,
5
),
- "score": 2.5576101202924346,
- "score-diff": "-0.9498051902547036",
- "score-diff-perc": "-27.07992%",
- "tooltip": "score = 2.5576101202924346\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.94981 (-27.07992%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 3.5773216614013554,
+ "score-diff": "1.0197115411089208",
+ "score-diff-perc": "+39.86970%",
+ "tooltip": "score = 3.5773216614013554\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.01971 (+39.86970%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -733680,11 +733680,11 @@
16,
5
),
- "score": 3.5773216614013554,
- "score-diff": "1.0197115411089208",
- "score-diff-perc": "+39.86970%",
- "tooltip": "score = 3.5773216614013554\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.01971 (+39.86970%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 3.507415310547138,
+ "score-diff": "-0.06990635085421726",
+ "score-diff-perc": "-1.95415%",
+ "tooltip": "score = 3.507415310547138\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.06991 (-1.95415%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -733707,9 +733707,9 @@
21
),
"score": 3.5791286627033534,
- "score-diff": "0.001807001301997957",
- "score-diff-perc": "+0.05051%",
- "tooltip": "score = 3.5791286627033534\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00181 (+0.05051%)",
+ "score-diff": "0.07171335215621522",
+ "score-diff-perc": "+2.04462%",
+ "tooltip": "score = 3.5791286627033534\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.07171 (+2.04462%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -734018,11 +734018,11 @@
8,
54
),
- "score": 3.8159968631873404,
- "score-diff": "-0.3285053849224724",
- "score-diff-perc": "-7.92629%",
- "tooltip": "score = 3.8159968631873404\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.32851 (-7.92629%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 3.4779158311745384,
+ "score-diff": "-0.6665864169352744",
+ "score-diff-perc": "-16.08363%",
+ "tooltip": "score = 3.4779158311745384\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.66659 (-16.08363%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -734044,11 +734044,11 @@
8,
54
),
- "score": 3.4779158311745384,
- "score-diff": "-0.33808103201280204",
- "score-diff-perc": "-8.85957%",
- "tooltip": "score = 3.4779158311745384\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.33808 (-8.85957%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 3.8159968631873404,
+ "score-diff": "0.33808103201280204",
+ "score-diff-perc": "+9.72079%",
+ "tooltip": "score = 3.8159968631873404\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.33808 (+9.72079%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -734071,9 +734071,9 @@
43
),
"score": 2.585758561551212,
- "score-diff": "-0.8921572696233264",
- "score-diff-perc": "-25.65207%",
- "tooltip": "score = 2.585758561551212\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.89216 (-25.65207%)",
+ "score-diff": "-1.2302383016361285",
+ "score-diff-perc": "-32.23898%",
+ "tooltip": "score = 2.585758561551212\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.23024 (-32.23898%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -739745,11 +739745,11 @@
18,
7
),
- "score": 33.382120230073426,
- "score-diff": "-1.7954128437082488",
- "score-diff-perc": "-5.10386%",
- "tooltip": "score = 33.382120230073426\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.79541 (-5.10386%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 48.329393822398295,
+ "score-diff": "13.15186074861662",
+ "score-diff-perc": "+37.38710%",
+ "tooltip": "score = 48.329393822398295\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +13.15186 (+37.38710%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -739772,9 +739772,9 @@
7
),
"score": 49.21812464287079,
- "score-diff": "15.836004412797365",
- "score-diff-perc": "+47.43858%",
- "tooltip": "score = 49.21812464287079\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +15.83600 (+47.43858%)",
+ "score-diff": "0.888730820472496",
+ "score-diff-perc": "+1.83890%",
+ "tooltip": "score = 49.21812464287079\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.88873 (+1.83890%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -739797,11 +739797,11 @@
18,
7
),
- "score": 48.329393822398295,
- "score-diff": "-0.888730820472496",
- "score-diff-perc": "-1.80570%",
- "tooltip": "score = 48.329393822398295\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.88873 (-1.80570%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 33.382120230073426,
+ "score-diff": "-15.836004412797365",
+ "score-diff-perc": "-32.17515%",
+ "tooltip": "score = 33.382120230073426\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -15.83600 (-32.17515%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -739824,9 +739824,9 @@
41
),
"score": 28.602804347970782,
- "score-diff": "-19.726589474427513",
- "score-diff-perc": "-40.81696%",
- "tooltip": "score = 28.602804347970782\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -19.72659 (-40.81696%)",
+ "score-diff": "-4.779315882102644",
+ "score-diff-perc": "-14.31699%",
+ "tooltip": "score = 28.602804347970782\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -4.77932 (-14.31699%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -739927,11 +739927,11 @@
17,
1
),
- "score": 29.151574214336435,
- "score-diff": "0.45357764736282036",
- "score-diff-perc": "+1.58052%",
- "tooltip": "score = 29.151574214336435\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.45358 (+1.58052%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 28.918198217105264,
+ "score-diff": "0.22020165013164927",
+ "score-diff-perc": "+0.76731%",
+ "tooltip": "score = 28.918198217105264\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.22020 (+0.76731%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -739953,11 +739953,11 @@
17,
1
),
- "score": 47.2504623277193,
- "score-diff": "18.098888113382863",
- "score-diff-perc": "+62.08546%",
- "tooltip": "score = 47.2504623277193\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +18.09889 (+62.08546%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 29.151574214336435,
+ "score-diff": "0.23337599723117108",
+ "score-diff-perc": "+0.80702%",
+ "tooltip": "score = 29.151574214336435\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.23338 (+0.80702%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -739979,11 +739979,11 @@
17,
1
),
- "score": 28.918198217105264,
- "score-diff": "-18.332264110614034",
- "score-diff-perc": "-38.79806%",
- "tooltip": "score = 28.918198217105264\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -18.33226 (-38.79806%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 47.2504623277193,
+ "score-diff": "18.098888113382863",
+ "score-diff-perc": "+62.08546%",
+ "tooltip": "score = 47.2504623277193\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +18.09889 (+62.08546%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -740006,9 +740006,9 @@
7
),
"score": 51.63240531438127,
- "score-diff": "22.71420709727601",
- "score-diff-perc": "+78.54641%",
- "tooltip": "score = 51.63240531438127\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +22.71421 (+78.54641%)",
+ "score-diff": "4.381942986661976",
+ "score-diff-perc": "+9.27386%",
+ "tooltip": "score = 51.63240531438127\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +4.38194 (+9.27386%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -740291,11 +740291,11 @@
16,
5
),
- "score": 28.565721024626622,
- "score-diff": "-0.7585160107882629",
- "score-diff-perc": "-2.58665%",
- "tooltip": "score = 28.565721024626622\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.75852 (-2.58665%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 50.29111901906653,
+ "score-diff": "20.966881983651643",
+ "score-diff-perc": "+71.50018%",
+ "tooltip": "score = 50.29111901906653\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +20.96688 (+71.50018%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -740317,11 +740317,11 @@
16,
5
),
- "score": 50.29111901906653,
- "score-diff": "21.725397994439906",
- "score-diff-perc": "+76.05409%",
- "tooltip": "score = 50.29111901906653\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +21.72540 (+76.05409%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 29.262667069713665,
+ "score-diff": "-21.028451949352863",
+ "score-diff-perc": "-41.81345%",
+ "tooltip": "score = 29.262667069713665\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -21.02845 (-41.81345%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -740343,11 +740343,11 @@
16,
5
),
- "score": 29.262667069713665,
- "score-diff": "-21.028451949352863",
- "score-diff-perc": "-41.81345%",
- "tooltip": "score = 29.262667069713665\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -21.02845 (-41.81345%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 28.565721024626622,
+ "score-diff": "-0.6969460450870422",
+ "score-diff-perc": "-2.38169%",
+ "tooltip": "score = 28.565721024626622\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.69695 (-2.38169%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -740370,9 +740370,9 @@
21
),
"score": 29.291513993690586,
- "score-diff": "0.028846923976921346",
- "score-diff-perc": "+0.09858%",
- "tooltip": "score = 29.291513993690586\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.02885 (+0.09858%)",
+ "score-diff": "0.7257929690639635",
+ "score-diff-perc": "+2.54078%",
+ "tooltip": "score = 29.291513993690586\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.72579 (+2.54078%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -740681,11 +740681,11 @@
8,
54
),
- "score": 29.50362137889489,
- "score-diff": "-0.523281599150561",
- "score-diff-perc": "-1.74271%",
- "tooltip": "score = 29.50362137889489\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.52328 (-1.74271%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 51.640488486717274,
+ "score-diff": "21.61358550867182",
+ "score-diff-perc": "+71.98074%",
+ "tooltip": "score = 51.640488486717274\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +21.61359 (+71.98074%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -740707,11 +740707,11 @@
8,
54
),
- "score": 51.640488486717274,
- "score-diff": "22.136867107822383",
- "score-diff-perc": "+75.03102%",
- "tooltip": "score = 51.640488486717274\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +22.13687 (+75.03102%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 29.50362137889489,
+ "score-diff": "-22.136867107822383",
+ "score-diff-perc": "-42.86727%",
+ "tooltip": "score = 29.50362137889489\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -22.13687 (-42.86727%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -740734,9 +740734,9 @@
43
),
"score": 36.07918011085343,
- "score-diff": "-15.561308375863845",
- "score-diff-perc": "-30.13393%",
- "tooltip": "score = 36.07918011085343\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -15.56131 (-30.13393%)",
+ "score-diff": "6.575558731958537",
+ "score-diff-perc": "+22.28729%",
+ "tooltip": "score = 36.07918011085343\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +6.57556 (+22.28729%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -746408,11 +746408,11 @@
18,
7
),
- "score": 340.11302824583333,
- "score-diff": "2.0656685020833265",
- "score-diff-perc": "+0.61106%",
- "tooltip": "score = 340.11302824583333\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.06567 (+0.61106%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 319.92933628125,
+ "score-diff": "-18.11802346249999",
+ "score-diff-perc": "-5.35961%",
+ "tooltip": "score = 319.92933628125\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -18.11802 (-5.35961%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -746435,9 +746435,9 @@
7
),
"score": 335.6648460854167,
- "score-diff": "-4.44818216041665",
- "score-diff-perc": "-1.30785%",
- "tooltip": "score = 335.6648460854167\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.44818 (-1.30785%)",
+ "score-diff": "15.735509804166668",
+ "score-diff-perc": "+4.91843%",
+ "tooltip": "score = 335.6648460854167\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +15.73551 (+4.91843%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -746460,11 +746460,11 @@
18,
7
),
- "score": 319.92933628125,
- "score-diff": "-15.735509804166668",
- "score-diff-perc": "-4.68786%",
- "tooltip": "score = 319.92933628125\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -15.73551 (-4.68786%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 340.11302824583333,
+ "score-diff": "4.44818216041665",
+ "score-diff-perc": "+1.32519%",
+ "tooltip": "score = 340.11302824583333\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +4.44818 (+1.32519%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -746487,9 +746487,9 @@
41
),
"score": 482.78747213636365,
- "score-diff": "162.85813585511363",
- "score-diff-perc": "+50.90441%",
- "tooltip": "score = 482.78747213636365\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +162.85814 (+50.90441%)",
+ "score-diff": "142.6744438905303",
+ "score-diff-perc": "+41.94913%",
+ "tooltip": "score = 482.78747213636365\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +142.67444 (+41.94913%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -746590,11 +746590,11 @@
17,
1
),
- "score": 477.690887,
- "score-diff": "36.791615874999934",
- "score-diff-perc": "+8.34468%",
- "tooltip": "score = 477.690887\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +36.79162 (+8.34468%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 446.9422777916667,
+ "score-diff": "6.043006666666656",
+ "score-diff-perc": "+1.37061%",
+ "tooltip": "score = 446.9422777916667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +6.04301 (+1.37061%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -746616,11 +746616,11 @@
17,
1
),
- "score": 331.7268813791667,
- "score-diff": "-145.9640056208333",
- "score-diff-perc": "-30.55616%",
- "tooltip": "score = 331.7268813791667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -145.96401 (-30.55616%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 477.690887,
+ "score-diff": "30.748609208333278",
+ "score-diff-perc": "+6.87977%",
+ "tooltip": "score = 477.690887\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +30.74861 (+6.87977%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -746642,11 +746642,11 @@
17,
1
),
- "score": 446.9422777916667,
- "score-diff": "115.21539641250001",
- "score-diff-perc": "+34.73200%",
- "tooltip": "score = 446.9422777916667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +115.21540 (+34.73200%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 331.7268813791667,
+ "score-diff": "-145.9640056208333",
+ "score-diff-perc": "-30.55616%",
+ "tooltip": "score = 331.7268813791667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -145.96401 (-30.55616%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -746669,9 +746669,9 @@
7
),
"score": 304.7951937647059,
- "score-diff": "-142.14708402696078",
- "score-diff-perc": "-31.80435%",
- "tooltip": "score = 304.7951937647059\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -142.14708 (-31.80435%)",
+ "score-diff": "-26.93168761446077",
+ "score-diff-perc": "-8.11863%",
+ "tooltip": "score = 304.7951937647059\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -26.93169 (-8.11863%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -746954,11 +746954,11 @@
16,
5
),
- "score": 497.94371659090905,
- "score-diff": "57.38622671590906",
- "score-diff-perc": "+13.02582%",
- "tooltip": "score = 497.94371659090905\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +57.38623 (+13.02582%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 311.4402254411765,
+ "score-diff": "-129.1172644338235",
+ "score-diff-perc": "-29.30770%",
+ "tooltip": "score = 311.4402254411765\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -129.11726 (-29.30770%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -746980,11 +746980,11 @@
16,
5
),
- "score": 311.4402254411765,
- "score-diff": "-186.50349114973255",
- "score-diff-perc": "-37.45473%",
- "tooltip": "score = 311.4402254411765\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -186.50349 (-37.45473%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 441.1968879166667,
+ "score-diff": "129.7566624754902",
+ "score-diff-perc": "+41.66342%",
+ "tooltip": "score = 441.1968879166667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +129.75666 (+41.66342%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -747006,11 +747006,11 @@
16,
5
),
- "score": 441.1968879166667,
- "score-diff": "129.7566624754902",
- "score-diff-perc": "+41.66342%",
- "tooltip": "score = 441.1968879166667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +129.75666 (+41.66342%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 497.94371659090905,
+ "score-diff": "56.74682867424235",
+ "score-diff-perc": "+12.86202%",
+ "tooltip": "score = 497.94371659090905\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +56.74683 (+12.86202%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -747033,9 +747033,9 @@
21
),
"score": 439.2995109166667,
- "score-diff": "-1.8973770000000059",
- "score-diff-perc": "-0.43005%",
- "tooltip": "score = 439.2995109166667\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.89738 (-0.43005%)",
+ "score-diff": "-58.64420567424236",
+ "score-diff-perc": "-11.77728%",
+ "tooltip": "score = 439.2995109166667\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -58.64421 (-11.77728%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -747344,11 +747344,11 @@
8,
54
),
- "score": 468.31837504545456,
- "score-diff": "9.332658181818204",
- "score-diff-perc": "+2.03332%",
- "tooltip": "score = 468.31837504545456\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +9.33266 (+2.03332%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 313.60577850919117,
+ "score-diff": "-145.3799383544452",
+ "score-diff-perc": "-31.67417%",
+ "tooltip": "score = 313.60577850919117\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -145.37994 (-31.67417%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -747370,11 +747370,11 @@
8,
54
),
- "score": 313.60577850919117,
- "score-diff": "-154.7125965362634",
- "score-diff-perc": "-33.03577%",
- "tooltip": "score = 313.60577850919117\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -154.71260 (-33.03577%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 468.31837504545456,
+ "score-diff": "154.7125965362634",
+ "score-diff-perc": "+49.33346%",
+ "tooltip": "score = 468.31837504545456\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +154.71260 (+49.33346%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -747397,9 +747397,9 @@
43
),
"score": 344.65642246666664,
- "score-diff": "31.050643957475472",
- "score-diff-perc": "+9.90117%",
- "tooltip": "score = 344.65642246666664\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +31.05064 (+9.90117%)",
+ "score-diff": "-123.66195257878792",
+ "score-diff-perc": "-26.40553%",
+ "tooltip": "score = 344.65642246666664\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -123.66195 (-26.40553%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -753071,11 +753071,11 @@
18,
7
),
- "score": 14.412766323883588,
- "score-diff": "0.09383204311404292",
- "score-diff-perc": "+0.65530%",
- "tooltip": "score = 14.412766323883588\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.09383 (+0.65530%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 14.88447327839383,
+ "score-diff": "0.5655389976242855",
+ "score-diff-perc": "+3.94959%",
+ "tooltip": "score = 14.88447327839383\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.56554 (+3.94959%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -753098,9 +753098,9 @@
7
),
"score": 14.852177257309428,
- "score-diff": "0.43941093342584026",
- "score-diff-perc": "+3.04876%",
- "tooltip": "score = 14.852177257309428\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.43941 (+3.04876%)",
+ "score-diff": "-0.03229602108440233",
+ "score-diff-perc": "-0.21698%",
+ "tooltip": "score = 14.852177257309428\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03230 (-0.21698%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -753123,11 +753123,11 @@
18,
7
),
- "score": 14.88447327839383,
- "score-diff": "0.03229602108440233",
- "score-diff-perc": "+0.21745%",
- "tooltip": "score = 14.88447327839383\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.03230 (+0.21745%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 14.412766323883588,
+ "score-diff": "-0.43941093342584026",
+ "score-diff-perc": "-2.95856%",
+ "tooltip": "score = 14.412766323883588\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.43941 (-2.95856%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -753150,9 +753150,9 @@
41
),
"score": 15.968447057814407,
- "score-diff": "1.0839737794205764",
- "score-diff-perc": "+7.28258%",
- "tooltip": "score = 15.968447057814407\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.08397 (+7.28258%)",
+ "score-diff": "1.555680733930819",
+ "score-diff-perc": "+10.79377%",
+ "tooltip": "score = 15.968447057814407\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.55568 (+10.79377%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -753253,11 +753253,11 @@
17,
1
),
- "score": 16.20215393238123,
- "score-diff": "0.5217511951705838",
- "score-diff-perc": "+3.32741%",
- "tooltip": "score = 16.20215393238123\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.52175 (+3.32741%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 16.096245971981425,
+ "score-diff": "0.41584323477077945",
+ "score-diff-perc": "+2.65199%",
+ "tooltip": "score = 16.096245971981425\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.41584 (+2.65199%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -753279,11 +753279,11 @@
17,
1
),
- "score": 14.522941531804317,
- "score-diff": "-1.6792124005769118",
- "score-diff-perc": "-10.36413%",
- "tooltip": "score = 14.522941531804317\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.67921 (-10.36413%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 16.20215393238123,
+ "score-diff": "0.10590796039980432",
+ "score-diff-perc": "+0.65797%",
+ "tooltip": "score = 16.20215393238123\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.10591 (+0.65797%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -753305,11 +753305,11 @@
17,
1
),
- "score": 16.096245971981425,
- "score-diff": "1.5733044401771075",
- "score-diff-perc": "+10.83324%",
- "tooltip": "score = 16.096245971981425\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.57330 (+10.83324%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 14.522941531804317,
+ "score-diff": "-1.6792124005769118",
+ "score-diff-perc": "-10.36413%",
+ "tooltip": "score = 14.522941531804317\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.67921 (-10.36413%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -753332,9 +753332,9 @@
7
),
"score": 15.028805204005867,
- "score-diff": "-1.0674407679755582",
- "score-diff-perc": "-6.63161%",
- "tooltip": "score = 15.028805204005867\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.06744 (-6.63161%)",
+ "score-diff": "0.5058636722015493",
+ "score-diff-perc": "+3.48320%",
+ "tooltip": "score = 15.028805204005867\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.50586 (+3.48320%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -753617,11 +753617,11 @@
16,
5
),
- "score": 16.230127415212948,
- "score-diff": "0.33612417167777053",
- "score-diff-perc": "+2.11479%",
- "tooltip": "score = 16.230127415212948\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.33612 (+2.11479%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 14.669638188415892,
+ "score-diff": "-1.2243650551192857",
+ "score-diff-perc": "-7.70331%",
+ "tooltip": "score = 14.669638188415892\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.22437 (-7.70331%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -753643,11 +753643,11 @@
16,
5
),
- "score": 14.669638188415892,
- "score-diff": "-1.5604892267970563",
- "score-diff-perc": "-9.61477%",
- "tooltip": "score = 14.669638188415892\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.56049 (-9.61477%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 15.924320365515015,
+ "score-diff": "1.2546821770991237",
+ "score-diff-perc": "+8.55292%",
+ "tooltip": "score = 15.924320365515015\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.25468 (+8.55292%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -753669,11 +753669,11 @@
16,
5
),
- "score": 15.924320365515015,
- "score-diff": "1.2546821770991237",
- "score-diff-perc": "+8.55292%",
- "tooltip": "score = 15.924320365515015\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.25468 (+8.55292%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 16.230127415212948,
+ "score-diff": "0.3058070496979326",
+ "score-diff-perc": "+1.92038%",
+ "tooltip": "score = 16.230127415212948\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.30581 (+1.92038%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -753696,9 +753696,9 @@
21
),
"score": 16.228771224580708,
- "score-diff": "0.30445085906569247",
- "score-diff-perc": "+1.91186%",
- "tooltip": "score = 16.228771224580708\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.30445 (+1.91186%)",
+ "score-diff": "-0.0013561906322401285",
+ "score-diff-perc": "-0.00836%",
+ "tooltip": "score = 16.228771224580708\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00136 (-0.00836%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -754007,11 +754007,11 @@
8,
54
),
- "score": 16.760829651282222,
- "score-diff": "-0.12448793762589005",
- "score-diff-perc": "-0.73726%",
- "tooltip": "score = 16.760829651282222\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.12449 (-0.73726%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 15.62747002824639,
+ "score-diff": "-1.2578475606617214",
+ "score-diff-perc": "-7.44936%",
+ "tooltip": "score = 15.62747002824639\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.25785 (-7.44936%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -754033,11 +754033,11 @@
8,
54
),
- "score": 15.62747002824639,
- "score-diff": "-1.1333596230358314",
- "score-diff-perc": "-6.76195%",
- "tooltip": "score = 15.62747002824639\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.13336 (-6.76195%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 16.760829651282222,
+ "score-diff": "1.1333596230358314",
+ "score-diff-perc": "+7.25236%",
+ "tooltip": "score = 16.760829651282222\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.13336 (+7.25236%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -754060,9 +754060,9 @@
43
),
"score": 15.536456777472686,
- "score-diff": "-0.09101325077370426",
- "score-diff-perc": "-0.58239%",
- "tooltip": "score = 15.536456777472686\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.09101 (-0.58239%)",
+ "score-diff": "-1.2243728738095356",
+ "score-diff-perc": "-7.30497%",
+ "tooltip": "score = 15.536456777472686\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.22437 (-7.30497%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -759734,11 +759734,11 @@
18,
7
),
- "score": 33.99127606154092,
- "score-diff": "1.2205385252313974",
- "score-diff-perc": "+3.72448%",
- "tooltip": "score = 33.99127606154092\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.22054 (+3.72448%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 29.405351519526224,
+ "score-diff": "-3.365386016783301",
+ "score-diff-perc": "-10.26949%",
+ "tooltip": "score = 29.405351519526224\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.36539 (-10.26949%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -759761,9 +759761,9 @@
7
),
"score": 32.25776372962312,
- "score-diff": "-1.733512331917801",
- "score-diff-perc": "-5.09987%",
- "tooltip": "score = 32.25776372962312\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.73351 (-5.09987%)",
+ "score-diff": "2.8524122100968974",
+ "score-diff-perc": "+9.70032%",
+ "tooltip": "score = 32.25776372962312\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.85241 (+9.70032%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -759786,11 +759786,11 @@
18,
7
),
- "score": 29.405351519526224,
- "score-diff": "-2.8524122100968974",
- "score-diff-perc": "-8.84256%",
- "tooltip": "score = 29.405351519526224\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.85241 (-8.84256%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 33.99127606154092,
+ "score-diff": "1.733512331917801",
+ "score-diff-perc": "+5.37394%",
+ "tooltip": "score = 33.99127606154092\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.73351 (+5.37394%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -759813,9 +759813,9 @@
41
),
"score": 25.103504267123114,
- "score-diff": "-4.30184725240311",
- "score-diff-perc": "-14.62947%",
- "tooltip": "score = 25.103504267123114\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -4.30185 (-14.62947%)",
+ "score-diff": "-8.887771794417809",
+ "score-diff-perc": "-26.14721%",
+ "tooltip": "score = 25.103504267123114\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -8.88777 (-26.14721%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -759916,11 +759916,11 @@
17,
1
),
- "score": 25.781783216396995,
- "score-diff": "-0.43498877051399987",
- "score-diff-perc": "-1.65920%",
- "tooltip": "score = 25.781783216396995\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.43499 (-1.65920%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 25.200090402707616,
+ "score-diff": "-1.0166815842033792",
+ "score-diff-perc": "-3.87798%",
+ "tooltip": "score = 25.200090402707616\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.01668 (-3.87798%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -759942,11 +759942,11 @@
17,
1
),
- "score": 31.03821408221217,
- "score-diff": "5.256430865815176",
- "score-diff-perc": "+20.38816%",
- "tooltip": "score = 31.03821408221217\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.25643 (+20.38816%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 25.781783216396995,
+ "score-diff": "0.5816928136893793",
+ "score-diff-perc": "+2.30830%",
+ "tooltip": "score = 25.781783216396995\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.58169 (+2.30830%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -759968,11 +759968,11 @@
17,
1
),
- "score": 25.200090402707616,
- "score-diff": "-5.838123679504555",
- "score-diff-perc": "-18.80947%",
- "tooltip": "score = 25.200090402707616\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -5.83812 (-18.80947%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 31.03821408221217,
+ "score-diff": "5.256430865815176",
+ "score-diff-perc": "+20.38816%",
+ "tooltip": "score = 31.03821408221217\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.25643 (+20.38816%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -759995,9 +759995,9 @@
7
),
"score": 30.37341998245614,
- "score-diff": "5.1733295797485255",
- "score-diff-perc": "+20.52901%",
- "tooltip": "score = 30.37341998245614\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +5.17333 (+20.52901%)",
+ "score-diff": "-0.6647940997560298",
+ "score-diff-perc": "-2.14186%",
+ "tooltip": "score = 30.37341998245614\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.66479 (-2.14186%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -760280,11 +760280,11 @@
16,
5
),
- "score": 25.813034220005818,
- "score-diff": "-0.1217299047871947",
- "score-diff-perc": "-0.46937%",
- "tooltip": "score = 25.813034220005818\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.12173 (-0.46937%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 30.863411329668885,
+ "score-diff": "4.9286472048758725",
+ "score-diff-perc": "+19.00402%",
+ "tooltip": "score = 30.863411329668885\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.92865 (+19.00402%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -760306,11 +760306,11 @@
16,
5
),
- "score": 30.863411329668885,
- "score-diff": "5.050377109663067",
- "score-diff-perc": "+19.56522%",
- "tooltip": "score = 30.863411329668885\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.05038 (+19.56522%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 26.66298028418223,
+ "score-diff": "-4.200431045486656",
+ "score-diff-perc": "-13.60974%",
+ "tooltip": "score = 26.66298028418223\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.20043 (-13.60974%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -760332,11 +760332,11 @@
16,
5
),
- "score": 26.66298028418223,
- "score-diff": "-4.200431045486656",
- "score-diff-perc": "-13.60974%",
- "tooltip": "score = 26.66298028418223\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.20043 (-13.60974%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 25.813034220005818,
+ "score-diff": "-0.8499460641764109",
+ "score-diff-perc": "-3.18774%",
+ "tooltip": "score = 25.813034220005818\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.84995 (-3.18774%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -760359,9 +760359,9 @@
21
),
"score": 37.492664822445,
- "score-diff": "10.829684538262772",
- "score-diff-perc": "+40.61693%",
- "tooltip": "score = 37.492664822445\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +10.82968 (+40.61693%)",
+ "score-diff": "11.679630602439182",
+ "score-diff-perc": "+45.24703%",
+ "tooltip": "score = 37.492664822445\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +11.67963 (+45.24703%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -760670,11 +760670,11 @@
8,
54
),
- "score": 26.148814737037036,
- "score-diff": "-0.4304347649622855",
- "score-diff-perc": "-1.61944%",
- "tooltip": "score = 26.148814737037036\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.43043 (-1.61944%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 34.40904437149763,
+ "score-diff": "7.829794869498308",
+ "score-diff-perc": "+29.45830%",
+ "tooltip": "score = 34.40904437149763\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +7.82979 (+29.45830%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -760696,11 +760696,11 @@
8,
54
),
- "score": 34.40904437149763,
- "score-diff": "8.260229634460593",
- "score-diff-perc": "+31.58931%",
- "tooltip": "score = 34.40904437149763\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +8.26023 (+31.58931%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 26.148814737037036,
+ "score-diff": "-8.260229634460593",
+ "score-diff-perc": "-24.00598%",
+ "tooltip": "score = 26.148814737037036\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -8.26023 (-24.00598%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -760723,9 +760723,9 @@
43
),
"score": 33.334682994588746,
- "score-diff": "-1.0743613769088824",
- "score-diff-perc": "-3.12232%",
- "tooltip": "score = 33.334682994588746\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.07436 (-3.12232%)",
+ "score-diff": "7.185868257551711",
+ "score-diff-perc": "+27.48067%",
+ "tooltip": "score = 33.334682994588746\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +7.18587 (+27.48067%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -766397,11 +766397,11 @@
18,
7
),
- "score": 20.22396358487049,
- "score-diff": "0.33225907461020654",
- "score-diff-perc": "+1.67034%",
- "tooltip": "score = 20.22396358487049\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.33226 (+1.67034%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 20.009572230646803,
+ "score-diff": "0.1178677203865206",
+ "score-diff-perc": "+0.59255%",
+ "tooltip": "score = 20.009572230646803\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.11787 (+0.59255%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -766424,9 +766424,9 @@
7
),
"score": 19.540251123117862,
- "score-diff": "-0.6837124617526271",
- "score-diff-perc": "-3.38070%",
- "tooltip": "score = 19.540251123117862\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.68371 (-3.38070%)",
+ "score-diff": "-0.4693211075289412",
+ "score-diff-perc": "-2.34548%",
+ "tooltip": "score = 19.540251123117862\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.46932 (-2.34548%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -766449,11 +766449,11 @@
18,
7
),
- "score": 20.009572230646803,
- "score-diff": "0.4693211075289412",
- "score-diff-perc": "+2.40182%",
- "tooltip": "score = 20.009572230646803\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.46932 (+2.40182%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 20.22396358487049,
+ "score-diff": "0.6837124617526271",
+ "score-diff-perc": "+3.49900%",
+ "tooltip": "score = 20.22396358487049\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.68371 (+3.49900%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -766476,9 +766476,9 @@
41
),
"score": 27.403919497670252,
- "score-diff": "7.3943472670234485",
- "score-diff-perc": "+36.95405%",
- "tooltip": "score = 27.403919497670252\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +7.39435 (+36.95405%)",
+ "score-diff": "7.1799559127997625",
+ "score-diff-perc": "+35.50222%",
+ "tooltip": "score = 27.403919497670252\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +7.17996 (+35.50222%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -766579,11 +766579,11 @@
17,
1
),
- "score": 28.498690057383666,
- "score-diff": "0.19697705090383977",
- "score-diff-perc": "+0.69599%",
- "tooltip": "score = 28.498690057383666\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.19698 (+0.69599%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 28.06942579081921,
+ "score-diff": "-0.23228721566061594",
+ "score-diff-perc": "-0.82075%",
+ "tooltip": "score = 28.06942579081921\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.23229 (-0.82075%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -766605,11 +766605,11 @@
17,
1
),
- "score": 20.42844799396822,
- "score-diff": "-8.070242063415446",
- "score-diff-perc": "-28.31794%",
- "tooltip": "score = 20.42844799396822\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -8.07024 (-28.31794%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 28.498690057383666,
+ "score-diff": "0.4292642665644557",
+ "score-diff-perc": "+1.52929%",
+ "tooltip": "score = 28.498690057383666\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.42926 (+1.52929%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -766631,11 +766631,11 @@
17,
1
),
- "score": 28.06942579081921,
- "score-diff": "7.64097779685099",
- "score-diff-perc": "+37.40361%",
- "tooltip": "score = 28.06942579081921\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +7.64098 (+37.40361%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 20.42844799396822,
+ "score-diff": "-8.070242063415446",
+ "score-diff-perc": "-28.31794%",
+ "tooltip": "score = 20.42844799396822\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -8.07024 (-28.31794%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -766658,9 +766658,9 @@
7
),
"score": 20.405540590245927,
- "score-diff": "-7.663885200573283",
- "score-diff-perc": "-27.30332%",
- "tooltip": "score = 20.405540590245927\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -7.66389 (-27.30332%)",
+ "score-diff": "-0.02290740372229294",
+ "score-diff-perc": "-0.11213%",
+ "tooltip": "score = 20.405540590245927\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.02291 (-0.11213%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -766943,11 +766943,11 @@
16,
5
),
- "score": 27.84373801066605,
- "score-diff": "0.10851458178105133",
- "score-diff-perc": "+0.39125%",
- "tooltip": "score = 27.84373801066605\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.10851 (+0.39125%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 20.025329947860964,
+ "score-diff": "-7.709893481024036",
+ "score-diff-perc": "-27.79820%",
+ "tooltip": "score = 20.025329947860964\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.70989 (-27.79820%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -766969,11 +766969,11 @@
16,
5
),
- "score": 20.025329947860964,
- "score-diff": "-7.818408062805087",
- "score-diff-perc": "-28.07959%",
- "tooltip": "score = 20.025329947860964\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.81841 (-28.07959%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 28.598236583782548,
+ "score-diff": "8.572906635921584",
+ "score-diff-perc": "+42.81031%",
+ "tooltip": "score = 28.598236583782548\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +8.57291 (+42.81031%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -766995,11 +766995,11 @@
16,
5
),
- "score": 28.598236583782548,
- "score-diff": "8.572906635921584",
- "score-diff-perc": "+42.81031%",
- "tooltip": "score = 28.598236583782548\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +8.57291 (+42.81031%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 27.84373801066605,
+ "score-diff": "-0.7544985731164964",
+ "score-diff-perc": "-2.63827%",
+ "tooltip": "score = 27.84373801066605\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.75450 (-2.63827%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -767022,9 +767022,9 @@
21
),
"score": 26.801585883760684,
- "score-diff": "-1.796650700021864",
- "score-diff-perc": "-6.28238%",
- "tooltip": "score = 26.801585883760684\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.79665 (-6.28238%)",
+ "score-diff": "-1.0421521269053677",
+ "score-diff-perc": "-3.74286%",
+ "tooltip": "score = 26.801585883760684\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.04215 (-3.74286%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -767333,11 +767333,11 @@
8,
54
),
- "score": 30.821539190184048,
- "score-diff": "-0.8854963736809296",
- "score-diff-perc": "-2.79274%",
- "tooltip": "score = 30.821539190184048\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.88550 (-2.79274%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 21.282155544183965,
+ "score-diff": "-10.424880019681012",
+ "score-diff-perc": "-32.87876%",
+ "tooltip": "score = 21.282155544183965\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -10.42488 (-32.87876%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -767359,11 +767359,11 @@
8,
54
),
- "score": 21.282155544183965,
- "score-diff": "-9.539383646000083",
- "score-diff-perc": "-30.95038%",
- "tooltip": "score = 21.282155544183965\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -9.53938 (-30.95038%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 30.821539190184048,
+ "score-diff": "9.539383646000083",
+ "score-diff-perc": "+44.82339%",
+ "tooltip": "score = 30.821539190184048\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +9.53938 (+44.82339%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -767386,9 +767386,9 @@
43
),
"score": 22.27314407552553,
- "score-diff": "0.9909885313415643",
- "score-diff-perc": "+4.65643%",
- "tooltip": "score = 22.27314407552553\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.99099 (+4.65643%)",
+ "score-diff": "-8.548395114658518",
+ "score-diff-perc": "-27.73513%",
+ "tooltip": "score = 22.27314407552553\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -8.54840 (-27.73513%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -773060,11 +773060,11 @@
18,
7
),
- "score": 23.2030452754717,
- "score-diff": "1.344785853274903",
- "score-diff-perc": "+6.15230%",
- "tooltip": "score = 23.2030452754717\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.34479 (+6.15230%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 22.140518882735428,
+ "score-diff": "0.2822594605386328",
+ "score-diff-perc": "+1.29132%",
+ "tooltip": "score = 22.140518882735428\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.28226 (+1.29132%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -773087,9 +773087,9 @@
7
),
"score": 23.214840165222984,
- "score-diff": "0.011794889751286064",
- "score-diff-perc": "+0.05083%",
- "tooltip": "score = 23.214840165222984\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01179 (+0.05083%)",
+ "score-diff": "1.0743212824875563",
+ "score-diff-perc": "+4.85229%",
+ "tooltip": "score = 23.214840165222984\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.07432 (+4.85229%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -773112,11 +773112,11 @@
18,
7
),
- "score": 22.140518882735428,
- "score-diff": "-1.0743212824875563",
- "score-diff-perc": "-4.62773%",
- "tooltip": "score = 22.140518882735428\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.07432 (-4.62773%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 23.2030452754717,
+ "score-diff": "-0.011794889751286064",
+ "score-diff-perc": "-0.05081%",
+ "tooltip": "score = 23.2030452754717\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01179 (-0.05081%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -773139,9 +773139,9 @@
41
),
"score": 41.59026804043256,
- "score-diff": "19.449749157697134",
- "score-diff-perc": "+87.84685%",
- "tooltip": "score = 41.59026804043256\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +19.44975 (+87.84685%)",
+ "score-diff": "18.387222764960864",
+ "score-diff-perc": "+79.24487%",
+ "tooltip": "score = 41.59026804043256\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +18.38722 (+79.24487%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -773242,11 +773242,11 @@
17,
1
),
- "score": 40.30400745445161,
- "score-diff": "0.2990482062611335",
- "score-diff-perc": "+0.74753%",
- "tooltip": "score = 40.30400745445161\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.29905 (+0.74753%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 39.88550955033071,
+ "score-diff": "-0.11944969785976411",
+ "score-diff-perc": "-0.29859%",
+ "tooltip": "score = 39.88550955033071\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.11945 (-0.29859%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -773268,11 +773268,11 @@
17,
1
),
- "score": 21.956065232244782,
- "score-diff": "-18.347942222206825",
- "score-diff-perc": "-45.52387%",
- "tooltip": "score = 21.956065232244782\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -18.34794 (-45.52387%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 40.30400745445161,
+ "score-diff": "0.4184979041208976",
+ "score-diff-perc": "+1.04925%",
+ "tooltip": "score = 40.30400745445161\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.41850 (+1.04925%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -773294,11 +773294,11 @@
17,
1
),
- "score": 39.88550955033071,
- "score-diff": "17.929444318085928",
- "score-diff-perc": "+81.66055%",
- "tooltip": "score = 39.88550955033071\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +17.92944 (+81.66055%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 21.956065232244782,
+ "score-diff": "-18.347942222206825",
+ "score-diff-perc": "-45.52387%",
+ "tooltip": "score = 21.956065232244782\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -18.34794 (-45.52387%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -773321,9 +773321,9 @@
7
),
"score": 21.82663412901603,
- "score-diff": "-18.05887542131468",
- "score-diff-perc": "-45.27678%",
- "tooltip": "score = 21.82663412901603\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -18.05888 (-45.27678%)",
+ "score-diff": "-0.12943110322875384",
+ "score-diff-perc": "-0.58950%",
+ "tooltip": "score = 21.82663412901603\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.12943 (-0.58950%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -773606,11 +773606,11 @@
16,
5
),
- "score": 40.26926304256273,
- "score-diff": "0.4200952141975236",
- "score-diff-perc": "+1.05421%",
- "tooltip": "score = 40.26926304256273\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.42010 (+1.05421%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 22.056608880679285,
+ "score-diff": "-17.79255894768592",
+ "score-diff-perc": "-44.64976%",
+ "tooltip": "score = 22.056608880679285\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -17.79256 (-44.64976%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -773632,11 +773632,11 @@
16,
5
),
- "score": 22.056608880679285,
- "score-diff": "-18.212654161883442",
- "score-diff-perc": "-45.22719%",
- "tooltip": "score = 22.056608880679285\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -18.21265 (-45.22719%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 40.44351968558797,
+ "score-diff": "18.386910804908688",
+ "score-diff-perc": "+83.36237%",
+ "tooltip": "score = 40.44351968558797\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +18.38691 (+83.36237%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -773658,11 +773658,11 @@
16,
5
),
- "score": 40.44351968558797,
- "score-diff": "18.386910804908688",
- "score-diff-perc": "+83.36237%",
- "tooltip": "score = 40.44351968558797\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +18.38691 (+83.36237%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 40.26926304256273,
+ "score-diff": "-0.17425664302524524",
+ "score-diff-perc": "-0.43086%",
+ "tooltip": "score = 40.26926304256273\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.17426 (-0.43086%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -773685,9 +773685,9 @@
21
),
"score": 40.073053221047616,
- "score-diff": "-0.3704664645403568",
- "score-diff-perc": "-0.91601%",
- "tooltip": "score = 40.073053221047616\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.37047 (-0.91601%)",
+ "score-diff": "-0.19620982151511157",
+ "score-diff-perc": "-0.48724%",
+ "tooltip": "score = 40.073053221047616\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.19621 (-0.48724%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -773996,11 +773996,11 @@
8,
54
),
- "score": 40.61284481590164,
- "score-diff": "0.30393805180203515",
- "score-diff-perc": "+0.75402%",
- "tooltip": "score = 40.61284481590164\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.30394 (+0.75402%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 24.03535219438691,
+ "score-diff": "-16.273554569712694",
+ "score-diff-perc": "-40.37211%",
+ "tooltip": "score = 24.03535219438691\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -16.27355 (-40.37211%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -774022,11 +774022,11 @@
8,
54
),
- "score": 24.03535219438691,
- "score-diff": "-16.57749262151473",
- "score-diff-perc": "-40.81835%",
- "tooltip": "score = 24.03535219438691\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -16.57749 (-40.81835%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 40.61284481590164,
+ "score-diff": "16.57749262151473",
+ "score-diff-perc": "+68.97129%",
+ "tooltip": "score = 40.61284481590164\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +16.57749 (+68.97129%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -774049,9 +774049,9 @@
43
),
"score": 23.570068630001103,
- "score-diff": "-0.46528356438580687",
- "score-diff-perc": "-1.93583%",
- "tooltip": "score = 23.570068630001103\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.46528 (-1.93583%)",
+ "score-diff": "-17.042776185900536",
+ "score-diff-perc": "-41.96400%",
+ "tooltip": "score = 23.570068630001103\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -17.04278 (-41.96400%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -779723,11 +779723,11 @@
18,
7
),
- "score": 528.65945315,
- "score-diff": "4.714879150000002",
- "score-diff-perc": "+0.89988%",
- "tooltip": "score = 528.65945315\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +4.71488 (+0.89988%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 514.05203115,
+ "score-diff": "-9.89254285000004",
+ "score-diff-perc": "-1.88809%",
+ "tooltip": "score = 514.05203115\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -9.89254 (-1.88809%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -779750,9 +779750,9 @@
7
),
"score": 510.81242445,
- "score-diff": "-17.84702870000001",
- "score-diff-perc": "-3.37590%",
- "tooltip": "score = 510.81242445\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -17.84703 (-3.37590%)",
+ "score-diff": "-3.2396066999999675",
+ "score-diff-perc": "-0.63021%",
+ "tooltip": "score = 510.81242445\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.23961 (-0.63021%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -779775,11 +779775,11 @@
18,
7
),
- "score": 514.05203115,
- "score-diff": "3.2396066999999675",
- "score-diff-perc": "+0.63421%",
- "tooltip": "score = 514.05203115\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.23961 (+0.63421%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 528.65945315,
+ "score-diff": "17.84702870000001",
+ "score-diff-perc": "+3.49385%",
+ "tooltip": "score = 528.65945315\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +17.84703 (+3.49385%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -779802,9 +779802,9 @@
41
),
"score": 567.9216408333333,
- "score-diff": "53.86960968333335",
- "score-diff-perc": "+10.47941%",
- "tooltip": "score = 567.9216408333333\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +53.86961 (+10.47941%)",
+ "score-diff": "39.26218768333331",
+ "score-diff-perc": "+7.42674%",
+ "tooltip": "score = 567.9216408333333\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +39.26219 (+7.42674%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -779905,11 +779905,11 @@
17,
1
),
- "score": 566.2377324555556,
- "score-diff": "-8.196325266666577",
- "score-diff-perc": "-1.42685%",
- "tooltip": "score = 566.2377324555556\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -8.19633 (-1.42685%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 545.5969811,
+ "score-diff": "-28.837076622222185",
+ "score-diff-perc": "-5.02008%",
+ "tooltip": "score = 545.5969811\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -28.83708 (-5.02008%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -779931,11 +779931,11 @@
17,
1
),
- "score": 498.80283610454546,
- "score-diff": "-67.43489635101014",
- "score-diff-perc": "-11.90929%",
- "tooltip": "score = 498.80283610454546\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -67.43490 (-11.90929%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 566.2377324555556,
+ "score-diff": "20.640751355555608",
+ "score-diff-perc": "+3.78315%",
+ "tooltip": "score = 566.2377324555556\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +20.64075 (+3.78315%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -779957,11 +779957,11 @@
17,
1
),
- "score": 545.5969811,
- "score-diff": "46.79414499545453",
- "score-diff-perc": "+9.38129%",
- "tooltip": "score = 545.5969811\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +46.79414 (+9.38129%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 498.80283610454546,
+ "score-diff": "-67.43489635101014",
+ "score-diff-perc": "-11.90929%",
+ "tooltip": "score = 498.80283610454546\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -67.43490 (-11.90929%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -779984,9 +779984,9 @@
7
),
"score": 511.21645585,
- "score-diff": "-34.380525250000005",
- "score-diff-perc": "-6.30145%",
- "tooltip": "score = 511.21645585\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -34.38053 (-6.30145%)",
+ "score-diff": "12.413619745454525",
+ "score-diff-perc": "+2.48868%",
+ "tooltip": "score = 511.21645585\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +12.41362 (+2.48868%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -780269,11 +780269,11 @@
16,
5
),
- "score": 553.2193969,
- "score-diff": "-9.367306077777812",
- "score-diff-perc": "-1.66504%",
- "tooltip": "score = 553.2193969\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -9.36731 (-1.66504%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 511.92246324999996,
+ "score-diff": "-50.66423972777784",
+ "score-diff-perc": "-9.00559%",
+ "tooltip": "score = 511.92246324999996\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -50.66424 (-9.00559%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -780295,11 +780295,11 @@
16,
5
),
- "score": 511.92246324999996,
- "score-diff": "-41.29693365000003",
- "score-diff-perc": "-7.46484%",
- "tooltip": "score = 511.92246324999996\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -41.29693 (-7.46484%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 571.7019637222222,
+ "score-diff": "59.77950047222225",
+ "score-diff-perc": "+11.67745%",
+ "tooltip": "score = 571.7019637222222\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +59.77950 (+11.67745%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -780321,11 +780321,11 @@
16,
5
),
- "score": 571.7019637222222,
- "score-diff": "59.77950047222225",
- "score-diff-perc": "+11.67745%",
- "tooltip": "score = 571.7019637222222\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +59.77950 (+11.67745%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 553.2193969,
+ "score-diff": "-18.482566822222225",
+ "score-diff-perc": "-3.23290%",
+ "tooltip": "score = 553.2193969\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -18.48257 (-3.23290%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -780348,9 +780348,9 @@
21
),
"score": 554.6024794277778,
- "score-diff": "-17.099484294444437",
- "score-diff-perc": "-2.99098%",
- "tooltip": "score = 554.6024794277778\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -17.09948 (-2.99098%)",
+ "score-diff": "1.3830825277777876",
+ "score-diff-perc": "+0.25001%",
+ "tooltip": "score = 554.6024794277778\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.38308 (+0.25001%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -780659,11 +780659,11 @@
8,
54
),
- "score": 561.4613564444444,
- "score-diff": "-6.032797888889036",
- "score-diff-perc": "-1.06306%",
- "tooltip": "score = 561.4613564444444\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -6.03280 (-1.06306%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 522.4054312999999,
+ "score-diff": "-45.08872303333351",
+ "score-diff-perc": "-7.94523%",
+ "tooltip": "score = 522.4054312999999\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -45.08872 (-7.94523%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -780685,11 +780685,11 @@
8,
54
),
- "score": 522.4054312999999,
- "score-diff": "-39.05592514444447",
- "score-diff-perc": "-6.95612%",
- "tooltip": "score = 522.4054312999999\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -39.05593 (-6.95612%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 561.4613564444444,
+ "score-diff": "39.05592514444447",
+ "score-diff-perc": "+7.47617%",
+ "tooltip": "score = 561.4613564444444\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +39.05593 (+7.47617%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -780712,9 +780712,9 @@
43
),
"score": 506.43945235,
- "score-diff": "-15.965978949999908",
- "score-diff-perc": "-3.05624%",
- "tooltip": "score = 506.43945235\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -15.96598 (-3.05624%)",
+ "score-diff": "-55.02190409444438",
+ "score-diff-perc": "-9.79977%",
+ "tooltip": "score = 506.43945235\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -55.02190 (-9.79977%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -786386,11 +786386,11 @@
18,
7
),
- "score": 884.8735973333334,
- "score-diff": "-98.12792290000004",
- "score-diff-perc": "-9.98248%",
- "tooltip": "score = 884.8735973333334\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -98.12792 (-9.98248%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 956.0466094166667,
+ "score-diff": "-26.95491081666671",
+ "score-diff-perc": "-2.74210%",
+ "tooltip": "score = 956.0466094166667\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -26.95491 (-2.74210%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -786413,9 +786413,9 @@
7
),
"score": 856.9871796785715,
- "score-diff": "-27.886417654761885",
- "score-diff-perc": "-3.15146%",
- "tooltip": "score = 856.9871796785715\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -27.88642 (-3.15146%)",
+ "score-diff": "-99.05942973809522",
+ "score-diff-perc": "-10.36136%",
+ "tooltip": "score = 856.9871796785715\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -99.05943 (-10.36136%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -786438,11 +786438,11 @@
18,
7
),
- "score": 956.0466094166667,
- "score-diff": "99.05942973809522",
- "score-diff-perc": "+11.55903%",
- "tooltip": "score = 956.0466094166667\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +99.05943 (+11.55903%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 884.8735973333334,
+ "score-diff": "27.886417654761885",
+ "score-diff-perc": "+3.25401%",
+ "tooltip": "score = 884.8735973333334\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +27.88642 (+3.25401%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -786465,9 +786465,9 @@
41
),
"score": 843.285665,
- "score-diff": "-112.76094441666669",
- "score-diff-perc": "-11.79450%",
- "tooltip": "score = 843.285665\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -112.76094 (-11.79450%)",
+ "score-diff": "-41.587932333333356",
+ "score-diff-perc": "-4.69987%",
+ "tooltip": "score = 843.285665\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -41.58793 (-4.69987%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -786568,11 +786568,11 @@
17,
1
),
- "score": 817.2264892857143,
- "score-diff": "-54.18413038095241",
- "score-diff-perc": "-6.21798%",
- "tooltip": "score = 817.2264892857143\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -54.18413 (-6.21798%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 829.9604465,
+ "score-diff": "-41.45017316666667",
+ "score-diff-perc": "-4.75668%",
+ "tooltip": "score = 829.9604465\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -41.45017 (-4.75668%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -786594,11 +786594,11 @@
17,
1
),
- "score": 954.2791210833334,
- "score-diff": "137.05263179761914",
- "score-diff-perc": "+16.77046%",
- "tooltip": "score = 954.2791210833334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +137.05263 (+16.77046%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 817.2264892857143,
+ "score-diff": "-12.733957214285738",
+ "score-diff-perc": "-1.53428%",
+ "tooltip": "score = 817.2264892857143\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -12.73396 (-1.53428%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -786620,11 +786620,11 @@
17,
1
),
- "score": 829.9604465,
- "score-diff": "-124.3186745833334",
- "score-diff-perc": "-13.02750%",
- "tooltip": "score = 829.9604465\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -124.31867 (-13.02750%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 954.2791210833334,
+ "score-diff": "137.05263179761914",
+ "score-diff-perc": "+16.77046%",
+ "tooltip": "score = 954.2791210833334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +137.05263 (+16.77046%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -786647,9 +786647,9 @@
7
),
"score": 921.1193773333333,
- "score-diff": "91.15893083333333",
- "score-diff-perc": "+10.98353%",
- "tooltip": "score = 921.1193773333333\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +91.15893 (+10.98353%)",
+ "score-diff": "-33.159743750000075",
+ "score-diff-perc": "-3.47485%",
+ "tooltip": "score = 921.1193773333333\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -33.15974 (-3.47485%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -786932,11 +786932,11 @@
16,
5
),
- "score": 809.0238132857143,
- "score-diff": "-250.15834751428577",
- "score-diff-perc": "-23.61807%",
- "tooltip": "score = 809.0238132857143\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -250.15835 (-23.61807%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 896.1225871666667,
+ "score-diff": "-163.05957363333334",
+ "score-diff-perc": "-15.39486%",
+ "tooltip": "score = 896.1225871666667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -163.05957 (-15.39486%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -786958,11 +786958,11 @@
16,
5
),
- "score": 896.1225871666667,
- "score-diff": "87.09877388095242",
- "score-diff-perc": "+10.76591%",
- "tooltip": "score = 896.1225871666667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +87.09877 (+10.76591%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 850.7887412499999,
+ "score-diff": "-45.333845916666746",
+ "score-diff-perc": "-5.05889%",
+ "tooltip": "score = 850.7887412499999\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -45.33385 (-5.05889%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -786984,11 +786984,11 @@
16,
5
),
- "score": 850.7887412499999,
- "score-diff": "-45.333845916666746",
- "score-diff-perc": "-5.05889%",
- "tooltip": "score = 850.7887412499999\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -45.33385 (-5.05889%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 809.0238132857143,
+ "score-diff": "-41.764927964285675",
+ "score-diff-perc": "-4.90897%",
+ "tooltip": "score = 809.0238132857143\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -41.76493 (-4.90897%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -787011,9 +787011,9 @@
21
),
"score": 827.2044819285715,
- "score-diff": "-23.584259321428476",
- "score-diff-perc": "-2.77205%",
- "tooltip": "score = 827.2044819285715\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -23.58426 (-2.77205%)",
+ "score-diff": "18.1806686428572",
+ "score-diff-perc": "+2.24724%",
+ "tooltip": "score = 827.2044819285715\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +18.18067 (+2.24724%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -787322,11 +787322,11 @@
8,
54
),
- "score": 871.9854584166667,
- "score-diff": "8.838088833333359",
- "score-diff-perc": "+1.02394%",
- "tooltip": "score = 871.9854584166667\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +8.83809 (+1.02394%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 924.7071971666667,
+ "score-diff": "61.559827583333345",
+ "score-diff-perc": "+7.13202%",
+ "tooltip": "score = 924.7071971666667\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +61.55983 (+7.13202%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -787348,11 +787348,11 @@
8,
54
),
- "score": 924.7071971666667,
- "score-diff": "52.721738749999986",
- "score-diff-perc": "+6.04617%",
- "tooltip": "score = 924.7071971666667\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +52.72174 (+6.04617%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 871.9854584166667,
+ "score-diff": "-52.721738749999986",
+ "score-diff-perc": "-5.70145%",
+ "tooltip": "score = 871.9854584166667\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -52.72174 (-5.70145%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -787375,9 +787375,9 @@
43
),
"score": 881.2334158333333,
- "score-diff": "-43.47378133333336",
- "score-diff-perc": "-4.70136%",
- "tooltip": "score = 881.2334158333333\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -43.47378 (-4.70136%)",
+ "score-diff": "9.247957416666623",
+ "score-diff-perc": "+1.06056%",
+ "tooltip": "score = 881.2334158333333\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +9.24796 (+1.06056%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -793049,11 +793049,11 @@
18,
7
),
- "score": 46.637548845459236,
- "score-diff": "-3.1295013588186293",
- "score-diff-perc": "-6.28830%",
- "tooltip": "score = 46.637548845459236\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.12950 (-6.28830%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 50.32063004460446,
+ "score-diff": "0.5535798403265915",
+ "score-diff-perc": "+1.11234%",
+ "tooltip": "score = 50.32063004460446\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.55358 (+1.11234%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -793076,9 +793076,9 @@
7
),
"score": 48.865534887924525,
- "score-diff": "2.2279860424652895",
- "score-diff-perc": "+4.77724%",
- "tooltip": "score = 48.865534887924525\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.22799 (+4.77724%)",
+ "score-diff": "-1.4550951566799313",
+ "score-diff-perc": "-2.89165%",
+ "tooltip": "score = 48.865534887924525\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.45510 (-2.89165%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -793101,11 +793101,11 @@
18,
7
),
- "score": 50.32063004460446,
- "score-diff": "1.4550951566799313",
- "score-diff-perc": "+2.97775%",
- "tooltip": "score = 50.32063004460446\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.45510 (+2.97775%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 46.637548845459236,
+ "score-diff": "-2.2279860424652895",
+ "score-diff-perc": "-4.55942%",
+ "tooltip": "score = 46.637548845459236\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.22799 (-4.55942%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -793128,9 +793128,9 @@
41
),
"score": 72.22299913643792,
- "score-diff": "21.902369091833464",
- "score-diff-perc": "+43.52563%",
- "tooltip": "score = 72.22299913643792\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +21.90237 (+43.52563%)",
+ "score-diff": "25.585450290978685",
+ "score-diff-perc": "+54.86020%",
+ "tooltip": "score = 72.22299913643792\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +25.58545 (+54.86020%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -793231,11 +793231,11 @@
17,
1
),
- "score": 72.08657099632353,
- "score-diff": "1.3876389337012256",
- "score-diff-perc": "+1.96274%",
- "tooltip": "score = 72.08657099632353\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.38764 (+1.96274%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 71.72424906358441,
+ "score-diff": "1.0253170009621044",
+ "score-diff-perc": "+1.45026%",
+ "tooltip": "score = 71.72424906358441\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.02532 (+1.45026%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -793257,11 +793257,11 @@
17,
1
),
- "score": 46.61643840695863,
- "score-diff": "-25.4701325893649",
- "score-diff-perc": "-35.33270%",
- "tooltip": "score = 46.61643840695863\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -25.47013 (-35.33270%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 72.08657099632353,
+ "score-diff": "0.36232193273912117",
+ "score-diff-perc": "+0.50516%",
+ "tooltip": "score = 72.08657099632353\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.36232 (+0.50516%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -793283,11 +793283,11 @@
17,
1
),
- "score": 71.72424906358441,
- "score-diff": "25.10781065662578",
- "score-diff-perc": "+53.86042%",
- "tooltip": "score = 71.72424906358441\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +25.10781 (+53.86042%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 46.61643840695863,
+ "score-diff": "-25.4701325893649",
+ "score-diff-perc": "-35.33270%",
+ "tooltip": "score = 46.61643840695863\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -25.47013 (-35.33270%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -793310,9 +793310,9 @@
7
),
"score": 50.31247786004402,
- "score-diff": "-21.41177120354039",
- "score-diff-perc": "-29.85290%",
- "tooltip": "score = 50.31247786004402\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -21.41177 (-29.85290%)",
+ "score-diff": "3.6960394530853904",
+ "score-diff-perc": "+7.92862%",
+ "tooltip": "score = 50.31247786004402\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +3.69604 (+7.92862%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -793595,11 +793595,11 @@
16,
5
),
- "score": 68.51617017277778,
- "score-diff": "-2.72499830965225",
- "score-diff-perc": "-3.82503%",
- "tooltip": "score = 68.51617017277778\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.72500 (-3.82503%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 46.284212399506046,
+ "score-diff": "-24.95695608292398",
+ "score-diff-perc": "-35.03165%",
+ "tooltip": "score = 46.284212399506046\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -24.95696 (-35.03165%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -793621,11 +793621,11 @@
16,
5
),
- "score": 46.284212399506046,
- "score-diff": "-22.23195777327173",
- "score-diff-perc": "-32.44775%",
- "tooltip": "score = 46.284212399506046\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -22.23196 (-32.44775%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 70.58476158095237,
+ "score-diff": "24.30054918144633",
+ "score-diff-perc": "+52.50289%",
+ "tooltip": "score = 70.58476158095237\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +24.30055 (+52.50289%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -793647,11 +793647,11 @@
16,
5
),
- "score": 70.58476158095237,
- "score-diff": "24.30054918144633",
- "score-diff-perc": "+52.50289%",
- "tooltip": "score = 70.58476158095237\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +24.30055 (+52.50289%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 68.51617017277778,
+ "score-diff": "-2.0685914081745977",
+ "score-diff-perc": "-2.93065%",
+ "tooltip": "score = 68.51617017277778\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.06859 (-2.93065%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -793674,9 +793674,9 @@
21
),
"score": 70.25529447644789,
- "score-diff": "-0.3294671045044879",
- "score-diff-perc": "-0.46677%",
- "tooltip": "score = 70.25529447644789\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.32947 (-0.46677%)",
+ "score-diff": "1.7391243036701098",
+ "score-diff-perc": "+2.53827%",
+ "tooltip": "score = 70.25529447644789\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.73912 (+2.53827%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -793985,11 +793985,11 @@
8,
54
),
- "score": 69.5991123504958,
- "score-diff": "-5.087117468948634",
- "score-diff-perc": "-6.81132%",
- "tooltip": "score = 69.5991123504958\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -5.08712 (-6.81132%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 58.97912708344742,
+ "score-diff": "-15.707102735997012",
+ "score-diff-perc": "-21.03079%",
+ "tooltip": "score = 58.97912708344742\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -15.70710 (-21.03079%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -794011,11 +794011,11 @@
8,
54
),
- "score": 58.97912708344742,
- "score-diff": "-10.619985267048378",
- "score-diff-perc": "-15.25879%",
- "tooltip": "score = 58.97912708344742\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -10.61999 (-15.25879%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 69.5991123504958,
+ "score-diff": "10.619985267048378",
+ "score-diff-perc": "+18.00635%",
+ "tooltip": "score = 69.5991123504958\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +10.61999 (+18.00635%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -794038,9 +794038,9 @@
43
),
"score": 52.6982322100329,
- "score-diff": "-6.280894873414525",
- "score-diff-perc": "-10.64935%",
- "tooltip": "score = 52.6982322100329\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -6.28089 (-10.64935%)",
+ "score-diff": "-16.900880140462903",
+ "score-diff-perc": "-24.28318%",
+ "tooltip": "score = 52.6982322100329\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -16.90088 (-24.28318%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -799712,11 +799712,11 @@
18,
7
),
- "score": 347.77755,
- "score-diff": "-12.981884666666645",
- "score-diff-perc": "-3.59849%",
- "tooltip": "score = 347.77755\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.98188 (-3.59849%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 376.524436,
+ "score-diff": "15.765001333333316",
+ "score-diff-perc": "+4.36995%",
+ "tooltip": "score = 376.524436\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +15.76500 (+4.36995%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -799739,9 +799739,9 @@
7
),
"score": 337.3097545,
- "score-diff": "-10.467795500000022",
- "score-diff-perc": "-3.00991%",
- "tooltip": "score = 337.3097545\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -10.46780 (-3.00991%)",
+ "score-diff": "-39.21468149999998",
+ "score-diff-perc": "-10.41491%",
+ "tooltip": "score = 337.3097545\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -39.21468 (-10.41491%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -799764,11 +799764,11 @@
18,
7
),
- "score": 376.524436,
- "score-diff": "39.21468149999998",
- "score-diff-perc": "+11.62572%",
- "tooltip": "score = 376.524436\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +39.21468 (+11.62572%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 347.77755,
+ "score-diff": "10.467795500000022",
+ "score-diff-perc": "+3.10332%",
+ "tooltip": "score = 347.77755\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +10.46780 (+3.10332%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -799791,9 +799791,9 @@
41
),
"score": 413.293776375,
- "score-diff": "36.76934037500001",
- "score-diff-perc": "+9.76546%",
- "tooltip": "score = 413.293776375\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +36.76934 (+9.76546%)",
+ "score-diff": "65.51622637499997",
+ "score-diff-perc": "+18.83854%",
+ "tooltip": "score = 413.293776375\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +65.51623 (+18.83854%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -799894,11 +799894,11 @@
17,
1
),
- "score": 393.230826875,
- "score-diff": "-6.408678875000021",
- "score-diff-perc": "-1.60361%",
- "tooltip": "score = 393.230826875\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -6.40868 (-1.60361%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 382.886356875,
+ "score-diff": "-16.753148875000022",
+ "score-diff-perc": "-4.19207%",
+ "tooltip": "score = 382.886356875\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -16.75315 (-4.19207%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -799920,11 +799920,11 @@
17,
1
),
- "score": 362.36375888888887,
- "score-diff": "-30.867067986111124",
- "score-diff-perc": "-7.84961%",
- "tooltip": "score = 362.36375888888887\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -30.86707 (-7.84961%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 393.230826875,
+ "score-diff": "10.344470000000001",
+ "score-diff-perc": "+2.70171%",
+ "tooltip": "score = 393.230826875\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +10.34447 (+2.70171%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -799946,11 +799946,11 @@
17,
1
),
- "score": 382.886356875,
- "score-diff": "20.522597986111123",
- "score-diff-perc": "+5.66353%",
- "tooltip": "score = 382.886356875\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +20.52260 (+5.66353%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 362.36375888888887,
+ "score-diff": "-30.867067986111124",
+ "score-diff-perc": "-7.84961%",
+ "tooltip": "score = 362.36375888888887\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -30.86707 (-7.84961%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -799973,9 +799973,9 @@
7
),
"score": 338.9265715,
- "score-diff": "-43.95978537499997",
- "score-diff-perc": "-11.48116%",
- "tooltip": "score = 338.9265715\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -43.95979 (-11.48116%)",
+ "score-diff": "-23.437187388888844",
+ "score-diff-perc": "-6.46786%",
+ "tooltip": "score = 338.9265715\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -23.43719 (-6.46786%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -800258,11 +800258,11 @@
16,
5
),
- "score": 398.170229125,
- "score-diff": "-15.475766249999992",
- "score-diff-perc": "-3.74131%",
- "tooltip": "score = 398.170229125\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -15.47577 (-3.74131%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 355.11377444444446,
+ "score-diff": "-58.532220930555525",
+ "score-diff-perc": "-14.15032%",
+ "tooltip": "score = 355.11377444444446\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -58.53222 (-14.15032%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -800284,11 +800284,11 @@
16,
5
),
- "score": 355.11377444444446,
- "score-diff": "-43.05645468055553",
- "score-diff-perc": "-10.81358%",
- "tooltip": "score = 355.11377444444446\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -43.05645 (-10.81358%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 386.136612125,
+ "score-diff": "31.02283768055554",
+ "score-diff-perc": "+8.73603%",
+ "tooltip": "score = 386.136612125\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +31.02284 (+8.73603%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -800310,11 +800310,11 @@
16,
5
),
- "score": 386.136612125,
- "score-diff": "31.02283768055554",
- "score-diff-perc": "+8.73603%",
- "tooltip": "score = 386.136612125\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +31.02284 (+8.73603%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 398.170229125,
+ "score-diff": "12.033616999999992",
+ "score-diff-perc": "+3.11641%",
+ "tooltip": "score = 398.170229125\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +12.03362 (+3.11641%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -800337,9 +800337,9 @@
21
),
"score": 396.315490625,
- "score-diff": "10.178878499999996",
- "score-diff-perc": "+2.63608%",
- "tooltip": "score = 396.315490625\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +10.17888 (+2.63608%)",
+ "score-diff": "-1.8547384999999963",
+ "score-diff-perc": "-0.46582%",
+ "tooltip": "score = 396.315490625\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.85474 (-0.46582%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -800648,11 +800648,11 @@
8,
54
),
- "score": 431.409108625,
- "score-diff": "-5.4100158035714685",
- "score-diff-perc": "-1.23850%",
- "tooltip": "score = 431.409108625\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -5.41002 (-1.23850%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 366.6741813333333,
+ "score-diff": "-70.14494309523815",
+ "score-diff-perc": "-16.05812%",
+ "tooltip": "score = 366.6741813333333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -70.14494 (-16.05812%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -800674,11 +800674,11 @@
8,
54
),
- "score": 366.6741813333333,
- "score-diff": "-64.73492729166668",
- "score-diff-perc": "-15.00546%",
- "tooltip": "score = 366.6741813333333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -64.73493 (-15.00546%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 431.409108625,
+ "score-diff": "64.73492729166668",
+ "score-diff-perc": "+17.65462%",
+ "tooltip": "score = 431.409108625\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +64.73493 (+17.65462%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -800701,9 +800701,9 @@
43
),
"score": 372.3952682222222,
- "score-diff": "5.7210868888889195",
- "score-diff-perc": "+1.56026%",
- "tooltip": "score = 372.3952682222222\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +5.72109 (+1.56026%)",
+ "score-diff": "-59.01384040277776",
+ "score-diff-perc": "-13.67932%",
+ "tooltip": "score = 372.3952682222222\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -59.01384 (-13.67932%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -806375,11 +806375,11 @@
18,
7
),
- "score": 0.4471350048770162,
- "score-diff": "0.00020569078580162659",
- "score-diff-perc": "+0.04602%",
- "tooltip": "score = 0.4471350048770162\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00021 (+0.04602%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.4476669666749804,
+ "score-diff": "0.0007376525837658465",
+ "score-diff-perc": "+0.16505%",
+ "tooltip": "score = 0.4476669666749804\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00074 (+0.16505%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -806402,9 +806402,9 @@
7
),
"score": 0.44727346753762665,
- "score-diff": "0.00013846266061046109",
- "score-diff-perc": "+0.03097%",
- "tooltip": "score = 0.44727346753762665\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00014 (+0.03097%)",
+ "score-diff": "-0.00039349913735375885",
+ "score-diff-perc": "-0.08790%",
+ "tooltip": "score = 0.44727346753762665\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00039 (-0.08790%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -806427,11 +806427,11 @@
18,
7
),
- "score": 0.4476669666749804,
- "score-diff": "0.00039349913735375885",
- "score-diff-perc": "+0.08798%",
- "tooltip": "score = 0.4476669666749804\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00039 (+0.08798%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.4471350048770162,
+ "score-diff": "-0.00013846266061046109",
+ "score-diff-perc": "-0.03096%",
+ "tooltip": "score = 0.4471350048770162\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00014 (-0.03096%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -806454,9 +806454,9 @@
41
),
"score": 0.3507268120535129,
- "score-diff": "-0.09694015462146749",
- "score-diff-perc": "-21.65452%",
- "tooltip": "score = 0.3507268120535129\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.09694 (-21.65452%)",
+ "score-diff": "-0.09640819282350327",
+ "score-diff-perc": "-21.56132%",
+ "tooltip": "score = 0.3507268120535129\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.09641 (-21.56132%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -806557,11 +806557,11 @@
17,
1
),
- "score": 0.3503188220744604,
- "score-diff": "-0.0005572156857202581",
- "score-diff-perc": "-0.15881%",
- "tooltip": "score = 0.3503188220744604\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00056 (-0.15881%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.35122994287637793,
+ "score-diff": "0.0003539051161972617",
+ "score-diff-perc": "+0.10086%",
+ "tooltip": "score = 0.35122994287637793\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00035 (+0.10086%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -806583,11 +806583,11 @@
17,
1
),
- "score": 0.4481607250873881,
- "score-diff": "0.09784190301292767",
- "score-diff-perc": "+27.92939%",
- "tooltip": "score = 0.4481607250873881\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.09784 (+27.92939%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.3503188220744604,
+ "score-diff": "-0.0009111208019175199",
+ "score-diff-perc": "-0.25941%",
+ "tooltip": "score = 0.3503188220744604\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00091 (-0.25941%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -806609,11 +806609,11 @@
17,
1
),
- "score": 0.35122994287637793,
- "score-diff": "-0.09693078221101015",
- "score-diff-perc": "-21.62858%",
- "tooltip": "score = 0.35122994287637793\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.09693 (-21.62858%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.4481607250873881,
+ "score-diff": "0.09784190301292767",
+ "score-diff-perc": "+27.92939%",
+ "tooltip": "score = 0.4481607250873881\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.09784 (+27.92939%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -806636,9 +806636,9 @@
7
),
"score": 0.4477414438701839,
- "score-diff": "0.09651150099380595",
- "score-diff-perc": "+27.47815%",
- "tooltip": "score = 0.4477414438701839\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.09651 (+27.47815%)",
+ "score-diff": "-0.00041928121720419265",
+ "score-diff-perc": "-0.09356%",
+ "tooltip": "score = 0.4477414438701839\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00042 (-0.09356%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -806921,11 +806921,11 @@
16,
5
),
- "score": 0.3615893419768846,
- "score-diff": "0.010285903857730594",
- "score-diff-perc": "+2.92793%",
- "tooltip": "score = 0.3615893419768846\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01029 (+2.92793%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.4459634554494587,
+ "score-diff": "0.09466001733030471",
+ "score-diff-perc": "+26.94537%",
+ "tooltip": "score = 0.4459634554494587\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.09466 (+26.94537%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -806947,11 +806947,11 @@
16,
5
),
- "score": 0.4459634554494587,
- "score-diff": "0.08437411347257412",
- "score-diff-perc": "+23.33424%",
- "tooltip": "score = 0.4459634554494587\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.08437 (+23.33424%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.35068201884465194,
+ "score-diff": "-0.09528143660480676",
+ "score-diff-perc": "-21.36530%",
+ "tooltip": "score = 0.35068201884465194\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.09528 (-21.36530%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -806973,11 +806973,11 @@
16,
5
),
- "score": 0.35068201884465194,
- "score-diff": "-0.09528143660480676",
- "score-diff-perc": "-21.36530%",
- "tooltip": "score = 0.35068201884465194\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.09528 (-21.36530%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.3615893419768846,
+ "score-diff": "0.010907323132232638",
+ "score-diff-perc": "+3.11032%",
+ "tooltip": "score = 0.3615893419768846\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01091 (+3.11032%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -807000,9 +807000,9 @@
21
),
"score": 0.35017106402583825,
- "score-diff": "-0.0005109548188136914",
- "score-diff-perc": "-0.14570%",
- "tooltip": "score = 0.35017106402583825\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00051 (-0.14570%)",
+ "score-diff": "-0.01141827795104633",
+ "score-diff-perc": "-3.15780%",
+ "tooltip": "score = 0.35017106402583825\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.01142 (-3.15780%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -807311,11 +807311,11 @@
8,
54
),
- "score": 0.3990865125918545,
- "score-diff": "-0.00010543336003704384",
- "score-diff-perc": "-0.02641%",
- "tooltip": "score = 0.3990865125918545\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00011 (-0.02641%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.43663506915582956,
+ "score-diff": "0.037443123203938",
+ "score-diff-perc": "+9.37973%",
+ "tooltip": "score = 0.43663506915582956\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.03744 (+9.37973%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -807337,11 +807337,11 @@
8,
54
),
- "score": 0.43663506915582956,
- "score-diff": "0.037548556563975044",
- "score-diff-perc": "+9.40863%",
- "tooltip": "score = 0.43663506915582956\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.03755 (+9.40863%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.3990865125918545,
+ "score-diff": "-0.037548556563975044",
+ "score-diff-perc": "-8.59953%",
+ "tooltip": "score = 0.3990865125918545\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.03755 (-8.59953%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -807364,9 +807364,9 @@
43
),
"score": 0.4355962609210133,
- "score-diff": "-0.0010388082348162797",
- "score-diff-perc": "-0.23791%",
- "tooltip": "score = 0.4355962609210133\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00104 (-0.23791%)",
+ "score-diff": "0.036509748329158764",
+ "score-diff-perc": "+9.14833%",
+ "tooltip": "score = 0.4355962609210133\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.03651 (+9.14833%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -813038,11 +813038,11 @@
18,
7
),
- "score": 0.13152597834791535,
- "score-diff": "-0.00011666739763629974",
- "score-diff-perc": "-0.08862%",
- "tooltip": "score = 0.13152597834791535\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00012 (-0.08862%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.13155837092082787,
+ "score-diff": "-8.427482472378456e-05",
+ "score-diff-perc": "-0.06402%",
+ "tooltip": "score = 0.13155837092082787\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00008 (-0.06402%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -813065,9 +813065,9 @@
7
),
"score": 0.13187257196053456,
- "score-diff": "0.0003465936126192115",
- "score-diff-perc": "+0.26352%",
- "tooltip": "score = 0.13187257196053456\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00035 (+0.26352%)",
+ "score-diff": "0.00031420103970669633",
+ "score-diff-perc": "+0.23883%",
+ "tooltip": "score = 0.13187257196053456\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00031 (+0.23883%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -813090,11 +813090,11 @@
18,
7
),
- "score": 0.13155837092082787,
- "score-diff": "-0.00031420103970669633",
- "score-diff-perc": "-0.23826%",
- "tooltip": "score = 0.13155837092082787\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00031 (-0.23826%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.13152597834791535,
+ "score-diff": "-0.0003465936126192115",
+ "score-diff-perc": "-0.26282%",
+ "tooltip": "score = 0.13152597834791535\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00035 (-0.26282%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -813117,9 +813117,9 @@
41
),
"score": 0.17285815326302087,
- "score-diff": "0.041299782342193",
- "score-diff-perc": "+31.39274%",
- "tooltip": "score = 0.17285815326302087\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.04130 (+31.39274%)",
+ "score-diff": "0.04133217491510552",
+ "score-diff-perc": "+31.42510%",
+ "tooltip": "score = 0.17285815326302087\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.04133 (+31.42510%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -813220,11 +813220,11 @@
17,
1
),
- "score": 0.17221549698726432,
- "score-diff": "-0.00010865306404739261",
- "score-diff-perc": "-0.06305%",
- "tooltip": "score = 0.17221549698726432\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00011 (-0.06305%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.17267993466133022,
+ "score-diff": "0.0003557846100185058",
+ "score-diff-perc": "+0.20646%",
+ "tooltip": "score = 0.17267993466133022\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00036 (+0.20646%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -813246,11 +813246,11 @@
17,
1
),
- "score": 0.13166445709797478,
- "score-diff": "-0.04055103988928954",
- "score-diff-perc": "-23.54668%",
- "tooltip": "score = 0.13166445709797478\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.04055 (-23.54668%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.17221549698726432,
+ "score-diff": "-0.0004644376740658984",
+ "score-diff-perc": "-0.26896%",
+ "tooltip": "score = 0.17221549698726432\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00046 (-0.26896%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -813272,11 +813272,11 @@
17,
1
),
- "score": 0.17267993466133022,
- "score-diff": "0.04101547756335544",
- "score-diff-perc": "+31.15152%",
- "tooltip": "score = 0.17267993466133022\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04102 (+31.15152%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.13166445709797478,
+ "score-diff": "-0.04055103988928954",
+ "score-diff-perc": "-23.54668%",
+ "tooltip": "score = 0.13166445709797478\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.04055 (-23.54668%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -813299,9 +813299,9 @@
7
),
"score": 0.1320527512613674,
- "score-diff": "-0.040627183399962824",
- "score-diff-perc": "-23.52745%",
- "tooltip": "score = 0.1320527512613674\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.04063 (-23.52745%)",
+ "score-diff": "0.00038829416339261624",
+ "score-diff-perc": "+0.29491%",
+ "tooltip": "score = 0.1320527512613674\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00039 (+0.29491%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -813584,11 +813584,11 @@
16,
5
),
- "score": 0.17264252521052662,
- "score-diff": "-0.00017287067880220053",
- "score-diff-perc": "-0.10003%",
- "tooltip": "score = 0.17264252521052662\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00017 (-0.10003%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.13246914869690626,
+ "score-diff": "-0.04034624719242255",
+ "score-diff-perc": "-23.34644%",
+ "tooltip": "score = 0.13246914869690626\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04035 (-23.34644%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -813610,11 +813610,11 @@
16,
5
),
- "score": 0.13246914869690626,
- "score-diff": "-0.04017337651362035",
- "score-diff-perc": "-23.26969%",
- "tooltip": "score = 0.13246914869690626\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04017 (-23.26969%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.1728477117020227,
+ "score-diff": "0.04037856300511644",
+ "score-diff-perc": "+30.48148%",
+ "tooltip": "score = 0.1728477117020227\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.04038 (+30.48148%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -813636,11 +813636,11 @@
16,
5
),
- "score": 0.1728477117020227,
- "score-diff": "0.04037856300511644",
- "score-diff-perc": "+30.48148%",
- "tooltip": "score = 0.1728477117020227\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.04038 (+30.48148%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.17264252521052662,
+ "score-diff": "-0.00020518649149608992",
+ "score-diff-perc": "-0.11871%",
+ "tooltip": "score = 0.17264252521052662\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00021 (-0.11871%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -813663,9 +813663,9 @@
21
),
"score": 0.17248502211263558,
- "score-diff": "-0.0003626895893871218",
- "score-diff-perc": "-0.20983%",
- "tooltip": "score = 0.17248502211263558\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00036 (-0.20983%)",
+ "score-diff": "-0.0001575030978910319",
+ "score-diff-perc": "-0.09123%",
+ "tooltip": "score = 0.17248502211263558\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00016 (-0.09123%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -813974,11 +813974,11 @@
8,
54
),
- "score": 0.17266902687355504,
- "score-diff": "0.0003479554215135572",
- "score-diff-perc": "+0.20192%",
- "tooltip": "score = 0.17266902687355504\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00035 (+0.20192%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.1318088033481752,
+ "score-diff": "-0.04051226810386627",
+ "score-diff-perc": "-23.50976%",
+ "tooltip": "score = 0.1318088033481752\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.04051 (-23.50976%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -814000,11 +814000,11 @@
8,
54
),
- "score": 0.1318088033481752,
- "score-diff": "-0.040860223525379824",
- "score-diff-perc": "-23.66390%",
- "tooltip": "score = 0.1318088033481752\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.04086 (-23.66390%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.17266902687355504,
+ "score-diff": "0.040860223525379824",
+ "score-diff-perc": "+30.99962%",
+ "tooltip": "score = 0.17266902687355504\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.04086 (+30.99962%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -814027,9 +814027,9 @@
43
),
"score": 0.1316572644981861,
- "score-diff": "-0.0001515388499891135",
- "score-diff-perc": "-0.11497%",
- "tooltip": "score = 0.1316572644981861\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00015 (-0.11497%)",
+ "score-diff": "-0.04101176237536894",
+ "score-diff-perc": "-23.75166%",
+ "tooltip": "score = 0.1316572644981861\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.04101 (-23.75166%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -819701,11 +819701,11 @@
18,
7
),
- "score": 5.808655954581526,
- "score-diff": "-1.3613432351835826",
- "score-diff-perc": "-18.98666%",
- "tooltip": "score = 5.808655954581526\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.36134 (-18.98666%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 5.7804678220203956,
+ "score-diff": "-1.3895313677447128",
+ "score-diff-perc": "-19.37980%",
+ "tooltip": "score = 5.7804678220203956\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.38953 (-19.37980%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -819728,9 +819728,9 @@
7
),
"score": 5.6037940788604885,
- "score-diff": "-0.2048618757210372",
- "score-diff-perc": "-3.52684%",
- "tooltip": "score = 5.6037940788604885\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.20486 (-3.52684%)",
+ "score-diff": "-0.17667374315990703",
+ "score-diff-perc": "-3.05639%",
+ "tooltip": "score = 5.6037940788604885\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.17667 (-3.05639%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -819753,11 +819753,11 @@
18,
7
),
- "score": 5.7804678220203956,
- "score-diff": "0.17667374315990703",
- "score-diff-perc": "+3.15275%",
- "tooltip": "score = 5.7804678220203956\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.17667 (+3.15275%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 5.808655954581526,
+ "score-diff": "0.2048618757210372",
+ "score-diff-perc": "+3.65577%",
+ "tooltip": "score = 5.808655954581526\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.20486 (+3.65577%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -819780,9 +819780,9 @@
41
),
"score": 6.961334163009053,
- "score-diff": "1.1808663409886577",
- "score-diff-perc": "+20.42856%",
- "tooltip": "score = 6.961334163009053\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.18087 (+20.42856%)",
+ "score-diff": "1.1526782084275276",
+ "score-diff-perc": "+19.84415%",
+ "tooltip": "score = 6.961334163009053\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.15268 (+19.84415%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -819883,11 +819883,11 @@
17,
1
),
- "score": 7.002240880587685,
- "score-diff": "-0.2936855464523811",
- "score-diff-perc": "-4.02534%",
- "tooltip": "score = 7.002240880587685\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.29369 (-4.02534%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 7.066614123264206,
+ "score-diff": "-0.22931230377585976",
+ "score-diff-perc": "-3.14302%",
+ "tooltip": "score = 7.066614123264206\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.22931 (-3.14302%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -819909,11 +819909,11 @@
17,
1
),
- "score": 5.937112813449107,
- "score-diff": "-1.0651280671385779",
- "score-diff-perc": "-15.21125%",
- "tooltip": "score = 5.937112813449107\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.06513 (-15.21125%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 7.002240880587685,
+ "score-diff": "-0.06437324267652134",
+ "score-diff-perc": "-0.91095%",
+ "tooltip": "score = 7.002240880587685\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.06437 (-0.91095%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -819935,11 +819935,11 @@
17,
1
),
- "score": 7.066614123264206,
- "score-diff": "1.1295013098150992",
- "score-diff-perc": "+19.02442%",
- "tooltip": "score = 7.066614123264206\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.12950 (+19.02442%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 5.937112813449107,
+ "score-diff": "-1.0651280671385779",
+ "score-diff-perc": "-15.21125%",
+ "tooltip": "score = 5.937112813449107\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.06513 (-15.21125%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -819962,9 +819962,9 @@
7
),
"score": 6.785657002830107,
- "score-diff": "-0.28095712043409904",
- "score-diff-perc": "-3.97584%",
- "tooltip": "score = 6.785657002830107\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.28096 (-3.97584%)",
+ "score-diff": "0.8485441893810002",
+ "score-diff-perc": "+14.29220%",
+ "tooltip": "score = 6.785657002830107\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.84854 (+14.29220%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -820247,11 +820247,11 @@
16,
5
),
- "score": 7.102714701144353,
- "score-diff": "0.1522780190830133",
- "score-diff-perc": "+2.19091%",
- "tooltip": "score = 7.102714701144353\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.15228 (+2.19091%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 5.629834163463587,
+ "score-diff": "-1.3206025185977524",
+ "score-diff-perc": "-19.00028%",
+ "tooltip": "score = 5.629834163463587\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.32060 (-19.00028%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -820273,11 +820273,11 @@
16,
5
),
- "score": 5.629834163463587,
- "score-diff": "-1.4728805376807657",
- "score-diff-perc": "-20.73687%",
- "tooltip": "score = 5.629834163463587\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.47288 (-20.73687%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 7.042366378051586,
+ "score-diff": "1.4125322145879986",
+ "score-diff-perc": "+25.09012%",
+ "tooltip": "score = 7.042366378051586\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.41253 (+25.09012%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -820299,11 +820299,11 @@
16,
5
),
- "score": 7.042366378051586,
- "score-diff": "1.4125322145879986",
- "score-diff-perc": "+25.09012%",
- "tooltip": "score = 7.042366378051586\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.41253 (+25.09012%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 7.102714701144353,
+ "score-diff": "0.06034832309276705",
+ "score-diff-perc": "+0.85693%",
+ "tooltip": "score = 7.102714701144353\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.06035 (+0.85693%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -820326,9 +820326,9 @@
21
),
"score": 7.3842093261832895,
- "score-diff": "0.3418429481317036",
- "score-diff-perc": "+4.85409%",
- "tooltip": "score = 7.3842093261832895\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.34184 (+4.85409%)",
+ "score-diff": "0.2814946250389365",
+ "score-diff-perc": "+3.96320%",
+ "tooltip": "score = 7.3842093261832895\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.28149 (+3.96320%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -820637,11 +820637,11 @@
8,
54
),
- "score": 7.505873740139205,
- "score-diff": "0.18365781557764738",
- "score-diff-perc": "+2.50823%",
- "tooltip": "score = 7.505873740139205\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.18366 (+2.50823%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 5.676577738804546,
+ "score-diff": "-1.6456381857570115",
+ "score-diff-perc": "-22.47459%",
+ "tooltip": "score = 5.676577738804546\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.64564 (-22.47459%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -820663,11 +820663,11 @@
8,
54
),
- "score": 5.676577738804546,
- "score-diff": "-1.8292960013346589",
- "score-diff-perc": "-24.37153%",
- "tooltip": "score = 5.676577738804546\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.82930 (-24.37153%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 7.505873740139205,
+ "score-diff": "1.8292960013346589",
+ "score-diff-perc": "+32.22533%",
+ "tooltip": "score = 7.505873740139205\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.82930 (+32.22533%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -820690,9 +820690,9 @@
43
),
"score": 5.660776590932436,
- "score-diff": "-0.015801147872110732",
- "score-diff-perc": "-0.27836%",
- "tooltip": "score = 5.660776590932436\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.01580 (-0.27836%)",
+ "score-diff": "-1.8450971492067696",
+ "score-diff-perc": "-24.58204%",
+ "tooltip": "score = 5.660776590932436\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.84510 (-24.58204%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -826364,11 +826364,11 @@
18,
7
),
- "score": 28.018825588035075,
- "score-diff": "0.4724772903146288",
- "score-diff-perc": "+1.71521%",
- "tooltip": "score = 28.018825588035075\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.47248 (+1.71521%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 26.92007235251117,
+ "score-diff": "-0.6262759452092759",
+ "score-diff-perc": "-2.27354%",
+ "tooltip": "score = 26.92007235251117\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.62628 (-2.27354%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -826391,9 +826391,9 @@
7
),
"score": 27.804397561519334,
- "score-diff": "-0.21442802651574056",
- "score-diff-perc": "-0.76530%",
- "tooltip": "score = 27.804397561519334\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.21443 (-0.76530%)",
+ "score-diff": "0.8843252090081641",
+ "score-diff-perc": "+3.28500%",
+ "tooltip": "score = 27.804397561519334\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.88433 (+3.28500%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -826416,11 +826416,11 @@
18,
7
),
- "score": 26.92007235251117,
- "score-diff": "-0.8843252090081641",
- "score-diff-perc": "-3.18052%",
- "tooltip": "score = 26.92007235251117\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.88433 (-3.18052%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 28.018825588035075,
+ "score-diff": "0.21442802651574056",
+ "score-diff-perc": "+0.77120%",
+ "tooltip": "score = 28.018825588035075\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.21443 (+0.77120%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -826443,9 +826443,9 @@
41
),
"score": 29.90613143423607,
- "score-diff": "2.9860590817248998",
- "score-diff-perc": "+11.09231%",
- "tooltip": "score = 29.90613143423607\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +2.98606 (+11.09231%)",
+ "score-diff": "1.887305846200995",
+ "score-diff-perc": "+6.73585%",
+ "tooltip": "score = 29.90613143423607\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.88731 (+6.73585%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -826546,11 +826546,11 @@
17,
1
),
- "score": 28.18210654341756,
- "score-diff": "-0.7142945962955025",
- "score-diff-perc": "-2.47192%",
- "tooltip": "score = 28.18210654341756\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.71429 (-2.47192%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 28.89904480161783,
+ "score-diff": "0.0026436619047665033",
+ "score-diff-perc": "+0.00915%",
+ "tooltip": "score = 28.89904480161783\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00264 (+0.00915%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -826572,11 +826572,11 @@
17,
1
),
- "score": 27.50252238045594,
- "score-diff": "-0.6795841629616213",
- "score-diff-perc": "-2.41140%",
- "tooltip": "score = 27.50252238045594\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.67958 (-2.41140%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 28.18210654341756,
+ "score-diff": "-0.716938258200269",
+ "score-diff-perc": "-2.48084%",
+ "tooltip": "score = 28.18210654341756\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.71694 (-2.48084%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -826598,11 +826598,11 @@
17,
1
),
- "score": 28.89904480161783,
- "score-diff": "1.3965224211618903",
- "score-diff-perc": "+5.07780%",
- "tooltip": "score = 28.89904480161783\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.39652 (+5.07780%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 27.50252238045594,
+ "score-diff": "-0.6795841629616213",
+ "score-diff-perc": "-2.41140%",
+ "tooltip": "score = 27.50252238045594\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.67958 (-2.41140%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -826625,9 +826625,9 @@
7
),
"score": 27.704065281614948,
- "score-diff": "-1.1949795200028817",
- "score-diff-perc": "-4.13501%",
- "tooltip": "score = 27.704065281614948\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.19498 (-4.13501%)",
+ "score-diff": "0.20154290115900864",
+ "score-diff-perc": "+0.73282%",
+ "tooltip": "score = 27.704065281614948\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.20154 (+0.73282%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -826910,11 +826910,11 @@
16,
5
),
- "score": 29.381660984358973,
- "score-diff": "0.26005580713423626",
- "score-diff-perc": "+0.89300%",
- "tooltip": "score = 29.381660984358973\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.26006 (+0.89300%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 27.01772166985931,
+ "score-diff": "-2.1038835073654276",
+ "score-diff-perc": "-7.22448%",
+ "tooltip": "score = 27.01772166985931\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.10388 (-7.22448%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -826936,11 +826936,11 @@
16,
5
),
- "score": 27.01772166985931,
- "score-diff": "-2.363939314499664",
- "score-diff-perc": "-8.04563%",
- "tooltip": "score = 27.01772166985931\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.36394 (-8.04563%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 29.23632325634802,
+ "score-diff": "2.2186015864887096",
+ "score-diff-perc": "+8.21165%",
+ "tooltip": "score = 29.23632325634802\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.21860 (+8.21165%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -826962,11 +826962,11 @@
16,
5
),
- "score": 29.23632325634802,
- "score-diff": "2.2186015864887096",
- "score-diff-perc": "+8.21165%",
- "tooltip": "score = 29.23632325634802\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.21860 (+8.21165%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 29.381660984358973,
+ "score-diff": "0.14533772801095424",
+ "score-diff-perc": "+0.49711%",
+ "tooltip": "score = 29.381660984358973\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.14534 (+0.49711%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -826989,9 +826989,9 @@
21
),
"score": 29.821053082444184,
- "score-diff": "0.5847298260961651",
- "score-diff-perc": "+2.00001%",
- "tooltip": "score = 29.821053082444184\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.58473 (+2.00001%)",
+ "score-diff": "0.43939209808521085",
+ "score-diff-perc": "+1.49546%",
+ "tooltip": "score = 29.821053082444184\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.43939 (+1.49546%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -827300,11 +827300,11 @@
8,
54
),
- "score": 29.06922272775081,
- "score-diff": "-1.4667096940179007",
- "score-diff-perc": "-4.80323%",
- "tooltip": "score = 29.06922272775081\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.46671 (-4.80323%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 27.882121629629626,
+ "score-diff": "-2.653810792139083",
+ "score-diff-perc": "-8.69078%",
+ "tooltip": "score = 27.882121629629626\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.65381 (-8.69078%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -827326,11 +827326,11 @@
8,
54
),
- "score": 27.882121629629626,
- "score-diff": "-1.1871010981211825",
- "score-diff-perc": "-4.08370%",
- "tooltip": "score = 27.882121629629626\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.18710 (-4.08370%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 29.06922272775081,
+ "score-diff": "1.1871010981211825",
+ "score-diff-perc": "+4.25757%",
+ "tooltip": "score = 29.06922272775081\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.18710 (+4.25757%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -827353,9 +827353,9 @@
43
),
"score": 27.42693261639329,
- "score-diff": "-0.4551890132363354",
- "score-diff-perc": "-1.63255%",
- "tooltip": "score = 27.42693261639329\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.45519 (-1.63255%)",
+ "score-diff": "-1.642290111357518",
+ "score-diff-perc": "-5.64958%",
+ "tooltip": "score = 27.42693261639329\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.64229 (-5.64958%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -833027,11 +833027,11 @@
18,
7
),
- "score": 5.319145902591681e-05,
- "score-diff": "-2.972988682286212e-06",
- "score-diff-perc": "-5.29336%",
- "tooltip": "score = 5.319145902591681e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-5.29336%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 5.4959372874545714e-05,
+ "score-diff": "-1.2050748336573096e-06",
+ "score-diff-perc": "-2.14562%",
+ "tooltip": "score = 5.4959372874545714e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-2.14562%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -833054,9 +833054,9 @@
7
),
"score": 5.563793879793022e-05,
- "score-diff": "2.4464797720134078e-06",
- "score-diff-perc": "+4.59938%",
- "tooltip": "score = 5.563793879793022e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+4.59938%)",
+ "score-diff": "6.785659233845054e-07",
+ "score-diff-perc": "+1.23467%",
+ "tooltip": "score = 5.563793879793022e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+1.23467%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -833079,11 +833079,11 @@
18,
7
),
- "score": 5.4959372874545714e-05,
- "score-diff": "-6.785659233845054e-07",
- "score-diff-perc": "-1.21961%",
- "tooltip": "score = 5.4959372874545714e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-1.21961%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 5.319145902591681e-05,
+ "score-diff": "-2.4464797720134078e-06",
+ "score-diff-perc": "-4.39714%",
+ "tooltip": "score = 5.319145902591681e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-4.39714%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -833106,9 +833106,9 @@
41
),
"score": 7.124769946664947e-05,
- "score-diff": "1.6288326592103754e-05",
- "score-diff-perc": "+29.63703%",
- "tooltip": "score = 7.124769946664947e-05\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00002 (+29.63703%)",
+ "score-diff": "1.8056240440732657e-05",
+ "score-diff-perc": "+33.94575%",
+ "tooltip": "score = 7.124769946664947e-05\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00002 (+33.94575%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -833209,11 +833209,11 @@
17,
1
),
- "score": 7.433989369115929e-05,
- "score-diff": "5.9569152616369695e-06",
- "score-diff-perc": "+8.71111%",
- "tooltip": "score = 7.433989369115929e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00001 (+8.71111%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 7.408841041811326e-05,
+ "score-diff": "5.705431988590936e-06",
+ "score-diff-perc": "+8.34335%",
+ "tooltip": "score = 7.408841041811326e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00001 (+8.34335%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -833235,11 +833235,11 @@
17,
1
),
- "score": 5.245440816338287e-05,
- "score-diff": "-2.1885485527776422e-05",
- "score-diff-perc": "-29.43976%",
- "tooltip": "score = 5.245440816338287e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00002 (-29.43976%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 7.433989369115929e-05,
+ "score-diff": "2.5148327304603353e-07",
+ "score-diff-perc": "+0.33944%",
+ "tooltip": "score = 7.433989369115929e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00000 (+0.33944%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -833261,11 +833261,11 @@
17,
1
),
- "score": 7.408841041811326e-05,
- "score-diff": "2.163400225473039e-05",
- "score-diff-perc": "+41.24344%",
- "tooltip": "score = 7.408841041811326e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00002 (+41.24344%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 5.245440816338287e-05,
+ "score-diff": "-2.1885485527776422e-05",
+ "score-diff-perc": "-29.43976%",
+ "tooltip": "score = 5.245440816338287e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00002 (-29.43976%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -833288,9 +833288,9 @@
7
),
"score": 5.268578095038649e-05,
- "score-diff": "-2.1402629467726765e-05",
- "score-diff-perc": "-28.88796%",
- "tooltip": "score = 5.268578095038649e-05\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00002 (-28.88796%)",
+ "score-diff": "2.3137278700362327e-07",
+ "score-diff-perc": "+0.44109%",
+ "tooltip": "score = 5.268578095038649e-05\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00000 (+0.44109%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -833573,11 +833573,11 @@
16,
5
),
- "score": 7.245224476331887e-05,
- "score-diff": "6.074877454721956e-06",
- "score-diff-perc": "+9.15203%",
- "tooltip": "score = 7.245224476331887e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00001 (+9.15203%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 5.5466417105526314e-05,
+ "score-diff": "-1.09109502030706e-05",
+ "score-diff-perc": "-16.43776%",
+ "tooltip": "score = 5.5466417105526314e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00001 (-16.43776%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -833599,11 +833599,11 @@
16,
5
),
- "score": 5.5466417105526314e-05,
- "score-diff": "-1.6985827657792556e-05",
- "score-diff-perc": "-23.44417%",
- "tooltip": "score = 5.5466417105526314e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00002 (-23.44417%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 6.601073826970284e-05,
+ "score-diff": "1.0544321164176531e-05",
+ "score-diff-perc": "+19.01028%",
+ "tooltip": "score = 6.601073826970284e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00001 (+19.01028%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -833625,11 +833625,11 @@
16,
5
),
- "score": 6.601073826970284e-05,
- "score-diff": "1.0544321164176531e-05",
- "score-diff-perc": "+19.01028%",
- "tooltip": "score = 6.601073826970284e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00001 (+19.01028%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 7.245224476331887e-05,
+ "score-diff": "6.441506493616025e-06",
+ "score-diff-perc": "+9.75827%",
+ "tooltip": "score = 7.245224476331887e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00001 (+9.75827%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -833652,9 +833652,9 @@
21
),
"score": 6.454731086050317e-05,
- "score-diff": "-1.4634274091996762e-06",
- "score-diff-perc": "-2.21695%",
- "tooltip": "score = 6.454731086050317e-05\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00000 (-2.21695%)",
+ "score-diff": "-7.904933902815701e-06",
+ "score-diff-perc": "-10.91054%",
+ "tooltip": "score = 6.454731086050317e-05\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00001 (-10.91054%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -833963,11 +833963,11 @@
8,
54
),
- "score": 7.235783047753602e-05,
- "score-diff": "5.905924214016616e-06",
- "score-diff-perc": "+8.88752%",
- "tooltip": "score = 7.235783047753602e-05\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00001 (+8.88752%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 5.3344847450797724e-05,
+ "score-diff": "-1.3107058812721683e-05",
+ "score-diff-perc": "-19.72413%",
+ "tooltip": "score = 5.3344847450797724e-05\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00001 (-19.72413%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -833989,11 +833989,11 @@
8,
54
),
- "score": 5.3344847450797724e-05,
- "score-diff": "-1.90129830267383e-05",
- "score-diff-perc": "-26.27633%",
- "tooltip": "score = 5.3344847450797724e-05\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00002 (-26.27633%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 7.235783047753602e-05,
+ "score-diff": "1.90129830267383e-05",
+ "score-diff-perc": "+35.64165%",
+ "tooltip": "score = 7.235783047753602e-05\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00002 (+35.64165%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -834016,9 +834016,9 @@
43
),
"score": 5.371595894474167e-05,
- "score-diff": "3.7111149394394687e-07",
- "score-diff-perc": "+0.69568%",
- "tooltip": "score = 5.371595894474167e-05\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00000 (+0.69568%)",
+ "score-diff": "-1.864187153279435e-05",
+ "score-diff-perc": "-25.76345%",
+ "tooltip": "score = 5.371595894474167e-05\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00002 (-25.76345%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -839664,11 +839664,11 @@
18,
7
),
- "score": 0.13199435220025135,
- "score-diff": "0.00027432880050118347",
- "score-diff-perc": "+0.20827%",
- "tooltip": "score = 0.13199435220025135\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00027 (+0.20827%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.1315516454123238,
+ "score-diff": "-0.00016837798742636023",
+ "score-diff-perc": "-0.12783%",
+ "tooltip": "score = 0.1315516454123238\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00017 (-0.12783%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -839691,9 +839691,9 @@
7
),
"score": 0.13167617598309395,
- "score-diff": "-0.0003181762171574065",
- "score-diff-perc": "-0.24105%",
- "tooltip": "score = 0.13167617598309395\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00032 (-0.24105%)",
+ "score-diff": "0.00012453057077013718",
+ "score-diff-perc": "+0.09466%",
+ "tooltip": "score = 0.13167617598309395\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00012 (+0.09466%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -839716,11 +839716,11 @@
18,
7
),
- "score": 0.1315516454123238,
- "score-diff": "-0.00012453057077013718",
- "score-diff-perc": "-0.09457%",
- "tooltip": "score = 0.1315516454123238\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00012 (-0.09457%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.13199435220025135,
+ "score-diff": "0.0003181762171574065",
+ "score-diff-perc": "+0.24164%",
+ "tooltip": "score = 0.13199435220025135\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00032 (+0.24164%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -839743,9 +839743,9 @@
41
),
"score": 0.17255863773599775,
- "score-diff": "0.04100699232367394",
- "score-diff-perc": "+31.17178%",
- "tooltip": "score = 0.17255863773599775\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.04101 (+31.17178%)",
+ "score-diff": "0.0405642855357464",
+ "score-diff-perc": "+30.73183%",
+ "tooltip": "score = 0.17255863773599775\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.04056 (+30.73183%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -839846,11 +839846,11 @@
17,
1
),
- "score": 0.17249744751787074,
- "score-diff": "7.876894447211846e-05",
- "score-diff-perc": "+0.04568%",
- "tooltip": "score = 0.17249744751787074\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00008 (+0.04568%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.17267626775150124,
+ "score-diff": "0.0002575891781026185",
+ "score-diff-perc": "+0.14940%",
+ "tooltip": "score = 0.17267626775150124\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00026 (+0.14940%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -839872,11 +839872,11 @@
17,
1
),
- "score": 0.1358999445293647,
- "score-diff": "-0.03659750298850603",
- "score-diff-perc": "-21.21626%",
- "tooltip": "score = 0.1358999445293647\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03660 (-21.21626%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.17249744751787074,
+ "score-diff": "-0.00017882023363050004",
+ "score-diff-perc": "-0.10356%",
+ "tooltip": "score = 0.17249744751787074\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00018 (-0.10356%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -839898,11 +839898,11 @@
17,
1
),
- "score": 0.17267626775150124,
- "score-diff": "0.03677632322213653",
- "score-diff-perc": "+27.06132%",
- "tooltip": "score = 0.17267626775150124\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03678 (+27.06132%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.1358999445293647,
+ "score-diff": "-0.03659750298850603",
+ "score-diff-perc": "-21.21626%",
+ "tooltip": "score = 0.1358999445293647\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03660 (-21.21626%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -839925,9 +839925,9 @@
7
),
"score": 0.13193453280470568,
- "score-diff": "-0.04074173494679556",
- "score-diff-perc": "-23.59429%",
- "tooltip": "score = 0.13193453280470568\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.04074 (-23.59429%)",
+ "score-diff": "-0.003965411724659029",
+ "score-diff-perc": "-2.91789%",
+ "tooltip": "score = 0.13193453280470568\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00397 (-2.91789%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -840210,11 +840210,11 @@
16,
5
),
- "score": 0.17242357013505227,
- "score-diff": "-0.000791592593150342",
- "score-diff-perc": "-0.45700%",
- "tooltip": "score = 0.17242357013505227\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00079 (-0.45700%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.1316214872755981,
+ "score-diff": "-0.041593675452604506",
+ "score-diff-perc": "-24.01272%",
+ "tooltip": "score = 0.1316214872755981\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04159 (-24.01272%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -840236,11 +840236,11 @@
16,
5
),
- "score": 0.1316214872755981,
- "score-diff": "-0.040802082859454164",
- "score-diff-perc": "-23.66387%",
- "tooltip": "score = 0.1316214872755981\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04080 (-23.66387%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.17245979162443428,
+ "score-diff": "0.040838304348836174",
+ "score-diff-perc": "+31.02708%",
+ "tooltip": "score = 0.17245979162443428\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.04084 (+31.02708%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -840262,11 +840262,11 @@
16,
5
),
- "score": 0.17245979162443428,
- "score-diff": "0.040838304348836174",
- "score-diff-perc": "+31.02708%",
- "tooltip": "score = 0.17245979162443428\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.04084 (+31.02708%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.17242357013505227,
+ "score-diff": "-3.6221489382010086e-05",
+ "score-diff-perc": "-0.02100%",
+ "tooltip": "score = 0.17242357013505227\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00004 (-0.02100%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -840289,9 +840289,9 @@
21
),
"score": 0.17244715205336789,
- "score-diff": "-1.2639571066397348e-05",
- "score-diff-perc": "-0.00733%",
- "tooltip": "score = 0.17244715205336789\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00001 (-0.00733%)",
+ "score-diff": "2.3581918315612738e-05",
+ "score-diff-perc": "+0.01368%",
+ "tooltip": "score = 0.17244715205336789\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00002 (+0.01368%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -840600,11 +840600,11 @@
8,
54
),
- "score": 0.17261413808544437,
- "score-diff": "0.00034772303682123473",
- "score-diff-perc": "+0.20185%",
- "tooltip": "score = 0.17261413808544437\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00035 (+0.20185%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.13205817465407424,
+ "score-diff": "-0.0402082403945489",
+ "score-diff-perc": "-23.34073%",
+ "tooltip": "score = 0.13205817465407424\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.04021 (-23.34073%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -840626,11 +840626,11 @@
8,
54
),
- "score": 0.13205817465407424,
- "score-diff": "-0.040555963431370134",
- "score-diff-perc": "-23.49516%",
- "tooltip": "score = 0.13205817465407424\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.04056 (-23.49516%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.17261413808544437,
+ "score-diff": "0.040555963431370134",
+ "score-diff-perc": "+30.71068%",
+ "tooltip": "score = 0.17261413808544437\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.04056 (+30.71068%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -840653,9 +840653,9 @@
43
),
"score": 0.13185076253835767,
- "score-diff": "-0.00020741211571656537",
- "score-diff-perc": "-0.15706%",
- "tooltip": "score = 0.13185076253835767\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00021 (-0.15706%)",
+ "score-diff": "-0.0407633755470867",
+ "score-diff-perc": "-23.61532%",
+ "tooltip": "score = 0.13185076253835767\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.04076 (-23.61532%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -846327,11 +846327,11 @@
18,
7
),
- "score": 0.08809781514348865,
- "score-diff": "-0.08536825114803052",
- "score-diff-perc": "-49.21323%",
- "tooltip": "score = 0.08809781514348865\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.08537 (-49.21323%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.08855080943319758,
+ "score-diff": "-0.08491525685832159",
+ "score-diff-perc": "-48.95209%",
+ "tooltip": "score = 0.08855080943319758\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.08492 (-48.95209%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -846354,9 +846354,9 @@
7
),
"score": 0.11641130200323657,
- "score-diff": "0.028313486859747924",
- "score-diff-perc": "+32.13869%",
- "tooltip": "score = 0.11641130200323657\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02831 (+32.13869%)",
+ "score-diff": "0.02786049257003899",
+ "score-diff-perc": "+31.46272%",
+ "tooltip": "score = 0.11641130200323657\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02786 (+31.46272%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -846379,11 +846379,11 @@
18,
7
),
- "score": 0.08855080943319758,
- "score-diff": "-0.02786049257003899",
- "score-diff-perc": "-23.93281%",
- "tooltip": "score = 0.08855080943319758\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02786 (-23.93281%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.08809781514348865,
+ "score-diff": "-0.028313486859747924",
+ "score-diff-perc": "-24.32194%",
+ "tooltip": "score = 0.08809781514348865\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02831 (-24.32194%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -846406,9 +846406,9 @@
41
),
"score": 0.361795468653789,
- "score-diff": "0.2732446592205914",
- "score-diff-perc": "+308.57387%",
- "tooltip": "score = 0.361795468653789\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.27324 (+308.57387%)",
+ "score-diff": "0.27369765351030034",
+ "score-diff-perc": "+310.67473%",
+ "tooltip": "score = 0.361795468653789\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.27370 (+310.67473%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -846509,11 +846509,11 @@
17,
1
),
- "score": 0.280530822607799,
- "score-diff": "-0.026951362549823554",
- "score-diff-perc": "-8.76518%",
- "tooltip": "score = 0.280530822607799\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.02695 (-8.76518%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1.3886845120022746,
+ "score-diff": "1.081202326844652",
+ "score-diff-perc": "+351.63088%",
+ "tooltip": "score = 1.3886845120022746\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.08120 (+351.63088%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -846535,11 +846535,11 @@
17,
1
),
- "score": 0.09157607989277546,
- "score-diff": "-0.18895474271502355",
- "score-diff-perc": "-67.35614%",
- "tooltip": "score = 0.09157607989277546\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.18895 (-67.35614%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.280530822607799,
+ "score-diff": "-1.1081536893944757",
+ "score-diff-perc": "-79.79881%",
+ "tooltip": "score = 0.280530822607799\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.10815 (-79.79881%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -846561,11 +846561,11 @@
17,
1
),
- "score": 1.3886845120022746,
- "score-diff": "1.2971084321094992",
- "score-diff-perc": "+1416.42712%",
- "tooltip": "score = 1.3886845120022746\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.29711 (+1416.42712%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.09157607989277546,
+ "score-diff": "-0.18895474271502355",
+ "score-diff-perc": "-67.35614%",
+ "tooltip": "score = 0.09157607989277546\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.18895 (-67.35614%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -846588,9 +846588,9 @@
7
),
"score": 0.08871308247893304,
- "score-diff": "-1.2999714295233415",
- "score-diff-perc": "-93.61172%",
- "tooltip": "score = 0.08871308247893304\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.29997 (-93.61172%)",
+ "score-diff": "-0.002862997413842411",
+ "score-diff-perc": "-3.12636%",
+ "tooltip": "score = 0.08871308247893304\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00286 (-3.12636%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -846873,11 +846873,11 @@
16,
5
),
- "score": 0.308274765728827,
- "score-diff": "-0.0010904697685700793",
- "score-diff-perc": "-0.35249%",
- "tooltip": "score = 0.308274765728827\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00109 (-0.35249%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.08281035938461855,
+ "score-diff": "-0.22655487611277852",
+ "score-diff-perc": "-73.23217%",
+ "tooltip": "score = 0.08281035938461855\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.22655 (-73.23217%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -846899,11 +846899,11 @@
16,
5
),
- "score": 0.08281035938461855,
- "score-diff": "-0.22546440634420845",
- "score-diff-perc": "-73.13748%",
- "tooltip": "score = 0.08281035938461855\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.22546 (-73.13748%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.27760551406945827,
+ "score-diff": "0.1947951546848397",
+ "score-diff-perc": "+235.23042%",
+ "tooltip": "score = 0.27760551406945827\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.19480 (+235.23042%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -846925,11 +846925,11 @@
16,
5
),
- "score": 0.27760551406945827,
- "score-diff": "0.1947951546848397",
- "score-diff-perc": "+235.23042%",
- "tooltip": "score = 0.27760551406945827\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.19480 (+235.23042%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.308274765728827,
+ "score-diff": "0.030669251659368735",
+ "score-diff-perc": "+11.04778%",
+ "tooltip": "score = 0.308274765728827\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03067 (+11.04778%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -846952,9 +846952,9 @@
21
),
"score": 0.3078146474785763,
- "score-diff": "0.030209133409118016",
- "score-diff-perc": "+10.88204%",
- "tooltip": "score = 0.3078146474785763\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.03021 (+10.88204%)",
+ "score-diff": "-0.0004601182502507184",
+ "score-diff-perc": "-0.14926%",
+ "tooltip": "score = 0.3078146474785763\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00046 (-0.14926%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -847263,11 +847263,11 @@
8,
54
),
- "score": 0.290462903700386,
- "score-diff": "-0.04080831147678454",
- "score-diff-perc": "-12.31870%",
- "tooltip": "score = 0.290462903700386\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.04081 (-12.31870%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.15887140065973354,
+ "score-diff": "-0.17239981451743702",
+ "score-diff-perc": "-52.04189%",
+ "tooltip": "score = 0.15887140065973354\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.17240 (-52.04189%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -847289,11 +847289,11 @@
8,
54
),
- "score": 0.15887140065973354,
- "score-diff": "-0.13159150304065248",
- "score-diff-perc": "-45.30407%",
- "tooltip": "score = 0.15887140065973354\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.13159 (-45.30407%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.290462903700386,
+ "score-diff": "0.13159150304065248",
+ "score-diff-perc": "+82.82894%",
+ "tooltip": "score = 0.290462903700386\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.13159 (+82.82894%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -847316,9 +847316,9 @@
43
),
"score": 0.09554651412667121,
- "score-diff": "-0.06332488653306233",
- "score-diff-perc": "-39.85921%",
- "tooltip": "score = 0.09554651412667121\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.06332 (-39.85921%)",
+ "score-diff": "-0.19491638957371482",
+ "score-diff-perc": "-67.10543%",
+ "tooltip": "score = 0.09554651412667121\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.19492 (-67.10543%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -852990,11 +852990,11 @@
18,
7
),
- "score": 0.027791206473247062,
- "score-diff": "6.45800264538858e-05",
- "score-diff-perc": "+0.23292%",
- "tooltip": "score = 0.027791206473247062\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00006 (+0.23292%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.02787675326874202,
+ "score-diff": "0.00015012682194884275",
+ "score-diff-perc": "+0.54145%",
+ "tooltip": "score = 0.02787675326874202\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00015 (+0.54145%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -853017,9 +853017,9 @@
7
),
"score": 0.027763837632486046,
- "score-diff": "-2.73688407610162e-05",
- "score-diff-perc": "-0.09848%",
- "tooltip": "score = 0.027763837632486046\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00003 (-0.09848%)",
+ "score-diff": "-0.00011291563625597315",
+ "score-diff-perc": "-0.40505%",
+ "tooltip": "score = 0.027763837632486046\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00011 (-0.40505%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -853042,11 +853042,11 @@
18,
7
),
- "score": 0.02787675326874202,
- "score-diff": "0.00011291563625597315",
- "score-diff-perc": "+0.40670%",
- "tooltip": "score = 0.02787675326874202\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00011 (+0.40670%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.027791206473247062,
+ "score-diff": "2.73688407610162e-05",
+ "score-diff-perc": "+0.09858%",
+ "tooltip": "score = 0.027791206473247062\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00003 (+0.09858%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -853069,9 +853069,9 @@
41
),
"score": 0.029467554386286617,
- "score-diff": "0.0015908011175445984",
- "score-diff-perc": "+5.70655%",
- "tooltip": "score = 0.029467554386286617\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00159 (+5.70655%)",
+ "score-diff": "0.0016763479130395553",
+ "score-diff-perc": "+6.03194%",
+ "tooltip": "score = 0.029467554386286617\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00168 (+6.03194%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -853172,11 +853172,11 @@
17,
1
),
- "score": 0.03017893786236867,
- "score-diff": "0.0005834773661377857",
- "score-diff-perc": "+1.97151%",
- "tooltip": "score = 0.03017893786236867\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00058 (+1.97151%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.030198897020702886,
+ "score-diff": "0.0006034365244720029",
+ "score-diff-perc": "+2.03895%",
+ "tooltip": "score = 0.030198897020702886\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00060 (+2.03895%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -853198,11 +853198,11 @@
17,
1
),
- "score": 0.028092536531771763,
- "score-diff": "-0.0020864013305969056",
- "score-diff-perc": "-6.91344%",
- "tooltip": "score = 0.028092536531771763\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00209 (-6.91344%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.03017893786236867,
+ "score-diff": "-1.9959158334217214e-05",
+ "score-diff-perc": "-0.06609%",
+ "tooltip": "score = 0.03017893786236867\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00002 (-0.06609%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -853224,11 +853224,11 @@
17,
1
),
- "score": 0.030198897020702886,
- "score-diff": "0.002106360488931123",
- "score-diff-perc": "+7.49794%",
- "tooltip": "score = 0.030198897020702886\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00211 (+7.49794%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.028092536531771763,
+ "score-diff": "-0.0020864013305969056",
+ "score-diff-perc": "-6.91344%",
+ "tooltip": "score = 0.028092536531771763\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00209 (-6.91344%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -853251,9 +853251,9 @@
7
),
"score": 0.028156842515642405,
- "score-diff": "-0.002042054505060481",
- "score-diff-perc": "-6.76202%",
- "tooltip": "score = 0.028156842515642405\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00204 (-6.76202%)",
+ "score-diff": "6.430598387064182e-05",
+ "score-diff-perc": "+0.22891%",
+ "tooltip": "score = 0.028156842515642405\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00006 (+0.22891%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -853536,11 +853536,11 @@
16,
5
),
- "score": 0.029607862361772833,
- "score-diff": "-0.0003111790724456276",
- "score-diff-perc": "-1.04007%",
- "tooltip": "score = 0.029607862361772833\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00031 (-1.04007%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.028200241764119952,
+ "score-diff": "-0.001718799670098508",
+ "score-diff-perc": "-5.74484%",
+ "tooltip": "score = 0.028200241764119952\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00172 (-5.74484%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -853562,11 +853562,11 @@
16,
5
),
- "score": 0.028200241764119952,
- "score-diff": "-0.0014076205976528804",
- "score-diff-perc": "-4.75421%",
- "tooltip": "score = 0.028200241764119952\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00141 (-4.75421%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.029713665083738683,
+ "score-diff": "0.0015134233196187306",
+ "score-diff-perc": "+5.36670%",
+ "tooltip": "score = 0.029713665083738683\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00151 (+5.36670%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -853588,11 +853588,11 @@
16,
5
),
- "score": 0.029713665083738683,
- "score-diff": "0.0015134233196187306",
- "score-diff-perc": "+5.36670%",
- "tooltip": "score = 0.029713665083738683\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00151 (+5.36670%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.029607862361772833,
+ "score-diff": "-0.00010580272196585028",
+ "score-diff-perc": "-0.35607%",
+ "tooltip": "score = 0.029607862361772833\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00011 (-0.35607%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -853615,9 +853615,9 @@
21
),
"score": 0.029519435123338805,
- "score-diff": "-0.0001942299603998783",
- "score-diff-perc": "-0.65367%",
- "tooltip": "score = 0.029519435123338805\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00019 (-0.65367%)",
+ "score-diff": "-8.842723843402803e-05",
+ "score-diff-perc": "-0.29866%",
+ "tooltip": "score = 0.029519435123338805\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00009 (-0.29866%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -853926,11 +853926,11 @@
8,
54
),
- "score": 0.02962984149033523,
- "score-diff": "-6.708247189547017e-05",
- "score-diff-perc": "-0.22589%",
- "tooltip": "score = 0.02962984149033523\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00007 (-0.22589%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.02835238903392262,
+ "score-diff": "-0.001344534928308081",
+ "score-diff-perc": "-4.52752%",
+ "tooltip": "score = 0.02835238903392262\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00134 (-4.52752%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -853952,11 +853952,11 @@
8,
54
),
- "score": 0.02835238903392262,
- "score-diff": "-0.001277452456412611",
- "score-diff-perc": "-4.31137%",
- "tooltip": "score = 0.02835238903392262\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00128 (-4.31137%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.02962984149033523,
+ "score-diff": "0.001277452456412611",
+ "score-diff-perc": "+4.50563%",
+ "tooltip": "score = 0.02962984149033523\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00128 (+4.50563%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -853979,9 +853979,9 @@
43
),
"score": 0.028230043427480877,
- "score-diff": "-0.00012234560644174344",
- "score-diff-perc": "-0.43152%",
- "tooltip": "score = 0.028230043427480877\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00012 (-0.43152%)",
+ "score-diff": "-0.0013997980628543544",
+ "score-diff-perc": "-4.72428%",
+ "tooltip": "score = 0.028230043427480877\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00140 (-4.72428%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -859653,11 +859653,11 @@
18,
7
),
- "score": 6.781470982394776,
- "score-diff": "-0.5230414322430983",
- "score-diff-perc": "-7.16052%",
- "tooltip": "score = 6.781470982394776\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.52304 (-7.16052%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 7.0336908736167345,
+ "score-diff": "-0.27082154102113964",
+ "score-diff-perc": "-3.70759%",
+ "tooltip": "score = 7.0336908736167345\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.27082 (-3.70759%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -859680,9 +859680,9 @@
7
),
"score": 6.826421810636948,
- "score-diff": "0.04495082824217178",
- "score-diff-perc": "+0.66285%",
- "tooltip": "score = 6.826421810636948\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.04495 (+0.66285%)",
+ "score-diff": "-0.20726906297978687",
+ "score-diff-perc": "-2.94680%",
+ "tooltip": "score = 6.826421810636948\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.20727 (-2.94680%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -859705,11 +859705,11 @@
18,
7
),
- "score": 7.0336908736167345,
- "score-diff": "0.20726906297978687",
- "score-diff-perc": "+3.03628%",
- "tooltip": "score = 7.0336908736167345\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.20727 (+3.03628%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 6.781470982394776,
+ "score-diff": "-0.04495082824217178",
+ "score-diff-perc": "-0.65848%",
+ "tooltip": "score = 6.781470982394776\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.04495 (-0.65848%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -859732,9 +859732,9 @@
41
),
"score": 6.175679031944319,
- "score-diff": "-0.8580118416724156",
- "score-diff-perc": "-12.19860%",
- "tooltip": "score = 6.175679031944319\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.85801 (-12.19860%)",
+ "score-diff": "-0.605791950450457",
+ "score-diff-perc": "-8.93305%",
+ "tooltip": "score = 6.175679031944319\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.60579 (-8.93305%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -859835,11 +859835,11 @@
17,
1
),
- "score": 6.134795733010512,
- "score-diff": "-0.2651008065612652",
- "score-diff-perc": "-4.14227%",
- "tooltip": "score = 6.134795733010512\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.26510 (-4.14227%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 7.5697014579910205,
+ "score-diff": "1.169804918419243",
+ "score-diff-perc": "+18.27850%",
+ "tooltip": "score = 7.5697014579910205\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.16980 (+18.27850%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -859861,11 +859861,11 @@
17,
1
),
- "score": 6.936773753958483,
- "score-diff": "0.8019780209479705",
- "score-diff-perc": "+13.07261%",
- "tooltip": "score = 6.936773753958483\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.80198 (+13.07261%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 6.134795733010512,
+ "score-diff": "-1.4349057249805082",
+ "score-diff-perc": "-18.95591%",
+ "tooltip": "score = 6.134795733010512\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.43491 (-18.95591%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -859887,11 +859887,11 @@
17,
1
),
- "score": 7.5697014579910205,
- "score-diff": "0.6329277040325376",
- "score-diff-perc": "+9.12424%",
- "tooltip": "score = 7.5697014579910205\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.63293 (+9.12424%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 6.936773753958483,
+ "score-diff": "0.8019780209479705",
+ "score-diff-perc": "+13.07261%",
+ "tooltip": "score = 6.936773753958483\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.80198 (+13.07261%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -859914,9 +859914,9 @@
7
),
"score": 7.058443885803334,
- "score-diff": "-0.5112575721876862",
- "score-diff-perc": "-6.75400%",
- "tooltip": "score = 7.058443885803334\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.51126 (-6.75400%)",
+ "score-diff": "0.12167013184485143",
+ "score-diff-perc": "+1.75399%",
+ "tooltip": "score = 7.058443885803334\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.12167 (+1.75399%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -860199,11 +860199,11 @@
16,
5
),
- "score": 6.181711699812445,
- "score-diff": "-0.2497743808535482",
- "score-diff-perc": "-3.88362%",
- "tooltip": "score = 6.181711699812445\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.24977 (-3.88362%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 6.754487034766367,
+ "score-diff": "0.3230009541003733",
+ "score-diff-perc": "+5.02218%",
+ "tooltip": "score = 6.754487034766367\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.32300 (+5.02218%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -860225,11 +860225,11 @@
16,
5
),
- "score": 6.754487034766367,
- "score-diff": "0.5727753349539215",
- "score-diff-perc": "+9.26564%",
- "tooltip": "score = 6.754487034766367\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.57278 (+9.26564%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 6.8582811218286865,
+ "score-diff": "0.10379408706231974",
+ "score-diff-perc": "+1.53667%",
+ "tooltip": "score = 6.8582811218286865\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.10379 (+1.53667%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -860251,11 +860251,11 @@
16,
5
),
- "score": 6.8582811218286865,
- "score-diff": "0.10379408706231974",
- "score-diff-perc": "+1.53667%",
- "tooltip": "score = 6.8582811218286865\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.10379 (+1.53667%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 6.181711699812445,
+ "score-diff": "-0.6765694220162413",
+ "score-diff-perc": "-9.86500%",
+ "tooltip": "score = 6.181711699812445\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.67657 (-9.86500%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -860278,9 +860278,9 @@
21
),
"score": 6.404197946249646,
- "score-diff": "-0.4540831755790409",
- "score-diff-perc": "-6.62095%",
- "tooltip": "score = 6.404197946249646\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.45408 (-6.62095%)",
+ "score-diff": "0.22248624643720039",
+ "score-diff-perc": "+3.59910%",
+ "tooltip": "score = 6.404197946249646\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.22249 (+3.59910%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -860589,11 +860589,11 @@
8,
54
),
- "score": 6.879933922213172,
- "score-diff": "-0.1541310568936094",
- "score-diff-perc": "-2.19121%",
- "tooltip": "score = 6.879933922213172\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.15413 (-2.19121%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 9.545220085394805,
+ "score-diff": "2.5111551062880233",
+ "score-diff-perc": "+35.69991%",
+ "tooltip": "score = 9.545220085394805\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.51116 (+35.69991%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -860615,11 +860615,11 @@
8,
54
),
- "score": 9.545220085394805,
- "score-diff": "2.6652861631816327",
- "score-diff-perc": "+38.74000%",
- "tooltip": "score = 9.545220085394805\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.66529 (+38.74000%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 6.879933922213172,
+ "score-diff": "-2.6652861631816327",
+ "score-diff-perc": "-27.92273%",
+ "tooltip": "score = 6.879933922213172\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.66529 (-27.92273%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -860642,9 +860642,9 @@
43
),
"score": 9.933413419049272,
- "score-diff": "0.38819333365446695",
- "score-diff-perc": "+4.06689%",
- "tooltip": "score = 9.933413419049272\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.38819 (+4.06689%)",
+ "score-diff": "3.0534794968360996",
+ "score-diff-perc": "+44.38240%",
+ "tooltip": "score = 9.933413419049272\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +3.05348 (+44.38240%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -866316,11 +866316,11 @@
18,
7
),
- "score": 0.13129818023572803,
- "score-diff": "-0.0004970640268296689",
- "score-diff-perc": "-0.37715%",
- "tooltip": "score = 0.13129818023572803\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00050 (-0.37715%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.13162988712928023,
+ "score-diff": "-0.00016535713327747725",
+ "score-diff-perc": "-0.12547%",
+ "tooltip": "score = 0.13162988712928023\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00017 (-0.12547%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -866343,9 +866343,9 @@
7
),
"score": 0.1312621450046014,
- "score-diff": "-3.6035231126635425e-05",
- "score-diff-perc": "-0.02745%",
- "tooltip": "score = 0.1312621450046014\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00004 (-0.02745%)",
+ "score-diff": "-0.00036774212467882705",
+ "score-diff-perc": "-0.27938%",
+ "tooltip": "score = 0.1312621450046014\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00037 (-0.27938%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -866368,11 +866368,11 @@
18,
7
),
- "score": 0.13162988712928023,
- "score-diff": "0.00036774212467882705",
- "score-diff-perc": "+0.28016%",
- "tooltip": "score = 0.13162988712928023\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00037 (+0.28016%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.13129818023572803,
+ "score-diff": "3.6035231126635425e-05",
+ "score-diff-perc": "+0.02745%",
+ "tooltip": "score = 0.13129818023572803\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00004 (+0.02745%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -866395,9 +866395,9 @@
41
),
"score": 0.1722686203707219,
- "score-diff": "0.04063873324144168",
- "score-diff-perc": "+30.87348%",
- "tooltip": "score = 0.1722686203707219\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.04064 (+30.87348%)",
+ "score-diff": "0.040970440134993874",
+ "score-diff-perc": "+31.20412%",
+ "tooltip": "score = 0.1722686203707219\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.04097 (+31.20412%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -866498,11 +866498,11 @@
17,
1
),
- "score": 0.17245772862311734,
- "score-diff": "5.2013080912294285e-06",
- "score-diff-perc": "+0.00302%",
- "tooltip": "score = 0.17245772862311734\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00001 (+0.00302%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.17284155209545782,
+ "score-diff": "0.0003890247804317071",
+ "score-diff-perc": "+0.22558%",
+ "tooltip": "score = 0.17284155209545782\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00039 (+0.22558%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -866524,11 +866524,11 @@
17,
1
),
- "score": 0.13155057787271504,
- "score-diff": "-0.0409071507504023",
- "score-diff-perc": "-23.72010%",
- "tooltip": "score = 0.13155057787271504\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.04091 (-23.72010%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.17245772862311734,
+ "score-diff": "-0.00038382347234047764",
+ "score-diff-perc": "-0.22207%",
+ "tooltip": "score = 0.17245772862311734\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00038 (-0.22207%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -866550,11 +866550,11 @@
17,
1
),
- "score": 0.17284155209545782,
- "score-diff": "0.04129097422274278",
- "score-diff-perc": "+31.38791%",
- "tooltip": "score = 0.17284155209545782\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04129 (+31.38791%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.13155057787271504,
+ "score-diff": "-0.0409071507504023",
+ "score-diff-perc": "-23.72010%",
+ "tooltip": "score = 0.13155057787271504\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.04091 (-23.72010%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -866577,9 +866577,9 @@
7
),
"score": 0.13157608632781678,
- "score-diff": "-0.041265465767641035",
- "score-diff-perc": "-23.87474%",
- "tooltip": "score = 0.13157608632781678\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.04127 (-23.87474%)",
+ "score-diff": "2.550845510174149e-05",
+ "score-diff-perc": "+0.01939%",
+ "tooltip": "score = 0.13157608632781678\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00003 (+0.01939%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -866862,11 +866862,11 @@
16,
5
),
- "score": 0.17228262021499471,
- "score-diff": "-0.0006527993380504027",
- "score-diff-perc": "-0.37748%",
- "tooltip": "score = 0.17228262021499471\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00065 (-0.37748%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.13162564274719082,
+ "score-diff": "-0.04130977680585429",
+ "score-diff-perc": "-23.88740%",
+ "tooltip": "score = 0.13162564274719082\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04131 (-23.88740%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -866888,11 +866888,11 @@
16,
5
),
- "score": 0.13162564274719082,
- "score-diff": "-0.04065697746780389",
- "score-diff-perc": "-23.59900%",
- "tooltip": "score = 0.13162564274719082\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04066 (-23.59900%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.17254835695917206,
+ "score-diff": "0.04092271421198124",
+ "score-diff-perc": "+31.09023%",
+ "tooltip": "score = 0.17254835695917206\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.04092 (+31.09023%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -866914,11 +866914,11 @@
16,
5
),
- "score": 0.17254835695917206,
- "score-diff": "0.04092271421198124",
- "score-diff-perc": "+31.09023%",
- "tooltip": "score = 0.17254835695917206\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.04092 (+31.09023%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.17228262021499471,
+ "score-diff": "-0.00026573674417734727",
+ "score-diff-perc": "-0.15401%",
+ "tooltip": "score = 0.17228262021499471\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00027 (-0.15401%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -866941,9 +866941,9 @@
21
),
"score": 0.1725190996679715,
- "score-diff": "-2.9257291200568414e-05",
- "score-diff-perc": "-0.01696%",
- "tooltip": "score = 0.1725190996679715\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00003 (-0.01696%)",
+ "score-diff": "0.00023647945297677886",
+ "score-diff-perc": "+0.13726%",
+ "tooltip": "score = 0.1725190996679715\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00024 (+0.13726%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -867252,11 +867252,11 @@
8,
54
),
- "score": 0.1726873897206793,
- "score-diff": "0.0003895985739871266",
- "score-diff-perc": "+0.22612%",
- "tooltip": "score = 0.1726873897206793\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00039 (+0.22612%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.13178086277846518,
+ "score-diff": "-0.040516928368226984",
+ "score-diff-perc": "-23.51564%",
+ "tooltip": "score = 0.13178086277846518\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.04052 (-23.51564%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -867278,11 +867278,11 @@
8,
54
),
- "score": 0.13178086277846518,
- "score-diff": "-0.04090652694221411",
- "score-diff-perc": "-23.68820%",
- "tooltip": "score = 0.13178086277846518\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.04091 (-23.68820%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.1726873897206793,
+ "score-diff": "0.04090652694221411",
+ "score-diff-perc": "+31.04133%",
+ "tooltip": "score = 0.1726873897206793\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.04091 (+31.04133%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -867305,9 +867305,9 @@
43
),
"score": 0.1317521281878711,
- "score-diff": "-2.8734590594076126e-05",
- "score-diff-perc": "-0.02180%",
- "tooltip": "score = 0.1317521281878711\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00003 (-0.02180%)",
+ "score-diff": "-0.04093526153280819",
+ "score-diff-perc": "-23.70484%",
+ "tooltip": "score = 0.1317521281878711\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.04094 (-23.70484%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -872979,11 +872979,11 @@
18,
7
),
- "score": 7.314097791592051,
- "score-diff": "0.32406288102445213",
- "score-diff-perc": "+4.63607%",
- "tooltip": "score = 7.314097791592051\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.32406 (+4.63607%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 7.078521256281905,
+ "score-diff": "0.08848634571430658",
+ "score-diff-perc": "+1.26589%",
+ "tooltip": "score = 7.078521256281905\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.08849 (+1.26589%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -873006,9 +873006,9 @@
7
),
"score": 6.526022693022228,
- "score-diff": "-0.7880750985698226",
- "score-diff-perc": "-10.77474%",
- "tooltip": "score = 6.526022693022228\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.78808 (-10.77474%)",
+ "score-diff": "-0.5524985632596771",
+ "score-diff-perc": "-7.80528%",
+ "tooltip": "score = 6.526022693022228\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.55250 (-7.80528%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -873031,11 +873031,11 @@
18,
7
),
- "score": 7.078521256281905,
- "score-diff": "0.5524985632596771",
- "score-diff-perc": "+8.46608%",
- "tooltip": "score = 7.078521256281905\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.55250 (+8.46608%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 7.314097791592051,
+ "score-diff": "0.7880750985698226",
+ "score-diff-perc": "+12.07589%",
+ "tooltip": "score = 7.314097791592051\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.78808 (+12.07589%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -873058,9 +873058,9 @@
41
),
"score": 9.733063255331771,
- "score-diff": "2.654541999049866",
- "score-diff-perc": "+37.50136%",
- "tooltip": "score = 9.733063255331771\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +2.65454 (+37.50136%)",
+ "score-diff": "2.4189654637397204",
+ "score-diff-perc": "+33.07264%",
+ "tooltip": "score = 9.733063255331771\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +2.41897 (+33.07264%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -873161,11 +873161,11 @@
17,
1
),
- "score": 10.852432347263596,
- "score-diff": "0.2514884090825227",
- "score-diff-perc": "+2.37232%",
- "tooltip": "score = 10.852432347263596\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.25149 (+2.37232%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 8.06457318795214,
+ "score-diff": "-2.536370750228933",
+ "score-diff-perc": "-23.92590%",
+ "tooltip": "score = 8.06457318795214\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.53637 (-23.92590%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -873187,11 +873187,11 @@
17,
1
),
- "score": 6.554942491104678,
- "score-diff": "-4.297489856158918",
- "score-diff-perc": "-39.59932%",
- "tooltip": "score = 6.554942491104678\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.29749 (-39.59932%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 10.852432347263596,
+ "score-diff": "2.7878591593114557",
+ "score-diff-perc": "+34.56921%",
+ "tooltip": "score = 10.852432347263596\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.78786 (+34.56921%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -873213,11 +873213,11 @@
17,
1
),
- "score": 8.06457318795214,
- "score-diff": "1.509630696847462",
- "score-diff-perc": "+23.03042%",
- "tooltip": "score = 8.06457318795214\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.50963 (+23.03042%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 6.554942491104678,
+ "score-diff": "-4.297489856158918",
+ "score-diff-perc": "-39.59932%",
+ "tooltip": "score = 6.554942491104678\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.29749 (-39.59932%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -873240,9 +873240,9 @@
7
),
"score": 6.909639189529525,
- "score-diff": "-1.1549339984226155",
- "score-diff-perc": "-14.32108%",
- "tooltip": "score = 6.909639189529525\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.15493 (-14.32108%)",
+ "score-diff": "0.3546966984248465",
+ "score-diff-perc": "+5.41113%",
+ "tooltip": "score = 6.909639189529525\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.35470 (+5.41113%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -873525,11 +873525,11 @@
16,
5
),
- "score": 11.561393128498247,
- "score-diff": "0.4954582154204452",
- "score-diff-perc": "+4.47733%",
- "tooltip": "score = 11.561393128498247\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.49546 (+4.47733%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 6.664337906519175,
+ "score-diff": "-4.401597006558627",
+ "score-diff-perc": "-39.77610%",
+ "tooltip": "score = 6.664337906519175\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.40160 (-39.77610%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -873551,11 +873551,11 @@
16,
5
),
- "score": 6.664337906519175,
- "score-diff": "-4.897055221979072",
- "score-diff-perc": "-42.35696%",
- "tooltip": "score = 6.664337906519175\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.89706 (-42.35696%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 11.347714500587088,
+ "score-diff": "4.683376594067913",
+ "score-diff-perc": "+70.27520%",
+ "tooltip": "score = 11.347714500587088\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.68338 (+70.27520%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -873577,11 +873577,11 @@
16,
5
),
- "score": 11.347714500587088,
- "score-diff": "4.683376594067913",
- "score-diff-perc": "+70.27520%",
- "tooltip": "score = 11.347714500587088\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.68338 (+70.27520%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 11.561393128498247,
+ "score-diff": "0.21367862791115932",
+ "score-diff-perc": "+1.88301%",
+ "tooltip": "score = 11.561393128498247\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.21368 (+1.88301%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -873604,9 +873604,9 @@
21
),
"score": 9.098500168476228,
- "score-diff": "-2.24921433211086",
- "score-diff-perc": "-19.82086%",
- "tooltip": "score = 9.098500168476228\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -2.24921 (-19.82086%)",
+ "score-diff": "-2.4628929600220193",
+ "score-diff-perc": "-21.30274%",
+ "tooltip": "score = 9.098500168476228\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -2.46289 (-21.30274%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -873915,11 +873915,11 @@
8,
54
),
- "score": 10.698860946775397,
- "score-diff": "2.25625384256592",
- "score-diff-perc": "+26.72461%",
- "tooltip": "score = 10.698860946775397\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.25625 (+26.72461%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 7.31935616488612,
+ "score-diff": "-1.1232509393233574",
+ "score-diff-perc": "-13.30455%",
+ "tooltip": "score = 7.31935616488612\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.12325 (-13.30455%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -873941,11 +873941,11 @@
8,
54
),
- "score": 7.31935616488612,
- "score-diff": "-3.3795047818892776",
- "score-diff-perc": "-31.58752%",
- "tooltip": "score = 7.31935616488612\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.37950 (-31.58752%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 10.698860946775397,
+ "score-diff": "3.3795047818892776",
+ "score-diff-perc": "+46.17216%",
+ "tooltip": "score = 10.698860946775397\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +3.37950 (+46.17216%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -873968,9 +873968,9 @@
43
),
"score": 7.408255481770105,
- "score-diff": "0.08889931688398534",
- "score-diff-perc": "+1.21458%",
- "tooltip": "score = 7.408255481770105\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.08890 (+1.21458%)",
+ "score-diff": "-3.2906054650052923",
+ "score-diff-perc": "-30.75660%",
+ "tooltip": "score = 7.408255481770105\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -3.29061 (-30.75660%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -879642,11 +879642,11 @@
18,
7
),
- "score": 35.72919261442577,
- "score-diff": "0.7821205481560227",
- "score-diff-perc": "+2.23801%",
- "tooltip": "score = 35.72919261442577\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.78212 (+2.23801%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 36.05545559910679,
+ "score-diff": "1.1083835328370455",
+ "score-diff-perc": "+3.17161%",
+ "tooltip": "score = 36.05545559910679\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.10838 (+3.17161%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -879669,9 +879669,9 @@
7
),
"score": 35.37956292547893,
- "score-diff": "-0.3496296889468411",
- "score-diff-perc": "-0.97855%",
- "tooltip": "score = 35.37956292547893\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.34963 (-0.97855%)",
+ "score-diff": "-0.6758926736278639",
+ "score-diff-perc": "-1.87459%",
+ "tooltip": "score = 35.37956292547893\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.67589 (-1.87459%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -879694,11 +879694,11 @@
18,
7
),
- "score": 36.05545559910679,
- "score-diff": "0.6758926736278639",
- "score-diff-perc": "+1.91040%",
- "tooltip": "score = 36.05545559910679\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.67589 (+1.91040%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 35.72919261442577,
+ "score-diff": "0.3496296889468411",
+ "score-diff-perc": "+0.98823%",
+ "tooltip": "score = 35.72919261442577\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.34963 (+0.98823%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -879721,9 +879721,9 @@
41
),
"score": 33.570748656082806,
- "score-diff": "-2.484706943023987",
- "score-diff-perc": "-6.89135%",
- "tooltip": "score = 33.570748656082806\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -2.48471 (-6.89135%)",
+ "score-diff": "-2.158443958342964",
+ "score-diff-perc": "-6.04112%",
+ "tooltip": "score = 33.570748656082806\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -2.15844 (-6.04112%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -879824,11 +879824,11 @@
17,
1
),
- "score": 35.03428999808299,
- "score-diff": "0.3847106776239855",
- "score-diff-perc": "+1.11029%",
- "tooltip": "score = 35.03428999808299\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.38471 (+1.11029%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 34.934468709035016,
+ "score-diff": "0.284889388576012",
+ "score-diff-perc": "+0.82220%",
+ "tooltip": "score = 34.934468709035016\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.28489 (+0.82220%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -879850,11 +879850,11 @@
17,
1
),
- "score": 35.34411183241048,
- "score-diff": "0.30982183432749366",
- "score-diff-perc": "+0.88434%",
- "tooltip": "score = 35.34411183241048\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.30982 (+0.88434%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 35.03428999808299,
+ "score-diff": "0.0998212890479735",
+ "score-diff-perc": "+0.28574%",
+ "tooltip": "score = 35.03428999808299\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.09982 (+0.28574%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -879876,11 +879876,11 @@
17,
1
),
- "score": 34.934468709035016,
- "score-diff": "-0.40964312337546716",
- "score-diff-perc": "-1.15901%",
- "tooltip": "score = 34.934468709035016\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.40964 (-1.15901%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 35.34411183241048,
+ "score-diff": "0.30982183432749366",
+ "score-diff-perc": "+0.88434%",
+ "tooltip": "score = 35.34411183241048\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.30982 (+0.88434%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -879903,9 +879903,9 @@
7
),
"score": 35.58522155781924,
- "score-diff": "0.6507528487842222",
- "score-diff-perc": "+1.86278%",
- "tooltip": "score = 35.58522155781924\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.65075 (+1.86278%)",
+ "score-diff": "0.24110972540875508",
+ "score-diff-perc": "+0.68218%",
+ "tooltip": "score = 35.58522155781924\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.24111 (+0.68218%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -880188,11 +880188,11 @@
16,
5
),
- "score": 34.36258440151516,
- "score-diff": "-1.4801905701415734",
- "score-diff-perc": "-4.12968%",
- "tooltip": "score = 34.36258440151516\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.48019 (-4.12968%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 35.21590287658799,
+ "score-diff": "-0.626872095068741",
+ "score-diff-perc": "-1.74895%",
+ "tooltip": "score = 35.21590287658799\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.62687 (-1.74895%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -880214,11 +880214,11 @@
16,
5
),
- "score": 35.21590287658799,
- "score-diff": "0.8533184750728324",
- "score-diff-perc": "+2.48328%",
- "tooltip": "score = 35.21590287658799\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.85332 (+2.48328%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 37.52504802177423,
+ "score-diff": "2.3091451451862426",
+ "score-diff-perc": "+6.55711%",
+ "tooltip": "score = 37.52504802177423\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.30915 (+6.55711%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -880240,11 +880240,11 @@
16,
5
),
- "score": 37.52504802177423,
- "score-diff": "2.3091451451862426",
- "score-diff-perc": "+6.55711%",
- "tooltip": "score = 37.52504802177423\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.30915 (+6.55711%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 34.36258440151516,
+ "score-diff": "-3.162463620259075",
+ "score-diff-perc": "-8.42761%",
+ "tooltip": "score = 34.36258440151516\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.16246 (-8.42761%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -880267,9 +880267,9 @@
21
),
"score": 34.48943884655676,
- "score-diff": "-3.0356091752174734",
- "score-diff-perc": "-8.08955%",
- "tooltip": "score = 34.48943884655676\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -3.03561 (-8.08955%)",
+ "score-diff": "0.1268544450416016",
+ "score-diff-perc": "+0.36916%",
+ "tooltip": "score = 34.48943884655676\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.12685 (+0.36916%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -880578,11 +880578,11 @@
8,
54
),
- "score": 35.79865080975724,
- "score-diff": "0.7793667638532185",
- "score-diff-perc": "+2.22554%",
- "tooltip": "score = 35.79865080975724\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.77937 (+2.22554%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 37.67354577405194,
+ "score-diff": "2.6542617281479153",
+ "score-diff-perc": "+7.57943%",
+ "tooltip": "score = 37.67354577405194\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.65426 (+7.57943%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -880604,11 +880604,11 @@
8,
54
),
- "score": 37.67354577405194,
- "score-diff": "1.8748949642946968",
- "score-diff-perc": "+5.23733%",
- "tooltip": "score = 37.67354577405194\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.87489 (+5.23733%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 35.79865080975724,
+ "score-diff": "-1.8748949642946968",
+ "score-diff-perc": "-4.97669%",
+ "tooltip": "score = 35.79865080975724\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.87489 (-4.97669%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -880631,9 +880631,9 @@
43
),
"score": 35.29974863488372,
- "score-diff": "-2.373797139168218",
- "score-diff-perc": "-6.30097%",
- "tooltip": "score = 35.29974863488372\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -2.37380 (-6.30097%)",
+ "score-diff": "-0.4989021748735212",
+ "score-diff-perc": "-1.39363%",
+ "tooltip": "score = 35.29974863488372\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.49890 (-1.39363%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -886305,11 +886305,11 @@
18,
7
),
- "score": 0.2056737854784103,
- "score-diff": "0.0002858905302053072",
- "score-diff-perc": "+0.13920%",
- "tooltip": "score = 0.2056737854784103\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00029 (+0.13920%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.2061692434549415,
+ "score-diff": "0.0007813485067365011",
+ "score-diff-perc": "+0.38043%",
+ "tooltip": "score = 0.2061692434549415\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00078 (+0.38043%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -886332,9 +886332,9 @@
7
),
"score": 0.20631605107484993,
- "score-diff": "0.0006422655964396229",
- "score-diff-perc": "+0.31227%",
- "tooltip": "score = 0.20631605107484993\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00064 (+0.31227%)",
+ "score-diff": "0.00014680761990842894",
+ "score-diff-perc": "+0.07121%",
+ "tooltip": "score = 0.20631605107484993\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00015 (+0.07121%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -886357,11 +886357,11 @@
18,
7
),
- "score": 0.2061692434549415,
- "score-diff": "-0.00014680761990842894",
- "score-diff-perc": "-0.07116%",
- "tooltip": "score = 0.2061692434549415\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00015 (-0.07116%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.2056737854784103,
+ "score-diff": "-0.0006422655964396229",
+ "score-diff-perc": "-0.31130%",
+ "tooltip": "score = 0.2056737854784103\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00064 (-0.31130%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -886384,9 +886384,9 @@
41
),
"score": 0.22974000957788834,
- "score-diff": "0.02357076612294684",
- "score-diff-perc": "+11.43273%",
- "tooltip": "score = 0.22974000957788834\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.02357 (+11.43273%)",
+ "score-diff": "0.024066224099478034",
+ "score-diff-perc": "+11.70116%",
+ "tooltip": "score = 0.22974000957788834\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.02407 (+11.70116%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -886487,11 +886487,11 @@
17,
1
),
- "score": 0.22960826907667234,
- "score-diff": "-0.0003928693469013034",
- "score-diff-perc": "-0.17081%",
- "tooltip": "score = 0.22960826907667234\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00039 (-0.17081%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.22958703940755906,
+ "score-diff": "-0.00041409901601457966",
+ "score-diff-perc": "-0.18004%",
+ "tooltip": "score = 0.22958703940755906\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00041 (-0.18004%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -886513,11 +886513,11 @@
17,
1
),
- "score": 0.20596037409917553,
- "score-diff": "-0.02364789497749681",
- "score-diff-perc": "-10.29923%",
- "tooltip": "score = 0.20596037409917553\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.02365 (-10.29923%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.22960826907667234,
+ "score-diff": "2.1229669113276284e-05",
+ "score-diff-perc": "+0.00925%",
+ "tooltip": "score = 0.22960826907667234\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00002 (+0.00925%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -886539,11 +886539,11 @@
17,
1
),
- "score": 0.22958703940755906,
- "score-diff": "0.023626665308383532",
- "score-diff-perc": "+11.47146%",
- "tooltip": "score = 0.22958703940755906\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02363 (+11.47146%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.20596037409917553,
+ "score-diff": "-0.02364789497749681",
+ "score-diff-perc": "-10.29923%",
+ "tooltip": "score = 0.20596037409917553\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.02365 (-10.29923%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -886566,9 +886566,9 @@
7
),
"score": 0.2062079611013784,
- "score-diff": "-0.023379078306180662",
- "score-diff-perc": "-10.18310%",
- "tooltip": "score = 0.2062079611013784\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.02338 (-10.18310%)",
+ "score-diff": "0.00024758700220287033",
+ "score-diff-perc": "+0.12021%",
+ "tooltip": "score = 0.2062079611013784\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00025 (+0.12021%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -886851,11 +886851,11 @@
16,
5
),
- "score": 0.23023600281612064,
- "score-diff": "-0.00042083563225481235",
- "score-diff-perc": "-0.18245%",
- "tooltip": "score = 0.23023600281612064\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00042 (-0.18245%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.20570817880727654,
+ "score-diff": "-0.024948659641098908",
+ "score-diff-perc": "-10.81635%",
+ "tooltip": "score = 0.20570817880727654\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02495 (-10.81635%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -886877,11 +886877,11 @@
16,
5
),
- "score": 0.20570817880727654,
- "score-diff": "-0.024527824008844096",
- "score-diff-perc": "-10.65334%",
- "tooltip": "score = 0.20570817880727654\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02453 (-10.65334%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.22992491598359951,
+ "score-diff": "0.024216737176322972",
+ "score-diff-perc": "+11.77237%",
+ "tooltip": "score = 0.22992491598359951\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02422 (+11.77237%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -886903,11 +886903,11 @@
16,
5
),
- "score": 0.22992491598359951,
- "score-diff": "0.024216737176322972",
- "score-diff-perc": "+11.77237%",
- "tooltip": "score = 0.22992491598359951\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02422 (+11.77237%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.23023600281612064,
+ "score-diff": "0.00031108683252112357",
+ "score-diff-perc": "+0.13530%",
+ "tooltip": "score = 0.23023600281612064\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00031 (+0.13530%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -886930,9 +886930,9 @@
21
),
"score": 0.22991558231832743,
- "score-diff": "-9.333665272087677e-06",
- "score-diff-perc": "-0.00406%",
- "tooltip": "score = 0.22991558231832743\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00001 (-0.00406%)",
+ "score-diff": "-0.00032042049779321125",
+ "score-diff-perc": "-0.13917%",
+ "tooltip": "score = 0.22991558231832743\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00032 (-0.13917%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -887241,11 +887241,11 @@
8,
54
),
- "score": 0.18174727266676508,
- "score-diff": "-0.00018270087909896815",
- "score-diff-perc": "-0.10042%",
- "tooltip": "score = 0.18174727266676508\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00018 (-0.10042%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.15829698570997827,
+ "score-diff": "-0.02363298783588577",
+ "score-diff-perc": "-12.99016%",
+ "tooltip": "score = 0.15829698570997827\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.02363 (-12.99016%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -887267,11 +887267,11 @@
8,
54
),
- "score": 0.15829698570997827,
- "score-diff": "-0.023450286956786803",
- "score-diff-perc": "-12.90269%",
- "tooltip": "score = 0.15829698570997827\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.02345 (-12.90269%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.18174727266676508,
+ "score-diff": "0.023450286956786803",
+ "score-diff-perc": "+14.81411%",
+ "tooltip": "score = 0.18174727266676508\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.02345 (+14.81411%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -887294,9 +887294,9 @@
43
),
"score": 0.15802480036971514,
- "score-diff": "-0.00027218534026313135",
- "score-diff-perc": "-0.17195%",
- "tooltip": "score = 0.15802480036971514\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00027 (-0.17195%)",
+ "score-diff": "-0.023722472297049935",
+ "score-diff-perc": "-13.05245%",
+ "tooltip": "score = 0.15802480036971514\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.02372 (-13.05245%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -892968,11 +892968,11 @@
18,
7
),
- "score": 0.08712343691259933,
- "score-diff": "4.404318984241318e-06",
- "score-diff-perc": "+0.00506%",
- "tooltip": "score = 0.08712343691259933\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+0.00506%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.08729365370266833,
+ "score-diff": "0.00017462110905323847",
+ "score-diff-perc": "+0.20044%",
+ "tooltip": "score = 0.08729365370266833\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00017 (+0.20044%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -892995,9 +892995,9 @@
7
),
"score": 0.08704734417616002,
- "score-diff": "-7.609273643931214e-05",
- "score-diff-perc": "-0.08734%",
- "tooltip": "score = 0.08704734417616002\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00008 (-0.08734%)",
+ "score-diff": "-0.0002463095265083093",
+ "score-diff-perc": "-0.28216%",
+ "tooltip": "score = 0.08704734417616002\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00025 (-0.28216%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -893020,11 +893020,11 @@
18,
7
),
- "score": 0.08729365370266833,
- "score-diff": "0.0002463095265083093",
- "score-diff-perc": "+0.28296%",
- "tooltip": "score = 0.08729365370266833\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00025 (+0.28296%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.08712343691259933,
+ "score-diff": "7.609273643931214e-05",
+ "score-diff-perc": "+0.08742%",
+ "tooltip": "score = 0.08712343691259933\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00008 (+0.08742%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -893047,9 +893047,9 @@
41
),
"score": 0.10124161901402214,
- "score-diff": "0.01394796531135381",
- "score-diff-perc": "+15.97821%",
- "tooltip": "score = 0.10124161901402214\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.01395 (+15.97821%)",
+ "score-diff": "0.014118182101422808",
+ "score-diff-perc": "+16.20480%",
+ "tooltip": "score = 0.10124161901402214\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.01412 (+16.20480%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -893150,11 +893150,11 @@
17,
1
),
- "score": 0.10161690634400866,
- "score-diff": "0.00014414031393435167",
- "score-diff-perc": "+0.14205%",
- "tooltip": "score = 0.10161690634400866\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00014 (+0.14205%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.10144299770481158,
+ "score-diff": "-2.9768325262732875e-05",
+ "score-diff-perc": "-0.02934%",
+ "tooltip": "score = 0.10144299770481158\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00003 (-0.02934%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -893176,11 +893176,11 @@
17,
1
),
- "score": 0.0871848458006614,
- "score-diff": "-0.014432060543347267",
- "score-diff-perc": "-14.20242%",
- "tooltip": "score = 0.0871848458006614\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01443 (-14.20242%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.10161690634400866,
+ "score-diff": "0.00017390863919708455",
+ "score-diff-perc": "+0.17143%",
+ "tooltip": "score = 0.10161690634400866\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00017 (+0.17143%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -893202,11 +893202,11 @@
17,
1
),
- "score": 0.10144299770481158,
- "score-diff": "0.014258151904150182",
- "score-diff-perc": "+16.35393%",
- "tooltip": "score = 0.10144299770481158\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01426 (+16.35393%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.0871848458006614,
+ "score-diff": "-0.014432060543347267",
+ "score-diff-perc": "-14.20242%",
+ "tooltip": "score = 0.0871848458006614\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01443 (-14.20242%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -893229,9 +893229,9 @@
7
),
"score": 0.08686421579284215,
- "score-diff": "-0.01457878191196943",
- "score-diff-perc": "-14.37140%",
- "tooltip": "score = 0.08686421579284215\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.01458 (-14.37140%)",
+ "score-diff": "-0.00032063000781924755",
+ "score-diff-perc": "-0.36776%",
+ "tooltip": "score = 0.08686421579284215\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00032 (-0.36776%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -893514,11 +893514,11 @@
16,
5
),
- "score": 0.1011425499646199,
- "score-diff": "-0.0005263063643940052",
- "score-diff-perc": "-0.51767%",
- "tooltip": "score = 0.1011425499646199\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00053 (-0.51767%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.0869498421809825,
+ "score-diff": "-0.014719014148031395",
+ "score-diff-perc": "-14.47741%",
+ "tooltip": "score = 0.0869498421809825\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01472 (-14.47741%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -893540,11 +893540,11 @@
16,
5
),
- "score": 0.0869498421809825,
- "score-diff": "-0.01419270778363739",
- "score-diff-perc": "-14.03238%",
- "tooltip": "score = 0.0869498421809825\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01419 (-14.03238%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.10150015085171694,
+ "score-diff": "0.014550308670734438",
+ "score-diff-perc": "+16.73414%",
+ "tooltip": "score = 0.10150015085171694\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01455 (+16.73414%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -893566,11 +893566,11 @@
16,
5
),
- "score": 0.10150015085171694,
- "score-diff": "0.014550308670734438",
- "score-diff-perc": "+16.73414%",
- "tooltip": "score = 0.10150015085171694\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01455 (+16.73414%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.1011425499646199,
+ "score-diff": "-0.0003576008870970482",
+ "score-diff-perc": "-0.35232%",
+ "tooltip": "score = 0.1011425499646199\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00036 (-0.35232%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -893593,9 +893593,9 @@
21
),
"score": 0.10128627384306611,
- "score-diff": "-0.00021387700865083126",
- "score-diff-perc": "-0.21072%",
- "tooltip": "score = 0.10128627384306611\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00021 (-0.21072%)",
+ "score-diff": "0.00014372387844621692",
+ "score-diff-perc": "+0.14210%",
+ "tooltip": "score = 0.10128627384306611\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00014 (+0.14210%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -893904,11 +893904,11 @@
8,
54
),
- "score": 0.10134048539971041,
- "score-diff": "-0.00032136490521565697",
- "score-diff-perc": "-0.31611%",
- "tooltip": "score = 0.10134048539971041\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00032 (-0.31611%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.08722820102929126,
+ "score-diff": "-0.014433649275634813",
+ "score-diff-perc": "-14.19770%",
+ "tooltip": "score = 0.08722820102929126\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.01443 (-14.19770%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -893930,11 +893930,11 @@
8,
54
),
- "score": 0.08722820102929126,
- "score-diff": "-0.014112284370419156",
- "score-diff-perc": "-13.92561%",
- "tooltip": "score = 0.08722820102929126\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.01411 (-13.92561%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.10134048539971041,
+ "score-diff": "0.014112284370419156",
+ "score-diff-perc": "+16.17858%",
+ "tooltip": "score = 0.10134048539971041\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.01411 (+16.17858%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -893957,9 +893957,9 @@
43
),
"score": 0.08684657090314422,
- "score-diff": "-0.0003816301261470312",
- "score-diff-perc": "-0.43751%",
- "tooltip": "score = 0.08684657090314422\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00038 (-0.43751%)",
+ "score-diff": "-0.014493914496566188",
+ "score-diff-perc": "-14.30220%",
+ "tooltip": "score = 0.08684657090314422\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.01449 (-14.30220%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -899631,11 +899631,11 @@
18,
7
),
- "score": 5.374076236295217,
- "score-diff": "0.11350943923184431",
- "score-diff-perc": "+2.15774%",
- "tooltip": "score = 5.374076236295217\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.11351 (+2.15774%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 4.991088502736042,
+ "score-diff": "-0.26947829432733084",
+ "score-diff-perc": "-5.12261%",
+ "tooltip": "score = 4.991088502736042\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.26948 (-5.12261%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -899658,9 +899658,9 @@
7
),
"score": 5.157037628047124,
- "score-diff": "-0.2170386082480924",
- "score-diff-perc": "-4.03862%",
- "tooltip": "score = 5.157037628047124\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.21704 (-4.03862%)",
+ "score-diff": "0.16594912531108275",
+ "score-diff-perc": "+3.32491%",
+ "tooltip": "score = 5.157037628047124\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.16595 (+3.32491%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -899683,11 +899683,11 @@
18,
7
),
- "score": 4.991088502736042,
- "score-diff": "-0.16594912531108275",
- "score-diff-perc": "-3.21792%",
- "tooltip": "score = 4.991088502736042\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.16595 (-3.21792%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 5.374076236295217,
+ "score-diff": "0.2170386082480924",
+ "score-diff-perc": "+4.20859%",
+ "tooltip": "score = 5.374076236295217\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.21704 (+4.20859%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -899710,9 +899710,9 @@
41
),
"score": 6.583644810653634,
- "score-diff": "1.592556307917592",
- "score-diff-perc": "+31.90800%",
- "tooltip": "score = 6.583644810653634\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.59256 (+31.90800%)",
+ "score-diff": "1.2095685743584168",
+ "score-diff-perc": "+22.50747%",
+ "tooltip": "score = 6.583644810653634\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.20957 (+22.50747%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -899813,11 +899813,11 @@
17,
1
),
- "score": 6.42028560782303,
- "score-diff": "0.028978136726790282",
- "score-diff-perc": "+0.45340%",
- "tooltip": "score = 6.42028560782303\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02898 (+0.45340%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 6.474928254169019,
+ "score-diff": "0.08362078307277976",
+ "score-diff-perc": "+1.30835%",
+ "tooltip": "score = 6.474928254169019\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.08362 (+1.30835%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -899839,11 +899839,11 @@
17,
1
),
- "score": 5.1106189387814664,
- "score-diff": "-1.3096666690415635",
- "score-diff-perc": "-20.39888%",
- "tooltip": "score = 5.1106189387814664\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.30967 (-20.39888%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 6.42028560782303,
+ "score-diff": "-0.054642646345989476",
+ "score-diff-perc": "-0.84391%",
+ "tooltip": "score = 6.42028560782303\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.05464 (-0.84391%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -899865,11 +899865,11 @@
17,
1
),
- "score": 6.474928254169019,
- "score-diff": "1.364309315387553",
- "score-diff-perc": "+26.69558%",
- "tooltip": "score = 6.474928254169019\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.36431 (+26.69558%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 5.1106189387814664,
+ "score-diff": "-1.3096666690415635",
+ "score-diff-perc": "-20.39888%",
+ "tooltip": "score = 5.1106189387814664\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.30967 (-20.39888%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -899892,9 +899892,9 @@
7
),
"score": 5.260945018961567,
- "score-diff": "-1.2139832352074524",
- "score-diff-perc": "-18.74898%",
- "tooltip": "score = 5.260945018961567\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.21398 (-18.74898%)",
+ "score-diff": "0.15032608018010052",
+ "score-diff-perc": "+2.94145%",
+ "tooltip": "score = 5.260945018961567\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.15033 (+2.94145%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -900177,11 +900177,11 @@
16,
5
),
- "score": 6.436066693425576,
- "score-diff": "0.15338179073206248",
- "score-diff-perc": "+2.44134%",
- "tooltip": "score = 6.436066693425576\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.15338 (+2.44134%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 5.1310655252151545,
+ "score-diff": "-1.151619377478359",
+ "score-diff-perc": "-18.33005%",
+ "tooltip": "score = 5.1310655252151545\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.15162 (-18.33005%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -900203,11 +900203,11 @@
16,
5
),
- "score": 5.1310655252151545,
- "score-diff": "-1.3050011682104214",
- "score-diff-perc": "-20.27638%",
- "tooltip": "score = 5.1310655252151545\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.30500 (-20.27638%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 6.537367490673678,
+ "score-diff": "1.4063019654585238",
+ "score-diff-perc": "+27.40760%",
+ "tooltip": "score = 6.537367490673678\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.40630 (+27.40760%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -900229,11 +900229,11 @@
16,
5
),
- "score": 6.537367490673678,
- "score-diff": "1.4063019654585238",
- "score-diff-perc": "+27.40760%",
- "tooltip": "score = 6.537367490673678\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.40630 (+27.40760%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 6.436066693425576,
+ "score-diff": "-0.10130079724810237",
+ "score-diff-perc": "-1.54957%",
+ "tooltip": "score = 6.436066693425576\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.10130 (-1.54957%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -900256,9 +900256,9 @@
21
),
"score": 6.786170267029573,
- "score-diff": "0.24880277635589465",
- "score-diff-perc": "+3.80586%",
- "tooltip": "score = 6.786170267029573\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.24880 (+3.80586%)",
+ "score-diff": "0.350103573603997",
+ "score-diff-perc": "+5.43971%",
+ "tooltip": "score = 6.786170267029573\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.35010 (+5.43971%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -900567,11 +900567,11 @@
8,
54
),
- "score": 6.856463749749952,
- "score-diff": "-0.37111300546580495",
- "score-diff-perc": "-5.13468%",
- "tooltip": "score = 6.856463749749952\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.37111 (-5.13468%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 5.086985905078506,
+ "score-diff": "-2.140590850137251",
+ "score-diff-perc": "-29.61699%",
+ "tooltip": "score = 5.086985905078506\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.14059 (-29.61699%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -900593,11 +900593,11 @@
8,
54
),
- "score": 5.086985905078506,
- "score-diff": "-1.7694778446714459",
- "score-diff-perc": "-25.80744%",
- "tooltip": "score = 5.086985905078506\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.76948 (-25.80744%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 6.856463749749952,
+ "score-diff": "1.7694778446714459",
+ "score-diff-perc": "+34.78441%",
+ "tooltip": "score = 6.856463749749952\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.76948 (+34.78441%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -900620,9 +900620,9 @@
43
),
"score": 5.143305826568404,
- "score-diff": "0.05631992148989795",
- "score-diff-perc": "+1.10714%",
- "tooltip": "score = 5.143305826568404\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.05632 (+1.10714%)",
+ "score-diff": "-1.713157923181548",
+ "score-diff-perc": "-24.98603%",
+ "tooltip": "score = 5.143305826568404\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.71316 (-24.98603%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -906294,11 +906294,11 @@
18,
7
),
- "score": 27.23379197212667,
- "score-diff": "-0.35523348079139794",
- "score-diff-perc": "-1.28759%",
- "tooltip": "score = 27.23379197212667\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.35523 (-1.28759%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 27.490582585445257,
+ "score-diff": "-0.09844286747281217",
+ "score-diff-perc": "-0.35682%",
+ "tooltip": "score = 27.490582585445257\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.09844 (-0.35682%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -906321,9 +906321,9 @@
7
),
"score": 26.942682543815366,
- "score-diff": "-0.29110942831130515",
- "score-diff-perc": "-1.06893%",
- "tooltip": "score = 26.942682543815366\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.29111 (-1.06893%)",
+ "score-diff": "-0.5479000416298909",
+ "score-diff-perc": "-1.99305%",
+ "tooltip": "score = 26.942682543815366\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.54790 (-1.99305%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -906346,11 +906346,11 @@
18,
7
),
- "score": 27.490582585445257,
- "score-diff": "0.5479000416298909",
- "score-diff-perc": "+2.03358%",
- "tooltip": "score = 27.490582585445257\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.54790 (+2.03358%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 27.23379197212667,
+ "score-diff": "0.29110942831130515",
+ "score-diff-perc": "+1.08048%",
+ "tooltip": "score = 27.23379197212667\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.29111 (+1.08048%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -906373,9 +906373,9 @@
41
),
"score": 27.810713214833655,
- "score-diff": "0.3201306293883981",
- "score-diff-perc": "+1.16451%",
- "tooltip": "score = 27.810713214833655\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.32013 (+1.16451%)",
+ "score-diff": "0.5769212427069839",
+ "score-diff-perc": "+2.11840%",
+ "tooltip": "score = 27.810713214833655\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.57692 (+2.11840%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -906476,11 +906476,11 @@
17,
1
),
- "score": 29.094689039790413,
- "score-diff": "-0.14347217825165615",
- "score-diff-perc": "-0.49070%",
- "tooltip": "score = 29.094689039790413\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.14347 (-0.49070%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 28.27704886201728,
+ "score-diff": "-0.9611123560247883",
+ "score-diff-perc": "-3.28718%",
+ "tooltip": "score = 28.27704886201728\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.96111 (-3.28718%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -906502,11 +906502,11 @@
17,
1
),
- "score": 26.278996263768118,
- "score-diff": "-2.8156927760222956",
- "score-diff-perc": "-9.67769%",
- "tooltip": "score = 26.278996263768118\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.81569 (-9.67769%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 29.094689039790413,
+ "score-diff": "0.8176401777731321",
+ "score-diff-perc": "+2.89153%",
+ "tooltip": "score = 29.094689039790413\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.81764 (+2.89153%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -906528,11 +906528,11 @@
17,
1
),
- "score": 28.27704886201728,
- "score-diff": "1.9980525982491635",
- "score-diff-perc": "+7.60323%",
- "tooltip": "score = 28.27704886201728\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.99805 (+7.60323%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 26.278996263768118,
+ "score-diff": "-2.8156927760222956",
+ "score-diff-perc": "-9.67769%",
+ "tooltip": "score = 26.278996263768118\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.81569 (-9.67769%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -906555,9 +906555,9 @@
7
),
"score": 26.885021055151512,
- "score-diff": "-1.3920278068657694",
- "score-diff-perc": "-4.92282%",
- "tooltip": "score = 26.885021055151512\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.39203 (-4.92282%)",
+ "score-diff": "0.606024791383394",
+ "score-diff-perc": "+2.30612%",
+ "tooltip": "score = 26.885021055151512\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.60602 (+2.30612%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -906840,11 +906840,11 @@
16,
5
),
- "score": 27.503730979936268,
- "score-diff": "-2.3221295547172005",
- "score-diff-perc": "-7.78562%",
- "tooltip": "score = 27.503730979936268\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.32213 (-7.78562%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 26.68773899533217,
+ "score-diff": "-3.138121539321297",
+ "score-diff-perc": "-10.52148%",
+ "tooltip": "score = 26.68773899533217\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.13812 (-10.52148%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -906866,11 +906866,11 @@
16,
5
),
- "score": 26.68773899533217,
- "score-diff": "-0.8159919846040964",
- "score-diff-perc": "-2.96684%",
- "tooltip": "score = 26.68773899533217\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.81599 (-2.96684%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 27.942529329121953,
+ "score-diff": "1.2547903337897814",
+ "score-diff-perc": "+4.70175%",
+ "tooltip": "score = 27.942529329121953\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.25479 (+4.70175%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -906892,11 +906892,11 @@
16,
5
),
- "score": 27.942529329121953,
- "score-diff": "1.2547903337897814",
- "score-diff-perc": "+4.70175%",
- "tooltip": "score = 27.942529329121953\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.25479 (+4.70175%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 27.503730979936268,
+ "score-diff": "-0.43879834918568505",
+ "score-diff-perc": "-1.57036%",
+ "tooltip": "score = 27.503730979936268\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.43880 (-1.57036%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -906919,9 +906919,9 @@
21
),
"score": 28.028233525297107,
- "score-diff": "0.08570419617515412",
- "score-diff-perc": "+0.30672%",
- "tooltip": "score = 28.028233525297107\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.08570 (+0.30672%)",
+ "score-diff": "0.5245025453608392",
+ "score-diff-perc": "+1.90702%",
+ "tooltip": "score = 28.028233525297107\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.52450 (+1.90702%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -907230,11 +907230,11 @@
8,
54
),
- "score": 29.542340099257444,
- "score-diff": "-0.46799234024750547",
- "score-diff-perc": "-1.55944%",
- "tooltip": "score = 29.542340099257444\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.46799 (-1.55944%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 26.96336410875161,
+ "score-diff": "-3.046968330753341",
+ "score-diff-perc": "-10.15306%",
+ "tooltip": "score = 26.96336410875161\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.04697 (-10.15306%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -907256,11 +907256,11 @@
8,
54
),
- "score": 26.96336410875161,
- "score-diff": "-2.5789759905058354",
- "score-diff-perc": "-8.72976%",
- "tooltip": "score = 26.96336410875161\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.57898 (-8.72976%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 29.542340099257444,
+ "score-diff": "2.5789759905058354",
+ "score-diff-perc": "+9.56474%",
+ "tooltip": "score = 29.542340099257444\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.57898 (+9.56474%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -907283,9 +907283,9 @@
43
),
"score": 26.85082990360303,
- "score-diff": "-0.11253420514857737",
- "score-diff-perc": "-0.41736%",
- "tooltip": "score = 26.85082990360303\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.11253 (-0.41736%)",
+ "score-diff": "-2.6915101956544127",
+ "score-diff-perc": "-9.11069%",
+ "tooltip": "score = 26.85082990360303\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -2.69151 (-9.11069%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -912957,11 +912957,11 @@
18,
7
),
- "score": 5.037702095555218e-05,
- "score-diff": "2.84045343131995e-06",
- "score-diff-perc": "+5.97530%",
- "tooltip": "score = 5.037702095555218e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+5.97530%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 4.6457325274451355e-05,
+ "score-diff": "-1.079242249780878e-06",
+ "score-diff-perc": "-2.27034%",
+ "tooltip": "score = 4.6457325274451355e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-2.27034%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -912984,9 +912984,9 @@
7
),
"score": 4.618922463550895e-05,
- "score-diff": "-4.18779632004323e-06",
- "score-diff-perc": "-8.31291%",
- "tooltip": "score = 4.618922463550895e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-8.31291%)",
+ "score-diff": "-2.681006389424021e-07",
+ "score-diff-perc": "-0.57709%",
+ "tooltip": "score = 4.618922463550895e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-0.57709%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -913009,11 +913009,11 @@
18,
7
),
- "score": 4.6457325274451355e-05,
- "score-diff": "2.681006389424021e-07",
- "score-diff-perc": "+0.58044%",
- "tooltip": "score = 4.6457325274451355e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+0.58044%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 5.037702095555218e-05,
+ "score-diff": "4.18779632004323e-06",
+ "score-diff-perc": "+9.06661%",
+ "tooltip": "score = 5.037702095555218e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+9.06661%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -913036,9 +913036,9 @@
41
),
"score": 7.246161604968972e-05,
- "score-diff": "2.6004290775238364e-05",
- "score-diff-perc": "+55.97458%",
- "tooltip": "score = 7.246161604968972e-05\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00003 (+55.97458%)",
+ "score-diff": "2.2084595094137536e-05",
+ "score-diff-perc": "+43.83863%",
+ "tooltip": "score = 7.246161604968972e-05\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00002 (+43.83863%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -913139,11 +913139,11 @@
17,
1
),
- "score": 7.14254171331988e-05,
- "score-diff": "1.1431699466675504e-06",
- "score-diff-perc": "+1.62654%",
- "tooltip": "score = 7.14254171331988e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00000 (+1.62654%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 6.43525401356602e-05,
+ "score-diff": "-5.929707050871062e-06",
+ "score-diff-perc": "-8.43699%",
+ "tooltip": "score = 6.43525401356602e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00001 (-8.43699%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -913165,11 +913165,11 @@
17,
1
),
- "score": 4.748319251282084e-05,
- "score-diff": "-2.3942224620377964e-05",
- "score-diff-perc": "-33.52059%",
- "tooltip": "score = 4.748319251282084e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00002 (-33.52059%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 7.14254171331988e-05,
+ "score-diff": "7.072876997538612e-06",
+ "score-diff-perc": "+10.99083%",
+ "tooltip": "score = 7.14254171331988e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00001 (+10.99083%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -913191,11 +913191,11 @@
17,
1
),
- "score": 6.43525401356602e-05,
- "score-diff": "1.6869347622839352e-05",
- "score-diff-perc": "+35.52699%",
- "tooltip": "score = 6.43525401356602e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00002 (+35.52699%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 4.748319251282084e-05,
+ "score-diff": "-2.3942224620377964e-05",
+ "score-diff-perc": "-33.52059%",
+ "tooltip": "score = 4.748319251282084e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00002 (-33.52059%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -913218,9 +913218,9 @@
7
),
"score": 4.792293756688675e-05,
- "score-diff": "-1.6429602568773444e-05",
- "score-diff-perc": "-25.53062%",
- "tooltip": "score = 4.792293756688675e-05\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00002 (-25.53062%)",
+ "score-diff": "4.39745054065908e-07",
+ "score-diff-perc": "+0.92611%",
+ "tooltip": "score = 4.792293756688675e-05\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00000 (+0.92611%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -913503,11 +913503,11 @@
16,
5
),
- "score": 6.170347787673359e-05,
- "score-diff": "-1.3874025324709936e-05",
- "score-diff-perc": "-18.35735%",
- "tooltip": "score = 6.170347787673359e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00001 (-18.35735%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 4.631108043226342e-05,
+ "score-diff": "-2.9266422769180104e-05",
+ "score-diff-perc": "-38.72372%",
+ "tooltip": "score = 4.631108043226342e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00003 (-38.72372%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -913529,11 +913529,11 @@
16,
5
),
- "score": 4.631108043226342e-05,
- "score-diff": "-1.539239744447017e-05",
- "score-diff-perc": "-24.94575%",
- "tooltip": "score = 4.631108043226342e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00002 (-24.94575%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 6.380385223290743e-05,
+ "score-diff": "1.7492771800644006e-05",
+ "score-diff-perc": "+37.77232%",
+ "tooltip": "score = 6.380385223290743e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00002 (+37.77232%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -913555,11 +913555,11 @@
16,
5
),
- "score": 6.380385223290743e-05,
- "score-diff": "1.7492771800644006e-05",
- "score-diff-perc": "+37.77232%",
- "tooltip": "score = 6.380385223290743e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00002 (+37.77232%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 6.170347787673359e-05,
+ "score-diff": "-2.1003743561738374e-06",
+ "score-diff-perc": "-3.29192%",
+ "tooltip": "score = 6.170347787673359e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00000 (-3.29192%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -913582,9 +913582,9 @@
21
),
"score": 6.374773323237645e-05,
- "score-diff": "-5.611900053097412e-08",
- "score-diff-perc": "-0.08796%",
- "tooltip": "score = 6.374773323237645e-05\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00000 (-0.08796%)",
+ "score-diff": "2.0442553556428633e-06",
+ "score-diff-perc": "+3.31303%",
+ "tooltip": "score = 6.374773323237645e-05\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00000 (+3.31303%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -913893,11 +913893,11 @@
8,
54
),
- "score": 7.504333711069138e-05,
- "score-diff": "-5.496191434343925e-06",
- "score-diff-perc": "-6.82422%",
- "tooltip": "score = 7.504333711069138e-05\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00001 (-6.82422%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 4.882610522704775e-05,
+ "score-diff": "-3.1713423317987556e-05",
+ "score-diff-perc": "-39.37622%",
+ "tooltip": "score = 4.882610522704775e-05\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00003 (-39.37622%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -913919,11 +913919,11 @@
8,
54
),
- "score": 4.882610522704775e-05,
- "score-diff": "-2.621723188364363e-05",
- "score-diff-perc": "-34.93612%",
- "tooltip": "score = 4.882610522704775e-05\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00003 (-34.93612%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 7.504333711069138e-05,
+ "score-diff": "2.621723188364363e-05",
+ "score-diff-perc": "+53.69511%",
+ "tooltip": "score = 7.504333711069138e-05\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00003 (+53.69511%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -913946,9 +913946,9 @@
43
),
"score": 4.6358322262037265e-05,
- "score-diff": "-2.4677829650104823e-06",
- "score-diff-perc": "-5.05423%",
- "tooltip": "score = 4.6358322262037265e-05\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00000 (-5.05423%)",
+ "score-diff": "-2.8685014848654113e-05",
+ "score-diff-perc": "-38.22460%",
+ "tooltip": "score = 4.6358322262037265e-05\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00003 (-38.22460%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -919620,11 +919620,11 @@
18,
7
),
- "score": 0.08729642301531547,
- "score-diff": "0.00039207997114330817",
- "score-diff-perc": "+0.45116%",
- "tooltip": "score = 0.08729642301531547\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00039 (+0.45116%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.08709267317338952,
+ "score-diff": "0.00018833012921735948",
+ "score-diff-perc": "+0.21671%",
+ "tooltip": "score = 0.08709267317338952\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00019 (+0.21671%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -919647,9 +919647,9 @@
7
),
"score": 0.08720318513253271,
- "score-diff": "-9.323788278275957e-05",
- "score-diff-perc": "-0.10681%",
- "tooltip": "score = 0.08720318513253271\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00009 (-0.10681%)",
+ "score-diff": "0.00011051195914318912",
+ "score-diff-perc": "+0.12689%",
+ "tooltip": "score = 0.08720318513253271\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00011 (+0.12689%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -919672,11 +919672,11 @@
18,
7
),
- "score": 0.08709267317338952,
- "score-diff": "-0.00011051195914318912",
- "score-diff-perc": "-0.12673%",
- "tooltip": "score = 0.08709267317338952\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00011 (-0.12673%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.08729642301531547,
+ "score-diff": "9.323788278275957e-05",
+ "score-diff-perc": "+0.10692%",
+ "tooltip": "score = 0.08729642301531547\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00009 (+0.10692%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -919699,9 +919699,9 @@
41
),
"score": 0.10148059707185776,
- "score-diff": "0.014387923898468241",
- "score-diff-perc": "+16.52025%",
- "tooltip": "score = 0.10148059707185776\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.01439 (+16.52025%)",
+ "score-diff": "0.014184174056542292",
+ "score-diff-perc": "+16.24829%",
+ "tooltip": "score = 0.10148059707185776\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.01418 (+16.24829%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -919802,11 +919802,11 @@
17,
1
),
- "score": 0.10168003590475345,
- "score-diff": "-9.321261984279738e-05",
- "score-diff-perc": "-0.09159%",
- "tooltip": "score = 0.10168003590475345\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00009 (-0.09159%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.10184361421747896,
+ "score-diff": "7.036569288271233e-05",
+ "score-diff-perc": "+0.06914%",
+ "tooltip": "score = 0.10184361421747896\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00007 (+0.06914%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -919828,11 +919828,11 @@
17,
1
),
- "score": 0.08754884220896948,
- "score-diff": "-0.014131193695783972",
- "score-diff-perc": "-13.89771%",
- "tooltip": "score = 0.08754884220896948\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01413 (-13.89771%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.10168003590475345,
+ "score-diff": "-0.0001635783127255097",
+ "score-diff-perc": "-0.16062%",
+ "tooltip": "score = 0.10168003590475345\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00016 (-0.16062%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -919854,11 +919854,11 @@
17,
1
),
- "score": 0.10184361421747896,
- "score-diff": "0.014294772008509482",
- "score-diff-perc": "+16.32777%",
- "tooltip": "score = 0.10184361421747896\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01429 (+16.32777%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.08754884220896948,
+ "score-diff": "-0.014131193695783972",
+ "score-diff-perc": "-13.89771%",
+ "tooltip": "score = 0.08754884220896948\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01413 (-13.89771%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -919881,9 +919881,9 @@
7
),
"score": 0.08726738612048286,
- "score-diff": "-0.014576228096996102",
- "score-diff-perc": "-14.31236%",
- "tooltip": "score = 0.08726738612048286\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.01458 (-14.31236%)",
+ "score-diff": "-0.0002814560884866202",
+ "score-diff-perc": "-0.32148%",
+ "tooltip": "score = 0.08726738612048286\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00028 (-0.32148%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -920166,11 +920166,11 @@
16,
5
),
- "score": 0.10081116981513132,
- "score-diff": "-0.0009887982059583467",
- "score-diff-perc": "-0.97131%",
- "tooltip": "score = 0.10081116981513132\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00099 (-0.97131%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.08689797929889764,
+ "score-diff": "-0.01490198872219202",
+ "score-diff-perc": "-14.63850%",
+ "tooltip": "score = 0.08689797929889764\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01490 (-14.63850%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -920192,11 +920192,11 @@
16,
5
),
- "score": 0.08689797929889764,
- "score-diff": "-0.013913190516233673",
- "score-diff-perc": "-13.80124%",
- "tooltip": "score = 0.08689797929889764\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01391 (-13.80124%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.1013637086851618,
+ "score-diff": "0.014465729386264156",
+ "score-diff-perc": "+16.64680%",
+ "tooltip": "score = 0.1013637086851618\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01447 (+16.64680%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -920218,11 +920218,11 @@
16,
5
),
- "score": 0.1013637086851618,
- "score-diff": "0.014465729386264156",
- "score-diff-perc": "+16.64680%",
- "tooltip": "score = 0.1013637086851618\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01447 (+16.64680%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.10081116981513132,
+ "score-diff": "-0.0005525388700304834",
+ "score-diff-perc": "-0.54511%",
+ "tooltip": "score = 0.10081116981513132\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00055 (-0.54511%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -920245,9 +920245,9 @@
21
),
"score": 0.1015995648568982,
- "score-diff": "0.0002358561717363955",
- "score-diff-perc": "+0.23268%",
- "tooltip": "score = 0.1015995648568982\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00024 (+0.23268%)",
+ "score-diff": "0.0007883950417668789",
+ "score-diff-perc": "+0.78205%",
+ "tooltip": "score = 0.1015995648568982\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00079 (+0.78205%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -920556,11 +920556,11 @@
8,
54
),
- "score": 0.10124007333083457,
- "score-diff": "-0.00031080620383744373",
- "score-diff-perc": "-0.30606%",
- "tooltip": "score = 0.10124007333083457\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00031 (-0.30606%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.08710146096185285,
+ "score-diff": "-0.014449418572819159",
+ "score-diff-perc": "-14.22875%",
+ "tooltip": "score = 0.08710146096185285\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.01445 (-14.22875%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -920582,11 +920582,11 @@
8,
54
),
- "score": 0.08710146096185285,
- "score-diff": "-0.014138612368981715",
- "score-diff-perc": "-13.96543%",
- "tooltip": "score = 0.08710146096185285\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.01414 (-13.96543%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.10124007333083457,
+ "score-diff": "0.014138612368981715",
+ "score-diff-perc": "+16.23235%",
+ "tooltip": "score = 0.10124007333083457\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.01414 (+16.23235%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -920609,9 +920609,9 @@
43
),
"score": 0.08716246932653583,
- "score-diff": "6.1008364682979543e-05",
- "score-diff-perc": "+0.07004%",
- "tooltip": "score = 0.08716246932653583\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00006 (+0.07004%)",
+ "score-diff": "-0.014077604004298735",
+ "score-diff-perc": "-13.90517%",
+ "tooltip": "score = 0.08716246932653583\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.01408 (-13.90517%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -926283,11 +926283,11 @@
18,
7
),
- "score": 0.12484340085323986,
- "score-diff": "0.013623468006228448",
- "score-diff-perc": "+12.24912%",
- "tooltip": "score = 0.12484340085323986\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01362 (+12.24912%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.10008709861527347,
+ "score-diff": "-0.011132834231737943",
+ "score-diff-perc": "-10.00975%",
+ "tooltip": "score = 0.10008709861527347\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01113 (-10.00975%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -926310,9 +926310,9 @@
7
),
"score": 0.10020607471545302,
- "score-diff": "-0.02463732613778684",
- "score-diff-perc": "-19.73458%",
- "tooltip": "score = 0.10020607471545302\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02464 (-19.73458%)",
+ "score-diff": "0.00011897610017955196",
+ "score-diff-perc": "+0.11887%",
+ "tooltip": "score = 0.10020607471545302\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00012 (+0.11887%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -926335,11 +926335,11 @@
18,
7
),
- "score": 0.10008709861527347,
- "score-diff": "-0.00011897610017955196",
- "score-diff-perc": "-0.11873%",
- "tooltip": "score = 0.10008709861527347\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00012 (-0.11873%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.12484340085323986,
+ "score-diff": "0.02463732613778684",
+ "score-diff-perc": "+24.58666%",
+ "tooltip": "score = 0.12484340085323986\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02464 (+24.58666%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -926362,9 +926362,9 @@
41
),
"score": 0.3117149531302153,
- "score-diff": "0.21162785451494182",
- "score-diff-perc": "+211.44369%",
- "tooltip": "score = 0.3117149531302153\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.21163 (+211.44369%)",
+ "score-diff": "0.18687155227697544",
+ "score-diff-perc": "+149.68477%",
+ "tooltip": "score = 0.3117149531302153\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.18687 (+149.68477%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -926465,11 +926465,11 @@
17,
1
),
- "score": 0.2953156637742696,
- "score-diff": "-0.006070537228963779",
- "score-diff-perc": "-2.01421%",
- "tooltip": "score = 0.2953156637742696\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00607 (-2.01421%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.32993600745574575,
+ "score-diff": "0.028549806452512372",
+ "score-diff-perc": "+9.47283%",
+ "tooltip": "score = 0.32993600745574575\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02855 (+9.47283%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -926491,11 +926491,11 @@
17,
1
),
- "score": 0.08541525190043225,
- "score-diff": "-0.20990041187383734",
- "score-diff-perc": "-71.07663%",
- "tooltip": "score = 0.08541525190043225\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.20990 (-71.07663%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.2953156637742696,
+ "score-diff": "-0.03462034368147615",
+ "score-diff-perc": "-10.49305%",
+ "tooltip": "score = 0.2953156637742696\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03462 (-10.49305%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -926517,11 +926517,11 @@
17,
1
),
- "score": 0.32993600745574575,
- "score-diff": "0.2445207555553135",
- "score-diff-perc": "+286.27294%",
- "tooltip": "score = 0.32993600745574575\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.24452 (+286.27294%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.08541525190043225,
+ "score-diff": "-0.20990041187383734",
+ "score-diff-perc": "-71.07663%",
+ "tooltip": "score = 0.08541525190043225\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.20990 (-71.07663%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -926544,9 +926544,9 @@
7
),
"score": 0.09991842567123971,
- "score-diff": "-0.23001758178450604",
- "score-diff-perc": "-69.71582%",
- "tooltip": "score = 0.09991842567123971\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.23002 (-69.71582%)",
+ "score-diff": "0.014503173770807454",
+ "score-diff-perc": "+16.97961%",
+ "tooltip": "score = 0.09991842567123971\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.01450 (+16.97961%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -926829,11 +926829,11 @@
16,
5
),
- "score": 0.2950860400642407,
- "score-diff": "-0.0009136973304691987",
- "score-diff-perc": "-0.30868%",
- "tooltip": "score = 0.2950860400642407\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00091 (-0.30868%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.09547760474228008,
+ "score-diff": "-0.20052213265242985",
+ "score-diff-perc": "-67.74402%",
+ "tooltip": "score = 0.09547760474228008\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.20052 (-67.74402%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -926855,11 +926855,11 @@
16,
5
),
- "score": 0.09547760474228008,
- "score-diff": "-0.19960843532196065",
- "score-diff-perc": "-67.64415%",
- "tooltip": "score = 0.09547760474228008\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.19961 (-67.64415%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.29442575175324187,
+ "score-diff": "0.1989481470109618",
+ "score-diff-perc": "+208.37153%",
+ "tooltip": "score = 0.29442575175324187\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.19895 (+208.37153%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -926881,11 +926881,11 @@
16,
5
),
- "score": 0.29442575175324187,
- "score-diff": "0.1989481470109618",
- "score-diff-perc": "+208.37153%",
- "tooltip": "score = 0.29442575175324187\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.19895 (+208.37153%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.2950860400642407,
+ "score-diff": "0.0006602883109988467",
+ "score-diff-perc": "+0.22426%",
+ "tooltip": "score = 0.2950860400642407\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00066 (+0.22426%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -926908,9 +926908,9 @@
21
),
"score": 0.2955213454463855,
- "score-diff": "0.0010955936931436039",
- "score-diff-perc": "+0.37211%",
- "tooltip": "score = 0.2955213454463855\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00110 (+0.37211%)",
+ "score-diff": "0.0004353053821447572",
+ "score-diff-perc": "+0.14752%",
+ "tooltip": "score = 0.2955213454463855\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00044 (+0.14752%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -927219,11 +927219,11 @@
8,
54
),
- "score": 0.29539277526083846,
- "score-diff": "-0.04369085730048955",
- "score-diff-perc": "-12.88498%",
- "tooltip": "score = 0.29539277526083846\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.04369 (-12.88498%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.103608738076423,
+ "score-diff": "-0.235474894484905",
+ "score-diff-perc": "-69.44449%",
+ "tooltip": "score = 0.103608738076423\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.23547 (-69.44449%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -927245,11 +927245,11 @@
8,
54
),
- "score": 0.103608738076423,
- "score-diff": "-0.19178403718441545",
- "score-diff-perc": "-64.92509%",
- "tooltip": "score = 0.103608738076423\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.19178 (-64.92509%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.29539277526083846,
+ "score-diff": "0.19178403718441545",
+ "score-diff-perc": "+185.10411%",
+ "tooltip": "score = 0.29539277526083846\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.19178 (+185.10411%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -927272,9 +927272,9 @@
43
),
"score": 0.08819443941530199,
- "score-diff": "-0.015414298661121012",
- "score-diff-perc": "-14.87741%",
- "tooltip": "score = 0.08819443941530199\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.01541 (-14.87741%)",
+ "score-diff": "-0.20719833584553649",
+ "score-diff-perc": "-70.14333%",
+ "tooltip": "score = 0.08819443941530199\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.20720 (-70.14333%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -932946,11 +932946,11 @@
18,
7
),
- "score": 0.027689330104369952,
- "score-diff": "-9.525615818497049e-05",
- "score-diff-perc": "-0.34284%",
- "tooltip": "score = 0.027689330104369952\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00010 (-0.34284%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.027585632779973824,
+ "score-diff": "-0.00019895348258109832",
+ "score-diff-perc": "-0.71606%",
+ "tooltip": "score = 0.027585632779973824\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00020 (-0.71606%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -932973,9 +932973,9 @@
7
),
"score": 0.027805375598304007,
- "score-diff": "0.0001160454939340555",
- "score-diff-perc": "+0.41910%",
- "tooltip": "score = 0.027805375598304007\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00012 (+0.41910%)",
+ "score-diff": "0.00021974281833018333",
+ "score-diff-perc": "+0.79658%",
+ "tooltip": "score = 0.027805375598304007\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00022 (+0.79658%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -932998,11 +932998,11 @@
18,
7
),
- "score": 0.027585632779973824,
- "score-diff": "-0.00021974281833018333",
- "score-diff-perc": "-0.79029%",
- "tooltip": "score = 0.027585632779973824\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00022 (-0.79029%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.027689330104369952,
+ "score-diff": "-0.0001160454939340555",
+ "score-diff-perc": "-0.41735%",
+ "tooltip": "score = 0.027689330104369952\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00012 (-0.41735%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -933025,9 +933025,9 @@
41
),
"score": 0.029442280163081008,
- "score-diff": "0.0018566473831071843",
- "score-diff-perc": "+6.73049%",
- "tooltip": "score = 0.029442280163081008\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00186 (+6.73049%)",
+ "score-diff": "0.0017529500587110565",
+ "score-diff-perc": "+6.33078%",
+ "tooltip": "score = 0.029442280163081008\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00175 (+6.33078%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -933128,11 +933128,11 @@
17,
1
),
- "score": 0.030194157961309715,
- "score-diff": "0.0006656644941500922",
- "score-diff-perc": "+2.25431%",
- "tooltip": "score = 0.030194157961309715\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00067 (+2.25431%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.029657113477814138,
+ "score-diff": "0.0001286200106545149",
+ "score-diff-perc": "+0.43558%",
+ "tooltip": "score = 0.029657113477814138\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00013 (+0.43558%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -933154,11 +933154,11 @@
17,
1
),
- "score": 0.027676303451559817,
- "score-diff": "-0.0025178545097498985",
- "score-diff-perc": "-8.33888%",
- "tooltip": "score = 0.027676303451559817\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00252 (-8.33888%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.030194157961309715,
+ "score-diff": "0.0005370444834955773",
+ "score-diff-perc": "+1.81085%",
+ "tooltip": "score = 0.030194157961309715\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00054 (+1.81085%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -933180,11 +933180,11 @@
17,
1
),
- "score": 0.029657113477814138,
- "score-diff": "0.001980810026254321",
- "score-diff-perc": "+7.15706%",
- "tooltip": "score = 0.029657113477814138\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00198 (+7.15706%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.027676303451559817,
+ "score-diff": "-0.0025178545097498985",
+ "score-diff-perc": "-8.33888%",
+ "tooltip": "score = 0.027676303451559817\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00252 (-8.33888%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -933207,9 +933207,9 @@
7
),
"score": 0.02815187706044903,
- "score-diff": "-0.0015052364173651078",
- "score-diff-perc": "-5.07547%",
- "tooltip": "score = 0.02815187706044903\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00151 (-5.07547%)",
+ "score-diff": "0.0004755736088892133",
+ "score-diff-perc": "+1.71834%",
+ "tooltip": "score = 0.02815187706044903\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00048 (+1.71834%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -933492,11 +933492,11 @@
16,
5
),
- "score": 0.029316322153191948,
- "score-diff": "-0.0002592507565542593",
- "score-diff-perc": "-0.87657%",
- "tooltip": "score = 0.029316322153191948\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00026 (-0.87657%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.027544680395529625,
+ "score-diff": "-0.002030892514216582",
+ "score-diff-perc": "-6.86679%",
+ "tooltip": "score = 0.027544680395529625\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00203 (-6.86679%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -933518,11 +933518,11 @@
16,
5
),
- "score": 0.027544680395529625,
- "score-diff": "-0.0017716417576623227",
- "score-diff-perc": "-6.04319%",
- "tooltip": "score = 0.027544680395529625\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00177 (-6.04319%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.029408460957435222,
+ "score-diff": "0.0018637805619055973",
+ "score-diff-perc": "+6.76639%",
+ "tooltip": "score = 0.029408460957435222\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00186 (+6.76639%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -933544,11 +933544,11 @@
16,
5
),
- "score": 0.029408460957435222,
- "score-diff": "0.0018637805619055973",
- "score-diff-perc": "+6.76639%",
- "tooltip": "score = 0.029408460957435222\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00186 (+6.76639%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.029316322153191948,
+ "score-diff": "-9.21388042432747e-05",
+ "score-diff-perc": "-0.31331%",
+ "tooltip": "score = 0.029316322153191948\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00009 (-0.31331%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -933571,9 +933571,9 @@
21
),
"score": 0.02960526355673769,
- "score-diff": "0.00019680259930246816",
- "score-diff-perc": "+0.66920%",
- "tooltip": "score = 0.02960526355673769\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00020 (+0.66920%)",
+ "score-diff": "0.00028894140354574285",
+ "score-diff-perc": "+0.98560%",
+ "tooltip": "score = 0.02960526355673769\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00029 (+0.98560%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -933882,11 +933882,11 @@
8,
54
),
- "score": 0.029715205807373125,
- "score-diff": "-0.0017715683371375517",
- "score-diff-perc": "-5.62639%",
- "tooltip": "score = 0.029715205807373125\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00177 (-5.62639%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.028105225198929187,
+ "score-diff": "-0.0033815489455814897",
+ "score-diff-perc": "-10.73959%",
+ "tooltip": "score = 0.028105225198929187\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00338 (-10.73959%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -933908,11 +933908,11 @@
8,
54
),
- "score": 0.028105225198929187,
- "score-diff": "-0.001609980608443938",
- "score-diff-perc": "-5.41804%",
- "tooltip": "score = 0.028105225198929187\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00161 (-5.41804%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.029715205807373125,
+ "score-diff": "0.001609980608443938",
+ "score-diff-perc": "+5.72840%",
+ "tooltip": "score = 0.029715205807373125\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00161 (+5.72840%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -933935,9 +933935,9 @@
43
),
"score": 0.027905323254220987,
- "score-diff": "-0.00019990194470819941",
- "score-diff-perc": "-0.71126%",
- "tooltip": "score = 0.027905323254220987\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00020 (-0.71126%)",
+ "score-diff": "-0.0018098825531521374",
+ "score-diff-perc": "-6.09076%",
+ "tooltip": "score = 0.027905323254220987\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00181 (-6.09076%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -939609,11 +939609,11 @@
18,
7
),
- "score": 6.2348512406902925,
- "score-diff": "-0.04838694523985687",
- "score-diff-perc": "-0.77010%",
- "tooltip": "score = 6.2348512406902925\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.04839 (-0.77010%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 6.571644314902496,
+ "score-diff": "0.28840612897234674",
+ "score-diff-perc": "+4.59009%",
+ "tooltip": "score = 6.571644314902496\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.28841 (+4.59009%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -939636,9 +939636,9 @@
7
),
"score": 6.3965786437430445,
- "score-diff": "0.16172740305275202",
- "score-diff-perc": "+2.59393%",
- "tooltip": "score = 6.3965786437430445\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.16173 (+2.59393%)",
+ "score-diff": "-0.1750656711594516",
+ "score-diff-perc": "-2.66396%",
+ "tooltip": "score = 6.3965786437430445\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.17507 (-2.66396%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -939661,11 +939661,11 @@
18,
7
),
- "score": 6.571644314902496,
- "score-diff": "0.1750656711594516",
- "score-diff-perc": "+2.73686%",
- "tooltip": "score = 6.571644314902496\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.17507 (+2.73686%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 6.2348512406902925,
+ "score-diff": "-0.16172740305275202",
+ "score-diff-perc": "-2.52834%",
+ "tooltip": "score = 6.2348512406902925\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.16173 (-2.52834%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -939688,9 +939688,9 @@
41
),
"score": 5.796382916714607,
- "score-diff": "-0.7752613981878893",
- "score-diff-perc": "-11.79707%",
- "tooltip": "score = 5.796382916714607\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.77526 (-11.79707%)",
+ "score-diff": "-0.4384683239756857",
+ "score-diff-perc": "-7.03254%",
+ "tooltip": "score = 5.796382916714607\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.43847 (-7.03254%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -939791,11 +939791,11 @@
17,
1
),
- "score": 6.265956639996393,
- "score-diff": "0.49038932405962665",
- "score-diff-perc": "+8.49076%",
- "tooltip": "score = 6.265956639996393\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.49039 (+8.49076%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 5.635699607962553,
+ "score-diff": "-0.13986770797421322",
+ "score-diff-perc": "-2.42171%",
+ "tooltip": "score = 5.635699607962553\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.13987 (-2.42171%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -939817,11 +939817,11 @@
17,
1
),
- "score": 6.16355839005601,
- "score-diff": "-0.10239824994038305",
- "score-diff-perc": "-1.63420%",
- "tooltip": "score = 6.16355839005601\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.10240 (-1.63420%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 6.265956639996393,
+ "score-diff": "0.6302570320338399",
+ "score-diff-perc": "+11.18330%",
+ "tooltip": "score = 6.265956639996393\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.63026 (+11.18330%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -939843,11 +939843,11 @@
17,
1
),
- "score": 5.635699607962553,
- "score-diff": "-0.5278587820934568",
- "score-diff-perc": "-8.56419%",
- "tooltip": "score = 5.635699607962553\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.52786 (-8.56419%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 6.16355839005601,
+ "score-diff": "-0.10239824994038305",
+ "score-diff-perc": "-1.63420%",
+ "tooltip": "score = 6.16355839005601\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.10240 (-1.63420%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -939870,9 +939870,9 @@
7
),
"score": 5.946531048003304,
- "score-diff": "0.3108314400407508",
- "score-diff-perc": "+5.51540%",
- "tooltip": "score = 5.946531048003304\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.31083 (+5.51540%)",
+ "score-diff": "-0.21702734205270602",
+ "score-diff-perc": "-3.52114%",
+ "tooltip": "score = 5.946531048003304\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.21703 (-3.52114%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -940155,11 +940155,11 @@
16,
5
),
- "score": 6.203051921580006,
- "score-diff": "0.5704560901052504",
- "score-diff-perc": "+10.12777%",
- "tooltip": "score = 6.203051921580006\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.57046 (+10.12777%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 5.991070680890627,
+ "score-diff": "0.35847484941587116",
+ "score-diff-perc": "+6.36429%",
+ "tooltip": "score = 5.991070680890627\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.35847 (+6.36429%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -940181,11 +940181,11 @@
16,
5
),
- "score": 5.991070680890627,
- "score-diff": "-0.2119812406893793",
- "score-diff-perc": "-3.41737%",
- "tooltip": "score = 5.991070680890627\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.21198 (-3.41737%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 5.934650880674284,
+ "score-diff": "-0.056419800216342963",
+ "score-diff-perc": "-0.94173%",
+ "tooltip": "score = 5.934650880674284\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.05642 (-0.94173%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -940207,11 +940207,11 @@
16,
5
),
- "score": 5.934650880674284,
- "score-diff": "-0.056419800216342963",
- "score-diff-perc": "-0.94173%",
- "tooltip": "score = 5.934650880674284\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.05642 (-0.94173%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 6.203051921580006,
+ "score-diff": "0.26840104090572225",
+ "score-diff-perc": "+4.52261%",
+ "tooltip": "score = 6.203051921580006\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.26840 (+4.52261%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -940234,9 +940234,9 @@
21
),
"score": 6.082950553354178,
- "score-diff": "0.14829967267989375",
- "score-diff-perc": "+2.49888%",
- "tooltip": "score = 6.082950553354178\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.14830 (+2.49888%)",
+ "score-diff": "-0.12010136822582851",
+ "score-diff-perc": "-1.93617%",
+ "tooltip": "score = 6.082950553354178\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.12010 (-1.93617%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -940545,11 +940545,11 @@
8,
54
),
- "score": 6.705280770211154,
- "score-diff": "0.772986165790825",
- "score-diff-perc": "+13.03014%",
- "tooltip": "score = 6.705280770211154\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.77299 (+13.03014%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 5.991267066593946,
+ "score-diff": "0.0589724621736174",
+ "score-diff-perc": "+0.99409%",
+ "tooltip": "score = 5.991267066593946\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.05897 (+0.99409%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -940571,11 +940571,11 @@
8,
54
),
- "score": 5.991267066593946,
- "score-diff": "-0.7140137036172076",
- "score-diff-perc": "-10.64853%",
- "tooltip": "score = 5.991267066593946\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.71401 (-10.64853%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 6.705280770211154,
+ "score-diff": "0.7140137036172076",
+ "score-diff-perc": "+11.91757%",
+ "tooltip": "score = 6.705280770211154\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.71401 (+11.91757%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -940598,9 +940598,9 @@
43
),
"score": 8.438623273379637,
- "score-diff": "2.447356206785691",
- "score-diff-perc": "+40.84872%",
- "tooltip": "score = 8.438623273379637\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +2.44736 (+40.84872%)",
+ "score-diff": "1.7333425031684833",
+ "score-diff-perc": "+25.85041%",
+ "tooltip": "score = 8.438623273379637\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.73334 (+25.85041%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -946272,11 +946272,11 @@
18,
7
),
- "score": 0.08691280324686841,
- "score-diff": "-2.881572938689958e-05",
- "score-diff-perc": "-0.03314%",
- "tooltip": "score = 0.08691280324686841\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00003 (-0.03314%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.0868248581007776,
+ "score-diff": "-0.00011676087547771163",
+ "score-diff-perc": "-0.13430%",
+ "tooltip": "score = 0.0868248581007776\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00012 (-0.13430%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -946299,9 +946299,9 @@
7
),
"score": 0.08722510143883903,
- "score-diff": "0.0003122981919706225",
- "score-diff-perc": "+0.35932%",
- "tooltip": "score = 0.08722510143883903\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00031 (+0.35932%)",
+ "score-diff": "0.00040024333806143453",
+ "score-diff-perc": "+0.46098%",
+ "tooltip": "score = 0.08722510143883903\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00040 (+0.46098%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -946324,11 +946324,11 @@
18,
7
),
- "score": 0.0868248581007776,
- "score-diff": "-0.00040024333806143453",
- "score-diff-perc": "-0.45886%",
- "tooltip": "score = 0.0868248581007776\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00040 (-0.45886%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.08691280324686841,
+ "score-diff": "-0.0003122981919706225",
+ "score-diff-perc": "-0.35804%",
+ "tooltip": "score = 0.08691280324686841\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00031 (-0.35804%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -946351,9 +946351,9 @@
41
),
"score": 0.10153958055654948,
- "score-diff": "0.014714722455771878",
- "score-diff-perc": "+16.94759%",
- "tooltip": "score = 0.10153958055654948\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.01471 (+16.94759%)",
+ "score-diff": "0.014626777309681066",
+ "score-diff-perc": "+16.82926%",
+ "tooltip": "score = 0.10153958055654948\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.01463 (+16.82926%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -946454,11 +946454,11 @@
17,
1
),
- "score": 0.10154621825057593,
- "score-diff": "0.00040215384831639167",
- "score-diff-perc": "+0.39760%",
- "tooltip": "score = 0.10154621825057593\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00040 (+0.39760%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.10161470417758019,
+ "score-diff": "0.0004706397753206498",
+ "score-diff-perc": "+0.46532%",
+ "tooltip": "score = 0.10161470417758019\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00047 (+0.46532%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -946480,11 +946480,11 @@
17,
1
),
- "score": 0.08708052279673939,
- "score-diff": "-0.014465695453836538",
- "score-diff-perc": "-14.24543%",
- "tooltip": "score = 0.08708052279673939\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01447 (-14.24543%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.10154621825057593,
+ "score-diff": "-6.848592700425815e-05",
+ "score-diff-perc": "-0.06740%",
+ "tooltip": "score = 0.10154621825057593\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00007 (-0.06740%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -946506,11 +946506,11 @@
17,
1
),
- "score": 0.10161470417758019,
- "score-diff": "0.014534181380840797",
- "score-diff-perc": "+16.69051%",
- "tooltip": "score = 0.10161470417758019\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01453 (+16.69051%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.08708052279673939,
+ "score-diff": "-0.014465695453836538",
+ "score-diff-perc": "-14.24543%",
+ "tooltip": "score = 0.08708052279673939\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01447 (-14.24543%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -946533,9 +946533,9 @@
7
),
"score": 0.08693892511768188,
- "score-diff": "-0.014675779059898308",
- "score-diff-perc": "-14.44257%",
- "tooltip": "score = 0.08693892511768188\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.01468 (-14.44257%)",
+ "score-diff": "-0.00014159767905751186",
+ "score-diff-perc": "-0.16261%",
+ "tooltip": "score = 0.08693892511768188\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00014 (-0.16261%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -946818,11 +946818,11 @@
16,
5
),
- "score": 0.10119065771264178,
- "score-diff": "-0.0005321851010795103",
- "score-diff-perc": "-0.52317%",
- "tooltip": "score = 0.10119065771264178\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00053 (-0.52317%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.08667869134545363,
+ "score-diff": "-0.015044151468267666",
+ "score-diff-perc": "-14.78935%",
+ "tooltip": "score = 0.08667869134545363\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01504 (-14.78935%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -946844,11 +946844,11 @@
16,
5
),
- "score": 0.08667869134545363,
- "score-diff": "-0.014511966367188156",
- "score-diff-perc": "-14.34121%",
- "tooltip": "score = 0.08667869134545363\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01451 (-14.34121%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.10148672577890254,
+ "score-diff": "0.014808034433448913",
+ "score-diff-perc": "+17.08382%",
+ "tooltip": "score = 0.10148672577890254\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01481 (+17.08382%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -946870,11 +946870,11 @@
16,
5
),
- "score": 0.10148672577890254,
- "score-diff": "0.014808034433448913",
- "score-diff-perc": "+17.08382%",
- "tooltip": "score = 0.10148672577890254\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01481 (+17.08382%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.10119065771264178,
+ "score-diff": "-0.0002960680662607573",
+ "score-diff-perc": "-0.29173%",
+ "tooltip": "score = 0.10119065771264178\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00030 (-0.29173%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -946897,9 +946897,9 @@
21
),
"score": 0.10146846169263334,
- "score-diff": "-1.826408626920406e-05",
- "score-diff-perc": "-0.01800%",
- "tooltip": "score = 0.10146846169263334\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00002 (-0.01800%)",
+ "score-diff": "0.00027780397999155326",
+ "score-diff-perc": "+0.27454%",
+ "tooltip": "score = 0.10146846169263334\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00028 (+0.27454%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -947208,11 +947208,11 @@
8,
54
),
- "score": 0.10170107420962188,
- "score-diff": "0.00019298294827857498",
- "score-diff-perc": "+0.19012%",
- "tooltip": "score = 0.10170107420962188\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00019 (+0.19012%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.08713341787354616,
+ "score-diff": "-0.014374673387797146",
+ "score-diff-perc": "-14.16111%",
+ "tooltip": "score = 0.08713341787354616\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.01437 (-14.16111%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -947234,11 +947234,11 @@
8,
54
),
- "score": 0.08713341787354616,
- "score-diff": "-0.014567656336075721",
- "score-diff-perc": "-14.32399%",
- "tooltip": "score = 0.08713341787354616\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.01457 (-14.32399%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.10170107420962188,
+ "score-diff": "0.014567656336075721",
+ "score-diff-perc": "+16.71879%",
+ "tooltip": "score = 0.10170107420962188\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.01457 (+16.71879%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -947261,9 +947261,9 @@
43
),
"score": 0.08780941264627178,
- "score-diff": "0.0006759947727256188",
- "score-diff-perc": "+0.77582%",
- "tooltip": "score = 0.08780941264627178\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00068 (+0.77582%)",
+ "score-diff": "-0.013891661563350102",
+ "score-diff-perc": "-13.65931%",
+ "tooltip": "score = 0.08780941264627178\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.01389 (-13.65931%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -952935,11 +952935,11 @@
18,
7
),
- "score": 6.173860999009169,
- "score-diff": "0.052417353300680425",
- "score-diff-perc": "+0.85629%",
- "tooltip": "score = 6.173860999009169\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.05242 (+0.85629%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 6.421199380157591,
+ "score-diff": "0.29975573444910264",
+ "score-diff-perc": "+4.89681%",
+ "tooltip": "score = 6.421199380157591\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.29976 (+4.89681%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -952962,9 +952962,9 @@
7
),
"score": 5.974605005971338,
- "score-diff": "-0.19925599303783148",
- "score-diff-perc": "-3.22741%",
- "tooltip": "score = 5.974605005971338\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.19926 (-3.22741%)",
+ "score-diff": "-0.4465943741862537",
+ "score-diff-perc": "-6.95500%",
+ "tooltip": "score = 5.974605005971338\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.44659 (-6.95500%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -952987,11 +952987,11 @@
18,
7
),
- "score": 6.421199380157591,
- "score-diff": "0.4465943741862537",
- "score-diff-perc": "+7.47488%",
- "tooltip": "score = 6.421199380157591\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.44659 (+7.47488%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 6.173860999009169,
+ "score-diff": "0.19925599303783148",
+ "score-diff-perc": "+3.33505%",
+ "tooltip": "score = 6.173860999009169\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.19926 (+3.33505%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -953014,9 +953014,9 @@
41
),
"score": 10.599061118099115,
- "score-diff": "4.177861737941524",
- "score-diff-perc": "+65.06357%",
- "tooltip": "score = 10.599061118099115\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +4.17786 (+65.06357%)",
+ "score-diff": "4.425200119089946",
+ "score-diff-perc": "+71.67638%",
+ "tooltip": "score = 10.599061118099115\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +4.42520 (+71.67638%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -953117,11 +953117,11 @@
17,
1
),
- "score": 10.591845598385023,
- "score-diff": "2.5741958947858805",
- "score-diff-perc": "+32.10661%",
- "tooltip": "score = 10.591845598385023\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.57420 (+32.10661%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 10.736801166772954,
+ "score-diff": "2.7191514631738123",
+ "score-diff-perc": "+33.91457%",
+ "tooltip": "score = 10.736801166772954\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.71915 (+33.91457%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -953143,11 +953143,11 @@
17,
1
),
- "score": 5.647900969160383,
- "score-diff": "-4.94394462922464",
- "score-diff-perc": "-46.67689%",
- "tooltip": "score = 5.647900969160383\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.94394 (-46.67689%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 10.591845598385023,
+ "score-diff": "-0.14495556838793178",
+ "score-diff-perc": "-1.35008%",
+ "tooltip": "score = 10.591845598385023\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.14496 (-1.35008%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -953169,11 +953169,11 @@
17,
1
),
- "score": 10.736801166772954,
- "score-diff": "5.088900197612571",
- "score-diff-perc": "+90.10250%",
- "tooltip": "score = 10.736801166772954\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.08890 (+90.10250%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 5.647900969160383,
+ "score-diff": "-4.94394462922464",
+ "score-diff-perc": "-46.67689%",
+ "tooltip": "score = 5.647900969160383\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.94394 (-46.67689%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -953196,9 +953196,9 @@
7
),
"score": 6.033446700641147,
- "score-diff": "-4.703354466131807",
- "score-diff-perc": "-43.80592%",
- "tooltip": "score = 6.033446700641147\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -4.70335 (-43.80592%)",
+ "score-diff": "0.38554573148076443",
+ "score-diff-perc": "+6.82635%",
+ "tooltip": "score = 6.033446700641147\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.38555 (+6.82635%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -953481,11 +953481,11 @@
16,
5
),
- "score": 8.459050780447358,
- "score-diff": "0.3953856302659169",
- "score-diff-perc": "+4.90330%",
- "tooltip": "score = 8.459050780447358\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.39539 (+4.90330%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 5.934641030435063,
+ "score-diff": "-2.1290241197463775",
+ "score-diff-perc": "-26.40269%",
+ "tooltip": "score = 5.934641030435063\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.12902 (-26.40269%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -953507,11 +953507,11 @@
16,
5
),
- "score": 5.934641030435063,
- "score-diff": "-2.5244097500122944",
- "score-diff-perc": "-29.84271%",
- "tooltip": "score = 5.934641030435063\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.52441 (-29.84271%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 7.779265312175468,
+ "score-diff": "1.8446242817404048",
+ "score-diff-perc": "+31.08232%",
+ "tooltip": "score = 7.779265312175468\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.84462 (+31.08232%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -953533,11 +953533,11 @@
16,
5
),
- "score": 7.779265312175468,
- "score-diff": "1.8446242817404048",
- "score-diff-perc": "+31.08232%",
- "tooltip": "score = 7.779265312175468\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.84462 (+31.08232%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 8.459050780447358,
+ "score-diff": "0.6797854682718896",
+ "score-diff-perc": "+8.73843%",
+ "tooltip": "score = 8.459050780447358\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.67979 (+8.73843%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -953560,9 +953560,9 @@
21
),
"score": 9.46008899547954,
- "score-diff": "1.6808236833040713",
- "score-diff-perc": "+21.60646%",
- "tooltip": "score = 9.46008899547954\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.68082 (+21.60646%)",
+ "score-diff": "1.0010382150321817",
+ "score-diff-perc": "+11.83393%",
+ "tooltip": "score = 9.46008899547954\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.00104 (+11.83393%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -953871,11 +953871,11 @@
8,
54
),
- "score": 9.555768720337122,
- "score-diff": "0.18254789280681294",
- "score-diff-perc": "+1.94755%",
- "tooltip": "score = 9.555768720337122\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.18255 (+1.94755%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 6.68803475282319,
+ "score-diff": "-2.6851860747071195",
+ "score-diff-perc": "-28.64742%",
+ "tooltip": "score = 6.68803475282319\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.68519 (-28.64742%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -953897,11 +953897,11 @@
8,
54
),
- "score": 6.68803475282319,
- "score-diff": "-2.8677339675139324",
- "score-diff-perc": "-30.01050%",
- "tooltip": "score = 6.68803475282319\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.86773 (-30.01050%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 9.555768720337122,
+ "score-diff": "2.8677339675139324",
+ "score-diff-perc": "+42.87857%",
+ "tooltip": "score = 9.555768720337122\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.86773 (+42.87857%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -953924,9 +953924,9 @@
43
),
"score": 6.401414581791798,
- "score-diff": "-0.2866201710313918",
- "score-diff-perc": "-4.28557%",
- "tooltip": "score = 6.401414581791798\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.28662 (-4.28557%)",
+ "score-diff": "-3.154354138545324",
+ "score-diff-perc": "-33.00995%",
+ "tooltip": "score = 6.401414581791798\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -3.15435 (-33.00995%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -959598,11 +959598,11 @@
18,
7
),
- "score": 34.27067942276211,
- "score-diff": "0.3263702217520006",
- "score-diff-perc": "+0.96149%",
- "tooltip": "score = 34.27067942276211\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.32637 (+0.96149%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 34.737174850931126,
+ "score-diff": "0.7928656499210192",
+ "score-diff-perc": "+2.33578%",
+ "tooltip": "score = 34.737174850931126\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.79287 (+2.33578%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -959625,9 +959625,9 @@
7
),
"score": 35.07288126693765,
- "score-diff": "0.8022018441755421",
- "score-diff-perc": "+2.34078%",
- "tooltip": "score = 35.07288126693765\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.80220 (+2.34078%)",
+ "score-diff": "0.3357064160065235",
+ "score-diff-perc": "+0.96642%",
+ "tooltip": "score = 35.07288126693765\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.33571 (+0.96642%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -959650,11 +959650,11 @@
18,
7
),
- "score": 34.737174850931126,
- "score-diff": "-0.3357064160065235",
- "score-diff-perc": "-0.95717%",
- "tooltip": "score = 34.737174850931126\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.33571 (-0.95717%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 34.27067942276211,
+ "score-diff": "-0.8022018441755421",
+ "score-diff-perc": "-2.28724%",
+ "tooltip": "score = 34.27067942276211\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.80220 (-2.28724%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -959677,9 +959677,9 @@
41
),
"score": 33.313038200826924,
- "score-diff": "-1.4241366501042023",
- "score-diff-perc": "-4.09975%",
- "tooltip": "score = 33.313038200826924\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -1.42414 (-4.09975%)",
+ "score-diff": "-0.9576412219351838",
+ "score-diff-perc": "-2.79435%",
+ "tooltip": "score = 33.313038200826924\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.95764 (-2.79435%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -959780,11 +959780,11 @@
17,
1
),
- "score": 33.31269408294668,
- "score-diff": "-1.6958275631372643",
- "score-diff-perc": "-4.84404%",
- "tooltip": "score = 33.31269408294668\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.69583 (-4.84404%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 33.605567619715465,
+ "score-diff": "-1.4029540263684765",
+ "score-diff-perc": "-4.00746%",
+ "tooltip": "score = 33.605567619715465\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.40295 (-4.00746%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -959806,11 +959806,11 @@
17,
1
),
- "score": 34.99276915891473,
- "score-diff": "1.6800750759680554",
- "score-diff-perc": "+5.04335%",
- "tooltip": "score = 34.99276915891473\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.68008 (+5.04335%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 33.31269408294668,
+ "score-diff": "-0.2928735367687878",
+ "score-diff-perc": "-0.87150%",
+ "tooltip": "score = 33.31269408294668\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.29287 (-0.87150%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -959832,11 +959832,11 @@
17,
1
),
- "score": 33.605567619715465,
- "score-diff": "-1.3872015391992676",
- "score-diff-perc": "-3.96425%",
- "tooltip": "score = 33.605567619715465\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.38720 (-3.96425%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 34.99276915891473,
+ "score-diff": "1.6800750759680554",
+ "score-diff-perc": "+5.04335%",
+ "tooltip": "score = 34.99276915891473\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.68008 (+5.04335%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -959859,9 +959859,9 @@
7
),
"score": 34.247313391037366,
- "score-diff": "0.6417457713219008",
- "score-diff-perc": "+1.90964%",
- "tooltip": "score = 34.247313391037366\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.64175 (+1.90964%)",
+ "score-diff": "-0.7454557678773668",
+ "score-diff-perc": "-2.13031%",
+ "tooltip": "score = 34.247313391037366\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.74546 (-2.13031%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -960144,11 +960144,11 @@
16,
5
),
- "score": 33.686375263961715,
- "score-diff": "-1.0126276175965927",
- "score-diff-perc": "-2.91832%",
- "tooltip": "score = 33.686375263961715\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.01263 (-2.91832%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 34.11192214185393,
+ "score-diff": "-0.5870807397043762",
+ "score-diff-perc": "-1.69192%",
+ "tooltip": "score = 34.11192214185393\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.58708 (-1.69192%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -960170,11 +960170,11 @@
16,
5
),
- "score": 34.11192214185393,
- "score-diff": "0.42554687789221646",
- "score-diff-perc": "+1.26326%",
- "tooltip": "score = 34.11192214185393\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.42555 (+1.26326%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 33.18154012720121,
+ "score-diff": "-0.9303820146527215",
+ "score-diff-perc": "-2.72744%",
+ "tooltip": "score = 33.18154012720121\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.93038 (-2.72744%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -960196,11 +960196,11 @@
16,
5
),
- "score": 33.18154012720121,
- "score-diff": "-0.9303820146527215",
- "score-diff-perc": "-2.72744%",
- "tooltip": "score = 33.18154012720121\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.93038 (-2.72744%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 33.686375263961715,
+ "score-diff": "0.5048351367605051",
+ "score-diff-perc": "+1.52143%",
+ "tooltip": "score = 33.686375263961715\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.50484 (+1.52143%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -960223,9 +960223,9 @@
21
),
"score": 34.41732103618077,
- "score-diff": "1.2357809089795637",
- "score-diff-perc": "+3.72430%",
- "tooltip": "score = 34.41732103618077\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.23578 (+3.72430%)",
+ "score-diff": "0.7309457722190587",
+ "score-diff-perc": "+2.16986%",
+ "tooltip": "score = 34.41732103618077\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.73095 (+2.16986%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -960534,11 +960534,11 @@
8,
54
),
- "score": 33.678330866000834,
- "score-diff": "-1.6680498504291847",
- "score-diff-perc": "-4.71915%",
- "tooltip": "score = 33.678330866000834\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.66805 (-4.71915%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 34.302212308802865,
+ "score-diff": "-1.0441684076271542",
+ "score-diff-perc": "-2.95410%",
+ "tooltip": "score = 34.302212308802865\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.04417 (-2.95410%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -960560,11 +960560,11 @@
8,
54
),
- "score": 34.302212308802865,
- "score-diff": "0.6238814428020305",
- "score-diff-perc": "+1.85247%",
- "tooltip": "score = 34.302212308802865\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.62388 (+1.85247%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 33.678330866000834,
+ "score-diff": "-0.6238814428020305",
+ "score-diff-perc": "-1.81878%",
+ "tooltip": "score = 33.678330866000834\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.62388 (-1.81878%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -960587,9 +960587,9 @@
43
),
"score": 35.47295841805745,
- "score-diff": "1.170746109254587",
- "score-diff-perc": "+3.41303%",
- "tooltip": "score = 35.47295841805745\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.17075 (+3.41303%)",
+ "score-diff": "1.7946275520566175",
+ "score-diff-perc": "+5.32873%",
+ "tooltip": "score = 35.47295841805745\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.79463 (+5.32873%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -966261,11 +966261,11 @@
18,
7
),
- "score": 1.948945234788556,
- "score-diff": "0.05357199994417394",
- "score-diff-perc": "+2.82646%",
- "tooltip": "score = 1.948945234788556\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.05357 (+2.82646%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 1.9121579129062274,
+ "score-diff": "0.01678467806184525",
+ "score-diff-perc": "+0.88556%",
+ "tooltip": "score = 1.9121579129062274\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01678 (+0.88556%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -966288,9 +966288,9 @@
7
),
"score": 1.9195151688659566,
- "score-diff": "-0.029430065922599447",
- "score-diff-perc": "-1.51005%",
- "tooltip": "score = 1.9195151688659566\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02943 (-1.51005%)",
+ "score-diff": "0.0073572559597292475",
+ "score-diff-perc": "+0.38476%",
+ "tooltip": "score = 1.9195151688659566\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00736 (+0.38476%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -966313,11 +966313,11 @@
18,
7
),
- "score": 1.9121579129062274,
- "score-diff": "-0.0073572559597292475",
- "score-diff-perc": "-0.38329%",
- "tooltip": "score = 1.9121579129062274\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00736 (-0.38329%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 1.948945234788556,
+ "score-diff": "0.029430065922599447",
+ "score-diff-perc": "+1.53320%",
+ "tooltip": "score = 1.948945234788556\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02943 (+1.53320%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -966340,9 +966340,9 @@
41
),
"score": 2.37857972069434,
- "score-diff": "0.4664218077881126",
- "score-diff-perc": "+24.39243%",
- "tooltip": "score = 2.37857972069434\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.46642 (+24.39243%)",
+ "score-diff": "0.4296344859057839",
+ "score-diff-perc": "+22.04446%",
+ "tooltip": "score = 2.37857972069434\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.42963 (+22.04446%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -966443,11 +966443,11 @@
17,
1
),
- "score": 2.316736917218225,
- "score-diff": "-0.002180477542400361",
- "score-diff-perc": "-0.09403%",
- "tooltip": "score = 2.316736917218225\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00218 (-0.09403%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 2.120132216237451,
+ "score-diff": "-0.19878517852317446",
+ "score-diff-perc": "-8.57233%",
+ "tooltip": "score = 2.120132216237451\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.19879 (-8.57233%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -966469,11 +966469,11 @@
17,
1
),
- "score": 1.906578443476195,
- "score-diff": "-0.41015847374203007",
- "score-diff-perc": "-17.70415%",
- "tooltip": "score = 1.906578443476195\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.41016 (-17.70415%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 2.316736917218225,
+ "score-diff": "0.1966047009807741",
+ "score-diff-perc": "+9.27323%",
+ "tooltip": "score = 2.316736917218225\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.19660 (+9.27323%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -966495,11 +966495,11 @@
17,
1
),
- "score": 2.120132216237451,
- "score-diff": "0.21355377276125598",
- "score-diff-perc": "+11.20089%",
- "tooltip": "score = 2.120132216237451\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.21355 (+11.20089%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 1.906578443476195,
+ "score-diff": "-0.41015847374203007",
+ "score-diff-perc": "-17.70415%",
+ "tooltip": "score = 1.906578443476195\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.41016 (-17.70415%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -966522,9 +966522,9 @@
7
),
"score": 1.9242015843480857,
- "score-diff": "-0.19593063188936521",
- "score-diff-perc": "-9.24143%",
- "tooltip": "score = 1.9242015843480857\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.19593 (-9.24143%)",
+ "score-diff": "0.017623140871890763",
+ "score-diff-perc": "+0.92433%",
+ "tooltip": "score = 1.9242015843480857\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.01762 (+0.92433%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -966807,11 +966807,11 @@
16,
5
),
- "score": 2.1150397723700323,
- "score-diff": "0.02524954157789905",
- "score-diff-perc": "+1.20823%",
- "tooltip": "score = 2.1150397723700323\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02525 (+1.20823%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 1.9163983732951737,
+ "score-diff": "-0.1733918574969595",
+ "score-diff-perc": "-8.29709%",
+ "tooltip": "score = 1.9163983732951737\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.17339 (-8.29709%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -966833,11 +966833,11 @@
16,
5
),
- "score": 1.9163983732951737,
- "score-diff": "-0.19864139907485856",
- "score-diff-perc": "-9.39185%",
- "tooltip": "score = 1.9163983732951737\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.19864 (-9.39185%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 2.1162977719810754,
+ "score-diff": "0.19989939868590167",
+ "score-diff-perc": "+10.43099%",
+ "tooltip": "score = 2.1162977719810754\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.19990 (+10.43099%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -966859,11 +966859,11 @@
16,
5
),
- "score": 2.1162977719810754,
- "score-diff": "0.19989939868590167",
- "score-diff-perc": "+10.43099%",
- "tooltip": "score = 2.1162977719810754\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.19990 (+10.43099%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 2.1150397723700323,
+ "score-diff": "-0.0012579996110431146",
+ "score-diff-perc": "-0.05944%",
+ "tooltip": "score = 2.1150397723700323\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00126 (-0.05944%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -966886,9 +966886,9 @@
21
),
"score": 2.1107999423546837,
- "score-diff": "-0.00549782962639167",
- "score-diff-perc": "-0.25979%",
- "tooltip": "score = 2.1107999423546837\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00550 (-0.25979%)",
+ "score-diff": "-0.004239830015348556",
+ "score-diff-perc": "-0.20046%",
+ "tooltip": "score = 2.1107999423546837\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00424 (-0.20046%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -967197,11 +967197,11 @@
8,
54
),
- "score": 2.0802270699505976,
- "score-diff": "-0.43126814727869167",
- "score-diff-perc": "-17.17177%",
- "tooltip": "score = 2.0802270699505976\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.43127 (-17.17177%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 1.958037253935994,
+ "score-diff": "-0.5534579632932952",
+ "score-diff-perc": "-22.03699%",
+ "tooltip": "score = 1.958037253935994\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.55346 (-22.03699%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -967223,11 +967223,11 @@
8,
54
),
- "score": 1.958037253935994,
- "score-diff": "-0.12218981601460355",
- "score-diff-perc": "-5.87387%",
- "tooltip": "score = 1.958037253935994\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.12219 (-5.87387%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 2.0802270699505976,
+ "score-diff": "0.12218981601460355",
+ "score-diff-perc": "+6.24042%",
+ "tooltip": "score = 2.0802270699505976\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.12219 (+6.24042%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -967250,9 +967250,9 @@
43
),
"score": 1.9004725460976035,
- "score-diff": "-0.057564707838390516",
- "score-diff-perc": "-2.93992%",
- "tooltip": "score = 1.9004725460976035\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.05756 (-2.93992%)",
+ "score-diff": "-0.17975452385299406",
+ "score-diff-perc": "-8.64110%",
+ "tooltip": "score = 1.9004725460976035\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.17975 (-8.64110%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -972924,11 +972924,11 @@
18,
7
),
- "score": 1.89373242386277,
- "score-diff": "0.14274326322354058",
- "score-diff-perc": "+8.15215%",
- "tooltip": "score = 1.89373242386277\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.14274 (+8.15215%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 1.756825567720183,
+ "score-diff": "0.005836407080953565",
+ "score-diff-perc": "+0.33332%",
+ "tooltip": "score = 1.756825567720183\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00584 (+0.33332%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -972951,9 +972951,9 @@
7
),
"score": 1.766526903933183,
- "score-diff": "-0.12720551992958695",
- "score-diff-perc": "-6.71719%",
- "tooltip": "score = 1.766526903933183\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.12721 (-6.71719%)",
+ "score-diff": "0.009701336213000067",
+ "score-diff-perc": "+0.55221%",
+ "tooltip": "score = 1.766526903933183\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00970 (+0.55221%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -972976,11 +972976,11 @@
18,
7
),
- "score": 1.756825567720183,
- "score-diff": "-0.009701336213000067",
- "score-diff-perc": "-0.54918%",
- "tooltip": "score = 1.756825567720183\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00970 (-0.54918%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 1.89373242386277,
+ "score-diff": "0.12720551992958695",
+ "score-diff-perc": "+7.20088%",
+ "tooltip": "score = 1.89373242386277\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.12721 (+7.20088%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -973003,9 +973003,9 @@
41
),
"score": 2.1084342763650525,
- "score-diff": "0.3516087086448696",
- "score-diff-perc": "+20.01387%",
- "tooltip": "score = 2.1084342763650525\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.35161 (+20.01387%)",
+ "score-diff": "0.21470185250228258",
+ "score-diff-perc": "+11.33750%",
+ "tooltip": "score = 2.1084342763650525\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.21470 (+11.33750%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -973106,11 +973106,11 @@
17,
1
),
- "score": 1.8854012942336016,
- "score-diff": "-0.19282655537939886",
- "score-diff-perc": "-9.27841%",
- "tooltip": "score = 1.8854012942336016\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.19283 (-9.27841%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 2.0115627842440404,
+ "score-diff": "-0.06666506536896",
+ "score-diff-perc": "-3.20778%",
+ "tooltip": "score = 2.0115627842440404\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.06667 (-3.20778%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -973132,11 +973132,11 @@
17,
1
),
- "score": 1.7611571326850208,
- "score-diff": "-0.12424416154858076",
- "score-diff-perc": "-6.58980%",
- "tooltip": "score = 1.7611571326850208\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.12424 (-6.58980%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 1.8854012942336016,
+ "score-diff": "-0.12616149001043886",
+ "score-diff-perc": "-6.27181%",
+ "tooltip": "score = 1.8854012942336016\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.12616 (-6.27181%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -973158,11 +973158,11 @@
17,
1
),
- "score": 2.0115627842440404,
- "score-diff": "0.2504056515590196",
- "score-diff-perc": "+14.21825%",
- "tooltip": "score = 2.0115627842440404\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.25041 (+14.21825%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 1.7611571326850208,
+ "score-diff": "-0.12424416154858076",
+ "score-diff-perc": "-6.58980%",
+ "tooltip": "score = 1.7611571326850208\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.12424 (-6.58980%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -973185,9 +973185,9 @@
7
),
"score": 1.735642538638567,
- "score-diff": "-0.27592024560547346",
- "score-diff-perc": "-13.71671%",
- "tooltip": "score = 1.735642538638567\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.27592 (-13.71671%)",
+ "score-diff": "-0.025514594046453842",
+ "score-diff-perc": "-1.44874%",
+ "tooltip": "score = 1.735642538638567\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.02551 (-1.44874%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -973470,11 +973470,11 @@
16,
5
),
- "score": 2.2333428285829244,
- "score-diff": "0.17081718722949724",
- "score-diff-perc": "+8.28194%",
- "tooltip": "score = 2.2333428285829244\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.17082 (+8.28194%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 1.7344977373628538,
+ "score-diff": "-0.32802790399057336",
+ "score-diff-perc": "-15.90419%",
+ "tooltip": "score = 1.7344977373628538\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.32803 (-15.90419%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -973496,11 +973496,11 @@
16,
5
),
- "score": 1.7344977373628538,
- "score-diff": "-0.4988450912200706",
- "score-diff-perc": "-22.33625%",
- "tooltip": "score = 1.7344977373628538\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.49885 (-22.33625%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.9530164334404034,
+ "score-diff": "0.2185186960775496",
+ "score-diff-perc": "+12.59838%",
+ "tooltip": "score = 1.9530164334404034\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.21852 (+12.59838%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -973522,11 +973522,11 @@
16,
5
),
- "score": 1.9530164334404034,
- "score-diff": "0.2185186960775496",
- "score-diff-perc": "+12.59838%",
- "tooltip": "score = 1.9530164334404034\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.21852 (+12.59838%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 2.2333428285829244,
+ "score-diff": "0.280326395142521",
+ "score-diff-perc": "+14.35351%",
+ "tooltip": "score = 2.2333428285829244\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.28033 (+14.35351%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -973549,9 +973549,9 @@
21
),
"score": 1.9294270203966322,
- "score-diff": "-0.023589413043771268",
- "score-diff-perc": "-1.20785%",
- "tooltip": "score = 1.9294270203966322\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.02359 (-1.20785%)",
+ "score-diff": "-0.30391580818629227",
+ "score-diff-perc": "-13.60811%",
+ "tooltip": "score = 1.9294270203966322\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.30392 (-13.60811%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -973860,11 +973860,11 @@
8,
54
),
- "score": 2.273084039334004,
- "score-diff": "-0.12350600208593843",
- "score-diff-perc": "-5.15341%",
- "tooltip": "score = 2.273084039334004\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.12351 (-5.15341%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 1.7243915202727216,
+ "score-diff": "-0.6721985211472208",
+ "score-diff-perc": "-28.04812%",
+ "tooltip": "score = 1.7243915202727216\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.67220 (-28.04812%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -973886,11 +973886,11 @@
8,
54
),
- "score": 1.7243915202727216,
- "score-diff": "-0.5486925190612824",
- "score-diff-perc": "-24.13868%",
- "tooltip": "score = 1.7243915202727216\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.54869 (-24.13868%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 2.273084039334004,
+ "score-diff": "0.5486925190612824",
+ "score-diff-perc": "+31.81949%",
+ "tooltip": "score = 2.273084039334004\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.54869 (+31.81949%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -973913,9 +973913,9 @@
43
),
"score": 1.6997604589058584,
- "score-diff": "-0.024631061366863216",
- "score-diff-perc": "-1.42839%",
- "tooltip": "score = 1.6997604589058584\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.02463 (-1.42839%)",
+ "score-diff": "-0.5733235804281456",
+ "score-diff-perc": "-25.22228%",
+ "tooltip": "score = 1.6997604589058584\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.57332 (-25.22228%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -979587,11 +979587,11 @@
18,
7
),
- "score": 7.10422399685686,
- "score-diff": "0.43130288038911857",
- "score-diff-perc": "+6.46348%",
- "tooltip": "score = 7.10422399685686\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.43130 (+6.46348%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 7.0567616809493074,
+ "score-diff": "0.38384056448156567",
+ "score-diff-perc": "+5.75221%",
+ "tooltip": "score = 7.0567616809493074\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.38384 (+5.75221%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -979614,9 +979614,9 @@
7
),
"score": 7.147493281538709,
- "score-diff": "0.04326928468184832",
- "score-diff-perc": "+0.60906%",
- "tooltip": "score = 7.147493281538709\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.04327 (+0.60906%)",
+ "score-diff": "0.09073160058940122",
+ "score-diff-perc": "+1.28574%",
+ "tooltip": "score = 7.147493281538709\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.09073 (+1.28574%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -979639,11 +979639,11 @@
18,
7
),
- "score": 7.0567616809493074,
- "score-diff": "-0.09073160058940122",
- "score-diff-perc": "-1.26942%",
- "tooltip": "score = 7.0567616809493074\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.09073 (-1.26942%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 7.10422399685686,
+ "score-diff": "-0.04326928468184832",
+ "score-diff-perc": "-0.60538%",
+ "tooltip": "score = 7.10422399685686\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.04327 (-0.60538%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -979666,9 +979666,9 @@
41
),
"score": 9.082795707157759,
- "score-diff": "2.0260340262084515",
- "score-diff-perc": "+28.71053%",
- "tooltip": "score = 9.082795707157759\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +2.02603 (+28.71053%)",
+ "score-diff": "1.9785717103008986",
+ "score-diff-perc": "+27.85064%",
+ "tooltip": "score = 9.082795707157759\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.97857 (+27.85064%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -979769,11 +979769,11 @@
17,
1
),
- "score": 8.772134389877282,
- "score-diff": "-0.020937661948172703",
- "score-diff-perc": "-0.23812%",
- "tooltip": "score = 8.772134389877282\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.02094 (-0.23812%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 8.854259952229839,
+ "score-diff": "0.061187900404384266",
+ "score-diff-perc": "+0.69586%",
+ "tooltip": "score = 8.854259952229839\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.06119 (+0.69586%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -979795,11 +979795,11 @@
17,
1
),
- "score": 6.863656449076134,
- "score-diff": "-1.9084779408011476",
- "score-diff-perc": "-21.75614%",
- "tooltip": "score = 6.863656449076134\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.90848 (-21.75614%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 8.772134389877282,
+ "score-diff": "-0.08212556235255697",
+ "score-diff-perc": "-0.92753%",
+ "tooltip": "score = 8.772134389877282\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.08213 (-0.92753%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -979821,11 +979821,11 @@
17,
1
),
- "score": 8.854259952229839,
- "score-diff": "1.9906035031537046",
- "score-diff-perc": "+29.00209%",
- "tooltip": "score = 8.854259952229839\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.99060 (+29.00209%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 6.863656449076134,
+ "score-diff": "-1.9084779408011476",
+ "score-diff-perc": "-21.75614%",
+ "tooltip": "score = 6.863656449076134\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.90848 (-21.75614%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -979848,9 +979848,9 @@
7
),
"score": 6.643344534007496,
- "score-diff": "-2.210915418222343",
- "score-diff-perc": "-24.97008%",
- "tooltip": "score = 6.643344534007496\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.21092 (-24.97008%)",
+ "score-diff": "-0.22031191506863834",
+ "score-diff-perc": "-3.20983%",
+ "tooltip": "score = 6.643344534007496\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.22031 (-3.20983%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -980133,11 +980133,11 @@
16,
5
),
- "score": 9.022386060601107,
- "score-diff": "0.025212349833807934",
- "score-diff-perc": "+0.28023%",
- "tooltip": "score = 9.022386060601107\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02521 (+0.28023%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 6.727795993855541,
+ "score-diff": "-2.269377716911758",
+ "score-diff-perc": "-25.22323%",
+ "tooltip": "score = 6.727795993855541\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.26938 (-25.22323%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -980159,11 +980159,11 @@
16,
5
),
- "score": 6.727795993855541,
- "score-diff": "-2.294590066745566",
- "score-diff-perc": "-25.43219%",
- "tooltip": "score = 6.727795993855541\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.29459 (-25.43219%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 8.986733347588286,
+ "score-diff": "2.258937353732745",
+ "score-diff-perc": "+33.57619%",
+ "tooltip": "score = 8.986733347588286\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.25894 (+33.57619%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -980185,11 +980185,11 @@
16,
5
),
- "score": 8.986733347588286,
- "score-diff": "2.258937353732745",
- "score-diff-perc": "+33.57619%",
- "tooltip": "score = 8.986733347588286\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.25894 (+33.57619%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 9.022386060601107,
+ "score-diff": "0.035652713012821025",
+ "score-diff-perc": "+0.39673%",
+ "tooltip": "score = 9.022386060601107\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03565 (+0.39673%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -980212,9 +980212,9 @@
21
),
"score": 8.949158235561319,
- "score-diff": "-0.037575112026967616",
- "score-diff-perc": "-0.41812%",
- "tooltip": "score = 8.949158235561319\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.03758 (-0.41812%)",
+ "score-diff": "-0.07322782503978864",
+ "score-diff-perc": "-0.81162%",
+ "tooltip": "score = 8.949158235561319\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.07323 (-0.81162%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -980523,11 +980523,11 @@
8,
54
),
- "score": 10.064790250707938,
- "score-diff": "-0.06779483217185422",
- "score-diff-perc": "-0.66908%",
- "tooltip": "score = 10.064790250707938\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.06779 (-0.66908%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 6.742526838696932,
+ "score-diff": "-3.3900582441828604",
+ "score-diff-perc": "-33.45699%",
+ "tooltip": "score = 6.742526838696932\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.39006 (-33.45699%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -980549,11 +980549,11 @@
8,
54
),
- "score": 6.742526838696932,
- "score-diff": "-3.322263412011006",
- "score-diff-perc": "-33.00877%",
- "tooltip": "score = 6.742526838696932\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.32226 (-33.00877%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 10.064790250707938,
+ "score-diff": "3.322263412011006",
+ "score-diff-perc": "+49.27327%",
+ "tooltip": "score = 10.064790250707938\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +3.32226 (+49.27327%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -980576,9 +980576,9 @@
43
),
"score": 6.847163350501547,
- "score-diff": "0.10463651180461486",
- "score-diff-perc": "+1.55189%",
- "tooltip": "score = 6.847163350501547\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.10464 (+1.55189%)",
+ "score-diff": "-3.2176269002063913",
+ "score-diff-perc": "-31.96914%",
+ "tooltip": "score = 6.847163350501547\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -3.21763 (-31.96914%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -986250,11 +986250,11 @@
18,
7
),
- "score": 29.124399137944987,
- "score-diff": "-0.026692387260389694",
- "score-diff-perc": "-0.09157%",
- "tooltip": "score = 29.124399137944987\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02669 (-0.09157%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 29.12529077302713,
+ "score-diff": "-0.02580075217824529",
+ "score-diff-perc": "-0.08851%",
+ "tooltip": "score = 29.12529077302713\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02580 (-0.08851%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -986277,9 +986277,9 @@
7
),
"score": 29.79711350938329,
- "score-diff": "0.6727143714383033",
- "score-diff-perc": "+2.30980%",
- "tooltip": "score = 29.79711350938329\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.67271 (+2.30980%)",
+ "score-diff": "0.6718227363561589",
+ "score-diff-perc": "+2.30666%",
+ "tooltip": "score = 29.79711350938329\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.67182 (+2.30666%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -986302,11 +986302,11 @@
18,
7
),
- "score": 29.12529077302713,
- "score-diff": "-0.6718227363561589",
- "score-diff-perc": "-2.25466%",
- "tooltip": "score = 29.12529077302713\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.67182 (-2.25466%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 29.124399137944987,
+ "score-diff": "-0.6727143714383033",
+ "score-diff-perc": "-2.25765%",
+ "tooltip": "score = 29.124399137944987\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.67271 (-2.25765%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -986329,9 +986329,9 @@
41
),
"score": 30.605030497766787,
- "score-diff": "1.4797397247396553",
- "score-diff-perc": "+5.08060%",
- "tooltip": "score = 30.605030497766787\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.47974 (+5.08060%)",
+ "score-diff": "1.4806313598217997",
+ "score-diff-perc": "+5.08382%",
+ "tooltip": "score = 30.605030497766787\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.48063 (+5.08382%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -986432,11 +986432,11 @@
17,
1
),
- "score": 31.65537718532919,
- "score-diff": "0.9293571955332709",
- "score-diff-perc": "+3.02466%",
- "tooltip": "score = 31.65537718532919\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.92936 (+3.02466%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 32.244644187059045,
+ "score-diff": "1.5186241972631258",
+ "score-diff-perc": "+4.94247%",
+ "tooltip": "score = 32.244644187059045\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.51862 (+4.94247%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -986458,11 +986458,11 @@
17,
1
),
- "score": 30.256785154848483,
- "score-diff": "-1.3985920304807067",
- "score-diff-perc": "-4.41818%",
- "tooltip": "score = 30.256785154848483\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.39859 (-4.41818%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 31.65537718532919,
+ "score-diff": "-0.5892670017298549",
+ "score-diff-perc": "-1.82749%",
+ "tooltip": "score = 31.65537718532919\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.58927 (-1.82749%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -986484,11 +986484,11 @@
17,
1
),
- "score": 32.244644187059045,
- "score-diff": "1.9878590322105616",
- "score-diff-perc": "+6.56996%",
- "tooltip": "score = 32.244644187059045\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.98786 (+6.56996%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 30.256785154848483,
+ "score-diff": "-1.3985920304807067",
+ "score-diff-perc": "-4.41818%",
+ "tooltip": "score = 30.256785154848483\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.39859 (-4.41818%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -986511,9 +986511,9 @@
7
),
"score": 29.357875262135924,
- "score-diff": "-2.886768924923121",
- "score-diff-perc": "-8.95271%",
- "tooltip": "score = 29.357875262135924\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.88677 (-8.95271%)",
+ "score-diff": "-0.8989098927125596",
+ "score-diff-perc": "-2.97094%",
+ "tooltip": "score = 29.357875262135924\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.89891 (-2.97094%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -986796,11 +986796,11 @@
16,
5
),
- "score": 31.041568001122098,
- "score-diff": "-2.149142215501211",
- "score-diff-perc": "-6.47513%",
- "tooltip": "score = 31.041568001122098\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.14914 (-6.47513%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 28.560423975561548,
+ "score-diff": "-4.630286241061761",
+ "score-diff-perc": "-13.95055%",
+ "tooltip": "score = 28.560423975561548\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.63029 (-13.95055%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -986822,11 +986822,11 @@
16,
5
),
- "score": 28.560423975561548,
- "score-diff": "-2.4811440255605497",
- "score-diff-perc": "-7.99297%",
- "tooltip": "score = 28.560423975561548\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.48114 (-7.99297%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 30.794401214551005,
+ "score-diff": "2.233977238989457",
+ "score-diff-perc": "+7.82193%",
+ "tooltip": "score = 30.794401214551005\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.23398 (+7.82193%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -986848,11 +986848,11 @@
16,
5
),
- "score": 30.794401214551005,
- "score-diff": "2.233977238989457",
- "score-diff-perc": "+7.82193%",
- "tooltip": "score = 30.794401214551005\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.23398 (+7.82193%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 31.041568001122098,
+ "score-diff": "0.2471667865710927",
+ "score-diff-perc": "+0.80264%",
+ "tooltip": "score = 31.041568001122098\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.24717 (+0.80264%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -986875,9 +986875,9 @@
21
),
"score": 34.20918077991999,
- "score-diff": "3.4147795653689847",
- "score-diff-perc": "+11.08896%",
- "tooltip": "score = 34.20918077991999\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +3.41478 (+11.08896%)",
+ "score-diff": "3.167612778797892",
+ "score-diff-perc": "+10.20442%",
+ "tooltip": "score = 34.20918077991999\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +3.16761 (+10.20442%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -987186,11 +987186,11 @@
8,
54
),
- "score": 33.27812946304348,
- "score-diff": "1.77335858215897",
- "score-diff-perc": "+5.62886%",
- "tooltip": "score = 33.27812946304348\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.77336 (+5.62886%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 29.102171680068533,
+ "score-diff": "-2.402599200815974",
+ "score-diff-perc": "-7.62614%",
+ "tooltip": "score = 29.102171680068533\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.40260 (-7.62614%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -987212,11 +987212,11 @@
8,
54
),
- "score": 29.102171680068533,
- "score-diff": "-4.175957782974944",
- "score-diff-perc": "-12.54866%",
- "tooltip": "score = 29.102171680068533\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -4.17596 (-12.54866%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 33.27812946304348,
+ "score-diff": "4.175957782974944",
+ "score-diff-perc": "+14.34930%",
+ "tooltip": "score = 33.27812946304348\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +4.17596 (+14.34930%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -987239,9 +987239,9 @@
43
),
"score": 29.42679110730376,
- "score-diff": "0.32461942723522696",
- "score-diff-perc": "+1.11545%",
- "tooltip": "score = 29.42679110730376\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.32462 (+1.11545%)",
+ "score-diff": "-3.851338355739717",
+ "score-diff-perc": "-11.57318%",
+ "tooltip": "score = 29.42679110730376\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -3.85134 (-11.57318%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -992913,11 +992913,11 @@
18,
7
),
- "score": 7.627109202508441e-05,
- "score-diff": "1.1352140601707071e-06",
- "score-diff-perc": "+1.51088%",
- "tooltip": "score = 7.627109202508441e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+1.51088%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 7.212984625630457e-05,
+ "score-diff": "-3.006031708609132e-06",
+ "score-diff-perc": "-4.00079%",
+ "tooltip": "score = 7.212984625630457e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-4.00079%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -992940,9 +992940,9 @@
7
),
"score": 7.858007375141701e-05,
- "score-diff": "2.308981726332598e-06",
- "score-diff-perc": "+3.02734%",
- "tooltip": "score = 7.858007375141701e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+3.02734%)",
+ "score-diff": "6.450227495112437e-06",
+ "score-diff-perc": "+8.94252%",
+ "tooltip": "score = 7.858007375141701e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00001 (+8.94252%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -992965,11 +992965,11 @@
18,
7
),
- "score": 7.212984625630457e-05,
- "score-diff": "-6.450227495112437e-06",
- "score-diff-perc": "-8.20848%",
- "tooltip": "score = 7.212984625630457e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00001 (-8.20848%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 7.627109202508441e-05,
+ "score-diff": "-2.308981726332598e-06",
+ "score-diff-perc": "-2.93838%",
+ "tooltip": "score = 7.627109202508441e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-2.93838%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -992992,9 +992992,9 @@
41
),
"score": 9.684175053602457e-05,
- "score-diff": "2.4711904279719994e-05",
- "score-diff-perc": "+34.26030%",
- "tooltip": "score = 9.684175053602457e-05\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00002 (+34.26030%)",
+ "score-diff": "2.0570658510940155e-05",
+ "score-diff-perc": "+26.97045%",
+ "tooltip": "score = 9.684175053602457e-05\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00002 (+26.97045%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -993095,11 +993095,11 @@
17,
1
),
- "score": 9.926859221879259e-05,
- "score-diff": "5.2368326307283505e-06",
- "score-diff-perc": "+5.56922%",
- "tooltip": "score = 9.926859221879259e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00001 (+5.56922%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 9.321188426932806e-05,
+ "score-diff": "-8.198753187361741e-07",
+ "score-diff-perc": "-0.87191%",
+ "tooltip": "score = 9.321188426932806e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00000 (-0.87191%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -993121,11 +993121,11 @@
17,
1
),
- "score": 7.712637611407442e-05,
- "score-diff": "-2.2142216104718165e-05",
- "score-diff-perc": "-22.30536%",
- "tooltip": "score = 7.712637611407442e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00002 (-22.30536%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 9.926859221879259e-05,
+ "score-diff": "6.056707949464525e-06",
+ "score-diff-perc": "+6.49779%",
+ "tooltip": "score = 9.926859221879259e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00001 (+6.49779%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -993147,11 +993147,11 @@
17,
1
),
- "score": 9.321188426932806e-05,
- "score-diff": "1.608550815525364e-05",
- "score-diff-perc": "+20.85604%",
- "tooltip": "score = 9.321188426932806e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00002 (+20.85604%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 7.712637611407442e-05,
+ "score-diff": "-2.2142216104718165e-05",
+ "score-diff-perc": "-22.30536%",
+ "tooltip": "score = 7.712637611407442e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00002 (-22.30536%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -993174,9 +993174,9 @@
7
),
"score": 7.873978413850076e-05,
- "score-diff": "-1.4472100130827301e-05",
- "score-diff-perc": "-15.52602%",
- "tooltip": "score = 7.873978413850076e-05\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00001 (-15.52602%)",
+ "score-diff": "1.6134080244263388e-06",
+ "score-diff-perc": "+2.09190%",
+ "tooltip": "score = 7.873978413850076e-05\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00000 (+2.09190%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -993459,11 +993459,11 @@
16,
5
),
- "score": 0.00010191488459000909,
- "score-diff": "9.958721420828907e-07",
- "score-diff-perc": "+0.98680%",
- "tooltip": "score = 0.00010191488459000909\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00000 (+0.98680%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 7.515615420145213e-05,
+ "score-diff": "-2.5762858246474067e-05",
+ "score-diff-perc": "-25.52825%",
+ "tooltip": "score = 7.515615420145213e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00003 (-25.52825%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -993485,11 +993485,11 @@
16,
5
),
- "score": 7.515615420145213e-05,
- "score-diff": "-2.6758730388556958e-05",
- "score-diff-perc": "-26.25596%",
- "tooltip": "score = 7.515615420145213e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00003 (-26.25596%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.0001009270408938985,
+ "score-diff": "2.5770886692446374e-05",
+ "score-diff-perc": "+34.28979%",
+ "tooltip": "score = 0.0001009270408938985\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00003 (+34.28979%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -993511,11 +993511,11 @@
16,
5
),
- "score": 0.0001009270408938985,
- "score-diff": "2.5770886692446374e-05",
- "score-diff-perc": "+34.28979%",
- "tooltip": "score = 0.0001009270408938985\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00003 (+34.28979%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.00010191488459000909,
+ "score-diff": "9.878436961105837e-07",
+ "score-diff-perc": "+0.97877%",
+ "tooltip": "score = 0.00010191488459000909\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00000 (+0.97877%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -993538,9 +993538,9 @@
21
),
"score": 0.00010022869548226205,
- "score-diff": "-6.983454116364532e-07",
- "score-diff-perc": "-0.69193%",
- "tooltip": "score = 0.00010022869548226205\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00000 (-0.69193%)",
+ "score-diff": "-1.686189107747037e-06",
+ "score-diff-perc": "-1.65451%",
+ "tooltip": "score = 0.00010022869548226205\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00000 (-1.65451%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -993849,11 +993849,11 @@
8,
54
),
- "score": 0.00010159123412541557,
- "score-diff": "-5.836598261474624e-06",
- "score-diff-perc": "-5.43304%",
- "tooltip": "score = 0.00010159123412541557\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00001 (-5.43304%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 7.671061338057859e-05,
+ "score-diff": "-3.0717219006311605e-05",
+ "score-diff-perc": "-28.59335%",
+ "tooltip": "score = 7.671061338057859e-05\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00003 (-28.59335%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -993875,11 +993875,11 @@
8,
54
),
- "score": 7.671061338057859e-05,
- "score-diff": "-2.488062074483698e-05",
- "score-diff-perc": "-24.49091%",
- "tooltip": "score = 7.671061338057859e-05\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00002 (-24.49091%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.00010159123412541557,
+ "score-diff": "2.488062074483698e-05",
+ "score-diff-perc": "+32.43439%",
+ "tooltip": "score = 0.00010159123412541557\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00002 (+32.43439%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -993902,9 +993902,9 @@
43
),
"score": 7.649976563856434e-05,
- "score-diff": "-2.1084774201425506e-07",
- "score-diff-perc": "-0.27486%",
- "tooltip": "score = 7.649976563856434e-05\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00000 (-0.27486%)",
+ "score-diff": "-2.5091468486851236e-05",
+ "score-diff-perc": "-24.69846%",
+ "tooltip": "score = 7.649976563856434e-05\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00003 (-24.69846%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -999576,11 +999576,11 @@
18,
7
),
- "score": 1.731449621045872,
- "score-diff": "0.016318224751568522",
- "score-diff-perc": "+0.95143%",
- "tooltip": "score = 1.731449621045872\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01632 (+0.95143%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 1.738479160451341,
+ "score-diff": "0.02334776415703743",
+ "score-diff-perc": "+1.36128%",
+ "tooltip": "score = 1.738479160451341\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02335 (+1.36128%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -999603,9 +999603,9 @@
7
),
"score": 1.7233042405633536,
- "score-diff": "-0.00814538048251845",
- "score-diff-perc": "-0.47044%",
- "tooltip": "score = 1.7233042405633536\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00815 (-0.47044%)",
+ "score-diff": "-0.01517491988798736",
+ "score-diff-perc": "-0.87288%",
+ "tooltip": "score = 1.7233042405633536\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01517 (-0.87288%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -999628,11 +999628,11 @@
18,
7
),
- "score": 1.738479160451341,
- "score-diff": "0.01517491988798736",
- "score-diff-perc": "+0.88057%",
- "tooltip": "score = 1.738479160451341\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01517 (+0.88057%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 1.731449621045872,
+ "score-diff": "0.00814538048251845",
+ "score-diff-perc": "+0.47266%",
+ "tooltip": "score = 1.731449621045872\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00815 (+0.47266%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -999655,9 +999655,9 @@
41
),
"score": 2.0187217930474453,
- "score-diff": "0.28024263259610427",
- "score-diff-perc": "+16.11999%",
- "tooltip": "score = 2.0187217930474453\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.28024 (+16.11999%)",
+ "score-diff": "0.2872721720015732",
+ "score-diff-perc": "+16.59143%",
+ "tooltip": "score = 2.0187217930474453\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.28727 (+16.59143%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -999758,11 +999758,11 @@
17,
1
),
- "score": 1.886136006853216,
- "score-diff": "-0.09720829516253282",
- "score-diff-perc": "-4.90123%",
- "tooltip": "score = 1.886136006853216\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.09721 (-4.90123%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 2.24847731502964,
+ "score-diff": "0.26513301301389114",
+ "score-diff-perc": "+13.36798%",
+ "tooltip": "score = 2.24847731502964\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.26513 (+13.36798%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -999784,11 +999784,11 @@
17,
1
),
- "score": 1.7429267509562028,
- "score-diff": "-0.14320925589701328",
- "score-diff-perc": "-7.59273%",
- "tooltip": "score = 1.7429267509562028\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.14321 (-7.59273%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 1.886136006853216,
+ "score-diff": "-0.36234130817642396",
+ "score-diff-perc": "-16.11496%",
+ "tooltip": "score = 1.886136006853216\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.36234 (-16.11496%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -999810,11 +999810,11 @@
17,
1
),
- "score": 2.24847731502964,
- "score-diff": "0.5055505640734372",
- "score-diff-perc": "+29.00584%",
- "tooltip": "score = 2.24847731502964\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.50555 (+29.00584%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 1.7429267509562028,
+ "score-diff": "-0.14320925589701328",
+ "score-diff-perc": "-7.59273%",
+ "tooltip": "score = 1.7429267509562028\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.14321 (-7.59273%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -999837,9 +999837,9 @@
7
),
"score": 1.720468729391879,
- "score-diff": "-0.528008585637761",
- "score-diff-perc": "-23.48294%",
- "tooltip": "score = 1.720468729391879\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.52801 (-23.48294%)",
+ "score-diff": "-0.02245802156432375",
+ "score-diff-perc": "-1.28852%",
+ "tooltip": "score = 1.720468729391879\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.02246 (-1.28852%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1000122,11 +1000122,11 @@
16,
5
),
- "score": 1.9261883825648694,
- "score-diff": "-0.14257536145509508",
- "score-diff-perc": "-6.89181%",
- "tooltip": "score = 1.9261883825648694\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.14258 (-6.89181%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 1.7631763074017386,
+ "score-diff": "-0.30558743661822585",
+ "score-diff-perc": "-14.77150%",
+ "tooltip": "score = 1.7631763074017386\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.30559 (-14.77150%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1000148,11 +1000148,11 @@
16,
5
),
- "score": 1.7631763074017386,
- "score-diff": "-0.16301207516313077",
- "score-diff-perc": "-8.46294%",
- "tooltip": "score = 1.7631763074017386\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.16301 (-8.46294%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 2.312315171942567,
+ "score-diff": "0.5491388645408286",
+ "score-diff-perc": "+31.14486%",
+ "tooltip": "score = 2.312315171942567\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.54914 (+31.14486%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1000174,11 +1000174,11 @@
16,
5
),
- "score": 2.312315171942567,
- "score-diff": "0.5491388645408286",
- "score-diff-perc": "+31.14486%",
- "tooltip": "score = 2.312315171942567\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.54914 (+31.14486%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1.9261883825648694,
+ "score-diff": "-0.38612678937769784",
+ "score-diff-perc": "-16.69871%",
+ "tooltip": "score = 1.9261883825648694\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.38613 (-16.69871%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1000201,9 +1000201,9 @@
21
),
"score": 2.0575828187049283,
- "score-diff": "-0.2547323532376389",
- "score-diff-perc": "-11.01633%",
- "tooltip": "score = 2.0575828187049283\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.25473 (-11.01633%)",
+ "score-diff": "0.13139443614005897",
+ "score-diff-perc": "+6.82147%",
+ "tooltip": "score = 2.0575828187049283\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.13139 (+6.82147%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1000512,11 +1000512,11 @@
8,
54
),
- "score": 1.9168750261138812,
- "score-diff": "-0.44678495700832177",
- "score-diff-perc": "-18.90225%",
- "tooltip": "score = 1.9168750261138812\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.44678 (-18.90225%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 1.691051646315989,
+ "score-diff": "-0.6726083368062139",
+ "score-diff-perc": "-28.45622%",
+ "tooltip": "score = 1.691051646315989\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.67261 (-28.45622%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1000538,11 +1000538,11 @@
8,
54
),
- "score": 1.691051646315989,
- "score-diff": "-0.22582337979789213",
- "score-diff-perc": "-11.78081%",
- "tooltip": "score = 1.691051646315989\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.22582 (-11.78081%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.9168750261138812,
+ "score-diff": "0.22582337979789213",
+ "score-diff-perc": "+13.35402%",
+ "tooltip": "score = 1.9168750261138812\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.22582 (+13.35402%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1000565,9 +1000565,9 @@
43
),
"score": 1.692513054723851,
- "score-diff": "0.0014614084078619083",
- "score-diff-perc": "+0.08642%",
- "tooltip": "score = 1.692513054723851\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00146 (+0.08642%)",
+ "score-diff": "-0.22436197139003022",
+ "score-diff-perc": "-11.70457%",
+ "tooltip": "score = 1.692513054723851\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.22436 (-11.70457%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1006239,11 +1006239,11 @@
18,
7
),
- "score": 0.7159045727873142,
- "score-diff": "-0.17493391287559423",
- "score-diff-perc": "-19.63700%",
- "tooltip": "score = 0.7159045727873142\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.17493 (-19.63700%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.9023706580482144,
+ "score-diff": "0.011532172385305905",
+ "score-diff-perc": "+1.29453%",
+ "tooltip": "score = 0.9023706580482144\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01153 (+1.29453%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1006266,9 +1006266,9 @@
7
),
"score": 0.8746737461031749,
- "score-diff": "0.1587691733158607",
- "score-diff-perc": "+22.17742%",
- "tooltip": "score = 0.8746737461031749\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.15877 (+22.17742%)",
+ "score-diff": "-0.027696911945039426",
+ "score-diff-perc": "-3.06935%",
+ "tooltip": "score = 0.8746737461031749\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02770 (-3.06935%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1006291,11 +1006291,11 @@
18,
7
),
- "score": 0.9023706580482144,
- "score-diff": "0.027696911945039426",
- "score-diff-perc": "+3.16654%",
- "tooltip": "score = 0.9023706580482144\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02770 (+3.16654%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.7159045727873142,
+ "score-diff": "-0.1587691733158607",
+ "score-diff-perc": "-18.15182%",
+ "tooltip": "score = 0.7159045727873142\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.15877 (-18.15182%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1006318,9 +1006318,9 @@
41
),
"score": 1.3290762776757674,
- "score-diff": "0.42670561962755305",
- "score-diff-perc": "+47.28718%",
- "tooltip": "score = 1.3290762776757674\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.42671 (+47.28718%)",
+ "score-diff": "0.6131717048884532",
+ "score-diff-perc": "+85.64992%",
+ "tooltip": "score = 1.3290762776757674\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.61317 (+85.64992%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1006421,11 +1006421,11 @@
17,
1
),
- "score": 1.3335491291504467,
- "score-diff": "0.01814012811610599",
- "score-diff-perc": "+1.37905%",
- "tooltip": "score = 1.3335491291504467\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01814 (+1.37905%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1.3212496106506326,
+ "score-diff": "0.0058406096162919585",
+ "score-diff-perc": "+0.44401%",
+ "tooltip": "score = 1.3212496106506326\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00584 (+0.44401%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1006447,11 +1006447,11 @@
17,
1
),
- "score": 0.8661652262135341,
- "score-diff": "-0.46738390293691257",
- "score-diff-perc": "-35.04812%",
- "tooltip": "score = 0.8661652262135341\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.46738 (-35.04812%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 1.3335491291504467,
+ "score-diff": "0.012299518499814033",
+ "score-diff-perc": "+0.93090%",
+ "tooltip": "score = 1.3335491291504467\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01230 (+0.93090%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1006473,11 +1006473,11 @@
17,
1
),
- "score": 1.3212496106506326,
- "score-diff": "0.45508438443709853",
- "score-diff-perc": "+52.54014%",
- "tooltip": "score = 1.3212496106506326\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.45508 (+52.54014%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.8661652262135341,
+ "score-diff": "-0.46738390293691257",
+ "score-diff-perc": "-35.04812%",
+ "tooltip": "score = 0.8661652262135341\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.46738 (-35.04812%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1006500,9 +1006500,9 @@
7
),
"score": 0.9371687720701883,
- "score-diff": "-0.3840808385804443",
- "score-diff-perc": "-29.06951%",
- "tooltip": "score = 0.9371687720701883\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.38408 (-29.06951%)",
+ "score-diff": "0.07100354585665425",
+ "score-diff-perc": "+8.19746%",
+ "tooltip": "score = 0.9371687720701883\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.07100 (+8.19746%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1006785,11 +1006785,11 @@
16,
5
),
- "score": 1.3808708624746198,
- "score-diff": "0.07628266443098553",
- "score-diff-perc": "+5.84726%",
- "tooltip": "score = 1.3808708624746198\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.07628 (+5.84726%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.8544986045231161,
+ "score-diff": "-0.45008959352051814",
+ "score-diff-perc": "-34.50051%",
+ "tooltip": "score = 0.8544986045231161\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.45009 (-34.50051%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1006811,11 +1006811,11 @@
16,
5
),
- "score": 0.8544986045231161,
- "score-diff": "-0.5263722579515037",
- "score-diff-perc": "-38.11886%",
- "tooltip": "score = 0.8544986045231161\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.52637 (-38.11886%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.3775952786769325,
+ "score-diff": "0.5230966741538164",
+ "score-diff-perc": "+61.21680%",
+ "tooltip": "score = 1.3775952786769325\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.52310 (+61.21680%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1006837,11 +1006837,11 @@
16,
5
),
- "score": 1.3775952786769325,
- "score-diff": "0.5230966741538164",
- "score-diff-perc": "+61.21680%",
- "tooltip": "score = 1.3775952786769325\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.52310 (+61.21680%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1.3808708624746198,
+ "score-diff": "0.0032755837976872204",
+ "score-diff-perc": "+0.23778%",
+ "tooltip": "score = 1.3808708624746198\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00328 (+0.23778%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1006864,9 +1006864,9 @@
21
),
"score": 1.9100575714236683,
- "score-diff": "0.5324622927467357",
- "score-diff-perc": "+38.65158%",
- "tooltip": "score = 1.9100575714236683\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.53246 (+38.65158%)",
+ "score-diff": "0.5291867089490485",
+ "score-diff-perc": "+38.32268%",
+ "tooltip": "score = 1.9100575714236683\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.52919 (+38.32268%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1007175,11 +1007175,11 @@
8,
54
),
- "score": 1.4206483345861927,
- "score-diff": "0.07312444553433828",
- "score-diff-perc": "+5.42658%",
- "tooltip": "score = 1.4206483345861927\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.07312 (+5.42658%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.9096753525082152,
+ "score-diff": "-0.4378485365436392",
+ "score-diff-perc": "-32.49282%",
+ "tooltip": "score = 0.9096753525082152\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.43785 (-32.49282%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1007201,11 +1007201,11 @@
8,
54
),
- "score": 0.9096753525082152,
- "score-diff": "-0.5109729820779775",
- "score-diff-perc": "-35.96759%",
- "tooltip": "score = 0.9096753525082152\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.51097 (-35.96759%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.4206483345861927,
+ "score-diff": "0.5109729820779775",
+ "score-diff-perc": "+56.17092%",
+ "tooltip": "score = 1.4206483345861927\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.51097 (+56.17092%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1007228,9 +1007228,9 @@
43
),
"score": 0.9020086545503389,
- "score-diff": "-0.007666697957876334",
- "score-diff-perc": "-0.84279%",
- "tooltip": "score = 0.9020086545503389\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00767 (-0.84279%)",
+ "score-diff": "-0.5186396800358538",
+ "score-diff-perc": "-36.50725%",
+ "tooltip": "score = 0.9020086545503389\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.51864 (-36.50725%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1012902,11 +1012902,11 @@
18,
7
),
- "score": 0.02840904513877346,
- "score-diff": "2.5562931319552534e-05",
- "score-diff-perc": "+0.09006%",
- "tooltip": "score = 0.02840904513877346\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00003 (+0.09006%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.028561210584609892,
+ "score-diff": "0.00017772837715598552",
+ "score-diff-perc": "+0.62617%",
+ "tooltip": "score = 0.028561210584609892\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00018 (+0.62617%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1012929,9 +1012929,9 @@
7
),
"score": 0.0285325317749202,
- "score-diff": "0.00012348663614674196",
- "score-diff-perc": "+0.43467%",
- "tooltip": "score = 0.0285325317749202\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00012 (+0.43467%)",
+ "score-diff": "-2.8678809689691026e-05",
+ "score-diff-perc": "-0.10041%",
+ "tooltip": "score = 0.0285325317749202\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00003 (-0.10041%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1012954,11 +1012954,11 @@
18,
7
),
- "score": 0.028561210584609892,
- "score-diff": "2.8678809689691026e-05",
- "score-diff-perc": "+0.10051%",
- "tooltip": "score = 0.028561210584609892\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00003 (+0.10051%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.02840904513877346,
+ "score-diff": "-0.00012348663614674196",
+ "score-diff-perc": "-0.43279%",
+ "tooltip": "score = 0.02840904513877346\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00012 (-0.43279%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1012981,9 +1012981,9 @@
41
),
"score": 0.029958650397555155,
- "score-diff": "0.0013974398129452635",
- "score-diff-perc": "+4.89279%",
- "tooltip": "score = 0.029958650397555155\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00140 (+4.89279%)",
+ "score-diff": "0.0015496052587816965",
+ "score-diff-perc": "+5.45462%",
+ "tooltip": "score = 0.029958650397555155\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00155 (+5.45462%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1013084,11 +1013084,11 @@
17,
1
),
- "score": 0.03005419286846871,
- "score-diff": "4.331625723804494e-05",
- "score-diff-perc": "+0.14434%",
- "tooltip": "score = 0.03005419286846871\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00004 (+0.14434%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.029857286355386394,
+ "score-diff": "-0.00015359025584427144",
+ "score-diff-perc": "-0.51178%",
+ "tooltip": "score = 0.029857286355386394\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00015 (-0.51178%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1013110,11 +1013110,11 @@
17,
1
),
- "score": 0.02859956935785182,
- "score-diff": "-0.0014546235106168912",
- "score-diff-perc": "-4.84000%",
- "tooltip": "score = 0.02859956935785182\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00145 (-4.84000%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.03005419286846871,
+ "score-diff": "0.00019690651308231638",
+ "score-diff-perc": "+0.65949%",
+ "tooltip": "score = 0.03005419286846871\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00020 (+0.65949%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1013136,11 +1013136,11 @@
17,
1
),
- "score": 0.029857286355386394,
- "score-diff": "0.0012577169975345748",
- "score-diff-perc": "+4.39768%",
- "tooltip": "score = 0.029857286355386394\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00126 (+4.39768%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.02859956935785182,
+ "score-diff": "-0.0014546235106168912",
+ "score-diff-perc": "-4.84000%",
+ "tooltip": "score = 0.02859956935785182\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00145 (-4.84000%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1013163,9 +1013163,9 @@
7
),
"score": 0.028446467292875394,
- "score-diff": "-0.0014108190625110005",
- "score-diff-perc": "-4.72521%",
- "tooltip": "score = 0.028446467292875394\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00141 (-4.72521%)",
+ "score-diff": "-0.00015310206497642573",
+ "score-diff-perc": "-0.53533%",
+ "tooltip": "score = 0.028446467292875394\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00015 (-0.53533%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1013448,11 +1013448,11 @@
16,
5
),
- "score": 0.030164359332780985,
- "score-diff": "-0.0002628715785994301",
- "score-diff-perc": "-0.86394%",
- "tooltip": "score = 0.030164359332780985\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00026 (-0.86394%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.02856024479033871,
+ "score-diff": "-0.0018669861210417055",
+ "score-diff-perc": "-6.13591%",
+ "tooltip": "score = 0.02856024479033871\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00187 (-6.13591%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1013474,11 +1013474,11 @@
16,
5
),
- "score": 0.02856024479033871,
- "score-diff": "-0.0016041145424422754",
- "score-diff-perc": "-5.31791%",
- "tooltip": "score = 0.02856024479033871\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00160 (-5.31791%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.03014477114287061,
+ "score-diff": "0.0015845263525318988",
+ "score-diff-perc": "+5.54801%",
+ "tooltip": "score = 0.03014477114287061\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00158 (+5.54801%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1013500,11 +1013500,11 @@
16,
5
),
- "score": 0.03014477114287061,
- "score-diff": "0.0015845263525318988",
- "score-diff-perc": "+5.54801%",
- "tooltip": "score = 0.03014477114287061\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00158 (+5.54801%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.030164359332780985,
+ "score-diff": "1.9588189910376558e-05",
+ "score-diff-perc": "+0.06498%",
+ "tooltip": "score = 0.030164359332780985\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00002 (+0.06498%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1013527,9 +1013527,9 @@
21
),
"score": 0.02998549614637795,
- "score-diff": "-0.00015927499649266014",
- "score-diff-perc": "-0.52837%",
- "tooltip": "score = 0.02998549614637795\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00016 (-0.52837%)",
+ "score-diff": "-0.0001788631864030367",
+ "score-diff-perc": "-0.59296%",
+ "tooltip": "score = 0.02998549614637795\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00018 (-0.59296%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1013838,11 +1013838,11 @@
8,
54
),
- "score": 0.03015527541782755,
- "score-diff": "0.0003422139979732848",
- "score-diff-perc": "+1.14787%",
- "tooltip": "score = 0.03015527541782755\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00034 (+1.14787%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.02874063385876542,
+ "score-diff": "-0.0010724275610888429",
+ "score-diff-perc": "-3.59717%",
+ "tooltip": "score = 0.02874063385876542\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00107 (-3.59717%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1013864,11 +1013864,11 @@
8,
54
),
- "score": 0.02874063385876542,
- "score-diff": "-0.0014146415590621277",
- "score-diff-perc": "-4.69119%",
- "tooltip": "score = 0.02874063385876542\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00141 (-4.69119%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.03015527541782755,
+ "score-diff": "0.0014146415590621277",
+ "score-diff-perc": "+4.92210%",
+ "tooltip": "score = 0.03015527541782755\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00141 (+4.92210%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1013891,9 +1013891,9 @@
43
),
"score": 0.02845233441528951,
- "score-diff": "-0.00028829944347591105",
- "score-diff-perc": "-1.00311%",
- "tooltip": "score = 0.02845233441528951\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00029 (-1.00311%)",
+ "score-diff": "-0.0017029410025380387",
+ "score-diff-perc": "-5.64724%",
+ "tooltip": "score = 0.02845233441528951\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00170 (-5.64724%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1019565,11 +1019565,11 @@
18,
7
),
- "score": 8.799126113458039,
- "score-diff": "-0.187780522797528",
- "score-diff-perc": "-2.08949%",
- "tooltip": "score = 8.799126113458039\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.18778 (-2.08949%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 8.098173597116194,
+ "score-diff": "-0.8887330391393728",
+ "score-diff-perc": "-9.88920%",
+ "tooltip": "score = 8.098173597116194\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.88873 (-9.88920%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1019592,9 +1019592,9 @@
7
),
"score": 8.341317970164122,
- "score-diff": "-0.45780814329391717",
- "score-diff-perc": "-5.20288%",
- "tooltip": "score = 8.341317970164122\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.45781 (-5.20288%)",
+ "score-diff": "0.2431443730479277",
+ "score-diff-perc": "+3.00246%",
+ "tooltip": "score = 8.341317970164122\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.24314 (+3.00246%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1019617,11 +1019617,11 @@
18,
7
),
- "score": 8.098173597116194,
- "score-diff": "-0.2431443730479277",
- "score-diff-perc": "-2.91494%",
- "tooltip": "score = 8.098173597116194\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.24314 (-2.91494%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 8.799126113458039,
+ "score-diff": "0.45780814329391717",
+ "score-diff-perc": "+5.48844%",
+ "tooltip": "score = 8.799126113458039\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.45781 (+5.48844%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1019644,9 +1019644,9 @@
41
),
"score": 8.080199194739752,
- "score-diff": "-0.0179744023764421",
- "score-diff-perc": "-0.22196%",
- "tooltip": "score = 8.080199194739752\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.01797 (-0.22196%)",
+ "score-diff": "-0.718926918718287",
+ "score-diff-perc": "-8.17044%",
+ "tooltip": "score = 8.080199194739752\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.71893 (-8.17044%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1019747,11 +1019747,11 @@
17,
1
),
- "score": 8.458248347991232,
- "score-diff": "-0.3484685806455641",
- "score-diff-perc": "-3.95685%",
- "tooltip": "score = 8.458248347991232\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.34847 (-3.95685%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 8.751522801846964,
+ "score-diff": "-0.055194126789832154",
+ "score-diff-perc": "-0.62673%",
+ "tooltip": "score = 8.751522801846964\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.05519 (-0.62673%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1019773,11 +1019773,11 @@
17,
1
),
- "score": 8.980578219876236,
- "score-diff": "0.5223298718850042",
- "score-diff-perc": "+6.17539%",
- "tooltip": "score = 8.980578219876236\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.52233 (+6.17539%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 8.458248347991232,
+ "score-diff": "-0.2932744538557319",
+ "score-diff-perc": "-3.35112%",
+ "tooltip": "score = 8.458248347991232\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.29327 (-3.35112%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1019799,11 +1019799,11 @@
17,
1
),
- "score": 8.751522801846964,
- "score-diff": "-0.22905541802927232",
- "score-diff-perc": "-2.55056%",
- "tooltip": "score = 8.751522801846964\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.22906 (-2.55056%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 8.980578219876236,
+ "score-diff": "0.5223298718850042",
+ "score-diff-perc": "+6.17539%",
+ "tooltip": "score = 8.980578219876236\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.52233 (+6.17539%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1019826,9 +1019826,9 @@
7
),
"score": 9.118236294540838,
- "score-diff": "0.366713492693874",
- "score-diff-perc": "+4.19028%",
- "tooltip": "score = 9.118236294540838\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.36671 (+4.19028%)",
+ "score-diff": "0.13765807466460167",
+ "score-diff-perc": "+1.53284%",
+ "tooltip": "score = 9.118236294540838\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.13766 (+1.53284%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1020111,11 +1020111,11 @@
16,
5
),
- "score": 8.766422912020692,
- "score-diff": "0.5904923672923363",
- "score-diff-perc": "+7.22233%",
- "tooltip": "score = 8.766422912020692\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.59049 (+7.22233%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 8.728739108168126,
+ "score-diff": "0.5528085634397701",
+ "score-diff-perc": "+6.76141%",
+ "tooltip": "score = 8.728739108168126\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.55281 (+6.76141%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1020137,11 +1020137,11 @@
16,
5
),
- "score": 8.728739108168126,
- "score-diff": "-0.0376838038525662",
- "score-diff-perc": "-0.42987%",
- "tooltip": "score = 8.728739108168126\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03768 (-0.42987%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 9.160357909660474,
+ "score-diff": "0.4316188014923483",
+ "score-diff-perc": "+4.94480%",
+ "tooltip": "score = 9.160357909660474\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.43162 (+4.94480%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1020163,11 +1020163,11 @@
16,
5
),
- "score": 9.160357909660474,
- "score-diff": "0.4316188014923483",
- "score-diff-perc": "+4.94480%",
- "tooltip": "score = 9.160357909660474\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.43162 (+4.94480%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 8.766422912020692,
+ "score-diff": "-0.3939349976397821",
+ "score-diff-perc": "-4.30043%",
+ "tooltip": "score = 8.766422912020692\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.39393 (-4.30043%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1020190,9 +1020190,9 @@
21
),
"score": 8.705643130337917,
- "score-diff": "-0.45471477932255766",
- "score-diff-perc": "-4.96394%",
- "tooltip": "score = 8.705643130337917\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.45471 (-4.96394%)",
+ "score-diff": "-0.060779781682775536",
+ "score-diff-perc": "-0.69332%",
+ "tooltip": "score = 8.705643130337917\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.06078 (-0.69332%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1020501,11 +1020501,11 @@
8,
54
),
- "score": 8.83539844848578,
- "score-diff": "-0.17118652618500718",
- "score-diff-perc": "-1.90068%",
- "tooltip": "score = 8.83539844848578\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.17119 (-1.90068%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 8.40266747851751,
+ "score-diff": "-0.6039174961532776",
+ "score-diff-perc": "-6.70529%",
+ "tooltip": "score = 8.40266747851751\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.60392 (-6.70529%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1020527,11 +1020527,11 @@
8,
54
),
- "score": 8.40266747851751,
- "score-diff": "-0.43273096996827043",
- "score-diff-perc": "-4.89770%",
- "tooltip": "score = 8.40266747851751\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.43273 (-4.89770%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 8.83539844848578,
+ "score-diff": "0.43273096996827043",
+ "score-diff-perc": "+5.14992%",
+ "tooltip": "score = 8.83539844848578\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.43273 (+5.14992%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1020554,9 +1020554,9 @@
43
),
"score": 10.238238210932243,
- "score-diff": "1.835570732414734",
- "score-diff-perc": "+21.84510%",
- "tooltip": "score = 10.238238210932243\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.83557 (+21.84510%)",
+ "score-diff": "1.4028397624464635",
+ "score-diff-perc": "+15.87749%",
+ "tooltip": "score = 10.238238210932243\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.40284 (+15.87749%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1026228,11 +1026228,11 @@
18,
7
),
- "score": 1.7177471824589146,
- "score-diff": "-0.09360817696012447",
- "score-diff-perc": "-5.16785%",
- "tooltip": "score = 1.7177471824589146\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.09361 (-5.16785%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 1.7777967956087901,
+ "score-diff": "-0.03355856381024891",
+ "score-diff-perc": "-1.85268%",
+ "tooltip": "score = 1.7777967956087901\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03356 (-1.85268%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1026255,9 +1026255,9 @@
7
),
"score": 1.7550993630021867,
- "score-diff": "0.03735218054327216",
- "score-diff-perc": "+2.17449%",
- "tooltip": "score = 1.7550993630021867\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.03735 (+2.17449%)",
+ "score-diff": "-0.022697432606603396",
+ "score-diff-perc": "-1.27672%",
+ "tooltip": "score = 1.7550993630021867\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02270 (-1.27672%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1026280,11 +1026280,11 @@
18,
7
),
- "score": 1.7777967956087901,
- "score-diff": "0.022697432606603396",
- "score-diff-perc": "+1.29323%",
- "tooltip": "score = 1.7777967956087901\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02270 (+1.29323%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 1.7177471824589146,
+ "score-diff": "-0.03735218054327216",
+ "score-diff-perc": "-2.12821%",
+ "tooltip": "score = 1.7177471824589146\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03735 (-2.12821%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1026307,9 +1026307,9 @@
41
),
"score": 1.983370030303816,
- "score-diff": "0.20557323469502586",
- "score-diff-perc": "+11.56337%",
- "tooltip": "score = 1.983370030303816\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.20557 (+11.56337%)",
+ "score-diff": "0.2656228478449014",
+ "score-diff-perc": "+15.46344%",
+ "tooltip": "score = 1.983370030303816\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.26562 (+15.46344%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1026410,11 +1026410,11 @@
17,
1
),
- "score": 1.8854803654948127,
- "score-diff": "-0.38402048875241435",
- "score-diff-perc": "-16.92092%",
- "tooltip": "score = 1.8854803654948127\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.38402 (-16.92092%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1.909791893199704,
+ "score-diff": "-0.35970896104752303",
+ "score-diff-perc": "-15.84969%",
+ "tooltip": "score = 1.909791893199704\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.35971 (-15.84969%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1026436,11 +1026436,11 @@
17,
1
),
- "score": 1.7290701001006294,
- "score-diff": "-0.15641026539418323",
- "score-diff-perc": "-8.29551%",
- "tooltip": "score = 1.7290701001006294\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.15641 (-8.29551%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 1.8854803654948127,
+ "score-diff": "-0.02431152770489131",
+ "score-diff-perc": "-1.27299%",
+ "tooltip": "score = 1.8854803654948127\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.02431 (-1.27299%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1026462,11 +1026462,11 @@
17,
1
),
- "score": 1.909791893199704,
- "score-diff": "0.18072179309907455",
- "score-diff-perc": "+10.45196%",
- "tooltip": "score = 1.909791893199704\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.18072 (+10.45196%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 1.7290701001006294,
+ "score-diff": "-0.15641026539418323",
+ "score-diff-perc": "-8.29551%",
+ "tooltip": "score = 1.7290701001006294\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.15641 (-8.29551%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1026489,9 +1026489,9 @@
7
),
"score": 1.7291217459286878,
- "score-diff": "-0.18067014727101616",
- "score-diff-perc": "-9.46020%",
- "tooltip": "score = 1.7291217459286878\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.18067 (-9.46020%)",
+ "score-diff": "5.164582805838869e-05",
+ "score-diff-perc": "+0.00299%",
+ "tooltip": "score = 1.7291217459286878\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00005 (+0.00299%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1026774,11 +1026774,11 @@
16,
5
),
- "score": 2.285761752170739,
- "score-diff": "0.03922075943355985",
- "score-diff-perc": "+1.74583%",
- "tooltip": "score = 2.285761752170739\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03922 (+1.74583%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 1.674851854935836,
+ "score-diff": "-0.5716891378013431",
+ "score-diff-perc": "-25.44753%",
+ "tooltip": "score = 1.674851854935836\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.57169 (-25.44753%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1026800,11 +1026800,11 @@
16,
5
),
- "score": 1.674851854935836,
- "score-diff": "-0.610909897234903",
- "score-diff-perc": "-26.72675%",
- "tooltip": "score = 1.674851854935836\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.61091 (-26.72675%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.951580221829359,
+ "score-diff": "0.276728366893523",
+ "score-diff-perc": "+16.52256%",
+ "tooltip": "score = 1.951580221829359\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.27673 (+16.52256%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1026826,11 +1026826,11 @@
16,
5
),
- "score": 1.951580221829359,
- "score-diff": "0.276728366893523",
- "score-diff-perc": "+16.52256%",
- "tooltip": "score = 1.951580221829359\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.27673 (+16.52256%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 2.285761752170739,
+ "score-diff": "0.33418153034138",
+ "score-diff-perc": "+17.12364%",
+ "tooltip": "score = 2.285761752170739\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.33418 (+17.12364%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1026853,9 +1026853,9 @@
21
),
"score": 1.9254365893993706,
- "score-diff": "-0.026143632429988406",
- "score-diff-perc": "-1.33961%",
- "tooltip": "score = 1.9254365893993706\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.02614 (-1.33961%)",
+ "score-diff": "-0.3603251627713684",
+ "score-diff-perc": "-15.76390%",
+ "tooltip": "score = 1.9254365893993706\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.36033 (-15.76390%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1027164,11 +1027164,11 @@
8,
54
),
- "score": 1.8920461335559147,
- "score-diff": "-0.11794122775853544",
- "score-diff-perc": "-5.86776%",
- "tooltip": "score = 1.8920461335559147\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.11794 (-5.86776%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 1.6971432411113911,
+ "score-diff": "-0.31284412020305896",
+ "score-diff-perc": "-15.56448%",
+ "tooltip": "score = 1.6971432411113911\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.31284 (-15.56448%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1027190,11 +1027190,11 @@
8,
54
),
- "score": 1.6971432411113911,
- "score-diff": "-0.19490289244452352",
- "score-diff-perc": "-10.30117%",
- "tooltip": "score = 1.6971432411113911\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.19490 (-10.30117%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.8920461335559147,
+ "score-diff": "0.19490289244452352",
+ "score-diff-perc": "+11.48417%",
+ "tooltip": "score = 1.8920461335559147\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.19490 (+11.48417%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1027217,9 +1027217,9 @@
43
),
"score": 1.727448612382581,
- "score-diff": "0.030305371271189818",
- "score-diff-perc": "+1.78567%",
- "tooltip": "score = 1.727448612382581\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.03031 (+1.78567%)",
+ "score-diff": "-0.1645975211733337",
+ "score-diff-perc": "-8.69945%",
+ "tooltip": "score = 1.727448612382581\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.16460 (-8.69945%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1032891,11 +1032891,11 @@
18,
7
),
- "score": 7.302680329266802,
- "score-diff": "-0.2501554397921071",
- "score-diff-perc": "-3.31207%",
- "tooltip": "score = 7.302680329266802\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.25016 (-3.31207%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 7.121216011386058,
+ "score-diff": "-0.4316197576728511",
+ "score-diff-perc": "-5.71467%",
+ "tooltip": "score = 7.121216011386058\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.43162 (-5.71467%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1032918,9 +1032918,9 @@
7
),
"score": 8.00223437338385,
- "score-diff": "0.6995540441170478",
- "score-diff-perc": "+9.57941%",
- "tooltip": "score = 8.00223437338385\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.69955 (+9.57941%)",
+ "score-diff": "0.8810183619977918",
+ "score-diff-perc": "+12.37174%",
+ "tooltip": "score = 8.00223437338385\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.88102 (+12.37174%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1032943,11 +1032943,11 @@
18,
7
),
- "score": 7.121216011386058,
- "score-diff": "-0.8810183619977918",
- "score-diff-perc": "-11.00965%",
- "tooltip": "score = 7.121216011386058\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.88102 (-11.00965%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 7.302680329266802,
+ "score-diff": "-0.6995540441170478",
+ "score-diff-perc": "-8.74198%",
+ "tooltip": "score = 7.302680329266802\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.69955 (-8.74198%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1032970,9 +1032970,9 @@
41
),
"score": 10.247110967273386,
- "score-diff": "3.125894955887328",
- "score-diff-perc": "+43.89552%",
- "tooltip": "score = 10.247110967273386\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +3.12589 (+43.89552%)",
+ "score-diff": "2.944430638006584",
+ "score-diff-perc": "+40.31986%",
+ "tooltip": "score = 10.247110967273386\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +2.94443 (+40.31986%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1033073,11 +1033073,11 @@
17,
1
),
- "score": 11.687381198524522,
- "score-diff": "-0.7478747210406276",
- "score-diff-perc": "-6.01415%",
- "tooltip": "score = 11.687381198524522\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.74787 (-6.01415%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 11.637472223962648,
+ "score-diff": "-0.7977836956025008",
+ "score-diff-perc": "-6.41550%",
+ "tooltip": "score = 11.637472223962648\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.79778 (-6.41550%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1033099,11 +1033099,11 @@
17,
1
),
- "score": 7.421374743409405,
- "score-diff": "-4.266006455115116",
- "score-diff-perc": "-36.50096%",
- "tooltip": "score = 7.421374743409405\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.26601 (-36.50096%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 11.687381198524522,
+ "score-diff": "0.049908974561873265",
+ "score-diff-perc": "+0.42886%",
+ "tooltip": "score = 11.687381198524522\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04991 (+0.42886%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1033125,11 +1033125,11 @@
17,
1
),
- "score": 11.637472223962648,
- "score-diff": "4.216097480553243",
- "score-diff-perc": "+56.81020%",
- "tooltip": "score = 11.637472223962648\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +4.21610 (+56.81020%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 7.421374743409405,
+ "score-diff": "-4.266006455115116",
+ "score-diff-perc": "-36.50096%",
+ "tooltip": "score = 7.421374743409405\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.26601 (-36.50096%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1033152,9 +1033152,9 @@
7
),
"score": 7.977846292385486,
- "score-diff": "-3.659625931577162",
- "score-diff-perc": "-31.44691%",
- "tooltip": "score = 7.977846292385486\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -3.65963 (-31.44691%)",
+ "score-diff": "0.5564715489760808",
+ "score-diff-perc": "+7.49823%",
+ "tooltip": "score = 7.977846292385486\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.55647 (+7.49823%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1033437,11 +1033437,11 @@
16,
5
),
- "score": 12.088461989018953,
- "score-diff": "0.0007465236331825054",
- "score-diff-perc": "+0.00618%",
- "tooltip": "score = 12.088461989018953\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00075 (+0.00618%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 7.440257296833682,
+ "score-diff": "-4.647458168552088",
+ "score-diff-perc": "-38.44778%",
+ "tooltip": "score = 7.440257296833682\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.64746 (-38.44778%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1033463,11 +1033463,11 @@
16,
5
),
- "score": 7.440257296833682,
- "score-diff": "-4.648204692185271",
- "score-diff-perc": "-38.45158%",
- "tooltip": "score = 7.440257296833682\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.64820 (-38.45158%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 12.558444146143172,
+ "score-diff": "5.11818684930949",
+ "score-diff-perc": "+68.79046%",
+ "tooltip": "score = 12.558444146143172\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.11819 (+68.79046%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1033489,11 +1033489,11 @@
16,
5
),
- "score": 12.558444146143172,
- "score-diff": "5.11818684930949",
- "score-diff-perc": "+68.79046%",
- "tooltip": "score = 12.558444146143172\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.11819 (+68.79046%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 12.088461989018953,
+ "score-diff": "-0.4699821571242193",
+ "score-diff-perc": "-3.74236%",
+ "tooltip": "score = 12.088461989018953\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.46998 (-3.74236%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1033516,9 +1033516,9 @@
21
),
"score": 12.59686478068159,
- "score-diff": "0.0384206345384186",
- "score-diff-perc": "+0.30593%",
- "tooltip": "score = 12.59686478068159\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.03842 (+0.30593%)",
+ "score-diff": "0.5084027916626379",
+ "score-diff-perc": "+4.20569%",
+ "tooltip": "score = 12.59686478068159\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.50840 (+4.20569%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1033827,11 +1033827,11 @@
8,
54
),
- "score": 13.076826390015285,
- "score-diff": "2.022978480844978",
- "score-diff-perc": "+18.30112%",
- "tooltip": "score = 13.076826390015285\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.02298 (+18.30112%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 7.598232065613966,
+ "score-diff": "-3.45561584355634",
+ "score-diff-perc": "-31.26166%",
+ "tooltip": "score = 7.598232065613966\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.45562 (-31.26166%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1033853,11 +1033853,11 @@
8,
54
),
- "score": 7.598232065613966,
- "score-diff": "-5.478594324401318",
- "score-diff-perc": "-41.89544%",
- "tooltip": "score = 7.598232065613966\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -5.47859 (-41.89544%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 13.076826390015285,
+ "score-diff": "5.478594324401318",
+ "score-diff-perc": "+72.10354%",
+ "tooltip": "score = 13.076826390015285\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +5.47859 (+72.10354%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1033880,9 +1033880,9 @@
43
),
"score": 7.662277951352061,
- "score-diff": "0.06404588573809455",
- "score-diff-perc": "+0.84291%",
- "tooltip": "score = 7.662277951352061\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.06405 (+0.84291%)",
+ "score-diff": "-5.414548438663224",
+ "score-diff-perc": "-41.40568%",
+ "tooltip": "score = 7.662277951352061\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -5.41455 (-41.40568%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1039554,11 +1039554,11 @@
18,
7
),
- "score": 37.39002704775293,
- "score-diff": "-0.31765497236023776",
- "score-diff-perc": "-0.84241%",
- "tooltip": "score = 37.39002704775293\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.31765 (-0.84241%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 37.00654467246765,
+ "score-diff": "-0.7011373476455205",
+ "score-diff-perc": "-1.85940%",
+ "tooltip": "score = 37.00654467246765\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.70114 (-1.85940%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1039581,9 +1039581,9 @@
7
),
"score": 37.14972835390947,
- "score-diff": "-0.2402986938434637",
- "score-diff-perc": "-0.64268%",
- "tooltip": "score = 37.14972835390947\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.24030 (-0.64268%)",
+ "score-diff": "0.14318368144181903",
+ "score-diff-perc": "+0.38691%",
+ "tooltip": "score = 37.14972835390947\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.14318 (+0.38691%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1039606,11 +1039606,11 @@
18,
7
),
- "score": 37.00654467246765,
- "score-diff": "-0.14318368144181903",
- "score-diff-perc": "-0.38542%",
- "tooltip": "score = 37.00654467246765\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.14318 (-0.38542%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 37.39002704775293,
+ "score-diff": "0.2402986938434637",
+ "score-diff-perc": "+0.64684%",
+ "tooltip": "score = 37.39002704775293\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.24030 (+0.64684%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1039633,9 +1039633,9 @@
41
),
"score": 36.82935926194873,
- "score-diff": "-0.17718541051891634",
- "score-diff-perc": "-0.47879%",
- "tooltip": "score = 36.82935926194873\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.17719 (-0.47879%)",
+ "score-diff": "-0.5606677858041991",
+ "score-diff-perc": "-1.49951%",
+ "tooltip": "score = 36.82935926194873\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.56067 (-1.49951%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1039736,11 +1039736,11 @@
17,
1
),
- "score": 36.32541391967872,
- "score-diff": "-0.30654087378783856",
- "score-diff-perc": "-0.83681%",
- "tooltip": "score = 36.32541391967872\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.30654 (-0.83681%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 37.56639703539095,
+ "score-diff": "0.9344422419243941",
+ "score-diff-perc": "+2.55089%",
+ "tooltip": "score = 37.56639703539095\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.93444 (+2.55089%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1039762,11 +1039762,11 @@
17,
1
),
- "score": 37.10759066092332,
- "score-diff": "0.782176741244605",
- "score-diff-perc": "+2.15325%",
- "tooltip": "score = 37.10759066092332\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.78218 (+2.15325%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 36.32541391967872,
+ "score-diff": "-1.2409831157122326",
+ "score-diff-perc": "-3.30344%",
+ "tooltip": "score = 36.32541391967872\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.24098 (-3.30344%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1039788,11 +1039788,11 @@
17,
1
),
- "score": 37.56639703539095,
- "score-diff": "0.4588063744676276",
- "score-diff-perc": "+1.23642%",
- "tooltip": "score = 37.56639703539095\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.45881 (+1.23642%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 37.10759066092332,
+ "score-diff": "0.782176741244605",
+ "score-diff-perc": "+2.15325%",
+ "tooltip": "score = 37.10759066092332\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.78218 (+2.15325%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1039815,9 +1039815,9 @@
7
),
"score": 37.51230341599794,
- "score-diff": "-0.05409361939300794",
- "score-diff-perc": "-0.14399%",
- "tooltip": "score = 37.51230341599794\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.05409 (-0.14399%)",
+ "score-diff": "0.4047127550746197",
+ "score-diff-perc": "+1.09065%",
+ "tooltip": "score = 37.51230341599794\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.40471 (+1.09065%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1040100,11 +1040100,11 @@
16,
5
),
- "score": 37.76976485443038,
- "score-diff": "-0.2975208423523199",
- "score-diff-perc": "-0.78157%",
- "tooltip": "score = 37.76976485443038\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.29752 (-0.78157%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 36.416393331264665,
+ "score-diff": "-1.6508923655180325",
+ "score-diff-perc": "-4.33677%",
+ "tooltip": "score = 36.416393331264665\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.65089 (-4.33677%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1040126,11 +1040126,11 @@
16,
5
),
- "score": 36.416393331264665,
- "score-diff": "-1.3533715231657126",
- "score-diff-perc": "-3.58321%",
- "tooltip": "score = 36.416393331264665\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.35337 (-3.58321%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 38.00324242779536,
+ "score-diff": "1.5868490965306918",
+ "score-diff-perc": "+4.35751%",
+ "tooltip": "score = 38.00324242779536\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.58685 (+4.35751%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1040152,11 +1040152,11 @@
16,
5
),
- "score": 38.00324242779536,
- "score-diff": "1.5868490965306918",
- "score-diff-perc": "+4.35751%",
- "tooltip": "score = 38.00324242779536\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.58685 (+4.35751%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 37.76976485443038,
+ "score-diff": "-0.2334775733649792",
+ "score-diff-perc": "-0.61436%",
+ "tooltip": "score = 37.76976485443038\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.23348 (-0.61436%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1040179,9 +1040179,9 @@
21
),
"score": 36.76667942440523,
- "score-diff": "-1.236563003390124",
- "score-diff-perc": "-3.25384%",
- "tooltip": "score = 36.76667942440523\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.23656 (-3.25384%)",
+ "score-diff": "-1.0030854300251448",
+ "score-diff-perc": "-2.65579%",
+ "tooltip": "score = 36.76667942440523\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.00309 (-2.65579%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1040490,11 +1040490,11 @@
8,
54
),
- "score": 38.90657979833333,
- "score-diff": "1.1732878691666713",
- "score-diff-perc": "+3.10942%",
- "tooltip": "score = 38.90657979833333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.17329 (+3.10942%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 36.69115852947593,
+ "score-diff": "-1.0421333996907336",
+ "score-diff-perc": "-2.76184%",
+ "tooltip": "score = 36.69115852947593\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.04213 (-2.76184%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1040516,11 +1040516,11 @@
8,
54
),
- "score": 36.69115852947593,
- "score-diff": "-2.215421268857405",
- "score-diff-perc": "-5.69421%",
- "tooltip": "score = 36.69115852947593\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.21542 (-5.69421%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 38.90657979833333,
+ "score-diff": "2.215421268857405",
+ "score-diff-perc": "+6.03802%",
+ "tooltip": "score = 38.90657979833333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.21542 (+6.03802%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1040543,9 +1040543,9 @@
43
),
"score": 36.45721759839358,
- "score-diff": "-0.23394093108235126",
- "score-diff-perc": "-0.63759%",
- "tooltip": "score = 36.45721759839358\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.23394 (-0.63759%)",
+ "score-diff": "-2.449362199939756",
+ "score-diff-perc": "-6.29550%",
+ "tooltip": "score = 36.45721759839358\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -2.44936 (-6.29550%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1046217,11 +1046217,11 @@
18,
7
),
- "score": 0.7863173801750278,
- "score-diff": "-0.0005580095775069571",
- "score-diff-perc": "-0.07091%",
- "tooltip": "score = 0.7863173801750278\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00056 (-0.07091%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.787212988580399,
+ "score-diff": "0.00033759882786421613",
+ "score-diff-perc": "+0.04290%",
+ "tooltip": "score = 0.787212988580399\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00034 (+0.04290%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1046244,9 +1046244,9 @@
7
),
"score": 0.7871392517673644,
- "score-diff": "0.0008218715923365982",
- "score-diff-perc": "+0.10452%",
- "tooltip": "score = 0.7871392517673644\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00082 (+0.10452%)",
+ "score-diff": "-7.373681303457502e-05",
+ "score-diff-perc": "-0.00937%",
+ "tooltip": "score = 0.7871392517673644\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00007 (-0.00937%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1046269,11 +1046269,11 @@
18,
7
),
- "score": 0.787212988580399,
- "score-diff": "7.373681303457502e-05",
- "score-diff-perc": "+0.00937%",
- "tooltip": "score = 0.787212988580399\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00007 (+0.00937%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.7863173801750278,
+ "score-diff": "-0.0008218715923365982",
+ "score-diff-perc": "-0.10441%",
+ "tooltip": "score = 0.7863173801750278\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00082 (-0.10441%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1046296,9 +1046296,9 @@
41
),
"score": 0.45196398210429883,
- "score-diff": "-0.3352490064761002",
- "score-diff-perc": "-42.58682%",
- "tooltip": "score = 0.45196398210429883\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.33525 (-42.58682%)",
+ "score-diff": "-0.334353398070729",
+ "score-diff-perc": "-42.52143%",
+ "tooltip": "score = 0.45196398210429883\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.33435 (-42.52143%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1046399,11 +1046399,11 @@
17,
1
),
- "score": 0.45187931067003667,
- "score-diff": "-0.0007637968550235907",
- "score-diff-perc": "-0.16874%",
- "tooltip": "score = 0.45187931067003667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00076 (-0.16874%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.4525109152661497,
+ "score-diff": "-0.0001321922589105351",
+ "score-diff-perc": "-0.02920%",
+ "tooltip": "score = 0.4525109152661497\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00013 (-0.02920%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1046425,11 +1046425,11 @@
17,
1
),
- "score": 0.7853687466456575,
- "score-diff": "0.3334894359756208",
- "score-diff-perc": "+73.80055%",
- "tooltip": "score = 0.7853687466456575\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.33349 (+73.80055%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.45187931067003667,
+ "score-diff": "-0.0006316045961130556",
+ "score-diff-perc": "-0.13958%",
+ "tooltip": "score = 0.45187931067003667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00063 (-0.13958%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1046451,11 +1046451,11 @@
17,
1
),
- "score": 0.4525109152661497,
- "score-diff": "-0.33285783137950775",
- "score-diff-perc": "-42.38236%",
- "tooltip": "score = 0.4525109152661497\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.33286 (-42.38236%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.7853687466456575,
+ "score-diff": "0.3334894359756208",
+ "score-diff-perc": "+73.80055%",
+ "tooltip": "score = 0.7853687466456575\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.33349 (+73.80055%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1046478,9 +1046478,9 @@
7
),
"score": 0.787296059338111,
- "score-diff": "0.33478514407196125",
- "score-diff-perc": "+73.98388%",
- "tooltip": "score = 0.787296059338111\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.33479 (+73.98388%)",
+ "score-diff": "0.0019273126924534978",
+ "score-diff-perc": "+0.24540%",
+ "tooltip": "score = 0.787296059338111\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00193 (+0.24540%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1046763,11 +1046763,11 @@
16,
5
),
- "score": 0.4519386837274708,
- "score-diff": "-0.0009323370464193736",
- "score-diff-perc": "-0.20587%",
- "tooltip": "score = 0.4519386837274708\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00093 (-0.20587%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.7883855196234801,
+ "score-diff": "0.33551449884958995",
+ "score-diff-perc": "+74.08610%",
+ "tooltip": "score = 0.7883855196234801\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.33551 (+74.08610%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1046789,11 +1046789,11 @@
16,
5
),
- "score": 0.7883855196234801,
- "score-diff": "0.3364468358960093",
- "score-diff-perc": "+74.44524%",
- "tooltip": "score = 0.7883855196234801\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.33645 (+74.44524%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.4520165922528568,
+ "score-diff": "-0.33636892737062335",
+ "score-diff-perc": "-42.66554%",
+ "tooltip": "score = 0.4520165922528568\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.33637 (-42.66554%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1046815,11 +1046815,11 @@
16,
5
),
- "score": 0.4520165922528568,
- "score-diff": "-0.33636892737062335",
- "score-diff-perc": "-42.66554%",
- "tooltip": "score = 0.4520165922528568\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.33637 (-42.66554%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.4519386837274708,
+ "score-diff": "-7.790852538597237e-05",
+ "score-diff-perc": "-0.01724%",
+ "tooltip": "score = 0.4519386837274708\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00008 (-0.01724%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1046842,9 +1046842,9 @@
21
),
"score": 0.45344939033299786,
- "score-diff": "0.0014327980801410733",
- "score-diff-perc": "+0.31698%",
- "tooltip": "score = 0.45344939033299786\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00143 (+0.31698%)",
+ "score-diff": "0.0015107066055270457",
+ "score-diff-perc": "+0.33427%",
+ "tooltip": "score = 0.45344939033299786\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00151 (+0.33427%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1047153,11 +1047153,11 @@
8,
54
),
- "score": 0.4511338705473326,
- "score-diff": "-0.0012680875145406056",
- "score-diff-perc": "-0.28030%",
- "tooltip": "score = 0.4511338705473326\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00127 (-0.28030%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.64391248287953,
+ "score-diff": "0.19151052481765674",
+ "score-diff-perc": "+42.33194%",
+ "tooltip": "score = 0.64391248287953\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.19151 (+42.33194%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1047179,11 +1047179,11 @@
8,
54
),
- "score": 0.64391248287953,
- "score-diff": "0.19277861233219734",
- "score-diff-perc": "+42.73202%",
- "tooltip": "score = 0.64391248287953\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.19278 (+42.73202%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.4511338705473326,
+ "score-diff": "-0.19277861233219734",
+ "score-diff-perc": "-29.93864%",
+ "tooltip": "score = 0.4511338705473326\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.19278 (-29.93864%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1047206,9 +1047206,9 @@
43
),
"score": 0.6443109324973882,
- "score-diff": "0.0003984496178582875",
- "score-diff-perc": "+0.06188%",
- "tooltip": "score = 0.6443109324973882\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00040 (+0.06188%)",
+ "score-diff": "0.19317706195005563",
+ "score-diff-perc": "+42.82034%",
+ "tooltip": "score = 0.6443109324973882\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.19318 (+42.82034%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1052880,11 +1052880,11 @@
18,
7
),
- "score": 0.4755086107962945,
- "score-diff": "0.00141042798413199",
- "score-diff-perc": "+0.29750%",
- "tooltip": "score = 0.4755086107962945\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00141 (+0.29750%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.47598919570970327,
+ "score-diff": "0.0018910128975407892",
+ "score-diff-perc": "+0.39887%",
+ "tooltip": "score = 0.47598919570970327\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00189 (+0.39887%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1052907,9 +1052907,9 @@
7
),
"score": 0.47561064182851825,
- "score-diff": "0.00010203103222378163",
- "score-diff-perc": "+0.02146%",
- "tooltip": "score = 0.47561064182851825\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00010 (+0.02146%)",
+ "score-diff": "-0.00037855388118501754",
+ "score-diff-perc": "-0.07953%",
+ "tooltip": "score = 0.47561064182851825\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00038 (-0.07953%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1052932,11 +1052932,11 @@
18,
7
),
- "score": 0.47598919570970327,
- "score-diff": "0.00037855388118501754",
- "score-diff-perc": "+0.07959%",
- "tooltip": "score = 0.47598919570970327\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00038 (+0.07959%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.4755086107962945,
+ "score-diff": "-0.00010203103222378163",
+ "score-diff-perc": "-0.02145%",
+ "tooltip": "score = 0.4755086107962945\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00010 (-0.02145%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1052959,9 +1052959,9 @@
41
),
"score": 0.3423326781307643,
- "score-diff": "-0.13365651757893898",
- "score-diff-perc": "-28.07974%",
- "tooltip": "score = 0.3423326781307643\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.13366 (-28.07974%)",
+ "score-diff": "-0.13317593266553018",
+ "score-diff-perc": "-28.00705%",
+ "tooltip": "score = 0.3423326781307643\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.13318 (-28.00705%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1053062,11 +1053062,11 @@
17,
1
),
- "score": 0.34072242569687844,
- "score-diff": "0.00020637247489951882",
- "score-diff-perc": "+0.06061%",
- "tooltip": "score = 0.34072242569687844\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00021 (+0.06061%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.3432425770807832,
+ "score-diff": "0.002726523858804286",
+ "score-diff-perc": "+0.80070%",
+ "tooltip": "score = 0.3432425770807832\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00273 (+0.80070%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1053088,11 +1053088,11 @@
17,
1
),
- "score": 0.47471296461185014,
- "score-diff": "0.1339905389149717",
- "score-diff-perc": "+39.32542%",
- "tooltip": "score = 0.47471296461185014\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.13399 (+39.32542%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.34072242569687844,
+ "score-diff": "-0.0025201513839047673",
+ "score-diff-perc": "-0.73422%",
+ "tooltip": "score = 0.34072242569687844\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00252 (-0.73422%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1053114,11 +1053114,11 @@
17,
1
),
- "score": 0.3432425770807832,
- "score-diff": "-0.13147038753106693",
- "score-diff-perc": "-27.69471%",
- "tooltip": "score = 0.3432425770807832\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.13147 (-27.69471%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.47471296461185014,
+ "score-diff": "0.1339905389149717",
+ "score-diff-perc": "+39.32542%",
+ "tooltip": "score = 0.47471296461185014\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.13399 (+39.32542%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1053141,9 +1053141,9 @@
7
),
"score": 0.47793896250921764,
- "score-diff": "0.13469638542843443",
- "score-diff-perc": "+39.24233%",
- "tooltip": "score = 0.47793896250921764\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.13470 (+39.24233%)",
+ "score-diff": "0.003225997897367494",
+ "score-diff-perc": "+0.67957%",
+ "tooltip": "score = 0.47793896250921764\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00323 (+0.67957%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1053426,11 +1053426,11 @@
16,
5
),
- "score": 0.34354118593178157,
- "score-diff": "-0.00237392777333012",
- "score-diff-perc": "-0.68627%",
- "tooltip": "score = 0.34354118593178157\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00237 (-0.68627%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.47372910473564506,
+ "score-diff": "0.12781399103053337",
+ "score-diff-perc": "+36.94952%",
+ "tooltip": "score = 0.47372910473564506\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.12781 (+36.94952%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1053452,11 +1053452,11 @@
16,
5
),
- "score": 0.47372910473564506,
- "score-diff": "0.1301879188038635",
- "score-diff-perc": "+37.89587%",
- "tooltip": "score = 0.47372910473564506\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.13019 (+37.89587%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.3426056016675037,
+ "score-diff": "-0.13112350306814136",
+ "score-diff-perc": "-27.67901%",
+ "tooltip": "score = 0.3426056016675037\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.13112 (-27.67901%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1053478,11 +1053478,11 @@
16,
5
),
- "score": 0.3426056016675037,
- "score-diff": "-0.13112350306814136",
- "score-diff-perc": "-27.67901%",
- "tooltip": "score = 0.3426056016675037\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.13112 (-27.67901%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.34354118593178157,
+ "score-diff": "0.0009355842642778667",
+ "score-diff-perc": "+0.27308%",
+ "tooltip": "score = 0.34354118593178157\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00094 (+0.27308%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1053505,9 +1053505,9 @@
21
),
"score": 0.34920931681118805,
- "score-diff": "0.006603715143684352",
- "score-diff-perc": "+1.92750%",
- "tooltip": "score = 0.34920931681118805\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00660 (+1.92750%)",
+ "score-diff": "0.0056681308794064855",
+ "score-diff-perc": "+1.64991%",
+ "tooltip": "score = 0.34920931681118805\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00567 (+1.64991%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1053816,11 +1053816,11 @@
8,
54
),
- "score": 0.33967609819732075,
- "score-diff": "-0.00010877631775929597",
- "score-diff-perc": "-0.03201%",
- "tooltip": "score = 0.33967609819732075\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00011 (-0.03201%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.4761346974705622,
+ "score-diff": "0.13634982295548215",
+ "score-diff-perc": "+40.12828%",
+ "tooltip": "score = 0.4761346974705622\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.13635 (+40.12828%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1053842,11 +1053842,11 @@
8,
54
),
- "score": 0.4761346974705622,
- "score-diff": "0.13645859927324144",
- "score-diff-perc": "+40.17315%",
- "tooltip": "score = 0.4761346974705622\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.13646 (+40.17315%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.33967609819732075,
+ "score-diff": "-0.13645859927324144",
+ "score-diff-perc": "-28.65966%",
+ "tooltip": "score = 0.33967609819732075\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.13646 (-28.65966%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1053869,9 +1053869,9 @@
43
),
"score": 0.4755802744705817,
- "score-diff": "-0.0005544229999804862",
- "score-diff-perc": "-0.11644%",
- "tooltip": "score = 0.4755802744705817\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00055 (-0.11644%)",
+ "score-diff": "0.13590417627326096",
+ "score-diff-perc": "+40.00993%",
+ "tooltip": "score = 0.4755802744705817\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.13590 (+40.00993%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1059543,11 +1059543,11 @@
18,
7
),
- "score": 5.657779511514431,
- "score-diff": "-0.22377913869229538",
- "score-diff-perc": "-3.80476%",
- "tooltip": "score = 5.657779511514431\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.22378 (-3.80476%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 5.470370380771908,
+ "score-diff": "-0.41118826943481857",
+ "score-diff-perc": "-6.99114%",
+ "tooltip": "score = 5.470370380771908\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.41119 (-6.99114%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1059570,9 +1059570,9 @@
7
),
"score": 5.658889371557074,
- "score-diff": "0.0011098600426429073",
- "score-diff-perc": "+0.01962%",
- "tooltip": "score = 5.658889371557074\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00111 (+0.01962%)",
+ "score-diff": "0.1885189907851661",
+ "score-diff-perc": "+3.44618%",
+ "tooltip": "score = 5.658889371557074\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.18852 (+3.44618%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1059595,11 +1059595,11 @@
18,
7
),
- "score": 5.470370380771908,
- "score-diff": "-0.1885189907851661",
- "score-diff-perc": "-3.33138%",
- "tooltip": "score = 5.470370380771908\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.18852 (-3.33138%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 5.657779511514431,
+ "score-diff": "-0.0011098600426429073",
+ "score-diff-perc": "-0.01961%",
+ "tooltip": "score = 5.657779511514431\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00111 (-0.01961%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1059622,9 +1059622,9 @@
41
),
"score": 7.281885965593015,
- "score-diff": "1.811515584821107",
- "score-diff-perc": "+33.11504%",
- "tooltip": "score = 7.281885965593015\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.81152 (+33.11504%)",
+ "score-diff": "1.624106454078584",
+ "score-diff-perc": "+28.70572%",
+ "tooltip": "score = 7.281885965593015\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.62411 (+28.70572%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1059725,11 +1059725,11 @@
17,
1
),
- "score": 6.7627819535139695,
- "score-diff": "-0.3226153903740059",
- "score-diff-perc": "-4.55324%",
- "tooltip": "score = 6.7627819535139695\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.32262 (-4.55324%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 7.266753619047544,
+ "score-diff": "0.18135627515956898",
+ "score-diff-perc": "+2.55958%",
+ "tooltip": "score = 7.266753619047544\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.18136 (+2.55958%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1059751,11 +1059751,11 @@
17,
1
),
- "score": 5.848087405478316,
- "score-diff": "-0.9146945480356532",
- "score-diff-perc": "-13.52542%",
- "tooltip": "score = 5.848087405478316\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.91469 (-13.52542%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 6.7627819535139695,
+ "score-diff": "-0.5039716655335749",
+ "score-diff-perc": "-6.93531%",
+ "tooltip": "score = 6.7627819535139695\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.50397 (-6.93531%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1059777,11 +1059777,11 @@
17,
1
),
- "score": 7.266753619047544,
- "score-diff": "1.418666213569228",
- "score-diff-perc": "+24.25864%",
- "tooltip": "score = 7.266753619047544\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.41867 (+24.25864%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 5.848087405478316,
+ "score-diff": "-0.9146945480356532",
+ "score-diff-perc": "-13.52542%",
+ "tooltip": "score = 5.848087405478316\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.91469 (-13.52542%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1059804,9 +1059804,9 @@
7
),
"score": 5.8190443836557435,
- "score-diff": "-1.4477092353918009",
- "score-diff-perc": "-19.92237%",
- "tooltip": "score = 5.8190443836557435\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.44771 (-19.92237%)",
+ "score-diff": "-0.02904302182257279",
+ "score-diff-perc": "-0.49662%",
+ "tooltip": "score = 5.8190443836557435\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.02904 (-0.49662%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1060089,11 +1060089,11 @@
16,
5
),
- "score": 6.795203194141608,
- "score-diff": "-0.07846373985736221",
- "score-diff-perc": "-1.14151%",
- "tooltip": "score = 6.795203194141608\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.07846 (-1.14151%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 6.051836599032623,
+ "score-diff": "-0.8218303349663465",
+ "score-diff-perc": "-11.95621%",
+ "tooltip": "score = 6.051836599032623\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.82183 (-11.95621%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1060115,11 +1060115,11 @@
16,
5
),
- "score": 6.051836599032623,
- "score-diff": "-0.7433665951089843",
- "score-diff-perc": "-10.93958%",
- "tooltip": "score = 6.051836599032623\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.74337 (-10.93958%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 7.102207365158485,
+ "score-diff": "1.0503707661258614",
+ "score-diff-perc": "+17.35623%",
+ "tooltip": "score = 7.102207365158485\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.05037 (+17.35623%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1060141,11 +1060141,11 @@
16,
5
),
- "score": 7.102207365158485,
- "score-diff": "1.0503707661258614",
- "score-diff-perc": "+17.35623%",
- "tooltip": "score = 7.102207365158485\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.05037 (+17.35623%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 6.795203194141608,
+ "score-diff": "-0.30700417101687716",
+ "score-diff-perc": "-4.32266%",
+ "tooltip": "score = 6.795203194141608\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.30700 (-4.32266%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1060168,9 +1060168,9 @@
21
),
"score": 7.63051476259147,
- "score-diff": "0.528307397432985",
- "score-diff-perc": "+7.43864%",
- "tooltip": "score = 7.63051476259147\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.52831 (+7.43864%)",
+ "score-diff": "0.8353115684498622",
+ "score-diff-perc": "+12.29267%",
+ "tooltip": "score = 7.63051476259147\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.83531 (+12.29267%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1060479,11 +1060479,11 @@
8,
54
),
- "score": 7.765375882074106,
- "score-diff": "0.335235095071992",
- "score-diff-perc": "+4.51183%",
- "tooltip": "score = 7.765375882074106\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.33524 (+4.51183%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 5.789080200090132,
+ "score-diff": "-1.6410605869119816",
+ "score-diff-perc": "-22.08653%",
+ "tooltip": "score = 5.789080200090132\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.64106 (-22.08653%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1060505,11 +1060505,11 @@
8,
54
),
- "score": 5.789080200090132,
- "score-diff": "-1.9762956819839737",
- "score-diff-perc": "-25.45010%",
- "tooltip": "score = 5.789080200090132\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.97630 (-25.45010%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 7.765375882074106,
+ "score-diff": "1.9762956819839737",
+ "score-diff-perc": "+34.13834%",
+ "tooltip": "score = 7.765375882074106\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.97630 (+34.13834%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1060532,9 +1060532,9 @@
43
),
"score": 5.934311318424878,
- "score-diff": "0.14523111833474545",
- "score-diff-perc": "+2.50871%",
- "tooltip": "score = 5.934311318424878\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.14523 (+2.50871%)",
+ "score-diff": "-1.8310645636492282",
+ "score-diff-perc": "-23.57986%",
+ "tooltip": "score = 5.934311318424878\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.83106 (-23.57986%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1066206,11 +1066206,11 @@
18,
7
),
- "score": 27.48188777592438,
- "score-diff": "-0.7487102353148458",
- "score-diff-perc": "-2.65212%",
- "tooltip": "score = 27.48188777592438\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.74871 (-2.65212%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 28.274503444083606,
+ "score-diff": "0.04390543284437953",
+ "score-diff-perc": "+0.15552%",
+ "tooltip": "score = 28.274503444083606\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.04391 (+0.15552%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1066233,9 +1066233,9 @@
7
),
"score": 28.320706913213428,
- "score-diff": "0.8388191372890468",
- "score-diff-perc": "+3.05226%",
- "tooltip": "score = 28.320706913213428\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.83882 (+3.05226%)",
+ "score-diff": "0.04620346912982143",
+ "score-diff-perc": "+0.16341%",
+ "tooltip": "score = 28.320706913213428\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.04620 (+0.16341%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1066258,11 +1066258,11 @@
18,
7
),
- "score": 28.274503444083606,
- "score-diff": "-0.04620346912982143",
- "score-diff-perc": "-0.16314%",
- "tooltip": "score = 28.274503444083606\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.04620 (-0.16314%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 27.48188777592438,
+ "score-diff": "-0.8388191372890468",
+ "score-diff-perc": "-2.96186%",
+ "tooltip": "score = 27.48188777592438\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.83882 (-2.96186%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1066285,9 +1066285,9 @@
41
),
"score": 28.44538473658547,
- "score-diff": "0.17088129250186412",
- "score-diff-perc": "+0.60437%",
- "tooltip": "score = 28.44538473658547\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.17088 (+0.60437%)",
+ "score-diff": "0.9634969606610895",
+ "score-diff-perc": "+3.50593%",
+ "tooltip": "score = 28.44538473658547\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.96350 (+3.50593%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1066388,11 +1066388,11 @@
17,
1
),
- "score": 28.451889457610566,
- "score-diff": "-0.36267764526201773",
- "score-diff-perc": "-1.25866%",
- "tooltip": "score = 28.451889457610566\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.36268 (-1.25866%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 29.10273681102133,
+ "score-diff": "0.28816970814874665",
+ "score-diff-perc": "+1.00008%",
+ "tooltip": "score = 29.10273681102133\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.28817 (+1.00008%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1066414,11 +1066414,11 @@
17,
1
),
- "score": 30.65334886102522,
- "score-diff": "2.2014594034146526",
- "score-diff-perc": "+7.73748%",
- "tooltip": "score = 30.65334886102522\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.20146 (+7.73748%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 28.451889457610566,
+ "score-diff": "-0.6508473534107644",
+ "score-diff-perc": "-2.23638%",
+ "tooltip": "score = 28.451889457610566\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.65085 (-2.23638%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1066440,11 +1066440,11 @@
17,
1
),
- "score": 29.10273681102133,
- "score-diff": "-1.5506120500038882",
- "score-diff-perc": "-5.05854%",
- "tooltip": "score = 29.10273681102133\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.55061 (-5.05854%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 30.65334886102522,
+ "score-diff": "2.2014594034146526",
+ "score-diff-perc": "+7.73748%",
+ "tooltip": "score = 30.65334886102522\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.20146 (+7.73748%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1066467,9 +1066467,9 @@
7
),
"score": 28.004154869649245,
- "score-diff": "-1.0985819413720854",
- "score-diff-perc": "-3.77484%",
- "tooltip": "score = 28.004154869649245\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.09858 (-3.77484%)",
+ "score-diff": "-2.6491939913759737",
+ "score-diff-perc": "-8.64243%",
+ "tooltip": "score = 28.004154869649245\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.64919 (-8.64243%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1066752,11 +1066752,11 @@
16,
5
),
- "score": 29.268535964401295,
- "score-diff": "-0.8442389389320368",
- "score-diff-perc": "-2.80359%",
- "tooltip": "score = 29.268535964401295\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.84424 (-2.80359%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 26.624413470449724,
+ "score-diff": "-3.4883614328836074",
+ "score-diff-perc": "-11.58432%",
+ "tooltip": "score = 26.624413470449724\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.48836 (-11.58432%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1066778,11 +1066778,11 @@
16,
5
),
- "score": 26.624413470449724,
- "score-diff": "-2.6441224939515706",
- "score-diff-perc": "-9.03401%",
- "tooltip": "score = 26.624413470449724\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.64412 (-9.03401%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 28.65872473578858,
+ "score-diff": "2.0343112653388573",
+ "score-diff-perc": "+7.64077%",
+ "tooltip": "score = 28.65872473578858\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.03431 (+7.64077%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1066804,11 +1066804,11 @@
16,
5
),
- "score": 28.65872473578858,
- "score-diff": "2.0343112653388573",
- "score-diff-perc": "+7.64077%",
- "tooltip": "score = 28.65872473578858\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.03431 (+7.64077%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 29.268535964401295,
+ "score-diff": "0.6098112286127133",
+ "score-diff-perc": "+2.12784%",
+ "tooltip": "score = 29.268535964401295\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.60981 (+2.12784%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1066831,9 +1066831,9 @@
21
),
"score": 27.171562203439805,
- "score-diff": "-1.4871625323487763",
- "score-diff-perc": "-5.18921%",
- "tooltip": "score = 27.171562203439805\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.48716 (-5.18921%)",
+ "score-diff": "-2.0969737609614896",
+ "score-diff-perc": "-7.16460%",
+ "tooltip": "score = 27.171562203439805\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -2.09697 (-7.16460%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1067142,11 +1067142,11 @@
8,
54
),
- "score": 30.140987265673562,
- "score-diff": "0.8118673562884489",
- "score-diff-perc": "+2.76813%",
- "tooltip": "score = 30.140987265673562\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.81187 (+2.76813%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 27.159910819360594,
+ "score-diff": "-2.16920909002452",
+ "score-diff-perc": "-7.39609%",
+ "tooltip": "score = 27.159910819360594\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.16921 (-7.39609%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1067168,11 +1067168,11 @@
8,
54
),
- "score": 27.159910819360594,
- "score-diff": "-2.9810764463129686",
- "score-diff-perc": "-9.89044%",
- "tooltip": "score = 27.159910819360594\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.98108 (-9.89044%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 30.140987265673562,
+ "score-diff": "2.9810764463129686",
+ "score-diff-perc": "+10.97602%",
+ "tooltip": "score = 30.140987265673562\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.98108 (+10.97602%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1067195,9 +1067195,9 @@
43
),
"score": 27.762063266161615,
- "score-diff": "0.6021524468010213",
- "score-diff-perc": "+2.21706%",
- "tooltip": "score = 27.762063266161615\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.60215 (+2.21706%)",
+ "score-diff": "-2.3789239995119473",
+ "score-diff-perc": "-7.89265%",
+ "tooltip": "score = 27.762063266161615\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -2.37892 (-7.89265%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1072869,11 +1072869,11 @@
18,
7
),
- "score": 6.316807980770058e-05,
- "score-diff": "-5.989994658238884e-07",
- "score-diff-perc": "-0.93936%",
- "tooltip": "score = 6.316807980770058e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-0.93936%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 6.346908267059805e-05,
+ "score-diff": "-2.979966029264191e-07",
+ "score-diff-perc": "-0.46732%",
+ "tooltip": "score = 6.346908267059805e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-0.46732%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1072896,9 +1072896,9 @@
7
),
"score": 6.397448763295238e-05,
- "score-diff": "8.064078252517919e-07",
- "score-diff-perc": "+1.27661%",
- "tooltip": "score = 6.397448763295238e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+1.27661%)",
+ "score-diff": "5.054049623543226e-07",
+ "score-diff-perc": "+0.79630%",
+ "tooltip": "score = 6.397448763295238e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+0.79630%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1072921,11 +1072921,11 @@
18,
7
),
- "score": 6.346908267059805e-05,
- "score-diff": "-5.054049623543226e-07",
- "score-diff-perc": "-0.79001%",
- "tooltip": "score = 6.346908267059805e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-0.79001%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 6.316807980770058e-05,
+ "score-diff": "-8.064078252517919e-07",
+ "score-diff-perc": "-1.26051%",
+ "tooltip": "score = 6.316807980770058e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-1.26051%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1072948,9 +1072948,9 @@
41
),
"score": 7.979635132602171e-05,
- "score-diff": "1.6327268655423654e-05",
- "score-diff-perc": "+25.72476%",
- "tooltip": "score = 7.979635132602171e-05\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00002 (+25.72476%)",
+ "score-diff": "1.6628271518321123e-05",
+ "score-diff-perc": "+26.32385%",
+ "tooltip": "score = 7.979635132602171e-05\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00002 (+26.32385%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1073051,11 +1073051,11 @@
17,
1
),
- "score": 8.006535104675018e-05,
- "score-diff": "3.9675744299593125e-06",
- "score-diff-perc": "+5.21378%",
- "tooltip": "score = 8.006535104675018e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00000 (+5.21378%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 7.163616117259468e-05,
+ "score-diff": "-4.461615444196186e-06",
+ "score-diff-perc": "-5.86300%",
+ "tooltip": "score = 7.163616117259468e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00000 (-5.86300%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1073077,11 +1073077,11 @@
17,
1
),
- "score": 6.375454200841971e-05,
- "score-diff": "-1.6310809038330468e-05",
- "score-diff-perc": "-20.37187%",
- "tooltip": "score = 6.375454200841971e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00002 (-20.37187%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 8.006535104675018e-05,
+ "score-diff": "8.429189874155498e-06",
+ "score-diff-perc": "+11.76667%",
+ "tooltip": "score = 8.006535104675018e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00001 (+11.76667%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1073103,11 +1073103,11 @@
17,
1
),
- "score": 7.163616117259468e-05,
- "score-diff": "7.88161916417497e-06",
- "score-diff-perc": "+12.36244%",
- "tooltip": "score = 7.163616117259468e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00001 (+12.36244%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 6.375454200841971e-05,
+ "score-diff": "-1.6310809038330468e-05",
+ "score-diff-perc": "-20.37187%",
+ "tooltip": "score = 6.375454200841971e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00002 (-20.37187%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1073130,9 +1073130,9 @@
7
),
"score": 5.933805604075766e-05,
- "score-diff": "-1.2298105131837023e-05",
- "score-diff-perc": "-17.16745%",
- "tooltip": "score = 5.933805604075766e-05\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00001 (-17.16745%)",
+ "score-diff": "-4.416485967662053e-06",
+ "score-diff-perc": "-6.92733%",
+ "tooltip": "score = 5.933805604075766e-05\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00000 (-6.92733%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1073415,11 +1073415,11 @@
16,
5
),
- "score": 8.03976636389254e-05,
- "score-diff": "-3.378344507563936e-06",
- "score-diff-perc": "-4.03259%",
- "tooltip": "score = 8.03976636389254e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00000 (-4.03259%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 6.43681222659746e-05,
+ "score-diff": "-1.9407885880514737e-05",
+ "score-diff-perc": "-23.16640%",
+ "tooltip": "score = 6.43681222659746e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00002 (-23.16640%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1073441,11 +1073441,11 @@
16,
5
),
- "score": 6.43681222659746e-05,
- "score-diff": "-1.60295413729508e-05",
- "score-diff-perc": "-19.93782%",
- "tooltip": "score = 6.43681222659746e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00002 (-19.93782%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 7.450048792734304e-05,
+ "score-diff": "1.0132365661368444e-05",
+ "score-diff-perc": "+15.74128%",
+ "tooltip": "score = 7.450048792734304e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00001 (+15.74128%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1073467,11 +1073467,11 @@
16,
5
),
- "score": 7.450048792734304e-05,
- "score-diff": "1.0132365661368444e-05",
- "score-diff-perc": "+15.74128%",
- "tooltip": "score = 7.450048792734304e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00001 (+15.74128%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 8.03976636389254e-05,
+ "score-diff": "5.897175711582357e-06",
+ "score-diff-perc": "+7.91562%",
+ "tooltip": "score = 8.03976636389254e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00001 (+7.91562%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1073494,9 +1073494,9 @@
21
),
"score": 7.173085902269001e-05,
- "score-diff": "-2.7696289046530323e-06",
- "score-diff-perc": "-3.71760%",
- "tooltip": "score = 7.173085902269001e-05\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00000 (-3.71760%)",
+ "score-diff": "-8.66680461623539e-06",
+ "score-diff-perc": "-10.77992%",
+ "tooltip": "score = 7.173085902269001e-05\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00001 (-10.77992%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1073805,11 +1073805,11 @@
8,
54
),
- "score": 7.630514810546657e-05,
- "score-diff": "-1.5061718860758162e-06",
- "score-diff-perc": "-1.93567%",
- "tooltip": "score = 7.630514810546657e-05\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00000 (-1.93567%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 5.962391005207487e-05,
+ "score-diff": "-1.818740993946751e-05",
+ "score-diff-perc": "-23.37373%",
+ "tooltip": "score = 5.962391005207487e-05\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00002 (-23.37373%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1073831,11 +1073831,11 @@
8,
54
),
- "score": 5.962391005207487e-05,
- "score-diff": "-1.6681238053391695e-05",
- "score-diff-perc": "-21.86122%",
- "tooltip": "score = 5.962391005207487e-05\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00002 (-21.86122%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 7.630514810546657e-05,
+ "score-diff": "1.6681238053391695e-05",
+ "score-diff-perc": "+27.97743%",
+ "tooltip": "score = 7.630514810546657e-05\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00002 (+27.97743%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1073858,9 +1073858,9 @@
43
),
"score": 6.44738150262808e-05,
- "score-diff": "4.849904974205932e-06",
- "score-diff-perc": "+8.13416%",
- "tooltip": "score = 6.44738150262808e-05\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00000 (+8.13416%)",
+ "score-diff": "-1.1831333079185763e-05",
+ "score-diff-perc": "-15.50529%",
+ "tooltip": "score = 6.44738150262808e-05\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00001 (-15.50529%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1079532,11 +1079532,11 @@
18,
7
),
- "score": 0.4734340641894441,
- "score-diff": "-0.0015255554156497486",
- "score-diff-perc": "-0.32120%",
- "tooltip": "score = 0.4734340641894441\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00153 (-0.32120%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.474424443046608,
+ "score-diff": "-0.0005351765584858392",
+ "score-diff-perc": "-0.11268%",
+ "tooltip": "score = 0.474424443046608\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00054 (-0.11268%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1079559,9 +1079559,9 @@
7
),
"score": 0.47391873992191735,
- "score-diff": "0.0004846757324732387",
- "score-diff-perc": "+0.10237%",
- "tooltip": "score = 0.47391873992191735\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00048 (+0.10237%)",
+ "score-diff": "-0.0005057031246906707",
+ "score-diff-perc": "-0.10659%",
+ "tooltip": "score = 0.47391873992191735\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00051 (-0.10659%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1079584,11 +1079584,11 @@
18,
7
),
- "score": 0.474424443046608,
- "score-diff": "0.0005057031246906707",
- "score-diff-perc": "+0.10671%",
- "tooltip": "score = 0.474424443046608\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00051 (+0.10671%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.4734340641894441,
+ "score-diff": "-0.0004846757324732387",
+ "score-diff-perc": "-0.10227%",
+ "tooltip": "score = 0.4734340641894441\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00048 (-0.10227%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1079611,9 +1079611,9 @@
41
),
"score": 0.3419550730892138,
- "score-diff": "-0.13246936995739422",
- "score-diff-perc": "-27.92212%",
- "tooltip": "score = 0.3419550730892138\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.13247 (-27.92212%)",
+ "score-diff": "-0.1314789911002303",
+ "score-diff-perc": "-27.77134%",
+ "tooltip": "score = 0.3419550730892138\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.13148 (-27.77134%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1079714,11 +1079714,11 @@
17,
1
),
- "score": 0.3436030375406651,
- "score-diff": "0.0012226797931860767",
- "score-diff-perc": "+0.35711%",
- "tooltip": "score = 0.3436030375406651\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00122 (+0.35711%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.34335651658591876,
+ "score-diff": "0.0009761588384397113",
+ "score-diff-perc": "+0.28511%",
+ "tooltip": "score = 0.34335651658591876\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00098 (+0.28511%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1079740,11 +1079740,11 @@
17,
1
),
- "score": 0.4743412292637718,
- "score-diff": "0.1307381917231067",
- "score-diff-perc": "+38.04920%",
- "tooltip": "score = 0.4743412292637718\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.13074 (+38.04920%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.3436030375406651,
+ "score-diff": "0.00024652095474636537",
+ "score-diff-perc": "+0.07180%",
+ "tooltip": "score = 0.3436030375406651\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00025 (+0.07180%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1079766,11 +1079766,11 @@
17,
1
),
- "score": 0.34335651658591876,
- "score-diff": "-0.13098471267785305",
- "score-diff-perc": "-27.61403%",
- "tooltip": "score = 0.34335651658591876\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.13098 (-27.61403%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.4743412292637718,
+ "score-diff": "0.1307381917231067",
+ "score-diff-perc": "+38.04920%",
+ "tooltip": "score = 0.4743412292637718\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.13074 (+38.04920%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1079793,9 +1079793,9 @@
7
),
"score": 0.4744389097757627,
- "score-diff": "0.13108239318984394",
- "score-diff-perc": "+38.17676%",
- "tooltip": "score = 0.4744389097757627\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.13108 (+38.17676%)",
+ "score-diff": "9.768051199088301e-05",
+ "score-diff-perc": "+0.02059%",
+ "tooltip": "score = 0.4744389097757627\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00010 (+0.02059%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1080078,11 +1080078,11 @@
16,
5
),
- "score": 0.3383725798961276,
- "score-diff": "-0.003783147756720062",
- "score-diff-perc": "-1.10568%",
- "tooltip": "score = 0.3383725798961276\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00378 (-1.10568%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.4760639835786608,
+ "score-diff": "0.13390825592581312",
+ "score-diff-perc": "+39.13664%",
+ "tooltip": "score = 0.4760639835786608\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.13391 (+39.13664%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1080104,11 +1080104,11 @@
16,
5
),
- "score": 0.4760639835786608,
- "score-diff": "0.1376914036825332",
- "score-diff-perc": "+40.69225%",
- "tooltip": "score = 0.4760639835786608\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.13769 (+40.69225%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.34836516974528303,
+ "score-diff": "-0.12769881383337778",
+ "score-diff-perc": "-26.82388%",
+ "tooltip": "score = 0.34836516974528303\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.12770 (-26.82388%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1080130,11 +1080130,11 @@
16,
5
),
- "score": 0.34836516974528303,
- "score-diff": "-0.12769881383337778",
- "score-diff-perc": "-26.82388%",
- "tooltip": "score = 0.34836516974528303\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.12770 (-26.82388%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.3383725798961276,
+ "score-diff": "-0.009992589849155409",
+ "score-diff-perc": "-2.86842%",
+ "tooltip": "score = 0.3383725798961276\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00999 (-2.86842%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1080157,9 +1080157,9 @@
21
),
"score": 0.34112918882484894,
- "score-diff": "-0.007235980920434093",
- "score-diff-perc": "-2.07713%",
- "tooltip": "score = 0.34112918882484894\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00724 (-2.07713%)",
+ "score-diff": "0.002756608928721316",
+ "score-diff-perc": "+0.81467%",
+ "tooltip": "score = 0.34112918882484894\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00276 (+0.81467%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1080468,11 +1080468,11 @@
8,
54
),
- "score": 0.3382216146049912,
- "score-diff": "-0.0053618835125168185",
- "score-diff-perc": "-1.56058%",
- "tooltip": "score = 0.3382216146049912\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00536 (-1.56058%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.47463274348568235,
+ "score-diff": "0.1310492453681743",
+ "score-diff-perc": "+38.14189%",
+ "tooltip": "score = 0.47463274348568235\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.13105 (+38.14189%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1080494,11 +1080494,11 @@
8,
54
),
- "score": 0.47463274348568235,
- "score-diff": "0.13641112888069112",
- "score-diff-perc": "+40.33188%",
- "tooltip": "score = 0.47463274348568235\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.13641 (+40.33188%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.3382216146049912,
+ "score-diff": "-0.13641112888069112",
+ "score-diff-perc": "-28.74035%",
+ "tooltip": "score = 0.3382216146049912\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.13641 (-28.74035%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1080521,9 +1080521,9 @@
43
),
"score": 0.47601800865310623,
- "score-diff": "0.001385265167423877",
- "score-diff-perc": "+0.29186%",
- "tooltip": "score = 0.47601800865310623\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00139 (+0.29186%)",
+ "score-diff": "0.137796394048115",
+ "score-diff-perc": "+40.74145%",
+ "tooltip": "score = 0.47601800865310623\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.13780 (+40.74145%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1086195,11 +1086195,11 @@
18,
7
),
- "score": 0.2900685913157592,
- "score-diff": "0.014014412535699905",
- "score-diff-perc": "+5.07669%",
- "tooltip": "score = 0.2900685913157592\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01401 (+5.07669%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.30400505402149386,
+ "score-diff": "0.02795087524143458",
+ "score-diff-perc": "+10.12514%",
+ "tooltip": "score = 0.30400505402149386\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02795 (+10.12514%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1086222,9 +1086222,9 @@
7
),
"score": 0.2783979317355048,
- "score-diff": "-0.011670659580254372",
- "score-diff-perc": "-4.02341%",
- "tooltip": "score = 0.2783979317355048\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01167 (-4.02341%)",
+ "score-diff": "-0.025607122285989048",
+ "score-diff-perc": "-8.42326%",
+ "tooltip": "score = 0.2783979317355048\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02561 (-8.42326%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1086247,11 +1086247,11 @@
18,
7
),
- "score": 0.30400505402149386,
- "score-diff": "0.025607122285989048",
- "score-diff-perc": "+9.19803%",
- "tooltip": "score = 0.30400505402149386\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02561 (+9.19803%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.2900685913157592,
+ "score-diff": "0.011670659580254372",
+ "score-diff-perc": "+4.19208%",
+ "tooltip": "score = 0.2900685913157592\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01167 (+4.19208%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1086274,9 +1086274,9 @@
41
),
"score": 0.404023485561033,
- "score-diff": "0.10001843153953915",
- "score-diff-perc": "+32.90025%",
- "tooltip": "score = 0.404023485561033\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.10002 (+32.90025%)",
+ "score-diff": "0.11395489424527383",
+ "score-diff-perc": "+39.28550%",
+ "tooltip": "score = 0.404023485561033\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.11395 (+39.28550%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1086377,11 +1086377,11 @@
17,
1
),
- "score": 0.41733692777769726,
- "score-diff": "0.002857816828441273",
- "score-diff-perc": "+0.68950%",
- "tooltip": "score = 0.41733692777769726\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00286 (+0.68950%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.4679527209903709,
+ "score-diff": "0.053473610041114894",
+ "score-diff-perc": "+12.90140%",
+ "tooltip": "score = 0.4679527209903709\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.05347 (+12.90140%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1086403,11 +1086403,11 @@
17,
1
),
- "score": 0.2774050583351495,
- "score-diff": "-0.13993186944254776",
- "score-diff-perc": "-33.52971%",
- "tooltip": "score = 0.2774050583351495\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.13993 (-33.52971%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.41733692777769726,
+ "score-diff": "-0.05061579321267362",
+ "score-diff-perc": "-10.81643%",
+ "tooltip": "score = 0.41733692777769726\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.05062 (-10.81643%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1086429,11 +1086429,11 @@
17,
1
),
- "score": 0.4679527209903709,
- "score-diff": "0.19054766265522138",
- "score-diff-perc": "+68.68933%",
- "tooltip": "score = 0.4679527209903709\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.19055 (+68.68933%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.2774050583351495,
+ "score-diff": "-0.13993186944254776",
+ "score-diff-perc": "-33.52971%",
+ "tooltip": "score = 0.2774050583351495\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.13993 (-33.52971%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1086456,9 +1086456,9 @@
7
),
"score": 0.2780863997846079,
- "score-diff": "-0.18986632120576297",
- "score-diff-perc": "-40.57383%",
- "tooltip": "score = 0.2780863997846079\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.18987 (-40.57383%)",
+ "score-diff": "0.0006813414494584169",
+ "score-diff-perc": "+0.24561%",
+ "tooltip": "score = 0.2780863997846079\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00068 (+0.24561%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1086741,11 +1086741,11 @@
16,
5
),
- "score": 0.4139281588428074,
- "score-diff": "0.011206262199038475",
- "score-diff-perc": "+2.78263%",
- "tooltip": "score = 0.4139281588428074\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01121 (+2.78263%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.2641013804932249,
+ "score-diff": "-0.13862051615054405",
+ "score-diff-perc": "-34.42090%",
+ "tooltip": "score = 0.2641013804932249\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.13862 (-34.42090%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1086767,11 +1086767,11 @@
16,
5
),
- "score": 0.2641013804932249,
- "score-diff": "-0.14982677834958252",
- "score-diff-perc": "-36.19632%",
- "tooltip": "score = 0.2641013804932249\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.14983 (-36.19632%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.41411563390998857,
+ "score-diff": "0.15001425341676367",
+ "score-diff-perc": "+56.80177%",
+ "tooltip": "score = 0.41411563390998857\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.15001 (+56.80177%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1086793,11 +1086793,11 @@
16,
5
),
- "score": 0.41411563390998857,
- "score-diff": "0.15001425341676367",
- "score-diff-perc": "+56.80177%",
- "tooltip": "score = 0.41411563390998857\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.15001 (+56.80177%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.4139281588428074,
+ "score-diff": "-0.00018747506718114204",
+ "score-diff-perc": "-0.04527%",
+ "tooltip": "score = 0.4139281588428074\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00019 (-0.04527%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1086820,9 +1086820,9 @@
21
),
"score": 0.41629815437468504,
- "score-diff": "0.002182520464696469",
- "score-diff-perc": "+0.52703%",
- "tooltip": "score = 0.41629815437468504\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00218 (+0.52703%)",
+ "score-diff": "0.002369995531877611",
+ "score-diff-perc": "+0.57256%",
+ "tooltip": "score = 0.41629815437468504\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00237 (+0.57256%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1087131,11 +1087131,11 @@
8,
54
),
- "score": 0.4111922595608486,
- "score-diff": "0.006827858739761605",
- "score-diff-perc": "+1.68854%",
- "tooltip": "score = 0.4111922595608486\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00683 (+1.68854%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.24328901728061272,
+ "score-diff": "-0.16107538354047427",
+ "score-diff-perc": "-39.83421%",
+ "tooltip": "score = 0.24328901728061272\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.16108 (-39.83421%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1087157,11 +1087157,11 @@
8,
54
),
- "score": 0.24328901728061272,
- "score-diff": "-0.16790324228023587",
- "score-diff-perc": "-40.83327%",
- "tooltip": "score = 0.24328901728061272\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.16790 (-40.83327%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.4111922595608486,
+ "score-diff": "0.16790324228023587",
+ "score-diff-perc": "+69.01390%",
+ "tooltip": "score = 0.4111922595608486\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.16790 (+69.01390%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1087184,9 +1087184,9 @@
43
),
"score": 0.3151539864590889,
- "score-diff": "0.07186496917847615",
- "score-diff-perc": "+29.53893%",
- "tooltip": "score = 0.3151539864590889\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.07186 (+29.53893%)",
+ "score-diff": "-0.09603827310175972",
+ "score-diff-perc": "-23.35605%",
+ "tooltip": "score = 0.3151539864590889\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.09604 (-23.35605%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1092858,11 +1092858,11 @@
18,
7
),
- "score": 0.02788850629103835,
- "score-diff": "0.00014765081940795038",
- "score-diff-perc": "+0.53225%",
- "tooltip": "score = 0.02788850629103835\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00015 (+0.53225%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.027461503708644575,
+ "score-diff": "-0.0002793517629858244",
+ "score-diff-perc": "-1.00700%",
+ "tooltip": "score = 0.027461503708644575\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00028 (-1.00700%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1092885,9 +1092885,9 @@
7
),
"score": 0.02783442462007879,
- "score-diff": "-5.408167095955971e-05",
- "score-diff-perc": "-0.19392%",
- "tooltip": "score = 0.02783442462007879\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00005 (-0.19392%)",
+ "score-diff": "0.0003729209114342151",
+ "score-diff-perc": "+1.35798%",
+ "tooltip": "score = 0.02783442462007879\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00037 (+1.35798%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1092910,11 +1092910,11 @@
18,
7
),
- "score": 0.027461503708644575,
- "score-diff": "-0.0003729209114342151",
- "score-diff-perc": "-1.33978%",
- "tooltip": "score = 0.027461503708644575\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00037 (-1.33978%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.02788850629103835,
+ "score-diff": "5.408167095955971e-05",
+ "score-diff-perc": "+0.19430%",
+ "tooltip": "score = 0.02788850629103835\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00005 (+0.19430%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1092937,9 +1092937,9 @@
41
),
"score": 0.029383369250386888,
- "score-diff": "0.0019218655417423125",
- "score-diff-perc": "+6.99840%",
- "tooltip": "score = 0.029383369250386888\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00192 (+6.99840%)",
+ "score-diff": "0.0014948629593485377",
+ "score-diff-perc": "+5.36014%",
+ "tooltip": "score = 0.029383369250386888\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00149 (+5.36014%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1093040,11 +1093040,11 @@
17,
1
),
- "score": 0.02926168697942802,
- "score-diff": "-5.1685121330996564e-05",
- "score-diff-perc": "-0.17632%",
- "tooltip": "score = 0.02926168697942802\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00005 (-0.17632%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.029452459897745576,
+ "score-diff": "0.00013908779698655963",
+ "score-diff-perc": "+0.47449%",
+ "tooltip": "score = 0.029452459897745576\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00014 (+0.47449%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1093066,11 +1093066,11 @@
17,
1
),
- "score": 0.028039864750742886,
- "score-diff": "-0.0012218222286851342",
- "score-diff-perc": "-4.17550%",
- "tooltip": "score = 0.028039864750742886\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00122 (-4.17550%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.02926168697942802,
+ "score-diff": "-0.0001907729183175562",
+ "score-diff-perc": "-0.64773%",
+ "tooltip": "score = 0.02926168697942802\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00019 (-0.64773%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1093092,11 +1093092,11 @@
17,
1
),
- "score": 0.029452459897745576,
- "score-diff": "0.0014125951470026904",
- "score-diff-perc": "+5.03781%",
- "tooltip": "score = 0.029452459897745576\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00141 (+5.03781%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.028039864750742886,
+ "score-diff": "-0.0012218222286851342",
+ "score-diff-perc": "-4.17550%",
+ "tooltip": "score = 0.028039864750742886\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00122 (-4.17550%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1093119,9 +1093119,9 @@
7
),
"score": 0.027877010061877986,
- "score-diff": "-0.00157544983586759",
- "score-diff-perc": "-5.34913%",
- "tooltip": "score = 0.027877010061877986\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00158 (-5.34913%)",
+ "score-diff": "-0.00016285468886489962",
+ "score-diff-perc": "-0.58080%",
+ "tooltip": "score = 0.027877010061877986\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00016 (-0.58080%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1093404,11 +1093404,11 @@
16,
5
),
- "score": 0.02935130458543508,
- "score-diff": "2.4273621219962627e-05",
- "score-diff-perc": "+0.08277%",
- "tooltip": "score = 0.02935130458543508\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00002 (+0.08277%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.02809795598563794,
+ "score-diff": "-0.0012290749785771778",
+ "score-diff-perc": "-4.19093%",
+ "tooltip": "score = 0.02809795598563794\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00123 (-4.19093%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1093430,11 +1093430,11 @@
16,
5
),
- "score": 0.02809795598563794,
- "score-diff": "-0.0012533485997971404",
- "score-diff-perc": "-4.27016%",
- "tooltip": "score = 0.02809795598563794\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00125 (-4.27016%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.029125728294685477,
+ "score-diff": "0.0010277723090475373",
+ "score-diff-perc": "+3.65782%",
+ "tooltip": "score = 0.029125728294685477\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00103 (+3.65782%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1093456,11 +1093456,11 @@
16,
5
),
- "score": 0.029125728294685477,
- "score-diff": "0.0010277723090475373",
- "score-diff-perc": "+3.65782%",
- "tooltip": "score = 0.029125728294685477\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00103 (+3.65782%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.02935130458543508,
+ "score-diff": "0.00022557629074960311",
+ "score-diff-perc": "+0.77449%",
+ "tooltip": "score = 0.02935130458543508\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00023 (+0.77449%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1093483,9 +1093483,9 @@
21
),
"score": 0.029406212689259133,
- "score-diff": "0.000280484394573656",
- "score-diff-perc": "+0.96301%",
- "tooltip": "score = 0.029406212689259133\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00028 (+0.96301%)",
+ "score-diff": "5.490810382405287e-05",
+ "score-diff-perc": "+0.18707%",
+ "tooltip": "score = 0.029406212689259133\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00005 (+0.18707%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1093794,11 +1093794,11 @@
8,
54
),
- "score": 0.02993298334770622,
- "score-diff": "0.0005103742285574413",
- "score-diff-perc": "+1.73463%",
- "tooltip": "score = 0.02993298334770622\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00051 (+1.73463%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.02834513961997882,
+ "score-diff": "-0.0010774694991699599",
+ "score-diff-perc": "-3.66205%",
+ "tooltip": "score = 0.02834513961997882\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00108 (-3.66205%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1093820,11 +1093820,11 @@
8,
54
),
- "score": 0.02834513961997882,
- "score-diff": "-0.0015878437277274011",
- "score-diff-perc": "-5.30466%",
- "tooltip": "score = 0.02834513961997882\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00159 (-5.30466%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.02993298334770622,
+ "score-diff": "0.0015878437277274011",
+ "score-diff-perc": "+5.60182%",
+ "tooltip": "score = 0.02993298334770622\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00159 (+5.60182%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1093847,9 +1093847,9 @@
43
),
"score": 0.02862523478872449,
- "score-diff": "0.00028009516874567125",
- "score-diff-perc": "+0.98816%",
- "tooltip": "score = 0.02862523478872449\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00028 (+0.98816%)",
+ "score-diff": "-0.00130774855898173",
+ "score-diff-perc": "-4.36892%",
+ "tooltip": "score = 0.02862523478872449\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00131 (-4.36892%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1099521,11 +1099521,11 @@
18,
7
),
- "score": 7.238658459474064,
- "score-diff": "0.20077262304093413",
- "score-diff-perc": "+2.85274%",
- "tooltip": "score = 7.238658459474064\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.20077 (+2.85274%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 6.994112859022174,
+ "score-diff": "-0.043772977410956315",
+ "score-diff-perc": "-0.62196%",
+ "tooltip": "score = 6.994112859022174\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.04377 (-0.62196%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1099548,9 +1099548,9 @@
7
),
"score": 7.381802802889875,
- "score-diff": "0.14314434341581084",
- "score-diff-perc": "+1.97750%",
- "tooltip": "score = 7.381802802889875\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.14314 (+1.97750%)",
+ "score-diff": "0.3876899438677013",
+ "score-diff-perc": "+5.54309%",
+ "tooltip": "score = 7.381802802889875\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.38769 (+5.54309%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1099573,11 +1099573,11 @@
18,
7
),
- "score": 6.994112859022174,
- "score-diff": "-0.3876899438677013",
- "score-diff-perc": "-5.25197%",
- "tooltip": "score = 6.994112859022174\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.38769 (-5.25197%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 7.238658459474064,
+ "score-diff": "-0.14314434341581084",
+ "score-diff-perc": "-1.93915%",
+ "tooltip": "score = 7.238658459474064\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.14314 (-1.93915%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1099600,9 +1099600,9 @@
41
),
"score": 6.117901957862383,
- "score-diff": "-0.8762109011597907",
- "score-diff-perc": "-12.52783%",
- "tooltip": "score = 6.117901957862383\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.87621 (-12.52783%)",
+ "score-diff": "-1.1207565016116812",
+ "score-diff-perc": "-15.48293%",
+ "tooltip": "score = 6.117901957862383\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -1.12076 (-15.48293%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1099703,11 +1099703,11 @@
17,
1
),
- "score": 7.042088977551117,
- "score-diff": "0.0743065963216365",
- "score-diff-perc": "+1.06643%",
- "tooltip": "score = 7.042088977551117\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.07431 (+1.06643%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 6.622297232403134,
+ "score-diff": "-0.34548514882634684",
+ "score-diff-perc": "-4.95832%",
+ "tooltip": "score = 6.622297232403134\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.34549 (-4.95832%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1099729,11 +1099729,11 @@
17,
1
),
- "score": 7.085245193638855,
- "score-diff": "0.043156216087737675",
- "score-diff-perc": "+0.61283%",
- "tooltip": "score = 7.085245193638855\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04316 (+0.61283%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 7.042088977551117,
+ "score-diff": "0.41979174514798334",
+ "score-diff-perc": "+6.33907%",
+ "tooltip": "score = 7.042088977551117\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.41979 (+6.33907%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1099755,11 +1099755,11 @@
17,
1
),
- "score": 6.622297232403134,
- "score-diff": "-0.462947961235721",
- "score-diff-perc": "-6.53397%",
- "tooltip": "score = 6.622297232403134\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.46295 (-6.53397%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 7.085245193638855,
+ "score-diff": "0.043156216087737675",
+ "score-diff-perc": "+0.61283%",
+ "tooltip": "score = 7.085245193638855\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04316 (+0.61283%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1099782,9 +1099782,9 @@
7
),
"score": 7.140044941893951,
- "score-diff": "0.5177477094908172",
- "score-diff-perc": "+7.81825%",
- "tooltip": "score = 7.140044941893951\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.51775 (+7.81825%)",
+ "score-diff": "0.05479974825509615",
+ "score-diff-perc": "+0.77343%",
+ "tooltip": "score = 7.140044941893951\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.05480 (+0.77343%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1100067,11 +1100067,11 @@
16,
5
),
- "score": 6.416213593624401,
- "score-diff": "-0.027614341138130882",
- "score-diff-perc": "-0.42854%",
- "tooltip": "score = 6.416213593624401\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02761 (-0.42854%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 7.229334846431034,
+ "score-diff": "0.7855069116685023",
+ "score-diff-perc": "+12.19007%",
+ "tooltip": "score = 7.229334846431034\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.78551 (+12.19007%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1100093,11 +1100093,11 @@
16,
5
),
- "score": 7.229334846431034,
- "score-diff": "0.8131212528066332",
- "score-diff-perc": "+12.67291%",
- "tooltip": "score = 7.229334846431034\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.81312 (+12.67291%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 6.591873646411433,
+ "score-diff": "-0.6374612000196009",
+ "score-diff-perc": "-8.81770%",
+ "tooltip": "score = 6.591873646411433\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.63746 (-8.81770%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1100119,11 +1100119,11 @@
16,
5
),
- "score": 6.591873646411433,
- "score-diff": "-0.6374612000196009",
- "score-diff-perc": "-8.81770%",
- "tooltip": "score = 6.591873646411433\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.63746 (-8.81770%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 6.416213593624401,
+ "score-diff": "-0.17566005278703223",
+ "score-diff-perc": "-2.66480%",
+ "tooltip": "score = 6.416213593624401\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.17566 (-2.66480%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1100146,9 +1100146,9 @@
21
),
"score": 6.336030582283378,
- "score-diff": "-0.25584306412805535",
- "score-diff-perc": "-3.88119%",
- "tooltip": "score = 6.336030582283378\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.25584 (-3.88119%)",
+ "score-diff": "-0.08018301134102312",
+ "score-diff-perc": "-1.24969%",
+ "tooltip": "score = 6.336030582283378\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.08018 (-1.24969%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1100457,11 +1100457,11 @@
8,
54
),
- "score": 7.327230824178791,
- "score-diff": "0.38594889740895244",
- "score-diff-perc": "+5.56020%",
- "tooltip": "score = 7.327230824178791\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.38595 (+5.56020%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 7.313357995269048,
+ "score-diff": "0.3720760684992097",
+ "score-diff-perc": "+5.36034%",
+ "tooltip": "score = 7.313357995269048\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.37208 (+5.36034%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1100483,11 +1100483,11 @@
8,
54
),
- "score": 7.313357995269048,
- "score-diff": "-0.01387282890974273",
- "score-diff-perc": "-0.18933%",
- "tooltip": "score = 7.313357995269048\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.01387 (-0.18933%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 7.327230824178791,
+ "score-diff": "0.01387282890974273",
+ "score-diff-perc": "+0.18969%",
+ "tooltip": "score = 7.327230824178791\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.01387 (+0.18969%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1100510,9 +1100510,9 @@
43
),
"score": 7.478201914398596,
- "score-diff": "0.16484391912954788",
- "score-diff-perc": "+2.25401%",
- "tooltip": "score = 7.478201914398596\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.16484 (+2.25401%)",
+ "score-diff": "0.15097109021980515",
+ "score-diff-perc": "+2.06041%",
+ "tooltip": "score = 7.478201914398596\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.15097 (+2.06041%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1106184,11 +1106184,11 @@
18,
7
),
- "score": 0.47523152734004687,
- "score-diff": "-0.0013244719834641927",
- "score-diff-perc": "-0.27793%",
- "tooltip": "score = 0.47523152734004687\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00132 (-0.27793%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.47441980925575106,
+ "score-diff": "-0.002136190067760002",
+ "score-diff-perc": "-0.44826%",
+ "tooltip": "score = 0.47441980925575106\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00214 (-0.44826%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1106211,9 +1106211,9 @@
7
),
"score": 0.4758080930617869,
- "score-diff": "0.00057656572174003",
- "score-diff-perc": "+0.12132%",
- "tooltip": "score = 0.4758080930617869\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00058 (+0.12132%)",
+ "score-diff": "0.0013882838060358393",
+ "score-diff-perc": "+0.29263%",
+ "tooltip": "score = 0.4758080930617869\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00139 (+0.29263%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1106236,11 +1106236,11 @@
18,
7
),
- "score": 0.47441980925575106,
- "score-diff": "-0.0013882838060358393",
- "score-diff-perc": "-0.29177%",
- "tooltip": "score = 0.47441980925575106\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00139 (-0.29177%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.47523152734004687,
+ "score-diff": "-0.00057656572174003",
+ "score-diff-perc": "-0.12118%",
+ "tooltip": "score = 0.47523152734004687\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00058 (-0.12118%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1106263,9 +1106263,9 @@
41
),
"score": 0.3398535018556012,
- "score-diff": "-0.13456630740014985",
- "score-diff-perc": "-28.36439%",
- "tooltip": "score = 0.3398535018556012\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.13457 (-28.36439%)",
+ "score-diff": "-0.13537802548444566",
+ "score-diff-perc": "-28.48675%",
+ "tooltip": "score = 0.3398535018556012\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.13538 (-28.48675%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1106366,11 +1106366,11 @@
17,
1
),
- "score": 0.34253203166155505,
- "score-diff": "-8.936804610581994e-05",
- "score-diff-perc": "-0.02608%",
- "tooltip": "score = 0.34253203166155505\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00009 (-0.02608%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.3422127485605015,
+ "score-diff": "-0.0004086511471593779",
+ "score-diff-perc": "-0.11927%",
+ "tooltip": "score = 0.3422127485605015\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00041 (-0.11927%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1106392,11 +1106392,11 @@
17,
1
),
- "score": 0.4759101450013912,
- "score-diff": "0.13337811333983618",
- "score-diff-perc": "+38.93887%",
- "tooltip": "score = 0.4759101450013912\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.13338 (+38.93887%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.34253203166155505,
+ "score-diff": "0.00031928310105355795",
+ "score-diff-perc": "+0.09330%",
+ "tooltip": "score = 0.34253203166155505\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00032 (+0.09330%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1106418,11 +1106418,11 @@
17,
1
),
- "score": 0.3422127485605015,
- "score-diff": "-0.13369739644088974",
- "score-diff-perc": "-28.09299%",
- "tooltip": "score = 0.3422127485605015\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.13370 (-28.09299%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.4759101450013912,
+ "score-diff": "0.13337811333983618",
+ "score-diff-perc": "+38.93887%",
+ "tooltip": "score = 0.4759101450013912\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.13338 (+38.93887%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1106445,9 +1106445,9 @@
7
),
"score": 0.473936006791357,
- "score-diff": "0.1317232582308555",
- "score-diff-perc": "+38.49163%",
- "tooltip": "score = 0.473936006791357\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.13172 (+38.49163%)",
+ "score-diff": "-0.0019741382100342264",
+ "score-diff-perc": "-0.41481%",
+ "tooltip": "score = 0.473936006791357\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00197 (-0.41481%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1106730,11 +1106730,11 @@
16,
5
),
- "score": 0.3401330566582903,
- "score-diff": "-0.002023622111959167",
- "score-diff-perc": "-0.59143%",
- "tooltip": "score = 0.3401330566582903\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00202 (-0.59143%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.47625242098877313,
+ "score-diff": "0.13409574221852366",
+ "score-diff-perc": "+39.19133%",
+ "tooltip": "score = 0.47625242098877313\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.13410 (+39.19133%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1106756,11 +1106756,11 @@
16,
5
),
- "score": 0.47625242098877313,
- "score-diff": "0.13611936433048283",
- "score-diff-perc": "+40.01945%",
- "tooltip": "score = 0.47625242098877313\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.13612 (+40.01945%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.3410403663672163,
+ "score-diff": "-0.13521205462155683",
+ "score-diff-perc": "-28.39084%",
+ "tooltip": "score = 0.3410403663672163\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.13521 (-28.39084%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1106782,11 +1106782,11 @@
16,
5
),
- "score": 0.3410403663672163,
- "score-diff": "-0.13521205462155683",
- "score-diff-perc": "-28.39084%",
- "tooltip": "score = 0.3410403663672163\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.13521 (-28.39084%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.3401330566582903,
+ "score-diff": "-0.0009073097089259963",
+ "score-diff-perc": "-0.26604%",
+ "tooltip": "score = 0.3401330566582903\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00091 (-0.26604%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1106809,9 +1106809,9 @@
21
),
"score": 0.3496791194615519,
- "score-diff": "0.008638753094335594",
- "score-diff-perc": "+2.53306%",
- "tooltip": "score = 0.3496791194615519\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00864 (+2.53306%)",
+ "score-diff": "0.00954606280326159",
+ "score-diff-perc": "+2.80657%",
+ "tooltip": "score = 0.3496791194615519\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00955 (+2.80657%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1107120,11 +1107120,11 @@
8,
54
),
- "score": 0.3395382551923933,
- "score-diff": "-0.002169389715154346",
- "score-diff-perc": "-0.63487%",
- "tooltip": "score = 0.3395382551923933\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00217 (-0.63487%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.4760447591933432,
+ "score-diff": "0.1343371142857956",
+ "score-diff-perc": "+39.31346%",
+ "tooltip": "score = 0.4760447591933432\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.13434 (+39.31346%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1107146,11 +1107146,11 @@
8,
54
),
- "score": 0.4760447591933432,
- "score-diff": "0.13650650400094994",
- "score-diff-perc": "+40.20357%",
- "tooltip": "score = 0.4760447591933432\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.13651 (+40.20357%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.3395382551923933,
+ "score-diff": "-0.13650650400094994",
+ "score-diff-perc": "-28.67514%",
+ "tooltip": "score = 0.3395382551923933\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.13651 (-28.67514%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1107173,9 +1107173,9 @@
43
),
"score": 0.4761024876235262,
- "score-diff": "5.772843018297946e-05",
- "score-diff-perc": "+0.01213%",
- "tooltip": "score = 0.4761024876235262\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00006 (+0.01213%)",
+ "score-diff": "0.13656423243113291",
+ "score-diff-perc": "+40.22057%",
+ "tooltip": "score = 0.4761024876235262\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.13656 (+40.22057%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1112847,11 +1112847,11 @@
18,
7
),
- "score": 7.836591859235685,
- "score-diff": "-0.15987558005336844",
- "score-diff-perc": "-1.99933%",
- "tooltip": "score = 7.836591859235685\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.15988 (-1.99933%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 7.685777458706735,
+ "score-diff": "-0.31068998058231845",
+ "score-diff-perc": "-3.88534%",
+ "tooltip": "score = 7.685777458706735\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.31069 (-3.88534%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1112874,9 +1112874,9 @@
7
),
"score": 7.493827693251351,
- "score-diff": "-0.3427641659843337",
- "score-diff-perc": "-4.37389%",
- "tooltip": "score = 7.493827693251351\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.34276 (-4.37389%)",
+ "score-diff": "-0.19194976545538367",
+ "score-diff-perc": "-2.49747%",
+ "tooltip": "score = 7.493827693251351\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.19195 (-2.49747%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1112899,11 +1112899,11 @@
18,
7
),
- "score": 7.685777458706735,
- "score-diff": "0.19194976545538367",
- "score-diff-perc": "+2.56144%",
- "tooltip": "score = 7.685777458706735\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.19195 (+2.56144%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 7.836591859235685,
+ "score-diff": "0.3427641659843337",
+ "score-diff-perc": "+4.57395%",
+ "tooltip": "score = 7.836591859235685\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.34276 (+4.57395%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1112926,9 +1112926,9 @@
41
),
"score": 8.326338779253595,
- "score-diff": "0.6405613205468601",
- "score-diff-perc": "+8.33437%",
- "tooltip": "score = 8.326338779253595\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.64056 (+8.33437%)",
+ "score-diff": "0.4897469200179101",
+ "score-diff-perc": "+6.24949%",
+ "tooltip": "score = 8.326338779253595\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.48975 (+6.24949%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1113029,11 +1113029,11 @@
17,
1
),
- "score": 11.969640087046976,
- "score-diff": "0.7686354323429345",
- "score-diff-perc": "+6.86220%",
- "tooltip": "score = 11.969640087046976\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.76864 (+6.86220%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 9.76043303822528,
+ "score-diff": "-1.4405716164787616",
+ "score-diff-perc": "-12.86109%",
+ "tooltip": "score = 9.76043303822528\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.44057 (-12.86109%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1113055,11 +1113055,11 @@
17,
1
),
- "score": 7.675668428287867,
- "score-diff": "-4.293971658759109",
- "score-diff-perc": "-35.87386%",
- "tooltip": "score = 7.675668428287867\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.29397 (-35.87386%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 11.969640087046976,
+ "score-diff": "2.209207048821696",
+ "score-diff-perc": "+22.63431%",
+ "tooltip": "score = 11.969640087046976\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.20921 (+22.63431%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1113081,11 +1113081,11 @@
17,
1
),
- "score": 9.76043303822528,
- "score-diff": "2.0847646099374124",
- "score-diff-perc": "+27.16069%",
- "tooltip": "score = 9.76043303822528\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.08476 (+27.16069%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 7.675668428287867,
+ "score-diff": "-4.293971658759109",
+ "score-diff-perc": "-35.87386%",
+ "tooltip": "score = 7.675668428287867\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.29397 (-35.87386%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1113108,9 +1113108,9 @@
7
),
"score": 7.9761133396844786,
- "score-diff": "-1.7843196985408012",
- "score-diff-perc": "-18.28115%",
- "tooltip": "score = 7.9761133396844786\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.78432 (-18.28115%)",
+ "score-diff": "0.3004449113966112",
+ "score-diff-perc": "+3.91425%",
+ "tooltip": "score = 7.9761133396844786\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.30044 (+3.91425%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1113393,11 +1113393,11 @@
16,
5
),
- "score": 11.695506636727048,
- "score-diff": "1.0054099499050828",
- "score-diff-perc": "+9.40506%",
- "tooltip": "score = 11.695506636727048\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.00541 (+9.40506%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 7.584674128414746,
+ "score-diff": "-3.105422558407219",
+ "score-diff-perc": "-29.04953%",
+ "tooltip": "score = 7.584674128414746\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.10542 (-29.04953%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1113419,11 +1113419,11 @@
16,
5
),
- "score": 7.584674128414746,
- "score-diff": "-4.110832508312302",
- "score-diff-perc": "-35.14882%",
- "tooltip": "score = 7.584674128414746\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.11083 (-35.14882%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 8.131460710601528,
+ "score-diff": "0.5467865821867823",
+ "score-diff-perc": "+7.20910%",
+ "tooltip": "score = 8.131460710601528\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.54679 (+7.20910%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1113445,11 +1113445,11 @@
16,
5
),
- "score": 8.131460710601528,
- "score-diff": "0.5467865821867823",
- "score-diff-perc": "+7.20910%",
- "tooltip": "score = 8.131460710601528\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.54679 (+7.20910%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 11.695506636727048,
+ "score-diff": "3.5640459261255195",
+ "score-diff-perc": "+43.83033%",
+ "tooltip": "score = 11.695506636727048\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.56405 (+43.83033%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1113472,9 +1113472,9 @@
21
),
"score": 9.88516009275117,
- "score-diff": "1.753699382149641",
- "score-diff-perc": "+21.56684%",
- "tooltip": "score = 9.88516009275117\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.75370 (+21.56684%)",
+ "score-diff": "-1.8103465439758786",
+ "score-diff-perc": "-15.47899%",
+ "tooltip": "score = 9.88516009275117\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.81035 (-15.47899%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1113783,11 +1113783,11 @@
8,
54
),
- "score": 11.620094306060066,
- "score-diff": "1.094280028854966",
- "score-diff-perc": "+10.39616%",
- "tooltip": "score = 11.620094306060066\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.09428 (+10.39616%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 7.059225389851758,
+ "score-diff": "-3.4665888873533426",
+ "score-diff-perc": "-32.93416%",
+ "tooltip": "score = 7.059225389851758\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.46659 (-32.93416%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1113809,11 +1113809,11 @@
8,
54
),
- "score": 7.059225389851758,
- "score-diff": "-4.5608689162083085",
- "score-diff-perc": "-39.24984%",
- "tooltip": "score = 7.059225389851758\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -4.56087 (-39.24984%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 11.620094306060066,
+ "score-diff": "4.5608689162083085",
+ "score-diff-perc": "+64.60863%",
+ "tooltip": "score = 11.620094306060066\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +4.56087 (+64.60863%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1113836,9 +1113836,9 @@
43
),
"score": 6.937666317375673,
- "score-diff": "-0.12155907247608422",
- "score-diff-perc": "-1.72199%",
- "tooltip": "score = 6.937666317375673\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.12156 (-1.72199%)",
+ "score-diff": "-4.682427988684393",
+ "score-diff-perc": "-40.29596%",
+ "tooltip": "score = 6.937666317375673\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -4.68243 (-40.29596%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1119510,11 +1119510,11 @@
18,
7
),
- "score": 39.077022627705624,
- "score-diff": "-0.3198259633173848",
- "score-diff-perc": "-0.81181%",
- "tooltip": "score = 39.077022627705624\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.31983 (-0.81181%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 38.31752797219517,
+ "score-diff": "-1.0793206188278361",
+ "score-diff-perc": "-2.73961%",
+ "tooltip": "score = 38.31752797219517\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.07932 (-2.73961%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1119537,9 +1119537,9 @@
7
),
"score": 36.77452644733979,
- "score-diff": "-2.3024961803658357",
- "score-diff-perc": "-5.89220%",
- "tooltip": "score = 36.77452644733979\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.30250 (-5.89220%)",
+ "score-diff": "-1.5430015248553843",
+ "score-diff-perc": "-4.02688%",
+ "tooltip": "score = 36.77452644733979\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.54300 (-4.02688%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1119562,11 +1119562,11 @@
18,
7
),
- "score": 38.31752797219517,
- "score-diff": "1.5430015248553843",
- "score-diff-perc": "+4.19584%",
- "tooltip": "score = 38.31752797219517\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.54300 (+4.19584%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 39.077022627705624,
+ "score-diff": "2.3024961803658357",
+ "score-diff-perc": "+6.26112%",
+ "tooltip": "score = 39.077022627705624\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.30250 (+6.26112%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1119589,9 +1119589,9 @@
41
),
"score": 33.9630445626064,
- "score-diff": "-4.354483409588774",
- "score-diff-perc": "-11.36421%",
- "tooltip": "score = 33.9630445626064\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -4.35448 (-11.36421%)",
+ "score-diff": "-5.113978065099225",
+ "score-diff-perc": "-13.08692%",
+ "tooltip": "score = 33.9630445626064\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -5.11398 (-13.08692%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1119692,11 +1119692,11 @@
17,
1
),
- "score": 33.18701118317407,
- "score-diff": "-0.922361255473902",
- "score-diff-perc": "-2.70413%",
- "tooltip": "score = 33.18701118317407\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.92236 (-2.70413%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 32.59605990731651,
+ "score-diff": "-1.513312531331465",
+ "score-diff-perc": "-4.43665%",
+ "tooltip": "score = 32.59605990731651\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.51331 (-4.43665%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1119718,11 +1119718,11 @@
17,
1
),
- "score": 39.69443443859649,
- "score-diff": "6.507423255422417",
- "score-diff-perc": "+19.60834%",
- "tooltip": "score = 39.69443443859649\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +6.50742 (+19.60834%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 33.18701118317407,
+ "score-diff": "0.590951275857563",
+ "score-diff-perc": "+1.81295%",
+ "tooltip": "score = 33.18701118317407\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.59095 (+1.81295%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1119744,11 +1119744,11 @@
17,
1
),
- "score": 32.59605990731651,
- "score-diff": "-7.09837453127998",
- "score-diff-perc": "-17.88254%",
- "tooltip": "score = 32.59605990731651\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.09837 (-17.88254%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 39.69443443859649,
+ "score-diff": "6.507423255422417",
+ "score-diff-perc": "+19.60834%",
+ "tooltip": "score = 39.69443443859649\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +6.50742 (+19.60834%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1119771,9 +1119771,9 @@
7
),
"score": 39.44495503346431,
- "score-diff": "6.848895126147802",
- "score-diff-perc": "+21.01142%",
- "tooltip": "score = 39.44495503346431\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +6.84890 (+21.01142%)",
+ "score-diff": "-0.2494794051321776",
+ "score-diff-perc": "-0.62850%",
+ "tooltip": "score = 39.44495503346431\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.24948 (-0.62850%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1120056,11 +1120056,11 @@
16,
5
),
- "score": 33.60410183662089,
- "score-diff": "-1.5502794009076055",
- "score-diff-perc": "-4.40992%",
- "tooltip": "score = 33.60410183662089\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.55028 (-4.40992%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 38.759933022692586,
+ "score-diff": "3.6055517851640886",
+ "score-diff-perc": "+10.25634%",
+ "tooltip": "score = 38.759933022692586\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.60555 (+10.25634%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1120082,11 +1120082,11 @@
16,
5
),
- "score": 38.759933022692586,
- "score-diff": "5.155831186071694",
- "score-diff-perc": "+15.34286%",
- "tooltip": "score = 38.759933022692586\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.15583 (+15.34286%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 37.70750785337097,
+ "score-diff": "-1.0524251693216158",
+ "score-diff-perc": "-2.71524%",
+ "tooltip": "score = 37.70750785337097\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.05243 (-2.71524%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1120108,11 +1120108,11 @@
16,
5
),
- "score": 37.70750785337097,
- "score-diff": "-1.0524251693216158",
- "score-diff-perc": "-2.71524%",
- "tooltip": "score = 37.70750785337097\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.05243 (-2.71524%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 33.60410183662089,
+ "score-diff": "-4.103406016750078",
+ "score-diff-perc": "-10.88220%",
+ "tooltip": "score = 33.60410183662089\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.10341 (-10.88220%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1120135,9 +1120135,9 @@
21
),
"score": 34.532889657262274,
- "score-diff": "-3.174618196108696",
- "score-diff-perc": "-8.41906%",
- "tooltip": "score = 34.532889657262274\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -3.17462 (-8.41906%)",
+ "score-diff": "0.9287878206413822",
+ "score-diff-perc": "+2.76391%",
+ "tooltip": "score = 34.532889657262274\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.92879 (+2.76391%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1120446,11 +1120446,11 @@
8,
54
),
- "score": 36.78555727021667,
- "score-diff": "1.558934915679508",
- "score-diff-perc": "+4.42545%",
- "tooltip": "score = 36.78555727021667\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.55893 (+4.42545%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 38.938683684315684,
+ "score-diff": "3.712061329778521",
+ "score-diff-perc": "+10.53766%",
+ "tooltip": "score = 38.938683684315684\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +3.71206 (+10.53766%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1120472,11 +1120472,11 @@
8,
54
),
- "score": 38.938683684315684,
- "score-diff": "2.153126414099013",
- "score-diff-perc": "+5.85318%",
- "tooltip": "score = 38.938683684315684\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.15313 (+5.85318%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 36.78555727021667,
+ "score-diff": "-2.153126414099013",
+ "score-diff-perc": "-5.52953%",
+ "tooltip": "score = 36.78555727021667\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.15313 (-5.52953%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1120499,9 +1120499,9 @@
43
),
"score": 39.886441547647905,
- "score-diff": "0.947757863332221",
- "score-diff-perc": "+2.43398%",
- "tooltip": "score = 39.886441547647905\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.94776 (+2.43398%)",
+ "score-diff": "3.100884277431234",
+ "score-diff-perc": "+8.42962%",
+ "tooltip": "score = 39.886441547647905\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +3.10088 (+8.42962%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1126173,11 +1126173,11 @@
18,
7
),
- "score": 0.22998687161475276,
- "score-diff": "0.00031084146730234186",
- "score-diff-perc": "+0.13534%",
- "tooltip": "score = 0.22998687161475276\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00031 (+0.13534%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.22967101130110193,
+ "score-diff": "-5.018846348486816e-06",
+ "score-diff-perc": "-0.00219%",
+ "tooltip": "score = 0.22967101130110193\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00001 (-0.00219%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1126200,9 +1126200,9 @@
7
),
"score": 0.2295582504459227,
- "score-diff": "-0.0004286211688300512",
- "score-diff-perc": "-0.18637%",
- "tooltip": "score = 0.2295582504459227\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00043 (-0.18637%)",
+ "score-diff": "-0.00011276085517922252",
+ "score-diff-perc": "-0.04910%",
+ "tooltip": "score = 0.2295582504459227\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00011 (-0.04910%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1126225,11 +1126225,11 @@
18,
7
),
- "score": 0.22967101130110193,
- "score-diff": "0.00011276085517922252",
- "score-diff-perc": "+0.04912%",
- "tooltip": "score = 0.22967101130110193\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00011 (+0.04912%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.22998687161475276,
+ "score-diff": "0.0004286211688300512",
+ "score-diff-perc": "+0.18672%",
+ "tooltip": "score = 0.22998687161475276\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00043 (+0.18672%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1126252,9 +1126252,9 @@
41
),
"score": 0.1816485547785995,
- "score-diff": "-0.04802245652250242",
- "score-diff-perc": "-20.90924%",
- "tooltip": "score = 0.1816485547785995\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.04802 (-20.90924%)",
+ "score-diff": "-0.04833831683615325",
+ "score-diff-perc": "-21.01786%",
+ "tooltip": "score = 0.1816485547785995\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.04834 (-21.01786%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1126355,11 +1126355,11 @@
17,
1
),
- "score": 0.18195988645220365,
- "score-diff": "0.0003518839123227979",
- "score-diff-perc": "+0.19376%",
- "tooltip": "score = 0.18195988645220365\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00035 (+0.19376%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.2058722089412034,
+ "score-diff": "0.02426420640132254",
+ "score-diff-perc": "+13.36076%",
+ "tooltip": "score = 0.2058722089412034\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02426 (+13.36076%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1126381,11 +1126381,11 @@
17,
1
),
- "score": 0.22986410073709118,
- "score-diff": "0.04790421428488753",
- "score-diff-perc": "+26.32680%",
- "tooltip": "score = 0.22986410073709118\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04790 (+26.32680%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.18195988645220365,
+ "score-diff": "-0.023912322488999743",
+ "score-diff-perc": "-11.61513%",
+ "tooltip": "score = 0.18195988645220365\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.02391 (-11.61513%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1126407,11 +1126407,11 @@
17,
1
),
- "score": 0.2058722089412034,
- "score-diff": "-0.023991891795887788",
- "score-diff-perc": "-10.43742%",
- "tooltip": "score = 0.2058722089412034\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.02399 (-10.43742%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.22986410073709118,
+ "score-diff": "0.04790421428488753",
+ "score-diff-perc": "+26.32680%",
+ "tooltip": "score = 0.22986410073709118\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04790 (+26.32680%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1126434,9 +1126434,9 @@
7
),
"score": 0.2300368680132068,
- "score-diff": "0.024164659072003408",
- "score-diff-perc": "+11.73770%",
- "tooltip": "score = 0.2300368680132068\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.02416 (+11.73770%)",
+ "score-diff": "0.0001727672761156207",
+ "score-diff-perc": "+0.07516%",
+ "tooltip": "score = 0.2300368680132068\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00017 (+0.07516%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1126719,11 +1126719,11 @@
16,
5
),
- "score": 0.20625638341085206,
- "score-diff": "0.023559517781259393",
- "score-diff-perc": "+12.89541%",
- "tooltip": "score = 0.20625638341085206\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02356 (+12.89541%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.23040694071947074,
+ "score-diff": "0.04771007508987807",
+ "score-diff-perc": "+26.11434%",
+ "tooltip": "score = 0.23040694071947074\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.04771 (+26.11434%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1126745,11 +1126745,11 @@
16,
5
),
- "score": 0.23040694071947074,
- "score-diff": "0.024150557308618675",
- "score-diff-perc": "+11.70900%",
- "tooltip": "score = 0.23040694071947074\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02415 (+11.70900%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.1818258127649642,
+ "score-diff": "-0.04858112795450653",
+ "score-diff-perc": "-21.08492%",
+ "tooltip": "score = 0.1818258127649642\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04858 (-21.08492%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1126771,11 +1126771,11 @@
16,
5
),
- "score": 0.1818258127649642,
- "score-diff": "-0.04858112795450653",
- "score-diff-perc": "-21.08492%",
- "tooltip": "score = 0.1818258127649642\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04858 (-21.08492%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.20625638341085206,
+ "score-diff": "0.024430570645887856",
+ "score-diff-perc": "+13.43625%",
+ "tooltip": "score = 0.20625638341085206\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02443 (+13.43625%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1126798,9 +1126798,9 @@
21
),
"score": 0.18198870501953332,
- "score-diff": "0.0001628922545691136",
- "score-diff-perc": "+0.08959%",
- "tooltip": "score = 0.18198870501953332\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00016 (+0.08959%)",
+ "score-diff": "-0.024267678391318742",
+ "score-diff-perc": "-11.76578%",
+ "tooltip": "score = 0.18198870501953332\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.02427 (-11.76578%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1127109,11 +1127109,11 @@
8,
54
),
- "score": 0.2298371728448216,
- "score-diff": "-2.0893837571811513e-05",
- "score-diff-perc": "-0.00909%",
- "tooltip": "score = 0.2298371728448216\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00002 (-0.00909%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.15831128473448783,
+ "score-diff": "-0.07154678194790559",
+ "score-diff-perc": "-31.12650%",
+ "tooltip": "score = 0.15831128473448783\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.07155 (-31.12650%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1127135,11 +1127135,11 @@
8,
54
),
- "score": 0.15831128473448783,
- "score-diff": "-0.07152588811033378",
- "score-diff-perc": "-31.12024%",
- "tooltip": "score = 0.15831128473448783\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.07153 (-31.12024%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.2298371728448216,
+ "score-diff": "0.07152588811033378",
+ "score-diff-perc": "+45.18054%",
+ "tooltip": "score = 0.2298371728448216\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.07153 (+45.18054%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1127162,9 +1127162,9 @@
43
),
"score": 0.1579988970309084,
- "score-diff": "-0.000312387703579442",
- "score-diff-perc": "-0.19732%",
- "tooltip": "score = 0.1579988970309084\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00031 (-0.19732%)",
+ "score-diff": "-0.07183827581391322",
+ "score-diff-perc": "-31.25616%",
+ "tooltip": "score = 0.1579988970309084\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.07184 (-31.25616%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1132836,11 +1132836,11 @@
18,
7
),
- "score": 0.08701701892340336,
- "score-diff": "-8.055164351182531e-05",
- "score-diff-perc": "-0.09248%",
- "tooltip": "score = 0.08701701892340336\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00008 (-0.09248%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.08714736863576367,
+ "score-diff": "4.979806884848614e-05",
+ "score-diff-perc": "+0.05718%",
+ "tooltip": "score = 0.08714736863576367\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00005 (+0.05718%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1132863,9 +1132863,9 @@
7
),
"score": 0.08745312447959368,
- "score-diff": "0.0004361055561903221",
- "score-diff-perc": "+0.50117%",
- "tooltip": "score = 0.08745312447959368\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00044 (+0.50117%)",
+ "score-diff": "0.00030575584383001064",
+ "score-diff-perc": "+0.35085%",
+ "tooltip": "score = 0.08745312447959368\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00031 (+0.35085%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1132888,11 +1132888,11 @@
18,
7
),
- "score": 0.08714736863576367,
- "score-diff": "-0.00030575584383001064",
- "score-diff-perc": "-0.34962%",
- "tooltip": "score = 0.08714736863576367\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00031 (-0.34962%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.08701701892340336,
+ "score-diff": "-0.0004361055561903221",
+ "score-diff-perc": "-0.49867%",
+ "tooltip": "score = 0.08701701892340336\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00044 (-0.49867%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1132915,9 +1132915,9 @@
41
),
"score": 0.12464870795785991,
- "score-diff": "0.03750133932209625",
- "score-diff-perc": "+43.03210%",
- "tooltip": "score = 0.12464870795785991\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.03750 (+43.03210%)",
+ "score-diff": "0.03763168903445656",
+ "score-diff-perc": "+43.24636%",
+ "tooltip": "score = 0.12464870795785991\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.03763 (+43.24636%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1133018,11 +1133018,11 @@
17,
1
),
- "score": 0.12485541870486504,
- "score-diff": "-7.579246588440558e-05",
- "score-diff-perc": "-0.06067%",
- "tooltip": "score = 0.12485541870486504\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00008 (-0.06067%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.12487892490175563,
+ "score-diff": "-5.2286268993811946e-05",
+ "score-diff-perc": "-0.04185%",
+ "tooltip": "score = 0.12487892490175563\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00005 (-0.04185%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1133044,11 +1133044,11 @@
17,
1
),
- "score": 0.0869579181841349,
- "score-diff": "-0.03789750052073014",
- "score-diff-perc": "-30.35311%",
- "tooltip": "score = 0.0869579181841349\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03790 (-30.35311%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.12485541870486504,
+ "score-diff": "-2.3506196890593634e-05",
+ "score-diff-perc": "-0.01882%",
+ "tooltip": "score = 0.12485541870486504\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00002 (-0.01882%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1133070,11 +1133070,11 @@
17,
1
),
- "score": 0.12487892490175563,
- "score-diff": "0.037921006717620734",
- "score-diff-perc": "+43.60846%",
- "tooltip": "score = 0.12487892490175563\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03792 (+43.60846%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.0869579181841349,
+ "score-diff": "-0.03789750052073014",
+ "score-diff-perc": "-30.35311%",
+ "tooltip": "score = 0.0869579181841349\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03790 (-30.35311%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1133097,9 +1133097,9 @@
7
),
"score": 0.08698585160957639,
- "score-diff": "-0.03789307329217924",
- "score-diff-perc": "-30.34385%",
- "tooltip": "score = 0.08698585160957639\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.03789 (-30.34385%)",
+ "score-diff": "2.7933425441495352e-05",
+ "score-diff-perc": "+0.03212%",
+ "tooltip": "score = 0.08698585160957639\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00003 (+0.03212%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1133382,11 +1133382,11 @@
16,
5
),
- "score": 0.12428677186812008,
- "score-diff": "-0.0012312761328921867",
- "score-diff-perc": "-0.98096%",
- "tooltip": "score = 0.12428677186812008\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00123 (-0.98096%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.08673705796220636,
+ "score-diff": "-0.038780990038805904",
+ "score-diff-perc": "-30.89674%",
+ "tooltip": "score = 0.08673705796220636\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03878 (-30.89674%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1133408,11 +1133408,11 @@
16,
5
),
- "score": 0.08673705796220636,
- "score-diff": "-0.03754971390591372",
- "score-diff-perc": "-30.21216%",
- "tooltip": "score = 0.08673705796220636\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03755 (-30.21216%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.12476034528880857,
+ "score-diff": "0.038023287326602206",
+ "score-diff-perc": "+43.83742%",
+ "tooltip": "score = 0.12476034528880857\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03802 (+43.83742%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1133434,11 +1133434,11 @@
16,
5
),
- "score": 0.12476034528880857,
- "score-diff": "0.038023287326602206",
- "score-diff-perc": "+43.83742%",
- "tooltip": "score = 0.12476034528880857\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03802 (+43.83742%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.12428677186812008,
+ "score-diff": "-0.00047357342068848896",
+ "score-diff-perc": "-0.37959%",
+ "tooltip": "score = 0.12428677186812008\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00047 (-0.37959%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1133461,9 +1133461,9 @@
21
),
"score": 0.12466899228290296,
- "score-diff": "-9.135300590561168e-05",
- "score-diff-perc": "-0.07322%",
- "tooltip": "score = 0.12466899228290296\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00009 (-0.07322%)",
+ "score-diff": "0.00038222041478287727",
+ "score-diff-perc": "+0.30753%",
+ "tooltip": "score = 0.12466899228290296\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00038 (+0.30753%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1133772,11 +1133772,11 @@
8,
54
),
- "score": 0.10141696713295008,
- "score-diff": "-0.0003017043678018583",
- "score-diff-perc": "-0.29661%",
- "tooltip": "score = 0.10141696713295008\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00030 (-0.29661%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.0873349761781496,
+ "score-diff": "-0.014383695322602336",
+ "score-diff-perc": "-14.14066%",
+ "tooltip": "score = 0.0873349761781496\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.01438 (-14.14066%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1133798,11 +1133798,11 @@
8,
54
),
- "score": 0.0873349761781496,
- "score-diff": "-0.014081990954800477",
- "score-diff-perc": "-13.88524%",
- "tooltip": "score = 0.0873349761781496\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.01408 (-13.88524%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.10141696713295008,
+ "score-diff": "0.014081990954800477",
+ "score-diff-perc": "+16.12411%",
+ "tooltip": "score = 0.10141696713295008\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.01408 (+16.12411%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1133825,9 +1133825,9 @@
43
),
"score": 0.08699581173190096,
- "score-diff": "-0.0003391644462486382",
- "score-diff-perc": "-0.38835%",
- "tooltip": "score = 0.08699581173190096\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00034 (-0.38835%)",
+ "score-diff": "-0.014421155401049116",
+ "score-diff-perc": "-14.21967%",
+ "tooltip": "score = 0.08699581173190096\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.01442 (-14.21967%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1139499,11 +1139499,11 @@
18,
7
),
- "score": 5.436361456754263,
- "score-diff": "0.4433552567356722",
- "score-diff-perc": "+8.87953%",
- "tooltip": "score = 5.436361456754263\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.44336 (+8.87953%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 5.011452178752223,
+ "score-diff": "0.01844597873363263",
+ "score-diff-perc": "+0.36944%",
+ "tooltip": "score = 5.011452178752223\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01845 (+0.36944%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1139526,9 +1139526,9 @@
7
),
"score": 5.055561817386991,
- "score-diff": "-0.3807996393672717",
- "score-diff-perc": "-7.00468%",
- "tooltip": "score = 5.055561817386991\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.38080 (-7.00468%)",
+ "score-diff": "0.04410963863476791",
+ "score-diff-perc": "+0.88018%",
+ "tooltip": "score = 5.055561817386991\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.04411 (+0.88018%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1139551,11 +1139551,11 @@
18,
7
),
- "score": 5.011452178752223,
- "score-diff": "-0.04410963863476791",
- "score-diff-perc": "-0.87250%",
- "tooltip": "score = 5.011452178752223\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.04411 (-0.87250%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 5.436361456754263,
+ "score-diff": "0.3807996393672717",
+ "score-diff-perc": "+7.53229%",
+ "tooltip": "score = 5.436361456754263\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.38080 (+7.53229%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1139578,9 +1139578,9 @@
41
),
"score": 6.670795762055591,
- "score-diff": "1.659343583303368",
- "score-diff-perc": "+33.11103%",
- "tooltip": "score = 6.670795762055591\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.65934 (+33.11103%)",
+ "score-diff": "1.2344343053013285",
+ "score-diff-perc": "+22.70699%",
+ "tooltip": "score = 6.670795762055591\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.23443 (+22.70699%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1139681,11 +1139681,11 @@
17,
1
),
- "score": 6.7356937004725665,
- "score-diff": "0.10752828353146437",
- "score-diff-perc": "+1.62229%",
- "tooltip": "score = 6.7356937004725665\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.10753 (+1.62229%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 6.4043757240508645,
+ "score-diff": "-0.22378969289023765",
+ "score-diff-perc": "-3.37634%",
+ "tooltip": "score = 6.4043757240508645\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.22379 (-3.37634%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1139707,11 +1139707,11 @@
17,
1
),
- "score": 5.1440192781138165,
- "score-diff": "-1.59167442235875",
- "score-diff-perc": "-23.63045%",
- "tooltip": "score = 5.1440192781138165\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.59167 (-23.63045%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 6.7356937004725665,
+ "score-diff": "0.331317976421702",
+ "score-diff-perc": "+5.17331%",
+ "tooltip": "score = 6.7356937004725665\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.33132 (+5.17331%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1139733,11 +1139733,11 @@
17,
1
),
- "score": 6.4043757240508645,
- "score-diff": "1.260356445937048",
- "score-diff-perc": "+24.50139%",
- "tooltip": "score = 6.4043757240508645\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.26036 (+24.50139%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 5.1440192781138165,
+ "score-diff": "-1.59167442235875",
+ "score-diff-perc": "-23.63045%",
+ "tooltip": "score = 5.1440192781138165\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.59167 (-23.63045%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1139760,9 +1139760,9 @@
7
),
"score": 5.4584417369890375,
- "score-diff": "-0.9459339870618271",
- "score-diff-perc": "-14.77012%",
- "tooltip": "score = 5.4584417369890375\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.94593 (-14.77012%)",
+ "score-diff": "0.3144224588752209",
+ "score-diff-perc": "+6.11239%",
+ "tooltip": "score = 5.4584417369890375\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.31442 (+6.11239%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1140045,11 +1140045,11 @@
16,
5
),
- "score": 6.4477454123139495,
- "score-diff": "-0.10856110314532774",
- "score-diff-perc": "-1.65583%",
- "tooltip": "score = 6.4477454123139495\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.10856 (-1.65583%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 5.322185053627474,
+ "score-diff": "-1.234121461831803",
+ "score-diff-perc": "-18.82343%",
+ "tooltip": "score = 5.322185053627474\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.23412 (-18.82343%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1140071,11 +1140071,11 @@
16,
5
),
- "score": 5.322185053627474,
- "score-diff": "-1.1255603586864753",
- "score-diff-perc": "-17.45665%",
- "tooltip": "score = 5.322185053627474\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.12556 (-17.45665%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 6.68215573355272,
+ "score-diff": "1.3599706799252456",
+ "score-diff-perc": "+25.55286%",
+ "tooltip": "score = 6.68215573355272\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.35997 (+25.55286%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1140097,11 +1140097,11 @@
16,
5
),
- "score": 6.68215573355272,
- "score-diff": "1.3599706799252456",
- "score-diff-perc": "+25.55286%",
- "tooltip": "score = 6.68215573355272\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.35997 (+25.55286%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 6.4477454123139495,
+ "score-diff": "-0.23441032123877026",
+ "score-diff-perc": "-3.50800%",
+ "tooltip": "score = 6.4477454123139495\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.23441 (-3.50800%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1140124,9 +1140124,9 @@
21
),
"score": 6.690021011135857,
- "score-diff": "0.007865277583137598",
- "score-diff-perc": "+0.11771%",
- "tooltip": "score = 6.690021011135857\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00787 (+0.11771%)",
+ "score-diff": "0.24227559882190786",
+ "score-diff-perc": "+3.75752%",
+ "tooltip": "score = 6.690021011135857\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.24228 (+3.75752%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1140435,11 +1140435,11 @@
8,
54
),
- "score": 7.115187238865818,
- "score-diff": "0.003418453503576835",
- "score-diff-perc": "+0.04807%",
- "tooltip": "score = 7.115187238865818\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00342 (+0.04807%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 5.548391732432317,
+ "score-diff": "-1.5633770529299245",
+ "score-diff-perc": "-21.98296%",
+ "tooltip": "score = 5.548391732432317\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.56338 (-21.98296%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1140461,11 +1140461,11 @@
8,
54
),
- "score": 5.548391732432317,
- "score-diff": "-1.5667955064335013",
- "score-diff-perc": "-22.02044%",
- "tooltip": "score = 5.548391732432317\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.56680 (-22.02044%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 7.115187238865818,
+ "score-diff": "1.5667955064335013",
+ "score-diff-perc": "+28.23873%",
+ "tooltip": "score = 7.115187238865818\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.56680 (+28.23873%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1140488,9 +1140488,9 @@
43
),
"score": 5.194263782153756,
- "score-diff": "-0.3541279502785608",
- "score-diff-perc": "-6.38253%",
- "tooltip": "score = 5.194263782153756\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.35413 (-6.38253%)",
+ "score-diff": "-1.920923456712062",
+ "score-diff-perc": "-26.99751%",
+ "tooltip": "score = 5.194263782153756\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.92092 (-26.99751%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1146162,11 +1146162,11 @@
18,
7
),
- "score": 27.012755917873232,
- "score-diff": "0.29609376520333086",
- "score-diff-perc": "+1.10827%",
- "tooltip": "score = 27.012755917873232\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.29609 (+1.10827%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 26.75838057748538,
+ "score-diff": "0.04171842481547827",
+ "score-diff-perc": "+0.15615%",
+ "tooltip": "score = 26.75838057748538\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.04172 (+0.15615%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1146189,9 +1146189,9 @@
7
),
"score": 26.703989494837405,
- "score-diff": "-0.30876642303582713",
- "score-diff-perc": "-1.14304%",
- "tooltip": "score = 26.703989494837405\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.30877 (-1.14304%)",
+ "score-diff": "-0.05439108264797454",
+ "score-diff-perc": "-0.20327%",
+ "tooltip": "score = 26.703989494837405\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.05439 (-0.20327%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1146214,11 +1146214,11 @@
18,
7
),
- "score": 26.75838057748538,
- "score-diff": "0.05439108264797454",
- "score-diff-perc": "+0.20368%",
- "tooltip": "score = 26.75838057748538\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.05439 (+0.20368%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 27.012755917873232,
+ "score-diff": "0.30876642303582713",
+ "score-diff-perc": "+1.15626%",
+ "tooltip": "score = 27.012755917873232\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.30877 (+1.15626%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1146241,9 +1146241,9 @@
41
),
"score": 28.526865793081765,
- "score-diff": "1.7684852155963853",
- "score-diff-perc": "+6.60909%",
- "tooltip": "score = 28.526865793081765\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.76849 (+6.60909%)",
+ "score-diff": "1.5141098752085327",
+ "score-diff-perc": "+5.60517%",
+ "tooltip": "score = 28.526865793081765\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.51411 (+5.60517%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1146344,11 +1146344,11 @@
17,
1
),
- "score": 28.253960265062016,
- "score-diff": "1.0950300964156092",
- "score-diff-perc": "+4.03193%",
- "tooltip": "score = 28.253960265062016\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.09503 (+4.03193%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 27.944773572660665,
+ "score-diff": "0.7858434040142583",
+ "score-diff-perc": "+2.89350%",
+ "tooltip": "score = 27.944773572660665\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.78584 (+2.89350%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1146370,11 +1146370,11 @@
17,
1
),
- "score": 26.76263199471096,
- "score-diff": "-1.4913282703510546",
- "score-diff-perc": "-5.27830%",
- "tooltip": "score = 26.76263199471096\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.49133 (-5.27830%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 28.253960265062016,
+ "score-diff": "0.3091866924013509",
+ "score-diff-perc": "+1.10642%",
+ "tooltip": "score = 28.253960265062016\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.30919 (+1.10642%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1146396,11 +1146396,11 @@
17,
1
),
- "score": 27.944773572660665,
- "score-diff": "1.1821415779497038",
- "score-diff-perc": "+4.41713%",
- "tooltip": "score = 27.944773572660665\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.18214 (+4.41713%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 26.76263199471096,
+ "score-diff": "-1.4913282703510546",
+ "score-diff-perc": "-5.27830%",
+ "tooltip": "score = 26.76263199471096\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.49133 (-5.27830%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1146423,9 +1146423,9 @@
7
),
"score": 27.048921525016087,
- "score-diff": "-0.8958520476445777",
- "score-diff-perc": "-3.20579%",
- "tooltip": "score = 27.048921525016087\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.89585 (-3.20579%)",
+ "score-diff": "0.28628953030512605",
+ "score-diff-perc": "+1.06974%",
+ "tooltip": "score = 27.048921525016087\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.28629 (+1.06974%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1146708,11 +1146708,11 @@
16,
5
),
- "score": 25.94260654315893,
- "score-diff": "-1.2771049222792357",
- "score-diff-perc": "-4.69184%",
- "tooltip": "score = 25.94260654315893\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.27710 (-4.69184%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 26.9947584100976,
+ "score-diff": "-0.22495305534056698",
+ "score-diff-perc": "-0.82643%",
+ "tooltip": "score = 26.9947584100976\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.22495 (-0.82643%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1146734,11 +1146734,11 @@
16,
5
),
- "score": 26.9947584100976,
- "score-diff": "1.0521518669386687",
- "score-diff-perc": "+4.05569%",
- "tooltip": "score = 26.9947584100976\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.05215 (+4.05569%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 28.276934355874918,
+ "score-diff": "1.2821759457773183",
+ "score-diff-perc": "+4.74972%",
+ "tooltip": "score = 28.276934355874918\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.28218 (+4.74972%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1146760,11 +1146760,11 @@
16,
5
),
- "score": 28.276934355874918,
- "score-diff": "1.2821759457773183",
- "score-diff-perc": "+4.74972%",
- "tooltip": "score = 28.276934355874918\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.28218 (+4.74972%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 25.94260654315893,
+ "score-diff": "-2.334327812715987",
+ "score-diff-perc": "-8.25524%",
+ "tooltip": "score = 25.94260654315893\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.33433 (-8.25524%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1146787,9 +1146787,9 @@
21
),
"score": 28.9029007267992,
- "score-diff": "0.6259663709242815",
- "score-diff-perc": "+2.21370%",
- "tooltip": "score = 28.9029007267992\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.62597 (+2.21370%)",
+ "score-diff": "2.9602941836402685",
+ "score-diff-perc": "+11.41094%",
+ "tooltip": "score = 28.9029007267992\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.96029 (+11.41094%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1147098,11 +1147098,11 @@
8,
54
),
- "score": 28.953809640755953,
- "score-diff": "-0.6455793222995787",
- "score-diff-perc": "-2.18106%",
- "tooltip": "score = 28.953809640755953\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.64558 (-2.18106%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 26.986979941334187,
+ "score-diff": "-2.6124090217213443",
+ "score-diff-perc": "-8.82589%",
+ "tooltip": "score = 26.986979941334187\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.61241 (-8.82589%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1147124,11 +1147124,11 @@
8,
54
),
- "score": 26.986979941334187,
- "score-diff": "-1.9668296994217656",
- "score-diff-perc": "-6.79299%",
- "tooltip": "score = 26.986979941334187\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.96683 (-6.79299%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 28.953809640755953,
+ "score-diff": "1.9668296994217656",
+ "score-diff-perc": "+7.28807%",
+ "tooltip": "score = 28.953809640755953\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.96683 (+7.28807%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1147151,9 +1147151,9 @@
43
),
"score": 27.24617715015015,
- "score-diff": "0.2591972088159622",
- "score-diff-perc": "+0.96045%",
- "tooltip": "score = 27.24617715015015\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.25920 (+0.96045%)",
+ "score-diff": "-1.7076324906058034",
+ "score-diff-perc": "-5.89778%",
+ "tooltip": "score = 27.24617715015015\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.70763 (-5.89778%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1152825,11 +1152825,11 @@
18,
7
),
- "score": 4.423862110915625e-05,
- "score-diff": "-2.382078508156707e-06",
- "score-diff-perc": "-5.10949%",
- "tooltip": "score = 4.423862110915625e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-5.10949%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 4.497320845923037e-05,
+ "score-diff": "-1.6474911580825885e-06",
+ "score-diff-perc": "-3.53382%",
+ "tooltip": "score = 4.497320845923037e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-3.53382%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1152852,9 +1152852,9 @@
7
),
"score": 4.4467135385126666e-05,
- "score-diff": "2.2851427597041327e-07",
- "score-diff-perc": "+0.51655%",
- "tooltip": "score = 4.4467135385126666e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+0.51655%)",
+ "score-diff": "-5.060730741037053e-07",
+ "score-diff-perc": "-1.12528%",
+ "tooltip": "score = 4.4467135385126666e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-1.12528%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1152877,11 +1152877,11 @@
18,
7
),
- "score": 4.497320845923037e-05,
- "score-diff": "5.060730741037053e-07",
- "score-diff-perc": "+1.13808%",
- "tooltip": "score = 4.497320845923037e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+1.13808%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 4.423862110915625e-05,
+ "score-diff": "-2.2851427597041327e-07",
+ "score-diff-perc": "-0.51389%",
+ "tooltip": "score = 4.423862110915625e-05\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-0.51389%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1152904,9 +1152904,9 @@
41
),
"score": 6.225442675961665e-05,
- "score-diff": "1.7281218300386278e-05",
- "score-diff-perc": "+38.42558%",
- "tooltip": "score = 6.225442675961665e-05\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00002 (+38.42558%)",
+ "score-diff": "1.8015805650460397e-05",
+ "score-diff-perc": "+40.72416%",
+ "tooltip": "score = 6.225442675961665e-05\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00002 (+40.72416%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1153007,11 +1153007,11 @@
17,
1
),
- "score": 7.753783574034989e-05,
- "score-diff": "4.302997628550964e-06",
- "score-diff-perc": "+5.87562%",
- "tooltip": "score = 7.753783574034989e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00000 (+5.87562%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 7.641639349895499e-05,
+ "score-diff": "3.18155538715606e-06",
+ "score-diff-perc": "+4.34432%",
+ "tooltip": "score = 7.641639349895499e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00000 (+4.34432%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1153033,11 +1153033,11 @@
17,
1
),
- "score": 4.478051960244689e-05,
- "score-diff": "-3.2757316137903e-05",
- "score-diff-perc": "-42.24688%",
- "tooltip": "score = 4.478051960244689e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00003 (-42.24688%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 7.753783574034989e-05,
+ "score-diff": "1.121442241394904e-06",
+ "score-diff-perc": "+1.46754%",
+ "tooltip": "score = 7.753783574034989e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00000 (+1.46754%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1153059,11 +1153059,11 @@
17,
1
),
- "score": 7.641639349895499e-05,
- "score-diff": "3.1635873896508094e-05",
- "score-diff-perc": "+70.64651%",
- "tooltip": "score = 7.641639349895499e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00003 (+70.64651%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 4.478051960244689e-05,
+ "score-diff": "-3.2757316137903e-05",
+ "score-diff-perc": "-42.24688%",
+ "tooltip": "score = 4.478051960244689e-05\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00003 (-42.24688%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1153086,9 +1153086,9 @@
7
),
"score": 4.5662274790767036e-05,
- "score-diff": "-3.075411870818795e-05",
- "score-diff-perc": "-40.24545%",
- "tooltip": "score = 4.5662274790767036e-05\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00003 (-40.24545%)",
+ "score-diff": "8.817551883201431e-07",
+ "score-diff-perc": "+1.96906%",
+ "tooltip": "score = 4.5662274790767036e-05\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00000 (+1.96906%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1153371,11 +1153371,11 @@
16,
5
),
- "score": 7.197723168849767e-05,
- "score-diff": "5.51958570702498e-07",
- "score-diff-perc": "+0.77278%",
- "tooltip": "score = 7.197723168849767e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00000 (+0.77278%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 4.834606045490316e-05,
+ "score-diff": "-2.307921266289201e-05",
+ "score-diff-perc": "-32.31239%",
+ "tooltip": "score = 4.834606045490316e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00002 (-32.31239%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1153397,11 +1153397,11 @@
16,
5
),
- "score": 4.834606045490316e-05,
- "score-diff": "-2.3631171233594508e-05",
- "score-diff-perc": "-32.83145%",
- "tooltip": "score = 4.834606045490316e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00002 (-32.83145%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 7.17349129220465e-05,
+ "score-diff": "2.3388852467143337e-05",
+ "score-diff-perc": "+48.37799%",
+ "tooltip": "score = 7.17349129220465e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00002 (+48.37799%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1153423,11 +1153423,11 @@
16,
5
),
- "score": 7.17349129220465e-05,
- "score-diff": "2.3388852467143337e-05",
- "score-diff-perc": "+48.37799%",
- "tooltip": "score = 7.17349129220465e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00002 (+48.37799%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 7.197723168849767e-05,
+ "score-diff": "2.4231876645117113e-07",
+ "score-diff-perc": "+0.33780%",
+ "tooltip": "score = 7.197723168849767e-05\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00000 (+0.33780%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1153450,9 +1153450,9 @@
21
),
"score": 7.39141275370509e-05,
- "score-diff": "2.179214615004405e-06",
- "score-diff-perc": "+3.03787%",
- "tooltip": "score = 7.39141275370509e-05\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00000 (+3.03787%)",
+ "score-diff": "1.936895848553234e-06",
+ "score-diff-perc": "+2.69098%",
+ "tooltip": "score = 7.39141275370509e-05\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00000 (+2.69098%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1153761,11 +1153761,11 @@
8,
54
),
- "score": 7.511508410061201e-05,
- "score-diff": "1.1326925061902655e-06",
- "score-diff-perc": "+1.53103%",
- "tooltip": "score = 7.511508410061201e-05\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00000 (+1.53103%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 4.618019556378968e-05,
+ "score-diff": "-2.780219603063207e-05",
+ "score-diff-perc": "-37.57948%",
+ "tooltip": "score = 4.618019556378968e-05\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00003 (-37.57948%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1153787,11 +1153787,11 @@
8,
54
),
- "score": 4.618019556378968e-05,
- "score-diff": "-2.8934888536822336e-05",
- "score-diff-perc": "-38.52074%",
- "tooltip": "score = 4.618019556378968e-05\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00003 (-38.52074%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 7.511508410061201e-05,
+ "score-diff": "2.8934888536822336e-05",
+ "score-diff-perc": "+62.65649%",
+ "tooltip": "score = 7.511508410061201e-05\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00003 (+62.65649%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1153814,9 +1153814,9 @@
43
),
"score": 4.567209881761518e-05,
- "score-diff": "-5.080967461744965e-07",
- "score-diff-perc": "-1.10025%",
- "tooltip": "score = 4.567209881761518e-05\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00000 (-1.10025%)",
+ "score-diff": "-2.9442985282996833e-05",
+ "score-diff-perc": "-39.19717%",
+ "tooltip": "score = 4.567209881761518e-05\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00003 (-39.19717%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1159488,11 +1159488,11 @@
18,
7
),
- "score": 0.08730389921339354,
- "score-diff": "-0.00010775466624667052",
- "score-diff-perc": "-0.12327%",
- "tooltip": "score = 0.08730389921339354\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00011 (-0.12327%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.08699275785046173,
+ "score-diff": "-0.000418896029178481",
+ "score-diff-perc": "-0.47922%",
+ "tooltip": "score = 0.08699275785046173\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00042 (-0.47922%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1159515,9 +1159515,9 @@
7
),
"score": 0.08699628832519261,
- "score-diff": "-0.0003076108882009293",
- "score-diff-perc": "-0.35234%",
- "tooltip": "score = 0.08699628832519261\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00031 (-0.35234%)",
+ "score-diff": "3.5304747308811946e-06",
+ "score-diff-perc": "+0.00406%",
+ "tooltip": "score = 0.08699628832519261\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+0.00406%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1159540,11 +1159540,11 @@
18,
7
),
- "score": 0.08699275785046173,
- "score-diff": "-3.5304747308811946e-06",
- "score-diff-perc": "-0.00406%",
- "tooltip": "score = 0.08699275785046173\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-0.00406%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.08730389921339354,
+ "score-diff": "0.0003076108882009293",
+ "score-diff-perc": "+0.35359%",
+ "tooltip": "score = 0.08730389921339354\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00031 (+0.35359%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1159567,9 +1159567,9 @@
41
),
"score": 0.12522347720968385,
- "score-diff": "0.03823071935922212",
- "score-diff-perc": "+43.94701%",
- "tooltip": "score = 0.12522347720968385\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.03823 (+43.94701%)",
+ "score-diff": "0.03791957799629031",
+ "score-diff-perc": "+43.43400%",
+ "tooltip": "score = 0.12522347720968385\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.03792 (+43.43400%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1159670,11 +1159670,11 @@
17,
1
),
- "score": 0.12486024710239312,
- "score-diff": "9.86185705626752e-05",
- "score-diff-perc": "+0.07905%",
- "tooltip": "score = 0.12486024710239312\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00010 (+0.07905%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.12478453179438055,
+ "score-diff": "2.2903262550111325e-05",
+ "score-diff-perc": "+0.01836%",
+ "tooltip": "score = 0.12478453179438055\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00002 (+0.01836%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1159696,11 +1159696,11 @@
17,
1
),
- "score": 0.08679934516583593,
- "score-diff": "-0.03806090193655719",
- "score-diff-perc": "-30.48280%",
- "tooltip": "score = 0.08679934516583593\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03806 (-30.48280%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.12486024710239312,
+ "score-diff": "7.571530801256388e-05",
+ "score-diff-perc": "+0.06068%",
+ "tooltip": "score = 0.12486024710239312\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00008 (+0.06068%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1159722,11 +1159722,11 @@
17,
1
),
- "score": 0.12478453179438055,
- "score-diff": "0.03798518662854462",
- "score-diff-perc": "+43.76207%",
- "tooltip": "score = 0.12478453179438055\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03799 (+43.76207%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.08679934516583593,
+ "score-diff": "-0.03806090193655719",
+ "score-diff-perc": "-30.48280%",
+ "tooltip": "score = 0.08679934516583593\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03806 (-30.48280%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1159749,9 +1159749,9 @@
7
),
"score": 0.0869820686564123,
- "score-diff": "-0.037802463137968256",
- "score-diff-perc": "-30.29419%",
- "tooltip": "score = 0.0869820686564123\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.03780 (-30.29419%)",
+ "score-diff": "0.00018272349057636694",
+ "score-diff-perc": "+0.21051%",
+ "tooltip": "score = 0.0869820686564123\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00018 (+0.21051%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1160034,11 +1160034,11 @@
16,
5
),
- "score": 0.12456841263021179,
- "score-diff": "-0.0009811894041146518",
- "score-diff-perc": "-0.78152%",
- "tooltip": "score = 0.12456841263021179\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00098 (-0.78152%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.08664780390910272,
+ "score-diff": "-0.03890179812522372",
+ "score-diff-perc": "-30.98520%",
+ "tooltip": "score = 0.08664780390910272\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03890 (-30.98520%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1160060,11 +1160060,11 @@
16,
5
),
- "score": 0.08664780390910272,
- "score-diff": "-0.03792060872110907",
- "score-diff-perc": "-30.44159%",
- "tooltip": "score = 0.08664780390910272\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03792 (-30.44159%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.1245293200674978,
+ "score-diff": "0.03788151615839508",
+ "score-diff-perc": "+43.71896%",
+ "tooltip": "score = 0.1245293200674978\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03788 (+43.71896%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1160086,11 +1160086,11 @@
16,
5
),
- "score": 0.1245293200674978,
- "score-diff": "0.03788151615839508",
- "score-diff-perc": "+43.71896%",
- "tooltip": "score = 0.1245293200674978\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03788 (+43.71896%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.12456841263021179,
+ "score-diff": "3.9092562713990975e-05",
+ "score-diff-perc": "+0.03139%",
+ "tooltip": "score = 0.12456841263021179\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00004 (+0.03139%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1160113,9 +1160113,9 @@
21
),
"score": 0.12460796394137703,
- "score-diff": "7.86438738792361e-05",
- "score-diff-perc": "+0.06315%",
- "tooltip": "score = 0.12460796394137703\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00008 (+0.06315%)",
+ "score-diff": "3.955131116524513e-05",
+ "score-diff-perc": "+0.03175%",
+ "tooltip": "score = 0.12460796394137703\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00004 (+0.03175%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1160424,11 +1160424,11 @@
8,
54
),
- "score": 0.10215722223222812,
- "score-diff": "0.0006377051444588638",
- "score-diff-perc": "+0.62816%",
- "tooltip": "score = 0.10215722223222812\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00064 (+0.62816%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.08750374483607255,
+ "score-diff": "-0.014015772251696701",
+ "score-diff-perc": "-13.80599%",
+ "tooltip": "score = 0.08750374483607255\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.01402 (-13.80599%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1160450,11 +1160450,11 @@
8,
54
),
- "score": 0.08750374483607255,
- "score-diff": "-0.014653477396155565",
- "score-diff-perc": "-14.34404%",
- "tooltip": "score = 0.08750374483607255\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.01465 (-14.34404%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.10215722223222812,
+ "score-diff": "0.014653477396155565",
+ "score-diff-perc": "+16.74611%",
+ "tooltip": "score = 0.10215722223222812\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.01465 (+16.74611%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1160477,9 +1160477,9 @@
43
),
"score": 0.08700932495760122,
- "score-diff": "-0.0004944198784713333",
- "score-diff-perc": "-0.56503%",
- "tooltip": "score = 0.08700932495760122\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00049 (-0.56503%)",
+ "score-diff": "-0.015147897274626898",
+ "score-diff-perc": "-14.82802%",
+ "tooltip": "score = 0.08700932495760122\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.01515 (-14.82802%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1166151,11 +1166151,11 @@
18,
7
),
- "score": 0.09033667054597046,
- "score-diff": "0.004414652381740686",
- "score-diff-perc": "+5.13798%",
- "tooltip": "score = 0.09033667054597046\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00441 (+5.13798%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.08884079710507915,
+ "score-diff": "0.0029187789408493814",
+ "score-diff-perc": "+3.39701%",
+ "tooltip": "score = 0.08884079710507915\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00292 (+3.39701%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1166178,9 +1166178,9 @@
7
),
"score": 0.08894709548879953,
- "score-diff": "-0.0013895750571709248",
- "score-diff-perc": "-1.53822%",
- "tooltip": "score = 0.08894709548879953\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00139 (-1.53822%)",
+ "score-diff": "0.00010629838372037959",
+ "score-diff-perc": "+0.11965%",
+ "tooltip": "score = 0.08894709548879953\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00011 (+0.11965%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1166203,11 +1166203,11 @@
18,
7
),
- "score": 0.08884079710507915,
- "score-diff": "-0.00010629838372037959",
- "score-diff-perc": "-0.11951%",
- "tooltip": "score = 0.08884079710507915\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00011 (-0.11951%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.09033667054597046,
+ "score-diff": "0.0013895750571709248",
+ "score-diff-perc": "+1.56225%",
+ "tooltip": "score = 0.09033667054597046\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00139 (+1.56225%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1166230,9 +1166230,9 @@
41
),
"score": 0.29703961764146647,
- "score-diff": "0.20819882053638733",
- "score-diff-perc": "+234.35046%",
- "tooltip": "score = 0.29703961764146647\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.20820 (+234.35046%)",
+ "score-diff": "0.20670294709549603",
+ "score-diff-perc": "+228.81400%",
+ "tooltip": "score = 0.29703961764146647\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.20670 (+228.81400%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1166333,11 +1166333,11 @@
17,
1
),
- "score": 0.2960639223310365,
- "score-diff": "-0.0268873297178317",
- "score-diff-perc": "-8.32551%",
- "tooltip": "score = 0.2960639223310365\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.02689 (-8.32551%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.29675919681986146,
+ "score-diff": "-0.02619205522900675",
+ "score-diff-perc": "-8.11022%",
+ "tooltip": "score = 0.29675919681986146\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.02619 (-8.11022%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1166359,11 +1166359,11 @@
17,
1
),
- "score": 0.0823058338845073,
- "score-diff": "-0.21375808844652922",
- "score-diff-perc": "-72.19998%",
- "tooltip": "score = 0.0823058338845073\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.21376 (-72.19998%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.2960639223310365,
+ "score-diff": "-0.0006952744888249485",
+ "score-diff-perc": "-0.23429%",
+ "tooltip": "score = 0.2960639223310365\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00070 (-0.23429%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1166385,11 +1166385,11 @@
17,
1
),
- "score": 0.29675919681986146,
- "score-diff": "0.21445336293535416",
- "score-diff-perc": "+260.55670%",
- "tooltip": "score = 0.29675919681986146\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.21445 (+260.55670%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.0823058338845073,
+ "score-diff": "-0.21375808844652922",
+ "score-diff-perc": "-72.19998%",
+ "tooltip": "score = 0.0823058338845073\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.21376 (-72.19998%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1166412,9 +1166412,9 @@
7
),
"score": 0.08875079439807541,
- "score-diff": "-0.20800840242178603",
- "score-diff-perc": "-70.09333%",
- "tooltip": "score = 0.08875079439807541\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.20801 (-70.09333%)",
+ "score-diff": "0.006444960513568118",
+ "score-diff-perc": "+7.83050%",
+ "tooltip": "score = 0.08875079439807541\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00644 (+7.83050%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1166697,11 +1166697,11 @@
16,
5
),
- "score": 0.2960873663217722,
- "score-diff": "-0.0020317010733166274",
- "score-diff-perc": "-0.68151%",
- "tooltip": "score = 0.2960873663217722\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00203 (-0.68151%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.0951711771224741,
+ "score-diff": "-0.20294789027261473",
+ "score-diff-perc": "-68.07612%",
+ "tooltip": "score = 0.0951711771224741\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.20295 (-68.07612%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1166723,11 +1166723,11 @@
16,
5
),
- "score": 0.0951711771224741,
- "score-diff": "-0.2009161891992981",
- "score-diff-perc": "-67.85706%",
- "tooltip": "score = 0.0951711771224741\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.20092 (-67.85706%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.29618856738510285,
+ "score-diff": "0.20101739026262877",
+ "score-diff-perc": "+211.21667%",
+ "tooltip": "score = 0.29618856738510285\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.20102 (+211.21667%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1166749,11 +1166749,11 @@
16,
5
),
- "score": 0.29618856738510285,
- "score-diff": "0.20101739026262877",
- "score-diff-perc": "+211.21667%",
- "tooltip": "score = 0.29618856738510285\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.20102 (+211.21667%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.2960873663217722,
+ "score-diff": "-0.00010120106333066925",
+ "score-diff-perc": "-0.03417%",
+ "tooltip": "score = 0.2960873663217722\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00010 (-0.03417%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1166776,9 +1166776,9 @@
21
),
"score": 0.29428362749619347,
- "score-diff": "-0.001904939888909385",
- "score-diff-perc": "-0.64315%",
- "tooltip": "score = 0.29428362749619347\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00190 (-0.64315%)",
+ "score-diff": "-0.0018037388255787157",
+ "score-diff-perc": "-0.60919%",
+ "tooltip": "score = 0.29428362749619347\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00180 (-0.60919%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1167087,11 +1167087,11 @@
8,
54
),
- "score": 0.29483132895080905,
- "score-diff": "-0.0007377913227453736",
- "score-diff-perc": "-0.24962%",
- "tooltip": "score = 0.29483132895080905\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00074 (-0.24962%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.11424890487900209,
+ "score-diff": "-0.18132021539455234",
+ "score-diff-perc": "-61.34613%",
+ "tooltip": "score = 0.11424890487900209\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.18132 (-61.34613%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1167113,11 +1167113,11 @@
8,
54
),
- "score": 0.11424890487900209,
- "score-diff": "-0.18058242407180697",
- "score-diff-perc": "-61.24940%",
- "tooltip": "score = 0.11424890487900209\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.18058 (-61.24940%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.29483132895080905,
+ "score-diff": "0.18058242407180697",
+ "score-diff-perc": "+158.06053%",
+ "tooltip": "score = 0.29483132895080905\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.18058 (+158.06053%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1167140,9 +1167140,9 @@
43
),
"score": 0.08242204435986238,
- "score-diff": "-0.031826860519139716",
- "score-diff-perc": "-27.85748%",
- "tooltip": "score = 0.08242204435986238\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.03183 (-27.85748%)",
+ "score-diff": "-0.21240928459094666",
+ "score-diff-perc": "-72.04434%",
+ "tooltip": "score = 0.08242204435986238\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.21241 (-72.04434%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1172814,11 +1172814,11 @@
18,
7
),
- "score": 0.027634107184492763,
- "score-diff": "-0.00013520287991686947",
- "score-diff-perc": "-0.48688%",
- "tooltip": "score = 0.027634107184492763\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00014 (-0.48688%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.027696392245215164,
+ "score-diff": "-7.291781919446794e-05",
+ "score-diff-perc": "-0.26258%",
+ "tooltip": "score = 0.027696392245215164\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00007 (-0.26258%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1172841,9 +1172841,9 @@
7
),
"score": 0.02766516135866388,
- "score-diff": "3.105417417111761e-05",
- "score-diff-perc": "+0.11238%",
- "tooltip": "score = 0.02766516135866388\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00003 (+0.11238%)",
+ "score-diff": "-3.123088655128392e-05",
+ "score-diff-perc": "-0.11276%",
+ "tooltip": "score = 0.02766516135866388\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00003 (-0.11276%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1172866,11 +1172866,11 @@
18,
7
),
- "score": 0.027696392245215164,
- "score-diff": "3.123088655128392e-05",
- "score-diff-perc": "+0.11289%",
- "tooltip": "score = 0.027696392245215164\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00003 (+0.11289%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.027634107184492763,
+ "score-diff": "-3.105417417111761e-05",
+ "score-diff-perc": "-0.11225%",
+ "tooltip": "score = 0.027634107184492763\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00003 (-0.11225%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1172893,9 +1172893,9 @@
41
),
"score": 0.029501928735997458,
- "score-diff": "0.0018055364907822932",
- "score-diff-perc": "+6.51903%",
- "tooltip": "score = 0.029501928735997458\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00181 (+6.51903%)",
+ "score-diff": "0.0018678215515046948",
+ "score-diff-perc": "+6.75912%",
+ "tooltip": "score = 0.029501928735997458\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00187 (+6.75912%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1172996,11 +1172996,11 @@
17,
1
),
- "score": 0.02993535408032717,
- "score-diff": "0.00015558807813974979",
- "score-diff-perc": "+0.52246%",
- "tooltip": "score = 0.02993535408032717\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00016 (+0.52246%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.029665562939997652,
+ "score-diff": "-0.00011420306218976745",
+ "score-diff-perc": "-0.38349%",
+ "tooltip": "score = 0.029665562939997652\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00011 (-0.38349%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1173022,11 +1173022,11 @@
17,
1
),
- "score": 0.0277726305952459,
- "score-diff": "-0.0021627234850812686",
- "score-diff-perc": "-7.22465%",
- "tooltip": "score = 0.0277726305952459\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00216 (-7.22465%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.02993535408032717,
+ "score-diff": "0.00026979114032951723",
+ "score-diff-perc": "+0.90944%",
+ "tooltip": "score = 0.02993535408032717\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00027 (+0.90944%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1173048,11 +1173048,11 @@
17,
1
),
- "score": 0.029665562939997652,
- "score-diff": "0.0018929323447517514",
- "score-diff-perc": "+6.81582%",
- "tooltip": "score = 0.029665562939997652\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00189 (+6.81582%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.0277726305952459,
+ "score-diff": "-0.0021627234850812686",
+ "score-diff-perc": "-7.22465%",
+ "tooltip": "score = 0.0277726305952459\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00216 (-7.22465%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1173075,9 +1173075,9 @@
7
),
"score": 0.02891503792112884,
- "score-diff": "-0.0007505250188688112",
- "score-diff-perc": "-2.52995%",
- "tooltip": "score = 0.02891503792112884\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00075 (-2.52995%)",
+ "score-diff": "0.0011424073258829402",
+ "score-diff-perc": "+4.11343%",
+ "tooltip": "score = 0.02891503792112884\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00114 (+4.11343%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1173360,11 +1173360,11 @@
16,
5
),
- "score": 0.0295848775113469,
- "score-diff": "-0.00016796778452899536",
- "score-diff-perc": "-0.56454%",
- "tooltip": "score = 0.0295848775113469\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00017 (-0.56454%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.027840210483302413,
+ "score-diff": "-0.001912634812573484",
+ "score-diff-perc": "-6.42841%",
+ "tooltip": "score = 0.027840210483302413\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00191 (-6.42841%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1173386,11 +1173386,11 @@
16,
5
),
- "score": 0.027840210483302413,
- "score-diff": "-0.0017446670280444887",
- "score-diff-perc": "-5.89716%",
- "tooltip": "score = 0.027840210483302413\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00174 (-5.89716%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.029579142415816533,
+ "score-diff": "0.0017389319325141206",
+ "score-diff-perc": "+6.24612%",
+ "tooltip": "score = 0.029579142415816533\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00174 (+6.24612%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1173412,11 +1173412,11 @@
16,
5
),
- "score": 0.029579142415816533,
- "score-diff": "0.0017389319325141206",
- "score-diff-perc": "+6.24612%",
- "tooltip": "score = 0.029579142415816533\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00174 (+6.24612%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.0295848775113469,
+ "score-diff": "5.735095530368106e-06",
+ "score-diff-perc": "+0.01939%",
+ "tooltip": "score = 0.0295848775113469\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00001 (+0.01939%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1173439,9 +1173439,9 @@
21
),
"score": 0.029513107138732328,
- "score-diff": "-6.603527708420528e-05",
- "score-diff-perc": "-0.22325%",
- "tooltip": "score = 0.029513107138732328\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00007 (-0.22325%)",
+ "score-diff": "-7.177037261457339e-05",
+ "score-diff-perc": "-0.24259%",
+ "tooltip": "score = 0.029513107138732328\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00007 (-0.24259%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1173750,11 +1173750,11 @@
8,
54
),
- "score": 0.0293724493054108,
- "score-diff": "-0.00022260794834737252",
- "score-diff-perc": "-0.75218%",
- "tooltip": "score = 0.0293724493054108\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00022 (-0.75218%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.02828100130075739,
+ "score-diff": "-0.0013140559530007805",
+ "score-diff-perc": "-4.44012%",
+ "tooltip": "score = 0.02828100130075739\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00131 (-4.44012%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1173776,11 +1173776,11 @@
8,
54
),
- "score": 0.02828100130075739,
- "score-diff": "-0.001091448004653408",
- "score-diff-perc": "-3.71589%",
- "tooltip": "score = 0.02828100130075739\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00109 (-3.71589%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.0293724493054108,
+ "score-diff": "0.001091448004653408",
+ "score-diff-perc": "+3.85930%",
+ "tooltip": "score = 0.0293724493054108\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00109 (+3.85930%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1173803,9 +1173803,9 @@
43
),
"score": 0.027594400104650335,
- "score-diff": "-0.0006866011961070562",
- "score-diff-perc": "-2.42778%",
- "tooltip": "score = 0.027594400104650335\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00069 (-2.42778%)",
+ "score-diff": "-0.001778049200760464",
+ "score-diff-perc": "-6.05346%",
+ "tooltip": "score = 0.027594400104650335\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00178 (-6.05346%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1179451,11 +1179451,11 @@
18,
7
),
- "score": 6.57888162251168,
- "score-diff": "0.20656719040713156",
- "score-diff-perc": "+3.24164%",
- "tooltip": "score = 6.57888162251168\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.20657 (+3.24164%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 6.3113023886054345,
+ "score-diff": "-0.06101204349911438",
+ "score-diff-perc": "-0.95746%",
+ "tooltip": "score = 6.3113023886054345\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.06101 (-0.95746%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1179478,9 +1179478,9 @@
7
),
"score": 6.231956648925304,
- "score-diff": "-0.3469249735863764",
- "score-diff-perc": "-5.27331%",
- "tooltip": "score = 6.231956648925304\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.34692 (-5.27331%)",
+ "score-diff": "-0.07934573968013048",
+ "score-diff-perc": "-1.25720%",
+ "tooltip": "score = 6.231956648925304\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.07935 (-1.25720%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1179503,11 +1179503,11 @@
18,
7
),
- "score": 6.3113023886054345,
- "score-diff": "0.07934573968013048",
- "score-diff-perc": "+1.27321%",
- "tooltip": "score = 6.3113023886054345\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.07935 (+1.27321%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 6.57888162251168,
+ "score-diff": "0.3469249735863764",
+ "score-diff-perc": "+5.56687%",
+ "tooltip": "score = 6.57888162251168\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.34692 (+5.56687%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1179530,9 +1179530,9 @@
41
),
"score": 5.405153255477885,
- "score-diff": "-0.9061491331275491",
- "score-diff-perc": "-14.35756%",
- "tooltip": "score = 5.405153255477885\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.90615 (-14.35756%)",
+ "score-diff": "-1.173728367033795",
+ "score-diff-perc": "-17.84085%",
+ "tooltip": "score = 5.405153255477885\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -1.17373 (-17.84085%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1179633,11 +1179633,11 @@
17,
1
),
- "score": 6.127407025449749,
- "score-diff": "0.1865658743245886",
- "score-diff-perc": "+3.14039%",
- "tooltip": "score = 6.127407025449749\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.18657 (+3.14039%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 5.851894114581469,
+ "score-diff": "-0.08894703654369085",
+ "score-diff-perc": "-1.49721%",
+ "tooltip": "score = 5.851894114581469\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.08895 (-1.49721%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1179659,11 +1179659,11 @@
17,
1
),
- "score": 6.423231681590813,
- "score-diff": "0.2958246561410638",
- "score-diff-perc": "+4.82789%",
- "tooltip": "score = 6.423231681590813\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.29582 (+4.82789%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 6.127407025449749,
+ "score-diff": "0.27551291086827945",
+ "score-diff-perc": "+4.70810%",
+ "tooltip": "score = 6.127407025449749\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.27551 (+4.70810%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1179685,11 +1179685,11 @@
17,
1
),
- "score": 5.851894114581469,
- "score-diff": "-0.5713375670093432",
- "score-diff-perc": "-8.89486%",
- "tooltip": "score = 5.851894114581469\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.57134 (-8.89486%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 6.423231681590813,
+ "score-diff": "0.2958246561410638",
+ "score-diff-perc": "+4.82789%",
+ "tooltip": "score = 6.423231681590813\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.29582 (+4.82789%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1179712,9 +1179712,9 @@
7
),
"score": 6.430960483079264,
- "score-diff": "0.579066368497795",
- "score-diff-perc": "+9.89537%",
- "tooltip": "score = 6.430960483079264\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.57907 (+9.89537%)",
+ "score-diff": "0.007728801488451786",
+ "score-diff-perc": "+0.12033%",
+ "tooltip": "score = 6.430960483079264\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00773 (+0.12033%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1179997,11 +1179997,11 @@
16,
5
),
- "score": 6.3502085356788385,
- "score-diff": "0.5811410618558748",
- "score-diff-perc": "+10.07340%",
- "tooltip": "score = 6.3502085356788385\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.58114 (+10.07340%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 6.510806304228471,
+ "score-diff": "0.7417388304055077",
+ "score-diff-perc": "+12.85717%",
+ "tooltip": "score = 6.510806304228471\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.74174 (+12.85717%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1180023,11 +1180023,11 @@
16,
5
),
- "score": 6.510806304228471,
- "score-diff": "0.16059776854963292",
- "score-diff-perc": "+2.52902%",
- "tooltip": "score = 6.510806304228471\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.16060 (+2.52902%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 5.958282347051597,
+ "score-diff": "-0.5525239571768745",
+ "score-diff-perc": "-8.48626%",
+ "tooltip": "score = 5.958282347051597\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.55252 (-8.48626%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1180049,11 +1180049,11 @@
16,
5
),
- "score": 5.958282347051597,
- "score-diff": "-0.5525239571768745",
- "score-diff-perc": "-8.48626%",
- "tooltip": "score = 5.958282347051597\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.55252 (-8.48626%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 6.3502085356788385,
+ "score-diff": "0.3919261886272416",
+ "score-diff-perc": "+6.57784%",
+ "tooltip": "score = 6.3502085356788385\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.39193 (+6.57784%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1180076,9 +1180076,9 @@
21
),
"score": 5.7205962207486,
- "score-diff": "-0.23768612630299657",
- "score-diff-perc": "-3.98917%",
- "tooltip": "score = 5.7205962207486\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.23769 (-3.98917%)",
+ "score-diff": "-0.6296123149302382",
+ "score-diff-perc": "-9.91483%",
+ "tooltip": "score = 5.7205962207486\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.62961 (-9.91483%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1180387,11 +1180387,11 @@
8,
54
),
- "score": 6.739704488699339,
- "score-diff": "0.17689037955674003",
- "score-diff-perc": "+2.69534%",
- "tooltip": "score = 6.739704488699339\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.17689 (+2.69534%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 8.479276845313734,
+ "score-diff": "1.9164627361711348",
+ "score-diff-perc": "+29.20184%",
+ "tooltip": "score = 8.479276845313734\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.91646 (+29.20184%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1180413,11 +1180413,11 @@
8,
54
),
- "score": 8.479276845313734,
- "score-diff": "1.7395723566143948",
- "score-diff-perc": "+25.81081%",
- "tooltip": "score = 8.479276845313734\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.73957 (+25.81081%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 6.739704488699339,
+ "score-diff": "-1.7395723566143948",
+ "score-diff-perc": "-20.51557%",
+ "tooltip": "score = 6.739704488699339\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.73957 (-20.51557%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1180440,9 +1180440,9 @@
43
),
"score": 8.808270380600492,
- "score-diff": "0.3289935352867577",
- "score-diff-perc": "+3.87997%",
- "tooltip": "score = 8.808270380600492\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.32899 (+3.87997%)",
+ "score-diff": "2.0685658919011525",
+ "score-diff-perc": "+30.69223%",
+ "tooltip": "score = 8.808270380600492\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +2.06857 (+30.69223%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1186114,11 +1186114,11 @@
18,
7
),
- "score": 0.0868624986709816,
- "score-diff": "-0.0002744681809506988",
- "score-diff-perc": "-0.31498%",
- "tooltip": "score = 0.0868624986709816\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00027 (-0.31498%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.08709458049727781,
+ "score-diff": "-4.23863546544917e-05",
+ "score-diff-perc": "-0.04864%",
+ "tooltip": "score = 0.08709458049727781\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00004 (-0.04864%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1186141,9 +1186141,9 @@
7
),
"score": 0.08711550354621711,
- "score-diff": "0.0002530048752355102",
- "score-diff-perc": "+0.29127%",
- "tooltip": "score = 0.08711550354621711\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00025 (+0.29127%)",
+ "score-diff": "2.092304893930308e-05",
+ "score-diff-perc": "+0.02402%",
+ "tooltip": "score = 0.08711550354621711\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00002 (+0.02402%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1186166,11 +1186166,11 @@
18,
7
),
- "score": 0.08709458049727781,
- "score-diff": "-2.092304893930308e-05",
- "score-diff-perc": "-0.02402%",
- "tooltip": "score = 0.08709458049727781\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00002 (-0.02402%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.0868624986709816,
+ "score-diff": "-0.0002530048752355102",
+ "score-diff-perc": "-0.29042%",
+ "tooltip": "score = 0.0868624986709816\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00025 (-0.29042%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1186193,9 +1186193,9 @@
41
),
"score": 0.1246822907493514,
- "score-diff": "0.037587710252073595",
- "score-diff-perc": "+43.15735%",
- "tooltip": "score = 0.1246822907493514\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.03759 (+43.15735%)",
+ "score-diff": "0.0378197920783698",
+ "score-diff-perc": "+43.53984%",
+ "tooltip": "score = 0.1246822907493514\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.03782 (+43.53984%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1186296,11 +1186296,11 @@
17,
1
),
- "score": 0.12559199778275715,
- "score-diff": "0.0004391304623482528",
- "score-diff-perc": "+0.35088%",
- "tooltip": "score = 0.12559199778275715\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00044 (+0.35088%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.12457113098057447,
+ "score-diff": "-0.0005817363398344239",
+ "score-diff-perc": "-0.46482%",
+ "tooltip": "score = 0.12457113098057447\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00058 (-0.46482%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1186322,11 +1186322,11 @@
17,
1
),
- "score": 0.08713267761895914,
- "score-diff": "-0.03845932016379801",
- "score-diff-perc": "-30.62243%",
- "tooltip": "score = 0.08713267761895914\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03846 (-30.62243%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.12559199778275715,
+ "score-diff": "0.0010208668021826767",
+ "score-diff-perc": "+0.81951%",
+ "tooltip": "score = 0.12559199778275715\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00102 (+0.81951%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1186348,11 +1186348,11 @@
17,
1
),
- "score": 0.12457113098057447,
- "score-diff": "0.03743845336161533",
- "score-diff-perc": "+42.96718%",
- "tooltip": "score = 0.12457113098057447\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03744 (+42.96718%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.08713267761895914,
+ "score-diff": "-0.03845932016379801",
+ "score-diff-perc": "-30.62243%",
+ "tooltip": "score = 0.08713267761895914\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03846 (-30.62243%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1186375,9 +1186375,9 @@
7
),
"score": 0.08737894152389154,
- "score-diff": "-0.03719218945668293",
- "score-diff-perc": "-29.85619%",
- "tooltip": "score = 0.08737894152389154\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.03719 (-29.85619%)",
+ "score-diff": "0.00024626390493240335",
+ "score-diff-perc": "+0.28263%",
+ "tooltip": "score = 0.08737894152389154\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00025 (+0.28263%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1186660,11 +1186660,11 @@
16,
5
),
- "score": 0.12471336290911945,
- "score-diff": "-0.0008600581404295676",
- "score-diff-perc": "-0.68490%",
- "tooltip": "score = 0.12471336290911945\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00086 (-0.68490%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.08697723902673672,
+ "score-diff": "-0.0385961820228123",
+ "score-diff-perc": "-30.73595%",
+ "tooltip": "score = 0.08697723902673672\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03860 (-30.73595%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1186686,11 +1186686,11 @@
16,
5
),
- "score": 0.08697723902673672,
- "score-diff": "-0.03773612388238273",
- "score-diff-perc": "-30.25828%",
- "tooltip": "score = 0.08697723902673672\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03774 (-30.25828%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.12466860594931717,
+ "score-diff": "0.037691366922580447",
+ "score-diff-perc": "+43.33475%",
+ "tooltip": "score = 0.12466860594931717\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03769 (+43.33475%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1186712,11 +1186712,11 @@
16,
5
),
- "score": 0.12466860594931717,
- "score-diff": "0.037691366922580447",
- "score-diff-perc": "+43.33475%",
- "tooltip": "score = 0.12466860594931717\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03769 (+43.33475%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.12471336290911945,
+ "score-diff": "4.475695980228622e-05",
+ "score-diff-perc": "+0.03590%",
+ "tooltip": "score = 0.12471336290911945\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00004 (+0.03590%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1186739,9 +1186739,9 @@
21
),
"score": 0.1248130001874385,
- "score-diff": "0.00014439423812133423",
- "score-diff-perc": "+0.11582%",
- "tooltip": "score = 0.1248130001874385\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00014 (+0.11582%)",
+ "score-diff": "9.9637278319048e-05",
+ "score-diff-perc": "+0.07989%",
+ "tooltip": "score = 0.1248130001874385\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00010 (+0.07989%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1187050,11 +1187050,11 @@
8,
54
),
- "score": 0.1015591368177849,
- "score-diff": "0.00019562492268324072",
- "score-diff-perc": "+0.19299%",
- "tooltip": "score = 0.1015591368177849\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00020 (+0.19299%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.08717333086109781,
+ "score-diff": "-0.014190181034003851",
+ "score-diff-perc": "-13.99930%",
+ "tooltip": "score = 0.08717333086109781\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.01419 (-13.99930%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1187076,11 +1187076,11 @@
8,
54
),
- "score": 0.08717333086109781,
- "score-diff": "-0.014385805956687092",
- "score-diff-perc": "-14.16495%",
- "tooltip": "score = 0.08717333086109781\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.01439 (-14.16495%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.1015591368177849,
+ "score-diff": "0.014385805956687092",
+ "score-diff-perc": "+16.50253%",
+ "tooltip": "score = 0.1015591368177849\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.01439 (+16.50253%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1187103,9 +1187103,9 @@
43
),
"score": 0.08726263636116909,
- "score-diff": "8.930550007127391e-05",
- "score-diff-perc": "+0.10245%",
- "tooltip": "score = 0.08726263636116909\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00009 (+0.10245%)",
+ "score-diff": "-0.014296500456615818",
+ "score-diff-perc": "-14.07702%",
+ "tooltip": "score = 0.08726263636116909\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.01430 (-14.07702%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1192777,11 +1192777,11 @@
18,
7
),
- "score": 6.698161903626912,
- "score-diff": "-0.14765781085882068",
- "score-diff-perc": "-2.15690%",
- "tooltip": "score = 6.698161903626912\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.14766 (-2.15690%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 6.756829769279818,
+ "score-diff": "-0.08898994520591419",
+ "score-diff-perc": "-1.29992%",
+ "tooltip": "score = 6.756829769279818\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.08899 (-1.29992%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1192804,9 +1192804,9 @@
7
),
"score": 6.741125892638578,
- "score-diff": "0.04296398901166665",
- "score-diff-perc": "+0.64143%",
- "tooltip": "score = 6.741125892638578\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.04296 (+0.64143%)",
+ "score-diff": "-0.015703876641239845",
+ "score-diff-perc": "-0.23241%",
+ "tooltip": "score = 6.741125892638578\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01570 (-0.23241%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1192829,11 +1192829,11 @@
18,
7
),
- "score": 6.756829769279818,
- "score-diff": "0.015703876641239845",
- "score-diff-perc": "+0.23296%",
- "tooltip": "score = 6.756829769279818\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01570 (+0.23296%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 6.698161903626912,
+ "score-diff": "-0.04296398901166665",
+ "score-diff-perc": "-0.63734%",
+ "tooltip": "score = 6.698161903626912\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.04296 (-0.63734%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1192856,9 +1192856,9 @@
41
),
"score": 7.498614194568106,
- "score-diff": "0.7417844252882881",
- "score-diff-perc": "+10.97829%",
- "tooltip": "score = 7.498614194568106\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.74178 (+10.97829%)",
+ "score-diff": "0.8004522909411946",
+ "score-diff-perc": "+11.95033%",
+ "tooltip": "score = 7.498614194568106\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.80045 (+11.95033%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1192959,11 +1192959,11 @@
17,
1
),
- "score": 10.299766082312264,
- "score-diff": "-0.03688711474646844",
- "score-diff-perc": "-0.35686%",
- "tooltip": "score = 10.299766082312264\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03689 (-0.35686%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 8.908690323158913,
+ "score-diff": "-1.4279628738998191",
+ "score-diff-perc": "-13.81456%",
+ "tooltip": "score = 8.908690323158913\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.42796 (-13.81456%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1192985,11 +1192985,11 @@
17,
1
),
- "score": 7.075953939245617,
- "score-diff": "-3.223812143066646",
- "score-diff-perc": "-31.29986%",
- "tooltip": "score = 7.075953939245617\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.22381 (-31.29986%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 10.299766082312264,
+ "score-diff": "1.3910757591533507",
+ "score-diff-perc": "+15.61482%",
+ "tooltip": "score = 10.299766082312264\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.39108 (+15.61482%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1193011,11 +1193011,11 @@
17,
1
),
- "score": 8.908690323158913,
- "score-diff": "1.8327363839132955",
- "score-diff-perc": "+25.90091%",
- "tooltip": "score = 8.908690323158913\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.83274 (+25.90091%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 7.075953939245617,
+ "score-diff": "-3.223812143066646",
+ "score-diff-perc": "-31.29986%",
+ "tooltip": "score = 7.075953939245617\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.22381 (-31.29986%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1193038,9 +1193038,9 @@
7
),
"score": 6.486709344040915,
- "score-diff": "-2.421980979117998",
- "score-diff-perc": "-27.18672%",
- "tooltip": "score = 6.486709344040915\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.42198 (-27.18672%)",
+ "score-diff": "-0.5892445952047023",
+ "score-diff-perc": "-8.32742%",
+ "tooltip": "score = 6.486709344040915\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.58924 (-8.32742%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1193323,11 +1193323,11 @@
16,
5
),
- "score": 10.317416918408696,
- "score-diff": "0.6300056118381061",
- "score-diff-perc": "+6.50334%",
- "tooltip": "score = 10.317416918408696\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.63001 (+6.50334%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 6.859852708557625,
+ "score-diff": "-2.827558598012965",
+ "score-diff-perc": "-29.18797%",
+ "tooltip": "score = 6.859852708557625\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.82756 (-29.18797%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1193349,11 +1193349,11 @@
16,
5
),
- "score": 6.859852708557625,
- "score-diff": "-3.4575642098510713",
- "score-diff-perc": "-33.51192%",
- "tooltip": "score = 6.859852708557625\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.45756 (-33.51192%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 9.198158804625551,
+ "score-diff": "2.3383060960679263",
+ "score-diff-perc": "+34.08683%",
+ "tooltip": "score = 9.198158804625551\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.33831 (+34.08683%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1193375,11 +1193375,11 @@
16,
5
),
- "score": 9.198158804625551,
- "score-diff": "2.3383060960679263",
- "score-diff-perc": "+34.08683%",
- "tooltip": "score = 9.198158804625551\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.33831 (+34.08683%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 10.317416918408696,
+ "score-diff": "1.119258113783145",
+ "score-diff-perc": "+12.16828%",
+ "tooltip": "score = 10.317416918408696\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.11926 (+12.16828%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1193402,9 +1193402,9 @@
21
),
"score": 9.91086259383162,
- "score-diff": "0.7127037892060688",
- "score-diff-perc": "+7.74833%",
- "tooltip": "score = 9.91086259383162\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.71270 (+7.74833%)",
+ "score-diff": "-0.4065543245770762",
+ "score-diff-perc": "-3.94047%",
+ "tooltip": "score = 9.91086259383162\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.40655 (-3.94047%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1193713,11 +1193713,11 @@
8,
54
),
- "score": 9.247347718500158,
- "score-diff": "0.9857984523326628",
- "score-diff-perc": "+11.93237%",
- "tooltip": "score = 9.247347718500158\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.98580 (+11.93237%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 7.037765833211051,
+ "score-diff": "-1.223783432956445",
+ "score-diff-perc": "-14.81300%",
+ "tooltip": "score = 7.037765833211051\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.22378 (-14.81300%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1193739,11 +1193739,11 @@
8,
54
),
- "score": 7.037765833211051,
- "score-diff": "-2.209581885289108",
- "score-diff-perc": "-23.89422%",
- "tooltip": "score = 7.037765833211051\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.20958 (-23.89422%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 9.247347718500158,
+ "score-diff": "2.209581885289108",
+ "score-diff-perc": "+31.39607%",
+ "tooltip": "score = 9.247347718500158\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.20958 (+31.39607%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1193766,9 +1193766,9 @@
43
),
"score": 6.41756882242185,
- "score-diff": "-0.6201970107892008",
- "score-diff-perc": "-8.81241%",
- "tooltip": "score = 6.41756882242185\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.62020 (-8.81241%)",
+ "score-diff": "-2.8297788960783086",
+ "score-diff-perc": "-30.60098%",
+ "tooltip": "score = 6.41756882242185\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -2.82978 (-30.60098%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1199440,11 +1199440,11 @@
18,
7
),
- "score": 34.91119019945648,
- "score-diff": "0.2063885156375349",
- "score-diff-perc": "+0.59470%",
- "tooltip": "score = 34.91119019945648\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.20639 (+0.59470%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 35.78213597633053,
+ "score-diff": "1.077334292511587",
+ "score-diff-perc": "+3.10428%",
+ "tooltip": "score = 35.78213597633053\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.07733 (+3.10428%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1199467,9 +1199467,9 @@
7
),
"score": 37.72165844032205,
- "score-diff": "2.810468240865575",
- "score-diff-perc": "+8.05034%",
- "tooltip": "score = 37.72165844032205\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.81047 (+8.05034%)",
+ "score-diff": "1.9395224639915227",
+ "score-diff-perc": "+5.42037%",
+ "tooltip": "score = 37.72165844032205\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.93952 (+5.42037%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1199492,11 +1199492,11 @@
18,
7
),
- "score": 35.78213597633053,
- "score-diff": "-1.9395224639915227",
- "score-diff-perc": "-5.14167%",
- "tooltip": "score = 35.78213597633053\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.93952 (-5.14167%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 34.91119019945648,
+ "score-diff": "-2.810468240865575",
+ "score-diff-perc": "-7.45054%",
+ "tooltip": "score = 34.91119019945648\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.81047 (-7.45054%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1199519,9 +1199519,9 @@
41
),
"score": 34.420359102526106,
- "score-diff": "-1.3617768738044234",
- "score-diff-perc": "-3.80575%",
- "tooltip": "score = 34.420359102526106\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -1.36178 (-3.80575%)",
+ "score-diff": "-0.4908310969303713",
+ "score-diff-perc": "-1.40594%",
+ "tooltip": "score = 34.420359102526106\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.49083 (-1.40594%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1199622,11 +1199622,11 @@
17,
1
),
- "score": 32.69804803619636,
- "score-diff": "-2.1172671637315403",
- "score-diff-perc": "-6.08142%",
- "tooltip": "score = 32.69804803619636\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.11727 (-6.08142%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 32.807906426580665,
+ "score-diff": "-2.0074087733472368",
+ "score-diff-perc": "-5.76588%",
+ "tooltip": "score = 32.807906426580665\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.00741 (-5.76588%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1199648,11 +1199648,11 @@
17,
1
),
- "score": 35.529400819607844,
- "score-diff": "2.831352783411482",
- "score-diff-perc": "+8.65909%",
- "tooltip": "score = 35.529400819607844\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.83135 (+8.65909%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 32.69804803619636,
+ "score-diff": "-0.10985839038430356",
+ "score-diff-perc": "-0.33485%",
+ "tooltip": "score = 32.69804803619636\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.10986 (-0.33485%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1199674,11 +1199674,11 @@
17,
1
),
- "score": 32.807906426580665,
- "score-diff": "-2.7214943930271787",
- "score-diff-perc": "-7.65984%",
- "tooltip": "score = 32.807906426580665\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.72149 (-7.65984%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 35.529400819607844,
+ "score-diff": "2.831352783411482",
+ "score-diff-perc": "+8.65909%",
+ "tooltip": "score = 35.529400819607844\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.83135 (+8.65909%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1199701,9 +1199701,9 @@
7
),
"score": 35.457412824972316,
- "score-diff": "2.649506398391651",
- "score-diff-perc": "+8.07582%",
- "tooltip": "score = 35.457412824972316\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +2.64951 (+8.07582%)",
+ "score-diff": "-0.07198799463552774",
+ "score-diff-perc": "-0.20262%",
+ "tooltip": "score = 35.457412824972316\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.07199 (-0.20262%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1199986,11 +1199986,11 @@
16,
5
),
- "score": 33.415270680028165,
- "score-diff": "-0.49449113577027504",
- "score-diff-perc": "-1.45826%",
- "tooltip": "score = 33.415270680028165\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.49449 (-1.45826%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 34.74031089864564,
+ "score-diff": "0.8305490828471989",
+ "score-diff-perc": "+2.44929%",
+ "tooltip": "score = 34.74031089864564\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.83055 (+2.44929%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1200012,11 +1200012,11 @@
16,
5
),
- "score": 34.74031089864564,
- "score-diff": "1.325040218617474",
- "score-diff-perc": "+3.96537%",
- "tooltip": "score = 34.74031089864564\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.32504 (+3.96537%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 32.14335754043446,
+ "score-diff": "-2.596953358211181",
+ "score-diff-perc": "-7.47533%",
+ "tooltip": "score = 32.14335754043446\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.59695 (-7.47533%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1200038,11 +1200038,11 @@
16,
5
),
- "score": 32.14335754043446,
- "score-diff": "-2.596953358211181",
- "score-diff-perc": "-7.47533%",
- "tooltip": "score = 32.14335754043446\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.59695 (-7.47533%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 33.415270680028165,
+ "score-diff": "1.2719131395937069",
+ "score-diff-perc": "+3.95700%",
+ "tooltip": "score = 33.415270680028165\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.27191 (+3.95700%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1200065,9 +1200065,9 @@
21
),
"score": 33.33691172250712,
- "score-diff": "1.1935541820726598",
- "score-diff-perc": "+3.71322%",
- "tooltip": "score = 33.33691172250712\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.19355 (+3.71322%)",
+ "score-diff": "-0.07835895752104705",
+ "score-diff-perc": "-0.23450%",
+ "tooltip": "score = 33.33691172250712\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.07836 (-0.23450%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1200376,11 +1200376,11 @@
8,
54
),
- "score": 35.8107685785423,
- "score-diff": "1.0908469524314341",
- "score-diff-perc": "+3.14185%",
- "tooltip": "score = 35.8107685785423\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.09085 (+3.14185%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 35.890011238406,
+ "score-diff": "1.1700896122951292",
+ "score-diff-perc": "+3.37008%",
+ "tooltip": "score = 35.890011238406\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.17009 (+3.37008%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1200402,11 +1200402,11 @@
8,
54
),
- "score": 35.890011238406,
- "score-diff": "0.07924265986369505",
- "score-diff-perc": "+0.22128%",
- "tooltip": "score = 35.890011238406\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.07924 (+0.22128%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 35.8107685785423,
+ "score-diff": "-0.07924265986369505",
+ "score-diff-perc": "-0.22079%",
+ "tooltip": "score = 35.8107685785423\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.07924 (-0.22079%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1200429,9 +1200429,9 @@
43
),
"score": 34.062324867041205,
- "score-diff": "-1.8276863713647913",
- "score-diff-perc": "-5.09247%",
- "tooltip": "score = 34.062324867041205\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.82769 (-5.09247%)",
+ "score-diff": "-1.7484437115010962",
+ "score-diff-perc": "-4.88245%",
+ "tooltip": "score = 34.062324867041205\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.74844 (-4.88245%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1209308,11 +1209308,11 @@
18,
7
),
- "score": 180.3898398695652,
- "score-diff": "17.433699189565203",
- "score-diff-perc": "+10.69840%",
- "tooltip": "score = 180.3898398695652\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +17.43370 (+10.69840%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 179.44331,
+ "score-diff": "16.487169319999992",
+ "score-diff-perc": "+10.11755%",
+ "tooltip": "score = 179.44331\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +16.48717 (+10.11755%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1209335,9 +1209335,9 @@
7
),
"score": 177.08689704347827,
- "score-diff": "-3.302942826086934",
- "score-diff-perc": "-1.83100%",
- "tooltip": "score = 177.08689704347827\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.30294 (-1.83100%)",
+ "score-diff": "-2.356412956521723",
+ "score-diff-perc": "-1.31318%",
+ "tooltip": "score = 177.08689704347827\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.35641 (-1.31318%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1209360,11 +1209360,11 @@
18,
7
),
- "score": 179.44331,
- "score-diff": "2.356412956521723",
- "score-diff-perc": "+1.33065%",
- "tooltip": "score = 179.44331\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.35641 (+1.33065%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 180.3898398695652,
+ "score-diff": "3.302942826086934",
+ "score-diff-perc": "+1.86515%",
+ "tooltip": "score = 180.3898398695652\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.30294 (+1.86515%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1209387,9 +1209387,9 @@
41
),
"score": 266.9646192,
- "score-diff": "87.52130920000002",
- "score-diff-perc": "+48.77379%",
- "tooltip": "score = 266.9646192\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +87.52131 (+48.77379%)",
+ "score-diff": "86.57477933043481",
+ "score-diff-perc": "+47.99316%",
+ "tooltip": "score = 266.9646192\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +86.57478 (+47.99316%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1209490,11 +1209490,11 @@
17,
1
),
- "score": 279.24222933333334,
- "score-diff": "-0.46677719999996725",
- "score-diff-perc": "-0.16688%",
- "tooltip": "score = 279.24222933333334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.46678 (-0.16688%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 293.19082414285714,
+ "score-diff": "13.48181760952383",
+ "score-diff-perc": "+4.81994%",
+ "tooltip": "score = 293.19082414285714\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +13.48182 (+4.81994%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1209516,11 +1209516,11 @@
17,
1
),
- "score": 163.34848068,
- "score-diff": "-115.89374865333335",
- "score-diff-perc": "-41.50294%",
- "tooltip": "score = 163.34848068\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -115.89375 (-41.50294%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 279.24222933333334,
+ "score-diff": "-13.948594809523797",
+ "score-diff-perc": "-4.75751%",
+ "tooltip": "score = 279.24222933333334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -13.94859 (-4.75751%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1209542,11 +1209542,11 @@
17,
1
),
- "score": 293.19082414285714,
- "score-diff": "129.84234346285714",
- "score-diff-perc": "+79.48794%",
- "tooltip": "score = 293.19082414285714\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +129.84234 (+79.48794%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 163.34848068,
+ "score-diff": "-115.89374865333335",
+ "score-diff-perc": "-41.50294%",
+ "tooltip": "score = 163.34848068\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -115.89375 (-41.50294%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1209569,9 +1209569,9 @@
1
),
"score": 280.9229718,
- "score-diff": "-12.267852342857111",
- "score-diff-perc": "-4.18426%",
- "tooltip": "score = 280.9229718\ndate = 2024-04-16 21:01:32\nbranch = develop\ndiff = -12.26785 (-4.18426%)",
+ "score-diff": "117.57449112000003",
+ "score-diff-perc": "+71.97771%",
+ "tooltip": "score = 280.9229718\ndate = 2024-04-16 21:01:32\nbranch = develop\ndiff = +117.57449 (+71.97771%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8714124033",
"commit-id": "d6f7afc6248e7972a1867c55d381fec894764672",
"commit-msg": "Open Java modules for Snowflake setup (#9664)",
@@ -1209828,11 +1209828,11 @@
16,
5
),
- "score": 291.1596050714286,
- "score-diff": "37.22391175892858",
- "score-diff-perc": "+14.65879%",
- "tooltip": "score = 291.1596050714286\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +37.22391 (+14.65879%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 159.59933826923077,
+ "score-diff": "-94.33635504326924",
+ "score-diff-perc": "-37.14970%",
+ "tooltip": "score = 159.59933826923077\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -94.33636 (-37.14970%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1209854,11 +1209854,11 @@
16,
5
),
- "score": 159.59933826923077,
- "score-diff": "-131.56026680219782",
- "score-diff-perc": "-45.18493%",
- "tooltip": "score = 159.59933826923077\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -131.56027 (-45.18493%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 274.45937253333335,
+ "score-diff": "114.86003426410258",
+ "score-diff-perc": "+71.96774%",
+ "tooltip": "score = 274.45937253333335\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +114.86003 (+71.96774%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1209880,11 +1209880,11 @@
16,
5
),
- "score": 274.45937253333335,
- "score-diff": "114.86003426410258",
- "score-diff-perc": "+71.96774%",
- "tooltip": "score = 274.45937253333335\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +114.86003 (+71.96774%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 291.1596050714286,
+ "score-diff": "16.700232538095236",
+ "score-diff-perc": "+6.08477%",
+ "tooltip": "score = 291.1596050714286\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +16.70023 (+6.08477%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1209907,9 +1209907,9 @@
21
),
"score": 278.7012038666667,
- "score-diff": "4.241831333333323",
- "score-diff-perc": "+1.54552%",
- "tooltip": "score = 278.7012038666667\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +4.24183 (+1.54552%)",
+ "score-diff": "-12.458401204761913",
+ "score-diff-perc": "-4.27889%",
+ "tooltip": "score = 278.7012038666667\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -12.45840 (-4.27889%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1210218,11 +1210218,11 @@
8,
54
),
- "score": 316.7761326153846,
- "score-diff": "55.43385555288461",
- "score-diff-perc": "+21.21121%",
- "tooltip": "score = 316.7761326153846\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +55.43386 (+21.21121%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 163.14475048,
+ "score-diff": "-98.19752658249999",
+ "score-diff-perc": "-37.57430%",
+ "tooltip": "score = 163.14475048\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -98.19753 (-37.57430%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1210244,11 +1210244,11 @@
8,
54
),
- "score": 163.14475048,
- "score-diff": "-153.6313821353846",
- "score-diff-perc": "-48.49841%",
- "tooltip": "score = 163.14475048\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -153.63138 (-48.49841%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 316.7761326153846,
+ "score-diff": "153.6313821353846",
+ "score-diff-perc": "+94.16876%",
+ "tooltip": "score = 316.7761326153846\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +153.63138 (+94.16876%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1210271,9 +1210271,9 @@
43
),
"score": 182.08358272727273,
- "score-diff": "18.938832247272728",
- "score-diff-perc": "+11.60861%",
- "tooltip": "score = 182.08358272727273\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +18.93883 (+11.60861%)",
+ "score-diff": "-134.69254988811187",
+ "score-diff-perc": "-42.51979%",
+ "tooltip": "score = 182.08358272727273\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -134.69255 (-42.51979%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1216056,11 +1216056,11 @@
18,
7
),
- "score": 92.10913703030303,
- "score-diff": "1.4502032361853878",
- "score-diff-perc": "+1.59963%",
- "tooltip": "score = 92.10913703030303\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.45020 (+1.59963%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 93.30908684848485,
+ "score-diff": "2.650153054367209",
+ "score-diff-perc": "+2.92321%",
+ "tooltip": "score = 93.30908684848485\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.65015 (+2.92321%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1216083,9 +1216083,9 @@
7
),
"score": 90.46506205882353,
- "score-diff": "-1.6440749714794975",
- "score-diff-perc": "-1.78492%",
- "tooltip": "score = 90.46506205882353\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.64407 (-1.78492%)",
+ "score-diff": "-2.8440247896613187",
+ "score-diff-perc": "-3.04796%",
+ "tooltip": "score = 90.46506205882353\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.84402 (-3.04796%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1216108,11 +1216108,11 @@
18,
7
),
- "score": 93.30908684848485,
- "score-diff": "2.8440247896613187",
- "score-diff-perc": "+3.14378%",
- "tooltip": "score = 93.30908684848485\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.84402 (+3.14378%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 92.10913703030303,
+ "score-diff": "1.6440749714794975",
+ "score-diff-perc": "+1.81736%",
+ "tooltip": "score = 92.10913703030303\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.64407 (+1.81736%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1216135,9 +1216135,9 @@
41
),
"score": 94.44585057575758,
- "score-diff": "1.1367637272727222",
- "score-diff-perc": "+1.21828%",
- "tooltip": "score = 94.44585057575758\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.13676 (+1.21828%)",
+ "score-diff": "2.3367135454545434",
+ "score-diff-perc": "+2.53690%",
+ "tooltip": "score = 94.44585057575758\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +2.33671 (+2.53690%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1216238,11 +1216238,11 @@
17,
1
),
- "score": 99.55619590322581,
- "score-diff": "7.003039085043994",
- "score-diff-perc": "+7.56650%",
- "tooltip": "score = 99.55619590322581\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +7.00304 (+7.56650%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 88.36776138235294,
+ "score-diff": "-4.18539543582888",
+ "score-diff-perc": "-4.52215%",
+ "tooltip": "score = 88.36776138235294\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.18540 (-4.52215%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1216264,11 +1216264,11 @@
17,
1
),
- "score": 89.80555811764705,
- "score-diff": "-9.75063778557876",
- "score-diff-perc": "-9.79410%",
- "tooltip": "score = 89.80555811764705\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -9.75064 (-9.79410%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 99.55619590322581,
+ "score-diff": "11.188434520872875",
+ "score-diff-perc": "+12.66122%",
+ "tooltip": "score = 99.55619590322581\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +11.18843 (+12.66122%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1216290,11 +1216290,11 @@
17,
1
),
- "score": 88.36776138235294,
- "score-diff": "-1.4377967352941141",
- "score-diff-perc": "-1.60101%",
- "tooltip": "score = 88.36776138235294\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.43780 (-1.60101%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 89.80555811764705,
+ "score-diff": "-9.75063778557876",
+ "score-diff-perc": "-9.79410%",
+ "tooltip": "score = 89.80555811764705\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -9.75064 (-9.79410%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1216317,9 +1216317,9 @@
7
),
"score": 92.67422021212121,
- "score-diff": "4.306458829768275",
- "score-diff-perc": "+4.87334%",
- "tooltip": "score = 92.67422021212121\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +4.30646 (+4.87334%)",
+ "score-diff": "2.8686620944741605",
+ "score-diff-perc": "+3.19430%",
+ "tooltip": "score = 92.67422021212121\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +2.86866 (+3.19430%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1216602,11 +1216602,11 @@
16,
5
),
- "score": 94.49865528125,
- "score-diff": "5.754820340073522",
- "score-diff-perc": "+6.48476%",
- "tooltip": "score = 94.49865528125\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.75482 (+6.48476%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 93.63967448484848,
+ "score-diff": "4.895839543672011",
+ "score-diff-perc": "+5.51682%",
+ "tooltip": "score = 93.63967448484848\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.89584 (+5.51682%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1216628,11 +1216628,11 @@
16,
5
),
- "score": 93.63967448484848,
- "score-diff": "-0.8589807964015108",
- "score-diff-perc": "-0.90899%",
- "tooltip": "score = 93.63967448484848\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.85898 (-0.90899%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 97.24963722580645,
+ "score-diff": "3.609962740957968",
+ "score-diff-perc": "+3.85516%",
+ "tooltip": "score = 97.24963722580645\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.60996 (+3.85516%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1216654,11 +1216654,11 @@
16,
5
),
- "score": 97.24963722580645,
- "score-diff": "3.609962740957968",
- "score-diff-perc": "+3.85516%",
- "tooltip": "score = 97.24963722580645\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.60996 (+3.85516%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 94.49865528125,
+ "score-diff": "-2.7509819445564574",
+ "score-diff-perc": "-2.82878%",
+ "tooltip": "score = 94.49865528125\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.75098 (-2.82878%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1216681,9 +1216681,9 @@
21
),
"score": 107.33755314285715,
- "score-diff": "10.087915917050694",
- "score-diff-perc": "+10.37322%",
- "tooltip": "score = 107.33755314285715\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +10.08792 (+10.37322%)",
+ "score-diff": "12.838897861607151",
+ "score-diff-perc": "+13.58633%",
+ "tooltip": "score = 107.33755314285715\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +12.83890 (+13.58633%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1216992,11 +1216992,11 @@
8,
54
),
- "score": 98.70585016129033,
- "score-diff": "-3.663697772043008",
- "score-diff-perc": "-3.57889%",
- "tooltip": "score = 98.70585016129033\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.66370 (-3.57889%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 106.88152296551723,
+ "score-diff": "4.511975032183898",
+ "score-diff-perc": "+4.40754%",
+ "tooltip": "score = 106.88152296551723\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +4.51198 (+4.40754%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1217018,11 +1217018,11 @@
8,
54
),
- "score": 106.88152296551723,
- "score-diff": "8.175672804226906",
- "score-diff-perc": "+8.28287%",
- "tooltip": "score = 106.88152296551723\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +8.17567 (+8.28287%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 98.70585016129033,
+ "score-diff": "-8.175672804226906",
+ "score-diff-perc": "-7.64929%",
+ "tooltip": "score = 98.70585016129033\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -8.17567 (-7.64929%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1217045,9 +1217045,9 @@
43
),
"score": 97.24083967741936,
- "score-diff": "-9.640683288097875",
- "score-diff-perc": "-9.01997%",
- "tooltip": "score = 97.24083967741936\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -9.64068 (-9.01997%)",
+ "score-diff": "-1.4650104838709694",
+ "score-diff-perc": "-1.48422%",
+ "tooltip": "score = 97.24083967741936\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.46501 (-1.48422%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1222719,11 +1222719,11 @@
18,
7
),
- "score": 39.823675171052635,
- "score-diff": "2.502254924139052",
- "score-diff-perc": "+6.70461%",
- "tooltip": "score = 39.823675171052635\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.50225 (+6.70461%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 38.335538139240505,
+ "score-diff": "1.0141178923269223",
+ "score-diff-perc": "+2.71725%",
+ "tooltip": "score = 38.335538139240505\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.01412 (+2.71725%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1222746,9 +1222746,9 @@
7
),
"score": 40.43472398666667,
- "score-diff": "0.6110488156140335",
- "score-diff-perc": "+1.53439%",
- "tooltip": "score = 40.43472398666667\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.61105 (+1.53439%)",
+ "score-diff": "2.0991858474261633",
+ "score-diff-perc": "+5.47582%",
+ "tooltip": "score = 40.43472398666667\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.09919 (+5.47582%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1222771,11 +1222771,11 @@
18,
7
),
- "score": 38.335538139240505,
- "score-diff": "-2.0991858474261633",
- "score-diff-perc": "-5.19154%",
- "tooltip": "score = 38.335538139240505\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.09919 (-5.19154%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 39.823675171052635,
+ "score-diff": "-0.6110488156140335",
+ "score-diff-perc": "-1.51120%",
+ "tooltip": "score = 39.823675171052635\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.61105 (-1.51120%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1222798,9 +1222798,9 @@
41
),
"score": 42.67789991549296,
- "score-diff": "4.342361776252453",
- "score-diff-perc": "+11.32725%",
- "tooltip": "score = 42.67789991549296\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +4.34236 (+11.32725%)",
+ "score-diff": "2.854224744440323",
+ "score-diff-perc": "+7.16716%",
+ "tooltip": "score = 42.67789991549296\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +2.85422 (+7.16716%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1222901,11 +1222901,11 @@
17,
1
),
- "score": 45.86819403030303,
- "score-diff": "1.417929809714792",
- "score-diff-perc": "+3.18992%",
- "tooltip": "score = 45.86819403030303\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.41793 (+3.18992%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 47.00510125,
+ "score-diff": "2.5548370294117646",
+ "score-diff-perc": "+5.74763%",
+ "tooltip": "score = 47.00510125\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.55484 (+5.74763%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1222927,11 +1222927,11 @@
17,
1
),
- "score": 39.41063531168831,
- "score-diff": "-6.45755871861472",
- "score-diff-perc": "-14.07851%",
- "tooltip": "score = 39.41063531168831\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -6.45756 (-14.07851%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 45.86819403030303,
+ "score-diff": "-1.1369072196969725",
+ "score-diff-perc": "-2.41869%",
+ "tooltip": "score = 45.86819403030303\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.13691 (-2.41869%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1222953,11 +1222953,11 @@
17,
1
),
- "score": 47.00510125,
- "score-diff": "7.594465938311693",
- "score-diff-perc": "+19.27009%",
- "tooltip": "score = 47.00510125\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +7.59447 (+19.27009%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 39.41063531168831,
+ "score-diff": "-6.45755871861472",
+ "score-diff-perc": "-14.07851%",
+ "tooltip": "score = 39.41063531168831\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -6.45756 (-14.07851%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1222980,9 +1222980,9 @@
7
),
"score": 39.315432883116884,
- "score-diff": "-7.689668366883119",
- "score-diff-perc": "-16.35922%",
- "tooltip": "score = 39.315432883116884\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -7.68967 (-16.35922%)",
+ "score-diff": "-0.09520242857142591",
+ "score-diff-perc": "-0.24157%",
+ "tooltip": "score = 39.315432883116884\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.09520 (-0.24157%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1223265,11 +1223265,11 @@
16,
5
),
- "score": 44.82970067164179,
- "score-diff": "0.11352034811237388",
- "score-diff-perc": "+0.25387%",
- "tooltip": "score = 44.82970067164179\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.11352 (+0.25387%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 39.408756714285715,
+ "score-diff": "-5.307423609243699",
+ "score-diff-perc": "-11.86913%",
+ "tooltip": "score = 39.408756714285715\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -5.30742 (-11.86913%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1223291,11 +1223291,11 @@
16,
5
),
- "score": 39.408756714285715,
- "score-diff": "-5.420943957356073",
- "score-diff-perc": "-12.09230%",
- "tooltip": "score = 39.408756714285715\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -5.42094 (-12.09230%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 45.35186552238806,
+ "score-diff": "5.943108808102345",
+ "score-diff-perc": "+15.08068%",
+ "tooltip": "score = 45.35186552238806\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.94311 (+15.08068%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1223317,11 +1223317,11 @@
16,
5
),
- "score": 45.35186552238806,
- "score-diff": "5.943108808102345",
- "score-diff-perc": "+15.08068%",
- "tooltip": "score = 45.35186552238806\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.94311 (+15.08068%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 44.82970067164179,
+ "score-diff": "-0.5221648507462717",
+ "score-diff-perc": "-1.15136%",
+ "tooltip": "score = 44.82970067164179\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.52216 (-1.15136%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1223344,9 +1223344,9 @@
21
),
"score": 44.38167363235294,
- "score-diff": "-0.9701918900351174",
- "score-diff-perc": "-2.13925%",
- "tooltip": "score = 44.38167363235294\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.97019 (-2.13925%)",
+ "score-diff": "-0.4480270392888457",
+ "score-diff-perc": "-0.99940%",
+ "tooltip": "score = 44.38167363235294\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.44803 (-0.99940%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1223655,11 +1223655,11 @@
8,
54
),
- "score": 58.03241280769231,
- "score-diff": "0.5530456001451398",
- "score-diff-perc": "+0.96216%",
- "tooltip": "score = 58.03241280769231\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.55305 (+0.96216%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 44.65787644117647,
+ "score-diff": "-12.821490766370701",
+ "score-diff-perc": "-22.30625%",
+ "tooltip": "score = 44.65787644117647\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.82149 (-22.30625%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1223681,11 +1223681,11 @@
8,
54
),
- "score": 44.65787644117647,
- "score-diff": "-13.37453636651584",
- "score-diff-perc": "-23.04667%",
- "tooltip": "score = 44.65787644117647\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -13.37454 (-23.04667%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 58.03241280769231,
+ "score-diff": "13.37453636651584",
+ "score-diff-perc": "+29.94889%",
+ "tooltip": "score = 58.03241280769231\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +13.37454 (+29.94889%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1223708,9 +1223708,9 @@
43
),
"score": 46.70852221538462,
- "score-diff": "2.0506457742081494",
- "score-diff-perc": "+4.59190%",
- "tooltip": "score = 46.70852221538462\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +2.05065 (+4.59190%)",
+ "score-diff": "-11.323890592307691",
+ "score-diff-perc": "-19.51304%",
+ "tooltip": "score = 46.70852221538462\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -11.32389 (-19.51304%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1229278,11 +1229278,11 @@
18,
7
),
- "score": 28.141564607476635,
- "score-diff": "-0.37340861682243087",
- "score-diff-perc": "-1.30952%",
- "tooltip": "score = 28.141564607476635\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.37341 (-1.30952%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 29.417716392156862,
+ "score-diff": "0.9027431678577962",
+ "score-diff-perc": "+3.16586%",
+ "tooltip": "score = 29.417716392156862\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.90274 (+3.16586%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1229305,9 +1229305,9 @@
7
),
"score": 28.895303057692306,
- "score-diff": "0.7537384502156712",
- "score-diff-perc": "+2.67838%",
- "tooltip": "score = 28.895303057692306\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.75374 (+2.67838%)",
+ "score-diff": "-0.5224133344645558",
+ "score-diff-perc": "-1.77585%",
+ "tooltip": "score = 28.895303057692306\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.52241 (-1.77585%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1229330,11 +1229330,11 @@
18,
7
),
- "score": 29.417716392156862,
- "score-diff": "0.5224133344645558",
- "score-diff-perc": "+1.80795%",
- "tooltip": "score = 29.417716392156862\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.52241 (+1.80795%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 28.141564607476635,
+ "score-diff": "-0.7537384502156712",
+ "score-diff-perc": "-2.60852%",
+ "tooltip": "score = 28.141564607476635\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.75374 (-2.60852%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1229357,9 +1229357,9 @@
41
),
"score": 39.52011684210526,
- "score-diff": "10.102400449948398",
- "score-diff-perc": "+34.34121%",
- "tooltip": "score = 39.52011684210526\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +10.10240 (+34.34121%)",
+ "score-diff": "11.378552234628625",
+ "score-diff-perc": "+40.43326%",
+ "tooltip": "score = 39.52011684210526\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +11.37855 (+40.43326%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1229460,11 +1229460,11 @@
17,
1
),
- "score": 37.856901175,
- "score-diff": "8.419657223543688",
- "score-diff-perc": "+28.60206%",
- "tooltip": "score = 37.856901175\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +8.41966 (+28.60206%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 37.219878074074074,
+ "score-diff": "7.782634122617765",
+ "score-diff-perc": "+26.43805%",
+ "tooltip": "score = 37.219878074074074\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +7.78263 (+26.43805%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1229486,11 +1229486,11 @@
17,
1
),
- "score": 27.24906035135135,
- "score-diff": "-10.607840823648647",
- "score-diff-perc": "-28.02089%",
- "tooltip": "score = 27.24906035135135\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -10.60784 (-28.02089%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 37.856901175,
+ "score-diff": "0.6370231009259228",
+ "score-diff-perc": "+1.71151%",
+ "tooltip": "score = 37.856901175\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.63702 (+1.71151%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1229512,11 +1229512,11 @@
17,
1
),
- "score": 37.219878074074074,
- "score-diff": "9.970817722722725",
- "score-diff-perc": "+36.59142%",
- "tooltip": "score = 37.219878074074074\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +9.97082 (+36.59142%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 27.24906035135135,
+ "score-diff": "-10.607840823648647",
+ "score-diff-perc": "-28.02089%",
+ "tooltip": "score = 27.24906035135135\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -10.60784 (-28.02089%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1229539,9 +1229539,9 @@
7
),
"score": 29.235882165048544,
- "score-diff": "-7.983995909025531",
- "score-diff-perc": "-21.45089%",
- "tooltip": "score = 29.235882165048544\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -7.98400 (-21.45089%)",
+ "score-diff": "1.986821813697194",
+ "score-diff-perc": "+7.29134%",
+ "tooltip": "score = 29.235882165048544\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.98682 (+7.29134%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1229824,11 +1229824,11 @@
16,
5
),
- "score": 35.74503034523809,
- "score-diff": "-3.448973810606063",
- "score-diff-perc": "-8.79975%",
- "tooltip": "score = 35.74503034523809\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.44897 (-8.79975%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 25.773364709401708,
+ "score-diff": "-13.420639446442447",
+ "score-diff-perc": "-34.24156%",
+ "tooltip": "score = 25.773364709401708\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -13.42064 (-34.24156%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1229850,11 +1229850,11 @@
16,
5
),
- "score": 25.773364709401708,
- "score-diff": "-9.971665635836384",
- "score-diff-perc": "-27.89665%",
- "tooltip": "score = 25.773364709401708\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -9.97167 (-27.89665%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 28.11685359813084,
+ "score-diff": "2.3434888887291336",
+ "score-diff-perc": "+9.09268%",
+ "tooltip": "score = 28.11685359813084\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.34349 (+9.09268%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1229876,11 +1229876,11 @@
16,
5
),
- "score": 28.11685359813084,
- "score-diff": "2.3434888887291336",
- "score-diff-perc": "+9.09268%",
- "tooltip": "score = 28.11685359813084\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.34349 (+9.09268%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 35.74503034523809,
+ "score-diff": "7.628176747107251",
+ "score-diff-perc": "+27.13026%",
+ "tooltip": "score = 35.74503034523809\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +7.62818 (+27.13026%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1229903,9 +1229903,9 @@
21
),
"score": 28.17246574766355,
- "score-diff": "0.055612149532709765",
- "score-diff-perc": "+0.19779%",
- "tooltip": "score = 28.17246574766355\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.05561 (+0.19779%)",
+ "score-diff": "-7.572564597574541",
+ "score-diff-perc": "-21.18494%",
+ "tooltip": "score = 28.17246574766355\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -7.57256 (-21.18494%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1230214,11 +1230214,11 @@
8,
54
),
- "score": 35.40802064705883,
- "score-diff": "2.154558342710999",
- "score-diff-perc": "+6.47920%",
- "tooltip": "score = 35.40802064705883\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.15456 (+6.47920%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 47.978347666666664,
+ "score-diff": "14.724885362318837",
+ "score-diff-perc": "+44.28076%",
+ "tooltip": "score = 47.978347666666664\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +14.72489 (+44.28076%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1230240,11 +1230240,11 @@
8,
54
),
- "score": 47.978347666666664,
- "score-diff": "12.570327019607838",
- "score-diff-perc": "+35.50135%",
- "tooltip": "score = 47.978347666666664\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +12.57033 (+35.50135%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 35.40802064705883,
+ "score-diff": "-12.570327019607838",
+ "score-diff-perc": "-26.20000%",
+ "tooltip": "score = 35.40802064705883\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.57033 (-26.20000%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1230267,9 +1230267,9 @@
43
),
"score": 48.16130722222222,
- "score-diff": "0.18295955555555565",
- "score-diff-perc": "+0.38134%",
- "tooltip": "score = 48.16130722222222\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.18296 (+0.38134%)",
+ "score-diff": "12.753286575163393",
+ "score-diff-perc": "+36.01807%",
+ "tooltip": "score = 48.16130722222222\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +12.75329 (+36.01807%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1235837,11 +1235837,11 @@
18,
7
),
- "score": 27.598921137614678,
- "score-diff": "-0.12073376146789272",
- "score-diff-perc": "-0.43555%",
- "tooltip": "score = 27.598921137614678\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.12073 (-0.43555%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 28.40040783962264,
+ "score-diff": "0.6807529405400707",
+ "score-diff-perc": "+2.45585%",
+ "tooltip": "score = 28.40040783962264\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.68075 (+2.45585%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1235864,9 +1235864,9 @@
7
),
"score": 26.443571245614034,
- "score-diff": "-1.1553498920006433",
- "score-diff-perc": "-4.18621%",
- "tooltip": "score = 26.443571245614034\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.15535 (-4.18621%)",
+ "score-diff": "-1.9568365940086068",
+ "score-diff-perc": "-6.89017%",
+ "tooltip": "score = 26.443571245614034\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.95684 (-6.89017%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1235889,11 +1235889,11 @@
18,
7
),
- "score": 28.40040783962264,
- "score-diff": "1.9568365940086068",
- "score-diff-perc": "+7.40005%",
- "tooltip": "score = 28.40040783962264\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.95684 (+7.40005%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 27.598921137614678,
+ "score-diff": "1.1553498920006433",
+ "score-diff-perc": "+4.36911%",
+ "tooltip": "score = 27.598921137614678\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.15535 (+4.36911%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1235916,9 +1235916,9 @@
41
),
"score": 28.573593247619048,
- "score-diff": "0.17318540799640658",
- "score-diff-perc": "+0.60980%",
- "tooltip": "score = 28.573593247619048\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.17319 (+0.60980%)",
+ "score-diff": "0.97467211000437",
+ "score-diff-perc": "+3.53156%",
+ "tooltip": "score = 28.573593247619048\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.97467 (+3.53156%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1236019,11 +1236019,11 @@
17,
1
),
- "score": 38.23380964556962,
- "score-diff": "9.728513598399811",
- "score-diff-perc": "+34.12879%",
- "tooltip": "score = 38.23380964556962\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +9.72851 (+34.12879%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 37.5799259375,
+ "score-diff": "9.07462989033019",
+ "score-diff-perc": "+31.83489%",
+ "tooltip": "score = 37.5799259375\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +9.07463 (+31.83489%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1236045,11 +1236045,11 @@
17,
1
),
- "score": 26.257923826086955,
- "score-diff": "-11.975885819482667",
- "score-diff-perc": "-31.32276%",
- "tooltip": "score = 26.257923826086955\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -11.97589 (-31.32276%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 38.23380964556962,
+ "score-diff": "0.6538837080696212",
+ "score-diff-perc": "+1.73998%",
+ "tooltip": "score = 38.23380964556962\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.65388 (+1.73998%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1236071,11 +1236071,11 @@
17,
1
),
- "score": 37.5799259375,
- "score-diff": "11.322002111413045",
- "score-diff-perc": "+43.11842%",
- "tooltip": "score = 37.5799259375\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +11.32200 (+43.11842%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 26.257923826086955,
+ "score-diff": "-11.975885819482667",
+ "score-diff-perc": "-31.32276%",
+ "tooltip": "score = 26.257923826086955\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -11.97589 (-31.32276%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1236098,9 +1236098,9 @@
7
),
"score": 26.786638857142858,
- "score-diff": "-10.793287080357143",
- "score-diff-perc": "-28.72088%",
- "tooltip": "score = 26.786638857142858\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -10.79329 (-28.72088%)",
+ "score-diff": "0.5287150310559028",
+ "score-diff-perc": "+2.01354%",
+ "tooltip": "score = 26.786638857142858\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.52872 (+2.01354%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1236383,11 +1236383,11 @@
16,
5
),
- "score": 36.81343153658536,
- "score-diff": "1.61276881565513",
- "score-diff-perc": "+4.58164%",
- "tooltip": "score = 36.81343153658536\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.61277 (+4.58164%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 29.94391801980198,
+ "score-diff": "-5.256744701128252",
+ "score-diff-perc": "-14.93365%",
+ "tooltip": "score = 29.94391801980198\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -5.25674 (-14.93365%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1236409,11 +1236409,11 @@
16,
5
),
- "score": 29.94391801980198,
- "score-diff": "-6.869513516783382",
- "score-diff-perc": "-18.66035%",
- "tooltip": "score = 29.94391801980198\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -6.86951 (-18.66035%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 36.280020071428574,
+ "score-diff": "6.336102051626593",
+ "score-diff-perc": "+21.15990%",
+ "tooltip": "score = 36.280020071428574\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +6.33610 (+21.15990%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1236435,11 +1236435,11 @@
16,
5
),
- "score": 36.280020071428574,
- "score-diff": "6.336102051626593",
- "score-diff-perc": "+21.15990%",
- "tooltip": "score = 36.280020071428574\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +6.33610 (+21.15990%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 36.81343153658536,
+ "score-diff": "0.5334114651567887",
+ "score-diff-perc": "+1.47026%",
+ "tooltip": "score = 36.81343153658536\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.53341 (+1.47026%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1236462,9 +1236462,9 @@
21
),
"score": 37.5379917125,
- "score-diff": "1.2579716410714283",
- "score-diff-perc": "+3.46740%",
- "tooltip": "score = 37.5379917125\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.25797 (+3.46740%)",
+ "score-diff": "0.7245601759146396",
+ "score-diff-perc": "+1.96820%",
+ "tooltip": "score = 37.5379917125\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.72456 (+1.96820%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1236773,11 +1236773,11 @@
8,
54
),
- "score": 34.29683647727273,
- "score-diff": "0.5526671739019378",
- "score-diff-perc": "+1.63782%",
- "tooltip": "score = 34.29683647727273\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.55267 (+1.63782%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 26.32023270689655,
+ "score-diff": "-7.423936596474238",
+ "score-diff-perc": "-22.00065%",
+ "tooltip": "score = 26.32023270689655\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -7.42394 (-22.00065%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1236799,11 +1236799,11 @@
8,
54
),
- "score": 26.32023270689655,
- "score-diff": "-7.976603770376176",
- "score-diff-perc": "-23.25755%",
- "tooltip": "score = 26.32023270689655\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -7.97660 (-23.25755%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 34.29683647727273,
+ "score-diff": "7.976603770376176",
+ "score-diff-perc": "+30.30598%",
+ "tooltip": "score = 34.29683647727273\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +7.97660 (+30.30598%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1236826,9 +1236826,9 @@
43
),
"score": 49.530163409836064,
- "score-diff": "23.209930702939513",
- "score-diff-perc": "+88.18285%",
- "tooltip": "score = 49.530163409836064\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +23.20993 (+88.18285%)",
+ "score-diff": "15.233326932563337",
+ "score-diff-perc": "+44.41613%",
+ "tooltip": "score = 49.530163409836064\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +15.23333 (+44.41613%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1242396,11 +1242396,11 @@
18,
7
),
- "score": 47.097806140625,
- "score-diff": "0.9396161098557698",
- "score-diff-perc": "+2.03564%",
- "tooltip": "score = 47.097806140625\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.93962 (+2.03564%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 46.67525538461538,
+ "score-diff": "0.5170653538461494",
+ "score-diff-perc": "+1.12020%",
+ "tooltip": "score = 46.67525538461538\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.51707 (+1.12020%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1242423,9 +1242423,9 @@
7
),
"score": 43.60417508695652,
- "score-diff": "-3.49363105366848",
- "score-diff-perc": "-7.41782%",
- "tooltip": "score = 43.60417508695652\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.49363 (-7.41782%)",
+ "score-diff": "-3.0710802976588596",
+ "score-diff-perc": "-6.57968%",
+ "tooltip": "score = 43.60417508695652\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.07108 (-6.57968%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1242448,11 +1242448,11 @@
18,
7
),
- "score": 46.67525538461538,
- "score-diff": "3.0710802976588596",
- "score-diff-perc": "+7.04309%",
- "tooltip": "score = 46.67525538461538\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.07108 (+7.04309%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 47.097806140625,
+ "score-diff": "3.49363105366848",
+ "score-diff-perc": "+8.01215%",
+ "tooltip": "score = 47.097806140625\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.49363 (+8.01215%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1242475,9 +1242475,9 @@
41
),
"score": 60.72558344,
- "score-diff": "14.050328055384618",
- "score-diff-perc": "+30.10231%",
- "tooltip": "score = 60.72558344\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +14.05033 (+30.10231%)",
+ "score-diff": "13.627777299374998",
+ "score-diff-perc": "+28.93506%",
+ "tooltip": "score = 60.72558344\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +13.62778 (+28.93506%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1242578,11 +1242578,11 @@
17,
1
),
- "score": 57.42142103773585,
- "score-diff": "-3.8901527222641548",
- "score-diff-perc": "-6.34489%",
- "tooltip": "score = 57.42142103773585\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.89015 (-6.34489%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 59.012240078431375,
+ "score-diff": "-2.2993336815686263",
+ "score-diff-perc": "-3.75024%",
+ "tooltip": "score = 59.012240078431375\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.29933 (-3.75024%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1242604,11 +1242604,11 @@
17,
1
),
- "score": 47.63387803174603,
- "score-diff": "-9.787543005989818",
- "score-diff-perc": "-17.04511%",
- "tooltip": "score = 47.63387803174603\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -9.78754 (-17.04511%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 57.42142103773585,
+ "score-diff": "-1.5908190406955285",
+ "score-diff-perc": "-2.69574%",
+ "tooltip": "score = 57.42142103773585\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.59082 (-2.69574%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1242630,11 +1242630,11 @@
17,
1
),
- "score": 59.012240078431375,
- "score-diff": "11.378362046685346",
- "score-diff-perc": "+23.88712%",
- "tooltip": "score = 59.012240078431375\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +11.37836 (+23.88712%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 47.63387803174603,
+ "score-diff": "-9.787543005989818",
+ "score-diff-perc": "-17.04511%",
+ "tooltip": "score = 47.63387803174603\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -9.78754 (-17.04511%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1242657,9 +1242657,9 @@
7
),
"score": 43.4007499,
- "score-diff": "-15.611490178431374",
- "score-diff-perc": "-26.45466%",
- "tooltip": "score = 43.4007499\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -15.61149 (-26.45466%)",
+ "score-diff": "-4.233128131746028",
+ "score-diff-perc": "-8.88680%",
+ "tooltip": "score = 43.4007499\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -4.23313 (-8.88680%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1242942,11 +1242942,11 @@
16,
5
),
- "score": 58.47423744230769,
- "score-diff": "-0.5327504988687792",
- "score-diff-perc": "-0.90286%",
- "tooltip": "score = 58.47423744230769\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.53275 (-0.90286%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 44.979832880597016,
+ "score-diff": "-14.027155060579453",
+ "score-diff-perc": "-23.77202%",
+ "tooltip": "score = 44.979832880597016\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -14.02716 (-23.77202%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1242968,11 +1242968,11 @@
16,
5
),
- "score": 44.979832880597016,
- "score-diff": "-13.494404561710674",
- "score-diff-perc": "-23.07752%",
- "tooltip": "score = 44.979832880597016\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -13.49440 (-23.07752%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 44.412499602941175,
+ "score-diff": "-0.5673332776558411",
+ "score-diff-perc": "-1.26131%",
+ "tooltip": "score = 44.412499602941175\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.56733 (-1.26131%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1242994,11 +1242994,11 @@
16,
5
),
- "score": 44.412499602941175,
- "score-diff": "-0.5673332776558411",
- "score-diff-perc": "-1.26131%",
- "tooltip": "score = 44.412499602941175\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.56733 (-1.26131%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 58.47423744230769,
+ "score-diff": "14.061737839366515",
+ "score-diff-perc": "+31.66167%",
+ "tooltip": "score = 58.47423744230769\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +14.06174 (+31.66167%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1243021,9 +1243021,9 @@
21
),
"score": 53.13163329824562,
- "score-diff": "8.719133695304443",
- "score-diff-perc": "+19.63216%",
- "tooltip": "score = 53.13163329824562\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +8.71913 (+19.63216%)",
+ "score-diff": "-5.342604144062072",
+ "score-diff-perc": "-9.13668%",
+ "tooltip": "score = 53.13163329824562\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -5.34260 (-9.13668%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1243332,11 +1243332,11 @@
8,
54
),
- "score": 104.7803484137931,
- "score-diff": "7.347894929922134",
- "score-diff-perc": "+7.54153%",
- "tooltip": "score = 104.7803484137931\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +7.34789 (+7.54153%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 44.61382225,
+ "score-diff": "-52.818631233870974",
+ "score-diff-perc": "-54.21051%",
+ "tooltip": "score = 44.61382225\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -52.81863 (-54.21051%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1243358,11 +1243358,11 @@
8,
54
),
- "score": 44.61382225,
- "score-diff": "-60.16652616379311",
- "score-diff-perc": "-57.42157%",
- "tooltip": "score = 44.61382225\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -60.16653 (-57.42157%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 104.7803484137931,
+ "score-diff": "60.16652616379311",
+ "score-diff-perc": "+134.86073%",
+ "tooltip": "score = 104.7803484137931\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +60.16653 (+134.86073%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1243385,9 +1243385,9 @@
43
),
"score": 46.669946492307695,
- "score-diff": "2.056124242307696",
- "score-diff-perc": "+4.60872%",
- "tooltip": "score = 46.669946492307695\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +2.05612 (+4.60872%)",
+ "score-diff": "-58.11040192148541",
+ "score-diff-perc": "-55.45926%",
+ "tooltip": "score = 46.669946492307695\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -58.11040 (-55.45926%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1248955,11 +1248955,11 @@
18,
7
),
- "score": 49.64590680327869,
- "score-diff": "3.4716297571248447",
- "score-diff-perc": "+7.51854%",
- "tooltip": "score = 49.64590680327869\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.47163 (+7.51854%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 49.37670924590164,
+ "score-diff": "3.20243219974779",
+ "score-diff-perc": "+6.93553%",
+ "tooltip": "score = 49.37670924590164\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.20243 (+6.93553%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1248982,9 +1248982,9 @@
7
),
"score": 46.1987876,
- "score-diff": "-3.447119203278689",
- "score-diff-perc": "-6.94341%",
- "tooltip": "score = 46.1987876\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.44712 (-6.94341%)",
+ "score-diff": "-3.177921645901634",
+ "score-diff-perc": "-6.43607%",
+ "tooltip": "score = 46.1987876\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.17792 (-6.43607%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1249007,11 +1249007,11 @@
18,
7
),
- "score": 49.37670924590164,
- "score-diff": "3.177921645901634",
- "score-diff-perc": "+6.87880%",
- "tooltip": "score = 49.37670924590164\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.17792 (+6.87880%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 49.64590680327869,
+ "score-diff": "3.447119203278689",
+ "score-diff-perc": "+7.46149%",
+ "tooltip": "score = 49.64590680327869\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.44712 (+7.46149%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1249034,9 +1249034,9 @@
41
),
"score": 60.0584395,
- "score-diff": "10.681730254098362",
- "score-diff-perc": "+21.63314%",
- "tooltip": "score = 60.0584395\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +10.68173 (+21.63314%)",
+ "score-diff": "10.412532696721307",
+ "score-diff-perc": "+20.97360%",
+ "tooltip": "score = 60.0584395\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +10.41253 (+20.97360%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1249137,11 +1249137,11 @@
17,
1
),
- "score": 60.70527218,
- "score-diff": "-2.3678143616666674",
- "score-diff-perc": "-3.75408%",
- "tooltip": "score = 60.70527218\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.36781 (-3.75408%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 51.14153240677966,
+ "score-diff": "-11.931554134887008",
+ "score-diff-perc": "-18.91703%",
+ "tooltip": "score = 51.14153240677966\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -11.93155 (-18.91703%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1249163,11 +1249163,11 @@
17,
1
),
- "score": 46.081650227272725,
- "score-diff": "-14.623621952727277",
- "score-diff-perc": "-24.08954%",
- "tooltip": "score = 46.081650227272725\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -14.62362 (-24.08954%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 60.70527218,
+ "score-diff": "9.563739773220341",
+ "score-diff-perc": "+18.70053%",
+ "tooltip": "score = 60.70527218\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +9.56374 (+18.70053%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1249189,11 +1249189,11 @@
17,
1
),
- "score": 51.14153240677966,
- "score-diff": "5.0598821795069355",
- "score-diff-perc": "+10.98025%",
- "tooltip": "score = 51.14153240677966\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.05988 (+10.98025%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 46.081650227272725,
+ "score-diff": "-14.623621952727277",
+ "score-diff-perc": "-24.08954%",
+ "tooltip": "score = 46.081650227272725\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -14.62362 (-24.08954%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1249216,9 +1249216,9 @@
7
),
"score": 51.60400093220339,
- "score-diff": "0.4624685254237306",
- "score-diff-perc": "+0.90429%",
- "tooltip": "score = 51.60400093220339\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.46247 (+0.90429%)",
+ "score-diff": "5.522350704930666",
+ "score-diff-perc": "+11.98384%",
+ "tooltip": "score = 51.60400093220339\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +5.52235 (+11.98384%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1249501,11 +1249501,11 @@
16,
5
),
- "score": 59.59634882352941,
- "score-diff": "-7.1952568875817065",
- "score-diff-perc": "-10.77270%",
- "tooltip": "score = 59.59634882352941\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.19526 (-10.77270%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 52.877554631578946,
+ "score-diff": "-13.914051079532172",
+ "score-diff-perc": "-20.83204%",
+ "tooltip": "score = 52.877554631578946\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -13.91405 (-20.83204%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1249527,11 +1249527,11 @@
16,
5
),
- "score": 52.877554631578946,
- "score-diff": "-6.718794191950465",
- "score-diff-perc": "-11.27384%",
- "tooltip": "score = 52.877554631578946\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -6.71879 (-11.27384%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 54.73069670909091,
+ "score-diff": "1.8531420775119614",
+ "score-diff-perc": "+3.50459%",
+ "tooltip": "score = 54.73069670909091\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.85314 (+3.50459%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1249553,11 +1249553,11 @@
16,
5
),
- "score": 54.73069670909091,
- "score-diff": "1.8531420775119614",
- "score-diff-perc": "+3.50459%",
- "tooltip": "score = 54.73069670909091\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.85314 (+3.50459%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 59.59634882352941,
+ "score-diff": "4.865652114438504",
+ "score-diff-perc": "+8.89017%",
+ "tooltip": "score = 59.59634882352941\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.86565 (+8.89017%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1249580,9 +1249580,9 @@
21
),
"score": 66.83475946666667,
- "score-diff": "12.104062757575761",
- "score-diff-perc": "+22.11567%",
- "tooltip": "score = 66.83475946666667\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +12.10406 (+22.11567%)",
+ "score-diff": "7.238410643137257",
+ "score-diff-perc": "+12.14573%",
+ "tooltip": "score = 66.83475946666667\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +7.23841 (+12.14573%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1249891,11 +1249891,11 @@
8,
54
),
- "score": 104.62731686206897,
- "score-diff": "-3.384895423645318",
- "score-diff-perc": "-3.13381%",
- "tooltip": "score = 104.62731686206897\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.38490 (-3.13381%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 49.28830470491803,
+ "score-diff": "-58.72390758079625",
+ "score-diff-perc": "-54.36784%",
+ "tooltip": "score = 49.28830470491803\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -58.72391 (-54.36784%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1249917,11 +1249917,11 @@
8,
54
),
- "score": 49.28830470491803,
- "score-diff": "-55.33901215715093",
- "score-diff-perc": "-52.89155%",
- "tooltip": "score = 49.28830470491803\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -55.33901 (-52.89155%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 104.62731686206897,
+ "score-diff": "55.33901215715093",
+ "score-diff-perc": "+112.27615%",
+ "tooltip": "score = 104.62731686206897\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +55.33901 (+112.27615%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1249944,9 +1249944,9 @@
43
),
"score": 72.4309288095238,
- "score-diff": "23.142624104605773",
- "score-diff-perc": "+46.95358%",
- "tooltip": "score = 72.4309288095238\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +23.14262 (+46.95358%)",
+ "score-diff": "-32.19638805254516",
+ "score-diff-perc": "-30.77245%",
+ "tooltip": "score = 72.4309288095238\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -32.19639 (-30.77245%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1255514,11 +1255514,11 @@
18,
7
),
- "score": 45.0450606119403,
- "score-diff": "2.940252986940301",
- "score-diff-perc": "+6.98318%",
- "tooltip": "score = 45.0450606119403\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.94025 (+6.98318%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 43.88081179710145,
+ "score-diff": "1.7760041721014517",
+ "score-diff-perc": "+4.21806%",
+ "tooltip": "score = 43.88081179710145\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.77600 (+4.21806%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1255541,9 +1255541,9 @@
7
),
"score": 40.12556436,
- "score-diff": "-4.919496251940302",
- "score-diff-perc": "-10.92128%",
- "tooltip": "score = 40.12556436\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.91950 (-10.92128%)",
+ "score-diff": "-3.7552474371014526",
+ "score-diff-perc": "-8.55783%",
+ "tooltip": "score = 40.12556436\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.75525 (-8.55783%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1255566,11 +1255566,11 @@
18,
7
),
- "score": 43.88081179710145,
- "score-diff": "3.7552474371014526",
- "score-diff-perc": "+9.35874%",
- "tooltip": "score = 43.88081179710145\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.75525 (+9.35874%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 45.0450606119403,
+ "score-diff": "4.919496251940302",
+ "score-diff-perc": "+12.26025%",
+ "tooltip": "score = 45.0450606119403\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +4.91950 (+12.26025%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1255593,9 +1255593,9 @@
41
),
"score": 58.43272146153846,
- "score-diff": "14.551909664437012",
- "score-diff-perc": "+33.16235%",
- "tooltip": "score = 58.43272146153846\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +14.55191 (+33.16235%)",
+ "score-diff": "13.387660849598163",
+ "score-diff-perc": "+29.72060%",
+ "tooltip": "score = 58.43272146153846\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +13.38766 (+29.72060%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1255696,11 +1255696,11 @@
17,
1
),
- "score": 57.40696018867924,
- "score-diff": "-0.7827136190130659",
- "score-diff-perc": "-1.34511%",
- "tooltip": "score = 57.40696018867924\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.78271 (-1.34511%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 59.06911956862745,
+ "score-diff": "0.8794457609351412",
+ "score-diff-perc": "+1.51134%",
+ "tooltip": "score = 59.06911956862745\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.87945 (+1.51134%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1255722,11 +1255722,11 @@
17,
1
),
- "score": 41.99180277777778,
- "score-diff": "-15.415157410901465",
- "score-diff-perc": "-26.85242%",
- "tooltip": "score = 41.99180277777778\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -15.41516 (-26.85242%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 57.40696018867924,
+ "score-diff": "-1.662159379948207",
+ "score-diff-perc": "-2.81392%",
+ "tooltip": "score = 57.40696018867924\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.66216 (-2.81392%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1255748,11 +1255748,11 @@
17,
1
),
- "score": 59.06911956862745,
- "score-diff": "17.07731679084967",
- "score-diff-perc": "+40.66822%",
- "tooltip": "score = 59.06911956862745\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +17.07732 (+40.66822%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 41.99180277777778,
+ "score-diff": "-15.415157410901465",
+ "score-diff-perc": "-26.85242%",
+ "tooltip": "score = 41.99180277777778\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -15.41516 (-26.85242%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1255775,9 +1255775,9 @@
7
),
"score": 41.78707911111111,
- "score-diff": "-17.282040457516338",
- "score-diff-perc": "-29.25732%",
- "tooltip": "score = 41.78707911111111\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -17.28204 (-29.25732%)",
+ "score-diff": "-0.2047236666666663",
+ "score-diff-perc": "-0.48753%",
+ "tooltip": "score = 41.78707911111111\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.20472 (-0.48753%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1256060,11 +1256060,11 @@
16,
5
),
- "score": 58.51276509615385,
- "score-diff": "-1.4932003156108564",
- "score-diff-perc": "-2.48842%",
- "tooltip": "score = 58.51276509615385\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.49320 (-2.48842%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 42.50572138028169,
+ "score-diff": "-17.500244031483014",
+ "score-diff-perc": "-29.16417%",
+ "tooltip": "score = 42.50572138028169\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -17.50024 (-29.16417%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1256086,11 +1256086,11 @@
16,
5
),
- "score": 42.50572138028169,
- "score-diff": "-16.007043715872157",
- "score-diff-perc": "-27.35650%",
- "tooltip": "score = 42.50572138028169\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -16.00704 (-27.35650%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 58.53467792307692,
+ "score-diff": "16.02895654279523",
+ "score-diff-perc": "+37.71012%",
+ "tooltip": "score = 58.53467792307692\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +16.02896 (+37.71012%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1256112,11 +1256112,11 @@
16,
5
),
- "score": 58.53467792307692,
- "score-diff": "16.02895654279523",
- "score-diff-perc": "+37.71012%",
- "tooltip": "score = 58.53467792307692\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +16.02896 (+37.71012%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 58.51276509615385,
+ "score-diff": "-0.02191282692307084",
+ "score-diff-perc": "-0.03744%",
+ "tooltip": "score = 58.51276509615385\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02191 (-0.03744%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1256139,9 +1256139,9 @@
21
),
"score": 47.47393521875,
- "score-diff": "-11.06074270432692",
- "score-diff-perc": "-18.89605%",
- "tooltip": "score = 47.47393521875\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -11.06074 (-18.89605%)",
+ "score-diff": "-11.038829877403849",
+ "score-diff-perc": "-18.86568%",
+ "tooltip": "score = 47.47393521875\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -11.03883 (-18.86568%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1256450,11 +1256450,11 @@
8,
54
),
- "score": 59.08894180392157,
- "score-diff": "5.971558593395258",
- "score-diff-perc": "+11.24219%",
- "tooltip": "score = 59.08894180392157\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +5.97156 (+11.24219%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 45.724119378787876,
+ "score-diff": "-7.393263831738437",
+ "score-diff-perc": "-13.91873%",
+ "tooltip": "score = 45.724119378787876\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -7.39326 (-13.91873%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1256476,11 +1256476,11 @@
8,
54
),
- "score": 45.724119378787876,
- "score-diff": "-13.364822425133696",
- "score-diff-perc": "-22.61814%",
- "tooltip": "score = 45.724119378787876\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -13.36482 (-22.61814%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 59.08894180392157,
+ "score-diff": "13.364822425133696",
+ "score-diff-perc": "+29.22926%",
+ "tooltip": "score = 59.08894180392157\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +13.36482 (+29.22926%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1256503,9 +1256503,9 @@
43
),
"score": 66.02334791304348,
- "score-diff": "20.299228534255604",
- "score-diff-perc": "+44.39501%",
- "tooltip": "score = 66.02334791304348\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +20.29923 (+44.39501%)",
+ "score-diff": "6.934406109121909",
+ "score-diff-perc": "+11.73554%",
+ "tooltip": "score = 66.02334791304348\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +6.93441 (+11.73554%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1262073,11 +1262073,11 @@
18,
7
),
- "score": 48.1078923015873,
- "score-diff": "0.02234976190475635",
- "score-diff-perc": "+0.04648%",
- "tooltip": "score = 48.1078923015873\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02235 (+0.04648%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 47.002766078125,
+ "score-diff": "-1.0827764615575433",
+ "score-diff-perc": "-2.25177%",
+ "tooltip": "score = 47.002766078125\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.08278 (-2.25177%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1262100,9 +1262100,9 @@
7
),
"score": 47.873997952380954,
- "score-diff": "-0.233894349206345",
- "score-diff-perc": "-0.48619%",
- "tooltip": "score = 47.873997952380954\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.23389 (-0.48619%)",
+ "score-diff": "0.8712318742559546",
+ "score-diff-perc": "+1.85358%",
+ "tooltip": "score = 47.873997952380954\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.87123 (+1.85358%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1262125,11 +1262125,11 @@
18,
7
),
- "score": 47.002766078125,
- "score-diff": "-0.8712318742559546",
- "score-diff-perc": "-1.81984%",
- "tooltip": "score = 47.002766078125\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.87123 (-1.81984%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 48.1078923015873,
+ "score-diff": "0.233894349206345",
+ "score-diff-perc": "+0.48856%",
+ "tooltip": "score = 48.1078923015873\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.23389 (+0.48856%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1262152,9 +1262152,9 @@
41
),
"score": 65.27402865217391,
- "score-diff": "18.27126257404891",
- "score-diff-perc": "+38.87274%",
- "tooltip": "score = 65.27402865217391\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +18.27126 (+38.87274%)",
+ "score-diff": "17.166136350586612",
+ "score-diff-perc": "+35.68258%",
+ "tooltip": "score = 65.27402865217391\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +17.16614 (+35.68258%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1262255,11 +1262255,11 @@
17,
1
),
- "score": 61.815833714285716,
- "score-diff": "9.625709662561576",
- "score-diff-perc": "+18.44355%",
- "tooltip": "score = 61.815833714285716\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +9.62571 (+18.44355%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 60.30058318,
+ "score-diff": "8.110459128275856",
+ "score-diff-perc": "+15.54022%",
+ "tooltip": "score = 60.30058318\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +8.11046 (+15.54022%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1262281,11 +1262281,11 @@
17,
1
),
- "score": 47.879826953125,
- "score-diff": "-13.93600676116072",
- "score-diff-perc": "-22.54440%",
- "tooltip": "score = 47.879826953125\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -13.93601 (-22.54440%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 61.815833714285716,
+ "score-diff": "1.5152505342857197",
+ "score-diff-perc": "+2.51283%",
+ "tooltip": "score = 61.815833714285716\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.51525 (+2.51283%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1262307,11 +1262307,11 @@
17,
1
),
- "score": 60.30058318,
- "score-diff": "12.420756226875",
- "score-diff-perc": "+25.94152%",
- "tooltip": "score = 60.30058318\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +12.42076 (+25.94152%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 47.879826953125,
+ "score-diff": "-13.93600676116072",
+ "score-diff-perc": "-22.54440%",
+ "tooltip": "score = 47.879826953125\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -13.93601 (-22.54440%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1262334,9 +1262334,9 @@
7
),
"score": 43.780920214285715,
- "score-diff": "-16.519662965714282",
- "score-diff-perc": "-27.39553%",
- "tooltip": "score = 43.780920214285715\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -16.51966 (-27.39553%)",
+ "score-diff": "-4.098906738839283",
+ "score-diff-perc": "-8.56082%",
+ "tooltip": "score = 43.780920214285715\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -4.09891 (-8.56082%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1262619,11 +1262619,11 @@
16,
5
),
- "score": 52.13204636206896,
- "score-diff": "-16.18697404702195",
- "score-diff-perc": "-23.69322%",
- "tooltip": "score = 52.13204636206896\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -16.18697 (-23.69322%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 47.19899440625,
+ "score-diff": "-21.12002600284091",
+ "score-diff-perc": "-30.91383%",
+ "tooltip": "score = 47.19899440625\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -21.12003 (-30.91383%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1262645,11 +1262645,11 @@
16,
5
),
- "score": 47.19899440625,
- "score-diff": "-4.933051955818961",
- "score-diff-perc": "-9.46261%",
- "tooltip": "score = 47.19899440625\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.93305 (-9.46261%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 65.30810797826086,
+ "score-diff": "18.109113572010862",
+ "score-diff-perc": "+38.36758%",
+ "tooltip": "score = 65.30810797826086\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +18.10911 (+38.36758%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1262671,11 +1262671,11 @@
16,
5
),
- "score": 65.30810797826086,
- "score-diff": "18.109113572010862",
- "score-diff-perc": "+38.36758%",
- "tooltip": "score = 65.30810797826086\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +18.10911 (+38.36758%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 52.13204636206896,
+ "score-diff": "-13.176061616191902",
+ "score-diff-perc": "-20.17523%",
+ "tooltip": "score = 52.13204636206896\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -13.17606 (-20.17523%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1262698,9 +1262698,9 @@
21
),
"score": 62.970816479166665,
- "score-diff": "-2.3372914990941993",
- "score-diff-perc": "-3.57887%",
- "tooltip": "score = 62.970816479166665\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -2.33729 (-3.57887%)",
+ "score-diff": "10.838770117097702",
+ "score-diff-perc": "+20.79099%",
+ "tooltip": "score = 62.970816479166665\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +10.83877 (+20.79099%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1263009,11 +1263009,11 @@
8,
54
),
- "score": 59.6492758627451,
- "score-diff": "4.46722959001783",
- "score-diff-perc": "+8.09544%",
- "tooltip": "score = 59.6492758627451\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +4.46723 (+8.09544%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 66.96459747826087,
+ "score-diff": "11.7825512055336",
+ "score-diff-perc": "+21.35215%",
+ "tooltip": "score = 66.96459747826087\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +11.78255 (+21.35215%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1263035,11 +1263035,11 @@
8,
54
),
- "score": 66.96459747826087,
- "score-diff": "7.315321615515771",
- "score-diff-perc": "+12.26389%",
- "tooltip": "score = 66.96459747826087\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +7.31532 (+12.26389%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 59.6492758627451,
+ "score-diff": "-7.315321615515771",
+ "score-diff-perc": "-10.92416%",
+ "tooltip": "score = 59.6492758627451\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -7.31532 (-10.92416%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1263062,9 +1263062,9 @@
43
),
"score": 77.35756423076923,
- "score-diff": "10.392966752508357",
- "score-diff-perc": "+15.52009%",
- "tooltip": "score = 77.35756423076923\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +10.39297 (+15.52009%)",
+ "score-diff": "17.708288368024128",
+ "score-diff-perc": "+29.68735%",
+ "tooltip": "score = 77.35756423076923\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +17.70829 (+29.68735%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1268632,11 +1268632,11 @@
18,
7
),
- "score": 48.702721064516126,
- "score-diff": "-4.289096181097911",
- "score-diff-perc": "-8.09388%",
- "tooltip": "score = 48.702721064516126\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.28910 (-8.09388%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 49.58430375409836,
+ "score-diff": "-3.4075134915156795",
+ "score-diff-perc": "-6.43026%",
+ "tooltip": "score = 49.58430375409836\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.40751 (-6.43026%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1268659,9 +1268659,9 @@
7
),
"score": 47.548275765625,
- "score-diff": "-1.154445298891126",
- "score-diff-perc": "-2.37039%",
- "tooltip": "score = 47.548275765625\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.15445 (-2.37039%)",
+ "score-diff": "-2.036027988473357",
+ "score-diff-perc": "-4.10619%",
+ "tooltip": "score = 47.548275765625\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.03603 (-4.10619%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1268684,11 +1268684,11 @@
18,
7
),
- "score": 49.58430375409836,
- "score-diff": "2.036027988473357",
- "score-diff-perc": "+4.28202%",
- "tooltip": "score = 49.58430375409836\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.03603 (+4.28202%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 48.702721064516126,
+ "score-diff": "1.154445298891126",
+ "score-diff-perc": "+2.42794%",
+ "tooltip": "score = 48.702721064516126\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.15445 (+2.42794%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1268711,9 +1268711,9 @@
41
),
"score": 61.6896523877551,
- "score-diff": "12.105348633656746",
- "score-diff-perc": "+24.41367%",
- "tooltip": "score = 61.6896523877551\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +12.10535 (+24.41367%)",
+ "score-diff": "12.986931323238977",
+ "score-diff-perc": "+26.66572%",
+ "tooltip": "score = 61.6896523877551\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +12.98693 (+26.66572%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1268814,11 +1268814,11 @@
17,
1
),
- "score": 59.71911611764706,
- "score-diff": "-2.1273626170468134",
- "score-diff-perc": "-3.43975%",
- "tooltip": "score = 59.71911611764706\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.12736 (-3.43975%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 51.27702374576271,
+ "score-diff": "-10.569454988931163",
+ "score-diff-perc": "-17.08983%",
+ "tooltip": "score = 51.27702374576271\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -10.56945 (-17.08983%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1268840,11 +1268840,11 @@
17,
1
),
- "score": 49.0404685967742,
- "score-diff": "-10.678647520872865",
- "score-diff-perc": "-17.88146%",
- "tooltip": "score = 49.0404685967742\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -10.67865 (-17.88146%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 59.71911611764706,
+ "score-diff": "8.44209237188435",
+ "score-diff-perc": "+16.46369%",
+ "tooltip": "score = 59.71911611764706\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +8.44209 (+16.46369%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1268866,11 +1268866,11 @@
17,
1
),
- "score": 51.27702374576271,
- "score-diff": "2.236555148988515",
- "score-diff-perc": "+4.56063%",
- "tooltip": "score = 51.27702374576271\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.23656 (+4.56063%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 49.0404685967742,
+ "score-diff": "-10.678647520872865",
+ "score-diff-perc": "-17.88146%",
+ "tooltip": "score = 49.0404685967742\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -10.67865 (-17.88146%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1268893,9 +1268893,9 @@
7
),
"score": 49.36722155737705,
- "score-diff": "-1.9098021883856617",
- "score-diff-perc": "-3.72448%",
- "tooltip": "score = 49.36722155737705\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.90980 (-3.72448%)",
+ "score-diff": "0.3267529606028532",
+ "score-diff-perc": "+0.66629%",
+ "tooltip": "score = 49.36722155737705\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.32675 (+0.66629%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1269178,11 +1269178,11 @@
16,
5
),
- "score": 62.04226389795918,
- "score-diff": "-0.5743605395408196",
- "score-diff-perc": "-0.91727%",
- "tooltip": "score = 62.04226389795918\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.57436 (-0.91727%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 47.377535421875,
+ "score-diff": "-15.239089015624998",
+ "score-diff-perc": "-24.33713%",
+ "tooltip": "score = 47.377535421875\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -15.23909 (-24.33713%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1269204,11 +1269204,11 @@
16,
5
),
- "score": 47.377535421875,
- "score-diff": "-14.664728476084179",
- "score-diff-perc": "-23.63668%",
- "tooltip": "score = 47.377535421875\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -14.66473 (-23.63668%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 63.92556561702128,
+ "score-diff": "16.548030195146275",
+ "score-diff-perc": "+34.92801%",
+ "tooltip": "score = 63.92556561702128\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +16.54803 (+34.92801%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1269230,11 +1269230,11 @@
16,
5
),
- "score": 63.92556561702128,
- "score-diff": "16.548030195146275",
- "score-diff-perc": "+34.92801%",
- "tooltip": "score = 63.92556561702128\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +16.54803 (+34.92801%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 62.04226389795918,
+ "score-diff": "-1.8833017190620964",
+ "score-diff-perc": "-2.94609%",
+ "tooltip": "score = 62.04226389795918\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.88330 (-2.94609%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1269257,9 +1269257,9 @@
21
),
"score": 58.316024173076926,
- "score-diff": "-5.609541443944352",
- "score-diff-perc": "-8.77511%",
- "tooltip": "score = 58.316024173076926\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -5.60954 (-8.77511%)",
+ "score-diff": "-3.726239724882255",
+ "score-diff-perc": "-6.00597%",
+ "tooltip": "score = 58.316024173076926\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -3.72624 (-6.00597%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1269568,11 +1269568,11 @@
8,
54
),
- "score": 112.54512714814815,
- "score-diff": "56.563638129966336",
- "score-diff-perc": "+101.03990%",
- "tooltip": "score = 112.54512714814815\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +56.56364 (+101.03990%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 47.908244555555555,
+ "score-diff": "-8.073244462626263",
+ "score-diff-perc": "-14.42127%",
+ "tooltip": "score = 47.908244555555555\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -8.07324 (-14.42127%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1269594,11 +1269594,11 @@
8,
54
),
- "score": 47.908244555555555,
- "score-diff": "-64.6368825925926",
- "score-diff-perc": "-57.43197%",
- "tooltip": "score = 47.908244555555555\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -64.63688 (-57.43197%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 112.54512714814815,
+ "score-diff": "64.6368825925926",
+ "score-diff-perc": "+134.91808%",
+ "tooltip": "score = 112.54512714814815\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +64.63688 (+134.91808%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1269621,9 +1269621,9 @@
43
),
"score": 71.55331628571429,
- "score-diff": "23.645071730158733",
- "score-diff-perc": "+49.35491%",
- "tooltip": "score = 71.55331628571429\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +23.64507 (+49.35491%)",
+ "score-diff": "-40.991810862433866",
+ "score-diff-perc": "-36.42256%",
+ "tooltip": "score = 71.55331628571429\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -40.99181 (-36.42256%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1275191,11 +1275191,11 @@
18,
7
),
- "score": 50.85545496666667,
- "score-diff": "0.14073603333334006",
- "score-diff-perc": "+0.27751%",
- "tooltip": "score = 50.85545496666667\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.14074 (+0.27751%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 50.59432705,
+ "score-diff": "-0.12039188333333328",
+ "score-diff-perc": "-0.23739%",
+ "tooltip": "score = 50.59432705\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.12039 (-0.23739%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1275218,9 +1275218,9 @@
7
),
"score": 52.05239598275862,
- "score-diff": "1.196941016091948",
- "score-diff-perc": "+2.35361%",
- "tooltip": "score = 52.05239598275862\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.19694 (+2.35361%)",
+ "score-diff": "1.4580689327586214",
+ "score-diff-perc": "+2.88188%",
+ "tooltip": "score = 52.05239598275862\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.45807 (+2.88188%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1275243,11 +1275243,11 @@
18,
7
),
- "score": 50.59432705,
- "score-diff": "-1.4580689327586214",
- "score-diff-perc": "-2.80116%",
- "tooltip": "score = 50.59432705\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.45807 (-2.80116%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 50.85545496666667,
+ "score-diff": "-1.196941016091948",
+ "score-diff-perc": "-2.29949%",
+ "tooltip": "score = 50.85545496666667\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.19694 (-2.29949%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1275270,9 +1275270,9 @@
41
),
"score": 66.83290944444444,
- "score-diff": "16.238582394444443",
- "score-diff-perc": "+32.09566%",
- "tooltip": "score = 66.83290944444444\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +16.23858 (+32.09566%)",
+ "score-diff": "15.97745447777777",
+ "score-diff-perc": "+31.41739%",
+ "tooltip": "score = 66.83290944444444\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +15.97745 (+31.41739%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1275373,11 +1275373,11 @@
17,
1
),
- "score": 67.14357004347826,
- "score-diff": "-2.8322077239635917",
- "score-diff-perc": "-4.04741%",
- "tooltip": "score = 67.14357004347826\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.83221 (-4.04741%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 67.7629696,
+ "score-diff": "-2.2128081674418496",
+ "score-diff-perc": "-3.16225%",
+ "tooltip": "score = 67.7629696\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.21281 (-3.16225%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1275399,11 +1275399,11 @@
17,
1
),
- "score": 52.17636132758621,
- "score-diff": "-14.967208715892056",
- "score-diff-perc": "-22.29135%",
- "tooltip": "score = 52.17636132758621\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -14.96721 (-22.29135%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 67.14357004347826,
+ "score-diff": "-0.6193995565217421",
+ "score-diff-perc": "-0.91407%",
+ "tooltip": "score = 67.14357004347826\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.61940 (-0.91407%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1275425,11 +1275425,11 @@
17,
1
),
- "score": 67.7629696,
- "score-diff": "15.586608272413798",
- "score-diff-perc": "+29.87293%",
- "tooltip": "score = 67.7629696\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +15.58661 (+29.87293%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 52.17636132758621,
+ "score-diff": "-14.967208715892056",
+ "score-diff-perc": "-22.29135%",
+ "tooltip": "score = 52.17636132758621\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -14.96721 (-22.29135%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1275452,9 +1275452,9 @@
7
),
"score": 51.38234037288136,
- "score-diff": "-16.380629227118646",
- "score-diff-perc": "-24.17342%",
- "tooltip": "score = 51.38234037288136\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -16.38063 (-24.17342%)",
+ "score-diff": "-0.7940209547048482",
+ "score-diff-perc": "-1.52180%",
+ "tooltip": "score = 51.38234037288136\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.79402 (-1.52180%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1275737,11 +1275737,11 @@
16,
5
),
- "score": 67.61877773333333,
- "score-diff": "1.6362283637681116",
- "score-diff-perc": "+2.47979%",
- "tooltip": "score = 67.61877773333333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.63623 (+2.47979%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 48.885004612903224,
+ "score-diff": "-17.097544756661996",
+ "score-diff-perc": "-25.91222%",
+ "tooltip": "score = 48.885004612903224\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -17.09754 (-25.91222%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1275763,11 +1275763,11 @@
16,
5
),
- "score": 48.885004612903224,
- "score-diff": "-18.733773120430108",
- "score-diff-perc": "-27.70499%",
- "tooltip": "score = 48.885004612903224\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -18.73377 (-27.70499%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 68.67658843181817,
+ "score-diff": "19.79158381891495",
+ "score-diff-perc": "+40.48600%",
+ "tooltip": "score = 68.67658843181817\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +19.79158 (+40.48600%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1275789,11 +1275789,11 @@
16,
5
),
- "score": 68.67658843181817,
- "score-diff": "19.79158381891495",
- "score-diff-perc": "+40.48600%",
- "tooltip": "score = 68.67658843181817\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +19.79158 (+40.48600%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 67.61877773333333,
+ "score-diff": "-1.0578106984848432",
+ "score-diff-perc": "-1.54028%",
+ "tooltip": "score = 67.61877773333333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.05781 (-1.54028%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1275816,9 +1275816,9 @@
21
),
"score": 69.22745240909092,
- "score-diff": "0.5508639772727406",
- "score-diff-perc": "+0.80211%",
- "tooltip": "score = 69.22745240909092\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.55086 (+0.80211%)",
+ "score-diff": "1.6086746757575838",
+ "score-diff-perc": "+2.37904%",
+ "tooltip": "score = 69.22745240909092\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.60867 (+2.37904%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1276127,11 +1276127,11 @@
8,
54
),
- "score": 116.66441546153847,
- "score-diff": "7.467617140109894",
- "score-diff-perc": "+6.83868%",
- "tooltip": "score = 116.66441546153847\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +7.46762 (+6.83868%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 74.07219592682927,
+ "score-diff": "-35.12460239459931",
+ "score-diff-perc": "-32.16633%",
+ "tooltip": "score = 74.07219592682927\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -35.12460 (-32.16633%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1276153,11 +1276153,11 @@
8,
54
),
- "score": 74.07219592682927,
- "score-diff": "-42.5922195347092",
- "score-diff-perc": "-36.50832%",
- "tooltip": "score = 74.07219592682927\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -42.59222 (-36.50832%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 116.66441546153847,
+ "score-diff": "42.5922195347092",
+ "score-diff-perc": "+57.50095%",
+ "tooltip": "score = 116.66441546153847\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +42.59222 (+57.50095%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1276180,9 +1276180,9 @@
43
),
"score": 67.294985,
- "score-diff": "-6.7772109268292695",
- "score-diff-perc": "-9.14947%",
- "tooltip": "score = 67.294985\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -6.77721 (-9.14947%)",
+ "score-diff": "-49.36943046153847",
+ "score-diff-perc": "-42.31747%",
+ "tooltip": "score = 67.294985\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -49.36943 (-42.31747%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1281750,11 +1281750,11 @@
18,
7
),
- "score": 28.195834140186914,
- "score-diff": "1.2250650598297703",
- "score-diff-perc": "+4.54220%",
- "tooltip": "score = 28.195834140186914\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.22507 (+4.54220%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 31.110655845360824,
+ "score-diff": "4.139886765003681",
+ "score-diff-perc": "+15.34953%",
+ "tooltip": "score = 31.110655845360824\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +4.13989 (+15.34953%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1281777,9 +1281777,9 @@
7
),
"score": 27.04143717117117,
- "score-diff": "-1.1543969690157425",
- "score-diff-perc": "-4.09421%",
- "tooltip": "score = 27.04143717117117\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.15440 (-4.09421%)",
+ "score-diff": "-4.069218674189653",
+ "score-diff-perc": "-13.07982%",
+ "tooltip": "score = 27.04143717117117\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.06922 (-13.07982%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1281802,11 +1281802,11 @@
18,
7
),
- "score": 31.110655845360824,
- "score-diff": "4.069218674189653",
- "score-diff-perc": "+15.04809%",
- "tooltip": "score = 31.110655845360824\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +4.06922 (+15.04809%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 28.195834140186914,
+ "score-diff": "1.1543969690157425",
+ "score-diff-perc": "+4.26899%",
+ "tooltip": "score = 28.195834140186914\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.15440 (+4.26899%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1281829,9 +1281829,9 @@
41
),
"score": 28.04007213084112,
- "score-diff": "-3.070583714519703",
- "score-diff-perc": "-9.86988%",
- "tooltip": "score = 28.04007213084112\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -3.07058 (-9.86988%)",
+ "score-diff": "-0.15576200934579276",
+ "score-diff-perc": "-0.55243%",
+ "tooltip": "score = 28.04007213084112\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.15576 (-0.55243%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1281932,11 +1281932,11 @@
17,
1
),
- "score": 36.360375240963855,
- "score-diff": "0.3222141576305191",
- "score-diff-perc": "+0.89409%",
- "tooltip": "score = 36.360375240963855\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.32221 (+0.89409%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 38.757945923076925,
+ "score-diff": "2.719784839743589",
+ "score-diff-perc": "+7.54696%",
+ "tooltip": "score = 38.757945923076925\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.71978 (+7.54696%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1281958,11 +1281958,11 @@
17,
1
),
- "score": 27.81458072222222,
- "score-diff": "-8.545794518741634",
- "score-diff-perc": "-23.50304%",
- "tooltip": "score = 27.81458072222222\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -8.54579 (-23.50304%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 36.360375240963855,
+ "score-diff": "-2.39757068211307",
+ "score-diff-perc": "-6.18601%",
+ "tooltip": "score = 36.360375240963855\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.39757 (-6.18601%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1281984,11 +1281984,11 @@
17,
1
),
- "score": 38.757945923076925,
- "score-diff": "10.943365200854704",
- "score-diff-perc": "+39.34399%",
- "tooltip": "score = 38.757945923076925\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +10.94337 (+39.34399%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 27.81458072222222,
+ "score-diff": "-8.545794518741634",
+ "score-diff-perc": "-23.50304%",
+ "tooltip": "score = 27.81458072222222\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -8.54579 (-23.50304%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1282011,9 +1282011,9 @@
7
),
"score": 28.261301429906542,
- "score-diff": "-10.496644493170383",
- "score-diff-perc": "-27.08256%",
- "tooltip": "score = 28.261301429906542\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -10.49664 (-27.08256%)",
+ "score-diff": "0.44672070768432093",
+ "score-diff-perc": "+1.60607%",
+ "tooltip": "score = 28.261301429906542\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.44672 (+1.60607%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1282296,11 +1282296,11 @@
16,
5
),
- "score": 37.5876378,
- "score-diff": "0.017617562499999906",
- "score-diff-perc": "+0.04689%",
- "tooltip": "score = 37.5876378\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01762 (+0.04689%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 29.19270505825243,
+ "score-diff": "-8.377315179247574",
+ "score-diff-perc": "-22.29787%",
+ "tooltip": "score = 29.19270505825243\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -8.37732 (-22.29787%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1282322,11 +1282322,11 @@
16,
5
),
- "score": 29.19270505825243,
- "score-diff": "-8.394932741747574",
- "score-diff-perc": "-22.33429%",
- "tooltip": "score = 29.19270505825243\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -8.39493 (-22.33429%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 37.979082848101264,
+ "score-diff": "8.786377789848835",
+ "score-diff-perc": "+30.09785%",
+ "tooltip": "score = 37.979082848101264\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +8.78638 (+30.09785%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1282348,11 +1282348,11 @@
16,
5
),
- "score": 37.979082848101264,
- "score-diff": "8.786377789848835",
- "score-diff-perc": "+30.09785%",
- "tooltip": "score = 37.979082848101264\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +8.78638 (+30.09785%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 37.5876378,
+ "score-diff": "-0.3914450481012608",
+ "score-diff-perc": "-1.03069%",
+ "tooltip": "score = 37.5876378\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.39145 (-1.03069%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1282375,9 +1282375,9 @@
21
),
"score": 36.25251406024096,
- "score-diff": "-1.7265687878603018",
- "score-diff-perc": "-4.54610%",
- "tooltip": "score = 36.25251406024096\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.72657 (-4.54610%)",
+ "score-diff": "-1.335123739759041",
+ "score-diff-perc": "-3.55203%",
+ "tooltip": "score = 36.25251406024096\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.33512 (-3.55203%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1282686,11 +1282686,11 @@
8,
54
),
- "score": 33.19259810989011,
- "score-diff": "0.7444701959116173",
- "score-diff-perc": "+2.29434%",
- "tooltip": "score = 33.19259810989011\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.74447 (+2.29434%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 48.868584822580644,
+ "score-diff": "16.420456908602148",
+ "score-diff-perc": "+50.60525%",
+ "tooltip": "score = 48.868584822580644\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +16.42046 (+50.60525%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1282712,11 +1282712,11 @@
8,
54
),
- "score": 48.868584822580644,
- "score-diff": "15.67598671269053",
- "score-diff-perc": "+47.22736%",
- "tooltip": "score = 48.868584822580644\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +15.67599 (+47.22736%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 33.19259810989011,
+ "score-diff": "-15.67598671269053",
+ "score-diff-perc": "-32.07784%",
+ "tooltip": "score = 33.19259810989011\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -15.67599 (-32.07784%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1282739,9 +1282739,9 @@
43
),
"score": 52.394021310344826,
- "score-diff": "3.525436487764182",
- "score-diff-perc": "+7.21412%",
- "tooltip": "score = 52.394021310344826\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +3.52544 (+7.21412%)",
+ "score-diff": "19.201423200454713",
+ "score-diff-perc": "+57.84851%",
+ "tooltip": "score = 52.394021310344826\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +19.20142 (+57.84851%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1288309,11 +1288309,11 @@
18,
7
),
- "score": 27.339447772727272,
- "score-diff": "1.163710059683794",
- "score-diff-perc": "+4.44576%",
- "tooltip": "score = 27.339447772727272\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.16371 (+4.44576%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 27.044218513513513,
+ "score-diff": "0.8684808004700351",
+ "score-diff-perc": "+3.31788%",
+ "tooltip": "score = 27.044218513513513\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.86848 (+3.31788%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1288336,9 +1288336,9 @@
7
),
"score": 27.352056827272726,
- "score-diff": "0.012609054545453802",
- "score-diff-perc": "+0.04612%",
- "tooltip": "score = 27.352056827272726\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01261 (+0.04612%)",
+ "score-diff": "0.30783831375921267",
+ "score-diff-perc": "+1.13828%",
+ "tooltip": "score = 27.352056827272726\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.30784 (+1.13828%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1288361,11 +1288361,11 @@
18,
7
),
- "score": 27.044218513513513,
- "score-diff": "-0.30783831375921267",
- "score-diff-perc": "-1.12547%",
- "tooltip": "score = 27.044218513513513\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.30784 (-1.12547%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 27.339447772727272,
+ "score-diff": "-0.012609054545453802",
+ "score-diff-perc": "-0.04610%",
+ "tooltip": "score = 27.339447772727272\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01261 (-0.04610%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1288388,9 +1288388,9 @@
41
),
"score": 26.364737284482757,
- "score-diff": "-0.6794812290307561",
- "score-diff-perc": "-2.51248%",
- "tooltip": "score = 26.364737284482757\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.67948 (-2.51248%)",
+ "score-diff": "-0.974710488244515",
+ "score-diff-perc": "-3.56522%",
+ "tooltip": "score = 26.364737284482757\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.97471 (-3.56522%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1288491,11 +1288491,11 @@
17,
1
),
- "score": 34.566053206896555,
- "score-diff": "0.545636622626894",
- "score-diff-perc": "+1.60385%",
- "tooltip": "score = 34.566053206896555\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.54564 (+1.60385%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 26.93631866964286,
+ "score-diff": "-7.084097914626803",
+ "score-diff-perc": "-20.82308%",
+ "tooltip": "score = 26.93631866964286\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.08410 (-20.82308%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1288517,11 +1288517,11 @@
17,
1
),
- "score": 27.275055018181817,
- "score-diff": "-7.290998188714738",
- "score-diff-perc": "-21.09294%",
- "tooltip": "score = 27.275055018181817\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.29100 (-21.09294%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 34.566053206896555,
+ "score-diff": "7.629734537253697",
+ "score-diff-perc": "+28.32508%",
+ "tooltip": "score = 34.566053206896555\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +7.62973 (+28.32508%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1288543,11 +1288543,11 @@
17,
1
),
- "score": 26.93631866964286,
- "score-diff": "-0.3387363485389585",
- "score-diff-perc": "-1.24193%",
- "tooltip": "score = 26.93631866964286\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.33874 (-1.24193%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 27.275055018181817,
+ "score-diff": "-7.290998188714738",
+ "score-diff-perc": "-21.09294%",
+ "tooltip": "score = 27.275055018181817\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.29100 (-21.09294%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1288570,9 +1288570,9 @@
7
),
"score": 26.8374645,
- "score-diff": "-0.09885416964285909",
- "score-diff-perc": "-0.36699%",
- "tooltip": "score = 26.8374645\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.09885 (-0.36699%)",
+ "score-diff": "-0.4375905181818176",
+ "score-diff-perc": "-1.60436%",
+ "tooltip": "score = 26.8374645\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.43759 (-1.60436%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1288855,11 +1288855,11 @@
16,
5
),
- "score": 34.31593669318182,
- "score-diff": "-0.743527969608877",
- "score-diff-perc": "-2.12076%",
- "tooltip": "score = 34.31593669318182\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.74353 (-2.12076%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 27.411618881818182,
+ "score-diff": "-7.6478457809725136",
+ "score-diff-perc": "-21.81393%",
+ "tooltip": "score = 27.411618881818182\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.64785 (-21.81393%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1288881,11 +1288881,11 @@
16,
5
),
- "score": 27.411618881818182,
- "score-diff": "-6.9043178113636365",
- "score-diff-perc": "-20.11986%",
- "tooltip": "score = 27.411618881818182\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -6.90432 (-20.11986%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 24.87888538842975,
+ "score-diff": "-2.532733493388431",
+ "score-diff-perc": "-9.23963%",
+ "tooltip": "score = 24.87888538842975\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.53273 (-9.23963%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1288907,11 +1288907,11 @@
16,
5
),
- "score": 24.87888538842975,
- "score-diff": "-2.532733493388431",
- "score-diff-perc": "-9.23963%",
- "tooltip": "score = 24.87888538842975\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.53273 (-9.23963%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 34.31593669318182,
+ "score-diff": "9.437051304752067",
+ "score-diff-perc": "+37.93197%",
+ "tooltip": "score = 34.31593669318182\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +9.43705 (+37.93197%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1288934,9 +1288934,9 @@
21
),
"score": 26.70784685840708,
- "score-diff": "1.8289614699773296",
- "score-diff-perc": "+7.35146%",
- "tooltip": "score = 26.70784685840708\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.82896 (+7.35146%)",
+ "score-diff": "-7.608089834774738",
+ "score-diff-perc": "-22.17072%",
+ "tooltip": "score = 26.70784685840708\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -7.60809 (-22.17072%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1289245,11 +1289245,11 @@
8,
54
),
- "score": 28.748226657142858,
- "score-diff": "-34.55022764897959",
- "score-diff-perc": "-54.58305%",
- "tooltip": "score = 28.748226657142858\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -34.55023 (-54.58305%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 41.554668369863016,
+ "score-diff": "-21.743785936259435",
+ "score-diff-perc": "-34.35121%",
+ "tooltip": "score = 41.554668369863016\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -21.74379 (-34.35121%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1289271,11 +1289271,11 @@
8,
54
),
- "score": 41.554668369863016,
- "score-diff": "12.806441712720158",
- "score-diff-perc": "+44.54689%",
- "tooltip": "score = 41.554668369863016\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +12.80644 (+44.54689%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 28.748226657142858,
+ "score-diff": "-12.806441712720158",
+ "score-diff-perc": "-30.81830%",
+ "tooltip": "score = 28.748226657142858\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.80644 (-30.81830%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1289298,9 +1289298,9 @@
43
),
"score": 44.88413425373135,
- "score-diff": "3.3294658838683304",
- "score-diff-perc": "+8.01225%",
- "tooltip": "score = 44.88413425373135\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +3.32947 (+8.01225%)",
+ "score-diff": "16.13590759658849",
+ "score-diff-perc": "+56.12836%",
+ "tooltip": "score = 44.88413425373135\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +16.13591 (+56.12836%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1294868,11 +1294868,11 @@
18,
7
),
- "score": 27.557238431192662,
- "score-diff": "0.38852050326473275",
- "score-diff-perc": "+1.43003%",
- "tooltip": "score = 27.557238431192662\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.38852 (+1.43003%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 27.263115171171172,
+ "score-diff": "0.09439724324324317",
+ "score-diff-perc": "+0.34745%",
+ "tooltip": "score = 27.263115171171172\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.09440 (+0.34745%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1294895,9 +1294895,9 @@
7
),
"score": 26.068001301724138,
- "score-diff": "-1.489237129468524",
- "score-diff-perc": "-5.40416%",
- "tooltip": "score = 26.068001301724138\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.48924 (-5.40416%)",
+ "score-diff": "-1.1951138694470345",
+ "score-diff-perc": "-4.38363%",
+ "tooltip": "score = 26.068001301724138\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.19511 (-4.38363%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1294920,11 +1294920,11 @@
18,
7
),
- "score": 27.263115171171172,
- "score-diff": "1.1951138694470345",
- "score-diff-perc": "+4.58460%",
- "tooltip": "score = 27.263115171171172\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.19511 (+4.58460%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 27.557238431192662,
+ "score-diff": "1.489237129468524",
+ "score-diff-perc": "+5.71289%",
+ "tooltip": "score = 27.557238431192662\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.48924 (+5.71289%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1294947,9 +1294947,9 @@
41
),
"score": 34.49133504597701,
- "score-diff": "7.228219874805838",
- "score-diff-perc": "+26.51282%",
- "tooltip": "score = 34.49133504597701\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +7.22822 (+26.51282%)",
+ "score-diff": "6.934096614784348",
+ "score-diff-perc": "+25.16252%",
+ "tooltip": "score = 34.49133504597701\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +6.93410 (+25.16252%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1295050,11 +1295050,11 @@
17,
1
),
- "score": 35.00161765116279,
- "score-diff": "0.11031240697673894",
- "score-diff-perc": "+0.31616%",
- "tooltip": "score = 35.00161765116279\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.11031 (+0.31616%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 26.683025371681417,
+ "score-diff": "-8.208279872504633",
+ "score-diff-perc": "-23.52529%",
+ "tooltip": "score = 26.683025371681417\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -8.20828 (-23.52529%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1295076,11 +1295076,11 @@
17,
1
),
- "score": 25.023682641666667,
- "score-diff": "-9.977935009496122",
- "score-diff-perc": "-28.50707%",
- "tooltip": "score = 25.023682641666667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -9.97794 (-28.50707%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 35.00161765116279,
+ "score-diff": "8.318592279481372",
+ "score-diff-perc": "+31.17560%",
+ "tooltip": "score = 35.00161765116279\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +8.31859 (+31.17560%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1295102,11 +1295102,11 @@
17,
1
),
- "score": 26.683025371681417,
- "score-diff": "1.6593427300147496",
- "score-diff-perc": "+6.63109%",
- "tooltip": "score = 26.683025371681417\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.65934 (+6.63109%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 25.023682641666667,
+ "score-diff": "-9.977935009496122",
+ "score-diff-perc": "-28.50707%",
+ "tooltip": "score = 25.023682641666667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -9.97794 (-28.50707%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1295129,9 +1295129,9 @@
7
),
"score": 27.392015727272728,
- "score-diff": "0.7089903555913111",
- "score-diff-perc": "+2.65708%",
- "tooltip": "score = 27.392015727272728\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.70899 (+2.65708%)",
+ "score-diff": "2.3683330856060607",
+ "score-diff-perc": "+9.46437%",
+ "tooltip": "score = 27.392015727272728\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +2.36833 (+9.46437%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1295414,11 +1295414,11 @@
16,
5
),
- "score": 34.26466586363637,
- "score-diff": "-2.0436548713033957",
- "score-diff-perc": "-5.62861%",
- "tooltip": "score = 34.26466586363637\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.04365 (-5.62861%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 26.328732798245614,
+ "score-diff": "-9.979587936694148",
+ "score-diff-perc": "-27.48568%",
+ "tooltip": "score = 26.328732798245614\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -9.97959 (-27.48568%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1295440,11 +1295440,11 @@
16,
5
),
- "score": 26.328732798245614,
- "score-diff": "-7.935933065390753",
- "score-diff-perc": "-23.16069%",
- "tooltip": "score = 26.328732798245614\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.93593 (-23.16069%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 31.763824484210527,
+ "score-diff": "5.435091685964913",
+ "score-diff-perc": "+20.64320%",
+ "tooltip": "score = 31.763824484210527\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.43509 (+20.64320%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1295466,11 +1295466,11 @@
16,
5
),
- "score": 31.763824484210527,
- "score-diff": "5.435091685964913",
- "score-diff-perc": "+20.64320%",
- "tooltip": "score = 31.763824484210527\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.43509 (+20.64320%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 34.26466586363637,
+ "score-diff": "2.5008413794258395",
+ "score-diff-perc": "+7.87324%",
+ "tooltip": "score = 34.26466586363637\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.50084 (+7.87324%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1295493,9 +1295493,9 @@
21
),
"score": 34.93384279310345,
- "score-diff": "3.1700183088929244",
- "score-diff-perc": "+9.97996%",
- "tooltip": "score = 34.93384279310345\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +3.17002 (+9.97996%)",
+ "score-diff": "0.6691769294670848",
+ "score-diff-perc": "+1.95296%",
+ "tooltip": "score = 34.93384279310345\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.66918 (+1.95296%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1295804,11 +1295804,11 @@
8,
54
),
- "score": 64.3254340425532,
- "score-diff": "-2.508754957446797",
- "score-diff-perc": "-3.75370%",
- "tooltip": "score = 64.3254340425532\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.50875 (-3.75370%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 46.73304055384615,
+ "score-diff": "-20.101148446153843",
+ "score-diff-perc": "-30.07615%",
+ "tooltip": "score = 46.73304055384615\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -20.10115 (-30.07615%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1295830,11 +1295830,11 @@
8,
54
),
- "score": 46.73304055384615,
- "score-diff": "-17.592393488707046",
- "score-diff-perc": "-27.34905%",
- "tooltip": "score = 46.73304055384615\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -17.59239 (-27.34905%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 64.3254340425532,
+ "score-diff": "17.592393488707046",
+ "score-diff-perc": "+37.64444%",
+ "tooltip": "score = 64.3254340425532\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +17.59239 (+37.64444%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1295857,9 +1295857,9 @@
43
),
"score": 43.29182958571428,
- "score-diff": "-3.4412109681318697",
- "score-diff-perc": "-7.36355%",
- "tooltip": "score = 43.29182958571428\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -3.44121 (-7.36355%)",
+ "score-diff": "-21.033604456838916",
+ "score-diff-perc": "-32.69874%",
+ "tooltip": "score = 43.29182958571428\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -21.03360 (-32.69874%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1301427,11 +1301427,11 @@
18,
7
),
- "score": 30.42888602020202,
- "score-diff": "-1.720516564904358",
- "score-diff-perc": "-5.35163%",
- "tooltip": "score = 30.42888602020202\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.72052 (-5.35163%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 30.443175565656567,
+ "score-diff": "-1.7062270194498126",
+ "score-diff-perc": "-5.30718%",
+ "tooltip": "score = 30.443175565656567\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.70623 (-5.30718%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1301454,9 +1301454,9 @@
7
),
"score": 33.02812907692308,
- "score-diff": "2.5992430567210576",
- "score-diff-perc": "+8.54203%",
- "tooltip": "score = 33.02812907692308\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.59924 (+8.54203%)",
+ "score-diff": "2.5849535112665123",
+ "score-diff-perc": "+8.49108%",
+ "tooltip": "score = 33.02812907692308\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.58495 (+8.49108%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1301479,11 +1301479,11 @@
18,
7
),
- "score": 30.443175565656567,
- "score-diff": "-2.5849535112665123",
- "score-diff-perc": "-7.82652%",
- "tooltip": "score = 30.443175565656567\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.58495 (-7.82652%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 30.42888602020202,
+ "score-diff": "-2.5992430567210576",
+ "score-diff-perc": "-7.86979%",
+ "tooltip": "score = 30.42888602020202\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.59924 (-7.86979%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1301506,9 +1301506,9 @@
41
),
"score": 32.191316585106385,
- "score-diff": "1.7481410194498181",
- "score-diff-perc": "+5.74231%",
- "tooltip": "score = 32.191316585106385\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.74814 (+5.74231%)",
+ "score-diff": "1.7624305649043635",
+ "score-diff-perc": "+5.79197%",
+ "tooltip": "score = 32.191316585106385\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.76243 (+5.79197%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1301609,11 +1301609,11 @@
17,
1
),
- "score": 44.49934145588235,
- "score-diff": "9.599465200068401",
- "score-diff-perc": "+27.50573%",
- "tooltip": "score = 44.49934145588235\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +9.59947 (+27.50573%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 43.068756085714284,
+ "score-diff": "8.168879829900334",
+ "score-diff-perc": "+23.40662%",
+ "tooltip": "score = 43.068756085714284\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +8.16888 (+23.40662%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1301635,11 +1301635,11 @@
17,
1
),
- "score": 29.78794795049505,
- "score-diff": "-14.711393505387303",
- "score-diff-perc": "-33.05980%",
- "tooltip": "score = 29.78794795049505\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -14.71139 (-33.05980%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 44.49934145588235,
+ "score-diff": "1.4305853701680675",
+ "score-diff-perc": "+3.32163%",
+ "tooltip": "score = 44.49934145588235\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.43059 (+3.32163%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1301661,11 +1301661,11 @@
17,
1
),
- "score": 43.068756085714284,
- "score-diff": "13.280808135219235",
- "score-diff-perc": "+44.58450%",
- "tooltip": "score = 43.068756085714284\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +13.28081 (+44.58450%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 29.78794795049505,
+ "score-diff": "-14.711393505387303",
+ "score-diff-perc": "-33.05980%",
+ "tooltip": "score = 29.78794795049505\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -14.71139 (-33.05980%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1301688,9 +1301688,9 @@
7
),
"score": 29.466902754901962,
- "score-diff": "-13.601853330812322",
- "score-diff-perc": "-31.58172%",
- "tooltip": "score = 29.466902754901962\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -13.60185 (-31.58172%)",
+ "score-diff": "-0.3210451955930864",
+ "score-diff-perc": "-1.07777%",
+ "tooltip": "score = 29.466902754901962\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.32105 (-1.07777%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1301973,11 +1301973,11 @@
16,
5
),
- "score": 34.52824857471264,
- "score-diff": "-12.055965209902745",
- "score-diff-perc": "-25.87994%",
- "tooltip": "score = 34.52824857471264\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -12.05597 (-25.87994%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 27.76910311009174,
+ "score-diff": "-18.815110674523645",
+ "score-diff-perc": "-40.38946%",
+ "tooltip": "score = 27.76910311009174\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -18.81511 (-40.38946%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1301999,11 +1301999,11 @@
16,
5
),
- "score": 27.76910311009174,
- "score-diff": "-6.7591454646209",
- "score-diff-perc": "-19.57570%",
- "tooltip": "score = 27.76910311009174\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -6.75915 (-19.57570%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 43.72946876811594,
+ "score-diff": "15.960365658024202",
+ "score-diff-perc": "+57.47527%",
+ "tooltip": "score = 43.72946876811594\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +15.96037 (+57.47527%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1302025,11 +1302025,11 @@
16,
5
),
- "score": 43.72946876811594,
- "score-diff": "15.960365658024202",
- "score-diff-perc": "+57.47527%",
- "tooltip": "score = 43.72946876811594\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +15.96037 (+57.47527%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 34.52824857471264,
+ "score-diff": "-9.201220193403302",
+ "score-diff-perc": "-21.04123%",
+ "tooltip": "score = 34.52824857471264\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -9.20122 (-21.04123%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1302052,9 +1302052,9 @@
21
),
"score": 44.943611014925374,
- "score-diff": "1.2141422468094305",
- "score-diff-perc": "+2.77649%",
- "tooltip": "score = 44.943611014925374\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.21414 (+2.77649%)",
+ "score-diff": "10.415362440212732",
+ "score-diff-perc": "+30.16476%",
+ "tooltip": "score = 44.943611014925374\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +10.41536 (+30.16476%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1302363,11 +1302363,11 @@
8,
54
),
- "score": 83.38614713888889,
- "score-diff": "3.7850371915204732",
- "score-diff-perc": "+4.75501%",
- "tooltip": "score = 83.38614713888889\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +3.78504 (+4.75501%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 55.81327109259259,
+ "score-diff": "-23.78783885477582",
+ "score-diff-perc": "-29.88380%",
+ "tooltip": "score = 55.81327109259259\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -23.78784 (-29.88380%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1302389,11 +1302389,11 @@
8,
54
),
- "score": 55.81327109259259,
- "score-diff": "-27.572876046296294",
- "score-diff-perc": "-33.06649%",
- "tooltip": "score = 55.81327109259259\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -27.57288 (-33.06649%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 83.38614713888889,
+ "score-diff": "27.572876046296294",
+ "score-diff-perc": "+49.40201%",
+ "tooltip": "score = 83.38614713888889\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +27.57288 (+49.40201%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1302416,9 +1302416,9 @@
43
),
"score": 30.617807602040816,
- "score-diff": "-25.195463490551777",
- "score-diff-perc": "-45.14242%",
- "tooltip": "score = 30.617807602040816\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -25.19546 (-45.14242%)",
+ "score-diff": "-52.768339536848075",
+ "score-diff-perc": "-63.28190%",
+ "tooltip": "score = 30.617807602040816\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -52.76834 (-63.28190%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1307986,11 +1307986,11 @@
18,
7
),
- "score": 33.61860157777778,
- "score-diff": "2.94724982267574",
- "score-diff-perc": "+9.60913%",
- "tooltip": "score = 33.61860157777778\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.94725 (+9.60913%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 31.103544298969073,
+ "score-diff": "0.432192543867032",
+ "score-diff-perc": "+1.40911%",
+ "tooltip": "score = 31.103544298969073\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.43219 (+1.40911%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1308013,9 +1308013,9 @@
7
),
"score": 29.43926642156863,
- "score-diff": "-4.179335156209152",
- "score-diff-perc": "-12.43162%",
- "tooltip": "score = 29.43926642156863\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.17934 (-12.43162%)",
+ "score-diff": "-1.664277877400444",
+ "score-diff-perc": "-5.35077%",
+ "tooltip": "score = 29.43926642156863\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.66428 (-5.35077%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1308038,11 +1308038,11 @@
18,
7
),
- "score": 31.103544298969073,
- "score-diff": "1.664277877400444",
- "score-diff-perc": "+5.65326%",
- "tooltip": "score = 31.103544298969073\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.66428 (+5.65326%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 33.61860157777778,
+ "score-diff": "4.179335156209152",
+ "score-diff-perc": "+14.19647%",
+ "tooltip": "score = 33.61860157777778\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +4.17934 (+14.19647%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1308065,9 +1308065,9 @@
41
),
"score": 34.58381043678161,
- "score-diff": "3.4802661378125386",
- "score-diff-perc": "+11.18929%",
- "tooltip": "score = 34.58381043678161\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +3.48027 (+11.18929%)",
+ "score-diff": "0.9652088590038304",
+ "score-diff-perc": "+2.87106%",
+ "tooltip": "score = 34.58381043678161\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.96521 (+2.87106%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1308168,11 +1308168,11 @@
17,
1
),
- "score": 47.202239484375,
- "score-diff": "4.0413269272321415",
- "score-diff-perc": "+9.36340%",
- "tooltip": "score = 47.202239484375\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +4.04133 (+9.36340%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 44.12335669117647,
+ "score-diff": "0.9624441340336105",
+ "score-diff-perc": "+2.22990%",
+ "tooltip": "score = 44.12335669117647\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.96244 (+2.22990%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1308194,11 +1308194,11 @@
17,
1
),
- "score": 31.038110505154638,
- "score-diff": "-16.16412897922036",
- "score-diff-perc": "-34.24441%",
- "tooltip": "score = 31.038110505154638\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -16.16413 (-34.24441%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 47.202239484375,
+ "score-diff": "3.078882793198531",
+ "score-diff-perc": "+6.97790%",
+ "tooltip": "score = 47.202239484375\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3.07888 (+6.97790%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1308220,11 +1308220,11 @@
17,
1
),
- "score": 44.12335669117647,
- "score-diff": "13.08524618602183",
- "score-diff-perc": "+42.15864%",
- "tooltip": "score = 44.12335669117647\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +13.08525 (+42.15864%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 31.038110505154638,
+ "score-diff": "-16.16412897922036",
+ "score-diff-perc": "-34.24441%",
+ "tooltip": "score = 31.038110505154638\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -16.16413 (-34.24441%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1308247,9 +1308247,9 @@
7
),
"score": 33.23332403296703,
- "score-diff": "-10.890032658209435",
- "score-diff-perc": "-24.68088%",
- "tooltip": "score = 33.23332403296703\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -10.89003 (-24.68088%)",
+ "score-diff": "2.1952135278123954",
+ "score-diff-perc": "+7.07264%",
+ "tooltip": "score = 33.23332403296703\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +2.19521 (+7.07264%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1308532,11 +1308532,11 @@
16,
5
),
- "score": 33.28990017582417,
- "score-diff": "-0.4415481949623441",
- "score-diff-perc": "-1.30901%",
- "tooltip": "score = 33.28990017582417\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.44155 (-1.30901%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 29.67550207843137,
+ "score-diff": "-4.055946292355145",
+ "score-diff-perc": "-12.02423%",
+ "tooltip": "score = 29.67550207843137\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.05595 (-12.02423%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1308558,11 +1308558,11 @@
16,
5
),
- "score": 29.67550207843137,
- "score-diff": "-3.614398097392801",
- "score-diff-perc": "-10.85734%",
- "tooltip": "score = 29.67550207843137\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.61440 (-10.85734%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 44.91208114925373,
+ "score-diff": "15.236579070822359",
+ "score-diff-perc": "+51.34396%",
+ "tooltip": "score = 44.91208114925373\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +15.23658 (+51.34396%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1308584,11 +1308584,11 @@
16,
5
),
- "score": 44.91208114925373,
- "score-diff": "15.236579070822359",
- "score-diff-perc": "+51.34396%",
- "tooltip": "score = 44.91208114925373\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +15.23658 (+51.34396%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 33.28990017582417,
+ "score-diff": "-11.622180973429558",
+ "score-diff-perc": "-25.87763%",
+ "tooltip": "score = 33.28990017582417\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -11.62218 (-25.87763%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1308611,9 +1308611,9 @@
21
),
"score": 42.31099856338028,
- "score-diff": "-2.601082585873449",
- "score-diff-perc": "-5.79150%",
- "tooltip": "score = 42.31099856338028\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -2.60108 (-5.79150%)",
+ "score-diff": "9.021098387556108",
+ "score-diff-perc": "+27.09860%",
+ "tooltip": "score = 42.31099856338028\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +9.02110 (+27.09860%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1308922,11 +1308922,11 @@
8,
54
),
- "score": 39.167147103896106,
- "score-diff": "-43.078039463671466",
- "score-diff-perc": "-52.37758%",
- "tooltip": "score = 39.167147103896106\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -43.07804 (-52.37758%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 31.143620896907215,
+ "score-diff": "-51.10156567066036",
+ "score-diff-perc": "-62.13320%",
+ "tooltip": "score = 31.143620896907215\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -51.10157 (-62.13320%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1308948,11 +1308948,11 @@
8,
54
),
- "score": 31.143620896907215,
- "score-diff": "-8.02352620698889",
- "score-diff-perc": "-20.48535%",
- "tooltip": "score = 31.143620896907215\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -8.02353 (-20.48535%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 39.167147103896106,
+ "score-diff": "8.02352620698889",
+ "score-diff-perc": "+25.76298%",
+ "tooltip": "score = 39.167147103896106\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +8.02353 (+25.76298%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1308975,9 +1308975,9 @@
43
),
"score": 30.963029154639177,
- "score-diff": "-0.18059174226803876",
- "score-diff-perc": "-0.57987%",
- "tooltip": "score = 30.963029154639177\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.18059 (-0.57987%)",
+ "score-diff": "-8.20411794925693",
+ "score-diff-perc": "-20.94643%",
+ "tooltip": "score = 30.963029154639177\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -8.20412 (-20.94643%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1314545,11 +1314545,11 @@
18,
7
),
- "score": 31.582201378947367,
- "score-diff": "2.2425762333162993",
- "score-diff-perc": "+7.64351%",
- "tooltip": "score = 31.582201378947367\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.24258 (+7.64351%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 33.44381203296703,
+ "score-diff": "4.104186887335963",
+ "score-diff-perc": "+13.98855%",
+ "tooltip": "score = 33.44381203296703\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +4.10419 (+13.98855%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1314572,9 +1314572,9 @@
7
),
"score": 31.38076603125,
- "score-diff": "-0.20143534769736604",
- "score-diff-perc": "-0.63781%",
- "tooltip": "score = 31.38076603125\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.20144 (-0.63781%)",
+ "score-diff": "-2.06304600171703",
+ "score-diff-perc": "-6.16869%",
+ "tooltip": "score = 31.38076603125\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.06305 (-6.16869%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1314597,11 +1314597,11 @@
18,
7
),
- "score": 33.44381203296703,
- "score-diff": "2.06304600171703",
- "score-diff-perc": "+6.57424%",
- "tooltip": "score = 33.44381203296703\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.06305 (+6.57424%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 31.582201378947367,
+ "score-diff": "0.20143534769736604",
+ "score-diff-perc": "+0.64191%",
+ "tooltip": "score = 31.582201378947367\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.20144 (+0.64191%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1314624,9 +1314624,9 @@
41
),
"score": 45.58733871212121,
- "score-diff": "12.143526679154178",
- "score-diff-perc": "+36.31023%",
- "tooltip": "score = 45.58733871212121\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +12.14353 (+36.31023%)",
+ "score-diff": "14.005137333173842",
+ "score-diff-perc": "+44.34503%",
+ "tooltip": "score = 45.58733871212121\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +14.00514 (+44.34503%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1314727,11 +1314727,11 @@
17,
1
),
- "score": 32.82456570652174,
- "score-diff": "-10.310800507763979",
- "score-diff-perc": "-23.90336%",
- "tooltip": "score = 32.82456570652174\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -10.31080 (-23.90336%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 45.222813119402986,
+ "score-diff": "2.087446905117268",
+ "score-diff-perc": "+4.83929%",
+ "tooltip": "score = 45.222813119402986\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.08745 (+4.83929%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1314753,11 +1314753,11 @@
17,
1
),
- "score": 31.684527115789475,
- "score-diff": "-1.1400385907322637",
- "score-diff-perc": "-3.47313%",
- "tooltip": "score = 31.684527115789475\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.14004 (-3.47313%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 32.82456570652174,
+ "score-diff": "-12.398247412881247",
+ "score-diff-perc": "-27.41591%",
+ "tooltip": "score = 32.82456570652174\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -12.39825 (-27.41591%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1314779,11 +1314779,11 @@
17,
1
),
- "score": 45.222813119402986,
- "score-diff": "13.53828600361351",
- "score-diff-perc": "+42.72838%",
- "tooltip": "score = 45.222813119402986\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +13.53829 (+42.72838%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 31.684527115789475,
+ "score-diff": "-1.1400385907322637",
+ "score-diff-perc": "-3.47313%",
+ "tooltip": "score = 31.684527115789475\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.14004 (-3.47313%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1314806,9 +1314806,9 @@
7
),
"score": 30.772560071428572,
- "score-diff": "-14.450253047974414",
- "score-diff-perc": "-31.95346%",
- "tooltip": "score = 30.772560071428572\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -14.45025 (-31.95346%)",
+ "score-diff": "-0.9119670443609031",
+ "score-diff-perc": "-2.87827%",
+ "tooltip": "score = 30.772560071428572\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.91197 (-2.87827%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1315091,11 +1315091,11 @@
16,
5
),
- "score": 33.82630762921348,
- "score-diff": "-0.28682318896833436",
- "score-diff-perc": "-0.84080%",
- "tooltip": "score = 33.82630762921348\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.28682 (-0.84080%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 31.12805542268041,
+ "score-diff": "-2.985075395501404",
+ "score-diff-perc": "-8.75052%",
+ "tooltip": "score = 31.12805542268041\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.98508 (-8.75052%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1315117,11 +1315117,11 @@
16,
5
),
- "score": 31.12805542268041,
- "score-diff": "-2.69825220653307",
- "score-diff-perc": "-7.97679%",
- "tooltip": "score = 31.12805542268041\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.69825 (-7.97679%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 46.383989661538465,
+ "score-diff": "15.255934238858053",
+ "score-diff-perc": "+49.01024%",
+ "tooltip": "score = 46.383989661538465\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +15.25593 (+49.01024%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1315143,11 +1315143,11 @@
16,
5
),
- "score": 46.383989661538465,
- "score-diff": "15.255934238858053",
- "score-diff-perc": "+49.01024%",
- "tooltip": "score = 46.383989661538465\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +15.25593 (+49.01024%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 33.82630762921348,
+ "score-diff": "-12.557682032324983",
+ "score-diff-perc": "-27.07331%",
+ "tooltip": "score = 33.82630762921348\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -12.55768 (-27.07331%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1315170,9 +1315170,9 @@
21
),
"score": 42.58560801408451,
- "score-diff": "-3.798381647453958",
- "score-diff-perc": "-8.18899%",
- "tooltip": "score = 42.58560801408451\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -3.79838 (-8.18899%)",
+ "score-diff": "8.759300384871025",
+ "score-diff-perc": "+25.89494%",
+ "tooltip": "score = 42.58560801408451\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +8.75930 (+25.89494%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1315481,11 +1315481,11 @@
8,
54
),
- "score": 84.61500041666666,
- "score-diff": "7.632401288461537",
- "score-diff-perc": "+9.91445%",
- "tooltip": "score = 84.61500041666666\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +7.63240 (+9.91445%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 32.10461306382979,
+ "score-diff": "-44.877986064375335",
+ "score-diff-perc": "-58.29627%",
+ "tooltip": "score = 32.10461306382979\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -44.87799 (-58.29627%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1315507,11 +1315507,11 @@
8,
54
),
- "score": 32.10461306382979,
- "score-diff": "-52.51038735283687",
- "score-diff-perc": "-62.05801%",
- "tooltip": "score = 32.10461306382979\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -52.51039 (-62.05801%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 84.61500041666666,
+ "score-diff": "52.51038735283687",
+ "score-diff-perc": "+163.56026%",
+ "tooltip": "score = 84.61500041666666\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +52.51039 (+163.56026%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1315534,9 +1315534,9 @@
43
),
"score": 32.883589586956525,
- "score-diff": "0.7789765231267367",
- "score-diff-perc": "+2.42637%",
- "tooltip": "score = 32.883589586956525\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.77898 (+2.42637%)",
+ "score-diff": "-51.731410829710136",
+ "score-diff-perc": "-61.13740%",
+ "tooltip": "score = 32.883589586956525\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -51.73141 (-61.13740%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1321104,11 +1321104,11 @@
18,
7
),
- "score": 29.572683823529413,
- "score-diff": "-3.8118604653594765",
- "score-diff-perc": "-11.41804%",
- "tooltip": "score = 29.572683823529413\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.81186 (-11.41804%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 29.879264118811882,
+ "score-diff": "-3.5052801700770075",
+ "score-diff-perc": "-10.49971%",
+ "tooltip": "score = 29.879264118811882\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.50528 (-10.49971%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1321131,9 +1321131,9 @@
7
),
"score": 31.43645478125,
- "score-diff": "1.863770957720586",
- "score-diff-perc": "+6.30234%",
- "tooltip": "score = 31.43645478125\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.86377 (+6.30234%)",
+ "score-diff": "1.557190662438117",
+ "score-diff-perc": "+5.21161%",
+ "tooltip": "score = 31.43645478125\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.55719 (+5.21161%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1321156,11 +1321156,11 @@
18,
7
),
- "score": 29.879264118811882,
- "score-diff": "-1.557190662438117",
- "score-diff-perc": "-4.95346%",
- "tooltip": "score = 29.879264118811882\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.55719 (-4.95346%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 29.572683823529413,
+ "score-diff": "-1.863770957720586",
+ "score-diff-perc": "-5.92869%",
+ "tooltip": "score = 29.572683823529413\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.86377 (-5.92869%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1321183,9 +1321183,9 @@
41
),
"score": 37.551674925,
- "score-diff": "7.672410806188118",
- "score-diff-perc": "+25.67804%",
- "tooltip": "score = 37.551674925\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +7.67241 (+25.67804%)",
+ "score-diff": "7.978991101470587",
+ "score-diff-perc": "+26.98095%",
+ "tooltip": "score = 37.551674925\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +7.97899 (+26.98095%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1321286,11 +1321286,11 @@
17,
1
),
- "score": 44.53164825,
- "score-diff": "8.684464511904764",
- "score-diff-perc": "+24.22635%",
- "tooltip": "score = 44.53164825\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +8.68446 (+24.22635%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 33.51160577777778,
+ "score-diff": "-2.3355779603174582",
+ "score-diff-perc": "-6.51537%",
+ "tooltip": "score = 33.51160577777778\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.33558 (-6.51537%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1321312,11 +1321312,11 @@
17,
1
),
- "score": 31.06779275257732,
- "score-diff": "-13.463855497422685",
- "score-diff-perc": "-30.23435%",
- "tooltip": "score = 31.06779275257732\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -13.46386 (-30.23435%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 44.53164825,
+ "score-diff": "11.020042472222222",
+ "score-diff-perc": "+32.88426%",
+ "tooltip": "score = 44.53164825\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +11.02004 (+32.88426%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1321338,11 +1321338,11 @@
17,
1
),
- "score": 33.51160577777778,
- "score-diff": "2.4438130252004626",
- "score-diff-perc": "+7.86607%",
- "tooltip": "score = 33.51160577777778\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.44381 (+7.86607%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 31.06779275257732,
+ "score-diff": "-13.463855497422685",
+ "score-diff-perc": "-30.23435%",
+ "tooltip": "score = 31.06779275257732\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -13.46386 (-30.23435%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1321365,9 +1321365,9 @@
7
),
"score": 32.21021190425532,
- "score-diff": "-1.3013938735224642",
- "score-diff-perc": "-3.88341%",
- "tooltip": "score = 32.21021190425532\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.30139 (-3.88341%)",
+ "score-diff": "1.1424191516779985",
+ "score-diff-perc": "+3.67718%",
+ "tooltip": "score = 32.21021190425532\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.14242 (+3.67718%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1321650,11 +1321650,11 @@
16,
5
),
- "score": 35.331790835294115,
- "score-diff": "2.2430623078215888",
- "score-diff-perc": "+6.77893%",
- "tooltip": "score = 35.331790835294115\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.24306 (+6.77893%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 30.526948353535353,
+ "score-diff": "-2.561780173937173",
+ "score-diff-perc": "-7.74215%",
+ "tooltip": "score = 30.526948353535353\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.56178 (-7.74215%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1321676,11 +1321676,11 @@
16,
5
),
- "score": 30.526948353535353,
- "score-diff": "-4.804842481758762",
- "score-diff-perc": "-13.59920%",
- "tooltip": "score = 30.526948353535353\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.80484 (-13.59920%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 45.16679540298507,
+ "score-diff": "14.63984704944972",
+ "score-diff-perc": "+47.95713%",
+ "tooltip": "score = 45.16679540298507\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +14.63985 (+47.95713%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1321702,11 +1321702,11 @@
16,
5
),
- "score": 45.16679540298507,
- "score-diff": "14.63984704944972",
- "score-diff-perc": "+47.95713%",
- "tooltip": "score = 45.16679540298507\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +14.63985 (+47.95713%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 35.331790835294115,
+ "score-diff": "-9.835004567690959",
+ "score-diff-perc": "-21.77486%",
+ "tooltip": "score = 35.331790835294115\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -9.83500 (-21.77486%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1321729,9 +1321729,9 @@
21
),
"score": 43.658500449275365,
- "score-diff": "-1.508294953709708",
- "score-diff-perc": "-3.33939%",
- "tooltip": "score = 43.658500449275365\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.50829 (-3.33939%)",
+ "score-diff": "8.32670961398125",
+ "score-diff-perc": "+23.56719%",
+ "tooltip": "score = 43.658500449275365\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +8.32671 (+23.56719%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1322040,11 +1322040,11 @@
8,
54
),
- "score": 75.6804578,
- "score-diff": "34.37785797808219",
- "score-diff-perc": "+83.23413%",
- "tooltip": "score = 75.6804578\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +34.37786 (+83.23413%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 32.52676293548387,
+ "score-diff": "-8.775836886433936",
+ "score-diff-perc": "-21.24766%",
+ "tooltip": "score = 32.52676293548387\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -8.77584 (-21.24766%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1322066,11 +1322066,11 @@
8,
54
),
- "score": 32.52676293548387,
- "score-diff": "-43.153694864516126",
- "score-diff-perc": "-57.02092%",
- "tooltip": "score = 32.52676293548387\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -43.15369 (-57.02092%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 75.6804578,
+ "score-diff": "43.153694864516126",
+ "score-diff-perc": "+132.67135%",
+ "tooltip": "score = 75.6804578\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +43.15369 (+132.67135%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1322093,9 +1322093,9 @@
43
),
"score": 57.88256621153846,
- "score-diff": "25.355803276054587",
- "score-diff-perc": "+77.95366%",
- "tooltip": "score = 57.88256621153846\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +25.35580 (+77.95366%)",
+ "score-diff": "-17.79789158846154",
+ "score-diff-perc": "-23.51716%",
+ "tooltip": "score = 57.88256621153846\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -17.79789 (-23.51716%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1327663,11 +1327663,11 @@
18,
7
),
- "score": 41.859283319444444,
- "score-diff": "-2.152046637077298",
- "score-diff-perc": "-4.88976%",
- "tooltip": "score = 41.859283319444444\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.15205 (-4.88976%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 43.80711036231884,
+ "score-diff": "-0.20421959420290392",
+ "score-diff-perc": "-0.46402%",
+ "tooltip": "score = 43.80711036231884\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.20422 (-0.46402%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1327690,9 +1327690,9 @@
7
),
"score": 38.805895064102565,
- "score-diff": "-3.053388255341879",
- "score-diff-perc": "-7.29441%",
- "tooltip": "score = 38.805895064102565\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.05339 (-7.29441%)",
+ "score-diff": "-5.001215298216273",
+ "score-diff-perc": "-11.41645%",
+ "tooltip": "score = 38.805895064102565\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -5.00122 (-11.41645%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1327715,11 +1327715,11 @@
18,
7
),
- "score": 43.80711036231884,
- "score-diff": "5.001215298216273",
- "score-diff-perc": "+12.88777%",
- "tooltip": "score = 43.80711036231884\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +5.00122 (+12.88777%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 41.859283319444444,
+ "score-diff": "3.053388255341879",
+ "score-diff-perc": "+7.86836%",
+ "tooltip": "score = 41.859283319444444\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.05339 (+7.86836%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1327742,9 +1327742,9 @@
41
),
"score": 43.38135691428572,
- "score-diff": "-0.4257534480331202",
- "score-diff-perc": "-0.97188%",
- "tooltip": "score = 43.38135691428572\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.42575 (-0.97188%)",
+ "score-diff": "1.5220735948412738",
+ "score-diff-perc": "+3.63617%",
+ "tooltip": "score = 43.38135691428572\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.52207 (+3.63617%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1327845,11 +1327845,11 @@
17,
1
),
- "score": 56.400304425925924,
- "score-diff": "3.5279365311890842",
- "score-diff-perc": "+6.67255%",
- "tooltip": "score = 56.400304425925924\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3.52794 (+6.67255%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 52.842988228070176,
+ "score-diff": "-0.029379666666663695",
+ "score-diff-perc": "-0.05557%",
+ "tooltip": "score = 52.842988228070176\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.02938 (-0.05557%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1327871,11 +1327871,11 @@
17,
1
),
- "score": 42.98542927142857,
- "score-diff": "-13.414875154497352",
- "score-diff-perc": "-23.78511%",
- "tooltip": "score = 42.98542927142857\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -13.41488 (-23.78511%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 56.400304425925924,
+ "score-diff": "3.557316197855748",
+ "score-diff-perc": "+6.73186%",
+ "tooltip": "score = 56.400304425925924\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3.55732 (+6.73186%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1327897,11 +1327897,11 @@
17,
1
),
- "score": 52.842988228070176,
- "score-diff": "9.857558956641604",
- "score-diff-perc": "+22.93233%",
- "tooltip": "score = 52.842988228070176\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +9.85756 (+22.93233%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 42.98542927142857,
+ "score-diff": "-13.414875154497352",
+ "score-diff-perc": "-23.78511%",
+ "tooltip": "score = 42.98542927142857\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -13.41488 (-23.78511%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1327924,9 +1327924,9 @@
7
),
"score": 40.20563654666667,
- "score-diff": "-12.637351681403509",
- "score-diff-perc": "-23.91491%",
- "tooltip": "score = 40.20563654666667\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -12.63735 (-23.91491%)",
+ "score-diff": "-2.7797927247619043",
+ "score-diff-perc": "-6.46683%",
+ "tooltip": "score = 40.20563654666667\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.77979 (-6.46683%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1328209,11 +1328209,11 @@
16,
5
),
- "score": 45.02609108955224,
- "score-diff": "-7.880876927991622",
- "score-diff-perc": "-14.89573%",
- "tooltip": "score = 45.02609108955224\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.88088 (-14.89573%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 45.213495880597016,
+ "score-diff": "-7.693472136946845",
+ "score-diff-perc": "-14.54151%",
+ "tooltip": "score = 45.213495880597016\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.69347 (-14.54151%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1328235,11 +1328235,11 @@
16,
5
),
- "score": 45.213495880597016,
- "score-diff": "0.18740479104477714",
- "score-diff-perc": "+0.41621%",
- "tooltip": "score = 45.213495880597016\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.18740 (+0.41621%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 54.969316163636364,
+ "score-diff": "9.755820283039348",
+ "score-diff-perc": "+21.57723%",
+ "tooltip": "score = 54.969316163636364\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +9.75582 (+21.57723%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1328261,11 +1328261,11 @@
16,
5
),
- "score": 54.969316163636364,
- "score-diff": "9.755820283039348",
- "score-diff-perc": "+21.57723%",
- "tooltip": "score = 54.969316163636364\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +9.75582 (+21.57723%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 45.02609108955224,
+ "score-diff": "-9.943225074084125",
+ "score-diff-perc": "-18.08868%",
+ "tooltip": "score = 45.02609108955224\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -9.94323 (-18.08868%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1328288,9 +1328288,9 @@
21
),
"score": 45.984453984848486,
- "score-diff": "-8.984862178787878",
- "score-diff-perc": "-16.34523%",
- "tooltip": "score = 45.984453984848486\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -8.98486 (-16.34523%)",
+ "score-diff": "0.9583628952962471",
+ "score-diff-perc": "+2.12846%",
+ "tooltip": "score = 45.984453984848486\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.95836 (+2.12846%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1328599,11 +1328599,11 @@
8,
54
),
- "score": 90.19224697058823,
- "score-diff": "-0.8460813324420684",
- "score-diff-perc": "-0.92937%",
- "tooltip": "score = 90.19224697058823\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.84608 (-0.92937%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 61.85215448979592,
+ "score-diff": "-29.186173813234376",
+ "score-diff-perc": "-32.05922%",
+ "tooltip": "score = 61.85215448979592\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -29.18617 (-32.05922%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1328625,11 +1328625,11 @@
8,
54
),
- "score": 61.85215448979592,
- "score-diff": "-28.340092480792308",
- "score-diff-perc": "-31.42187%",
- "tooltip": "score = 61.85215448979592\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -28.34009 (-31.42187%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 90.19224697058823,
+ "score-diff": "28.340092480792308",
+ "score-diff-perc": "+45.81909%",
+ "tooltip": "score = 90.19224697058823\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +28.34009 (+45.81909%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1328652,9 +1328652,9 @@
43
),
"score": 43.90144823188406,
- "score-diff": "-17.95070625791186",
- "score-diff-perc": "-29.02196%",
- "tooltip": "score = 43.90144823188406\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -17.95071 (-29.02196%)",
+ "score-diff": "-46.29079873870417",
+ "score-diff-perc": "-51.32459%",
+ "tooltip": "score = 43.90144823188406\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -46.29080 (-51.32459%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1334222,11 +1334222,11 @@
18,
7
),
- "score": 46.87695998461538,
- "score-diff": "2.7792741295429195",
- "score-diff-perc": "+6.30254%",
- "tooltip": "score = 46.87695998461538\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.77927 (+6.30254%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 44.89299479104478,
+ "score-diff": "0.7953089359723151",
+ "score-diff-perc": "+1.80352%",
+ "tooltip": "score = 44.89299479104478\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.79531 (+1.80352%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1334249,9 +1334249,9 @@
7
),
"score": 42.54526008450704,
- "score-diff": "-4.33169990010834",
- "score-diff-perc": "-9.24057%",
- "tooltip": "score = 42.54526008450704\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.33170 (-9.24057%)",
+ "score-diff": "-2.347734706537736",
+ "score-diff-perc": "-5.22962%",
+ "tooltip": "score = 42.54526008450704\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.34773 (-5.22962%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1334274,11 +1334274,11 @@
18,
7
),
- "score": 44.89299479104478,
- "score-diff": "2.347734706537736",
- "score-diff-perc": "+5.51821%",
- "tooltip": "score = 44.89299479104478\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.34773 (+5.51821%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 46.87695998461538,
+ "score-diff": "4.33169990010834",
+ "score-diff-perc": "+10.18139%",
+ "tooltip": "score = 46.87695998461538\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +4.33170 (+10.18139%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1334301,9 +1334301,9 @@
41
),
"score": 48.80557614516129,
- "score-diff": "3.9125813541165115",
- "score-diff-perc": "+8.71535%",
- "tooltip": "score = 48.80557614516129\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +3.91258 (+8.71535%)",
+ "score-diff": "1.9286161605459071",
+ "score-diff-perc": "+4.11421%",
+ "tooltip": "score = 48.80557614516129\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.92862 (+4.11421%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1334404,11 +1334404,11 @@
17,
1
),
- "score": 57.401658509433965,
- "score-diff": "10.462462009433963",
- "score-diff-perc": "+22.28939%",
- "tooltip": "score = 57.401658509433965\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +10.46246 (+22.28939%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 49.81578047540984,
+ "score-diff": "2.8765839754098366",
+ "score-diff-perc": "+6.12832%",
+ "tooltip": "score = 49.81578047540984\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.87658 (+6.12832%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1334430,11 +1334430,11 @@
17,
1
),
- "score": 41.19602489041096,
- "score-diff": "-16.205633619023004",
- "score-diff-perc": "-28.23200%",
- "tooltip": "score = 41.19602489041096\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -16.20563 (-28.23200%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 57.401658509433965,
+ "score-diff": "7.585878034024127",
+ "score-diff-perc": "+15.22786%",
+ "tooltip": "score = 57.401658509433965\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +7.58588 (+15.22786%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1334456,11 +1334456,11 @@
17,
1
),
- "score": 49.81578047540984,
- "score-diff": "8.619755584998877",
- "score-diff-perc": "+20.92376%",
- "tooltip": "score = 49.81578047540984\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +8.61976 (+20.92376%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 41.19602489041096,
+ "score-diff": "-16.205633619023004",
+ "score-diff-perc": "-28.23200%",
+ "tooltip": "score = 41.19602489041096\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -16.20563 (-28.23200%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1334483,9 +1334483,9 @@
7
),
"score": 43.831379391304345,
- "score-diff": "-5.984401084105492",
- "score-diff-perc": "-12.01306%",
- "tooltip": "score = 43.831379391304345\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -5.98440 (-12.01306%)",
+ "score-diff": "2.635354500893385",
+ "score-diff-perc": "+6.39711%",
+ "tooltip": "score = 43.831379391304345\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +2.63535 (+6.39711%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1334768,11 +1334768,11 @@
16,
5
),
- "score": 50.24144508333333,
- "score-diff": "3.6091419141025654",
- "score-diff-perc": "+7.73957%",
- "tooltip": "score = 50.24144508333333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.60914 (+7.73957%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 43.52453557971015,
+ "score-diff": "-3.10776758952062",
+ "score-diff-perc": "-6.66441%",
+ "tooltip": "score = 43.52453557971015\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.10777 (-6.66441%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1334794,11 +1334794,11 @@
16,
5
),
- "score": 43.52453557971015,
- "score-diff": "-6.716909503623185",
- "score-diff-perc": "-13.36926%",
- "tooltip": "score = 43.52453557971015\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -6.71691 (-13.36926%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 58.619445519230766,
+ "score-diff": "15.094909939520619",
+ "score-diff-perc": "+34.68138%",
+ "tooltip": "score = 58.619445519230766\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +15.09491 (+34.68138%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1334820,11 +1334820,11 @@
16,
5
),
- "score": 58.619445519230766,
- "score-diff": "15.094909939520619",
- "score-diff-perc": "+34.68138%",
- "tooltip": "score = 58.619445519230766\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +15.09491 (+34.68138%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 50.24144508333333,
+ "score-diff": "-8.378000435897434",
+ "score-diff-perc": "-14.29219%",
+ "tooltip": "score = 50.24144508333333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -8.37800 (-14.29219%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1334847,9 +1334847,9 @@
21
),
"score": 60.65569244,
- "score-diff": "2.036246920769237",
- "score-diff-perc": "+3.47367%",
- "tooltip": "score = 60.65569244\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.03625 (+3.47367%)",
+ "score-diff": "10.414247356666671",
+ "score-diff-perc": "+20.72840%",
+ "tooltip": "score = 60.65569244\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +10.41425 (+20.72840%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1335158,11 +1335158,11 @@
8,
54
),
- "score": 52.99375757894737,
- "score-diff": "-42.22822060855263",
- "score-diff-perc": "-44.34714%",
- "tooltip": "score = 52.99375757894737\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -42.22822 (-44.34714%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 65.52664152173914,
+ "score-diff": "-29.695336665760863",
+ "score-diff-perc": "-31.18538%",
+ "tooltip": "score = 65.52664152173914\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -29.69534 (-31.18538%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1335184,11 +1335184,11 @@
8,
54
),
- "score": 65.52664152173914,
- "score-diff": "12.53288394279177",
- "score-diff-perc": "+23.64974%",
- "tooltip": "score = 65.52664152173914\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +12.53288 (+23.64974%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 52.99375757894737,
+ "score-diff": "-12.53288394279177",
+ "score-diff-perc": "-19.12639%",
+ "tooltip": "score = 52.99375757894737\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.53288 (-19.12639%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1335211,9 +1335211,9 @@
43
),
"score": 65.91645630434783,
- "score-diff": "0.3898147826086955",
- "score-diff-perc": "+0.59490%",
- "tooltip": "score = 65.91645630434783\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.38981 (+0.59490%)",
+ "score-diff": "12.922698725400465",
+ "score-diff-perc": "+24.38532%",
+ "tooltip": "score = 65.91645630434783\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +12.92270 (+24.38532%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1340781,11 +1340781,11 @@
18,
7
),
- "score": 27.831293851851854,
- "score-diff": "-0.8464410726764484",
- "score-diff-perc": "-2.95156%",
- "tooltip": "score = 27.831293851851854\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.84644 (-2.95156%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 28.517438132075473,
+ "score-diff": "-0.16029679245282935",
+ "score-diff-perc": "-0.55896%",
+ "tooltip": "score = 28.517438132075473\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.16030 (-0.55896%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1340808,9 +1340808,9 @@
7
),
"score": 26.804952276785713,
- "score-diff": "-1.0263415750661409",
- "score-diff-perc": "-3.68772%",
- "tooltip": "score = 26.804952276785713\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.02634 (-3.68772%)",
+ "score-diff": "-1.71248585528976",
+ "score-diff-perc": "-6.00505%",
+ "tooltip": "score = 26.804952276785713\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.71249 (-6.00505%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1340833,11 +1340833,11 @@
18,
7
),
- "score": 28.517438132075473,
- "score-diff": "1.71248585528976",
- "score-diff-perc": "+6.38869%",
- "tooltip": "score = 28.517438132075473\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.71249 (+6.38869%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 27.831293851851854,
+ "score-diff": "1.0263415750661409",
+ "score-diff-perc": "+3.82893%",
+ "tooltip": "score = 27.831293851851854\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.02634 (+3.82893%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1340860,9 +1340860,9 @@
41
),
"score": 34.49805124137931,
- "score-diff": "5.980613109303835",
- "score-diff-perc": "+20.97178%",
- "tooltip": "score = 34.49805124137931\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +5.98061 (+20.97178%)",
+ "score-diff": "6.666757389527454",
+ "score-diff-perc": "+23.95418%",
+ "tooltip": "score = 34.49805124137931\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +6.66676 (+23.95418%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1340963,11 +1340963,11 @@
17,
1
),
- "score": 27.11400747747748,
- "score-diff": "-8.257527381346051",
- "score-diff-perc": "-23.34512%",
- "tooltip": "score = 27.11400747747748\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -8.25753 (-23.34512%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 36.05842479761905,
+ "score-diff": "0.6868899387955167",
+ "score-diff-perc": "+1.94193%",
+ "tooltip": "score = 36.05842479761905\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.68689 (+1.94193%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1340989,11 +1340989,11 @@
17,
1
),
- "score": 25.068887291666666,
- "score-diff": "-2.045120185810813",
- "score-diff-perc": "-7.54267%",
- "tooltip": "score = 25.068887291666666\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.04512 (-7.54267%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 27.11400747747748,
+ "score-diff": "-8.944417320141568",
+ "score-diff-perc": "-24.80535%",
+ "tooltip": "score = 27.11400747747748\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -8.94442 (-24.80535%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1341015,11 +1341015,11 @@
17,
1
),
- "score": 36.05842479761905,
- "score-diff": "10.98953750595238",
- "score-diff-perc": "+43.83736%",
- "tooltip": "score = 36.05842479761905\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +10.98954 (+43.83736%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 25.068887291666666,
+ "score-diff": "-2.045120185810813",
+ "score-diff-perc": "-7.54267%",
+ "tooltip": "score = 25.068887291666666\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.04512 (-7.54267%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1341042,9 +1341042,9 @@
7
),
"score": 27.170747621621622,
- "score-diff": "-8.887677175997425",
- "score-diff-perc": "-24.64799%",
- "tooltip": "score = 27.170747621621622\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -8.88768 (-24.64799%)",
+ "score-diff": "2.101860329954956",
+ "score-diff-perc": "+8.38434%",
+ "tooltip": "score = 27.170747621621622\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +2.10186 (+8.38434%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1341327,11 +1341327,11 @@
16,
5
),
- "score": 33.056962549450546,
- "score-diff": "5.675116476723272",
- "score-diff-perc": "+20.72584%",
- "tooltip": "score = 33.056962549450546\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.67512 (+20.72584%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 27.382441218181818,
+ "score-diff": "0.0005951454545432",
+ "score-diff-perc": "+0.00217%",
+ "tooltip": "score = 27.382441218181818\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00060 (+0.00217%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1341353,11 +1341353,11 @@
16,
5
),
- "score": 27.382441218181818,
- "score-diff": "-5.674521331268728",
- "score-diff-perc": "-17.16589%",
- "tooltip": "score = 27.382441218181818\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -5.67452 (-17.16589%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 25.39446980672269,
+ "score-diff": "-1.987971411459128",
+ "score-diff-perc": "-7.26002%",
+ "tooltip": "score = 25.39446980672269\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.98797 (-7.26002%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1341379,11 +1341379,11 @@
16,
5
),
- "score": 25.39446980672269,
- "score-diff": "-1.987971411459128",
- "score-diff-perc": "-7.26002%",
- "tooltip": "score = 25.39446980672269\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.98797 (-7.26002%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 33.056962549450546,
+ "score-diff": "7.662492742727856",
+ "score-diff-perc": "+30.17386%",
+ "tooltip": "score = 33.056962549450546\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +7.66249 (+30.17386%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1341406,9 +1341406,9 @@
21
),
"score": 34.90612354651163,
- "score-diff": "9.51165373978894",
- "score-diff-perc": "+37.45561%",
- "tooltip": "score = 34.90612354651163\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +9.51165 (+37.45561%)",
+ "score-diff": "1.8491609970610838",
+ "score-diff-perc": "+5.59386%",
+ "tooltip": "score = 34.90612354651163\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.84916 (+5.59386%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1341717,11 +1341717,11 @@
8,
54
),
- "score": 65.68544,
- "score-diff": "34.342553385416664",
- "score-diff-perc": "+109.57049%",
- "tooltip": "score = 65.68544\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +34.34255 (+109.57049%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 44.99498034328358,
+ "score-diff": "13.652093728700248",
+ "score-diff-perc": "+43.55723%",
+ "tooltip": "score = 44.99498034328358\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +13.65209 (+43.55723%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1341743,11 +1341743,11 @@
8,
54
),
- "score": 44.99498034328358,
- "score-diff": "-20.69045965671642",
- "score-diff-perc": "-31.49931%",
- "tooltip": "score = 44.99498034328358\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -20.69046 (-31.49931%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 65.68544,
+ "score-diff": "20.69045965671642",
+ "score-diff-perc": "+45.98393%",
+ "tooltip": "score = 65.68544\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +20.69046 (+45.98393%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1341770,9 +1341770,9 @@
43
),
"score": 43.79355695652174,
- "score-diff": "-1.2014233867618387",
- "score-diff-perc": "-2.67013%",
- "tooltip": "score = 43.79355695652174\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.20142 (-2.67013%)",
+ "score-diff": "-21.89188304347826",
+ "score-diff-perc": "-33.32836%",
+ "tooltip": "score = 43.79355695652174\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -21.89188 (-33.32836%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1351711,11 +1351711,11 @@
18,
7
),
- "score": 319.0878289285714,
- "score-diff": "1.3226169285713922",
- "score-diff-perc": "+0.41622%",
- "tooltip": "score = 319.0878289285714\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.32262 (+0.41622%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 307.46326307142857,
+ "score-diff": "-10.301948928571449",
+ "score-diff-perc": "-3.24200%",
+ "tooltip": "score = 307.46326307142857\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -10.30195 (-3.24200%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1351738,9 +1351738,9 @@
7
),
"score": 327.1894600714286,
- "score-diff": "8.101631142857173",
- "score-diff-perc": "+2.53900%",
- "tooltip": "score = 327.1894600714286\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +8.10163 (+2.53900%)",
+ "score-diff": "19.726197000000013",
+ "score-diff-perc": "+6.41579%",
+ "tooltip": "score = 327.1894600714286\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +19.72620 (+6.41579%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1351763,11 +1351763,11 @@
18,
7
),
- "score": 307.46326307142857,
- "score-diff": "-19.726197000000013",
- "score-diff-perc": "-6.02898%",
- "tooltip": "score = 307.46326307142857\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -19.72620 (-6.02898%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 319.0878289285714,
+ "score-diff": "-8.101631142857173",
+ "score-diff-perc": "-2.47613%",
+ "tooltip": "score = 319.0878289285714\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -8.10163 (-2.47613%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1351790,9 +1351790,9 @@
41
),
"score": 552.051604425,
- "score-diff": "244.58834135357148",
- "score-diff-perc": "+79.55043%",
- "tooltip": "score = 552.051604425\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +244.58834 (+79.55043%)",
+ "score-diff": "232.96377549642864",
+ "score-diff-perc": "+73.00930%",
+ "tooltip": "score = 552.051604425\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +232.96378 (+73.00930%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1351893,11 +1351893,11 @@
17,
1
),
- "score": 629.086158375,
- "score-diff": "-198.10715912500007",
- "score-diff-perc": "-23.94932%",
- "tooltip": "score = 629.086158375\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -198.10716 (-23.94932%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 657.2067724999999,
+ "score-diff": "-169.9865450000001",
+ "score-diff-perc": "-20.54980%",
+ "tooltip": "score = 657.2067724999999\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -169.98655 (-20.54980%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1351919,11 +1351919,11 @@
17,
1
),
- "score": 380.7832495,
- "score-diff": "-248.30290887499996",
- "score-diff-perc": "-39.47041%",
- "tooltip": "score = 380.7832495\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -248.30291 (-39.47041%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 629.086158375,
+ "score-diff": "-28.120614124999975",
+ "score-diff-perc": "-4.27881%",
+ "tooltip": "score = 629.086158375\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -28.12061 (-4.27881%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1351945,11 +1351945,11 @@
17,
1
),
- "score": 657.2067724999999,
- "score-diff": "276.42352299999993",
- "score-diff-perc": "+72.59340%",
- "tooltip": "score = 657.2067724999999\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +276.42352 (+72.59340%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 380.7832495,
+ "score-diff": "-248.30290887499996",
+ "score-diff-perc": "-39.47041%",
+ "tooltip": "score = 380.7832495\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -248.30291 (-39.47041%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1351972,9 +1351972,9 @@
7
),
"score": 356.46331491666666,
- "score-diff": "-300.7434575833333",
- "score-diff-perc": "-45.76086%",
- "tooltip": "score = 356.46331491666666\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -300.74346 (-45.76086%)",
+ "score-diff": "-24.31993458333335",
+ "score-diff-perc": "-6.38682%",
+ "tooltip": "score = 356.46331491666666\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -24.31993 (-6.38682%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1352257,11 +1352257,11 @@
16,
5
),
- "score": 653.8828204166666,
- "score-diff": "23.149332583333262",
- "score-diff-perc": "+3.67022%",
- "tooltip": "score = 653.8828204166666\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +23.14933 (+3.67022%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 346.26948733333336,
+ "score-diff": "-284.4640005",
+ "score-diff-perc": "-45.10051%",
+ "tooltip": "score = 346.26948733333336\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -284.46400 (-45.10051%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1352283,11 +1352283,11 @@
16,
5
),
- "score": 346.26948733333336,
- "score-diff": "-307.61333308333326",
- "score-diff-perc": "-47.04411%",
- "tooltip": "score = 346.26948733333336\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -307.61333 (-47.04411%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 574.8530437500001,
+ "score-diff": "228.58355641666674",
+ "score-diff-perc": "+66.01320%",
+ "tooltip": "score = 574.8530437500001\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +228.58356 (+66.01320%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1352309,11 +1352309,11 @@
16,
5
),
- "score": 574.8530437500001,
- "score-diff": "228.58355641666674",
- "score-diff-perc": "+66.01320%",
- "tooltip": "score = 574.8530437500001\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +228.58356 (+66.01320%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 653.8828204166666,
+ "score-diff": "79.02977666666652",
+ "score-diff-perc": "+13.74782%",
+ "tooltip": "score = 653.8828204166666\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +79.02978 (+13.74782%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1352336,9 +1352336,9 @@
21
),
"score": 661.8391387916668,
- "score-diff": "86.98609504166666",
- "score-diff-perc": "+15.13188%",
- "tooltip": "score = 661.8391387916668\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +86.98610 (+15.13188%)",
+ "score-diff": "7.956318375000137",
+ "score-diff-perc": "+1.21678%",
+ "tooltip": "score = 661.8391387916668\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +7.95632 (+1.21678%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1352647,11 +1352647,11 @@
8,
54
),
- "score": 666.8931569583333,
- "score-diff": "-55.8389728333334",
- "score-diff-perc": "-7.72610%",
- "tooltip": "score = 666.8931569583333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -55.83897 (-7.72610%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 357.37294525,
+ "score-diff": "-365.3591845416667",
+ "score-diff-perc": "-50.55250%",
+ "tooltip": "score = 357.37294525\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -365.35918 (-50.55250%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1352673,11 +1352673,11 @@
8,
54
),
- "score": 357.37294525,
- "score-diff": "-309.5202117083333",
- "score-diff-perc": "-46.41226%",
- "tooltip": "score = 357.37294525\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -309.52021 (-46.41226%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 666.8931569583333,
+ "score-diff": "309.5202117083333",
+ "score-diff-perc": "+86.60986%",
+ "tooltip": "score = 666.8931569583333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +309.52021 (+86.60986%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1352700,9 +1352700,9 @@
43
),
"score": 370.60142658333336,
- "score-diff": "13.228481333333377",
- "score-diff-perc": "+3.70159%",
- "tooltip": "score = 370.60142658333336\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +13.22848 (+3.70159%)",
+ "score-diff": "-296.29173037499993",
+ "score-diff-perc": "-44.42867%",
+ "tooltip": "score = 370.60142658333336\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -296.29173 (-44.42867%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1358374,11 +1358374,11 @@
18,
7
),
- "score": 62.36095605069124,
- "score-diff": "4.564054785215049",
- "score-diff-perc": "+7.89671%",
- "tooltip": "score = 62.36095605069124\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +4.56405 (+7.89671%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 62.28162300473485,
+ "score-diff": "4.484721739258653",
+ "score-diff-perc": "+7.75945%",
+ "tooltip": "score = 62.28162300473485\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +4.48472 (+7.75945%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1358401,9 +1358401,9 @@
7
),
"score": 60.42472881601732,
- "score-diff": "-1.9362272346739218",
- "score-diff-perc": "-3.10487%",
- "tooltip": "score = 60.42472881601732\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.93623 (-3.10487%)",
+ "score-diff": "-1.8568941887175257",
+ "score-diff-perc": "-2.98145%",
+ "tooltip": "score = 60.42472881601732\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.85689 (-2.98145%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1358426,11 +1358426,11 @@
18,
7
),
- "score": 62.28162300473485,
- "score-diff": "1.8568941887175257",
- "score-diff-perc": "+3.07307%",
- "tooltip": "score = 62.28162300473485\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.85689 (+3.07307%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 62.36095605069124,
+ "score-diff": "1.9362272346739218",
+ "score-diff-perc": "+3.20436%",
+ "tooltip": "score = 62.36095605069124\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.93623 (+3.20436%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1358453,9 +1358453,9 @@
41
),
"score": 94.45437171861471,
- "score-diff": "32.17274871387986",
- "score-diff-perc": "+51.65689%",
- "tooltip": "score = 94.45437171861471\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +32.17275 (+51.65689%)",
+ "score-diff": "32.093415667923466",
+ "score-diff-perc": "+51.46396%",
+ "tooltip": "score = 94.45437171861471\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +32.09342 (+51.46396%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1358556,11 +1358556,11 @@
17,
1
),
- "score": 76.55088777777777,
- "score-diff": "-0.08211454558404796",
- "score-diff-perc": "-0.10715%",
- "tooltip": "score = 76.55088777777777\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.08211 (-0.10715%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 74.15448023214286,
+ "score-diff": "-2.478522091218963",
+ "score-diff-perc": "-3.23428%",
+ "tooltip": "score = 74.15448023214286\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.47852 (-3.23428%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1358582,11 +1358582,11 @@
17,
1
),
- "score": 64.657265984375,
- "score-diff": "-11.893621793402772",
- "score-diff-perc": "-15.53688%",
- "tooltip": "score = 64.657265984375\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -11.89362 (-15.53688%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 76.55088777777777,
+ "score-diff": "2.396407545634915",
+ "score-diff-perc": "+3.23164%",
+ "tooltip": "score = 76.55088777777777\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.39641 (+3.23164%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1358608,11 +1358608,11 @@
17,
1
),
- "score": 74.15448023214286,
- "score-diff": "9.497214247767857",
- "score-diff-perc": "+14.68855%",
- "tooltip": "score = 74.15448023214286\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +9.49721 (+14.68855%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 64.657265984375,
+ "score-diff": "-11.893621793402772",
+ "score-diff-perc": "-15.53688%",
+ "tooltip": "score = 64.657265984375\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -11.89362 (-15.53688%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1358635,9 +1358635,9 @@
7
),
"score": 57.609912558333335,
- "score-diff": "-16.544567673809524",
- "score-diff-perc": "-22.31095%",
- "tooltip": "score = 57.609912558333335\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -16.54457 (-22.31095%)",
+ "score-diff": "-7.047353426041667",
+ "score-diff-perc": "-10.89955%",
+ "tooltip": "score = 57.609912558333335\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -7.04735 (-10.89955%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1358920,11 +1358920,11 @@
16,
5
),
- "score": 99.14326024713958,
- "score-diff": "21.504567516370344",
- "score-diff-perc": "+27.69826%",
- "tooltip": "score = 99.14326024713958\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +21.50457 (+27.69826%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 57.18629001428572,
+ "score-diff": "-20.45240271648352",
+ "score-diff-perc": "-26.34305%",
+ "tooltip": "score = 57.18629001428572\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -20.45240 (-26.34305%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1358946,11 +1358946,11 @@
16,
5
),
- "score": 57.18629001428572,
- "score-diff": "-41.95697023285386",
- "score-diff-perc": "-42.31954%",
- "tooltip": "score = 57.18629001428572\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -41.95697 (-42.31954%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 74.9034742037037,
+ "score-diff": "17.717184189417978",
+ "score-diff-perc": "+30.98152%",
+ "tooltip": "score = 74.9034742037037\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +17.71718 (+30.98152%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1358972,11 +1358972,11 @@
16,
5
),
- "score": 74.9034742037037,
- "score-diff": "17.717184189417978",
- "score-diff-perc": "+30.98152%",
- "tooltip": "score = 74.9034742037037\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +17.71718 (+30.98152%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 99.14326024713958,
+ "score-diff": "24.239786043435885",
+ "score-diff-perc": "+32.36136%",
+ "tooltip": "score = 99.14326024713958\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +24.23979 (+32.36136%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1358999,9 +1358999,9 @@
21
),
"score": 83.620976895,
- "score-diff": "8.717502691296303",
- "score-diff-perc": "+11.63832%",
- "tooltip": "score = 83.620976895\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +8.71750 (+11.63832%)",
+ "score-diff": "-15.522283352139581",
+ "score-diff-perc": "-15.65642%",
+ "tooltip": "score = 83.620976895\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -15.52228 (-15.65642%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1359310,11 +1359310,11 @@
8,
54
),
- "score": 81.93951878,
- "score-diff": "0.36891898000000367",
- "score-diff-perc": "+0.45227%",
- "tooltip": "score = 81.93951878\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.36892 (+0.45227%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 61.639322106060604,
+ "score-diff": "-19.931277693939393",
+ "score-diff-perc": "-24.43439%",
+ "tooltip": "score = 61.639322106060604\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -19.93128 (-24.43439%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1359336,11 +1359336,11 @@
8,
54
),
- "score": 61.639322106060604,
- "score-diff": "-20.300196673939396",
- "score-diff-perc": "-24.77461%",
- "tooltip": "score = 61.639322106060604\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -20.30020 (-24.77461%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 81.93951878,
+ "score-diff": "20.300196673939396",
+ "score-diff-perc": "+32.93384%",
+ "tooltip": "score = 81.93951878\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +20.30020 (+32.93384%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1359363,9 +1359363,9 @@
43
),
"score": 64.74992393958333,
- "score-diff": "3.110601833522722",
- "score-diff-perc": "+5.04646%",
- "tooltip": "score = 64.74992393958333\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +3.11060 (+5.04646%)",
+ "score-diff": "-17.189594840416675",
+ "score-diff-perc": "-20.97839%",
+ "tooltip": "score = 64.74992393958333\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -17.18959 (-20.97839%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1365037,11 +1365037,11 @@
18,
7
),
- "score": 333.85393535714286,
- "score-diff": "7.642497535714256",
- "score-diff-perc": "+2.34280%",
- "tooltip": "score = 333.85393535714286\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +7.64250 (+2.34280%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 301.41993192857143,
+ "score-diff": "-24.791505892857174",
+ "score-diff-perc": "-7.59983%",
+ "tooltip": "score = 301.41993192857143\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -24.79151 (-7.59983%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1365064,9 +1365064,9 @@
7
),
"score": 324.3223204404762,
- "score-diff": "-9.531614916666683",
- "score-diff-perc": "-2.85503%",
- "tooltip": "score = 324.3223204404762\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -9.53161 (-2.85503%)",
+ "score-diff": "22.902388511904746",
+ "score-diff-perc": "+7.59817%",
+ "tooltip": "score = 324.3223204404762\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +22.90239 (+7.59817%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1365089,11 +1365089,11 @@
18,
7
),
- "score": 301.41993192857143,
- "score-diff": "-22.902388511904746",
- "score-diff-perc": "-7.06161%",
- "tooltip": "score = 301.41993192857143\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -22.90239 (-7.06161%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 333.85393535714286,
+ "score-diff": "9.531614916666683",
+ "score-diff-perc": "+2.93893%",
+ "tooltip": "score = 333.85393535714286\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +9.53161 (+2.93893%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1365116,9 +1365116,9 @@
41
),
"score": 573.3238839,
- "score-diff": "271.9039519714286",
- "score-diff-perc": "+90.20769%",
- "tooltip": "score = 573.3238839\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +271.90395 (+90.20769%)",
+ "score-diff": "239.4699485428572",
+ "score-diff-perc": "+71.72896%",
+ "tooltip": "score = 573.3238839\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +239.46995 (+71.72896%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1365219,11 +1365219,11 @@
17,
1
),
- "score": 554.289403375,
- "score-diff": "-132.5323596666666",
- "score-diff-perc": "-19.29647%",
- "tooltip": "score = 554.289403375\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -132.53236 (-19.29647%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 574.7954665,
+ "score-diff": "-112.02629654166662",
+ "score-diff-perc": "-16.31083%",
+ "tooltip": "score = 574.7954665\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -112.02630 (-16.31083%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1365245,11 +1365245,11 @@
17,
1
),
- "score": 360.339403,
- "score-diff": "-193.950000375",
- "score-diff-perc": "-34.99075%",
- "tooltip": "score = 360.339403\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -193.95000 (-34.99075%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 554.289403375,
+ "score-diff": "-20.50606312499997",
+ "score-diff-perc": "-3.56754%",
+ "tooltip": "score = 554.289403375\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -20.50606 (-3.56754%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1365271,11 +1365271,11 @@
17,
1
),
- "score": 574.7954665,
- "score-diff": "214.45606349999997",
- "score-diff-perc": "+59.51502%",
- "tooltip": "score = 574.7954665\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +214.45606 (+59.51502%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 360.339403,
+ "score-diff": "-193.950000375",
+ "score-diff-perc": "-34.99075%",
+ "tooltip": "score = 360.339403\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -193.95000 (-34.99075%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1365298,9 +1365298,9 @@
7
),
"score": 362.9947166666667,
- "score-diff": "-211.80074983333327",
- "score-diff-perc": "-36.84802%",
- "tooltip": "score = 362.9947166666667\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -211.80075 (-36.84802%)",
+ "score-diff": "2.6553136666667",
+ "score-diff-perc": "+0.73689%",
+ "tooltip": "score = 362.9947166666667\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +2.65531 (+0.73689%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1365583,11 +1365583,11 @@
16,
5
),
- "score": 586.995364125,
- "score-diff": "52.88935675000005",
- "score-diff-perc": "+9.90241%",
- "tooltip": "score = 586.995364125\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +52.88936 (+9.90241%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 374.12114741666664,
+ "score-diff": "-159.98485995833335",
+ "score-diff-perc": "-29.95377%",
+ "tooltip": "score = 374.12114741666664\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -159.98486 (-29.95377%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1365609,11 +1365609,11 @@
16,
5
),
- "score": 374.12114741666664,
- "score-diff": "-212.8742167083334",
- "score-diff-perc": "-36.26506%",
- "tooltip": "score = 374.12114741666664\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -212.87422 (-36.26506%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 562.782877375,
+ "score-diff": "188.66172995833335",
+ "score-diff-perc": "+50.42798%",
+ "tooltip": "score = 562.782877375\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +188.66173 (+50.42798%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1365635,11 +1365635,11 @@
16,
5
),
- "score": 562.782877375,
- "score-diff": "188.66172995833335",
- "score-diff-perc": "+50.42798%",
- "tooltip": "score = 562.782877375\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +188.66173 (+50.42798%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 586.995364125,
+ "score-diff": "24.21248675000004",
+ "score-diff-perc": "+4.30228%",
+ "tooltip": "score = 586.995364125\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +24.21249 (+4.30228%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1365662,9 +1365662,9 @@
21
),
"score": 638.8845800416667,
- "score-diff": "76.10170266666671",
- "score-diff-perc": "+13.52239%",
- "tooltip": "score = 638.8845800416667\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +76.10170 (+13.52239%)",
+ "score-diff": "51.88921591666667",
+ "score-diff-perc": "+8.83980%",
+ "tooltip": "score = 638.8845800416667\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +51.88922 (+8.83980%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1365973,11 +1365973,11 @@
8,
54
),
- "score": 824.9904731250001,
- "score-diff": "153.82231433333345",
- "score-diff-perc": "+22.91860%",
- "tooltip": "score = 824.9904731250001\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +153.82231 (+22.91860%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 373.10588533333333,
+ "score-diff": "-298.0622734583333",
+ "score-diff-perc": "-44.40948%",
+ "tooltip": "score = 373.10588533333333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -298.06227 (-44.40948%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1365999,11 +1365999,11 @@
8,
54
),
- "score": 373.10588533333333,
- "score-diff": "-451.8845877916668",
- "score-diff-perc": "-54.77452%",
- "tooltip": "score = 373.10588533333333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -451.88459 (-54.77452%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 824.9904731250001,
+ "score-diff": "451.8845877916668",
+ "score-diff-perc": "+121.11430%",
+ "tooltip": "score = 824.9904731250001\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +451.88459 (+121.11430%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1366026,9 +1366026,9 @@
43
),
"score": 357.13342258333336,
- "score-diff": "-15.972462749999977",
- "score-diff-perc": "-4.28095%",
- "tooltip": "score = 357.13342258333336\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -15.97246 (-4.28095%)",
+ "score-diff": "-467.85705054166675",
+ "score-diff-perc": "-56.71060%",
+ "tooltip": "score = 357.13342258333336\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -467.85705 (-56.71060%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1371674,11 +1371674,11 @@
18,
7
),
- "score": 55.94962041666666,
- "score-diff": "0.6796542680180124",
- "score-diff-perc": "+1.22970%",
- "tooltip": "score = 55.94962041666666\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.67965 (+1.22970%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 60.61262570588235,
+ "score-diff": "5.342659557233702",
+ "score-diff-perc": "+9.66648%",
+ "tooltip": "score = 60.61262570588235\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +5.34266 (+9.66648%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1371701,9 +1371701,9 @@
7
),
"score": 55.82994479166666,
- "score-diff": "-0.11967562499999929",
- "score-diff-perc": "-0.21390%",
- "tooltip": "score = 55.82994479166666\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.11968 (-0.21390%)",
+ "score-diff": "-4.782680914215689",
+ "score-diff-perc": "-7.89057%",
+ "tooltip": "score = 55.82994479166666\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.78268 (-7.89057%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1371726,11 +1371726,11 @@
18,
7
),
- "score": 60.61262570588235,
- "score-diff": "4.782680914215689",
- "score-diff-perc": "+8.56652%",
- "tooltip": "score = 60.61262570588235\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +4.78268 (+8.56652%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 55.94962041666666,
+ "score-diff": "0.11967562499999929",
+ "score-diff-perc": "+0.21436%",
+ "tooltip": "score = 55.94962041666666\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.11968 (+0.21436%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1371753,9 +1371753,9 @@
41
),
"score": 71.1662024137931,
- "score-diff": "10.55357670791075",
- "score-diff-perc": "+17.41152%",
- "tooltip": "score = 71.1662024137931\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +10.55358 (+17.41152%)",
+ "score-diff": "15.21658199712644",
+ "score-diff-perc": "+27.19694%",
+ "tooltip": "score = 71.1662024137931\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +15.21658 (+27.19694%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1371856,11 +1371856,11 @@
17,
1
),
- "score": 70.95152852093597,
- "score-diff": "-2.925396824302126",
- "score-diff-perc": "-3.95982%",
- "tooltip": "score = 70.95152852093597\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.92540 (-3.95982%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 75.3776842648276,
+ "score-diff": "1.5007589195895008",
+ "score-diff-perc": "+2.03143%",
+ "tooltip": "score = 75.3776842648276\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.50076 (+2.03143%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1371882,11 +1371882,11 @@
17,
1
),
- "score": 61.92984412775735,
- "score-diff": "-9.021684393178617",
- "score-diff-perc": "-12.71528%",
- "tooltip": "score = 61.92984412775735\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -9.02168 (-12.71528%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 70.95152852093597,
+ "score-diff": "-4.426155743891627",
+ "score-diff-perc": "-5.87197%",
+ "tooltip": "score = 70.95152852093597\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.42616 (-5.87197%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1371908,11 +1371908,11 @@
17,
1
),
- "score": 75.3776842648276,
- "score-diff": "13.447840137070244",
- "score-diff-perc": "+21.71464%",
- "tooltip": "score = 75.3776842648276\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +13.44784 (+21.71464%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 61.92984412775735,
+ "score-diff": "-9.021684393178617",
+ "score-diff-perc": "-12.71528%",
+ "tooltip": "score = 61.92984412775735\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -9.02168 (-12.71528%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1371935,9 +1371935,9 @@
7
),
"score": 58.07677522857143,
- "score-diff": "-17.300909036256165",
- "score-diff-perc": "-22.95230%",
- "tooltip": "score = 58.07677522857143\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -17.30091 (-22.95230%)",
+ "score-diff": "-3.8530688991859208",
+ "score-diff-perc": "-6.22167%",
+ "tooltip": "score = 58.07677522857143\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -3.85307 (-6.22167%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1372220,11 +1372220,11 @@
16,
5
),
- "score": 66.85181385000001,
- "score-diff": "-10.70953586407407",
- "score-diff-perc": "-13.80783%",
- "tooltip": "score = 66.85181385000001\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -10.70954 (-13.80783%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 62.89726856486743,
+ "score-diff": "-14.664081149206652",
+ "score-diff-perc": "-18.90643%",
+ "tooltip": "score = 62.89726856486743\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -14.66408 (-18.90643%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1372246,11 +1372246,11 @@
16,
5
),
- "score": 62.89726856486743,
- "score-diff": "-3.954545285132582",
- "score-diff-perc": "-5.91539%",
- "tooltip": "score = 62.89726856486743\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.95455 (-5.91539%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 73.77300185251323,
+ "score-diff": "10.8757332876458",
+ "score-diff-perc": "+17.29126%",
+ "tooltip": "score = 73.77300185251323\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +10.87573 (+17.29126%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1372272,11 +1372272,11 @@
16,
5
),
- "score": 73.77300185251323,
- "score-diff": "10.8757332876458",
- "score-diff-perc": "+17.29126%",
- "tooltip": "score = 73.77300185251323\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +10.87573 (+17.29126%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 66.85181385000001,
+ "score-diff": "-6.921188002513219",
+ "score-diff-perc": "-9.38174%",
+ "tooltip": "score = 66.85181385000001\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -6.92119 (-9.38174%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1372299,9 +1372299,9 @@
21
),
"score": 72.74959873214286,
- "score-diff": "-1.023403120370375",
- "score-diff-perc": "-1.38723%",
- "tooltip": "score = 72.74959873214286\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.02340 (-1.38723%)",
+ "score-diff": "5.897784882142844",
+ "score-diff-perc": "+8.82218%",
+ "tooltip": "score = 72.74959873214286\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +5.89778 (+8.82218%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1372610,11 +1372610,11 @@
8,
54
),
- "score": 85.2753489375,
- "score-diff": "2.1550373200000053",
- "score-diff-perc": "+2.59267%",
- "tooltip": "score = 85.2753489375\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.15504 (+2.59267%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 64.13256106451612,
+ "score-diff": "-18.98775055298387",
+ "score-diff-perc": "-22.84370%",
+ "tooltip": "score = 64.13256106451612\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -18.98775 (-22.84370%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1372636,11 +1372636,11 @@
8,
54
),
- "score": 64.13256106451612,
- "score-diff": "-21.142787872983874",
- "score-diff-perc": "-24.79355%",
- "tooltip": "score = 64.13256106451612\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -21.14279 (-24.79355%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 85.2753489375,
+ "score-diff": "21.142787872983874",
+ "score-diff-perc": "+32.96732%",
+ "tooltip": "score = 85.2753489375\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +21.14279 (+32.96732%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1372663,9 +1372663,9 @@
43
),
"score": 74.01150287169312,
- "score-diff": "9.878941807177",
- "score-diff-perc": "+15.40394%",
- "tooltip": "score = 74.01150287169312\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +9.87894 (+15.40394%)",
+ "score-diff": "-11.263846065806874",
+ "score-diff-perc": "-13.20880%",
+ "tooltip": "score = 74.01150287169312\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -11.26385 (-13.20880%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1378337,11 +1378337,11 @@
18,
7
),
- "score": 0.011531533096373545,
- "score-diff": "5.5163258155604966e-05",
- "score-diff-perc": "+0.48067%",
- "tooltip": "score = 0.011531533096373545\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00006 (+0.48067%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.011481754395406708,
+ "score-diff": "5.3845571887679855e-06",
+ "score-diff-perc": "+0.04692%",
+ "tooltip": "score = 0.011481754395406708\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00001 (+0.04692%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1378364,9 +1378364,9 @@
7
),
"score": 0.01147320936533415,
- "score-diff": "-5.83237310393947e-05",
- "score-diff-perc": "-0.50578%",
- "tooltip": "score = 0.01147320936533415\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00006 (-0.50578%)",
+ "score-diff": "-8.545030072557719e-06",
+ "score-diff-perc": "-0.07442%",
+ "tooltip": "score = 0.01147320936533415\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00001 (-0.07442%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1378389,11 +1378389,11 @@
18,
7
),
- "score": 0.011481754395406708,
- "score-diff": "8.545030072557719e-06",
- "score-diff-perc": "+0.07448%",
- "tooltip": "score = 0.011481754395406708\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00001 (+0.07448%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.011531533096373545,
+ "score-diff": "5.83237310393947e-05",
+ "score-diff-perc": "+0.50835%",
+ "tooltip": "score = 0.011531533096373545\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00006 (+0.50835%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1378416,9 +1378416,9 @@
41
),
"score": 0.04523774920659447,
- "score-diff": "0.03375599481118777",
- "score-diff-perc": "+293.99684%",
- "tooltip": "score = 0.04523774920659447\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.03376 (+293.99684%)",
+ "score-diff": "0.03370621611022093",
+ "score-diff-perc": "+292.29605%",
+ "tooltip": "score = 0.04523774920659447\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.03371 (+292.29605%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1378519,11 +1378519,11 @@
17,
1
),
- "score": 0.04508328120997761,
- "score-diff": "0.00013927098681006111",
- "score-diff-perc": "+0.30988%",
- "tooltip": "score = 0.04508328120997761\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00014 (+0.30988%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.04504442770345227,
+ "score-diff": "0.0001004174802847202",
+ "score-diff-perc": "+0.22343%",
+ "tooltip": "score = 0.04504442770345227\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00010 (+0.22343%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1378545,11 +1378545,11 @@
17,
1
),
- "score": 0.011521378480437673,
- "score-diff": "-0.03356190272953993",
- "score-diff-perc": "-74.44423%",
- "tooltip": "score = 0.011521378480437673\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03356 (-74.44423%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.04508328120997761,
+ "score-diff": "3.885350652534092e-05",
+ "score-diff-perc": "+0.08626%",
+ "tooltip": "score = 0.04508328120997761\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00004 (+0.08626%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1378571,11 +1378571,11 @@
17,
1
),
- "score": 0.04504442770345227,
- "score-diff": "0.03352304922301459",
- "score-diff-perc": "+290.96387%",
- "tooltip": "score = 0.04504442770345227\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03352 (+290.96387%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.011521378480437673,
+ "score-diff": "-0.03356190272953993",
+ "score-diff-perc": "-74.44423%",
+ "tooltip": "score = 0.011521378480437673\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03356 (-74.44423%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1378598,9 +1378598,9 @@
7
),
"score": 0.01147070510598594,
- "score-diff": "-0.03357372259746633",
- "score-diff-perc": "-74.53469%",
- "tooltip": "score = 0.01147070510598594\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.03357 (-74.53469%)",
+ "score-diff": "-5.067337445173285e-05",
+ "score-diff-perc": "-0.43982%",
+ "tooltip": "score = 0.01147070510598594\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00005 (-0.43982%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1378883,11 +1378883,11 @@
16,
5
),
- "score": 0.0443127293798072,
- "score-diff": "-0.000310565171398082",
- "score-diff-perc": "-0.69597%",
- "tooltip": "score = 0.0443127293798072\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00031 (-0.69597%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.011516264393582045,
+ "score-diff": "-0.033107030157623236",
+ "score-diff-perc": "-74.19226%",
+ "tooltip": "score = 0.011516264393582045\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03311 (-74.19226%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1378909,11 +1378909,11 @@
16,
5
),
- "score": 0.011516264393582045,
- "score-diff": "-0.032796464986225154",
- "score-diff-perc": "-74.01139%",
- "tooltip": "score = 0.011516264393582045\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03280 (-74.01139%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.044257021369333086,
+ "score-diff": "0.03274075697575104",
+ "score-diff-perc": "+284.30015%",
+ "tooltip": "score = 0.044257021369333086\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03274 (+284.30015%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1378935,11 +1378935,11 @@
16,
5
),
- "score": 0.044257021369333086,
- "score-diff": "0.03274075697575104",
- "score-diff-perc": "+284.30015%",
- "tooltip": "score = 0.044257021369333086\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03274 (+284.30015%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.0443127293798072,
+ "score-diff": "5.5708010474116165e-05",
+ "score-diff-perc": "+0.12587%",
+ "tooltip": "score = 0.0443127293798072\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00006 (+0.12587%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1378962,9 +1378962,9 @@
21
),
"score": 0.04433755016440759,
- "score-diff": "8.052879507450261e-05",
- "score-diff-perc": "+0.18196%",
- "tooltip": "score = 0.04433755016440759\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00008 (+0.18196%)",
+ "score-diff": "2.4820784600386447e-05",
+ "score-diff-perc": "+0.05601%",
+ "tooltip": "score = 0.04433755016440759\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00002 (+0.05601%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1379273,11 +1379273,11 @@
8,
54
),
- "score": 0.04438073913268964,
- "score-diff": "-3.9331103558339076e-05",
- "score-diff-perc": "-0.08854%",
- "tooltip": "score = 0.04438073913268964\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00004 (-0.08854%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.01179866089285258,
+ "score-diff": "-0.0326214093433954",
+ "score-diff-perc": "-73.43845%",
+ "tooltip": "score = 0.01179866089285258\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.03262 (-73.43845%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1379299,11 +1379299,11 @@
8,
54
),
- "score": 0.01179866089285258,
- "score-diff": "-0.03258207823983706",
- "score-diff-perc": "-73.41491%",
- "tooltip": "score = 0.01179866089285258\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.03258 (-73.41491%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.04438073913268964,
+ "score-diff": "0.03258207823983706",
+ "score-diff-perc": "+276.15065%",
+ "tooltip": "score = 0.04438073913268964\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.03258 (+276.15065%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1379326,9 +1379326,9 @@
43
),
"score": 0.011782803833309832,
- "score-diff": "-1.5857059542748533e-05",
- "score-diff-perc": "-0.13440%",
- "tooltip": "score = 0.011782803833309832\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00002 (-0.13440%)",
+ "score-diff": "-0.03259793529937981",
+ "score-diff-perc": "-73.45064%",
+ "tooltip": "score = 0.011782803833309832\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.03260 (-73.45064%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1385000,11 +1385000,11 @@
18,
7
),
- "score": 0.3448531484421145,
- "score-diff": "0.0006004366896069091",
- "score-diff-perc": "+0.17442%",
- "tooltip": "score = 0.3448531484421145\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00060 (+0.17442%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.3451718867323016,
+ "score-diff": "0.0009191749797939908",
+ "score-diff-perc": "+0.26701%",
+ "tooltip": "score = 0.3451718867323016\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00092 (+0.26701%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1385027,9 +1385027,9 @@
7
),
"score": 0.34779652169478836,
- "score-diff": "0.002943373252673853",
- "score-diff-perc": "+0.85351%",
- "tooltip": "score = 0.34779652169478836\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00294 (+0.85351%)",
+ "score-diff": "0.0026246349624867715",
+ "score-diff-perc": "+0.76038%",
+ "tooltip": "score = 0.34779652169478836\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00262 (+0.76038%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1385052,11 +1385052,11 @@
18,
7
),
- "score": 0.3451718867323016,
- "score-diff": "-0.0026246349624867715",
- "score-diff-perc": "-0.75465%",
- "tooltip": "score = 0.3451718867323016\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00262 (-0.75465%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.3448531484421145,
+ "score-diff": "-0.002943373252673853",
+ "score-diff-perc": "-0.84629%",
+ "tooltip": "score = 0.3448531484421145\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00294 (-0.84629%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1385079,9 +1385079,9 @@
41
),
"score": 0.4710867483227471,
- "score-diff": "0.12591486159044551",
- "score-diff-perc": "+36.47889%",
- "tooltip": "score = 0.4710867483227471\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.12591 (+36.47889%)",
+ "score-diff": "0.1262335998806326",
+ "score-diff-perc": "+36.60503%",
+ "tooltip": "score = 0.4710867483227471\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.12623 (+36.60503%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1385182,11 +1385182,11 @@
17,
1
),
- "score": 0.45413826051363915,
- "score-diff": "0.007065238534798457",
- "score-diff-perc": "+1.58033%",
- "tooltip": "score = 0.45413826051363915\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00707 (+1.58033%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.45797540139139636,
+ "score-diff": "0.010902379412555674",
+ "score-diff-perc": "+2.43861%",
+ "tooltip": "score = 0.45797540139139636\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01090 (+2.43861%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1385208,11 +1385208,11 @@
17,
1
),
- "score": 0.35695328198475723,
- "score-diff": "-0.09718497852888192",
- "score-diff-perc": "-21.39987%",
- "tooltip": "score = 0.35695328198475723\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.09718 (-21.39987%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.45413826051363915,
+ "score-diff": "-0.003837140877757217",
+ "score-diff-perc": "-0.83785%",
+ "tooltip": "score = 0.45413826051363915\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00384 (-0.83785%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1385234,11 +1385234,11 @@
17,
1
),
- "score": 0.45797540139139636,
- "score-diff": "0.10102211940663913",
- "score-diff-perc": "+28.30122%",
- "tooltip": "score = 0.45797540139139636\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.10102 (+28.30122%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.35695328198475723,
+ "score-diff": "-0.09718497852888192",
+ "score-diff-perc": "-21.39987%",
+ "tooltip": "score = 0.35695328198475723\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.09718 (-21.39987%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1385261,9 +1385261,9 @@
7
),
"score": 0.3478017581010808,
- "score-diff": "-0.11017364329031554",
- "score-diff-perc": "-24.05667%",
- "tooltip": "score = 0.3478017581010808\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.11017 (-24.05667%)",
+ "score-diff": "-0.009151523883676405",
+ "score-diff-perc": "-2.56379%",
+ "tooltip": "score = 0.3478017581010808\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00915 (-2.56379%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1385546,11 +1385546,11 @@
16,
5
),
- "score": 0.45459178819399937,
- "score-diff": "-0.05494245760153138",
- "score-diff-perc": "-10.78288%",
- "tooltip": "score = 0.45459178819399937\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.05494 (-10.78288%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.36580394043725933,
+ "score-diff": "-0.14373030535827142",
+ "score-diff-perc": "-28.20817%",
+ "tooltip": "score = 0.36580394043725933\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.14373 (-28.20817%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1385572,11 +1385572,11 @@
16,
5
),
- "score": 0.36580394043725933,
- "score-diff": "-0.08878784775674003",
- "score-diff-perc": "-19.53134%",
- "tooltip": "score = 0.36580394043725933\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.08879 (-19.53134%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.4689624823933184,
+ "score-diff": "0.10315854195605906",
+ "score-diff-perc": "+28.20050%",
+ "tooltip": "score = 0.4689624823933184\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.10316 (+28.20050%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1385598,11 +1385598,11 @@
16,
5
),
- "score": 0.4689624823933184,
- "score-diff": "0.10315854195605906",
- "score-diff-perc": "+28.20050%",
- "tooltip": "score = 0.4689624823933184\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.10316 (+28.20050%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.45459178819399937,
+ "score-diff": "-0.014370694199319023",
+ "score-diff-perc": "-3.06436%",
+ "tooltip": "score = 0.45459178819399937\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01437 (-3.06436%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1385625,9 +1385625,9 @@
21
),
"score": 0.4701610288674763,
- "score-diff": "0.0011985464741579022",
- "score-diff-perc": "+0.25557%",
- "tooltip": "score = 0.4701610288674763\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00120 (+0.25557%)",
+ "score-diff": "0.015569240673476925",
+ "score-diff-perc": "+3.42488%",
+ "tooltip": "score = 0.4701610288674763\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.01557 (+3.42488%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1385936,11 +1385936,11 @@
8,
54
),
- "score": 0.45672002428308744,
- "score-diff": "0.003874591863446575",
- "score-diff-perc": "+0.85561%",
- "tooltip": "score = 0.45672002428308744\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00387 (+0.85561%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.35022830159336454,
+ "score-diff": "-0.10261713082627633",
+ "score-diff-perc": "-22.66052%",
+ "tooltip": "score = 0.35022830159336454\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.10262 (-22.66052%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1385962,11 +1385962,11 @@
8,
54
),
- "score": 0.35022830159336454,
- "score-diff": "-0.1064917226897229",
- "score-diff-perc": "-23.31663%",
- "tooltip": "score = 0.35022830159336454\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.10649 (-23.31663%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.45672002428308744,
+ "score-diff": "0.1064917226897229",
+ "score-diff-perc": "+30.40637%",
+ "tooltip": "score = 0.45672002428308744\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.10649 (+30.40637%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1385989,9 +1385989,9 @@
43
),
"score": 0.34437121188305486,
- "score-diff": "-0.005857089710309682",
- "score-diff-perc": "-1.67236%",
- "tooltip": "score = 0.34437121188305486\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00586 (-1.67236%)",
+ "score-diff": "-0.11234881240003258",
+ "score-diff-perc": "-24.59906%",
+ "tooltip": "score = 0.34437121188305486\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.11235 (-24.59906%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1391663,11 +1391663,11 @@
18,
7
),
- "score": 6155.667678000001,
- "score-diff": "-32.00602133333268",
- "score-diff-perc": "-0.51725%",
- "tooltip": "score = 6155.667678000001\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -32.00602 (-0.51725%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 6136.931563666668,
+ "score-diff": "-50.74213566666549",
+ "score-diff-perc": "-0.82005%",
+ "tooltip": "score = 6136.931563666668\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -50.74214 (-0.82005%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1391690,9 +1391690,9 @@
7
),
"score": 6244.524334000001,
- "score-diff": "88.85665599999993",
- "score-diff-perc": "+1.44349%",
- "tooltip": "score = 6244.524334000001\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +88.85666 (+1.44349%)",
+ "score-diff": "107.59277033333274",
+ "score-diff-perc": "+1.75320%",
+ "tooltip": "score = 6244.524334000001\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +107.59277 (+1.75320%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1391715,11 +1391715,11 @@
18,
7
),
- "score": 6136.931563666668,
- "score-diff": "-107.59277033333274",
- "score-diff-perc": "-1.72299%",
- "tooltip": "score = 6136.931563666668\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -107.59277 (-1.72299%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 6155.667678000001,
+ "score-diff": "-88.85665599999993",
+ "score-diff-perc": "-1.42295%",
+ "tooltip": "score = 6155.667678000001\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -88.85666 (-1.42295%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1391742,9 +1391742,9 @@
41
),
"score": 6227.861670666666,
- "score-diff": "90.93010699999832",
- "score-diff-perc": "+1.48169%",
- "tooltip": "score = 6227.861670666666\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +90.93011 (+1.48169%)",
+ "score-diff": "72.19399266666551",
+ "score-diff-perc": "+1.17281%",
+ "tooltip": "score = 6227.861670666666\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +72.19399 (+1.17281%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1391845,11 +1391845,11 @@
17,
1
),
- "score": 6105.230777333333,
- "score-diff": "-102.29480299999886",
- "score-diff-perc": "-1.64792%",
- "tooltip": "score = 6105.230777333333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -102.29480 (-1.64792%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 6041.931323,
+ "score-diff": "-165.59425733333228",
+ "score-diff-perc": "-2.66764%",
+ "tooltip": "score = 6041.931323\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -165.59426 (-2.66764%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1391871,11 +1391871,11 @@
17,
1
),
- "score": 6321.191232333334,
- "score-diff": "215.96045500000037",
- "score-diff-perc": "+3.53730%",
- "tooltip": "score = 6321.191232333334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +215.96046 (+3.53730%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 6105.230777333333,
+ "score-diff": "63.299454333333415",
+ "score-diff-perc": "+1.04767%",
+ "tooltip": "score = 6105.230777333333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +63.29945 (+1.04767%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1391897,11 +1391897,11 @@
17,
1
),
- "score": 6041.931323,
- "score-diff": "-279.2599093333338",
- "score-diff-perc": "-4.41784%",
- "tooltip": "score = 6041.931323\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -279.25991 (-4.41784%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 6321.191232333334,
+ "score-diff": "215.96045500000037",
+ "score-diff-perc": "+3.53730%",
+ "tooltip": "score = 6321.191232333334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +215.96046 (+3.53730%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1391924,9 +1391924,9 @@
7
),
"score": 6185.629984666666,
- "score-diff": "143.69866166666634",
- "score-diff-perc": "+2.37836%",
- "tooltip": "score = 6185.629984666666\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +143.69866 (+2.37836%)",
+ "score-diff": "-135.56124766666744",
+ "score-diff-perc": "-2.14455%",
+ "tooltip": "score = 6185.629984666666\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -135.56125 (-2.14455%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1392209,11 +1392209,11 @@
16,
5
),
- "score": 6089.095558000001,
- "score-diff": "85.45200566666699",
- "score-diff-perc": "+1.42334%",
- "tooltip": "score = 6089.095558000001\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +85.45201 (+1.42334%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 6215.643368666667,
+ "score-diff": "211.999816333333",
+ "score-diff-perc": "+3.53119%",
+ "tooltip": "score = 6215.643368666667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +211.99982 (+3.53119%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1392235,11 +1392235,11 @@
16,
5
),
- "score": 6215.643368666667,
- "score-diff": "126.54781066666601",
- "score-diff-perc": "+2.07827%",
- "tooltip": "score = 6215.643368666667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +126.54781 (+2.07827%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 5898.544758,
+ "score-diff": "-317.0986106666669",
+ "score-diff-perc": "-5.10162%",
+ "tooltip": "score = 5898.544758\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -317.09861 (-5.10162%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1392261,11 +1392261,11 @@
16,
5
),
- "score": 5898.544758,
- "score-diff": "-317.0986106666669",
- "score-diff-perc": "-5.10162%",
- "tooltip": "score = 5898.544758\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -317.09861 (-5.10162%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 6089.095558000001,
+ "score-diff": "190.5508000000009",
+ "score-diff-perc": "+3.23047%",
+ "tooltip": "score = 6089.095558000001\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +190.55080 (+3.23047%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1392288,9 +1392288,9 @@
21
),
"score": 5981.890122333333,
- "score-diff": "83.34536433333324",
- "score-diff-perc": "+1.41298%",
- "tooltip": "score = 5981.890122333333\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +83.34536 (+1.41298%)",
+ "score-diff": "-107.20543566666765",
+ "score-diff-perc": "-1.76061%",
+ "tooltip": "score = 5981.890122333333\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -107.20544 (-1.76061%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1392599,11 +1392599,11 @@
8,
54
),
- "score": 6132.658579333333,
- "score-diff": "45.30270133333397",
- "score-diff-perc": "+0.74421%",
- "tooltip": "score = 6132.658579333333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +45.30270 (+0.74421%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 6198.707352,
+ "score-diff": "111.35147400000096",
+ "score-diff-perc": "+1.82923%",
+ "tooltip": "score = 6198.707352\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +111.35147 (+1.82923%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1392625,11 +1392625,11 @@
8,
54
),
- "score": 6198.707352,
- "score-diff": "66.04877266666699",
- "score-diff-perc": "+1.07700%",
- "tooltip": "score = 6198.707352\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +66.04877 (+1.07700%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 6132.658579333333,
+ "score-diff": "-66.04877266666699",
+ "score-diff-perc": "-1.06552%",
+ "tooltip": "score = 6132.658579333333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -66.04877 (-1.06552%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1392652,9 +1392652,9 @@
43
),
"score": 6238.114074666667,
- "score-diff": "39.40672266666661",
- "score-diff-perc": "+0.63572%",
- "tooltip": "score = 6238.114074666667\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +39.40672 (+0.63572%)",
+ "score-diff": "105.4554953333336",
+ "score-diff-perc": "+1.71957%",
+ "tooltip": "score = 6238.114074666667\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +105.45550 (+1.71957%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1413405,11 +1413405,11 @@
18,
7
),
- "score": 480.27055652380955,
- "score-diff": "-0.5333060952380606",
- "score-diff-perc": "-0.11092%",
- "tooltip": "score = 480.27055652380955\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.53331 (-0.11092%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 481.3438788095238,
+ "score-diff": "0.5400161904761944",
+ "score-diff-perc": "+0.11232%",
+ "tooltip": "score = 481.3438788095238\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.54002 (+0.11232%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1413432,9 +1413432,9 @@
7
),
"score": 475.2196820476191,
- "score-diff": "-5.050874476190472",
- "score-diff-perc": "-1.05167%",
- "tooltip": "score = 475.2196820476191\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -5.05087 (-1.05167%)",
+ "score-diff": "-6.124196761904727",
+ "score-diff-perc": "-1.27231%",
+ "tooltip": "score = 475.2196820476191\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -6.12420 (-1.27231%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1413457,11 +1413457,11 @@
18,
7
),
- "score": 481.3438788095238,
- "score-diff": "6.124196761904727",
- "score-diff-perc": "+1.28871%",
- "tooltip": "score = 481.3438788095238\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +6.12420 (+1.28871%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 480.27055652380955,
+ "score-diff": "5.050874476190472",
+ "score-diff-perc": "+1.06285%",
+ "tooltip": "score = 480.27055652380955\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +5.05087 (+1.06285%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1413484,9 +1413484,9 @@
41
),
"score": 481.54030438095236,
- "score-diff": "0.19642557142856276",
- "score-diff-perc": "+0.04081%",
- "tooltip": "score = 481.54030438095236\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.19643 (+0.04081%)",
+ "score-diff": "1.2697478571428178",
+ "score-diff-perc": "+0.26438%",
+ "tooltip": "score = 481.54030438095236\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.26975 (+0.26438%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1413587,11 +1413587,11 @@
17,
1
),
- "score": 521.0999803333333,
- "score-diff": "3.6291579999999612",
- "score-diff-perc": "+0.70133%",
- "tooltip": "score = 521.0999803333333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3.62916 (+0.70133%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 544.1747171111111,
+ "score-diff": "26.703894777777805",
+ "score-diff-perc": "+5.16046%",
+ "tooltip": "score = 544.1747171111111\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +26.70389 (+5.16046%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1413613,11 +1413613,11 @@
17,
1
),
- "score": 483.16437480952374,
- "score-diff": "-37.935605523809556",
- "score-diff-perc": "-7.27991%",
- "tooltip": "score = 483.16437480952374\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -37.93561 (-7.27991%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 521.0999803333333,
+ "score-diff": "-23.074736777777844",
+ "score-diff-perc": "-4.24032%",
+ "tooltip": "score = 521.0999803333333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -23.07474 (-4.24032%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1413639,11 +1413639,11 @@
17,
1
),
- "score": 544.1747171111111,
- "score-diff": "61.0103423015874",
- "score-diff-perc": "+12.62724%",
- "tooltip": "score = 544.1747171111111\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +61.01034 (+12.62724%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 483.16437480952374,
+ "score-diff": "-37.935605523809556",
+ "score-diff-perc": "-7.27991%",
+ "tooltip": "score = 483.16437480952374\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -37.93561 (-7.27991%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1413666,9 +1413666,9 @@
7
),
"score": 470.59981904761906,
- "score-diff": "-73.57489806349207",
- "score-diff-perc": "-13.52046%",
- "tooltip": "score = 470.59981904761906\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -73.57490 (-13.52046%)",
+ "score-diff": "-12.564555761904671",
+ "score-diff-perc": "-2.60047%",
+ "tooltip": "score = 470.59981904761906\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -12.56456 (-2.60047%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1413951,11 +1413951,11 @@
16,
5
),
- "score": 486.4850600476191,
- "score-diff": "-10.461845285714219",
- "score-diff-perc": "-2.10522%",
- "tooltip": "score = 486.4850600476191\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -10.46185 (-2.10522%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 482.0700940952381,
+ "score-diff": "-14.876811238095172",
+ "score-diff-perc": "-2.99364%",
+ "tooltip": "score = 482.0700940952381\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -14.87681 (-2.99364%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1413977,11 +1413977,11 @@
16,
5
),
- "score": 482.0700940952381,
- "score-diff": "-4.414965952380953",
- "score-diff-perc": "-0.90752%",
- "tooltip": "score = 482.0700940952381\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.41497 (-0.90752%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 494.4085211428571,
+ "score-diff": "12.338427047619007",
+ "score-diff-perc": "+2.55947%",
+ "tooltip": "score = 494.4085211428571\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +12.33843 (+2.55947%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1414003,11 +1414003,11 @@
16,
5
),
- "score": 494.4085211428571,
- "score-diff": "12.338427047619007",
- "score-diff-perc": "+2.55947%",
- "tooltip": "score = 494.4085211428571\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +12.33843 (+2.55947%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 486.4850600476191,
+ "score-diff": "-7.9234610952380535",
+ "score-diff-perc": "-1.60261%",
+ "tooltip": "score = 486.4850600476191\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.92346 (-1.60261%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1414030,9 +1414030,9 @@
21
),
"score": 488.30579490476185,
- "score-diff": "-6.102726238095272",
- "score-diff-perc": "-1.23435%",
- "tooltip": "score = 488.30579490476185\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -6.10273 (-1.23435%)",
+ "score-diff": "1.8207348571427815",
+ "score-diff-perc": "+0.37426%",
+ "tooltip": "score = 488.30579490476185\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.82073 (+0.37426%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1414341,11 +1414341,11 @@
8,
54
),
- "score": 492.2694122380952,
- "score-diff": "2.576899666666577",
- "score-diff-perc": "+0.52623%",
- "tooltip": "score = 492.2694122380952\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.57690 (+0.52623%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 487.68938009523816,
+ "score-diff": "-2.0031324761904443",
+ "score-diff-perc": "-0.40906%",
+ "tooltip": "score = 487.68938009523816\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.00313 (-0.40906%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1414367,11 +1414367,11 @@
8,
54
),
- "score": 487.68938009523816,
- "score-diff": "-4.580032142857021",
- "score-diff-perc": "-0.93039%",
- "tooltip": "score = 487.68938009523816\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -4.58003 (-0.93039%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 492.2694122380952,
+ "score-diff": "4.580032142857021",
+ "score-diff-perc": "+0.93913%",
+ "tooltip": "score = 492.2694122380952\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +4.58003 (+0.93913%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1414394,9 +1414394,9 @@
43
),
"score": 484.68395585714285,
- "score-diff": "-3.0054242380953156",
- "score-diff-perc": "-0.61626%",
- "tooltip": "score = 484.68395585714285\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -3.00542 (-0.61626%)",
+ "score-diff": "-7.585456380952337",
+ "score-diff-perc": "-1.54092%",
+ "tooltip": "score = 484.68395585714285\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -7.58546 (-1.54092%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1420016,11 +1420016,11 @@
18,
7
),
- "score": 460.68946914285715,
- "score-diff": "70.49390889285712",
- "score-diff-perc": "+18.06630%",
- "tooltip": "score = 460.68946914285715\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +70.49391 (+18.06630%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 453.5277576666667,
+ "score-diff": "63.332197416666645",
+ "score-diff-perc": "+16.23089%",
+ "tooltip": "score = 453.5277576666667\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +63.33220 (+16.23089%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1420043,9 +1420043,9 @@
7
),
"score": 449.1839102380952,
- "score-diff": "-11.505558904761926",
- "score-diff-perc": "-2.49747%",
- "tooltip": "score = 449.1839102380952\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -11.50556 (-2.49747%)",
+ "score-diff": "-4.343847428571451",
+ "score-diff-perc": "-0.95779%",
+ "tooltip": "score = 449.1839102380952\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.34385 (-0.95779%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1420068,11 +1420068,11 @@
18,
7
),
- "score": 453.5277576666667,
- "score-diff": "4.343847428571451",
- "score-diff-perc": "+0.96705%",
- "tooltip": "score = 453.5277576666667\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +4.34385 (+0.96705%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 460.68946914285715,
+ "score-diff": "11.505558904761926",
+ "score-diff-perc": "+2.56144%",
+ "tooltip": "score = 460.68946914285715\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +11.50556 (+2.56144%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1420095,9 +1420095,9 @@
41
),
"score": 477.39119166666666,
- "score-diff": "23.863433999999984",
- "score-diff-perc": "+5.26174%",
- "tooltip": "score = 477.39119166666666\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +23.86343 (+5.26174%)",
+ "score-diff": "16.701722523809508",
+ "score-diff-perc": "+3.62538%",
+ "tooltip": "score = 477.39119166666666\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +16.70172 (+3.62538%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1420198,11 +1420198,11 @@
17,
1
),
- "score": 454.61410961904767,
- "score-diff": "2.2492233333334184",
- "score-diff-perc": "+0.49721%",
- "tooltip": "score = 454.61410961904767\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.24922 (+0.49721%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 455.94628395238095,
+ "score-diff": "3.581397666666703",
+ "score-diff-perc": "+0.79171%",
+ "tooltip": "score = 455.94628395238095\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3.58140 (+0.79171%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1420224,11 +1420224,11 @@
17,
1
),
- "score": 456.3714205714286,
- "score-diff": "1.7573109523809194",
- "score-diff-perc": "+0.38655%",
- "tooltip": "score = 456.3714205714286\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.75731 (+0.38655%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 454.61410961904767,
+ "score-diff": "-1.3321743333332847",
+ "score-diff-perc": "-0.29218%",
+ "tooltip": "score = 454.61410961904767\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.33217 (-0.29218%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1420250,11 +1420250,11 @@
17,
1
),
- "score": 455.94628395238095,
- "score-diff": "-0.42513661904763467",
- "score-diff-perc": "-0.09316%",
- "tooltip": "score = 455.94628395238095\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.42514 (-0.09316%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 456.3714205714286,
+ "score-diff": "1.7573109523809194",
+ "score-diff-perc": "+0.38655%",
+ "tooltip": "score = 456.3714205714286\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.75731 (+0.38655%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1420277,9 +1420277,9 @@
7
),
"score": 459.18209652380955,
- "score-diff": "3.235812571428596",
- "score-diff-perc": "+0.70969%",
- "tooltip": "score = 459.18209652380955\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +3.23581 (+0.70969%)",
+ "score-diff": "2.8106759523809615",
+ "score-diff-perc": "+0.61587%",
+ "tooltip": "score = 459.18209652380955\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +2.81068 (+0.61587%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1420562,11 +1420562,11 @@
16,
5
),
- "score": 481.56606842857144,
- "score-diff": "-21.901383777777767",
- "score-diff-perc": "-4.35011%",
- "tooltip": "score = 481.56606842857144\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -21.90138 (-4.35011%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 448.07202561904757,
+ "score-diff": "-55.39542658730164",
+ "score-diff-perc": "-11.00278%",
+ "tooltip": "score = 448.07202561904757\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -55.39543 (-11.00278%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1420588,11 +1420588,11 @@
16,
5
),
- "score": 448.07202561904757,
- "score-diff": "-33.494042809523876",
- "score-diff-perc": "-6.95523%",
- "tooltip": "score = 448.07202561904757\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -33.49404 (-6.95523%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 476.4650383809524,
+ "score-diff": "28.393012761904856",
+ "score-diff-perc": "+6.33671%",
+ "tooltip": "score = 476.4650383809524\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +28.39301 (+6.33671%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1420614,11 +1420614,11 @@
16,
5
),
- "score": 476.4650383809524,
- "score-diff": "28.393012761904856",
- "score-diff-perc": "+6.33671%",
- "tooltip": "score = 476.4650383809524\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +28.39301 (+6.33671%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 481.56606842857144,
+ "score-diff": "5.10103004761902",
+ "score-diff-perc": "+1.07060%",
+ "tooltip": "score = 481.56606842857144\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.10103 (+1.07060%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1420641,9 +1420641,9 @@
21
),
"score": 496.47063205555554,
- "score-diff": "20.00559367460312",
- "score-diff-perc": "+4.19875%",
- "tooltip": "score = 496.47063205555554\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +20.00559 (+4.19875%)",
+ "score-diff": "14.9045636269841",
+ "score-diff-perc": "+3.09502%",
+ "tooltip": "score = 496.47063205555554\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +14.90456 (+3.09502%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1420952,11 +1420952,11 @@
8,
54
),
- "score": 513.1463085,
- "score-diff": "22.537367785714366",
- "score-diff-perc": "+4.59375%",
- "tooltip": "score = 513.1463085\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +22.53737 (+4.59375%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 472.77498304761906,
+ "score-diff": "-17.833957666666606",
+ "score-diff-perc": "-3.63507%",
+ "tooltip": "score = 472.77498304761906\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -17.83396 (-3.63507%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1420978,11 +1420978,11 @@
8,
54
),
- "score": 472.77498304761906,
- "score-diff": "-40.37132545238097",
- "score-diff-perc": "-7.86741%",
- "tooltip": "score = 472.77498304761906\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -40.37133 (-7.86741%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 513.1463085,
+ "score-diff": "40.37132545238097",
+ "score-diff-perc": "+8.53923%",
+ "tooltip": "score = 513.1463085\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +40.37133 (+8.53923%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1421005,9 +1421005,9 @@
43
),
"score": 462.29905633333334,
- "score-diff": "-10.47592671428572",
- "score-diff-perc": "-2.21584%",
- "tooltip": "score = 462.29905633333334\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -10.47593 (-2.21584%)",
+ "score-diff": "-50.84725216666669",
+ "score-diff-perc": "-9.90892%",
+ "tooltip": "score = 462.29905633333334\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -50.84725 (-9.90892%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1426679,11 +1426679,11 @@
18,
7
),
- "score": 1048.387662,
- "score-diff": "29.417470444444575",
- "score-diff-perc": "+2.88698%",
- "tooltip": "score = 1048.387662\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +29.41747 (+2.88698%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 1034.4591337777779,
+ "score-diff": "15.488942222222363",
+ "score-diff-perc": "+1.52006%",
+ "tooltip": "score = 1034.4591337777779\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +15.48894 (+1.52006%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1426706,9 +1426706,9 @@
7
),
"score": 1019.6985289999999,
- "score-diff": "-28.689133000000197",
- "score-diff-perc": "-2.73650%",
- "tooltip": "score = 1019.6985289999999\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -28.68913 (-2.73650%)",
+ "score-diff": "-14.760604777777985",
+ "score-diff-perc": "-1.42689%",
+ "tooltip": "score = 1019.6985289999999\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -14.76060 (-1.42689%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1426731,11 +1426731,11 @@
18,
7
),
- "score": 1034.4591337777779,
- "score-diff": "14.760604777777985",
- "score-diff-perc": "+1.44755%",
- "tooltip": "score = 1034.4591337777779\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +14.76060 (+1.44755%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 1048.387662,
+ "score-diff": "28.689133000000197",
+ "score-diff-perc": "+2.81349%",
+ "tooltip": "score = 1048.387662\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +28.68913 (+2.81349%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1426758,9 +1426758,9 @@
41
),
"score": 1105.0027893333333,
- "score-diff": "70.54365555555546",
- "score-diff-perc": "+6.81938%",
- "tooltip": "score = 1105.0027893333333\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +70.54366 (+6.81938%)",
+ "score-diff": "56.61512733333325",
+ "score-diff-perc": "+5.40021%",
+ "tooltip": "score = 1105.0027893333333\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +56.61513 (+5.40021%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1426861,11 +1426861,11 @@
17,
1
),
- "score": 1111.6286835555557,
- "score-diff": "-155.30571122222204",
- "score-diff-perc": "-12.25839%",
- "tooltip": "score = 1111.6286835555557\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -155.30571 (-12.25839%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1086.6541692222224,
+ "score-diff": "-180.28022555555526",
+ "score-diff-perc": "-14.22964%",
+ "tooltip": "score = 1086.6541692222224\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -180.28023 (-14.22964%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1426887,11 +1426887,11 @@
17,
1
),
- "score": 1008.7416226944446,
- "score-diff": "-102.88706086111108",
- "score-diff-perc": "-9.25552%",
- "tooltip": "score = 1008.7416226944446\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -102.88706 (-9.25552%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 1111.6286835555557,
+ "score-diff": "24.974514333333218",
+ "score-diff-perc": "+2.29829%",
+ "tooltip": "score = 1111.6286835555557\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +24.97451 (+2.29829%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1426913,11 +1426913,11 @@
17,
1
),
- "score": 1086.6541692222224,
- "score-diff": "77.91254652777786",
- "score-diff-perc": "+7.72374%",
- "tooltip": "score = 1086.6541692222224\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +77.91255 (+7.72374%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 1008.7416226944446,
+ "score-diff": "-102.88706086111108",
+ "score-diff-perc": "-9.25552%",
+ "tooltip": "score = 1008.7416226944446\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -102.88706 (-9.25552%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1426940,9 +1426940,9 @@
7
),
"score": 1025.3895814444443,
- "score-diff": "-61.26458777777816",
- "score-diff-perc": "-5.63791%",
- "tooltip": "score = 1025.3895814444443\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -61.26459 (-5.63791%)",
+ "score-diff": "16.647958749999702",
+ "score-diff-perc": "+1.65037%",
+ "tooltip": "score = 1025.3895814444443\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +16.64796 (+1.65037%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1427225,11 +1427225,11 @@
16,
5
),
- "score": 1232.0061943333333,
- "score-diff": "51.214356999999836",
- "score-diff-perc": "+4.33729%",
- "tooltip": "score = 1232.0061943333333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +51.21436 (+4.33729%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 1044.951226111111,
+ "score-diff": "-135.84061122222238",
+ "score-diff-perc": "-11.50420%",
+ "tooltip": "score = 1044.951226111111\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -135.84061 (-11.50420%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1427251,11 +1427251,11 @@
16,
5
),
- "score": 1044.951226111111,
- "score-diff": "-187.05496822222221",
- "score-diff-perc": "-15.18296%",
- "tooltip": "score = 1044.951226111111\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -187.05497 (-15.18296%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1263.387702888889,
+ "score-diff": "218.4364767777779",
+ "score-diff-perc": "+20.90399%",
+ "tooltip": "score = 1263.387702888889\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +218.43648 (+20.90399%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1427277,11 +1427277,11 @@
16,
5
),
- "score": 1263.387702888889,
- "score-diff": "218.4364767777779",
- "score-diff-perc": "+20.90399%",
- "tooltip": "score = 1263.387702888889\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +218.43648 (+20.90399%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1232.0061943333333,
+ "score-diff": "-31.381508555555683",
+ "score-diff-perc": "-2.48392%",
+ "tooltip": "score = 1232.0061943333333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -31.38151 (-2.48392%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1427304,9 +1427304,9 @@
21
),
"score": 1115.2598471111112,
- "score-diff": "-148.12785577777777",
- "score-diff-perc": "-11.72466%",
- "tooltip": "score = 1115.2598471111112\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -148.12786 (-11.72466%)",
+ "score-diff": "-116.74634722222208",
+ "score-diff-perc": "-9.47612%",
+ "tooltip": "score = 1115.2598471111112\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -116.74635 (-9.47612%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1427615,11 +1427615,11 @@
8,
54
),
- "score": 1152.9706343333335,
- "score-diff": "3.583544888889037",
- "score-diff-perc": "+0.31178%",
- "tooltip": "score = 1152.9706343333335\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +3.58354 (+0.31178%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 1024.6116777777777,
+ "score-diff": "-124.77541166666674",
+ "score-diff-perc": "-10.85582%",
+ "tooltip": "score = 1024.6116777777777\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -124.77541 (-10.85582%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1427641,11 +1427641,11 @@
8,
54
),
- "score": 1024.6116777777777,
- "score-diff": "-128.35895655555578",
- "score-diff-perc": "-11.13289%",
- "tooltip": "score = 1024.6116777777777\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -128.35896 (-11.13289%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1152.9706343333335,
+ "score-diff": "128.35895655555578",
+ "score-diff-perc": "+12.52757%",
+ "tooltip": "score = 1152.9706343333335\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +128.35896 (+12.52757%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1427668,9 +1427668,9 @@
43
),
"score": 1044.5830787777777,
- "score-diff": "19.971401000000014",
- "score-diff-perc": "+1.94917%",
- "tooltip": "score = 1044.5830787777777\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +19.97140 (+1.94917%)",
+ "score-diff": "-108.38755555555576",
+ "score-diff-perc": "-9.40072%",
+ "tooltip": "score = 1044.5830787777777\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -108.38756 (-9.40072%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1431132,11 +1431132,11 @@
18,
7
),
- "score": 72.59948203174604,
- "score-diff": "-0.05060354761903341",
- "score-diff-perc": "-0.06965%",
- "tooltip": "score = 72.59948203174604\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.05060 (-0.06965%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 72.89572607259001,
+ "score-diff": "0.24564049322493986",
+ "score-diff-perc": "+0.33811%",
+ "tooltip": "score = 72.89572607259001\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.24564 (+0.33811%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1431159,9 +1431159,9 @@
7
),
"score": 72.77939978571429,
- "score-diff": "0.1799177539682546",
- "score-diff-perc": "+0.24782%",
- "tooltip": "score = 72.77939978571429\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.17992 (+0.24782%)",
+ "score-diff": "-0.11632628687571867",
+ "score-diff-perc": "-0.15958%",
+ "tooltip": "score = 72.77939978571429\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.11633 (-0.15958%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1431184,11 +1431184,11 @@
18,
7
),
- "score": 72.89572607259001,
- "score-diff": "0.11632628687571867",
- "score-diff-perc": "+0.15983%",
- "tooltip": "score = 72.89572607259001\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.11633 (+0.15983%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 72.59948203174604,
+ "score-diff": "-0.1799177539682546",
+ "score-diff-perc": "-0.24721%",
+ "tooltip": "score = 72.59948203174604\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.17992 (-0.24721%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1431211,9 +1431211,9 @@
41
),
"score": 71.04499648837209,
- "score-diff": "-1.8507295842179161",
- "score-diff-perc": "-2.53887%",
- "tooltip": "score = 71.04499648837209\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -1.85073 (-2.53887%)",
+ "score-diff": "-1.5544855433739428",
+ "score-diff-perc": "-2.14118%",
+ "tooltip": "score = 71.04499648837209\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -1.55449 (-2.14118%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1431314,11 +1431314,11 @@
17,
1
),
- "score": 72.08736973809523,
- "score-diff": "1.2465063504983505",
- "score-diff-perc": "+1.75959%",
- "tooltip": "score = 72.08736973809523\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.24651 (+1.75959%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 72.2116773015873,
+ "score-diff": "1.3708139139904176",
+ "score-diff-perc": "+1.93506%",
+ "tooltip": "score = 72.2116773015873\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.37081 (+1.93506%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1431340,11 +1431340,11 @@
17,
1
),
- "score": 70.0576954496124,
- "score-diff": "-2.0296742884828376",
- "score-diff-perc": "-2.81558%",
- "tooltip": "score = 70.0576954496124\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.02967 (-2.81558%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 72.08736973809523,
+ "score-diff": "-0.12430756349206717",
+ "score-diff-perc": "-0.17214%",
+ "tooltip": "score = 72.08736973809523\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.12431 (-0.17214%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1431366,11 +1431366,11 @@
17,
1
),
- "score": 72.2116773015873,
- "score-diff": "2.1539818519749048",
- "score-diff-perc": "+3.07458%",
- "tooltip": "score = 72.2116773015873\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.15398 (+3.07458%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 70.0576954496124,
+ "score-diff": "-2.0296742884828376",
+ "score-diff-perc": "-2.81558%",
+ "tooltip": "score = 70.0576954496124\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.02967 (-2.81558%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1431393,9 +1431393,9 @@
7
),
"score": 71.07269039534884,
- "score-diff": "-1.1389869062384577",
- "score-diff-perc": "-1.57729%",
- "tooltip": "score = 71.07269039534884\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.13899 (-1.57729%)",
+ "score-diff": "1.014994945736447",
+ "score-diff-perc": "+1.44880%",
+ "tooltip": "score = 71.07269039534884\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.01499 (+1.44880%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1431678,11 +1431678,11 @@
16,
5
),
- "score": 72.22677482539683,
- "score-diff": "-1.1237512593882997",
- "score-diff-perc": "-1.53203%",
- "tooltip": "score = 72.22677482539683\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.12375 (-1.53203%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 70.20464394573644,
+ "score-diff": "-3.1458821390486946",
+ "score-diff-perc": "-4.28883%",
+ "tooltip": "score = 70.20464394573644\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.14588 (-4.28883%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1431704,11 +1431704,11 @@
16,
5
),
- "score": 70.20464394573644,
- "score-diff": "-2.022130879660395",
- "score-diff-perc": "-2.79970%",
- "tooltip": "score = 70.20464394573644\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.02213 (-2.79970%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 72.78339388037166,
+ "score-diff": "2.5787499346352263",
+ "score-diff-perc": "+3.67319%",
+ "tooltip": "score = 72.78339388037166\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.57875 (+3.67319%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1431730,11 +1431730,11 @@
16,
5
),
- "score": 72.78339388037166,
- "score-diff": "2.5787499346352263",
- "score-diff-perc": "+3.67319%",
- "tooltip": "score = 72.78339388037166\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.57875 (+3.67319%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 72.22677482539683,
+ "score-diff": "-0.5566190549748313",
+ "score-diff-perc": "-0.76476%",
+ "tooltip": "score = 72.22677482539683\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.55662 (-0.76476%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1431757,9 +1431757,9 @@
21
),
"score": 72.19827545238094,
- "score-diff": "-0.5851184279907216",
- "score-diff-perc": "-0.80392%",
- "tooltip": "score = 72.19827545238094\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.58512 (-0.80392%)",
+ "score-diff": "-0.028499373015890228",
+ "score-diff-perc": "-0.03946%",
+ "tooltip": "score = 72.19827545238094\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.02850 (-0.03946%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1432068,11 +1432068,11 @@
8,
54
),
- "score": 71.91540311111112,
- "score-diff": "0.13788625396826149",
- "score-diff-perc": "+0.19210%",
- "tooltip": "score = 71.91540311111112\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.13789 (+0.19210%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 70.46361544186045,
+ "score-diff": "-1.3139014152824018",
+ "score-diff-perc": "-1.83052%",
+ "tooltip": "score = 70.46361544186045\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.31390 (-1.83052%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1432094,11 +1432094,11 @@
8,
54
),
- "score": 70.46361544186045,
- "score-diff": "-1.4517876692506633",
- "score-diff-perc": "-2.01874%",
- "tooltip": "score = 70.46361544186045\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.45179 (-2.01874%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 71.91540311111112,
+ "score-diff": "1.4517876692506633",
+ "score-diff-perc": "+2.06034%",
+ "tooltip": "score = 71.91540311111112\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.45179 (+2.06034%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1432121,9 +1432121,9 @@
43
),
"score": 70.4898630620155,
- "score-diff": "0.026247620155047002",
- "score-diff-perc": "+0.03725%",
- "tooltip": "score = 70.4898630620155\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.02625 (+0.03725%)",
+ "score-diff": "-1.4255400490956163",
+ "score-diff-perc": "-1.98225%",
+ "tooltip": "score = 70.4898630620155\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.42554 (-1.98225%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1435585,11 +1435585,11 @@
18,
7
),
- "score": 4284.507140000001,
- "score-diff": "96.9270490000008",
- "score-diff-perc": "+2.31463%",
- "tooltip": "score = 4284.507140000001\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +96.92705 (+2.31463%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 4309.327897666667,
+ "score-diff": "121.7478066666672",
+ "score-diff-perc": "+2.90735%",
+ "tooltip": "score = 4309.327897666667\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +121.74781 (+2.90735%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1435612,9 +1435612,9 @@
7
),
"score": 4063.259461666667,
- "score-diff": "-221.24767833333362",
- "score-diff-perc": "-5.16390%",
- "tooltip": "score = 4063.259461666667\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -221.24768 (-5.16390%)",
+ "score-diff": "-246.06843600000002",
+ "score-diff-perc": "-5.71013%",
+ "tooltip": "score = 4063.259461666667\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -246.06844 (-5.71013%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1435637,11 +1435637,11 @@
18,
7
),
- "score": 4309.327897666667,
- "score-diff": "246.06843600000002",
- "score-diff-perc": "+6.05594%",
- "tooltip": "score = 4309.327897666667\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +246.06844 (+6.05594%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 4284.507140000001,
+ "score-diff": "221.24767833333362",
+ "score-diff-perc": "+5.44508%",
+ "tooltip": "score = 4284.507140000001\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +221.24768 (+5.44508%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1435664,9 +1435664,9 @@
41
),
"score": 4727.2654293333335,
- "score-diff": "417.9375316666665",
- "score-diff-perc": "+9.69844%",
- "tooltip": "score = 4727.2654293333335\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +417.93753 (+9.69844%)",
+ "score-diff": "442.75828933333287",
+ "score-diff-perc": "+10.33394%",
+ "tooltip": "score = 4727.2654293333335\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +442.75829 (+10.33394%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1435767,11 +1435767,11 @@
17,
1
),
- "score": 7747.896694666667,
- "score-diff": "2723.2317540000004",
- "score-diff-perc": "+54.19728%",
- "tooltip": "score = 7747.896694666667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2723.23175 (+54.19728%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 8199.881561666667,
+ "score-diff": "3175.2166210000005",
+ "score-diff-perc": "+63.19260%",
+ "tooltip": "score = 8199.881561666667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3175.21662 (+63.19260%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1435793,11 +1435793,11 @@
17,
1
),
- "score": 6932.138197,
- "score-diff": "-815.7584976666667",
- "score-diff-perc": "-10.52877%",
- "tooltip": "score = 6932.138197\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -815.75850 (-10.52877%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 7747.896694666667,
+ "score-diff": "-451.9848670000001",
+ "score-diff-perc": "-5.51209%",
+ "tooltip": "score = 7747.896694666667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -451.98487 (-5.51209%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1435819,11 +1435819,11 @@
17,
1
),
- "score": 8199.881561666667,
- "score-diff": "1267.7433646666668",
- "score-diff-perc": "+18.28791%",
- "tooltip": "score = 8199.881561666667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1267.74336 (+18.28791%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 6932.138197,
+ "score-diff": "-815.7584976666667",
+ "score-diff-perc": "-10.52877%",
+ "tooltip": "score = 6932.138197\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -815.75850 (-10.52877%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1435846,9 +1435846,9 @@
7
),
"score": 6835.857877333333,
- "score-diff": "-1364.0236843333341",
- "score-diff-perc": "-16.63468%",
- "tooltip": "score = 6835.857877333333\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1364.02368 (-16.63468%)",
+ "score-diff": "-96.28031966666731",
+ "score-diff-perc": "-1.38890%",
+ "tooltip": "score = 6835.857877333333\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -96.28032 (-1.38890%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1436131,11 +1436131,11 @@
16,
5
),
- "score": 8009.310745333333,
- "score-diff": "-196.61332866666726",
- "score-diff-perc": "-2.39599%",
- "tooltip": "score = 8009.310745333333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -196.61333 (-2.39599%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 8071.251512666667,
+ "score-diff": "-134.67256133333376",
+ "score-diff-perc": "-1.64116%",
+ "tooltip": "score = 8071.251512666667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -134.67256 (-1.64116%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1436157,11 +1436157,11 @@
16,
5
),
- "score": 8071.251512666667,
- "score-diff": "61.9407673333335",
- "score-diff-perc": "+0.77336%",
- "tooltip": "score = 8071.251512666667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +61.94077 (+0.77336%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 8009.310745333333,
+ "score-diff": "-61.9407673333335",
+ "score-diff-perc": "-0.76742%",
+ "tooltip": "score = 8009.310745333333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -61.94077 (-0.76742%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1436184,9 +1436184,9 @@
21
),
"score": 7943.2369536666665,
- "score-diff": "-128.0145590000002",
- "score-diff-perc": "-1.58606%",
- "tooltip": "score = 7943.2369536666665\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -128.01456 (-1.58606%)",
+ "score-diff": "-66.0737916666667",
+ "score-diff-perc": "-0.82496%",
+ "tooltip": "score = 7943.2369536666665\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -66.07379 (-0.82496%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1436495,11 +1436495,11 @@
8,
54
),
- "score": 8221.579039333332,
- "score-diff": "-65.09690366666837",
- "score-diff-perc": "-0.78556%",
- "tooltip": "score = 8221.579039333332\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -65.09690 (-0.78556%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 7111.555790333333,
+ "score-diff": "-1175.1201526666673",
+ "score-diff-perc": "-14.18084%",
+ "tooltip": "score = 7111.555790333333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1175.12015 (-14.18084%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1436521,11 +1436521,11 @@
8,
54
),
- "score": 7111.555790333333,
- "score-diff": "-1110.023248999999",
- "score-diff-perc": "-13.50134%",
- "tooltip": "score = 7111.555790333333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1110.02325 (-13.50134%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 8221.579039333332,
+ "score-diff": "1110.023248999999",
+ "score-diff-perc": "+15.60873%",
+ "tooltip": "score = 8221.579039333332\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1110.02325 (+15.60873%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1436548,9 +1436548,9 @@
43
),
"score": 7278.856606333334,
- "score-diff": "167.30081600000085",
- "score-diff-perc": "+2.35252%",
- "tooltip": "score = 7278.856606333334\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +167.30082 (+2.35252%)",
+ "score-diff": "-942.7224329999981",
+ "score-diff-perc": "-11.46644%",
+ "tooltip": "score = 7278.856606333334\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -942.72243 (-11.46644%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1440012,11 +1440012,11 @@
18,
7
),
- "score": 3224.3244596666664,
- "score-diff": "103.9026759999997",
- "score-diff-perc": "+3.32976%",
- "tooltip": "score = 3224.3244596666664\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +103.90268 (+3.32976%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 3143.9419550000002,
+ "score-diff": "23.520171333333565",
+ "score-diff-perc": "+0.75375%",
+ "tooltip": "score = 3143.9419550000002\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +23.52017 (+0.75375%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1440039,9 +1440039,9 @@
7
),
"score": 3191.648782333333,
- "score-diff": "-32.67567733333317",
- "score-diff-perc": "-1.01341%",
- "tooltip": "score = 3191.648782333333\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -32.67568 (-1.01341%)",
+ "score-diff": "47.70682733333297",
+ "score-diff-perc": "+1.51742%",
+ "tooltip": "score = 3191.648782333333\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +47.70683 (+1.51742%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1440064,11 +1440064,11 @@
18,
7
),
- "score": 3143.9419550000002,
- "score-diff": "-47.70682733333297",
- "score-diff-perc": "-1.49474%",
- "tooltip": "score = 3143.9419550000002\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -47.70683 (-1.49474%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 3224.3244596666664,
+ "score-diff": "32.67567733333317",
+ "score-diff-perc": "+1.02379%",
+ "tooltip": "score = 3224.3244596666664\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +32.67568 (+1.02379%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1440091,9 +1440091,9 @@
41
),
"score": 3431.276788333333,
- "score-diff": "287.3348333333329",
- "score-diff-perc": "+9.13932%",
- "tooltip": "score = 3431.276788333333\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +287.33483 (+9.13932%)",
+ "score-diff": "206.95232866666674",
+ "score-diff-perc": "+6.41847%",
+ "tooltip": "score = 3431.276788333333\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +206.95233 (+6.41847%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1440194,11 +1440194,11 @@
17,
1
),
- "score": 3369.5544993333333,
- "score-diff": "48.43080733333363",
- "score-diff-perc": "+1.45827%",
- "tooltip": "score = 3369.5544993333333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +48.43081 (+1.45827%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 3647.072321333333,
+ "score-diff": "325.94862933333343",
+ "score-diff-perc": "+9.81441%",
+ "tooltip": "score = 3647.072321333333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +325.94863 (+9.81441%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1440220,11 +1440220,11 @@
17,
1
),
- "score": 3065.135943333333,
- "score-diff": "-304.4185560000001",
- "score-diff-perc": "-9.03439%",
- "tooltip": "score = 3065.135943333333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -304.41856 (-9.03439%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 3369.5544993333333,
+ "score-diff": "-277.5178219999998",
+ "score-diff-perc": "-7.60933%",
+ "tooltip": "score = 3369.5544993333333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -277.51782 (-7.60933%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1440246,11 +1440246,11 @@
17,
1
),
- "score": 3647.072321333333,
- "score-diff": "581.9363779999999",
- "score-diff-perc": "+18.98566%",
- "tooltip": "score = 3647.072321333333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +581.93638 (+18.98566%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 3065.135943333333,
+ "score-diff": "-304.4185560000001",
+ "score-diff-perc": "-9.03439%",
+ "tooltip": "score = 3065.135943333333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -304.41856 (-9.03439%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1440273,9 +1440273,9 @@
7
),
"score": 3104.815063,
- "score-diff": "-542.2572583333331",
- "score-diff-perc": "-14.86829%",
- "tooltip": "score = 3104.815063\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -542.25726 (-14.86829%)",
+ "score-diff": "39.67911966666679",
+ "score-diff-perc": "+1.29453%",
+ "tooltip": "score = 3104.815063\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +39.67912 (+1.29453%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1440558,11 +1440558,11 @@
16,
5
),
- "score": 3582.206432333333,
- "score-diff": "-6.892559666666784",
- "score-diff-perc": "-0.19204%",
- "tooltip": "score = 3582.206432333333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -6.89256 (-0.19204%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 3030.1768076666667,
+ "score-diff": "-558.922184333333",
+ "score-diff-perc": "-15.57277%",
+ "tooltip": "score = 3030.1768076666667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -558.92218 (-15.57277%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1440584,11 +1440584,11 @@
16,
5
),
- "score": 3030.1768076666667,
- "score-diff": "-552.0296246666662",
- "score-diff-perc": "-15.41032%",
- "tooltip": "score = 3030.1768076666667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -552.02962 (-15.41032%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 3389.244345333333,
+ "score-diff": "359.06753766666634",
+ "score-diff-perc": "+11.84972%",
+ "tooltip": "score = 3389.244345333333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +359.06754 (+11.84972%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1440610,11 +1440610,11 @@
16,
5
),
- "score": 3389.244345333333,
- "score-diff": "359.06753766666634",
- "score-diff-perc": "+11.84972%",
- "tooltip": "score = 3389.244345333333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +359.06754 (+11.84972%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 3582.206432333333,
+ "score-diff": "192.96208699999988",
+ "score-diff-perc": "+5.69337%",
+ "tooltip": "score = 3582.206432333333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +192.96209 (+5.69337%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1440637,9 +1440637,9 @@
21
),
"score": 3476.9947336666664,
- "score-diff": "87.75038833333338",
- "score-diff-perc": "+2.58908%",
- "tooltip": "score = 3476.9947336666664\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +87.75039 (+2.58908%)",
+ "score-diff": "-105.2116986666665",
+ "score-diff-perc": "-2.93706%",
+ "tooltip": "score = 3476.9947336666664\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -105.21170 (-2.93706%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1440948,11 +1440948,11 @@
8,
54
),
- "score": 3589.6089580000003,
- "score-diff": "-70.92491633333339",
- "score-diff-perc": "-1.93756%",
- "tooltip": "score = 3589.6089580000003\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -70.92492 (-1.93756%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 3093.6078543333333,
+ "score-diff": "-566.9260200000003",
+ "score-diff-perc": "-15.48752%",
+ "tooltip": "score = 3093.6078543333333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -566.92602 (-15.48752%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1440974,11 +1440974,11 @@
8,
54
),
- "score": 3093.6078543333333,
- "score-diff": "-496.00110366666695",
- "score-diff-perc": "-13.81769%",
- "tooltip": "score = 3093.6078543333333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -496.00110 (-13.81769%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 3589.6089580000003,
+ "score-diff": "496.00110366666695",
+ "score-diff-perc": "+16.03310%",
+ "tooltip": "score = 3589.6089580000003\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +496.00110 (+16.03310%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1441001,9 +1441001,9 @@
43
),
"score": 3038.470978,
- "score-diff": "-55.136876333333475",
- "score-diff-perc": "-1.78228%",
- "tooltip": "score = 3038.470978\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -55.13688 (-1.78228%)",
+ "score-diff": "-551.1379800000004",
+ "score-diff-perc": "-15.35371%",
+ "tooltip": "score = 3038.470978\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -551.13798 (-15.35371%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1446188,11 +1446188,11 @@
18,
7
),
- "score": 404.3836107916666,
- "score-diff": "-35.328751398809516",
- "score-diff-perc": "-8.03451%",
- "tooltip": "score = 404.3836107916666\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -35.32875 (-8.03451%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 439.57329814285714,
+ "score-diff": "-0.13906404761900149",
+ "score-diff-perc": "-0.03163%",
+ "tooltip": "score = 439.57329814285714\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.13906 (-0.03163%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1446215,9 +1446215,9 @@
7
),
"score": 441.3517566190476,
- "score-diff": "36.968145827380965",
- "score-diff-perc": "+9.14185%",
- "tooltip": "score = 441.3517566190476\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +36.96815 (+9.14185%)",
+ "score-diff": "1.7784584761904512",
+ "score-diff-perc": "+0.40459%",
+ "tooltip": "score = 441.3517566190476\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.77846 (+0.40459%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1446240,11 +1446240,11 @@
18,
7
),
- "score": 439.57329814285714,
- "score-diff": "-1.7784584761904512",
- "score-diff-perc": "-0.40296%",
- "tooltip": "score = 439.57329814285714\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.77846 (-0.40296%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 404.3836107916666,
+ "score-diff": "-36.968145827380965",
+ "score-diff-perc": "-8.37612%",
+ "tooltip": "score = 404.3836107916666\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -36.96815 (-8.37612%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1446267,9 +1446267,9 @@
41
),
"score": 419.2351492083333,
- "score-diff": "-20.338148934523815",
- "score-diff-perc": "-4.62679%",
- "tooltip": "score = 419.2351492083333\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -20.33815 (-4.62679%)",
+ "score-diff": "14.851538416666699",
+ "score-diff-perc": "+3.67264%",
+ "tooltip": "score = 419.2351492083333\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +14.85154 (+3.67264%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1446370,11 +1446370,11 @@
17,
1
),
- "score": 416.85344641666666,
- "score-diff": "-1.2186037916666805",
- "score-diff-perc": "-0.29148%",
- "tooltip": "score = 416.85344641666666\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.21860 (-0.29148%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 435.96057761904757,
+ "score-diff": "17.888527410714232",
+ "score-diff-perc": "+4.27881%",
+ "tooltip": "score = 435.96057761904757\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +17.88853 (+4.27881%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1446396,11 +1446396,11 @@
17,
1
),
- "score": 401.01913354166663,
- "score-diff": "-15.834312875000023",
- "score-diff-perc": "-3.79853%",
- "tooltip": "score = 401.01913354166663\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -15.83431 (-3.79853%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 416.85344641666666,
+ "score-diff": "-19.107131202380913",
+ "score-diff-perc": "-4.38277%",
+ "tooltip": "score = 416.85344641666666\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -19.10713 (-4.38277%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1446422,11 +1446422,11 @@
17,
1
),
- "score": 435.96057761904757,
- "score-diff": "34.941444077380936",
- "score-diff-perc": "+8.71316%",
- "tooltip": "score = 435.96057761904757\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +34.94144 (+8.71316%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 401.01913354166663,
+ "score-diff": "-15.834312875000023",
+ "score-diff-perc": "-3.79853%",
+ "tooltip": "score = 401.01913354166663\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -15.83431 (-3.79853%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1446449,9 +1446449,9 @@
7
),
"score": 432.29931000000005,
- "score-diff": "-3.6612676190475213",
- "score-diff-perc": "-0.83982%",
- "tooltip": "score = 432.29931000000005\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -3.66127 (-0.83982%)",
+ "score-diff": "31.280176458333415",
+ "score-diff-perc": "+7.80017%",
+ "tooltip": "score = 432.29931000000005\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +31.28018 (+7.80017%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1446734,11 +1446734,11 @@
16,
5
),
- "score": 417.9390157916667,
- "score-diff": "-28.625178636904764",
- "score-diff-perc": "-6.41009%",
- "tooltip": "score = 417.9390157916667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -28.62518 (-6.41009%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 436.26458042857143,
+ "score-diff": "-10.29961400000002",
+ "score-diff-perc": "-2.30641%",
+ "tooltip": "score = 436.26458042857143\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -10.29961 (-2.30641%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1446760,11 +1446760,11 @@
16,
5
),
- "score": 436.26458042857143,
- "score-diff": "18.325564636904744",
- "score-diff-perc": "+4.38475%",
- "tooltip": "score = 436.26458042857143\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +18.32556 (+4.38475%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 437.35189561904764,
+ "score-diff": "1.087315190476204",
+ "score-diff-perc": "+0.24923%",
+ "tooltip": "score = 437.35189561904764\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.08732 (+0.24923%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1446786,11 +1446786,11 @@
16,
5
),
- "score": 437.35189561904764,
- "score-diff": "1.087315190476204",
- "score-diff-perc": "+0.24923%",
- "tooltip": "score = 437.35189561904764\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.08732 (+0.24923%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 417.9390157916667,
+ "score-diff": "-19.412879827380948",
+ "score-diff-perc": "-4.43873%",
+ "tooltip": "score = 417.9390157916667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -19.41288 (-4.43873%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1446813,9 +1446813,9 @@
21
),
"score": 435.7106695238095,
- "score-diff": "-1.641226095238153",
- "score-diff-perc": "-0.37526%",
- "tooltip": "score = 435.7106695238095\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.64123 (-0.37526%)",
+ "score-diff": "17.771653732142795",
+ "score-diff-perc": "+4.25221%",
+ "tooltip": "score = 435.7106695238095\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +17.77165 (+4.25221%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1447124,11 +1447124,11 @@
8,
54
),
- "score": 420.439673375,
- "score-diff": "-26.791944148809534",
- "score-diff-perc": "-5.99062%",
- "tooltip": "score = 420.439673375\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -26.79194 (-5.99062%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 386.9491685,
+ "score-diff": "-60.282449023809534",
+ "score-diff-perc": "-13.47902%",
+ "tooltip": "score = 386.9491685\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -60.28245 (-13.47902%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1447150,11 +1447150,11 @@
8,
54
),
- "score": 386.9491685,
- "score-diff": "-33.490504875",
- "score-diff-perc": "-7.96559%",
- "tooltip": "score = 386.9491685\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -33.49050 (-7.96559%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 420.439673375,
+ "score-diff": "33.490504875",
+ "score-diff-perc": "+8.65501%",
+ "tooltip": "score = 420.439673375\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +33.49050 (+8.65501%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1447177,9 +1447177,9 @@
43
),
"score": 400.45693550000004,
- "score-diff": "13.507767000000058",
- "score-diff-perc": "+3.49084%",
- "tooltip": "score = 400.45693550000004\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +13.50777 (+3.49084%)",
+ "score-diff": "-19.98273787499994",
+ "score-diff-perc": "-4.75282%",
+ "tooltip": "score = 400.45693550000004\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -19.98274 (-4.75282%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1452851,11 +1452851,11 @@
18,
7
),
- "score": 401.65848550000004,
- "score-diff": "110.25082198484853",
- "score-diff-perc": "+37.83388%",
- "tooltip": "score = 401.65848550000004\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +110.25082 (+37.83388%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 402.5411432083333,
+ "score-diff": "111.13347969318181",
+ "score-diff-perc": "+38.13677%",
+ "tooltip": "score = 402.5411432083333\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +111.13348 (+38.13677%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1452878,9 +1452878,9 @@
7
),
"score": 300.62715939090907,
- "score-diff": "-101.03132610909097",
- "score-diff-perc": "-25.15354%",
- "tooltip": "score = 300.62715939090907\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -101.03133 (-25.15354%)",
+ "score-diff": "-101.91398381742425",
+ "score-diff-perc": "-25.31766%",
+ "tooltip": "score = 300.62715939090907\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -101.91398 (-25.31766%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1452903,11 +1452903,11 @@
18,
7
),
- "score": 402.5411432083333,
- "score-diff": "101.91398381742425",
- "score-diff-perc": "+33.90046%",
- "tooltip": "score = 402.5411432083333\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +101.91398 (+33.90046%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 401.65848550000004,
+ "score-diff": "101.03132610909097",
+ "score-diff-perc": "+33.60685%",
+ "tooltip": "score = 401.65848550000004\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +101.03133 (+33.60685%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1452930,9 +1452930,9 @@
41
),
"score": 416.4433935,
- "score-diff": "13.90225029166669",
- "score-diff-perc": "+3.45362%",
- "tooltip": "score = 416.4433935\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +13.90225 (+3.45362%)",
+ "score-diff": "14.784907999999973",
+ "score-diff-perc": "+3.68096%",
+ "tooltip": "score = 416.4433935\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +14.78491 (+3.68096%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1453033,11 +1453033,11 @@
17,
1
),
- "score": 419.62922704166664,
- "score-diff": "-4.684161750000044",
- "score-diff-perc": "-1.10394%",
- "tooltip": "score = 419.62922704166664\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.68416 (-1.10394%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 447.0280089047619,
+ "score-diff": "22.714620113095236",
+ "score-diff-perc": "+5.35326%",
+ "tooltip": "score = 447.0280089047619\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +22.71462 (+5.35326%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1453059,11 +1453059,11 @@
17,
1
),
- "score": 293.5332879090909,
- "score-diff": "-126.09593913257572",
- "score-diff-perc": "-30.04937%",
- "tooltip": "score = 293.5332879090909\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -126.09594 (-30.04937%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 419.62922704166664,
+ "score-diff": "-27.39878186309528",
+ "score-diff-perc": "-6.12910%",
+ "tooltip": "score = 419.62922704166664\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -27.39878 (-6.12910%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1453085,11 +1453085,11 @@
17,
1
),
- "score": 447.0280089047619,
- "score-diff": "153.494720995671",
- "score-diff-perc": "+52.29210%",
- "tooltip": "score = 447.0280089047619\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +153.49472 (+52.29210%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 293.5332879090909,
+ "score-diff": "-126.09593913257572",
+ "score-diff-perc": "-30.04937%",
+ "tooltip": "score = 293.5332879090909\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -126.09594 (-30.04937%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1453112,9 +1453112,9 @@
7
),
"score": 378.2104362083333,
- "score-diff": "-68.81757269642861",
- "score-diff-perc": "-15.39447%",
- "tooltip": "score = 378.2104362083333\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -68.81757 (-15.39447%)",
+ "score-diff": "84.67714829924239",
+ "score-diff-perc": "+28.84755%",
+ "tooltip": "score = 378.2104362083333\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +84.67715 (+28.84755%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1453397,11 +1453397,11 @@
16,
5
),
- "score": 418.57477708333334,
- "score-diff": "-0.5996139583332933",
- "score-diff-perc": "-0.14305%",
- "tooltip": "score = 418.57477708333334\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.59961 (-0.14305%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 291.71868136363634,
+ "score-diff": "-127.4557096780303",
+ "score-diff-perc": "-30.40637%",
+ "tooltip": "score = 291.71868136363634\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -127.45571 (-30.40637%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1453423,11 +1453423,11 @@
16,
5
),
- "score": 291.71868136363634,
- "score-diff": "-126.85609571969701",
- "score-diff-perc": "-30.30667%",
- "tooltip": "score = 291.71868136363634\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -126.85610 (-30.30667%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 416.7572694583334,
+ "score-diff": "125.03858809469705",
+ "score-diff-perc": "+42.86273%",
+ "tooltip": "score = 416.7572694583334\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +125.03859 (+42.86273%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1453449,11 +1453449,11 @@
16,
5
),
- "score": 416.7572694583334,
- "score-diff": "125.03858809469705",
- "score-diff-perc": "+42.86273%",
- "tooltip": "score = 416.7572694583334\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +125.03859 (+42.86273%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 418.57477708333334,
+ "score-diff": "1.817507624999962",
+ "score-diff-perc": "+0.43611%",
+ "tooltip": "score = 418.57477708333334\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.81751 (+0.43611%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1453476,9 +1453476,9 @@
21
),
"score": 418.39269616666667,
- "score-diff": "1.6354267083332843",
- "score-diff-perc": "+0.39242%",
- "tooltip": "score = 418.39269616666667\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.63543 (+0.39242%)",
+ "score-diff": "-0.1820809166666777",
+ "score-diff-perc": "-0.04350%",
+ "tooltip": "score = 418.39269616666667\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.18208 (-0.04350%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1453787,11 +1453787,11 @@
8,
54
),
- "score": 420.67074479166666,
- "score-diff": "1.0717141249999713",
- "score-diff-perc": "+0.25541%",
- "tooltip": "score = 420.67074479166666\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.07171 (+0.25541%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 293.93772966666666,
+ "score-diff": "-125.66130100000004",
+ "score-diff-perc": "-29.94795%",
+ "tooltip": "score = 293.93772966666666\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -125.66130 (-29.94795%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1453813,11 +1453813,11 @@
8,
54
),
- "score": 293.93772966666666,
- "score-diff": "-126.73301512500001",
- "score-diff-perc": "-30.12642%",
- "tooltip": "score = 293.93772966666666\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -126.73302 (-30.12642%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 420.67074479166666,
+ "score-diff": "126.73301512500001",
+ "score-diff-perc": "+43.11560%",
+ "tooltip": "score = 420.67074479166666\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +126.73302 (+43.11560%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1453840,9 +1453840,9 @@
43
),
"score": 391.847902,
- "score-diff": "97.91017233333332",
- "score-diff-perc": "+33.30983%",
- "tooltip": "score = 391.847902\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +97.91017 (+33.30983%)",
+ "score-diff": "-28.822842791666687",
+ "score-diff-perc": "-6.85164%",
+ "tooltip": "score = 391.847902\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -28.82284 (-6.85164%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1459514,11 +1459514,11 @@
18,
7
),
- "score": 2512.4338602777775,
- "score-diff": "-12.62150055555594",
- "score-diff-perc": "-0.49985%",
- "tooltip": "score = 2512.4338602777775\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.62150 (-0.49985%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 2518.453395666667,
+ "score-diff": "-6.6019651666665595",
+ "score-diff-perc": "-0.26146%",
+ "tooltip": "score = 2518.453395666667\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -6.60197 (-0.26146%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1459541,9 +1459541,9 @@
7
),
"score": 2531.230564,
- "score-diff": "18.796703722222446",
- "score-diff-perc": "+0.74815%",
- "tooltip": "score = 2531.230564\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +18.79670 (+0.74815%)",
+ "score-diff": "12.777168333333066",
+ "score-diff-perc": "+0.50734%",
+ "tooltip": "score = 2531.230564\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +12.77717 (+0.50734%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1459566,11 +1459566,11 @@
18,
7
),
- "score": 2518.453395666667,
- "score-diff": "-12.777168333333066",
- "score-diff-perc": "-0.50478%",
- "tooltip": "score = 2518.453395666667\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.77717 (-0.50478%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 2512.4338602777775,
+ "score-diff": "-18.796703722222446",
+ "score-diff-perc": "-0.74259%",
+ "tooltip": "score = 2512.4338602777775\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -18.79670 (-0.74259%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1459593,9 +1459593,9 @@
41
),
"score": 2519.4224537777777,
- "score-diff": "0.9690581111108258",
- "score-diff-perc": "+0.03848%",
- "tooltip": "score = 2519.4224537777777\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.96906 (+0.03848%)",
+ "score-diff": "6.988593500000206",
+ "score-diff-perc": "+0.27816%",
+ "tooltip": "score = 2519.4224537777777\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +6.98859 (+0.27816%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1459696,11 +1459696,11 @@
17,
1
),
- "score": 2538.3833809999996,
- "score-diff": "17.220326499999373",
- "score-diff-perc": "+0.68303%",
- "tooltip": "score = 2538.3833809999996\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +17.22033 (+0.68303%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 2535.830013666667,
+ "score-diff": "14.666959166666857",
+ "score-diff-perc": "+0.58175%",
+ "tooltip": "score = 2535.830013666667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +14.66696 (+0.58175%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1459722,11 +1459722,11 @@
17,
1
),
- "score": 2548.9582505000003,
- "score-diff": "10.57486950000066",
- "score-diff-perc": "+0.41660%",
- "tooltip": "score = 2548.9582505000003\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +10.57487 (+0.41660%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 2538.3833809999996,
+ "score-diff": "2.553367333332517",
+ "score-diff-perc": "+0.10069%",
+ "tooltip": "score = 2538.3833809999996\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.55337 (+0.10069%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1459748,11 +1459748,11 @@
17,
1
),
- "score": 2535.830013666667,
- "score-diff": "-13.128236833333176",
- "score-diff-perc": "-0.51504%",
- "tooltip": "score = 2535.830013666667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -13.12824 (-0.51504%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 2548.9582505000003,
+ "score-diff": "10.57486950000066",
+ "score-diff-perc": "+0.41660%",
+ "tooltip": "score = 2548.9582505000003\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +10.57487 (+0.41660%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1459775,9 +1459775,9 @@
7
),
"score": 2565.0715075000003,
- "score-diff": "29.241493833333152",
- "score-diff-perc": "+1.15313%",
- "tooltip": "score = 2565.0715075000003\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +29.24149 (+1.15313%)",
+ "score-diff": "16.113256999999976",
+ "score-diff-perc": "+0.63215%",
+ "tooltip": "score = 2565.0715075000003\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +16.11326 (+0.63215%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1460060,11 +1460060,11 @@
16,
5
),
- "score": 2553.762247,
- "score-diff": "4.63984900000014",
- "score-diff-perc": "+0.18202%",
- "tooltip": "score = 2553.762247\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.63985 (+0.18202%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 2563.1743013333335,
+ "score-diff": "14.051903333333485",
+ "score-diff-perc": "+0.55124%",
+ "tooltip": "score = 2563.1743013333335\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +14.05190 (+0.55124%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1460086,11 +1460086,11 @@
16,
5
),
- "score": 2563.1743013333335,
- "score-diff": "9.412054333333344",
- "score-diff-perc": "+0.36856%",
- "tooltip": "score = 2563.1743013333335\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +9.41205 (+0.36856%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 2568.619001333333,
+ "score-diff": "5.444699999999557",
+ "score-diff-perc": "+0.21242%",
+ "tooltip": "score = 2568.619001333333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.44470 (+0.21242%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1460112,11 +1460112,11 @@
16,
5
),
- "score": 2568.619001333333,
- "score-diff": "5.444699999999557",
- "score-diff-perc": "+0.21242%",
- "tooltip": "score = 2568.619001333333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.44470 (+0.21242%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 2553.762247,
+ "score-diff": "-14.856754333332901",
+ "score-diff-perc": "-0.57839%",
+ "tooltip": "score = 2553.762247\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -14.85675 (-0.57839%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1460139,9 +1460139,9 @@
21
),
"score": 2546.1853103333337,
- "score-diff": "-22.43369099999927",
- "score-diff-perc": "-0.87338%",
- "tooltip": "score = 2546.1853103333337\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -22.43369 (-0.87338%)",
+ "score-diff": "-7.57693666666637",
+ "score-diff-perc": "-0.29670%",
+ "tooltip": "score = 2546.1853103333337\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -7.57694 (-0.29670%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1460450,11 +1460450,11 @@
8,
54
),
- "score": 2446.9809929999997,
- "score-diff": "-18.96229555555601",
- "score-diff-perc": "-0.76897%",
- "tooltip": "score = 2446.9809929999997\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -18.96230 (-0.76897%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 2461.2788094444445,
+ "score-diff": "-4.664479111111177",
+ "score-diff-perc": "-0.18916%",
+ "tooltip": "score = 2461.2788094444445\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -4.66448 (-0.18916%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1460476,11 +1460476,11 @@
8,
54
),
- "score": 2461.2788094444445,
- "score-diff": "14.297816444444834",
- "score-diff-perc": "+0.58430%",
- "tooltip": "score = 2461.2788094444445\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +14.29782 (+0.58430%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 2446.9809929999997,
+ "score-diff": "-14.297816444444834",
+ "score-diff-perc": "-0.58091%",
+ "tooltip": "score = 2446.9809929999997\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -14.29782 (-0.58091%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1460503,9 +1460503,9 @@
43
),
"score": 2459.3287518888887,
- "score-diff": "-1.9500575555557589",
- "score-diff-perc": "-0.07923%",
- "tooltip": "score = 2459.3287518888887\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.95006 (-0.07923%)",
+ "score-diff": "12.347758888889075",
+ "score-diff-perc": "+0.50461%",
+ "tooltip": "score = 2459.3287518888887\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +12.34776 (+0.50461%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1466177,11 +1466177,11 @@
18,
7
),
- "score": 3832.774948333333,
- "score-diff": "25.2551036666664",
- "score-diff-perc": "+0.66330%",
- "tooltip": "score = 3832.774948333333\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +25.25510 (+0.66330%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 3804.9789650000002,
+ "score-diff": "-2.5408796666665694",
+ "score-diff-perc": "-0.06673%",
+ "tooltip": "score = 3804.9789650000002\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.54088 (-0.06673%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1466204,9 +1466204,9 @@
7
),
"score": 3776.4425673333335,
- "score-diff": "-56.332380999999714",
- "score-diff-perc": "-1.46975%",
- "tooltip": "score = 3776.4425673333335\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -56.33238 (-1.46975%)",
+ "score-diff": "-28.536397666666744",
+ "score-diff-perc": "-0.74998%",
+ "tooltip": "score = 3776.4425673333335\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -28.53640 (-0.74998%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1466229,11 +1466229,11 @@
18,
7
),
- "score": 3804.9789650000002,
- "score-diff": "28.536397666666744",
- "score-diff-perc": "+0.75564%",
- "tooltip": "score = 3804.9789650000002\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +28.53640 (+0.75564%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 3832.774948333333,
+ "score-diff": "56.332380999999714",
+ "score-diff-perc": "+1.49168%",
+ "tooltip": "score = 3832.774948333333\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +56.33238 (+1.49168%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1466256,9 +1466256,9 @@
41
),
"score": 3741.9847200000004,
- "score-diff": "-62.994244999999864",
- "score-diff-perc": "-1.65557%",
- "tooltip": "score = 3741.9847200000004\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -62.99424 (-1.65557%)",
+ "score-diff": "-90.79022833333283",
+ "score-diff-perc": "-2.36879%",
+ "tooltip": "score = 3741.9847200000004\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -90.79023 (-2.36879%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1466359,11 +1466359,11 @@
17,
1
),
- "score": 3776.968837666667,
- "score-diff": "46.13757399999986",
- "score-diff-perc": "+1.23666%",
- "tooltip": "score = 3776.968837666667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +46.13757 (+1.23666%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 3753.6554858333334,
+ "score-diff": "22.82422216666646",
+ "score-diff-perc": "+0.61177%",
+ "tooltip": "score = 3753.6554858333334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +22.82422 (+0.61177%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1466385,11 +1466385,11 @@
17,
1
),
- "score": 3825.9042288333335,
- "score-diff": "48.935391166666705",
- "score-diff-perc": "+1.29563%",
- "tooltip": "score = 3825.9042288333335\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +48.93539 (+1.29563%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 3776.968837666667,
+ "score-diff": "23.3133518333334",
+ "score-diff-perc": "+0.62108%",
+ "tooltip": "score = 3776.968837666667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +23.31335 (+0.62108%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1466411,11 +1466411,11 @@
17,
1
),
- "score": 3753.6554858333334,
- "score-diff": "-72.2487430000001",
- "score-diff-perc": "-1.88841%",
- "tooltip": "score = 3753.6554858333334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -72.24874 (-1.88841%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 3825.9042288333335,
+ "score-diff": "48.935391166666705",
+ "score-diff-perc": "+1.29563%",
+ "tooltip": "score = 3825.9042288333335\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +48.93539 (+1.29563%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1466438,9 +1466438,9 @@
7
),
"score": 3841.1488179999997,
- "score-diff": "87.49333216666628",
- "score-diff-perc": "+2.33088%",
- "tooltip": "score = 3841.1488179999997\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +87.49333 (+2.33088%)",
+ "score-diff": "15.244589166666174",
+ "score-diff-perc": "+0.39846%",
+ "tooltip": "score = 3841.1488179999997\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +15.24459 (+0.39846%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1466723,11 +1466723,11 @@
16,
5
),
- "score": 3753.7117611666667,
- "score-diff": "-406.98082783333257",
- "score-diff-perc": "-9.78156%",
- "tooltip": "score = 3753.7117611666667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -406.98083 (-9.78156%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 3826.8316298333334,
+ "score-diff": "-333.8609591666659",
+ "score-diff-perc": "-8.02417%",
+ "tooltip": "score = 3826.8316298333334\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -333.86096 (-8.02417%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1466749,11 +1466749,11 @@
16,
5
),
- "score": 3826.8316298333334,
- "score-diff": "73.11986866666666",
- "score-diff-perc": "+1.94794%",
- "tooltip": "score = 3826.8316298333334\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +73.11987 (+1.94794%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 3795.5924636666664,
+ "score-diff": "-31.23916616666702",
+ "score-diff-perc": "-0.81632%",
+ "tooltip": "score = 3795.5924636666664\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -31.23917 (-0.81632%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1466775,11 +1466775,11 @@
16,
5
),
- "score": 3795.5924636666664,
- "score-diff": "-31.23916616666702",
- "score-diff-perc": "-0.81632%",
- "tooltip": "score = 3795.5924636666664\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -31.23917 (-0.81632%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 3753.7117611666667,
+ "score-diff": "-41.88070249999964",
+ "score-diff-perc": "-1.10340%",
+ "tooltip": "score = 3753.7117611666667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -41.88070 (-1.10340%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1466802,9 +1466802,9 @@
21
),
"score": 3755.712127833334,
- "score-diff": "-39.88033583333254",
- "score-diff-perc": "-1.05070%",
- "tooltip": "score = 3755.712127833334\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -39.88034 (-1.05070%)",
+ "score-diff": "2.000366666667105",
+ "score-diff-perc": "+0.05329%",
+ "tooltip": "score = 3755.712127833334\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.00037 (+0.05329%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1467113,11 +1467113,11 @@
8,
54
),
- "score": 3688.962846166667,
- "score-diff": "-92.4599038333331",
- "score-diff-perc": "-2.44511%",
- "tooltip": "score = 3688.962846166667\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -92.45990 (-2.44511%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 3789.8679036666667,
+ "score-diff": "8.445153666666556",
+ "score-diff-perc": "+0.22333%",
+ "tooltip": "score = 3789.8679036666667\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +8.44515 (+0.22333%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1467139,11 +1467139,11 @@
8,
54
),
- "score": 3789.8679036666667,
- "score-diff": "100.90505749999966",
- "score-diff-perc": "+2.73532%",
- "tooltip": "score = 3789.8679036666667\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +100.90506 (+2.73532%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 3688.962846166667,
+ "score-diff": "-100.90505749999966",
+ "score-diff-perc": "-2.66250%",
+ "tooltip": "score = 3688.962846166667\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -100.90506 (-2.66250%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1467166,9 +1467166,9 @@
43
),
"score": 3819.3414771666667,
- "score-diff": "29.47357349999993",
- "score-diff-perc": "+0.77769%",
- "tooltip": "score = 3819.3414771666667\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +29.47357 (+0.77769%)",
+ "score-diff": "130.3786309999996",
+ "score-diff-perc": "+3.53429%",
+ "tooltip": "score = 3819.3414771666667\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +130.37863 (+3.53429%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1475863,11 +1475863,11 @@
18,
7
),
- "score": 11.872216608695652,
- "score-diff": "-0.016507640316206107",
- "score-diff-perc": "-0.13885%",
- "tooltip": "score = 11.872216608695652\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01651 (-0.13885%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 11.883529794466403,
+ "score-diff": "-0.005194454545454974",
+ "score-diff-perc": "-0.04369%",
+ "tooltip": "score = 11.883529794466403\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00519 (-0.04369%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1475890,9 +1475890,9 @@
7
),
"score": 11.887612407114624,
- "score-diff": "0.015395798418971651",
- "score-diff-perc": "+0.12968%",
- "tooltip": "score = 11.887612407114624\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01540 (+0.12968%)",
+ "score-diff": "0.004082612648220518",
+ "score-diff-perc": "+0.03436%",
+ "tooltip": "score = 11.887612407114624\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00408 (+0.03436%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1475915,11 +1475915,11 @@
18,
7
),
- "score": 11.883529794466403,
- "score-diff": "-0.004082612648220518",
- "score-diff-perc": "-0.03434%",
- "tooltip": "score = 11.883529794466403\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00408 (-0.03434%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 11.872216608695652,
+ "score-diff": "-0.015395798418971651",
+ "score-diff-perc": "-0.12951%",
+ "tooltip": "score = 11.872216608695652\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01540 (-0.12951%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1475942,9 +1475942,9 @@
41
),
"score": 12.404159173553719,
- "score-diff": "0.5206293790873158",
- "score-diff-perc": "+4.38110%",
- "tooltip": "score = 12.404159173553719\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.52063 (+4.38110%)",
+ "score-diff": "0.5319425648580669",
+ "score-diff-perc": "+4.48057%",
+ "tooltip": "score = 12.404159173553719\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.53194 (+4.48057%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1476045,11 +1476045,11 @@
17,
1
),
- "score": 12.381889300411522,
- "score-diff": "0.0006893086419754724",
- "score-diff-perc": "+0.00557%",
- "tooltip": "score = 12.381889300411522\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00069 (+0.00557%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 12.37302975308642,
+ "score-diff": "-0.008170238683126385",
+ "score-diff-perc": "-0.06599%",
+ "tooltip": "score = 12.37302975308642\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00817 (-0.06599%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1476071,11 +1476071,11 @@
17,
1
),
- "score": 11.889566505928853,
- "score-diff": "-0.4923227944826696",
- "score-diff-perc": "-3.97615%",
- "tooltip": "score = 11.889566505928853\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.49232 (-3.97615%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 12.381889300411522,
+ "score-diff": "0.008859547325101857",
+ "score-diff-perc": "+0.07160%",
+ "tooltip": "score = 12.381889300411522\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00886 (+0.07160%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1476097,11 +1476097,11 @@
17,
1
),
- "score": 12.37302975308642,
- "score-diff": "0.4834632471575677",
- "score-diff-perc": "+4.06628%",
- "tooltip": "score = 12.37302975308642\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.48346 (+4.06628%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 11.889566505928853,
+ "score-diff": "-0.4923227944826696",
+ "score-diff-perc": "-3.97615%",
+ "tooltip": "score = 11.889566505928853\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.49232 (-3.97615%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1476124,9 +1476124,9 @@
7
),
"score": 11.888360086956522,
- "score-diff": "-0.48466966612989815",
- "score-diff-perc": "-3.91715%",
- "tooltip": "score = 11.888360086956522\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.48467 (-3.91715%)",
+ "score-diff": "-0.0012064189723304253",
+ "score-diff-perc": "-0.01015%",
+ "tooltip": "score = 11.888360086956522\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00121 (-0.01015%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1476409,11 +1476409,11 @@
16,
5
),
- "score": 12.356420781893004,
- "score-diff": "-0.047593552817740914",
- "score-diff-perc": "-0.38369%",
- "tooltip": "score = 12.356420781893004\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04759 (-0.38369%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 11.899310984189723,
+ "score-diff": "-0.5047033505210212",
+ "score-diff-perc": "-4.06887%",
+ "tooltip": "score = 11.899310984189723\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.50470 (-4.06887%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1476435,11 +1476435,11 @@
16,
5
),
- "score": 11.899310984189723,
- "score-diff": "-0.4571097977032803",
- "score-diff-perc": "-3.69937%",
- "tooltip": "score = 11.899310984189723\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.45711 (-3.69937%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 12.392274559670781,
+ "score-diff": "0.49296357548105796",
+ "score-diff-perc": "+4.14279%",
+ "tooltip": "score = 12.392274559670781\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.49296 (+4.14279%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1476461,11 +1476461,11 @@
16,
5
),
- "score": 12.392274559670781,
- "score-diff": "0.49296357548105796",
- "score-diff-perc": "+4.14279%",
- "tooltip": "score = 12.392274559670781\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.49296 (+4.14279%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 12.356420781893004,
+ "score-diff": "-0.03585377777777765",
+ "score-diff-perc": "-0.28932%",
+ "tooltip": "score = 12.356420781893004\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03585 (-0.28932%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1476488,9 +1476488,9 @@
21
),
"score": 12.379497193415638,
- "score-diff": "-0.012777366255143363",
- "score-diff-perc": "-0.10311%",
- "tooltip": "score = 12.379497193415638\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.01278 (-0.10311%)",
+ "score-diff": "0.023076411522634288",
+ "score-diff-perc": "+0.18676%",
+ "tooltip": "score = 12.379497193415638\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.02308 (+0.18676%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1476799,11 +1476799,11 @@
8,
54
),
- "score": 12.422920776859504,
- "score-diff": "0.014380648760329962",
- "score-diff-perc": "+0.11589%",
- "tooltip": "score = 12.422920776859504\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.01438 (+0.11589%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 11.888417719367588,
+ "score-diff": "-0.5201224087315861",
+ "score-diff-perc": "-4.19165%",
+ "tooltip": "score = 11.888417719367588\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.52012 (-4.19165%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1476825,11 +1476825,11 @@
8,
54
),
- "score": 11.888417719367588,
- "score-diff": "-0.5345030574919161",
- "score-diff-perc": "-4.30256%",
- "tooltip": "score = 11.888417719367588\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.53450 (-4.30256%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 12.422920776859504,
+ "score-diff": "0.5345030574919161",
+ "score-diff-perc": "+4.49600%",
+ "tooltip": "score = 12.422920776859504\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.53450 (+4.49600%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1476852,9 +1476852,9 @@
43
),
"score": 11.8871250513834,
- "score-diff": "-0.001292667984188256",
- "score-diff-perc": "-0.01087%",
- "tooltip": "score = 11.8871250513834\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00129 (-0.01087%)",
+ "score-diff": "-0.5357957254761043",
+ "score-diff-perc": "-4.31296%",
+ "tooltip": "score = 11.8871250513834\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.53580 (-4.31296%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1482526,11 +1482526,11 @@
18,
7
),
- "score": 10.808396075539568,
- "score-diff": "-0.0008958669064753622",
- "score-diff-perc": "-0.00829%",
- "tooltip": "score = 10.808396075539568\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00090 (-0.00829%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 10.812908215827338,
+ "score-diff": "0.003616273381295443",
+ "score-diff-perc": "+0.03346%",
+ "tooltip": "score = 10.812908215827338\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00362 (+0.03346%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1482553,9 +1482553,9 @@
7
),
"score": 10.812492723021583,
- "score-diff": "0.004096647482015214",
- "score-diff-perc": "+0.03790%",
- "tooltip": "score = 10.812492723021583\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00410 (+0.03790%)",
+ "score-diff": "-0.00041549280575559067",
+ "score-diff-perc": "-0.00384%",
+ "tooltip": "score = 10.812492723021583\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00042 (-0.00384%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1482578,11 +1482578,11 @@
18,
7
),
- "score": 10.812908215827338,
- "score-diff": "0.00041549280575559067",
- "score-diff-perc": "+0.00384%",
- "tooltip": "score = 10.812908215827338\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00042 (+0.00384%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 10.808396075539568,
+ "score-diff": "-0.004096647482015214",
+ "score-diff-perc": "-0.03789%",
+ "tooltip": "score = 10.808396075539568\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00410 (-0.03789%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1482605,9 +1482605,9 @@
41
),
"score": 9.005223778443114,
- "score-diff": "-1.807684437384225",
- "score-diff-perc": "-16.71784%",
- "tooltip": "score = 9.005223778443114\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -1.80768 (-16.71784%)",
+ "score-diff": "-1.803172297096454",
+ "score-diff-perc": "-16.68307%",
+ "tooltip": "score = 9.005223778443114\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -1.80317 (-16.68307%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1482708,11 +1482708,11 @@
17,
1
),
- "score": 9.000045023952095,
- "score-diff": "-0.00637482335329409",
- "score-diff-perc": "-0.07078%",
- "tooltip": "score = 9.000045023952095\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00637 (-0.07078%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 8.994728476047904,
+ "score-diff": "-0.011691371257485983",
+ "score-diff-perc": "-0.12981%",
+ "tooltip": "score = 8.994728476047904\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01169 (-0.12981%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1482734,11 +1482734,11 @@
17,
1
),
- "score": 10.819295190647482,
- "score-diff": "1.8192501666953866",
- "score-diff-perc": "+20.21379%",
- "tooltip": "score = 10.819295190647482\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.81925 (+20.21379%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 9.000045023952095,
+ "score-diff": "0.005316547904191893",
+ "score-diff-perc": "+0.05911%",
+ "tooltip": "score = 9.000045023952095\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00532 (+0.05911%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1482760,11 +1482760,11 @@
17,
1
),
- "score": 8.994728476047904,
- "score-diff": "-1.8245667145995785",
- "score-diff-perc": "-16.86401%",
- "tooltip": "score = 8.994728476047904\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.82457 (-16.86401%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 10.819295190647482,
+ "score-diff": "1.8192501666953866",
+ "score-diff-perc": "+20.21379%",
+ "tooltip": "score = 10.819295190647482\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.81925 (+20.21379%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1482787,9 +1482787,9 @@
7
),
"score": 10.794842377697842,
- "score-diff": "1.8001139016499383",
- "score-diff-perc": "+20.01299%",
- "tooltip": "score = 10.794842377697842\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.80011 (+20.01299%)",
+ "score-diff": "-0.02445281294964019",
+ "score-diff-perc": "-0.22601%",
+ "tooltip": "score = 10.794842377697842\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.02445 (-0.22601%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1483072,11 +1483072,11 @@
16,
5
),
- "score": 9.018654873873874,
- "score-diff": "-0.02299220745142705",
- "score-diff-perc": "-0.25429%",
- "tooltip": "score = 9.018654873873874\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02299 (-0.25429%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 10.807502741007195,
+ "score-diff": "1.7658556596818933",
+ "score-diff-perc": "+19.53024%",
+ "tooltip": "score = 10.807502741007195\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.76586 (+19.53024%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1483098,11 +1483098,11 @@
16,
5
),
- "score": 10.807502741007195,
- "score-diff": "1.7888478671333203",
- "score-diff-perc": "+19.83497%",
- "tooltip": "score = 10.807502741007195\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.78885 (+19.83497%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 9.011619882882883,
+ "score-diff": "-1.7958828581243118",
+ "score-diff-perc": "-16.61700%",
+ "tooltip": "score = 9.011619882882883\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.79588 (-16.61700%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1483124,11 +1483124,11 @@
16,
5
),
- "score": 9.011619882882883,
- "score-diff": "-1.7958828581243118",
- "score-diff-perc": "-16.61700%",
- "tooltip": "score = 9.011619882882883\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.79588 (-16.61700%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 9.018654873873874,
+ "score-diff": "0.007034990990991474",
+ "score-diff-perc": "+0.07807%",
+ "tooltip": "score = 9.018654873873874\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00703 (+0.07807%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1483151,9 +1483151,9 @@
21
),
"score": 9.020370936936937,
- "score-diff": "0.008751054054053853",
- "score-diff-perc": "+0.09711%",
- "tooltip": "score = 9.020370936936937\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00875 (+0.09711%)",
+ "score-diff": "0.0017160630630623785",
+ "score-diff-perc": "+0.01903%",
+ "tooltip": "score = 9.020370936936937\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00172 (+0.01903%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1483462,11 +1483462,11 @@
8,
54
),
- "score": 9.031472273273273,
- "score-diff": "0.014484315315314689",
- "score-diff-perc": "+0.16063%",
- "tooltip": "score = 9.031472273273273\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.01448 (+0.16063%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 10.823887410071942,
+ "score-diff": "1.8068994521139832",
+ "score-diff-perc": "+20.03884%",
+ "tooltip": "score = 10.823887410071942\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.80690 (+20.03884%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1483488,11 +1483488,11 @@
8,
54
),
- "score": 10.823887410071942,
- "score-diff": "1.7924151367986685",
- "score-diff-perc": "+19.84632%",
- "tooltip": "score = 10.823887410071942\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.79242 (+19.84632%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 9.031472273273273,
+ "score-diff": "-1.7924151367986685",
+ "score-diff-perc": "-16.55981%",
+ "tooltip": "score = 9.031472273273273\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.79242 (-16.55981%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1483515,9 +1483515,9 @@
43
),
"score": 10.824612784172661,
- "score-diff": "0.0007253741007193781",
- "score-diff-perc": "+0.00670%",
- "tooltip": "score = 10.824612784172661\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00073 (+0.00670%)",
+ "score-diff": "1.7931405108993879",
+ "score-diff-perc": "+19.85435%",
+ "tooltip": "score = 10.824612784172661\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.79314 (+19.85435%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1489189,11 +1489189,11 @@
18,
7
),
- "score": 8.40484069467787,
- "score-diff": "-0.003838789915967311",
- "score-diff-perc": "-0.04565%",
- "tooltip": "score = 8.40484069467787\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00384 (-0.04565%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 8.401450837988827,
+ "score-diff": "-0.00722864660501088",
+ "score-diff-perc": "-0.08597%",
+ "tooltip": "score = 8.401450837988827\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00723 (-0.08597%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1489216,9 +1489216,9 @@
7
),
"score": 8.394860106145252,
- "score-diff": "-0.00998058853261874",
- "score-diff-perc": "-0.11875%",
- "tooltip": "score = 8.394860106145252\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00998 (-0.11875%)",
+ "score-diff": "-0.0065907318435751705",
+ "score-diff-perc": "-0.07845%",
+ "tooltip": "score = 8.394860106145252\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00659 (-0.07845%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1489241,11 +1489241,11 @@
18,
7
),
- "score": 8.401450837988827,
- "score-diff": "0.0065907318435751705",
- "score-diff-perc": "+0.07851%",
- "tooltip": "score = 8.401450837988827\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00659 (+0.07851%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 8.40484069467787,
+ "score-diff": "0.00998058853261874",
+ "score-diff-perc": "+0.11889%",
+ "tooltip": "score = 8.40484069467787\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00998 (+0.11889%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1489268,9 +1489268,9 @@
41
),
"score": 9.63933469871795,
- "score-diff": "1.2378838607291218",
- "score-diff-perc": "+14.73417%",
- "tooltip": "score = 9.63933469871795\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.23788 (+14.73417%)",
+ "score-diff": "1.2344940040400783",
+ "score-diff-perc": "+14.68789%",
+ "tooltip": "score = 9.63933469871795\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.23449 (+14.68789%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1489371,11 +1489371,11 @@
17,
1
),
- "score": 9.649770144694534,
- "score-diff": "0.043374496132233986",
- "score-diff-perc": "+0.45152%",
- "tooltip": "score = 9.649770144694534\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04337 (+0.45152%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 9.61062217571885,
+ "score-diff": "0.004226527156550475",
+ "score-diff-perc": "+0.04400%",
+ "tooltip": "score = 9.61062217571885\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00423 (+0.04400%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1489397,11 +1489397,11 @@
17,
1
),
- "score": 8.40193292178771,
- "score-diff": "-1.2478372229068242",
- "score-diff-perc": "-12.93126%",
- "tooltip": "score = 8.40193292178771\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.24784 (-12.93126%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 9.649770144694534,
+ "score-diff": "0.03914796897568351",
+ "score-diff-perc": "+0.40734%",
+ "tooltip": "score = 9.649770144694534\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03915 (+0.40734%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1489423,11 +1489423,11 @@
17,
1
),
- "score": 9.61062217571885,
- "score-diff": "1.2086892539311407",
- "score-diff-perc": "+14.38585%",
- "tooltip": "score = 9.61062217571885\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.20869 (+14.38585%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 8.40193292178771,
+ "score-diff": "-1.2478372229068242",
+ "score-diff-perc": "-12.93126%",
+ "tooltip": "score = 8.40193292178771\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.24784 (-12.93126%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1489450,9 +1489450,9 @@
7
),
"score": 8.39815262849162,
- "score-diff": "-1.212469547227231",
- "score-diff-perc": "-12.61593%",
- "tooltip": "score = 8.39815262849162\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.21247 (-12.61593%)",
+ "score-diff": "-0.00378029329609042",
+ "score-diff-perc": "-0.04499%",
+ "tooltip": "score = 8.39815262849162\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00378 (-0.04499%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1489735,11 +1489735,11 @@
16,
5
),
- "score": 9.605400083067092,
- "score-diff": "-0.02691267975342093",
- "score-diff-perc": "-0.27940%",
- "tooltip": "score = 9.605400083067092\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02691 (-0.27940%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 8.420250652661064,
+ "score-diff": "-1.212062110159449",
+ "score-diff-perc": "-12.58329%",
+ "tooltip": "score = 8.420250652661064\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.21206 (-12.58329%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1489761,11 +1489761,11 @@
16,
5
),
- "score": 8.420250652661064,
- "score-diff": "-1.1851494304060282",
- "score-diff-perc": "-12.33837%",
- "tooltip": "score = 8.420250652661064\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.18515 (-12.33837%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 9.606449926517572,
+ "score-diff": "1.1861992738565075",
+ "score-diff-perc": "+14.08746%",
+ "tooltip": "score = 9.606449926517572\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.18620 (+14.08746%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1489787,11 +1489787,11 @@
16,
5
),
- "score": 9.606449926517572,
- "score-diff": "1.1861992738565075",
- "score-diff-perc": "+14.08746%",
- "tooltip": "score = 9.606449926517572\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.18620 (+14.08746%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 9.605400083067092,
+ "score-diff": "-0.0010498434504793153",
+ "score-diff-perc": "-0.01093%",
+ "tooltip": "score = 9.605400083067092\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00105 (-0.01093%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1489814,9 +1489814,9 @@
21
),
"score": 9.616701346153846,
- "score-diff": "0.010251419636274406",
- "score-diff-perc": "+0.10671%",
- "tooltip": "score = 9.616701346153846\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.01025 (+0.10671%)",
+ "score-diff": "0.011301263086753721",
+ "score-diff-perc": "+0.11766%",
+ "tooltip": "score = 9.616701346153846\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.01130 (+0.11766%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1490125,11 +1490125,11 @@
8,
54
),
- "score": 9.612499482428115,
- "score-diff": "0.0052236964856220425",
- "score-diff-perc": "+0.05437%",
- "tooltip": "score = 9.612499482428115\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00522 (+0.05437%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 8.403229896648044,
+ "score-diff": "-1.2040458892944486",
+ "score-diff-perc": "-12.53265%",
+ "tooltip": "score = 8.403229896648044\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.20405 (-12.53265%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1490151,11 +1490151,11 @@
8,
54
),
- "score": 8.403229896648044,
- "score-diff": "-1.2092695857800706",
- "score-diff-perc": "-12.58018%",
- "tooltip": "score = 8.403229896648044\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.20927 (-12.58018%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 9.612499482428115,
+ "score-diff": "1.2092695857800706",
+ "score-diff-perc": "+14.39053%",
+ "tooltip": "score = 9.612499482428115\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.20927 (+14.39053%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1490178,9 +1490178,9 @@
43
),
"score": 8.402628184357543,
- "score-diff": "-0.0006017122905017658",
- "score-diff-perc": "-0.00716%",
- "tooltip": "score = 8.402628184357543\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00060 (-0.00716%)",
+ "score-diff": "-1.2098712980705724",
+ "score-diff-perc": "-12.58644%",
+ "tooltip": "score = 8.402628184357543\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.20987 (-12.58644%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1495852,11 +1495852,11 @@
18,
7
),
- "score": 8.403108863128491,
- "score-diff": "-0.0013599127818739731",
- "score-diff-perc": "-0.01618%",
- "tooltip": "score = 8.403108863128491\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00136 (-0.01618%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 8.403010231843576,
+ "score-diff": "-0.0014585440667893579",
+ "score-diff-perc": "-0.01735%",
+ "tooltip": "score = 8.403010231843576\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00146 (-0.01735%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1495879,9 +1495879,9 @@
7
),
"score": 8.394188505586593,
- "score-diff": "-0.008920357541898127",
- "score-diff-perc": "-0.10616%",
- "tooltip": "score = 8.394188505586593\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00892 (-0.10616%)",
+ "score-diff": "-0.008821726256982743",
+ "score-diff-perc": "-0.10498%",
+ "tooltip": "score = 8.394188505586593\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00882 (-0.10498%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1495904,11 +1495904,11 @@
18,
7
),
- "score": 8.403010231843576,
- "score-diff": "0.008821726256982743",
- "score-diff-perc": "+0.10509%",
- "tooltip": "score = 8.403010231843576\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00882 (+0.10509%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 8.403108863128491,
+ "score-diff": "0.008920357541898127",
+ "score-diff-perc": "+0.10627%",
+ "tooltip": "score = 8.403108863128491\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00892 (+0.10627%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1495931,9 +1495931,9 @@
41
),
"score": 9.598696693290735,
- "score-diff": "1.1956864614471598",
- "score-diff-perc": "+14.22926%",
- "tooltip": "score = 9.598696693290735\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.19569 (+14.22926%)",
+ "score-diff": "1.1955878301622445",
+ "score-diff-perc": "+14.22792%",
+ "tooltip": "score = 9.598696693290735\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.19559 (+14.22792%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1496034,11 +1496034,11 @@
17,
1
),
- "score": 9.642777128205129,
- "score-diff": "0.0483307671827653",
- "score-diff-perc": "+0.50374%",
- "tooltip": "score = 9.642777128205129\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04833 (+0.50374%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 9.672656511254019,
+ "score-diff": "0.078210150231655",
+ "score-diff-perc": "+0.81516%",
+ "tooltip": "score = 9.672656511254019\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.07821 (+0.81516%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1496060,11 +1496060,11 @@
17,
1
),
- "score": 8.404467350140056,
- "score-diff": "-1.238309778065073",
- "score-diff-perc": "-12.84184%",
- "tooltip": "score = 8.404467350140056\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.23831 (-12.84184%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 9.642777128205129,
+ "score-diff": "-0.029879383048889707",
+ "score-diff-perc": "-0.30891%",
+ "tooltip": "score = 9.642777128205129\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.02988 (-0.30891%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1496086,11 +1496086,11 @@
17,
1
),
- "score": 9.672656511254019,
- "score-diff": "1.2681891611139626",
- "score-diff-perc": "+15.08947%",
- "tooltip": "score = 9.672656511254019\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.26819 (+15.08947%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 8.404467350140056,
+ "score-diff": "-1.238309778065073",
+ "score-diff-perc": "-12.84184%",
+ "tooltip": "score = 8.404467350140056\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.23831 (-12.84184%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1496113,9 +1496113,9 @@
7
),
"score": 8.403452779329609,
- "score-diff": "-1.26920373192441",
- "score-diff-perc": "-13.12156%",
- "tooltip": "score = 8.403452779329609\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.26920 (-13.12156%)",
+ "score-diff": "-0.0010145708104474238",
+ "score-diff-perc": "-0.01207%",
+ "tooltip": "score = 8.403452779329609\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00101 (-0.01207%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1496398,11 +1496398,11 @@
16,
5
),
- "score": 9.592710926517572,
- "score-diff": "-0.03540935232858189",
- "score-diff-perc": "-0.36777%",
- "tooltip": "score = 9.592710926517572\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03541 (-0.36777%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 8.40772900560224,
+ "score-diff": "-1.220391273243914",
+ "score-diff-perc": "-12.67528%",
+ "tooltip": "score = 8.40772900560224\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.22039 (-12.67528%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1496424,11 +1496424,11 @@
16,
5
),
- "score": 8.40772900560224,
- "score-diff": "-1.184981920915332",
- "score-diff-perc": "-12.35294%",
- "tooltip": "score = 8.40772900560224\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.18498 (-12.35294%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 9.611941063897763,
+ "score-diff": "1.2042120582955231",
+ "score-diff-perc": "+14.32268%",
+ "tooltip": "score = 9.611941063897763\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.20421 (+14.32268%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1496450,11 +1496450,11 @@
16,
5
),
- "score": 9.611941063897763,
- "score-diff": "1.2042120582955231",
- "score-diff-perc": "+14.32268%",
- "tooltip": "score = 9.611941063897763\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.20421 (+14.32268%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 9.592710926517572,
+ "score-diff": "-0.01923013738019108",
+ "score-diff-perc": "-0.20007%",
+ "tooltip": "score = 9.592710926517572\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01923 (-0.20007%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1496477,9 +1496477,9 @@
21
),
"score": 9.610178785942493,
- "score-diff": "-0.0017622779552706191",
- "score-diff-perc": "-0.01833%",
- "tooltip": "score = 9.610178785942493\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00176 (-0.01833%)",
+ "score-diff": "0.017467859424920462",
+ "score-diff-perc": "+0.18210%",
+ "tooltip": "score = 9.610178785942493\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.01747 (+0.18210%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1496788,11 +1496788,11 @@
8,
54
),
- "score": 9.611000383386582,
- "score-diff": "-0.002240766773162761",
- "score-diff-perc": "-0.02331%",
- "tooltip": "score = 9.611000383386582\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00224 (-0.02331%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 8.400277094972067,
+ "score-diff": "-1.212964055187678",
+ "score-diff-perc": "-12.61764%",
+ "tooltip": "score = 8.400277094972067\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.21296 (-12.61764%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1496814,11 +1496814,11 @@
8,
54
),
- "score": 8.400277094972067,
- "score-diff": "-1.2107232884145152",
- "score-diff-perc": "-12.59727%",
- "tooltip": "score = 8.400277094972067\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.21072 (-12.59727%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 9.611000383386582,
+ "score-diff": "1.2107232884145152",
+ "score-diff-perc": "+14.41290%",
+ "tooltip": "score = 9.611000383386582\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.21072 (+14.41290%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1496841,9 +1496841,9 @@
43
),
"score": 8.406776159663865,
- "score-diff": "0.006499064691798395",
- "score-diff-perc": "+0.07737%",
- "tooltip": "score = 8.406776159663865\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00650 (+0.07737%)",
+ "score-diff": "-1.2042242237227168",
+ "score-diff-perc": "-12.52964%",
+ "tooltip": "score = 8.406776159663865\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.20422 (-12.52964%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1502515,11 +1502515,11 @@
18,
7
),
- "score": 21.65367184172662,
- "score-diff": "0.016131208633094474",
- "score-diff-perc": "+0.07455%",
- "tooltip": "score = 21.65367184172662\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01613 (+0.07455%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 21.663530136690646,
+ "score-diff": "0.02598950359712049",
+ "score-diff-perc": "+0.12011%",
+ "tooltip": "score = 21.663530136690646\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02599 (+0.12011%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1502542,9 +1502542,9 @@
7
),
"score": 21.63697851798561,
- "score-diff": "-0.01669332374100918",
- "score-diff-perc": "-0.07709%",
- "tooltip": "score = 21.63697851798561\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01669 (-0.07709%)",
+ "score-diff": "-0.026551618705035196",
+ "score-diff-perc": "-0.12256%",
+ "tooltip": "score = 21.63697851798561\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02655 (-0.12256%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1502567,11 +1502567,11 @@
18,
7
),
- "score": 21.663530136690646,
- "score-diff": "0.026551618705035196",
- "score-diff-perc": "+0.12271%",
- "tooltip": "score = 21.663530136690646\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02655 (+0.12271%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 21.65367184172662,
+ "score-diff": "0.01669332374100918",
+ "score-diff-perc": "+0.07715%",
+ "tooltip": "score = 21.65367184172662\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01669 (+0.07715%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1502594,9 +1502594,9 @@
41
),
"score": 28.80773442857143,
- "score-diff": "7.144204291880783",
- "score-diff-perc": "+32.97802%",
- "tooltip": "score = 28.80773442857143\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +7.14420 (+32.97802%)",
+ "score-diff": "7.154062586844809",
+ "score-diff-perc": "+33.03857%",
+ "tooltip": "score = 28.80773442857143\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +7.15406 (+33.03857%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1502697,11 +1502697,11 @@
17,
1
),
- "score": 28.80169803809524,
- "score-diff": "0.0009053142857169405",
- "score-diff-perc": "+0.00314%",
- "tooltip": "score = 28.80169803809524\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00091 (+0.00314%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 28.858179884615385,
+ "score-diff": "0.05738716080586315",
+ "score-diff-perc": "+0.19926%",
+ "tooltip": "score = 28.858179884615385\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.05739 (+0.19926%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1502723,11 +1502723,11 @@
17,
1
),
- "score": 21.62990325179856,
- "score-diff": "-7.1717947862966795",
- "score-diff-perc": "-24.90060%",
- "tooltip": "score = 21.62990325179856\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.17179 (-24.90060%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 28.80169803809524,
+ "score-diff": "-0.056481846520146206",
+ "score-diff-perc": "-0.19572%",
+ "tooltip": "score = 28.80169803809524\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.05648 (-0.19572%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1502749,11 +1502749,11 @@
17,
1
),
- "score": 28.858179884615385,
- "score-diff": "7.228276632816826",
- "score-diff-perc": "+33.41798%",
- "tooltip": "score = 28.858179884615385\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +7.22828 (+33.41798%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 21.62990325179856,
+ "score-diff": "-7.1717947862966795",
+ "score-diff-perc": "-24.90060%",
+ "tooltip": "score = 21.62990325179856\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.17179 (-24.90060%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1502776,9 +1502776,9 @@
7
),
"score": 21.658132366906475,
- "score-diff": "-7.20004751770891",
- "score-diff-perc": "-24.94976%",
- "tooltip": "score = 21.658132366906475\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -7.20005 (-24.94976%)",
+ "score-diff": "0.028229115107915703",
+ "score-diff-perc": "+0.13051%",
+ "tooltip": "score = 21.658132366906475\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.02823 (+0.13051%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1503061,11 +1503061,11 @@
16,
5
),
- "score": 28.80786056190476,
- "score-diff": "-0.06835741886446911",
- "score-diff-perc": "-0.23673%",
- "tooltip": "score = 28.80786056190476\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.06836 (-0.23673%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 21.674467762589927,
+ "score-diff": "-7.201750218179303",
+ "score-diff-perc": "-24.94007%",
+ "tooltip": "score = 21.674467762589927\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.20175 (-24.94007%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1503087,11 +1503087,11 @@
16,
5
),
- "score": 21.674467762589927,
- "score-diff": "-7.133392799314834",
- "score-diff-perc": "-24.76197%",
- "tooltip": "score = 21.674467762589927\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.13339 (-24.76197%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 28.82202762857143,
+ "score-diff": "7.147559865981503",
+ "score-diff-perc": "+32.97686%",
+ "tooltip": "score = 28.82202762857143\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +7.14756 (+32.97686%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1503113,11 +1503113,11 @@
16,
5
),
- "score": 28.82202762857143,
- "score-diff": "7.147559865981503",
- "score-diff-perc": "+32.97686%",
- "tooltip": "score = 28.82202762857143\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +7.14756 (+32.97686%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 28.80786056190476,
+ "score-diff": "-0.014167066666669115",
+ "score-diff-perc": "-0.04915%",
+ "tooltip": "score = 28.80786056190476\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01417 (-0.04915%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1503140,9 +1503140,9 @@
21
),
"score": 28.818105857142857,
- "score-diff": "-0.00392177142857264",
- "score-diff-perc": "-0.01361%",
- "tooltip": "score = 28.818105857142857\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00392 (-0.01361%)",
+ "score-diff": "0.010245295238096475",
+ "score-diff-perc": "+0.03556%",
+ "tooltip": "score = 28.818105857142857\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.01025 (+0.03556%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1503451,11 +1503451,11 @@
8,
54
),
- "score": 28.796252190476192,
- "score-diff": "0.023428038095239856",
- "score-diff-perc": "+0.08142%",
- "tooltip": "score = 28.796252190476192\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.02343 (+0.08142%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 21.661684007194246,
+ "score-diff": "-7.111140145186706",
+ "score-diff-perc": "-24.71478%",
+ "tooltip": "score = 21.661684007194246\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -7.11114 (-24.71478%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1503477,11 +1503477,11 @@
8,
54
),
- "score": 21.661684007194246,
- "score-diff": "-7.134568183281946",
- "score-diff-perc": "-24.77603%",
- "tooltip": "score = 21.661684007194246\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -7.13457 (-24.77603%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 28.796252190476192,
+ "score-diff": "7.134568183281946",
+ "score-diff-perc": "+32.93635%",
+ "tooltip": "score = 28.796252190476192\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +7.13457 (+32.93635%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1503504,9 +1503504,9 @@
43
),
"score": 21.662934431654676,
- "score-diff": "0.0012504244604301107",
- "score-diff-perc": "+0.00577%",
- "tooltip": "score = 21.662934431654676\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00125 (+0.00577%)",
+ "score-diff": "-7.133317758821516",
+ "score-diff-perc": "-24.77169%",
+ "tooltip": "score = 21.662934431654676\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -7.13332 (-24.77169%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1509178,11 +1509178,11 @@
18,
7
),
- "score": 6.006885696,
- "score-diff": "-0.08451715592697706",
- "score-diff-perc": "-1.38748%",
- "tooltip": "score = 6.006885696\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.08452 (-1.38748%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 6.090089476673428,
+ "score-diff": "-0.0013133752535496868",
+ "score-diff-perc": "-0.02156%",
+ "tooltip": "score = 6.090089476673428\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00131 (-0.02156%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1509205,9 +1509205,9 @@
7
),
"score": 6.007620138,
- "score-diff": "0.0007344419999997243",
- "score-diff-perc": "+0.01223%",
- "tooltip": "score = 6.007620138\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00073 (+0.01223%)",
+ "score-diff": "-0.08246933867342765",
+ "score-diff-perc": "-1.35416%",
+ "tooltip": "score = 6.007620138\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.08247 (-1.35416%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1509230,11 +1509230,11 @@
18,
7
),
- "score": 6.090089476673428,
- "score-diff": "0.08246933867342765",
- "score-diff-perc": "+1.37275%",
- "tooltip": "score = 6.090089476673428\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.08247 (+1.37275%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 6.006885696,
+ "score-diff": "-0.0007344419999997243",
+ "score-diff-perc": "-0.01223%",
+ "tooltip": "score = 6.006885696\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00073 (-0.01223%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1509257,9 +1509257,9 @@
41
),
"score": 6.088662117647059,
- "score-diff": "-0.001427359026369146",
- "score-diff-perc": "-0.02344%",
- "tooltip": "score = 6.088662117647059\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.00143 (-0.02344%)",
+ "score-diff": "0.08177642164705823",
+ "score-diff-perc": "+1.36138%",
+ "tooltip": "score = 6.088662117647059\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.08178 (+1.36138%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1509360,11 +1509360,11 @@
17,
1
),
- "score": 6.071874856565657,
- "score-diff": "0.011454419065656474",
- "score-diff-perc": "+0.18900%",
- "tooltip": "score = 6.071874856565657\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01145 (+0.18900%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 6.043234680080483,
+ "score-diff": "-0.017185757419517778",
+ "score-diff-perc": "-0.28357%",
+ "tooltip": "score = 6.043234680080483\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01719 (-0.28357%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1509386,11 +1509386,11 @@
17,
1
),
- "score": 6.00965036,
- "score-diff": "-0.06222449656565665",
- "score-diff-perc": "-1.02480%",
- "tooltip": "score = 6.00965036\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.06222 (-1.02480%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 6.071874856565657,
+ "score-diff": "0.02864017648517425",
+ "score-diff-perc": "+0.47392%",
+ "tooltip": "score = 6.071874856565657\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02864 (+0.47392%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1509412,11 +1509412,11 @@
17,
1
),
- "score": 6.043234680080483,
- "score-diff": "0.0335843200804824",
- "score-diff-perc": "+0.55884%",
- "tooltip": "score = 6.043234680080483\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03358 (+0.55884%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 6.00965036,
+ "score-diff": "-0.06222449656565665",
+ "score-diff-perc": "-1.02480%",
+ "tooltip": "score = 6.00965036\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.06222 (-1.02480%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1509439,9 +1509439,9 @@
7
),
"score": 6.091442630831643,
- "score-diff": "0.048207950751160134",
- "score-diff-perc": "+0.79772%",
- "tooltip": "score = 6.091442630831643\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.04821 (+0.79772%)",
+ "score-diff": "0.08179227083164253",
+ "score-diff-perc": "+1.36102%",
+ "tooltip": "score = 6.091442630831643\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.08179 (+1.36102%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1509724,11 +1509724,11 @@
16,
5
),
- "score": 6.134572573469388,
- "score-diff": "0.10294292889107481",
- "score-diff-perc": "+1.70672%",
- "tooltip": "score = 6.134572573469388\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.10294 (+1.70672%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 6.133699197959183,
+ "score-diff": "0.1020695533808702",
+ "score-diff-perc": "+1.69224%",
+ "tooltip": "score = 6.133699197959183\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.10207 (+1.69224%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1509750,11 +1509750,11 @@
16,
5
),
- "score": 6.133699197959183,
- "score-diff": "-0.0008733755102046104",
- "score-diff-perc": "-0.01424%",
- "tooltip": "score = 6.133699197959183\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00087 (-0.01424%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 6.0853659655870445,
+ "score-diff": "-0.048333232372138824",
+ "score-diff-perc": "-0.78799%",
+ "tooltip": "score = 6.0853659655870445\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04833 (-0.78799%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1509776,11 +1509776,11 @@
16,
5
),
- "score": 6.0853659655870445,
- "score-diff": "-0.048333232372138824",
- "score-diff-perc": "-0.78799%",
- "tooltip": "score = 6.0853659655870445\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04833 (-0.78799%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 6.134572573469388,
+ "score-diff": "0.049206607882343434",
+ "score-diff-perc": "+0.80861%",
+ "tooltip": "score = 6.134572573469388\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.04921 (+0.80861%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1509803,9 +1509803,9 @@
21
),
"score": 6.0134528517034065,
- "score-diff": "-0.07191311388363797",
- "score-diff-perc": "-1.18174%",
- "tooltip": "score = 6.0134528517034065\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.07191 (-1.18174%)",
+ "score-diff": "-0.1211197217659814",
+ "score-diff-perc": "-1.97438%",
+ "tooltip": "score = 6.0134528517034065\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.12112 (-1.97438%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1510114,11 +1510114,11 @@
8,
54
),
- "score": 6.023313266533066,
- "score-diff": "0.008736981963927803",
- "score-diff-perc": "+0.14526%",
- "tooltip": "score = 6.023313266533066\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00874 (+0.14526%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 6.017845354709419,
+ "score-diff": "0.003269070140280661",
+ "score-diff-perc": "+0.05435%",
+ "tooltip": "score = 6.017845354709419\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00327 (+0.05435%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1510140,11 +1510140,11 @@
8,
54
),
- "score": 6.017845354709419,
- "score-diff": "-0.0054679118236471425",
- "score-diff-perc": "-0.09078%",
- "tooltip": "score = 6.017845354709419\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00547 (-0.09078%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 6.023313266533066,
+ "score-diff": "0.0054679118236471425",
+ "score-diff-perc": "+0.09086%",
+ "tooltip": "score = 6.023313266533066\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00547 (+0.09086%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1510167,9 +1510167,9 @@
43
),
"score": 6.012969881763527,
- "score-diff": "-0.004875472945891524",
- "score-diff-perc": "-0.08102%",
- "tooltip": "score = 6.012969881763527\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00488 (-0.08102%)",
+ "score-diff": "-0.010343384769538666",
+ "score-diff-perc": "-0.17172%",
+ "tooltip": "score = 6.012969881763527\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.01034 (-0.17172%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1515841,11 +1515841,11 @@
18,
7
),
- "score": 18.90021437735849,
- "score-diff": "0.7908165821777686",
- "score-diff-perc": "+4.36689%",
- "tooltip": "score = 18.90021437735849\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.79082 (+4.36689%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 19.057461132911392,
+ "score-diff": "0.9480633377306695",
+ "score-diff-perc": "+5.23520%",
+ "tooltip": "score = 19.057461132911392\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.94806 (+5.23520%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1515868,9 +1515868,9 @@
7
),
"score": 17.650836041176472,
- "score-diff": "-1.2493783361820192",
- "score-diff-perc": "-6.61039%",
- "tooltip": "score = 17.650836041176472\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.24938 (-6.61039%)",
+ "score-diff": "-1.4066250917349201",
+ "score-diff-perc": "-7.38097%",
+ "tooltip": "score = 17.650836041176472\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.40663 (-7.38097%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1515893,11 +1515893,11 @@
18,
7
),
- "score": 19.057461132911392,
- "score-diff": "1.4066250917349201",
- "score-diff-perc": "+7.96917%",
- "tooltip": "score = 19.057461132911392\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.40663 (+7.96917%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 18.90021437735849,
+ "score-diff": "1.2493783361820192",
+ "score-diff-perc": "+7.07830%",
+ "tooltip": "score = 18.90021437735849\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.24938 (+7.07830%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1515920,9 +1515920,9 @@
41
),
"score": 23.475666796875,
- "score-diff": "4.418205663963608",
- "score-diff-perc": "+23.18360%",
- "tooltip": "score = 23.475666796875\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +4.41821 (+23.18360%)",
+ "score-diff": "4.575452419516509",
+ "score-diff-perc": "+24.20847%",
+ "tooltip": "score = 23.475666796875\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +4.57545 (+24.20847%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1516023,11 +1516023,11 @@
17,
1
),
- "score": 24.137605608,
- "score-diff": "0.47519211581250076",
- "score-diff-perc": "+2.00821%",
- "tooltip": "score = 24.137605608\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.47519 (+2.00821%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 22.97677816793893,
+ "score-diff": "-0.6856353242485689",
+ "score-diff-perc": "-2.89757%",
+ "tooltip": "score = 22.97677816793893\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.68564 (-2.89757%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1516049,11 +1516049,11 @@
17,
1
),
- "score": 16.973385824858756,
- "score-diff": "-7.164219783141245",
- "score-diff-perc": "-29.68074%",
- "tooltip": "score = 16.973385824858756\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.16422 (-29.68074%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 24.137605608,
+ "score-diff": "1.1608274400610696",
+ "score-diff-perc": "+5.05218%",
+ "tooltip": "score = 24.137605608\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.16083 (+5.05218%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1516075,11 +1516075,11 @@
17,
1
),
- "score": 22.97677816793893,
- "score-diff": "6.003392343080176",
- "score-diff-perc": "+35.36944%",
- "tooltip": "score = 22.97677816793893\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +6.00339 (+35.36944%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 16.973385824858756,
+ "score-diff": "-7.164219783141245",
+ "score-diff-perc": "-29.68074%",
+ "tooltip": "score = 16.973385824858756\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.16422 (-29.68074%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1516102,9 +1516102,9 @@
7
),
"score": 19.880429781456954,
- "score-diff": "-3.096348386481978",
- "score-diff-perc": "-13.47599%",
- "tooltip": "score = 19.880429781456954\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -3.09635 (-13.47599%)",
+ "score-diff": "2.907043956598198",
+ "score-diff-perc": "+17.12707%",
+ "tooltip": "score = 19.880429781456954\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +2.90704 (+17.12707%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1516387,11 +1516387,11 @@
16,
5
),
- "score": 21.511248935714285,
- "score-diff": "-6.113335110157276",
- "score-diff-perc": "-22.13005%",
- "tooltip": "score = 21.511248935714285\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -6.11334 (-22.13005%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 18.18883610909091,
+ "score-diff": "-9.43574793678065",
+ "score-diff-perc": "-34.15707%",
+ "tooltip": "score = 18.18883610909091\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -9.43575 (-34.15707%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1516413,11 +1516413,11 @@
16,
5
),
- "score": 18.18883610909091,
- "score-diff": "-3.322412826623374",
- "score-diff-perc": "-15.44500%",
- "tooltip": "score = 18.18883610909091\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.32241 (-15.44500%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 25.520072781512606,
+ "score-diff": "7.331236672421696",
+ "score-diff-perc": "+40.30624%",
+ "tooltip": "score = 25.520072781512606\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +7.33124 (+40.30624%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1516439,11 +1516439,11 @@
16,
5
),
- "score": 25.520072781512606,
- "score-diff": "7.331236672421696",
- "score-diff-perc": "+40.30624%",
- "tooltip": "score = 25.520072781512606\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +7.33124 (+40.30624%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 21.511248935714285,
+ "score-diff": "-4.008823845798322",
+ "score-diff-perc": "-15.70851%",
+ "tooltip": "score = 21.511248935714285\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.00882 (-15.70851%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1516466,9 +1516466,9 @@
21
),
"score": 22.345564474074074,
- "score-diff": "-3.1745083074385327",
- "score-diff-perc": "-12.43926%",
- "tooltip": "score = 22.345564474074074\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -3.17451 (-12.43926%)",
+ "score-diff": "0.8343155383597889",
+ "score-diff-perc": "+3.87851%",
+ "tooltip": "score = 22.345564474074074\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.83432 (+3.87851%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1516777,11 +1516777,11 @@
8,
54
),
- "score": 22.159114625,
- "score-diff": "-3.099130879201681",
- "score-diff-perc": "-12.26978%",
- "tooltip": "score = 22.159114625\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.09913 (-12.26978%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 16.683082505555557,
+ "score-diff": "-8.575162998646125",
+ "score-diff-perc": "-33.94996%",
+ "tooltip": "score = 16.683082505555557\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -8.57516 (-33.94996%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1516803,11 +1516803,11 @@
8,
54
),
- "score": 16.683082505555557,
- "score-diff": "-5.476032119444444",
- "score-diff-perc": "-24.71232%",
- "tooltip": "score = 16.683082505555557\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -5.47603 (-24.71232%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 22.159114625,
+ "score-diff": "5.476032119444444",
+ "score-diff-perc": "+32.82386%",
+ "tooltip": "score = 22.159114625\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +5.47603 (+32.82386%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1516830,9 +1516830,9 @@
43
),
"score": 19.361179367741936,
- "score-diff": "2.678096862186379",
- "score-diff-perc": "+16.05277%",
- "tooltip": "score = 19.361179367741936\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +2.67810 (+16.05277%)",
+ "score-diff": "-2.7979352572580645",
+ "score-diff-perc": "-12.62657%",
+ "tooltip": "score = 19.361179367741936\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -2.79794 (-12.62657%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1522426,11 +1522426,11 @@
18,
7
),
- "score": 75.5780912,
- "score-diff": "5.093883246511638",
- "score-diff-perc": "+7.22699%",
- "tooltip": "score = 75.5780912\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +5.09388 (+7.22699%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 70.19824137209302,
+ "score-diff": "-0.2859665813953427",
+ "score-diff-perc": "-0.40572%",
+ "tooltip": "score = 70.19824137209302\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.28597 (-0.40572%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1522453,9 +1522453,9 @@
7
),
"score": 82.00483648648648,
- "score-diff": "6.426745286486479",
- "score-diff-perc": "+8.50345%",
- "tooltip": "score = 82.00483648648648\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +6.42675 (+8.50345%)",
+ "score-diff": "11.80659511439346",
+ "score-diff-perc": "+16.81893%",
+ "tooltip": "score = 82.00483648648648\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +11.80660 (+16.81893%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1522478,11 +1522478,11 @@
18,
7
),
- "score": 70.19824137209302,
- "score-diff": "-11.80659511439346",
- "score-diff-perc": "-14.39744%",
- "tooltip": "score = 70.19824137209302\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -11.80660 (-14.39744%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 75.5780912,
+ "score-diff": "-6.426745286486479",
+ "score-diff-perc": "-7.83703%",
+ "tooltip": "score = 75.5780912\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -6.42675 (-7.83703%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1522505,9 +1522505,9 @@
41
),
"score": 97.08550993548387,
- "score-diff": "26.887268563390847",
- "score-diff-perc": "+38.30191%",
- "tooltip": "score = 97.08550993548387\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +26.88727 (+38.30191%)",
+ "score-diff": "21.507418735483867",
+ "score-diff-perc": "+28.45721%",
+ "tooltip": "score = 97.08550993548387\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +21.50742 (+28.45721%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1522608,11 +1522608,11 @@
17,
1
),
- "score": 90.64653447058824,
- "score-diff": "-4.901895591911767",
- "score-diff-perc": "-5.13027%",
- "tooltip": "score = 90.64653447058824\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.90190 (-5.13027%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 84.38451394444445,
+ "score-diff": "-11.163916118055553",
+ "score-diff-perc": "-11.68404%",
+ "tooltip": "score = 84.38451394444445\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -11.16392 (-11.68404%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1522634,11 +1522634,11 @@
17,
1
),
- "score": 70.51026420930232,
- "score-diff": "-20.136270261285915",
- "score-diff-perc": "-22.21405%",
- "tooltip": "score = 70.51026420930232\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -20.13627 (-22.21405%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 90.64653447058824,
+ "score-diff": "6.262020526143786",
+ "score-diff-perc": "+7.42082%",
+ "tooltip": "score = 90.64653447058824\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +6.26202 (+7.42082%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1522660,11 +1522660,11 @@
17,
1
),
- "score": 84.38451394444445,
- "score-diff": "13.87424973514213",
- "score-diff-perc": "+19.67692%",
- "tooltip": "score = 84.38451394444445\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +13.87425 (+19.67692%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 70.51026420930232,
+ "score-diff": "-20.136270261285915",
+ "score-diff-perc": "-22.21405%",
+ "tooltip": "score = 70.51026420930232\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -20.13627 (-22.21405%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1522687,9 +1522687,9 @@
7
),
"score": 78.19833715384615,
- "score-diff": "-6.186176790598296",
- "score-diff-perc": "-7.33094%",
- "tooltip": "score = 78.19833715384615\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -6.18618 (-7.33094%)",
+ "score-diff": "7.688072944543833",
+ "score-diff-perc": "+10.90348%",
+ "tooltip": "score = 78.19833715384615\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +7.68807 (+10.90348%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1522972,11 +1522972,11 @@
16,
5
),
- "score": 84.56319463888889,
- "score-diff": "0.8115551388888917",
- "score-diff-perc": "+0.96900%",
- "tooltip": "score = 84.56319463888889\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.81156 (+0.96900%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 74.03879436585366,
+ "score-diff": "-9.712845134146335",
+ "score-diff-perc": "-11.59720%",
+ "tooltip": "score = 74.03879436585366\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -9.71285 (-11.59720%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1522998,11 +1522998,11 @@
16,
5
),
- "score": 74.03879436585366,
- "score-diff": "-10.524400273035226",
- "score-diff-perc": "-12.44560%",
- "tooltip": "score = 74.03879436585366\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -10.52440 (-12.44560%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 92.59744203030303,
+ "score-diff": "18.558647664449367",
+ "score-diff-perc": "+25.06611%",
+ "tooltip": "score = 92.59744203030303\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +18.55865 (+25.06611%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1523024,11 +1523024,11 @@
16,
5
),
- "score": 92.59744203030303,
- "score-diff": "18.558647664449367",
- "score-diff-perc": "+25.06611%",
- "tooltip": "score = 92.59744203030303\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +18.55865 (+25.06611%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 84.56319463888889,
+ "score-diff": "-8.03424739141414",
+ "score-diff-perc": "-8.67653%",
+ "tooltip": "score = 84.56319463888889\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -8.03425 (-8.67653%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1523051,9 +1523051,9 @@
21
),
"score": 84.49235486111111,
- "score-diff": "-8.105087169191918",
- "score-diff-perc": "-8.75304%",
- "tooltip": "score = 84.49235486111111\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -8.10509 (-8.75304%)",
+ "score-diff": "-0.07083977777777761",
+ "score-diff-perc": "-0.08377%",
+ "tooltip": "score = 84.49235486111111\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.07084 (-0.08377%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1529063,11 +1529063,11 @@
18,
7
),
- "score": 67.8586668,
- "score-diff": "-2.187261293023255",
- "score-diff-perc": "-3.12261%",
- "tooltip": "score = 67.8586668\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.18726 (-3.12261%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 76.6324388,
+ "score-diff": "6.586510706976753",
+ "score-diff-perc": "+9.40313%",
+ "tooltip": "score = 76.6324388\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +6.58651 (+9.40313%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1529090,9 +1529090,9 @@
7
),
"score": 70.4903239767442,
- "score-diff": "2.6316571767441985",
- "score-diff-perc": "+3.87814%",
- "tooltip": "score = 70.4903239767442\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.63166 (+3.87814%)",
+ "score-diff": "-6.14211482325581",
+ "score-diff-perc": "-8.01503%",
+ "tooltip": "score = 70.4903239767442\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -6.14211 (-8.01503%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1529115,11 +1529115,11 @@
18,
7
),
- "score": 76.6324388,
- "score-diff": "6.14211482325581",
- "score-diff-perc": "+8.71342%",
- "tooltip": "score = 76.6324388\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +6.14211 (+8.71342%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 67.8586668,
+ "score-diff": "-2.6316571767441985",
+ "score-diff-perc": "-3.73336%",
+ "tooltip": "score = 67.8586668\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.63166 (-3.73336%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1529142,9 +1529142,9 @@
41
),
"score": 78.27648176923077,
- "score-diff": "1.6440429692307674",
- "score-diff-perc": "+2.14536%",
- "tooltip": "score = 78.27648176923077\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.64404 (+2.14536%)",
+ "score-diff": "10.417814969230776",
+ "score-diff-perc": "+15.35222%",
+ "tooltip": "score = 78.27648176923077\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +10.41781 (+15.35222%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1529245,11 +1529245,11 @@
17,
1
),
- "score": 75.54584205,
- "score-diff": "-2.6075710269230683",
- "score-diff-perc": "-3.33648%",
- "tooltip": "score = 75.54584205\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.60757 (-3.33648%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 78.73168774358975,
+ "score-diff": "0.5782746666666725",
+ "score-diff-perc": "+0.73992%",
+ "tooltip": "score = 78.73168774358975\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.57827 (+0.73992%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1529271,11 +1529271,11 @@
17,
1
),
- "score": 76.096013275,
- "score-diff": "0.5501712249999997",
- "score-diff-perc": "+0.72826%",
- "tooltip": "score = 76.096013275\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.55017 (+0.72826%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 75.54584205,
+ "score-diff": "-3.185845693589741",
+ "score-diff-perc": "-4.04646%",
+ "tooltip": "score = 75.54584205\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.18585 (-4.04646%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1529297,11 +1529297,11 @@
17,
1
),
- "score": 78.73168774358975,
- "score-diff": "2.635674468589741",
- "score-diff-perc": "+3.46362%",
- "tooltip": "score = 78.73168774358975\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.63567 (+3.46362%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 76.096013275,
+ "score-diff": "0.5501712249999997",
+ "score-diff-perc": "+0.72826%",
+ "tooltip": "score = 76.096013275\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.55017 (+0.72826%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1529324,9 +1529324,9 @@
7
),
"score": 69.99853074418604,
- "score-diff": "-8.733156999403704",
- "score-diff-perc": "-11.09230%",
- "tooltip": "score = 69.99853074418604\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -8.73316 (-11.09230%)",
+ "score-diff": "-6.097482530813963",
+ "score-diff-perc": "-8.01288%",
+ "tooltip": "score = 69.99853074418604\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -6.09748 (-8.01288%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1529609,11 +1529609,11 @@
16,
5
),
- "score": 77.35855094871795,
- "score-diff": "-10.153536708424909",
- "score-diff-perc": "-11.60244%",
- "tooltip": "score = 77.35855094871795\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -10.15354 (-11.60244%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 62.708198395833335,
+ "score-diff": "-24.80388926130952",
+ "score-diff-perc": "-28.34339%",
+ "tooltip": "score = 62.708198395833335\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -24.80389 (-28.34339%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1529635,11 +1529635,11 @@
16,
5
),
- "score": 62.708198395833335,
- "score-diff": "-14.650352552884613",
- "score-diff-perc": "-18.93825%",
- "tooltip": "score = 62.708198395833335\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -14.65035 (-18.93825%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 76.14944855,
+ "score-diff": "13.441250154166667",
+ "score-diff-perc": "+21.43460%",
+ "tooltip": "score = 76.14944855\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +13.44125 (+21.43460%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1529661,11 +1529661,11 @@
16,
5
),
- "score": 76.14944855,
- "score-diff": "13.441250154166667",
- "score-diff-perc": "+21.43460%",
- "tooltip": "score = 76.14944855\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +13.44125 (+21.43460%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 77.35855094871795,
+ "score-diff": "1.2091023987179454",
+ "score-diff-perc": "+1.58780%",
+ "tooltip": "score = 77.35855094871795\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.20910 (+1.58780%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1529688,9 +1529688,9 @@
21
),
"score": 79.4286597631579,
- "score-diff": "3.279211213157893",
- "score-diff-perc": "+4.30628%",
- "tooltip": "score = 79.4286597631579\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +3.27921 (+4.30628%)",
+ "score-diff": "2.0701088144399478",
+ "score-diff-perc": "+2.67599%",
+ "tooltip": "score = 79.4286597631579\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.07011 (+2.67599%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1529999,11 +1529999,11 @@
8,
54
),
- "score": 78.69024133333333,
- "score-diff": "-12.445802151515153",
- "score-diff-perc": "-13.65629%",
- "tooltip": "score = 78.69024133333333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.44580 (-13.65629%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 77.52919748717949,
+ "score-diff": "-13.606845997668998",
+ "score-diff-perc": "-14.93026%",
+ "tooltip": "score = 77.52919748717949\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -13.60685 (-14.93026%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1530025,11 +1530025,11 @@
8,
54
),
- "score": 77.52919748717949,
- "score-diff": "-1.161043846153845",
- "score-diff-perc": "-1.47546%",
- "tooltip": "score = 77.52919748717949\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.16104 (-1.47546%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 78.69024133333333,
+ "score-diff": "1.161043846153845",
+ "score-diff-perc": "+1.49756%",
+ "tooltip": "score = 78.69024133333333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.16104 (+1.49756%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1530052,9 +1530052,9 @@
43
),
"score": 72.7264605,
- "score-diff": "-4.802736987179486",
- "score-diff-perc": "-6.19475%",
- "tooltip": "score = 72.7264605\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -4.80274 (-6.19475%)",
+ "score-diff": "-5.963780833333331",
+ "score-diff-perc": "-7.57881%",
+ "tooltip": "score = 72.7264605\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -5.96378 (-7.57881%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1535726,11 +1535726,11 @@
18,
7
),
- "score": 20.71507432413793,
- "score-diff": "0.7636457810915722",
- "score-diff-perc": "+3.82752%",
- "tooltip": "score = 20.71507432413793\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.76365 (+3.82752%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 11.88338123320158,
+ "score-diff": "-8.068047309844777",
+ "score-diff-perc": "-40.43844%",
+ "tooltip": "score = 11.88338123320158\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -8.06805 (-40.43844%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1535753,9 +1535753,9 @@
7
),
"score": 19.774170467105264,
- "score-diff": "-0.9409038570326658",
- "score-diff-perc": "-4.54212%",
- "tooltip": "score = 19.774170467105264\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.94090 (-4.54212%)",
+ "score-diff": "7.890789233903684",
+ "score-diff-perc": "+66.40189%",
+ "tooltip": "score = 19.774170467105264\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +7.89079 (+66.40189%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1535778,11 +1535778,11 @@
18,
7
),
- "score": 11.88338123320158,
- "score-diff": "-7.890789233903684",
- "score-diff-perc": "-39.90453%",
- "tooltip": "score = 11.88338123320158\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -7.89079 (-39.90453%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 20.71507432413793,
+ "score-diff": "0.9409038570326658",
+ "score-diff-perc": "+4.75825%",
+ "tooltip": "score = 20.71507432413793\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.94090 (+4.75825%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1535805,9 +1535805,9 @@
41
),
"score": 18.366212743902437,
- "score-diff": "6.482831510700857",
- "score-diff-perc": "+54.55376%",
- "tooltip": "score = 18.366212743902437\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +6.48283 (+54.55376%)",
+ "score-diff": "-2.348861580235493",
+ "score-diff-perc": "-11.33890%",
+ "tooltip": "score = 18.366212743902437\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -2.34886 (-11.33890%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1535908,11 +1535908,11 @@
17,
1
),
- "score": 19.57472905844156,
- "score-diff": "-4.07054662659781",
- "score-diff-perc": "-17.21505%",
- "tooltip": "score = 19.57472905844156\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.07055 (-17.21505%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 23.101702238461538,
+ "score-diff": "-0.543573446577831",
+ "score-diff-perc": "-2.29887%",
+ "tooltip": "score = 23.101702238461538\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.54357 (-2.29887%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1535934,11 +1535934,11 @@
17,
1
),
- "score": 16.98657909039548,
- "score-diff": "-2.5881499680460784",
- "score-diff-perc": "-13.22189%",
- "tooltip": "score = 16.98657909039548\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.58815 (-13.22189%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 19.57472905844156,
+ "score-diff": "-3.5269731800199793",
+ "score-diff-perc": "-15.26716%",
+ "tooltip": "score = 19.57472905844156\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.52697 (-15.26716%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1535960,11 +1535960,11 @@
17,
1
),
- "score": 23.101702238461538,
- "score-diff": "6.115123148066058",
- "score-diff-perc": "+35.99973%",
- "tooltip": "score = 23.101702238461538\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +6.11512 (+35.99973%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 16.98657909039548,
+ "score-diff": "-2.5881499680460784",
+ "score-diff-perc": "-13.22189%",
+ "tooltip": "score = 16.98657909039548\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.58815 (-13.22189%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1535987,9 +1535987,9 @@
7
),
"score": 21.062344783216783,
- "score-diff": "-2.0393574552447546",
- "score-diff-perc": "-8.82774%",
- "tooltip": "score = 21.062344783216783\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.03936 (-8.82774%)",
+ "score-diff": "4.075765692821303",
+ "score-diff-perc": "+23.99403%",
+ "tooltip": "score = 21.062344783216783\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +4.07577 (+23.99403%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1536272,11 +1536272,11 @@
16,
5
),
- "score": 15.652149348958334,
- "score-diff": "2.0732536023519987",
- "score-diff-perc": "+15.26820%",
- "tooltip": "score = 15.652149348958334\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.07325 (+15.26820%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 19.71895719607843,
+ "score-diff": "6.140061449472096",
+ "score-diff-perc": "+45.21768%",
+ "tooltip": "score = 19.71895719607843\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +6.14006 (+45.21768%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1536298,11 +1536298,11 @@
16,
5
),
- "score": 19.71895719607843,
- "score-diff": "4.0668078471200975",
- "score-diff-perc": "+25.98242%",
- "tooltip": "score = 19.71895719607843\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.06681 (+25.98242%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 23.893307690476192,
+ "score-diff": "4.1743504943977605",
+ "score-diff-perc": "+21.16923%",
+ "tooltip": "score = 23.893307690476192\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.17435 (+21.16923%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1536324,11 +1536324,11 @@
16,
5
),
- "score": 23.893307690476192,
- "score-diff": "4.1743504943977605",
- "score-diff-perc": "+21.16923%",
- "tooltip": "score = 23.893307690476192\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.17435 (+21.16923%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 15.652149348958334,
+ "score-diff": "-8.241158341517858",
+ "score-diff-perc": "-34.49149%",
+ "tooltip": "score = 15.652149348958334\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -8.24116 (-34.49149%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1536351,9 +1536351,9 @@
21
),
"score": 21.97245074452555,
- "score-diff": "-1.9208569459506428",
- "score-diff-perc": "-8.03931%",
- "tooltip": "score = 21.97245074452555\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.92086 (-8.03931%)",
+ "score-diff": "6.320301395567215",
+ "score-diff-perc": "+40.37977%",
+ "tooltip": "score = 21.97245074452555\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +6.32030 (+40.37977%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1536662,11 +1536662,11 @@
8,
54
),
- "score": 16.972746853932584,
- "score-diff": "-3.4607524113735373",
- "score-diff-perc": "-16.93666%",
- "tooltip": "score = 16.972746853932584\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.46075 (-16.93666%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 20.04856326,
+ "score-diff": "-0.3849360053061197",
+ "score-diff-perc": "-1.88385%",
+ "tooltip": "score = 20.04856326\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.38494 (-1.88385%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1536688,11 +1536688,11 @@
8,
54
),
- "score": 20.04856326,
- "score-diff": "3.0758164060674176",
- "score-diff-perc": "+18.12209%",
- "tooltip": "score = 20.04856326\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +3.07582 (+18.12209%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 16.972746853932584,
+ "score-diff": "-3.0758164060674176",
+ "score-diff-perc": "-15.34183%",
+ "tooltip": "score = 16.972746853932584\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.07582 (-15.34183%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1536715,9 +1536715,9 @@
43
),
"score": 16.89320234269663,
- "score-diff": "-3.1553609173033728",
- "score-diff-perc": "-15.73859%",
- "tooltip": "score = 16.89320234269663\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -3.15536 (-15.73859%)",
+ "score-diff": "-0.07954451123595518",
+ "score-diff-perc": "-0.46866%",
+ "tooltip": "score = 16.89320234269663\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.07954 (-0.46866%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1542389,11 +1542389,11 @@
18,
7
),
- "score": 9.09242390909091,
- "score-diff": "-0.019759233333333626",
- "score-diff-perc": "-0.21684%",
- "tooltip": "score = 9.09242390909091\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01976 (-0.21684%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 8.91069346587537,
+ "score-diff": "-0.2014896765488725",
+ "score-diff-perc": "-2.21121%",
+ "tooltip": "score = 8.91069346587537\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.20149 (-2.21121%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1542416,9 +1542416,9 @@
7
),
"score": 10.812831816546762,
- "score-diff": "1.7204079074558525",
- "score-diff-perc": "+18.92133%",
- "tooltip": "score = 10.812831816546762\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.72041 (+18.92133%)",
+ "score-diff": "1.9021383506713914",
+ "score-diff-perc": "+21.34669%",
+ "tooltip": "score = 10.812831816546762\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.90214 (+21.34669%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1542441,11 +1542441,11 @@
18,
7
),
- "score": 8.91069346587537,
- "score-diff": "-1.9021383506713914",
- "score-diff-perc": "-17.59149%",
- "tooltip": "score = 8.91069346587537\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.90214 (-17.59149%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 9.09242390909091,
+ "score-diff": "-1.7204079074558525",
+ "score-diff-perc": "-15.91080%",
+ "tooltip": "score = 9.09242390909091\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.72041 (-15.91080%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1542468,9 +1542468,9 @@
41
),
"score": 13.053615347826087,
- "score-diff": "4.142921881950716",
- "score-diff-perc": "+46.49382%",
- "tooltip": "score = 13.053615347826087\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +4.14292 (+46.49382%)",
+ "score-diff": "3.9611914387351774",
+ "score-diff-perc": "+43.56585%",
+ "tooltip": "score = 13.053615347826087\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +3.96119 (+43.56585%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1542571,11 +1542571,11 @@
17,
1
),
- "score": 12.971111590517241,
- "score-diff": "-0.803144891134135",
- "score-diff-perc": "-5.83077%",
- "tooltip": "score = 12.971111590517241\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.80314 (-5.83077%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 12.283847832653061,
+ "score-diff": "-1.490408648998315",
+ "score-diff-perc": "-10.82025%",
+ "tooltip": "score = 12.283847832653061\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.49041 (-10.82025%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1542597,11 +1542597,11 @@
17,
1
),
- "score": 8.018716821333333,
- "score-diff": "-4.952394769183908",
- "score-diff-perc": "-38.18019%",
- "tooltip": "score = 8.018716821333333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.95239 (-38.18019%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 12.971111590517241,
+ "score-diff": "0.68726375786418",
+ "score-diff-perc": "+5.59486%",
+ "tooltip": "score = 12.971111590517241\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.68726 (+5.59486%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1542623,11 +1542623,11 @@
17,
1
),
- "score": 12.283847832653061,
- "score-diff": "4.265131011319728",
- "score-diff-perc": "+53.18969%",
- "tooltip": "score = 12.283847832653061\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +4.26513 (+53.18969%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 8.018716821333333,
+ "score-diff": "-4.952394769183908",
+ "score-diff-perc": "-38.18019%",
+ "tooltip": "score = 8.018716821333333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.95239 (-38.18019%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1542650,9 +1542650,9 @@
7
),
"score": 10.08364932885906,
- "score-diff": "-2.2001985037940006",
- "score-diff-perc": "-17.91131%",
- "tooltip": "score = 10.08364932885906\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.20020 (-17.91131%)",
+ "score-diff": "2.064932507525727",
+ "score-diff-perc": "+25.75141%",
+ "tooltip": "score = 10.08364932885906\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +2.06493 (+25.75141%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1542909,11 +1542909,11 @@
16,
5
),
- "score": 14.313190528571429,
- "score-diff": "1.7336180473998812",
- "score-diff-perc": "+13.78122%",
- "tooltip": "score = 14.313190528571429\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.73362 (+13.78122%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 10.915990421818181,
+ "score-diff": "-1.6635820593533666",
+ "score-diff-perc": "-13.22447%",
+ "tooltip": "score = 10.915990421818181\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.66358 (-13.22447%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1542935,11 +1542935,11 @@
16,
5
),
- "score": 10.915990421818181,
- "score-diff": "-3.397200106753248",
- "score-diff-perc": "-23.73475%",
- "tooltip": "score = 10.915990421818181\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.39720 (-23.73475%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 14.08800142253521,
+ "score-diff": "3.1720110007170295",
+ "score-diff-perc": "+29.05839%",
+ "tooltip": "score = 14.08800142253521\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.17201 (+29.05839%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1542961,11 +1542961,11 @@
16,
5
),
- "score": 14.08800142253521,
- "score-diff": "3.1720110007170295",
- "score-diff-perc": "+29.05839%",
- "tooltip": "score = 14.08800142253521\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.17201 (+29.05839%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 14.313190528571429,
+ "score-diff": "0.22518910603621833",
+ "score-diff-perc": "+1.59845%",
+ "tooltip": "score = 14.313190528571429\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.22519 (+1.59845%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1542988,9 +1542988,9 @@
21
),
"score": 12.634919718487396,
- "score-diff": "-1.4530817040478148",
- "score-diff-perc": "-10.31432%",
- "tooltip": "score = 12.634919718487396\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.45308 (-10.31432%)",
+ "score-diff": "-1.6782708100840331",
+ "score-diff-perc": "-11.72534%",
+ "tooltip": "score = 12.634919718487396\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.67827 (-11.72534%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1543299,11 +1543299,11 @@
8,
54
),
- "score": 18.258709272727273,
- "score-diff": "5.453720136557061",
- "score-diff-perc": "+42.59059%",
- "tooltip": "score = 18.258709272727273\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +5.45372 (+42.59059%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 10.460744547038328,
+ "score-diff": "-2.3442445891318844",
+ "score-diff-perc": "-18.30728%",
+ "tooltip": "score = 10.460744547038328\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.34424 (-18.30728%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1543325,11 +1543325,11 @@
8,
54
),
- "score": 10.460744547038328,
- "score-diff": "-7.797964725688946",
- "score-diff-perc": "-42.70819%",
- "tooltip": "score = 10.460744547038328\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -7.79796 (-42.70819%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 18.258709272727273,
+ "score-diff": "7.797964725688946",
+ "score-diff-perc": "+74.54503%",
+ "tooltip": "score = 18.258709272727273\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +7.79796 (+74.54503%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1543352,9 +1543352,9 @@
43
),
"score": 9.4103091661442,
- "score-diff": "-1.0504353808941271",
- "score-diff-perc": "-10.04169%",
- "tooltip": "score = 9.4103091661442\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.05044 (-10.04169%)",
+ "score-diff": "-8.848400106583073",
+ "score-diff-perc": "-48.46126%",
+ "tooltip": "score = 9.4103091661442\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -8.84840 (-48.46126%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1549026,11 +1549026,11 @@
18,
7
),
- "score": 5.8703626809338525,
- "score-diff": "-7.91881121356156",
- "score-diff-perc": "-57.42774%",
- "tooltip": "score = 5.8703626809338525\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -7.91881 (-57.42774%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 12.015187784,
+ "score-diff": "-1.7739861104954127",
+ "score-diff-perc": "-12.86506%",
+ "tooltip": "score = 12.015187784\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.77399 (-12.86506%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1549053,9 +1549053,9 @@
7
),
"score": 12.39947264876033,
- "score-diff": "6.529109967826478",
- "score-diff-perc": "+111.22158%",
- "tooltip": "score = 12.39947264876033\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +6.52911 (+111.22158%)",
+ "score-diff": "0.3842848647603301",
+ "score-diff-perc": "+3.19833%",
+ "tooltip": "score = 12.39947264876033\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.38428 (+3.19833%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1549078,11 +1549078,11 @@
18,
7
),
- "score": 12.015187784,
- "score-diff": "-0.3842848647603301",
- "score-diff-perc": "-3.09920%",
- "tooltip": "score = 12.015187784\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.38428 (-3.09920%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 5.8703626809338525,
+ "score-diff": "-6.529109967826478",
+ "score-diff-perc": "-52.65635%",
+ "tooltip": "score = 5.8703626809338525\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -6.52911 (-52.65635%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1549105,9 +1549105,9 @@
41
),
"score": 5.917388495069034,
- "score-diff": "-6.0977992889309665",
- "score-diff-perc": "-50.75076%",
- "tooltip": "score = 5.917388495069034\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -6.09780 (-50.75076%)",
+ "score-diff": "0.04702581413518114",
+ "score-diff-perc": "+0.80107%",
+ "tooltip": "score = 5.917388495069034\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.04703 (+0.80107%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1549208,11 +1549208,11 @@
17,
1
),
- "score": 11.566435296153847,
- "score-diff": "4.9339791173459",
- "score-diff-perc": "+74.39143%",
- "tooltip": "score = 11.566435296153847\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +4.93398 (+74.39143%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 10.271015375426622,
+ "score-diff": "3.638559196618675",
+ "score-diff-perc": "+54.85991%",
+ "tooltip": "score = 10.271015375426622\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3.63856 (+54.85991%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1549234,11 +1549234,11 @@
17,
1
),
- "score": 12.846481,
- "score-diff": "1.2800457038461541",
- "score-diff-perc": "+11.06690%",
- "tooltip": "score = 12.846481\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.28005 (+11.06690%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 11.566435296153847,
+ "score-diff": "1.295419920727225",
+ "score-diff-perc": "+12.61238%",
+ "tooltip": "score = 11.566435296153847\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.29542 (+12.61238%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1549260,11 +1549260,11 @@
17,
1
),
- "score": 10.271015375426622,
- "score-diff": "-2.575465624573379",
- "score-diff-perc": "-20.04802%",
- "tooltip": "score = 10.271015375426622\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.57547 (-20.04802%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 12.846481,
+ "score-diff": "1.2800457038461541",
+ "score-diff-perc": "+11.06690%",
+ "tooltip": "score = 12.846481\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.28005 (+11.06690%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1549287,9 +1549287,9 @@
7
),
"score": 12.480847684647303,
- "score-diff": "2.2098323092206815",
- "score-diff-perc": "+21.51523%",
- "tooltip": "score = 12.480847684647303\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +2.20983 (+21.51523%)",
+ "score-diff": "-0.3656333153526976",
+ "score-diff-perc": "-2.84617%",
+ "tooltip": "score = 12.480847684647303\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.36563 (-2.84617%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1549572,11 +1549572,11 @@
16,
5
),
- "score": 6.014703294589179,
- "score-diff": "-0.47323097093544675",
- "score-diff-perc": "-7.29402%",
- "tooltip": "score = 6.014703294589179\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.47323 (-7.29402%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 13.699903286363636,
+ "score-diff": "7.21196902083901",
+ "score-diff-perc": "+111.15971%",
+ "tooltip": "score = 13.699903286363636\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +7.21197 (+111.15971%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1549598,11 +1549598,11 @@
16,
5
),
- "score": 13.699903286363636,
- "score-diff": "7.685199991774457",
- "score-diff-perc": "+127.77355%",
- "tooltip": "score = 13.699903286363636\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +7.68520 (+127.77355%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 6.655590084070797,
+ "score-diff": "-7.044313202292839",
+ "score-diff-perc": "-51.41871%",
+ "tooltip": "score = 6.655590084070797\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.04431 (-51.41871%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1549624,11 +1549624,11 @@
16,
5
),
- "score": 6.655590084070797,
- "score-diff": "-7.044313202292839",
- "score-diff-perc": "-51.41871%",
- "tooltip": "score = 6.655590084070797\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.04431 (-51.41871%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 6.014703294589179,
+ "score-diff": "-0.6408867894816179",
+ "score-diff-perc": "-9.62930%",
+ "tooltip": "score = 6.014703294589179\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.64089 (-9.62930%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1549651,9 +1549651,9 @@
21
),
"score": 11.121048577777778,
- "score-diff": "4.465458493706981",
- "score-diff-perc": "+67.09335%",
- "tooltip": "score = 11.121048577777778\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +4.46546 (+67.09335%)",
+ "score-diff": "5.106345283188599",
+ "score-diff-perc": "+84.89771%",
+ "tooltip": "score = 11.121048577777778\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +5.10635 (+84.89771%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1549962,11 +1549962,11 @@
8,
54
),
- "score": 6.089557346855984,
- "score-diff": "-5.441224155059724",
- "score-diff-perc": "-47.18868%",
- "tooltip": "score = 6.089557346855984\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -5.44122 (-47.18868%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 13.259138837004405,
+ "score-diff": "1.7283573350886972",
+ "score-diff-perc": "+14.98907%",
+ "tooltip": "score = 13.259138837004405\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.72836 (+14.98907%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1549988,11 +1549988,11 @@
8,
54
),
- "score": 13.259138837004405,
- "score-diff": "7.169581490148421",
- "score-diff-perc": "+117.73568%",
- "tooltip": "score = 13.259138837004405\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +7.16958 (+117.73568%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 6.089557346855984,
+ "score-diff": "-7.169581490148421",
+ "score-diff-perc": "-54.07275%",
+ "tooltip": "score = 6.089557346855984\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -7.16958 (-54.07275%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1550015,9 +1550015,9 @@
43
),
"score": 14.086743638497653,
- "score-diff": "0.8276048014932478",
- "score-diff-perc": "+6.24177%",
- "tooltip": "score = 14.086743638497653\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.82760 (+6.24177%)",
+ "score-diff": "7.997186291641669",
+ "score-diff-perc": "+131.32623%",
+ "tooltip": "score = 14.086743638497653\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +7.99719 (+131.32623%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1555689,11 +1555689,11 @@
18,
7
),
- "score": 23.14228963076923,
- "score-diff": "-2.5618950444444444",
- "score-diff-perc": "-9.96684%",
- "tooltip": "score = 23.14228963076923\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.56190 (-9.96684%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 25.04125182644628,
+ "score-diff": "-0.6629328487673938",
+ "score-diff-perc": "-2.57909%",
+ "tooltip": "score = 25.04125182644628\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.66293 (-2.57909%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1555716,9 +1555716,9 @@
7
),
"score": 25.5566898220339,
- "score-diff": "2.4144001912646686",
- "score-diff-perc": "+10.43285%",
- "tooltip": "score = 25.5566898220339\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.41440 (+10.43285%)",
+ "score-diff": "0.515437995587618",
+ "score-diff-perc": "+2.05836%",
+ "tooltip": "score = 25.5566898220339\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.51544 (+2.05836%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1555741,11 +1555741,11 @@
18,
7
),
- "score": 25.04125182644628,
- "score-diff": "-0.515437995587618",
- "score-diff-perc": "-2.01684%",
- "tooltip": "score = 25.04125182644628\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.51544 (-2.01684%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 23.14228963076923,
+ "score-diff": "-2.4144001912646686",
+ "score-diff-perc": "-9.44723%",
+ "tooltip": "score = 23.14228963076923\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.41440 (-9.44723%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1555768,9 +1555768,9 @@
41
),
"score": 31.4642123125,
- "score-diff": "6.422960486053718",
- "score-diff-perc": "+25.64952%",
- "tooltip": "score = 31.4642123125\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +6.42296 (+25.64952%)",
+ "score-diff": "8.321922681730769",
+ "score-diff-perc": "+35.95981%",
+ "tooltip": "score = 31.4642123125\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +8.32192 (+35.95981%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1555871,11 +1555871,11 @@
17,
1
),
- "score": 38.06565169620253,
- "score-diff": "8.420450647182921",
- "score-diff-perc": "+28.40409%",
- "tooltip": "score = 38.06565169620253\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +8.42045 (+28.40409%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 31.073575402061856,
+ "score-diff": "1.4283743530422477",
+ "score-diff-perc": "+4.81823%",
+ "tooltip": "score = 31.073575402061856\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.42837 (+4.81823%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1555897,11 +1555897,11 @@
17,
1
),
- "score": 27.104928675675676,
- "score-diff": "-10.960723020526853",
- "score-diff-perc": "-28.79426%",
- "tooltip": "score = 27.104928675675676\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -10.96072 (-28.79426%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 38.06565169620253,
+ "score-diff": "6.9920762941406736",
+ "score-diff-perc": "+22.50168%",
+ "tooltip": "score = 38.06565169620253\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +6.99208 (+22.50168%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1555923,11 +1555923,11 @@
17,
1
),
- "score": 31.073575402061856,
- "score-diff": "3.9686467263861793",
- "score-diff-perc": "+14.64179%",
- "tooltip": "score = 31.073575402061856\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3.96865 (+14.64179%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 27.104928675675676,
+ "score-diff": "-10.960723020526853",
+ "score-diff-perc": "-28.79426%",
+ "tooltip": "score = 27.104928675675676\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -10.96072 (-28.79426%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1555950,9 +1555950,9 @@
7
),
"score": 25.324801739495797,
- "score-diff": "-5.748773662566059",
- "score-diff-perc": "-18.50052%",
- "tooltip": "score = 25.324801739495797\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -5.74877 (-18.50052%)",
+ "score-diff": "-1.7801269361798795",
+ "score-diff-perc": "-6.56754%",
+ "tooltip": "score = 25.324801739495797\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.78013 (-6.56754%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1556235,11 +1556235,11 @@
16,
5
),
- "score": 30.676532959183675,
- "score-diff": "1.1716996846738716",
- "score-diff-perc": "+3.97121%",
- "tooltip": "score = 30.676532959183675\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.17170 (+3.97121%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 25.91587044827586,
+ "score-diff": "-3.588962826233942",
+ "score-diff-perc": "-12.16398%",
+ "tooltip": "score = 25.91587044827586\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.58896 (-12.16398%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1556261,11 +1556261,11 @@
16,
5
),
- "score": 25.91587044827586,
- "score-diff": "-4.760662510907814",
- "score-diff-perc": "-15.51891%",
- "tooltip": "score = 25.91587044827586\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.76066 (-15.51891%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 32.27686254838709,
+ "score-diff": "6.360992100111233",
+ "score-diff-perc": "+24.54478%",
+ "tooltip": "score = 32.27686254838709\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +6.36099 (+24.54478%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1556287,11 +1556287,11 @@
16,
5
),
- "score": 32.27686254838709,
- "score-diff": "6.360992100111233",
- "score-diff-perc": "+24.54478%",
- "tooltip": "score = 32.27686254838709\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +6.36099 (+24.54478%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 30.676532959183675,
+ "score-diff": "-1.6003295892034188",
+ "score-diff-perc": "-4.95813%",
+ "tooltip": "score = 30.676532959183675\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.60033 (-4.95813%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1556314,9 +1556314,9 @@
21
),
"score": 29.163482524271846,
- "score-diff": "-3.113380024115248",
- "score-diff-perc": "-9.64586%",
- "tooltip": "score = 29.163482524271846\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -3.11338 (-9.64586%)",
+ "score-diff": "-1.513050434911829",
+ "score-diff-perc": "-4.93227%",
+ "tooltip": "score = 29.163482524271846\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.51305 (-4.93227%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1556625,11 +1556625,11 @@
8,
54
),
- "score": 32.27939319354839,
- "score-diff": "1.0043657247983866",
- "score-diff-perc": "+3.21140%",
- "tooltip": "score = 32.27939319354839\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.00437 (+3.21140%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 40.365515933333334,
+ "score-diff": "9.090488464583334",
+ "score-diff-perc": "+29.06628%",
+ "tooltip": "score = 40.365515933333334\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +9.09049 (+29.06628%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1556651,11 +1556651,11 @@
8,
54
),
- "score": 40.365515933333334,
- "score-diff": "8.086122739784948",
- "score-diff-perc": "+25.05042%",
- "tooltip": "score = 40.365515933333334\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +8.08612 (+25.05042%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 32.27939319354839,
+ "score-diff": "-8.086122739784948",
+ "score-diff-perc": "-20.03225%",
+ "tooltip": "score = 32.27939319354839\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -8.08612 (-20.03225%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1556678,9 +1556678,9 @@
17
),
"score": 28.950859442307692,
- "score-diff": "-11.414656491025642",
- "score-diff-perc": "-28.27824%",
- "tooltip": "score = 28.950859442307692\ndate = 2024-05-14 20:17:08\nbranch = develop\ndiff = -11.41466 (-28.27824%)",
+ "score-diff": "-3.3285337512406947",
+ "score-diff-perc": "-10.31164%",
+ "tooltip": "score = 28.950859442307692\ndate = 2024-05-14 20:17:08\nbranch = develop\ndiff = -3.32853 (-10.31164%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9087820038",
"commit-id": "c437721ba5623e6d167ea040832be08b2d84dbe7",
"commit-msg": "Show ALIAS matches as
() (#9955)",
@@ -1562326,11 +1562326,11 @@
18,
7
),
- "score": 15.754374984293193,
- "score-diff": "0.18681159051080876",
- "score-diff-perc": "+1.20001%",
- "tooltip": "score = 15.754374984293193\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.18681 (+1.20001%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 15.123720763819096,
+ "score-diff": "-0.4438426299632887",
+ "score-diff-perc": "-2.85107%",
+ "tooltip": "score = 15.123720763819096\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.44384 (-2.85107%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1562353,9 +1562353,9 @@
7
),
"score": 16.094715759358287,
- "score-diff": "0.3403407750650942",
- "score-diff-perc": "+2.16029%",
- "tooltip": "score = 16.094715759358287\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.34034 (+2.16029%)",
+ "score-diff": "0.9709949955391917",
+ "score-diff-perc": "+6.42034%",
+ "tooltip": "score = 16.094715759358287\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.97099 (+6.42034%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1562378,11 +1562378,11 @@
18,
7
),
- "score": 15.123720763819096,
- "score-diff": "-0.9709949955391917",
- "score-diff-perc": "-6.03300%",
- "tooltip": "score = 15.123720763819096\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.97099 (-6.03300%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 15.754374984293193,
+ "score-diff": "-0.3403407750650942",
+ "score-diff-perc": "-2.11461%",
+ "tooltip": "score = 15.754374984293193\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.34034 (-2.11461%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1562405,9 +1562405,9 @@
41
),
"score": 19.304346846153845,
- "score-diff": "4.180626082334749",
- "score-diff-perc": "+27.64284%",
- "tooltip": "score = 19.304346846153845\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +4.18063 (+27.64284%)",
+ "score-diff": "3.5499718618606515",
+ "score-diff-perc": "+22.53324%",
+ "tooltip": "score = 19.304346846153845\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +3.54997 (+22.53324%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1562508,11 +1562508,11 @@
17,
1
),
- "score": 23.303562682170543,
- "score-diff": "-0.4209790343648905",
- "score-diff-perc": "-1.77445%",
- "tooltip": "score = 23.303562682170543\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.42098 (-1.77445%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 19.963627145695366,
+ "score-diff": "-3.760914570840068",
+ "score-diff-perc": "-15.85242%",
+ "tooltip": "score = 19.963627145695366\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.76091 (-15.85242%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1562534,11 +1562534,11 @@
17,
1
),
- "score": 14.041826126168225,
- "score-diff": "-9.261736556002319",
- "score-diff-perc": "-39.74387%",
- "tooltip": "score = 14.041826126168225\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -9.26174 (-39.74387%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 23.303562682170543,
+ "score-diff": "3.3399355364751777",
+ "score-diff-perc": "+16.73010%",
+ "tooltip": "score = 23.303562682170543\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3.33994 (+16.73010%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1562560,11 +1562560,11 @@
17,
1
),
- "score": 19.963627145695366,
- "score-diff": "5.921801019527141",
- "score-diff-perc": "+42.17258%",
- "tooltip": "score = 19.963627145695366\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.92180 (+42.17258%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 14.041826126168225,
+ "score-diff": "-9.261736556002319",
+ "score-diff-perc": "-39.74387%",
+ "tooltip": "score = 14.041826126168225\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -9.26174 (-39.74387%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1562587,9 +1562587,9 @@
7
),
"score": 18.226239503030303,
- "score-diff": "-1.7373876426650625",
- "score-diff-perc": "-8.70277%",
- "tooltip": "score = 18.226239503030303\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.73739 (-8.70277%)",
+ "score-diff": "4.184413376862079",
+ "score-diff-perc": "+29.79964%",
+ "tooltip": "score = 18.226239503030303\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +4.18441 (+29.79964%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1562872,11 +1562872,11 @@
16,
5
),
- "score": 21.319531028368793,
- "score-diff": "0.5279787456101737",
- "score-diff-perc": "+2.53939%",
- "tooltip": "score = 21.319531028368793\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.52798 (+2.53939%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 17.71797333529412,
+ "score-diff": "-3.073578947464501",
+ "score-diff-perc": "-14.78283%",
+ "tooltip": "score = 17.71797333529412\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.07358 (-14.78283%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1562898,11 +1562898,11 @@
16,
5
),
- "score": 17.71797333529412,
- "score-diff": "-3.6015576930746747",
- "score-diff-perc": "-16.89323%",
- "tooltip": "score = 17.71797333529412\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.60156 (-16.89323%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 18.71530095031056,
+ "score-diff": "0.9973276150164416",
+ "score-diff-perc": "+5.62890%",
+ "tooltip": "score = 18.71530095031056\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.99733 (+5.62890%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1562924,11 +1562924,11 @@
16,
5
),
- "score": 18.71530095031056,
- "score-diff": "0.9973276150164416",
- "score-diff-perc": "+5.62890%",
- "tooltip": "score = 18.71530095031056\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.99733 (+5.62890%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 21.319531028368793,
+ "score-diff": "2.604230078058233",
+ "score-diff-perc": "+13.91498%",
+ "tooltip": "score = 21.319531028368793\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.60423 (+13.91498%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1562951,9 +1562951,9 @@
21
),
"score": 20.409192560810812,
- "score-diff": "1.693891610500252",
- "score-diff-perc": "+9.05084%",
- "tooltip": "score = 20.409192560810812\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.69389 (+9.05084%)",
+ "score-diff": "-0.9103384675579811",
+ "score-diff-perc": "-4.26997%",
+ "tooltip": "score = 20.409192560810812\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.91034 (-4.26997%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1563262,11 +1563262,11 @@
8,
54
),
- "score": 20.920138861111113,
- "score-diff": "-0.7830787791766554",
- "score-diff-perc": "-3.60812%",
- "tooltip": "score = 20.920138861111113\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.78308 (-3.60812%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 16.251878805405404,
+ "score-diff": "-5.451338834882364",
+ "score-diff-perc": "-25.11765%",
+ "tooltip": "score = 16.251878805405404\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -5.45134 (-25.11765%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1563288,11 +1563288,11 @@
8,
54
),
- "score": 16.251878805405404,
- "score-diff": "-4.668260055705709",
- "score-diff-perc": "-22.31467%",
- "tooltip": "score = 16.251878805405404\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -4.66826 (-22.31467%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 20.920138861111113,
+ "score-diff": "4.668260055705709",
+ "score-diff-perc": "+28.72443%",
+ "tooltip": "score = 20.920138861111113\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +4.66826 (+28.72443%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1563315,9 +1563315,9 @@
43
),
"score": 16.587286093922653,
- "score-diff": "0.3354072885172492",
- "score-diff-perc": "+2.06381%",
- "tooltip": "score = 16.587286093922653\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.33541 (+2.06381%)",
+ "score-diff": "-4.332852767188459",
+ "score-diff-perc": "-20.71140%",
+ "tooltip": "score = 16.587286093922653\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -4.33285 (-20.71140%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1568989,11 +1568989,11 @@
18,
7
),
- "score": 16.062219835978837,
- "score-diff": "-0.1029356371394421",
- "score-diff-perc": "-0.63677%",
- "tooltip": "score = 16.062219835978837\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.10294 (-0.63677%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 15.077116685,
+ "score-diff": "-1.0880387881182791",
+ "score-diff-perc": "-6.73077%",
+ "tooltip": "score = 15.077116685\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.08804 (-6.73077%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1569016,9 +1569016,9 @@
7
),
"score": 15.708804633507853,
- "score-diff": "-0.353415202470984",
- "score-diff-perc": "-2.20029%",
- "tooltip": "score = 15.708804633507853\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.35342 (-2.20029%)",
+ "score-diff": "0.631687948507853",
+ "score-diff-perc": "+4.18971%",
+ "tooltip": "score = 15.708804633507853\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.63169 (+4.18971%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1569041,11 +1569041,11 @@
18,
7
),
- "score": 15.077116685,
- "score-diff": "-0.631687948507853",
- "score-diff-perc": "-4.02123%",
- "tooltip": "score = 15.077116685\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.63169 (-4.02123%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 16.062219835978837,
+ "score-diff": "0.353415202470984",
+ "score-diff-perc": "+2.24979%",
+ "tooltip": "score = 16.062219835978837\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.35342 (+2.24979%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1569068,9 +1569068,9 @@
41
),
"score": 14.151934117924528,
- "score-diff": "-0.9251825670754723",
- "score-diff-perc": "-6.13634%",
- "tooltip": "score = 14.151934117924528\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.92518 (-6.13634%)",
+ "score-diff": "-1.9102857180543094",
+ "score-diff-perc": "-11.89304%",
+ "tooltip": "score = 14.151934117924528\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -1.91029 (-11.89304%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1569171,11 +1569171,11 @@
17,
1
),
- "score": 7.579233840909091,
- "score-diff": "-7.187578252228163",
- "score-diff-perc": "-48.67387%",
- "tooltip": "score = 7.579233840909091\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.18758 (-48.67387%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 8.347681347222222,
+ "score-diff": "-6.419130745915032",
+ "score-diff-perc": "-43.46998%",
+ "tooltip": "score = 8.347681347222222\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -6.41913 (-43.46998%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1569197,11 +1569197,11 @@
17,
1
),
- "score": 15.25294325888325,
- "score-diff": "7.673709417974158",
- "score-diff-perc": "+101.24651%",
- "tooltip": "score = 15.25294325888325\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +7.67371 (+101.24651%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 7.579233840909091,
+ "score-diff": "-0.7684475063131311",
+ "score-diff-perc": "-9.20552%",
+ "tooltip": "score = 7.579233840909091\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.76845 (-9.20552%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1569223,11 +1569223,11 @@
17,
1
),
- "score": 8.347681347222222,
- "score-diff": "-6.905261911661027",
- "score-diff-perc": "-45.27167%",
- "tooltip": "score = 8.347681347222222\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -6.90526 (-45.27167%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 15.25294325888325,
+ "score-diff": "7.673709417974158",
+ "score-diff-perc": "+101.24651%",
+ "tooltip": "score = 15.25294325888325\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +7.67371 (+101.24651%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1569250,9 +1569250,9 @@
7
),
"score": 15.125778738693468,
- "score-diff": "6.7780973914712455",
- "score-diff-perc": "+81.19737%",
- "tooltip": "score = 15.125778738693468\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +6.77810 (+81.19737%)",
+ "score-diff": "-0.12716452018978153",
+ "score-diff-perc": "-0.83370%",
+ "tooltip": "score = 15.125778738693468\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.12716 (-0.83370%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1569509,11 +1569509,11 @@
16,
5
),
- "score": 13.85611469124424,
- "score-diff": "-0.5744143520249896",
- "score-diff-perc": "-3.98055%",
- "tooltip": "score = 13.85611469124424\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.57441 (-3.98055%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 15.05038568,
+ "score-diff": "0.6198566367307698",
+ "score-diff-perc": "+4.29545%",
+ "tooltip": "score = 15.05038568\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.61986 (+4.29545%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1569535,11 +1569535,11 @@
16,
5
),
- "score": 15.05038568,
- "score-diff": "1.1942709887557594",
- "score-diff-perc": "+8.61909%",
- "tooltip": "score = 15.05038568\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.19427 (+8.61909%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 15.266097908629442,
+ "score-diff": "0.2157122286294424",
+ "score-diff-perc": "+1.43327%",
+ "tooltip": "score = 15.266097908629442\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.21571 (+1.43327%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1569561,11 +1569561,11 @@
16,
5
),
- "score": 15.266097908629442,
- "score-diff": "0.2157122286294424",
- "score-diff-perc": "+1.43327%",
- "tooltip": "score = 15.266097908629442\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.21571 (+1.43327%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 13.85611469124424,
+ "score-diff": "-1.4099832173852018",
+ "score-diff-perc": "-9.23604%",
+ "tooltip": "score = 13.85611469124424\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.40998 (-9.23604%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1569588,9 +1569588,9 @@
21
),
"score": 13.02447848051948,
- "score-diff": "-2.2416194281099617",
- "score-diff-perc": "-14.68364%",
- "tooltip": "score = 13.02447848051948\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -2.24162 (-14.68364%)",
+ "score-diff": "-0.8316362107247599",
+ "score-diff-perc": "-6.00194%",
+ "tooltip": "score = 13.02447848051948\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.83164 (-6.00194%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1569899,11 +1569899,11 @@
8,
54
),
- "score": 14.441570778846154,
- "score-diff": "-2.1561728399383764",
- "score-diff-perc": "-12.99076%",
- "tooltip": "score = 14.441570778846154\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.15617 (-12.99076%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 9.030673732732733,
+ "score-diff": "-7.567069886051797",
+ "score-diff-perc": "-45.59096%",
+ "tooltip": "score = 9.030673732732733\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -7.56707 (-45.59096%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1569925,11 +1569925,11 @@
8,
54
),
- "score": 9.030673732732733,
- "score-diff": "-5.410897046113421",
- "score-diff-perc": "-37.46751%",
- "tooltip": "score = 9.030673732732733\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -5.41090 (-37.46751%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 14.441570778846154,
+ "score-diff": "5.410897046113421",
+ "score-diff-perc": "+59.91687%",
+ "tooltip": "score = 14.441570778846154\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +5.41090 (+59.91687%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1569952,9 +1569952,9 @@
43
),
"score": 16.68472092777778,
- "score-diff": "7.654047195045045",
- "score-diff-perc": "+84.75610%",
- "tooltip": "score = 16.68472092777778\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +7.65405 (+84.75610%)",
+ "score-diff": "2.2431501489316243",
+ "score-diff-perc": "+15.53259%",
+ "tooltip": "score = 16.68472092777778\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +2.24315 (+15.53259%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1575600,11 +1575600,11 @@
18,
7
),
- "score": 120.09554888,
- "score-diff": "0.8574661492307598",
- "score-diff-perc": "+0.71912%",
- "tooltip": "score = 120.09554888\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.85747 (+0.71912%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 118.22898896153846,
+ "score-diff": "-1.0090937692307733",
+ "score-diff-perc": "-0.84628%",
+ "tooltip": "score = 118.22898896153846\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.00909 (-0.84628%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1575627,9 +1575627,9 @@
7
),
"score": 106.24508334482759,
- "score-diff": "-13.850465535172404",
- "score-diff-perc": "-11.53287%",
- "tooltip": "score = 106.24508334482759\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -13.85047 (-11.53287%)",
+ "score-diff": "-11.98390561671087",
+ "score-diff-perc": "-10.13618%",
+ "tooltip": "score = 106.24508334482759\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -11.98391 (-10.13618%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1575652,11 +1575652,11 @@
18,
7
),
- "score": 118.22898896153846,
- "score-diff": "11.98390561671087",
- "score-diff-perc": "+11.27949%",
- "tooltip": "score = 118.22898896153846\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +11.98391 (+11.27949%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 120.09554888,
+ "score-diff": "13.850465535172404",
+ "score-diff-perc": "+13.03634%",
+ "tooltip": "score = 120.09554888\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +13.85047 (+13.03634%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1575679,9 +1575679,9 @@
41
),
"score": 144.21768242857144,
- "score-diff": "25.988693467032974",
- "score-diff-perc": "+21.98166%",
- "tooltip": "score = 144.21768242857144\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +25.98869 (+21.98166%)",
+ "score-diff": "24.12213354857144",
+ "score-diff-perc": "+20.08578%",
+ "tooltip": "score = 144.21768242857144\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +24.12213 (+20.08578%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1575782,11 +1575782,11 @@
17,
1
),
- "score": 129.667481,
- "score-diff": "-0.3272254999999973",
- "score-diff-perc": "-0.25172%",
- "tooltip": "score = 129.667481\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.32723 (-0.25172%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 134.7578832173913,
+ "score-diff": "4.763176717391303",
+ "score-diff-perc": "+3.66413%",
+ "tooltip": "score = 134.7578832173913\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +4.76318 (+3.66413%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1575808,11 +1575808,11 @@
17,
1
),
- "score": 112.6813074074074,
- "score-diff": "-16.986173592592607",
- "score-diff-perc": "-13.09979%",
- "tooltip": "score = 112.6813074074074\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -16.98617 (-13.09979%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 129.667481,
+ "score-diff": "-5.090402217391301",
+ "score-diff-perc": "-3.77744%",
+ "tooltip": "score = 129.667481\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -5.09040 (-3.77744%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1575834,11 +1575834,11 @@
17,
1
),
- "score": 134.7578832173913,
- "score-diff": "22.076575809983908",
- "score-diff-perc": "+19.59205%",
- "tooltip": "score = 134.7578832173913\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +22.07658 (+19.59205%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 112.6813074074074,
+ "score-diff": "-16.986173592592607",
+ "score-diff-perc": "-13.09979%",
+ "tooltip": "score = 112.6813074074074\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -16.98617 (-13.09979%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1575861,9 +1575861,9 @@
7
),
"score": 114.9751272962963,
- "score-diff": "-19.782755921095017",
- "score-diff-perc": "-14.68022%",
- "tooltip": "score = 114.9751272962963\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -19.78276 (-14.68022%)",
+ "score-diff": "2.2938198888888905",
+ "score-diff-perc": "+2.03567%",
+ "tooltip": "score = 114.9751272962963\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +2.29382 (+2.03567%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1576146,11 +1576146,11 @@
16,
5
),
- "score": 136.40291513636365,
- "score-diff": "8.916477261363653",
- "score-diff-perc": "+6.99406%",
- "tooltip": "score = 136.40291513636365\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +8.91648 (+6.99406%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 109.11482271428571,
+ "score-diff": "-18.371615160714285",
+ "score-diff-perc": "-14.41064%",
+ "tooltip": "score = 109.11482271428571\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -18.37162 (-14.41064%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1576172,11 +1576172,11 @@
16,
5
),
- "score": 109.11482271428571,
- "score-diff": "-27.288092422077938",
- "score-diff-perc": "-20.00551%",
- "tooltip": "score = 109.11482271428571\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -27.28809 (-20.00551%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 132.03964717391304,
+ "score-diff": "22.92482445962733",
+ "score-diff-perc": "+21.00982%",
+ "tooltip": "score = 132.03964717391304\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +22.92482 (+21.00982%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1576198,11 +1576198,11 @@
16,
5
),
- "score": 132.03964717391304,
- "score-diff": "22.92482445962733",
- "score-diff-perc": "+21.00982%",
- "tooltip": "score = 132.03964717391304\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +22.92482 (+21.00982%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 136.40291513636365,
+ "score-diff": "4.363267962450607",
+ "score-diff-perc": "+3.30451%",
+ "tooltip": "score = 136.40291513636365\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.36327 (+3.30451%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1576225,9 +1576225,9 @@
21
),
"score": 128.84214725,
- "score-diff": "-3.1974999239130284",
- "score-diff-perc": "-2.42162%",
- "tooltip": "score = 128.84214725\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -3.19750 (-2.42162%)",
+ "score-diff": "-7.560767886363635",
+ "score-diff-perc": "-5.54297%",
+ "tooltip": "score = 128.84214725\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -7.56077 (-5.54297%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1576536,11 +1576536,11 @@
8,
54
),
- "score": 136.69623160869565,
- "score-diff": "2.8048078260869715",
- "score-diff-perc": "+2.09484%",
- "tooltip": "score = 136.69623160869565\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.80481 (+2.09484%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 118.68704734615385,
+ "score-diff": "-15.204376436454837",
+ "score-diff-perc": "-11.35575%",
+ "tooltip": "score = 118.68704734615385\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -15.20438 (-11.35575%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1576562,11 +1576562,11 @@
8,
54
),
- "score": 118.68704734615385,
- "score-diff": "-18.009184262541808",
- "score-diff-perc": "-13.17460%",
- "tooltip": "score = 118.68704734615385\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -18.00918 (-13.17460%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 136.69623160869565,
+ "score-diff": "18.009184262541808",
+ "score-diff-perc": "+15.17367%",
+ "tooltip": "score = 136.69623160869565\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +18.00918 (+15.17367%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1576589,9 +1576589,9 @@
43
),
"score": 119.24371284615384,
- "score-diff": "0.556665499999994",
- "score-diff-perc": "+0.46902%",
- "tooltip": "score = 119.24371284615384\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.55667 (+0.46902%)",
+ "score-diff": "-17.452518762541814",
+ "score-diff-perc": "-12.76737%",
+ "tooltip": "score = 119.24371284615384\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -17.45252 (-12.76737%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1582237,11 +1582237,11 @@
18,
7
),
- "score": 109.51014592857143,
- "score-diff": "-3.397789626984121",
- "score-diff-perc": "-3.00935%",
- "tooltip": "score = 109.51014592857143\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.39779 (-3.00935%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 108.99712575,
+ "score-diff": "-3.9108098055555587",
+ "score-diff-perc": "-3.46372%",
+ "tooltip": "score = 108.99712575\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.91081 (-3.46372%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1582264,9 +1582264,9 @@
7
),
"score": 113.42914892592593,
- "score-diff": "3.9190029973544966",
- "score-diff-perc": "+3.57867%",
- "tooltip": "score = 113.42914892592593\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.91900 (+3.57867%)",
+ "score-diff": "4.432023175925934",
+ "score-diff-perc": "+4.06618%",
+ "tooltip": "score = 113.42914892592593\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +4.43202 (+4.06618%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1582289,11 +1582289,11 @@
18,
7
),
- "score": 108.99712575,
- "score-diff": "-4.432023175925934",
- "score-diff-perc": "-3.90731%",
- "tooltip": "score = 108.99712575\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.43202 (-3.90731%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 109.51014592857143,
+ "score-diff": "-3.9190029973544966",
+ "score-diff-perc": "-3.45502%",
+ "tooltip": "score = 109.51014592857143\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.91900 (-3.45502%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1582316,9 +1582316,9 @@
41
),
"score": 122.26203564,
- "score-diff": "13.264909889999998",
- "score-diff-perc": "+12.16996%",
- "tooltip": "score = 122.26203564\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +13.26491 (+12.16996%)",
+ "score-diff": "12.75188971142856",
+ "score-diff-perc": "+11.64448%",
+ "tooltip": "score = 122.26203564\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +12.75189 (+11.64448%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1582419,11 +1582419,11 @@
17,
1
),
- "score": 138.59983627272726,
- "score-diff": "15.206897072727259",
- "score-diff-perc": "+12.32396%",
- "tooltip": "score = 138.59983627272726\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +15.20690 (+12.32396%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 139.33402222727273,
+ "score-diff": "15.941083027272725",
+ "score-diff-perc": "+12.91896%",
+ "tooltip": "score = 139.33402222727273\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +15.94108 (+12.91896%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1582445,11 +1582445,11 @@
17,
1
),
- "score": 108.40830642857142,
- "score-diff": "-30.191529844155838",
- "score-diff-perc": "-21.78324%",
- "tooltip": "score = 108.40830642857142\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -30.19153 (-21.78324%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 138.59983627272726,
+ "score-diff": "-0.7341859545454668",
+ "score-diff-perc": "-0.52693%",
+ "tooltip": "score = 138.59983627272726\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.73419 (-0.52693%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1582471,11 +1582471,11 @@
17,
1
),
- "score": 139.33402222727273,
- "score-diff": "30.925715798701304",
- "score-diff-perc": "+28.52707%",
- "tooltip": "score = 139.33402222727273\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +30.92572 (+28.52707%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 108.40830642857142,
+ "score-diff": "-30.191529844155838",
+ "score-diff-perc": "-21.78324%",
+ "tooltip": "score = 108.40830642857142\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -30.19153 (-21.78324%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1582498,9 +1582498,9 @@
7
),
"score": 109.2380705,
- "score-diff": "-30.09595172727272",
- "score-diff-perc": "-21.59986%",
- "tooltip": "score = 109.2380705\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -30.09595 (-21.59986%)",
+ "score-diff": "0.8297640714285848",
+ "score-diff-perc": "+0.76541%",
+ "tooltip": "score = 109.2380705\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.82976 (+0.76541%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1582757,11 +1582757,11 @@
16,
5
),
- "score": 129.95386275,
- "score-diff": "6.606653310000013",
- "score-diff-perc": "+5.35614%",
- "tooltip": "score = 129.95386275\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +6.60665 (+5.35614%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 106.6537244137931,
+ "score-diff": "-16.6934850262069",
+ "score-diff-perc": "-13.53374%",
+ "tooltip": "score = 106.6537244137931\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -16.69349 (-13.53374%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1582783,11 +1582783,11 @@
16,
5
),
- "score": 106.6537244137931,
- "score-diff": "-23.300138336206913",
- "score-diff-perc": "-17.92955%",
- "tooltip": "score = 106.6537244137931\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -23.30014 (-17.92955%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 121.86704668,
+ "score-diff": "15.213322266206902",
+ "score-diff-perc": "+14.26422%",
+ "tooltip": "score = 121.86704668\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +15.21332 (+14.26422%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1582809,11 +1582809,11 @@
16,
5
),
- "score": 121.86704668,
- "score-diff": "15.213322266206902",
- "score-diff-perc": "+14.26422%",
- "tooltip": "score = 121.86704668\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +15.21332 (+14.26422%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 129.95386275,
+ "score-diff": "8.086816070000012",
+ "score-diff-perc": "+6.63577%",
+ "tooltip": "score = 129.95386275\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +8.08682 (+6.63577%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1582836,9 +1582836,9 @@
21
),
"score": 127.24635995833333,
- "score-diff": "5.379313278333328",
- "score-diff-perc": "+4.41408%",
- "tooltip": "score = 127.24635995833333\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +5.37931 (+4.41408%)",
+ "score-diff": "-2.707502791666684",
+ "score-diff-perc": "-2.08343%",
+ "tooltip": "score = 127.24635995833333\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -2.70750 (-2.08343%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1583147,11 +1583147,11 @@
8,
54
),
- "score": 136.81895927272728,
- "score-diff": "-7.119764822510803",
- "score-diff-perc": "-4.94639%",
- "tooltip": "score = 136.81895927272728\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -7.11976 (-4.94639%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 110.02541642857143,
+ "score-diff": "-33.913307666666654",
+ "score-diff-perc": "-23.56093%",
+ "tooltip": "score = 110.02541642857143\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -33.91331 (-23.56093%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1583173,11 +1583173,11 @@
8,
54
),
- "score": 110.02541642857143,
- "score-diff": "-26.79354284415585",
- "score-diff-perc": "-19.58321%",
- "tooltip": "score = 110.02541642857143\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -26.79354 (-19.58321%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 136.81895927272728,
+ "score-diff": "26.79354284415585",
+ "score-diff-perc": "+24.35214%",
+ "tooltip": "score = 136.81895927272728\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +26.79354 (+24.35214%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1583200,9 +1583200,9 @@
43
),
"score": 109.76490092857144,
- "score-diff": "-0.2605154999999968",
- "score-diff-perc": "-0.23678%",
- "tooltip": "score = 109.76490092857144\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.26052 (-0.23678%)",
+ "score-diff": "-27.054058344155848",
+ "score-diff-perc": "-19.77362%",
+ "tooltip": "score = 109.76490092857144\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -27.05406 (-19.77362%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1588874,11 +1588874,11 @@
18,
7
),
- "score": 168.8375176111111,
- "score-diff": "1.4658858333333455",
- "score-diff-perc": "+0.87583%",
- "tooltip": "score = 168.8375176111111\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.46589 (+0.87583%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 155.5855869,
+ "score-diff": "-11.786044877777755",
+ "score-diff-perc": "-7.04184%",
+ "tooltip": "score = 155.5855869\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -11.78604 (-7.04184%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1588901,9 +1588901,9 @@
7
),
"score": 178.01101247058824,
- "score-diff": "9.173494859477131",
- "score-diff-perc": "+5.43333%",
- "tooltip": "score = 178.01101247058824\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +9.17349 (+5.43333%)",
+ "score-diff": "22.42542557058823",
+ "score-diff-perc": "+14.41356%",
+ "tooltip": "score = 178.01101247058824\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +22.42543 (+14.41356%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1588926,11 +1588926,11 @@
18,
7
),
- "score": 155.5855869,
- "score-diff": "-22.42542557058823",
- "score-diff-perc": "-12.59777%",
- "tooltip": "score = 155.5855869\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -22.42543 (-12.59777%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 168.8375176111111,
+ "score-diff": "-9.173494859477131",
+ "score-diff-perc": "-5.15333%",
+ "tooltip": "score = 168.8375176111111\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -9.17349 (-5.15333%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1588953,9 +1588953,9 @@
41
),
"score": 182.89105376470587,
- "score-diff": "27.305466864705863",
- "score-diff-perc": "+17.55013%",
- "tooltip": "score = 182.89105376470587\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +27.30547 (+17.55013%)",
+ "score-diff": "14.053536153594763",
+ "score-diff-perc": "+8.32370%",
+ "tooltip": "score = 182.89105376470587\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +14.05354 (+8.32370%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1589056,11 +1589056,11 @@
17,
1
),
- "score": 180.79174864705882,
- "score-diff": "7.206435647058811",
- "score-diff-perc": "+4.15152%",
- "tooltip": "score = 180.79174864705882\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +7.20644 (+4.15152%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 181.70872452941177,
+ "score-diff": "8.123411529411754",
+ "score-diff-perc": "+4.67978%",
+ "tooltip": "score = 181.70872452941177\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +8.12341 (+4.67978%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1589082,11 +1589082,11 @@
17,
1
),
- "score": 168.29613572222223,
- "score-diff": "-12.495612924836593",
- "score-diff-perc": "-6.91161%",
- "tooltip": "score = 168.29613572222223\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -12.49561 (-6.91161%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 180.79174864705882,
+ "score-diff": "-0.9169758823529435",
+ "score-diff-perc": "-0.50464%",
+ "tooltip": "score = 180.79174864705882\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.91698 (-0.50464%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1589108,11 +1589108,11 @@
17,
1
),
- "score": 181.70872452941177,
- "score-diff": "13.412588807189536",
- "score-diff-perc": "+7.96964%",
- "tooltip": "score = 181.70872452941177\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +13.41259 (+7.96964%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 168.29613572222223,
+ "score-diff": "-12.495612924836593",
+ "score-diff-perc": "-6.91161%",
+ "tooltip": "score = 168.29613572222223\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -12.49561 (-6.91161%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1589135,9 +1589135,9 @@
1
),
"score": 175.6870573888889,
- "score-diff": "-6.021667140522879",
- "score-diff-perc": "-3.31391%",
- "tooltip": "score = 175.6870573888889\ndate = 2024-04-16 21:01:32\nbranch = develop\ndiff = -6.02167 (-3.31391%)",
+ "score-diff": "7.390921666666657",
+ "score-diff-perc": "+4.39162%",
+ "tooltip": "score = 175.6870573888889\ndate = 2024-04-16 21:01:32\nbranch = develop\ndiff = +7.39092 (+4.39162%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8714124033",
"commit-id": "d6f7afc6248e7972a1867c55d381fec894764672",
"commit-msg": "Open Java modules for Snowflake setup (#9664)",
@@ -1589394,11 +1589394,11 @@
16,
5
),
- "score": 175.01652,
- "score-diff": "0.6380116111111249",
- "score-diff-perc": "+0.36588%",
- "tooltip": "score = 175.01652\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.63801 (+0.36588%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 165.22331763157894,
+ "score-diff": "-9.155190757309953",
+ "score-diff-perc": "-5.25018%",
+ "tooltip": "score = 165.22331763157894\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -9.15519 (-5.25018%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1589420,11 +1589420,11 @@
16,
5
),
- "score": 165.22331763157894,
- "score-diff": "-9.793202368421078",
- "score-diff-perc": "-5.59559%",
- "tooltip": "score = 165.22331763157894\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -9.79320 (-5.59559%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 168.0793345,
+ "score-diff": "2.856016868421051",
+ "score-diff-perc": "+1.72858%",
+ "tooltip": "score = 168.0793345\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.85602 (+1.72858%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1589446,11 +1589446,11 @@
16,
5
),
- "score": 168.0793345,
- "score-diff": "2.856016868421051",
- "score-diff-perc": "+1.72858%",
- "tooltip": "score = 168.0793345\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.85602 (+1.72858%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 175.01652,
+ "score-diff": "6.937185500000027",
+ "score-diff-perc": "+4.12733%",
+ "tooltip": "score = 175.01652\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +6.93719 (+4.12733%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1589473,9 +1589473,9 @@
21
),
"score": 181.8039323529412,
- "score-diff": "13.724597852941201",
- "score-diff-perc": "+8.16555%",
- "tooltip": "score = 181.8039323529412\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +13.72460 (+8.16555%)",
+ "score-diff": "6.787412352941175",
+ "score-diff-perc": "+3.87816%",
+ "tooltip": "score = 181.8039323529412\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +6.78741 (+3.87816%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1589784,11 +1589784,11 @@
8,
54
),
- "score": 189.180095,
- "score-diff": "16.15406577777776",
- "score-diff-perc": "+9.33621%",
- "tooltip": "score = 189.180095\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +16.15407 (+9.33621%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 161.37332836842106,
+ "score-diff": "-11.652700853801178",
+ "score-diff-perc": "-6.73465%",
+ "tooltip": "score = 161.37332836842106\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -11.65270 (-6.73465%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1589810,11 +1589810,11 @@
8,
54
),
- "score": 161.37332836842106,
- "score-diff": "-27.806766631578938",
- "score-diff-perc": "-14.69857%",
- "tooltip": "score = 161.37332836842106\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -27.80677 (-14.69857%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 189.180095,
+ "score-diff": "27.806766631578938",
+ "score-diff-perc": "+17.23133%",
+ "tooltip": "score = 189.180095\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +27.80677 (+17.23133%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1589837,9 +1589837,9 @@
17
),
"score": 167.98640655555556,
- "score-diff": "6.613078187134505",
- "score-diff-perc": "+4.09800%",
- "tooltip": "score = 167.98640655555556\ndate = 2024-05-14 20:17:08\nbranch = develop\ndiff = +6.61308 (+4.09800%)",
+ "score-diff": "-21.193688444444433",
+ "score-diff-perc": "-11.20292%",
+ "tooltip": "score = 167.98640655555556\ndate = 2024-05-14 20:17:08\nbranch = develop\ndiff = -21.19369 (-11.20292%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9087820038",
"commit-id": "c437721ba5623e6d167ea040832be08b2d84dbe7",
"commit-msg": "Show ALIAS matches as () (#9955)",
@@ -1595485,11 +1595485,11 @@
18,
7
),
- "score": 40.02604392,
- "score-diff": "-0.1927192799999986",
- "score-diff-perc": "-0.47918%",
- "tooltip": "score = 40.02604392\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.19272 (-0.47918%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 39.5998420131579,
+ "score-diff": "-0.6189211868421012",
+ "score-diff-perc": "-1.53889%",
+ "tooltip": "score = 39.5998420131579\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.61892 (-1.53889%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1595511,11 +1595511,11 @@
18,
7
),
- "score": 39.5998420131579,
- "score-diff": "-0.4262019068421026",
- "score-diff-perc": "-1.06481%",
- "tooltip": "score = 39.5998420131579\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.42620 (-1.06481%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
+ "score": 40.02604392,
+ "score-diff": "0.4262019068421026",
+ "score-diff-perc": "+1.07627%",
+ "tooltip": "score = 40.02604392\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.42620 (+1.07627%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1595538,9 +1595538,9 @@
41
),
"score": 47.333273109375,
- "score-diff": "7.733431096217103",
- "score-diff-perc": "+19.52894%",
- "tooltip": "score = 47.333273109375\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +7.73343 (+19.52894%)",
+ "score-diff": "7.3072291893750005",
+ "score-diff-perc": "+18.25619%",
+ "tooltip": "score = 47.333273109375\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +7.30723 (+18.25619%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1595641,11 +1595641,11 @@
17,
1
),
- "score": 46.791092923076924,
- "score-diff": "-7.332877451923075",
- "score-diff-perc": "-13.54830%",
- "tooltip": "score = 46.791092923076924\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.33288 (-13.54830%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 47.726095174603174,
+ "score-diff": "-6.397875200396825",
+ "score-diff-perc": "-11.82078%",
+ "tooltip": "score = 47.726095174603174\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -6.39788 (-11.82078%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1595667,11 +1595667,11 @@
17,
1
),
- "score": 38.628529974358976,
- "score-diff": "-8.162562948717948",
- "score-diff-perc": "-17.44469%",
- "tooltip": "score = 38.628529974358976\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -8.16256 (-17.44469%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 46.791092923076924,
+ "score-diff": "-0.9350022515262495",
+ "score-diff-perc": "-1.95910%",
+ "tooltip": "score = 46.791092923076924\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.93500 (-1.95910%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1595693,11 +1595693,11 @@
17,
1
),
- "score": 47.726095174603174,
- "score-diff": "9.097565200244198",
- "score-diff-perc": "+23.55141%",
- "tooltip": "score = 47.726095174603174\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +9.09757 (+23.55141%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 38.628529974358976,
+ "score-diff": "-8.162562948717948",
+ "score-diff-perc": "-17.44469%",
+ "tooltip": "score = 38.628529974358976\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -8.16256 (-17.44469%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1595720,9 +1595720,9 @@
7
),
"score": 40.97254081081081,
- "score-diff": "-6.753554363792361",
- "score-diff-perc": "-14.15065%",
- "tooltip": "score = 40.97254081081081\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -6.75355 (-14.15065%)",
+ "score-diff": "2.3440108364518366",
+ "score-diff-perc": "+6.06808%",
+ "tooltip": "score = 40.97254081081081\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +2.34401 (+6.06808%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1596005,11 +1596005,11 @@
16,
5
),
- "score": 47.397688765625,
- "score-diff": "-5.405172515076757",
- "score-diff-perc": "-10.23651%",
- "tooltip": "score = 47.397688765625\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -5.40517 (-10.23651%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 44.71878476470588,
+ "score-diff": "-8.084076515995875",
+ "score-diff-perc": "-15.30992%",
+ "tooltip": "score = 44.71878476470588\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -8.08408 (-15.30992%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1596031,11 +1596031,11 @@
16,
5
),
- "score": 44.71878476470588,
- "score-diff": "-2.6789040009191183",
- "score-diff-perc": "-5.65197%",
- "tooltip": "score = 44.71878476470588\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.67890 (-5.65197%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 47.376569703125,
+ "score-diff": "2.6577849384191197",
+ "score-diff-perc": "+5.94333%",
+ "tooltip": "score = 47.376569703125\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.65778 (+5.94333%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1596057,11 +1596057,11 @@
16,
5
),
- "score": 47.376569703125,
- "score-diff": "2.6577849384191197",
- "score-diff-perc": "+5.94333%",
- "tooltip": "score = 47.376569703125\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.65778 (+5.94333%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 47.397688765625,
+ "score-diff": "0.02111906249999862",
+ "score-diff-perc": "+0.04458%",
+ "tooltip": "score = 47.397688765625\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02112 (+0.04458%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1596084,9 +1596084,9 @@
21
),
"score": 47.82458988888889,
- "score-diff": "0.44802018576388747",
- "score-diff-perc": "+0.94566%",
- "tooltip": "score = 47.82458988888889\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.44802 (+0.94566%)",
+ "score-diff": "0.42690112326388885",
+ "score-diff-perc": "+0.90068%",
+ "tooltip": "score = 47.82458988888889\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.42690 (+0.90068%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1596395,11 +1596395,11 @@
8,
54
),
- "score": 51.44727837288136,
- "score-diff": "-1.1447171443600226",
- "score-diff-perc": "-2.17660%",
- "tooltip": "score = 51.44727837288136\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.14472 (-2.17660%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 41.125620315068495,
+ "score-diff": "-11.466375202172884",
+ "score-diff-perc": "-21.80251%",
+ "tooltip": "score = 41.125620315068495\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -11.46638 (-21.80251%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1596421,11 +1596421,11 @@
8,
54
),
- "score": 41.125620315068495,
- "score-diff": "-10.321658057812861",
- "score-diff-perc": "-20.06259%",
- "tooltip": "score = 41.125620315068495\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -10.32166 (-20.06259%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 51.44727837288136,
+ "score-diff": "10.321658057812861",
+ "score-diff-perc": "+25.09788%",
+ "tooltip": "score = 51.44727837288136\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +10.32166 (+25.09788%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1596448,9 +1596448,9 @@
43
),
"score": 45.51599062121212,
- "score-diff": "4.390370306143623",
- "score-diff-perc": "+10.67551%",
- "tooltip": "score = 45.51599062121212\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +4.39037 (+10.67551%)",
+ "score-diff": "-5.931287751669238",
+ "score-diff-perc": "-11.52887%",
+ "tooltip": "score = 45.51599062121212\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -5.93129 (-11.52887%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1602122,11 +1602122,11 @@
18,
7
),
- "score": 23.75314288976378,
- "score-diff": "1.9902787303434906",
- "score-diff-perc": "+9.14530%",
- "tooltip": "score = 23.75314288976378\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.99028 (+9.14530%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 21.625796539568345,
+ "score-diff": "-0.13706761985194404",
+ "score-diff-perc": "-0.62982%",
+ "tooltip": "score = 21.625796539568345\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.13707 (-0.62982%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1602149,9 +1602149,9 @@
7
),
"score": 22.680313436090227,
- "score-diff": "-1.0728294536735525",
- "score-diff-perc": "-4.51658%",
- "tooltip": "score = 22.680313436090227\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.07283 (-4.51658%)",
+ "score-diff": "1.054516896521882",
+ "score-diff-perc": "+4.87620%",
+ "tooltip": "score = 22.680313436090227\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.05452 (+4.87620%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1602174,11 +1602174,11 @@
18,
7
),
- "score": 21.625796539568345,
- "score-diff": "-1.054516896521882",
- "score-diff-perc": "-4.64948%",
- "tooltip": "score = 21.625796539568345\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.05452 (-4.64948%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 23.75314288976378,
+ "score-diff": "1.0728294536735525",
+ "score-diff-perc": "+4.73022%",
+ "tooltip": "score = 23.75314288976378\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.07283 (+4.73022%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1602201,9 +1602201,9 @@
41
),
"score": 38.162286455696204,
- "score-diff": "16.53648991612786",
- "score-diff-perc": "+76.46650%",
- "tooltip": "score = 38.162286455696204\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +16.53649 (+76.46650%)",
+ "score-diff": "14.409143565932425",
+ "score-diff-perc": "+60.66205%",
+ "tooltip": "score = 38.162286455696204\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +14.40914 (+60.66205%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1602304,11 +1602304,11 @@
17,
1
),
- "score": 34.30650881818182,
- "score-diff": "1.3071229830169813",
- "score-diff-perc": "+3.96105%",
- "tooltip": "score = 34.30650881818182\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.30712 (+3.96105%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 33.01870257142857,
+ "score-diff": "0.019316736263732537",
+ "score-diff-perc": "+0.05854%",
+ "tooltip": "score = 33.01870257142857\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01932 (+0.05854%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1602330,11 +1602330,11 @@
17,
1
),
- "score": 23.775177086614175,
- "score-diff": "-10.531331731567644",
- "score-diff-perc": "-30.69777%",
- "tooltip": "score = 23.775177086614175\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -10.53133 (-30.69777%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 34.30650881818182,
+ "score-diff": "1.2878062467532487",
+ "score-diff-perc": "+3.90023%",
+ "tooltip": "score = 34.30650881818182\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.28781 (+3.90023%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1602356,11 +1602356,11 @@
17,
1
),
- "score": 33.01870257142857,
- "score-diff": "9.243525484814395",
- "score-diff-perc": "+38.87889%",
- "tooltip": "score = 33.01870257142857\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +9.24353 (+38.87889%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 23.775177086614175,
+ "score-diff": "-10.531331731567644",
+ "score-diff-perc": "-30.69777%",
+ "tooltip": "score = 23.775177086614175\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -10.53133 (-30.69777%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1602383,9 +1602383,9 @@
7
),
"score": 25.461053059322033,
- "score-diff": "-7.557649512106536",
- "score-diff-perc": "-22.88900%",
- "tooltip": "score = 25.461053059322033\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -7.55765 (-22.88900%)",
+ "score-diff": "1.6858759727078585",
+ "score-diff-perc": "+7.09091%",
+ "tooltip": "score = 25.461053059322033\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.68588 (+7.09091%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1602668,11 +1602668,11 @@
16,
5
),
- "score": 34.67004803448276,
- "score-diff": "2.3326637871709366",
- "score-diff-perc": "+7.21352%",
- "tooltip": "score = 34.67004803448276\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.33266 (+7.21352%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 25.698808598290597,
+ "score-diff": "-6.638575649021227",
+ "score-diff-perc": "-20.52911%",
+ "tooltip": "score = 25.698808598290597\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -6.63858 (-20.52911%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1602694,11 +1602694,11 @@
16,
5
),
- "score": 25.698808598290597,
- "score-diff": "-8.971239436192164",
- "score-diff-perc": "-25.87605%",
- "tooltip": "score = 25.698808598290597\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -8.97124 (-25.87605%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 34.21244902272727,
+ "score-diff": "8.513640424436673",
+ "score-diff-perc": "+33.12854%",
+ "tooltip": "score = 34.21244902272727\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +8.51364 (+33.12854%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1602720,11 +1602720,11 @@
16,
5
),
- "score": 34.21244902272727,
- "score-diff": "8.513640424436673",
- "score-diff-perc": "+33.12854%",
- "tooltip": "score = 34.21244902272727\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +8.51364 (+33.12854%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 34.67004803448276,
+ "score-diff": "0.4575990117554909",
+ "score-diff-perc": "+1.33752%",
+ "tooltip": "score = 34.67004803448276\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.45760 (+1.33752%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1602747,9 +1602747,9 @@
21
),
"score": 35.97494182142857,
- "score-diff": "1.7624927987013024",
- "score-diff-perc": "+5.15161%",
- "tooltip": "score = 35.97494182142857\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.76249 (+5.15161%)",
+ "score-diff": "1.3048937869458115",
+ "score-diff-perc": "+3.76375%",
+ "tooltip": "score = 35.97494182142857\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.30489 (+3.76375%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1603058,11 +1603058,11 @@
8,
54
),
- "score": 34.847712436781606,
- "score-diff": "2.0398090019989965",
- "score-diff-perc": "+6.21743%",
- "tooltip": "score = 34.847712436781606\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.03981 (+6.21743%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 22.498615507462688,
+ "score-diff": "-10.309287927319922",
+ "score-diff-perc": "-31.42318%",
+ "tooltip": "score = 22.498615507462688\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -10.30929 (-31.42318%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1603084,11 +1603084,11 @@
8,
54
),
- "score": 22.498615507462688,
- "score-diff": "-12.349096929318918",
- "score-diff-perc": "-35.43732%",
- "tooltip": "score = 22.498615507462688\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.34910 (-35.43732%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 34.847712436781606,
+ "score-diff": "12.349096929318918",
+ "score-diff-perc": "+54.88825%",
+ "tooltip": "score = 34.847712436781606\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +12.34910 (+54.88825%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1603111,9 +1603111,9 @@
43
),
"score": 22.916896809160306,
- "score-diff": "0.41828130169761835",
- "score-diff-perc": "+1.85914%",
- "tooltip": "score = 22.916896809160306\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.41828 (+1.85914%)",
+ "score-diff": "-11.9308156276213",
+ "score-diff-perc": "-34.23701%",
+ "tooltip": "score = 22.916896809160306\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -11.93082 (-34.23701%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1608759,11 +1608759,11 @@
18,
7
),
- "score": 23.389876217054265,
- "score-diff": "3.8372146521192008",
- "score-diff-perc": "+19.62502%",
- "tooltip": "score = 23.389876217054265\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.83721 (+19.62502%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 21.35974393617021,
+ "score-diff": "1.807082371235147",
+ "score-diff-perc": "+9.24213%",
+ "tooltip": "score = 21.35974393617021\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.80708 (+9.24213%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1608786,9 +1608786,9 @@
7
),
"score": 20.339135344594595,
- "score-diff": "-3.05074087245967",
- "score-diff-perc": "-13.04300%",
- "tooltip": "score = 20.339135344594595\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.05074 (-13.04300%)",
+ "score-diff": "-1.0206085915756162",
+ "score-diff-perc": "-4.77819%",
+ "tooltip": "score = 20.339135344594595\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.02061 (-4.77819%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1608811,11 +1608811,11 @@
18,
7
),
- "score": 21.35974393617021,
- "score-diff": "1.0206085915756162",
- "score-diff-perc": "+5.01795%",
- "tooltip": "score = 21.35974393617021\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.02061 (+5.01795%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 23.389876217054265,
+ "score-diff": "3.05074087245967",
+ "score-diff-perc": "+14.99936%",
+ "tooltip": "score = 23.389876217054265\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.05074 (+14.99936%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1608838,9 +1608838,9 @@
41
),
"score": 13.970890939534884,
- "score-diff": "-7.388852996635327",
- "score-diff-perc": "-34.59242%",
- "tooltip": "score = 13.970890939534884\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -7.38885 (-34.59242%)",
+ "score-diff": "-9.418985277519381",
+ "score-diff-perc": "-40.26950%",
+ "tooltip": "score = 13.970890939534884\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -9.41899 (-40.26950%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1608941,11 +1608941,11 @@
17,
1
),
- "score": 18.9823293875,
- "score-diff": "-2.532099862500001",
- "score-diff-perc": "-11.76931%",
- "tooltip": "score = 18.9823293875\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.53210 (-11.76931%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 12.506991395833333,
+ "score-diff": "-9.007437854166666",
+ "score-diff-perc": "-41.86696%",
+ "tooltip": "score = 12.506991395833333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -9.00744 (-41.86696%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1608967,11 +1608967,11 @@
17,
1
),
- "score": 21.009849433566433,
- "score-diff": "2.027520046066435",
- "score-diff-perc": "+10.68109%",
- "tooltip": "score = 21.009849433566433\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.02752 (+10.68109%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 18.9823293875,
+ "score-diff": "6.475337991666665",
+ "score-diff-perc": "+51.77375%",
+ "tooltip": "score = 18.9823293875\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +6.47534 (+51.77375%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1608993,11 +1608993,11 @@
17,
1
),
- "score": 12.506991395833333,
- "score-diff": "-8.5028580377331",
- "score-diff-perc": "-40.47082%",
- "tooltip": "score = 12.506991395833333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -8.50286 (-40.47082%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 21.009849433566433,
+ "score-diff": "2.027520046066435",
+ "score-diff-perc": "+10.68109%",
+ "tooltip": "score = 21.009849433566433\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.02752 (+10.68109%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1609020,9 +1609020,9 @@
7
),
"score": 11.596086733590733,
- "score-diff": "-0.9109046622426007",
- "score-diff-perc": "-7.28316%",
- "tooltip": "score = 11.596086733590733\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.91090 (-7.28316%)",
+ "score-diff": "-9.4137626999757",
+ "score-diff-perc": "-44.80643%",
+ "tooltip": "score = 11.596086733590733\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -9.41376 (-44.80643%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1609305,11 +1609305,11 @@
16,
5
),
- "score": 15.72711609947644,
- "score-diff": "3.2254674119764406",
- "score-diff-perc": "+25.80034%",
- "tooltip": "score = 15.72711609947644\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.22547 (+25.80034%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 20.839455944827588,
+ "score-diff": "8.337807257327588",
+ "score-diff-perc": "+66.69366%",
+ "tooltip": "score = 20.839455944827588\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +8.33781 (+66.69366%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1609331,11 +1609331,11 @@
16,
5
),
- "score": 20.839455944827588,
- "score-diff": "5.112339845351148",
- "score-diff-perc": "+32.50653%",
- "tooltip": "score = 20.839455944827588\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.11234 (+32.50653%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 19.31219130769231,
+ "score-diff": "-1.5272646371352785",
+ "score-diff-perc": "-7.32872%",
+ "tooltip": "score = 19.31219130769231\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.52726 (-7.32872%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1609357,11 +1609357,11 @@
16,
5
),
- "score": 19.31219130769231,
- "score-diff": "-1.5272646371352785",
- "score-diff-perc": "-7.32872%",
- "tooltip": "score = 19.31219130769231\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.52726 (-7.32872%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 15.72711609947644,
+ "score-diff": "-3.5850752082158692",
+ "score-diff-perc": "-18.56379%",
+ "tooltip": "score = 15.72711609947644\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.58508 (-18.56379%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1609384,9 +1609384,9 @@
21
),
"score": 20.33266054054054,
- "score-diff": "1.0204692328482317",
- "score-diff-perc": "+5.28407%",
- "tooltip": "score = 20.33266054054054\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.02047 (+5.28407%)",
+ "score-diff": "4.605544441064101",
+ "score-diff-perc": "+29.28410%",
+ "tooltip": "score = 20.33266054054054\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +4.60554 (+29.28410%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1609695,11 +1609695,11 @@
8,
54
),
- "score": 20.21280488590604,
- "score-diff": "6.48114813704759",
- "score-diff-perc": "+47.19859%",
- "tooltip": "score = 20.21280488590604\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +6.48115 (+47.19859%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 21.845028956521737,
+ "score-diff": "8.11337220766329",
+ "score-diff-perc": "+59.08517%",
+ "tooltip": "score = 21.845028956521737\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +8.11337 (+59.08517%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1609721,11 +1609721,11 @@
8,
54
),
- "score": 21.845028956521737,
- "score-diff": "1.632224070615699",
- "score-diff-perc": "+8.07520%",
- "tooltip": "score = 21.845028956521737\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.63222 (+8.07520%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 20.21280488590604,
+ "score-diff": "-1.632224070615699",
+ "score-diff-perc": "-7.47183%",
+ "tooltip": "score = 20.21280488590604\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.63222 (-7.47183%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1609748,9 +1609748,9 @@
43
),
"score": 20.27799735810811,
- "score-diff": "-1.567031598413628",
- "score-diff-perc": "-7.17340%",
- "tooltip": "score = 20.27799735810811\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.56703 (-7.17340%)",
+ "score-diff": "0.06519247220207092",
+ "score-diff-perc": "+0.32253%",
+ "tooltip": "score = 20.27799735810811\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.06519 (+0.32253%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1615422,11 +1615422,11 @@
18,
7
),
- "score": 23.435729170542636,
- "score-diff": "-0.4977390834256177",
- "score-diff-perc": "-2.07968%",
- "tooltip": "score = 23.435729170542636\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.49774 (-2.07968%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 25.049422058333334,
+ "score-diff": "1.1159538043650805",
+ "score-diff-perc": "+4.66273%",
+ "tooltip": "score = 25.049422058333334\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.11595 (+4.66273%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1615449,9 +1615449,9 @@
7
),
"score": 22.825239825757574,
- "score-diff": "-0.6104893447850621",
- "score-diff-perc": "-2.60495%",
- "tooltip": "score = 22.825239825757574\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.61049 (-2.60495%)",
+ "score-diff": "-2.2241822325757603",
+ "score-diff-perc": "-8.87918%",
+ "tooltip": "score = 22.825239825757574\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.22418 (-8.87918%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1615474,11 +1615474,11 @@
18,
7
),
- "score": 25.049422058333334,
- "score-diff": "2.2241822325757603",
- "score-diff-perc": "+9.74440%",
- "tooltip": "score = 25.049422058333334\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.22418 (+9.74440%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 23.435729170542636,
+ "score-diff": "0.6104893447850621",
+ "score-diff-perc": "+2.67462%",
+ "tooltip": "score = 23.435729170542636\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.61049 (+2.67462%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1615501,9 +1615501,9 @@
41
),
"score": 30.42463586868687,
- "score-diff": "5.375213810353536",
- "score-diff-perc": "+21.45843%",
- "tooltip": "score = 30.42463586868687\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +5.37521 (+21.45843%)",
+ "score-diff": "6.988906698144234",
+ "score-diff-perc": "+29.82159%",
+ "tooltip": "score = 30.42463586868687\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +6.98891 (+29.82159%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1615604,11 +1615604,11 @@
17,
1
),
- "score": 30.08448355,
- "score-diff": "-0.5655554704081602",
- "score-diff-perc": "-1.84520%",
- "tooltip": "score = 30.08448355\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.56556 (-1.84520%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 36.01727222619048,
+ "score-diff": "5.367233205782316",
+ "score-diff-perc": "+17.51134%",
+ "tooltip": "score = 36.01727222619048\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.36723 (+17.51134%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1615630,11 +1615630,11 @@
17,
1
),
- "score": 19.182551719745224,
- "score-diff": "-10.901931830254778",
- "score-diff-perc": "-36.23772%",
- "tooltip": "score = 19.182551719745224\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -10.90193 (-36.23772%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 30.08448355,
+ "score-diff": "-5.9327886761904765",
+ "score-diff-perc": "-16.47207%",
+ "tooltip": "score = 30.08448355\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -5.93279 (-16.47207%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1615656,11 +1615656,11 @@
17,
1
),
- "score": 36.01727222619048,
- "score-diff": "16.834720506445255",
- "score-diff-perc": "+87.76059%",
- "tooltip": "score = 36.01727222619048\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +16.83472 (+87.76059%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 19.182551719745224,
+ "score-diff": "-10.901931830254778",
+ "score-diff-perc": "-36.23772%",
+ "tooltip": "score = 19.182551719745224\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -10.90193 (-36.23772%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1615683,9 +1615683,9 @@
7
),
"score": 26.6262646460177,
- "score-diff": "-9.39100758017278",
- "score-diff-perc": "-26.07362%",
- "tooltip": "score = 26.6262646460177\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -9.39101 (-26.07362%)",
+ "score-diff": "7.443712926272475",
+ "score-diff-perc": "+38.80460%",
+ "tooltip": "score = 26.6262646460177\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +7.44371 (+38.80460%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1615968,11 +1615968,11 @@
16,
5
),
- "score": 27.87457088888889,
- "score-diff": "-0.13361847222222067",
- "score-diff-perc": "-0.47707%",
- "tooltip": "score = 27.87457088888889\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.13362 (-0.47707%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 24.65804631147541,
+ "score-diff": "-3.350143049635701",
+ "score-diff-perc": "-11.96130%",
+ "tooltip": "score = 24.65804631147541\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.35014 (-11.96130%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1615994,11 +1615994,11 @@
16,
5
),
- "score": 24.65804631147541,
- "score-diff": "-3.2165245774134803",
- "score-diff-perc": "-11.53928%",
- "tooltip": "score = 24.65804631147541\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.21652 (-11.53928%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 36.50097495180723,
+ "score-diff": "11.84292864033182",
+ "score-diff-perc": "+48.02866%",
+ "tooltip": "score = 36.50097495180723\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +11.84293 (+48.02866%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1616020,11 +1616020,11 @@
16,
5
),
- "score": 36.50097495180723,
- "score-diff": "11.84292864033182",
- "score-diff-perc": "+48.02866%",
- "tooltip": "score = 36.50097495180723\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +11.84293 (+48.02866%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 27.87457088888889,
+ "score-diff": "-8.62640406291834",
+ "score-diff-perc": "-23.63335%",
+ "tooltip": "score = 27.87457088888889\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -8.62640 (-23.63335%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1616047,9 +1616047,9 @@
21
),
"score": 31.74739065263158,
- "score-diff": "-4.75358429917565",
- "score-diff-perc": "-13.02317%",
- "tooltip": "score = 31.74739065263158\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -4.75358 (-13.02317%)",
+ "score-diff": "3.87281976374269",
+ "score-diff-perc": "+13.89374%",
+ "tooltip": "score = 31.74739065263158\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +3.87282 (+13.89374%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1616358,11 +1616358,11 @@
8,
54
),
- "score": 29.712677128712873,
- "score-diff": "-0.06038189108910785",
- "score-diff-perc": "-0.20281%",
- "tooltip": "score = 29.712677128712873\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.06038 (-0.20281%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 23.632625866141733,
+ "score-diff": "-6.140433153660247",
+ "score-diff-perc": "-20.62413%",
+ "tooltip": "score = 23.632625866141733\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -6.14043 (-20.62413%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1616384,11 +1616384,11 @@
8,
54
),
- "score": 23.632625866141733,
- "score-diff": "-6.080051262571139",
- "score-diff-perc": "-20.46282%",
- "tooltip": "score = 23.632625866141733\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -6.08005 (-20.46282%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 29.712677128712873,
+ "score-diff": "6.080051262571139",
+ "score-diff-perc": "+25.72736%",
+ "tooltip": "score = 29.712677128712873\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +6.08005 (+25.72736%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1616411,9 +1616411,9 @@
43
),
"score": 28.042418462962964,
- "score-diff": "4.40979259682123",
- "score-diff-perc": "+18.65977%",
- "tooltip": "score = 28.042418462962964\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +4.40979 (+18.65977%)",
+ "score-diff": "-1.670258665749909",
+ "score-diff-perc": "-5.62137%",
+ "tooltip": "score = 28.042418462962964\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.67026 (-5.62137%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1622085,11 +1622085,11 @@
18,
7
),
- "score": 13.424733,
- "score-diff": "-0.7383487971698113",
- "score-diff-perc": "-5.21319%",
- "tooltip": "score = 13.424733\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.73835 (-5.21319%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 12.483447788381742,
+ "score-diff": "-1.679634008788069",
+ "score-diff-perc": "-11.85924%",
+ "tooltip": "score = 12.483447788381742\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.67963 (-11.85924%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1622112,9 +1622112,9 @@
7
),
"score": 12.908795618025751,
- "score-diff": "-0.5159373819742488",
- "score-diff-perc": "-3.84319%",
- "tooltip": "score = 12.908795618025751\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.51594 (-3.84319%)",
+ "score-diff": "0.42534782964400897",
+ "score-diff-perc": "+3.40729%",
+ "tooltip": "score = 12.908795618025751\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.42535 (+3.40729%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1622137,11 +1622137,11 @@
18,
7
),
- "score": 12.483447788381742,
- "score-diff": "-0.42534782964400897",
- "score-diff-perc": "-3.29502%",
- "tooltip": "score = 12.483447788381742\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.42535 (-3.29502%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 13.424733,
+ "score-diff": "0.5159373819742488",
+ "score-diff-perc": "+3.99679%",
+ "tooltip": "score = 13.424733\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.51594 (+3.99679%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1622164,9 +1622164,9 @@
41
),
"score": 18.030603125748502,
- "score-diff": "5.54715533736676",
- "score-diff-perc": "+44.43608%",
- "tooltip": "score = 18.030603125748502\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +5.54716 (+44.43608%)",
+ "score-diff": "4.605870125748503",
+ "score-diff-perc": "+34.30884%",
+ "tooltip": "score = 18.030603125748502\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +4.60587 (+34.30884%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1622267,11 +1622267,11 @@
17,
1
),
- "score": 16.867223252808987,
- "score-diff": "-2.770532132811926",
- "score-diff-perc": "-14.10819%",
- "tooltip": "score = 16.867223252808987\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.77053 (-14.10819%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 16.68186364640884,
+ "score-diff": "-2.955891739212074",
+ "score-diff-perc": "-15.05209%",
+ "tooltip": "score = 16.68186364640884\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.95589 (-15.05209%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1622293,11 +1622293,11 @@
17,
1
),
- "score": 13.709667146118722,
- "score-diff": "-3.157556106690265",
- "score-diff-perc": "-18.72007%",
- "tooltip": "score = 13.709667146118722\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.15756 (-18.72007%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 16.867223252808987,
+ "score-diff": "0.18535960640014792",
+ "score-diff-perc": "+1.11114%",
+ "tooltip": "score = 16.867223252808987\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.18536 (+1.11114%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1622319,11 +1622319,11 @@
17,
1
),
- "score": 16.68186364640884,
- "score-diff": "2.972196500290117",
- "score-diff-perc": "+21.67957%",
- "tooltip": "score = 16.68186364640884\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.97220 (+21.67957%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 13.709667146118722,
+ "score-diff": "-3.157556106690265",
+ "score-diff-perc": "-18.72007%",
+ "tooltip": "score = 13.709667146118722\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.15756 (-18.72007%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1622346,9 +1622346,9 @@
7
),
"score": 12.007233052,
- "score-diff": "-4.674630594408839",
- "score-diff-perc": "-28.02223%",
- "tooltip": "score = 12.007233052\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -4.67463 (-28.02223%)",
+ "score-diff": "-1.702434094118722",
+ "score-diff-perc": "-12.41776%",
+ "tooltip": "score = 12.007233052\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.70243 (-12.41776%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1622631,11 +1622631,11 @@
16,
5
),
- "score": 17.903596404761906,
- "score-diff": "-0.2303096916236349",
- "score-diff-perc": "-1.27005%",
- "tooltip": "score = 17.903596404761906\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.23031 (-1.27005%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 15.169858156565656,
+ "score-diff": "-2.964047939819885",
+ "score-diff-perc": "-16.34534%",
+ "tooltip": "score = 15.169858156565656\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.96405 (-16.34534%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1622657,11 +1622657,11 @@
16,
5
),
- "score": 15.169858156565656,
- "score-diff": "-2.73373824819625",
- "score-diff-perc": "-15.26921%",
- "tooltip": "score = 15.169858156565656\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.73374 (-15.26921%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 16.879101640449438,
+ "score-diff": "1.7092434838837818",
+ "score-diff-perc": "+11.26737%",
+ "tooltip": "score = 16.879101640449438\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.70924 (+11.26737%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1622683,11 +1622683,11 @@
16,
5
),
- "score": 16.879101640449438,
- "score-diff": "1.7092434838837818",
- "score-diff-perc": "+11.26737%",
- "tooltip": "score = 16.879101640449438\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.70924 (+11.26737%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 17.903596404761906,
+ "score-diff": "1.0244947643124682",
+ "score-diff-perc": "+6.06960%",
+ "tooltip": "score = 17.903596404761906\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.02449 (+6.06960%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1622710,9 +1622710,9 @@
21
),
"score": 19.796980717105264,
- "score-diff": "2.917879076655826",
- "score-diff-perc": "+17.28693%",
- "tooltip": "score = 19.796980717105264\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.91788 (+17.28693%)",
+ "score-diff": "1.8933843123433576",
+ "score-diff-perc": "+10.57544%",
+ "tooltip": "score = 19.796980717105264\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.89338 (+10.57544%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1623021,11 +1623021,11 @@
8,
54
),
- "score": 17.656831323529413,
- "score-diff": "-4.581861572766883",
- "score-diff-perc": "-20.60311%",
- "tooltip": "score = 17.656831323529413\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -4.58186 (-20.60311%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 15.217530863636364,
+ "score-diff": "-7.021162032659932",
+ "score-diff-perc": "-31.57183%",
+ "tooltip": "score = 15.217530863636364\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -7.02116 (-31.57183%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1623047,11 +1623047,11 @@
8,
54
),
- "score": 15.217530863636364,
- "score-diff": "-2.4393004598930492",
- "score-diff-perc": "-13.81505%",
- "tooltip": "score = 15.217530863636364\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.43930 (-13.81505%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 17.656831323529413,
+ "score-diff": "2.4393004598930492",
+ "score-diff-perc": "+16.02954%",
+ "tooltip": "score = 17.656831323529413\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.43930 (+16.02954%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1623074,9 +1623074,9 @@
43
),
"score": 14.377187913875598,
- "score-diff": "-0.8403429497607657",
- "score-diff-perc": "-5.52220%",
- "tooltip": "score = 14.377187913875598\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.84034 (-5.52220%)",
+ "score-diff": "-3.279643409653815",
+ "score-diff-perc": "-18.57436%",
+ "tooltip": "score = 14.377187913875598\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -3.27964 (-18.57436%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1628748,11 +1628748,11 @@
18,
7
),
- "score": 16.205265801075267,
- "score-diff": "-0.38492858566506527",
- "score-diff-perc": "-2.32022%",
- "tooltip": "score = 16.205265801075267\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.38493 (-2.32022%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 15.43729676923077,
+ "score-diff": "-1.1528976175095629",
+ "score-diff-perc": "-6.94927%",
+ "tooltip": "score = 15.43729676923077\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.15290 (-6.94927%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1628775,9 +1628775,9 @@
7
),
"score": 14.388347980861244,
- "score-diff": "-1.816917820214023",
- "score-diff-perc": "-11.21190%",
- "tooltip": "score = 14.388347980861244\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.81692 (-11.21190%)",
+ "score-diff": "-1.0489487883695254",
+ "score-diff-perc": "-6.79490%",
+ "tooltip": "score = 14.388347980861244\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.04895 (-6.79490%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1628800,11 +1628800,11 @@
18,
7
),
- "score": 15.43729676923077,
- "score-diff": "1.0489487883695254",
- "score-diff-perc": "+7.29027%",
- "tooltip": "score = 15.43729676923077\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.04895 (+7.29027%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 16.205265801075267,
+ "score-diff": "1.816917820214023",
+ "score-diff-perc": "+12.62770%",
+ "tooltip": "score = 16.205265801075267\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.81692 (+12.62770%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1628827,9 +1628827,9 @@
41
),
"score": 10.112780047138047,
- "score-diff": "-5.3245167220927225",
- "score-diff-perc": "-34.49125%",
- "tooltip": "score = 10.112780047138047\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -5.32452 (-34.49125%)",
+ "score-diff": "-6.09248575393722",
+ "score-diff-perc": "-37.59572%",
+ "tooltip": "score = 10.112780047138047\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -6.09249 (-37.59572%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1628930,11 +1628930,11 @@
17,
1
),
- "score": 8.347230205555556,
- "score-diff": "-3.4456603042483653",
- "score-diff-perc": "-29.21811%",
- "tooltip": "score = 8.347230205555556\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.44566 (-29.21811%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 8.48958804519774,
+ "score-diff": "-3.3033024646061815",
+ "score-diff-perc": "-28.01097%",
+ "tooltip": "score = 8.48958804519774\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.30330 (-28.01097%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1628956,11 +1628956,11 @@
17,
1
),
- "score": 15.043856875,
- "score-diff": "6.696626669444443",
- "score-diff-perc": "+80.22573%",
- "tooltip": "score = 15.043856875\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +6.69663 (+80.22573%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 8.347230205555556,
+ "score-diff": "-0.14235783964218385",
+ "score-diff-perc": "-1.67685%",
+ "tooltip": "score = 8.347230205555556\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.14236 (-1.67685%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1628982,11 +1628982,11 @@
17,
1
),
- "score": 8.48958804519774,
- "score-diff": "-6.554268829802259",
- "score-diff-perc": "-43.56774%",
- "tooltip": "score = 8.48958804519774\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -6.55427 (-43.56774%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 15.043856875,
+ "score-diff": "6.696626669444443",
+ "score-diff-perc": "+80.22573%",
+ "tooltip": "score = 15.043856875\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +6.69663 (+80.22573%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1629009,9 +1629009,9 @@
7
),
"score": 15.650616947916667,
- "score-diff": "7.161028902718927",
- "score-diff-perc": "+84.35072%",
- "tooltip": "score = 15.650616947916667\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +7.16103 (+84.35072%)",
+ "score-diff": "0.6067600729166678",
+ "score-diff-perc": "+4.03327%",
+ "tooltip": "score = 15.650616947916667\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.60676 (+4.03327%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1629294,11 +1629294,11 @@
16,
5
),
- "score": 7.249386630434783,
- "score-diff": "-0.2718603244524349",
- "score-diff-perc": "-3.61456%",
- "tooltip": "score = 7.249386630434783\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.27186 (-3.61456%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 16.186845811827958,
+ "score-diff": "8.66559885694074",
+ "score-diff-perc": "+115.21492%",
+ "tooltip": "score = 16.186845811827958\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +8.66560 (+115.21492%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1629320,11 +1629320,11 @@
16,
5
),
- "score": 16.186845811827958,
- "score-diff": "8.937459181393175",
- "score-diff-perc": "+123.28573%",
- "tooltip": "score = 16.186845811827958\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +8.93746 (+123.28573%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 12.725420292372881,
+ "score-diff": "-3.4614255194550765",
+ "score-diff-perc": "-21.38419%",
+ "tooltip": "score = 12.725420292372881\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.46143 (-21.38419%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1629346,11 +1629346,11 @@
16,
5
),
- "score": 12.725420292372881,
- "score-diff": "-3.4614255194550765",
- "score-diff-perc": "-21.38419%",
- "tooltip": "score = 12.725420292372881\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.46143 (-21.38419%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 7.249386630434783,
+ "score-diff": "-5.476033661938098",
+ "score-diff-perc": "-43.03224%",
+ "tooltip": "score = 7.249386630434783\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -5.47603 (-43.03224%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1629373,9 +1629373,9 @@
21
),
"score": 9.855362481967212,
- "score-diff": "-2.870057810405669",
- "score-diff-perc": "-22.55374%",
- "tooltip": "score = 9.855362481967212\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -2.87006 (-22.55374%)",
+ "score-diff": "2.6059758515324294",
+ "score-diff-perc": "+35.94754%",
+ "tooltip": "score = 9.855362481967212\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.60598 (+35.94754%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1629684,11 +1629684,11 @@
8,
54
),
- "score": 14.335943133333334,
- "score-diff": "5.915161517086835",
- "score-diff-perc": "+70.24480%",
- "tooltip": "score = 14.335943133333334\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +5.91516 (+70.24480%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 9.960017178807947,
+ "score-diff": "1.5392355625614478",
+ "score-diff-perc": "+18.27901%",
+ "tooltip": "score = 9.960017178807947\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.53924 (+18.27901%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1629710,11 +1629710,11 @@
8,
54
),
- "score": 9.960017178807947,
- "score-diff": "-4.375925954525387",
- "score-diff-perc": "-30.52416%",
- "tooltip": "score = 9.960017178807947\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -4.37593 (-30.52416%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 14.335943133333334,
+ "score-diff": "4.375925954525387",
+ "score-diff-perc": "+43.93492%",
+ "tooltip": "score = 14.335943133333334\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +4.37593 (+43.93492%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1629737,9 +1629737,9 @@
43
),
"score": 15.587351626943006,
- "score-diff": "5.627334448135059",
- "score-diff-perc": "+56.49924%",
- "tooltip": "score = 15.587351626943006\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +5.62733 (+56.49924%)",
+ "score-diff": "1.2514084936096719",
+ "score-diff-perc": "+8.72917%",
+ "tooltip": "score = 15.587351626943006\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.25141 (+8.72917%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1635385,11 +1635385,11 @@
18,
7
),
- "score": 43.23698375714286,
- "score-diff": "10.948662649615976",
- "score-diff-perc": "+33.90905%",
- "tooltip": "score = 43.23698375714286\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +10.94866 (+33.90905%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 32.79490975,
+ "score-diff": "0.506588642473119",
+ "score-diff-perc": "+1.56895%",
+ "tooltip": "score = 32.79490975\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.50659 (+1.56895%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1635412,9 +1635412,9 @@
7
),
"score": 30.06108277,
- "score-diff": "-13.17590098714286",
- "score-diff-perc": "-30.47368%",
- "tooltip": "score = 30.06108277\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -13.17590 (-30.47368%)",
+ "score-diff": "-2.7338269800000035",
+ "score-diff-perc": "-8.33613%",
+ "tooltip": "score = 30.06108277\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.73383 (-8.33613%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1635437,11 +1635437,11 @@
18,
7
),
- "score": 32.79490975,
- "score-diff": "2.7338269800000035",
- "score-diff-perc": "+9.09424%",
- "tooltip": "score = 32.79490975\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.73383 (+9.09424%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 43.23698375714286,
+ "score-diff": "13.17590098714286",
+ "score-diff-perc": "+43.83043%",
+ "tooltip": "score = 43.23698375714286\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +13.17590 (+43.83043%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1635464,9 +1635464,9 @@
41
),
"score": 41.936213125,
- "score-diff": "9.141303375",
- "score-diff-perc": "+27.87415%",
- "tooltip": "score = 41.936213125\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +9.14130 (+27.87415%)",
+ "score-diff": "-1.3007706321428572",
+ "score-diff-perc": "-3.00847%",
+ "tooltip": "score = 41.936213125\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -1.30077 (-3.00847%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1635567,11 +1635567,11 @@
17,
1
),
- "score": 37.6365639,
- "score-diff": "-4.308860002777777",
- "score-diff-perc": "-10.27254%",
- "tooltip": "score = 37.6365639\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.30886 (-10.27254%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 45.0173496119403,
+ "score-diff": "3.071925709162521",
+ "score-diff-perc": "+7.32363%",
+ "tooltip": "score = 45.0173496119403\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3.07193 (+7.32363%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1635593,11 +1635593,11 @@
17,
1
),
- "score": 31.340537608247423,
- "score-diff": "-6.296026291752575",
- "score-diff-perc": "-16.72848%",
- "tooltip": "score = 31.340537608247423\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -6.29603 (-16.72848%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 37.6365639,
+ "score-diff": "-7.380785711940298",
+ "score-diff-perc": "-16.39542%",
+ "tooltip": "score = 37.6365639\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.38079 (-16.39542%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1635619,11 +1635619,11 @@
17,
1
),
- "score": 45.0173496119403,
- "score-diff": "13.676812003692874",
- "score-diff-perc": "+43.63937%",
- "tooltip": "score = 45.0173496119403\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +13.67681 (+43.63937%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 31.340537608247423,
+ "score-diff": "-6.296026291752575",
+ "score-diff-perc": "-16.72848%",
+ "tooltip": "score = 31.340537608247423\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -6.29603 (-16.72848%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1635646,9 +1635646,9 @@
7
),
"score": 39.21338874025974,
- "score-diff": "-5.803960871680559",
- "score-diff-perc": "-12.89272%",
- "tooltip": "score = 39.21338874025974\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -5.80396 (-12.89272%)",
+ "score-diff": "7.872851132012315",
+ "score-diff-perc": "+25.12034%",
+ "tooltip": "score = 39.21338874025974\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +7.87285 (+25.12034%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1635931,11 +1635931,11 @@
16,
5
),
- "score": 36.78104575609756,
- "score-diff": "-8.69110840808154",
- "score-diff-perc": "-19.11303%",
- "tooltip": "score = 36.78104575609756\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -8.69111 (-19.11303%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 31.462614916666666,
+ "score-diff": "-14.009539247512436",
+ "score-diff-perc": "-30.80905%",
+ "tooltip": "score = 31.462614916666666\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -14.00954 (-30.80905%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1635957,11 +1635957,11 @@
16,
5
),
- "score": 31.462614916666666,
- "score-diff": "-5.318430839430896",
- "score-diff-perc": "-14.45971%",
- "tooltip": "score = 31.462614916666666\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -5.31843 (-14.45971%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 36.883525963414634,
+ "score-diff": "5.4209110467479675",
+ "score-diff-perc": "+17.22969%",
+ "tooltip": "score = 36.883525963414634\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.42091 (+17.22969%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1635983,11 +1635983,11 @@
16,
5
),
- "score": 36.883525963414634,
- "score-diff": "5.4209110467479675",
- "score-diff-perc": "+17.22969%",
- "tooltip": "score = 36.883525963414634\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.42091 (+17.22969%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 36.78104575609756,
+ "score-diff": "-0.10248020731707186",
+ "score-diff-perc": "-0.27785%",
+ "tooltip": "score = 36.78104575609756\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.10248 (-0.27785%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1636010,9 +1636010,9 @@
21
),
"score": 38.27256487341772,
- "score-diff": "1.3890389100030873",
- "score-diff-perc": "+3.76601%",
- "tooltip": "score = 38.27256487341772\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.38904 (+3.76601%)",
+ "score-diff": "1.4915191173201592",
+ "score-diff-perc": "+4.05513%",
+ "tooltip": "score = 38.27256487341772\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.49152 (+4.05513%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1636321,11 +1636321,11 @@
8,
54
),
- "score": 45.65395346969697,
- "score-diff": "1.436977190285205",
- "score-diff-perc": "+3.24983%",
- "tooltip": "score = 45.65395346969697\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.43698 (+3.24983%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 36.56517963855422,
+ "score-diff": "-7.6517966408575475",
+ "score-diff-perc": "-17.30511%",
+ "tooltip": "score = 36.56517963855422\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -7.65180 (-17.30511%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1636347,11 +1636347,11 @@
8,
54
),
- "score": 36.56517963855422,
- "score-diff": "-9.088773831142753",
- "score-diff-perc": "-19.90797%",
- "tooltip": "score = 36.56517963855422\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -9.08877 (-19.90797%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 45.65395346969697,
+ "score-diff": "9.088773831142753",
+ "score-diff-perc": "+24.85636%",
+ "tooltip": "score = 45.65395346969697\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +9.08877 (+24.85636%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1636374,9 +1636374,9 @@
43
),
"score": 32.777956097826085,
- "score-diff": "-3.787223540728135",
- "score-diff-perc": "-10.35746%",
- "tooltip": "score = 32.777956097826085\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -3.78722 (-10.35746%)",
+ "score-diff": "-12.875997371870888",
+ "score-diff-perc": "-28.20347%",
+ "tooltip": "score = 32.777956097826085\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -12.87600 (-28.20347%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1642048,11 +1642048,11 @@
18,
7
),
- "score": 23.587325640625,
- "score-diff": "-0.3080299784226206",
- "score-diff-perc": "-1.28908%",
- "tooltip": "score = 23.587325640625\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.30803 (-1.28908%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 21.051549244755243,
+ "score-diff": "-2.8438063742923774",
+ "score-diff-perc": "-11.90108%",
+ "tooltip": "score = 21.051549244755243\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.84381 (-11.90108%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1642075,9 +1642075,9 @@
7
),
"score": 22.77548372727273,
- "score-diff": "-0.8118419133522714",
- "score-diff-perc": "-3.44186%",
- "tooltip": "score = 22.77548372727273\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.81184 (-3.44186%)",
+ "score-diff": "1.7239344825174854",
+ "score-diff-perc": "+8.18911%",
+ "tooltip": "score = 22.77548372727273\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.72393 (+8.18911%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1642100,11 +1642100,11 @@
18,
7
),
- "score": 21.051549244755243,
- "score-diff": "-1.7239344825174854",
- "score-diff-perc": "-7.56926%",
- "tooltip": "score = 21.051549244755243\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.72393 (-7.56926%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 23.587325640625,
+ "score-diff": "0.8118419133522714",
+ "score-diff-perc": "+3.56454%",
+ "tooltip": "score = 23.587325640625\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.81184 (+3.56454%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1642127,9 +1642127,9 @@
41
),
"score": 26.575198407079647,
- "score-diff": "5.5236491623244035",
- "score-diff-perc": "+26.23868%",
- "tooltip": "score = 26.575198407079647\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +5.52365 (+26.23868%)",
+ "score-diff": "2.9878727664546467",
+ "score-diff-perc": "+12.66728%",
+ "tooltip": "score = 26.575198407079647\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +2.98787 (+12.66728%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1642230,11 +1642230,11 @@
17,
1
),
- "score": 25.767607803418805,
- "score-diff": "-1.0522791697954794",
- "score-diff-perc": "-3.92350%",
- "tooltip": "score = 25.767607803418805\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.05228 (-3.92350%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 26.880162767857144,
+ "score-diff": "0.060275794642858926",
+ "score-diff-perc": "+0.22474%",
+ "tooltip": "score = 26.880162767857144\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.06028 (+0.22474%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1642256,11 +1642256,11 @@
17,
1
),
- "score": 20.933010361111112,
- "score-diff": "-4.834597442307693",
- "score-diff-perc": "-18.76231%",
- "tooltip": "score = 20.933010361111112\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.83460 (-18.76231%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 25.767607803418805,
+ "score-diff": "-1.1125549644383383",
+ "score-diff-perc": "-4.13894%",
+ "tooltip": "score = 25.767607803418805\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.11255 (-4.13894%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1642282,11 +1642282,11 @@
17,
1
),
- "score": 26.880162767857144,
- "score-diff": "5.9471524067460315",
- "score-diff-perc": "+28.41040%",
- "tooltip": "score = 26.880162767857144\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.94715 (+28.41040%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 20.933010361111112,
+ "score-diff": "-4.834597442307693",
+ "score-diff-perc": "-18.76231%",
+ "tooltip": "score = 20.933010361111112\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.83460 (-18.76231%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1642309,9 +1642309,9 @@
7
),
"score": 20.93586036111111,
- "score-diff": "-5.944302406746033",
- "score-diff-perc": "-22.11409%",
- "tooltip": "score = 20.93586036111111\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -5.94430 (-22.11409%)",
+ "score-diff": "0.002849999999998687",
+ "score-diff-perc": "+0.01361%",
+ "tooltip": "score = 20.93586036111111\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00285 (+0.01361%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1642568,11 +1642568,11 @@
16,
5
),
- "score": 27.579216633027524,
- "score-diff": "1.9197672142241053",
- "score-diff-perc": "+7.48172%",
- "tooltip": "score = 27.579216633027524\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.91977 (+7.48172%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 19.749678592105262,
+ "score-diff": "-5.909770826698157",
+ "score-diff-perc": "-23.03156%",
+ "tooltip": "score = 19.749678592105262\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -5.90977 (-23.03156%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1642594,11 +1642594,11 @@
16,
5
),
- "score": 19.749678592105262,
- "score-diff": "-7.829538040922262",
- "score-diff-perc": "-28.38927%",
- "tooltip": "score = 19.749678592105262\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.82954 (-28.38927%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 25.143537683333335,
+ "score-diff": "5.393859091228073",
+ "score-diff-perc": "+27.31112%",
+ "tooltip": "score = 25.143537683333335\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.39386 (+27.31112%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1642620,11 +1642620,11 @@
16,
5
),
- "score": 25.143537683333335,
- "score-diff": "5.393859091228073",
- "score-diff-perc": "+27.31112%",
- "tooltip": "score = 25.143537683333335\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.39386 (+27.31112%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 27.579216633027524,
+ "score-diff": "2.4356789496941893",
+ "score-diff-perc": "+9.68710%",
+ "tooltip": "score = 27.579216633027524\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.43568 (+9.68710%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1642647,9 +1642647,9 @@
21
),
"score": 30.522314464646463,
- "score-diff": "5.378776781313128",
- "score-diff-perc": "+21.39228%",
- "tooltip": "score = 30.522314464646463\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +5.37878 (+21.39228%)",
+ "score-diff": "2.943097831618939",
+ "score-diff-perc": "+10.67143%",
+ "tooltip": "score = 30.522314464646463\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.94310 (+10.67143%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1642958,11 +1642958,11 @@
8,
54
),
- "score": 25.500354466101694,
- "score-diff": "-3.4099666204367693",
- "score-diff-perc": "-11.79498%",
- "tooltip": "score = 25.500354466101694\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.40997 (-11.79498%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 24.022816184,
+ "score-diff": "-4.887504902538463",
+ "score-diff-perc": "-16.90574%",
+ "tooltip": "score = 24.022816184\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -4.88750 (-16.90574%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1642984,11 +1642984,11 @@
8,
54
),
- "score": 24.022816184,
- "score-diff": "-1.477538282101694",
- "score-diff-perc": "-5.79419%",
- "tooltip": "score = 24.022816184\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.47754 (-5.79419%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 25.500354466101694,
+ "score-diff": "1.477538282101694",
+ "score-diff-perc": "+6.15056%",
+ "tooltip": "score = 25.500354466101694\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.47754 (+6.15056%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1643011,9 +1643011,9 @@
43
),
"score": 30.415585545454544,
- "score-diff": "6.392769361454544",
- "score-diff-perc": "+26.61124%",
- "tooltip": "score = 30.415585545454544\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +6.39277 (+26.61124%)",
+ "score-diff": "4.91523107935285",
+ "score-diff-perc": "+19.27515%",
+ "tooltip": "score = 30.415585545454544\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +4.91523 (+19.27515%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1648659,11 +1648659,11 @@
18,
7
),
- "score": 18.8548161625,
- "score-diff": "7.118477361718751",
- "score-diff-perc": "+60.65330%",
- "tooltip": "score = 18.8548161625\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +7.11848 (+60.65330%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 20.148366630872484,
+ "score-diff": "8.412027830091235",
+ "score-diff-perc": "+71.67506%",
+ "tooltip": "score = 20.148366630872484\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +8.41203 (+71.67506%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1648686,9 +1648686,9 @@
7
),
"score": 17.20977124,
- "score-diff": "-1.6450449225000021",
- "score-diff-perc": "-8.72480%",
- "tooltip": "score = 17.20977124\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.64504 (-8.72480%)",
+ "score-diff": "-2.938595390872486",
+ "score-diff-perc": "-14.58478%",
+ "tooltip": "score = 17.20977124\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.93860 (-14.58478%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1648711,11 +1648711,11 @@
18,
7
),
- "score": 20.148366630872484,
- "score-diff": "2.938595390872486",
- "score-diff-perc": "+17.07516%",
- "tooltip": "score = 20.148366630872484\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.93860 (+17.07516%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 18.8548161625,
+ "score-diff": "1.6450449225000021",
+ "score-diff-perc": "+9.55878%",
+ "tooltip": "score = 18.8548161625\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.64504 (+9.55878%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1648738,9 +1648738,9 @@
41
),
"score": 15.902436322751322,
- "score-diff": "-4.245930308121162",
- "score-diff-perc": "-21.07332%",
- "tooltip": "score = 15.902436322751322\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -4.24593 (-21.07332%)",
+ "score-diff": "-2.9523798397486782",
+ "score-diff-perc": "-15.65849%",
+ "tooltip": "score = 15.902436322751322\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -2.95238 (-15.65849%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1648841,11 +1648841,11 @@
17,
1
),
- "score": 13.492746538116592,
- "score-diff": "0.48292447751053125",
- "score-diff-perc": "+3.71200%",
- "tooltip": "score = 13.492746538116592\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.48292 (+3.71200%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 18.165980427710842,
+ "score-diff": "5.156158367104782",
+ "score-diff-perc": "+39.63281%",
+ "tooltip": "score = 18.165980427710842\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.15616 (+39.63281%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1648867,11 +1648867,11 @@
17,
1
),
- "score": 10.94594082909091,
- "score-diff": "-2.5468057090256817",
- "score-diff-perc": "-18.87537%",
- "tooltip": "score = 10.94594082909091\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.54681 (-18.87537%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 13.492746538116592,
+ "score-diff": "-4.6732338895942505",
+ "score-diff-perc": "-25.72520%",
+ "tooltip": "score = 13.492746538116592\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.67323 (-25.72520%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1648893,11 +1648893,11 @@
17,
1
),
- "score": 18.165980427710842,
- "score-diff": "7.220039598619932",
- "score-diff-perc": "+65.96089%",
- "tooltip": "score = 18.165980427710842\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +7.22004 (+65.96089%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 10.94594082909091,
+ "score-diff": "-2.5468057090256817",
+ "score-diff-perc": "-18.87537%",
+ "tooltip": "score = 10.94594082909091\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.54681 (-18.87537%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1648920,9 +1648920,9 @@
7
),
"score": 20.152375167785234,
- "score-diff": "1.9863947400743918",
- "score-diff-perc": "+10.93470%",
- "tooltip": "score = 20.152375167785234\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.98639 (+10.93470%)",
+ "score-diff": "9.206434338694324",
+ "score-diff-perc": "+84.10820%",
+ "tooltip": "score = 20.152375167785234\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +9.20643 (+84.10820%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1649205,11 +1649205,11 @@
16,
5
),
- "score": 19.063966518987343,
- "score-diff": "0.564578899355439",
- "score-diff-perc": "+3.05188%",
- "tooltip": "score = 19.063966518987343\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.56458 (+3.05188%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 18.348622926829268,
+ "score-diff": "-0.15076469280263538",
+ "score-diff-perc": "-0.81497%",
+ "tooltip": "score = 18.348622926829268\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.15076 (-0.81497%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1649231,11 +1649231,11 @@
16,
5
),
- "score": 18.348622926829268,
- "score-diff": "-0.7153435921580744",
- "score-diff-perc": "-3.75233%",
- "tooltip": "score = 18.348622926829268\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.71534 (-3.75233%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 18.42126220245399,
+ "score-diff": "0.07263927562472006",
+ "score-diff-perc": "+0.39588%",
+ "tooltip": "score = 18.42126220245399\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.07264 (+0.39588%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1649257,11 +1649257,11 @@
16,
5
),
- "score": 18.42126220245399,
- "score-diff": "0.07263927562472006",
- "score-diff-perc": "+0.39588%",
- "tooltip": "score = 18.42126220245399\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.07264 (+0.39588%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 19.063966518987343,
+ "score-diff": "0.6427043165333544",
+ "score-diff-perc": "+3.48893%",
+ "tooltip": "score = 19.063966518987343\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.64270 (+3.48893%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1649284,9 +1649284,9 @@
21
),
"score": 16.821088882681565,
- "score-diff": "-1.6001733197724235",
- "score-diff-perc": "-8.68656%",
- "tooltip": "score = 16.821088882681565\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.60017 (-8.68656%)",
+ "score-diff": "-2.242877636305778",
+ "score-diff-perc": "-11.76501%",
+ "tooltip": "score = 16.821088882681565\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -2.24288 (-11.76501%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1649569,11 +1649569,11 @@
8,
54
),
- "score": 21.903224686131388,
- "score-diff": "-1.168231344171641",
- "score-diff-perc": "-5.06354%",
- "tooltip": "score = 21.903224686131388\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.16823 (-5.06354%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 17.678783735294118,
+ "score-diff": "-5.392672295008911",
+ "score-diff-perc": "-23.37378%",
+ "tooltip": "score = 17.678783735294118\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -5.39267 (-23.37378%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1649595,11 +1649595,11 @@
8,
54
),
- "score": 17.678783735294118,
- "score-diff": "-4.22444095083727",
- "score-diff-perc": "-19.28684%",
- "tooltip": "score = 17.678783735294118\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -4.22444 (-19.28684%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 21.903224686131388,
+ "score-diff": "4.22444095083727",
+ "score-diff-perc": "+23.89554%",
+ "tooltip": "score = 21.903224686131388\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +4.22444 (+23.89554%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1649622,9 +1649622,9 @@
43
),
"score": 21.695774726618705,
- "score-diff": "4.016990991324587",
- "score-diff-perc": "+22.72210%",
- "tooltip": "score = 21.695774726618705\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +4.01699 (+22.72210%)",
+ "score-diff": "-0.20744995951268308",
+ "score-diff-perc": "-0.94712%",
+ "tooltip": "score = 21.695774726618705\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.20745 (-0.94712%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1655296,11 +1655296,11 @@
18,
7
),
- "score": 89.12998294117646,
- "score-diff": "3.125988912605038",
- "score-diff-perc": "+3.63470%",
- "tooltip": "score = 89.12998294117646\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.12599 (+3.63470%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 84.29459819444445,
+ "score-diff": "-1.7093958341269797",
+ "score-diff-perc": "-1.98758%",
+ "tooltip": "score = 84.29459819444445\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.70940 (-1.98758%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1655323,9 +1655323,9 @@
7
),
"score": 80.41239257894736,
- "score-diff": "-8.717590362229103",
- "score-diff-perc": "-9.78076%",
- "tooltip": "score = 80.41239257894736\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -8.71759 (-9.78076%)",
+ "score-diff": "-3.882205615497085",
+ "score-diff-perc": "-4.60552%",
+ "tooltip": "score = 80.41239257894736\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.88221 (-4.60552%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1655348,11 +1655348,11 @@
18,
7
),
- "score": 84.29459819444445,
- "score-diff": "3.882205615497085",
- "score-diff-perc": "+4.82787%",
- "tooltip": "score = 84.29459819444445\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.88221 (+4.82787%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 89.12998294117646,
+ "score-diff": "8.717590362229103",
+ "score-diff-perc": "+10.84110%",
+ "tooltip": "score = 89.12998294117646\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +8.71759 (+10.84110%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1655375,9 +1655375,9 @@
41
),
"score": 82.63698574490871,
- "score-diff": "-1.6576124495357334",
- "score-diff-perc": "-1.96645%",
- "tooltip": "score = 82.63698574490871\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -1.65761 (-1.96645%)",
+ "score-diff": "-6.492997196267751",
+ "score-diff-perc": "-7.28486%",
+ "tooltip": "score = 82.63698574490871\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -6.49300 (-7.28486%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1655478,11 +1655478,11 @@
17,
1
),
- "score": 83.76185576972341,
- "score-diff": "0.5787869242630279",
- "score-diff-perc": "+0.69580%",
- "tooltip": "score = 83.76185576972341\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.57879 (+0.69580%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 83.31342077954315,
+ "score-diff": "0.13035193408276768",
+ "score-diff-perc": "+0.15670%",
+ "tooltip": "score = 83.31342077954315\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.13035 (+0.15670%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1655504,11 +1655504,11 @@
17,
1
),
- "score": 77.96766381409775,
- "score-diff": "-5.794191955625664",
- "score-diff-perc": "-6.91746%",
- "tooltip": "score = 77.96766381409775\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -5.79419 (-6.91746%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 83.76185576972341,
+ "score-diff": "0.44843499018026023",
+ "score-diff-perc": "+0.53825%",
+ "tooltip": "score = 83.76185576972341\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.44843 (+0.53825%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1655530,11 +1655530,11 @@
17,
1
),
- "score": 83.31342077954315,
- "score-diff": "5.345756965445403",
- "score-diff-perc": "+6.85638%",
- "tooltip": "score = 83.31342077954315\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.34576 (+6.85638%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 77.96766381409775,
+ "score-diff": "-5.794191955625664",
+ "score-diff-perc": "-6.91746%",
+ "tooltip": "score = 77.96766381409775\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -5.79419 (-6.91746%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1655557,9 +1655557,9 @@
7
),
"score": 77.14718648403091,
- "score-diff": "-6.16623429551224",
- "score-diff-perc": "-7.40125%",
- "tooltip": "score = 77.14718648403091\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -6.16623 (-7.40125%)",
+ "score-diff": "-0.8204773300668364",
+ "score-diff-perc": "-1.05233%",
+ "tooltip": "score = 77.14718648403091\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.82048 (-1.05233%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1655842,11 +1655842,11 @@
16,
5
),
- "score": 84.01888489012711,
- "score-diff": "0.6497839067238402",
- "score-diff-perc": "+0.77941%",
- "tooltip": "score = 84.01888489012711\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.64978 (+0.77941%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 79.69421465460277,
+ "score-diff": "-3.674886328800497",
+ "score-diff-perc": "-4.40797%",
+ "tooltip": "score = 79.69421465460277\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.67489 (-4.40797%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1655868,11 +1655868,11 @@
16,
5
),
- "score": 79.69421465460277,
- "score-diff": "-4.324670235524337",
- "score-diff-perc": "-5.14726%",
- "tooltip": "score = 79.69421465460277\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.32467 (-5.14726%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 78.40303416998515,
+ "score-diff": "-1.2911804846176267",
+ "score-diff-perc": "-1.62017%",
+ "tooltip": "score = 78.40303416998515\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.29118 (-1.62017%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1655894,11 +1655894,11 @@
16,
5
),
- "score": 78.40303416998515,
- "score-diff": "-1.2911804846176267",
- "score-diff-perc": "-1.62017%",
- "tooltip": "score = 78.40303416998515\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.29118 (-1.62017%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 84.01888489012711,
+ "score-diff": "5.615850720141964",
+ "score-diff-perc": "+7.16280%",
+ "tooltip": "score = 84.01888489012711\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.61585 (+7.16280%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1655921,9 +1655921,9 @@
21
),
"score": 82.29771492929801,
- "score-diff": "3.8946807593128625",
- "score-diff-perc": "+4.96751%",
- "tooltip": "score = 82.29771492929801\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +3.89468 (+4.96751%)",
+ "score-diff": "-1.7211699608291013",
+ "score-diff-perc": "-2.04855%",
+ "tooltip": "score = 82.29771492929801\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.72117 (-2.04855%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1656232,11 +1656232,11 @@
8,
54
),
- "score": 79.5715585962992,
- "score-diff": "-0.9431703180373745",
- "score-diff-perc": "-1.17143%",
- "tooltip": "score = 79.5715585962992\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.94317 (-1.17143%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 76.69431187684981,
+ "score-diff": "-3.820417037486763",
+ "score-diff-perc": "-4.74499%",
+ "tooltip": "score = 76.69431187684981\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.82042 (-4.74499%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1656258,11 +1656258,11 @@
8,
54
),
- "score": 76.69431187684981,
- "score-diff": "-2.8772467194493885",
- "score-diff-perc": "-3.61592%",
- "tooltip": "score = 76.69431187684981\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.87725 (-3.61592%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 79.5715585962992,
+ "score-diff": "2.8772467194493885",
+ "score-diff-perc": "+3.75158%",
+ "tooltip": "score = 79.5715585962992\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.87725 (+3.75158%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1656285,9 +1656285,9 @@
43
),
"score": 76.33348410731118,
- "score-diff": "-0.3608277695386306",
- "score-diff-perc": "-0.47048%",
- "tooltip": "score = 76.33348410731118\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.36083 (-0.47048%)",
+ "score-diff": "-3.238074488988019",
+ "score-diff-perc": "-4.06939%",
+ "tooltip": "score = 76.33348410731118\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -3.23807 (-4.06939%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1657617,11 +1657617,11 @@
18,
7
),
- "score": 32.06629478723404,
- "score-diff": "-0.588423017113783",
- "score-diff-perc": "-1.80195%",
- "tooltip": "score = 32.06629478723404\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.58842 (-1.80195%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 32.20566703191489,
+ "score-diff": "-0.44905077243293334",
+ "score-diff-perc": "-1.37515%",
+ "tooltip": "score = 32.20566703191489\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.44905 (-1.37515%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1657644,9 +1657644,9 @@
7
),
"score": 30.988553154639174,
- "score-diff": "-1.0777416325948685",
- "score-diff-perc": "-3.36098%",
- "tooltip": "score = 30.988553154639174\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.07774 (-3.36098%)",
+ "score-diff": "-1.2171138772757182",
+ "score-diff-perc": "-3.77919%",
+ "tooltip": "score = 30.988553154639174\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.21711 (-3.77919%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1657669,11 +1657669,11 @@
18,
7
),
- "score": 32.20566703191489,
- "score-diff": "1.2171138772757182",
- "score-diff-perc": "+3.92762%",
- "tooltip": "score = 32.20566703191489\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.21711 (+3.92762%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 32.06629478723404,
+ "score-diff": "1.0777416325948685",
+ "score-diff-perc": "+3.47787%",
+ "tooltip": "score = 32.06629478723404\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.07774 (+3.47787%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1657696,9 +1657696,9 @@
41
),
"score": 27.917241680115147,
- "score-diff": "-4.288425351799745",
- "score-diff-perc": "-13.31575%",
- "tooltip": "score = 27.917241680115147\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -4.28843 (-13.31575%)",
+ "score-diff": "-4.149053107118895",
+ "score-diff-perc": "-12.93899%",
+ "tooltip": "score = 27.917241680115147\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -4.14905 (-12.93899%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1657799,11 +1657799,11 @@
17,
1
),
- "score": 27.37820327761014,
- "score-diff": "-0.5245989837266904",
- "score-diff-perc": "-1.88009%",
- "tooltip": "score = 27.37820327761014\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.52460 (-1.88009%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 28.116444164603177,
+ "score-diff": "0.21364190326634613",
+ "score-diff-perc": "+0.76566%",
+ "tooltip": "score = 28.116444164603177\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.21364 (+0.76566%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1657825,11 +1657825,11 @@
17,
1
),
- "score": 30.75614362244898,
- "score-diff": "3.3779403448388408",
- "score-diff-perc": "+12.33806%",
- "tooltip": "score = 30.75614362244898\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3.37794 (+12.33806%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 27.37820327761014,
+ "score-diff": "-0.7382408869930366",
+ "score-diff-perc": "-2.62566%",
+ "tooltip": "score = 27.37820327761014\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.73824 (-2.62566%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1657851,11 +1657851,11 @@
17,
1
),
- "score": 28.116444164603177,
- "score-diff": "-2.639699457845804",
- "score-diff-perc": "-8.58267%",
- "tooltip": "score = 28.116444164603177\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.63970 (-8.58267%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 30.75614362244898,
+ "score-diff": "3.3779403448388408",
+ "score-diff-perc": "+12.33806%",
+ "tooltip": "score = 30.75614362244898\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3.37794 (+12.33806%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1657878,9 +1657878,9 @@
7
),
"score": 30.681508591836735,
- "score-diff": "2.5650644272335583",
- "score-diff-perc": "+9.12300%",
- "tooltip": "score = 30.681508591836735\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +2.56506 (+9.12300%)",
+ "score-diff": "-0.07463503061224586",
+ "score-diff-perc": "-0.24267%",
+ "tooltip": "score = 30.681508591836735\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.07464 (-0.24267%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1658163,11 +1658163,11 @@
16,
5
),
- "score": 27.289064749599596,
- "score-diff": "-0.7772871956995502",
- "score-diff-perc": "-2.76946%",
- "tooltip": "score = 27.289064749599596\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.77729 (-2.76946%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 30.44363454949495,
+ "score-diff": "2.377282604195802",
+ "score-diff-perc": "+8.47022%",
+ "tooltip": "score = 30.44363454949495\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.37728 (+8.47022%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1658189,11 +1658189,11 @@
16,
5
),
- "score": 30.44363454949495,
- "score-diff": "3.154569799895352",
- "score-diff-perc": "+11.55983%",
- "tooltip": "score = 30.44363454949495\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.15457 (+11.55983%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 28.011638652582178,
+ "score-diff": "-2.4319958969127704",
+ "score-diff-perc": "-7.98852%",
+ "tooltip": "score = 28.011638652582178\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.43200 (-7.98852%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1658215,11 +1658215,11 @@
16,
5
),
- "score": 28.011638652582178,
- "score-diff": "-2.4319958969127704",
- "score-diff-perc": "-7.98852%",
- "tooltip": "score = 28.011638652582178\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.43200 (-7.98852%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 27.289064749599596,
+ "score-diff": "-0.7225739029825817",
+ "score-diff-perc": "-2.57955%",
+ "tooltip": "score = 27.289064749599596\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.72257 (-2.57955%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1658242,9 +1658242,9 @@
21
),
"score": 28.17830701173616,
- "score-diff": "0.16666835915398082",
- "score-diff-perc": "+0.59500%",
- "tooltip": "score = 28.17830701173616\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.16667 (+0.59500%)",
+ "score-diff": "0.8892422621365625",
+ "score-diff-perc": "+3.25860%",
+ "tooltip": "score = 28.17830701173616\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.88924 (+3.25860%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1658553,11 +1658553,11 @@
8,
54
),
- "score": 28.491221363769284,
- "score-diff": "0.2787648257983406",
- "score-diff-perc": "+0.98809%",
- "tooltip": "score = 28.491221363769284\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.27876 (+0.98809%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 30.97391965238797,
+ "score-diff": "2.761463114417026",
+ "score-diff-perc": "+9.78810%",
+ "tooltip": "score = 30.97391965238797\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.76146 (+9.78810%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1658579,11 +1658579,11 @@
8,
54
),
- "score": 30.97391965238797,
- "score-diff": "2.4826982886186855",
- "score-diff-perc": "+8.71391%",
- "tooltip": "score = 30.97391965238797\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.48270 (+8.71391%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 28.491221363769284,
+ "score-diff": "-2.4826982886186855",
+ "score-diff-perc": "-8.01545%",
+ "tooltip": "score = 28.491221363769284\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.48270 (-8.01545%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1658606,9 +1658606,9 @@
43
),
"score": 30.780440695918365,
- "score-diff": "-0.19347895646960467",
- "score-diff-perc": "-0.62465%",
- "tooltip": "score = 30.780440695918365\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.19348 (-0.62465%)",
+ "score-diff": "2.289219332149081",
+ "score-diff-perc": "+8.03482%",
+ "tooltip": "score = 30.780440695918365\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +2.28922 (+8.03482%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1659938,11 +1659938,11 @@
18,
7
),
- "score": 5481.968951,
- "score-diff": "238.44086100000004",
- "score-diff-perc": "+4.54734%",
- "tooltip": "score = 5481.968951\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +238.44086 (+4.54734%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 5293.310689,
+ "score-diff": "49.78259900000012",
+ "score-diff-perc": "+0.94941%",
+ "tooltip": "score = 5293.310689\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +49.78260 (+0.94941%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1659965,9 +1659965,9 @@
7
),
"score": 5198.604704,
- "score-diff": "-283.3642469999995",
- "score-diff-perc": "-5.16902%",
- "tooltip": "score = 5198.604704\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -283.36425 (-5.16902%)",
+ "score-diff": "-94.7059849999996",
+ "score-diff-perc": "-1.78916%",
+ "tooltip": "score = 5198.604704\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -94.70598 (-1.78916%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1659990,11 +1659990,11 @@
18,
7
),
- "score": 5293.310689,
- "score-diff": "94.7059849999996",
- "score-diff-perc": "+1.82176%",
- "tooltip": "score = 5293.310689\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +94.70598 (+1.82176%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 5481.968951,
+ "score-diff": "283.3642469999995",
+ "score-diff-perc": "+5.45078%",
+ "tooltip": "score = 5481.968951\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +283.36425 (+5.45078%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1660017,9 +1660017,9 @@
41
),
"score": 9372.677600399998,
- "score-diff": "4079.3669113999986",
- "score-diff-perc": "+77.06646%",
- "tooltip": "score = 9372.677600399998\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +4079.36691 (+77.06646%)",
+ "score-diff": "3890.7086493999986",
+ "score-diff-perc": "+70.97283%",
+ "tooltip": "score = 9372.677600399998\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +3890.70865 (+70.97283%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1660120,11 +1660120,11 @@
17,
1
),
- "score": 10767.699482600001,
- "score-diff": "70.99088820000179",
- "score-diff-perc": "+0.66367%",
- "tooltip": "score = 10767.699482600001\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +70.99089 (+0.66367%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 10431.638000199999,
+ "score-diff": "-265.0705942000004",
+ "score-diff-perc": "-2.47806%",
+ "tooltip": "score = 10431.638000199999\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -265.07059 (-2.47806%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1660146,11 +1660146,11 @@
17,
1
),
- "score": 5909.4023762,
- "score-diff": "-4858.297106400001",
- "score-diff-perc": "-45.11917%",
- "tooltip": "score = 5909.4023762\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4858.29711 (-45.11917%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 10767.699482600001,
+ "score-diff": "336.0614824000022",
+ "score-diff-perc": "+3.22156%",
+ "tooltip": "score = 10767.699482600001\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +336.06148 (+3.22156%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1660172,11 +1660172,11 @@
17,
1
),
- "score": 10431.638000199999,
- "score-diff": "4522.235623999999",
- "score-diff-perc": "+76.52611%",
- "tooltip": "score = 10431.638000199999\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +4522.23562 (+76.52611%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 5909.4023762,
+ "score-diff": "-4858.297106400001",
+ "score-diff-perc": "-45.11917%",
+ "tooltip": "score = 5909.4023762\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4858.29711 (-45.11917%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1660199,9 +1660199,9 @@
7
),
"score": 5860.835352,
- "score-diff": "-4570.802648199999",
- "score-diff-perc": "-43.81673%",
- "tooltip": "score = 5860.835352\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -4570.80265 (-43.81673%)",
+ "score-diff": "-48.56702419999965",
+ "score-diff-perc": "-0.82186%",
+ "tooltip": "score = 5860.835352\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -48.56702 (-0.82186%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1660484,11 +1660484,11 @@
16,
5
),
- "score": 10612.4680718,
- "score-diff": "-28.325520000000324",
- "score-diff-perc": "-0.26620%",
- "tooltip": "score = 10612.4680718\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -28.32552 (-0.26620%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 5736.268336800001,
+ "score-diff": "-4904.525255",
+ "score-diff-perc": "-46.09172%",
+ "tooltip": "score = 5736.268336800001\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4904.52525 (-46.09172%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1660510,11 +1660510,11 @@
16,
5
),
- "score": 5736.268336800001,
- "score-diff": "-4876.199734999999",
- "score-diff-perc": "-45.94784%",
- "tooltip": "score = 5736.268336800001\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4876.19973 (-45.94784%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 10783.0880202,
+ "score-diff": "5046.8196834",
+ "score-diff-perc": "+87.98089%",
+ "tooltip": "score = 10783.0880202\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5046.81968 (+87.98089%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1660536,11 +1660536,11 @@
16,
5
),
- "score": 10783.0880202,
- "score-diff": "5046.8196834",
- "score-diff-perc": "+87.98089%",
- "tooltip": "score = 10783.0880202\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5046.81968 (+87.98089%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 10612.4680718,
+ "score-diff": "-170.6199484000008",
+ "score-diff-perc": "-1.58229%",
+ "tooltip": "score = 10612.4680718\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -170.61995 (-1.58229%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1660563,9 +1660563,9 @@
21
),
"score": 10683.565701200001,
- "score-diff": "-99.5223189999997",
- "score-diff-perc": "-0.92295%",
- "tooltip": "score = 10683.565701200001\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -99.52232 (-0.92295%)",
+ "score-diff": "71.0976294000011",
+ "score-diff-perc": "+0.66994%",
+ "tooltip": "score = 10683.565701200001\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +71.09763 (+0.66994%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1660874,11 +1660874,11 @@
8,
54
),
- "score": 11303.1423298,
- "score-diff": "1.3580461999990803",
- "score-diff-perc": "+0.01202%",
- "tooltip": "score = 11303.1423298\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.35805 (+0.01202%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 5863.913335,
+ "score-diff": "-5437.870948600002",
+ "score-diff-perc": "-48.11515%",
+ "tooltip": "score = 5863.913335\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -5437.87095 (-48.11515%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1660900,11 +1660900,11 @@
8,
54
),
- "score": 5863.913335,
- "score-diff": "-5439.228994800001",
- "score-diff-perc": "-48.12139%",
- "tooltip": "score = 5863.913335\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -5439.22899 (-48.12139%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 11303.1423298,
+ "score-diff": "5439.228994800001",
+ "score-diff-perc": "+92.75766%",
+ "tooltip": "score = 11303.1423298\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +5439.22899 (+92.75766%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1660927,9 +1660927,9 @@
43
),
"score": 5692.9140556,
- "score-diff": "-170.99927939999998",
- "score-diff-perc": "-2.91613%",
- "tooltip": "score = 5692.9140556\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -170.99928 (-2.91613%)",
+ "score-diff": "-5610.228274200001",
+ "score-diff-perc": "-49.63424%",
+ "tooltip": "score = 5692.9140556\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -5610.22827 (-49.63424%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1675618,11 +1675618,11 @@
18,
7
),
- "score": 50.96773803389831,
- "score-diff": "-2.8982916446731224",
- "score-diff-perc": "-5.38056%",
- "tooltip": "score = 50.96773803389831\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.89829 (-5.38056%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 63.32561897916667,
+ "score-diff": "9.45958930059524",
+ "score-diff-perc": "+17.56133%",
+ "tooltip": "score = 63.32561897916667\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +9.45959 (+17.56133%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1675645,9 +1675645,9 @@
7
),
"score": 54.07987921428571,
- "score-diff": "3.112141180387404",
- "score-diff-perc": "+6.10610%",
- "tooltip": "score = 54.07987921428571\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.11214 (+6.10610%)",
+ "score-diff": "-9.245739764880959",
+ "score-diff-perc": "-14.60031%",
+ "tooltip": "score = 54.07987921428571\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -9.24574 (-14.60031%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1675670,11 +1675670,11 @@
18,
7
),
- "score": 63.32561897916667,
- "score-diff": "9.245739764880959",
- "score-diff-perc": "+17.09645%",
- "tooltip": "score = 63.32561897916667\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +9.24574 (+17.09645%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 50.96773803389831,
+ "score-diff": "-3.112141180387404",
+ "score-diff-perc": "-5.75471%",
+ "tooltip": "score = 50.96773803389831\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.11214 (-5.75471%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1675697,9 +1675697,9 @@
41
),
"score": 71.81062842857143,
- "score-diff": "8.485009449404764",
- "score-diff-perc": "+13.39902%",
- "tooltip": "score = 71.81062842857143\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +8.48501 (+13.39902%)",
+ "score-diff": "20.842890394673127",
+ "score-diff-perc": "+40.89428%",
+ "tooltip": "score = 71.81062842857143\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +20.84289 (+40.89428%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1675800,11 +1675800,11 @@
17,
1
),
- "score": 73.48930731707317,
- "score-diff": "6.41527736151761",
- "score-diff-perc": "+9.56447%",
- "tooltip": "score = 73.48930731707317\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +6.41528 (+9.56447%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 75.5334705952381,
+ "score-diff": "8.45944063968254",
+ "score-diff-perc": "+12.61210%",
+ "tooltip": "score = 75.5334705952381\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +8.45944 (+12.61210%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1675826,11 +1675826,11 @@
17,
1
),
- "score": 54.10968498214286,
- "score-diff": "-19.37962233493031",
- "score-diff-perc": "-26.37067%",
- "tooltip": "score = 54.10968498214286\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -19.37962 (-26.37067%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 73.48930731707317,
+ "score-diff": "-2.0441632781649304",
+ "score-diff-perc": "-2.70630%",
+ "tooltip": "score = 73.48930731707317\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.04416 (-2.70630%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1675852,11 +1675852,11 @@
17,
1
),
- "score": 75.5334705952381,
- "score-diff": "21.42378561309524",
- "score-diff-perc": "+39.59326%",
- "tooltip": "score = 75.5334705952381\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +21.42379 (+39.59326%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 54.10968498214286,
+ "score-diff": "-19.37962233493031",
+ "score-diff-perc": "-26.37067%",
+ "tooltip": "score = 54.10968498214286\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -19.37962 (-26.37067%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1675879,9 +1675879,9 @@
7
),
"score": 52.94796764912281,
- "score-diff": "-22.58550294611529",
- "score-diff-perc": "-29.90132%",
- "tooltip": "score = 52.94796764912281\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -22.58550 (-29.90132%)",
+ "score-diff": "-1.16171733302005",
+ "score-diff-perc": "-2.14697%",
+ "tooltip": "score = 52.94796764912281\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.16172 (-2.14697%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1676164,11 +1676164,11 @@
16,
5
),
- "score": 69.61438370454546,
- "score-diff": "-5.460511220454535",
- "score-diff-perc": "-7.27342%",
- "tooltip": "score = 69.61438370454546\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -5.46051 (-7.27342%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 68.7705266590909,
+ "score-diff": "-6.3043682659090905",
+ "score-diff-perc": "-8.39744%",
+ "tooltip": "score = 68.7705266590909\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -6.30437 (-8.39744%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1676190,11 +1676190,11 @@
16,
5
),
- "score": 68.7705266590909,
- "score-diff": "-0.8438570454545555",
- "score-diff-perc": "-1.21219%",
- "tooltip": "score = 68.7705266590909\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.84386 (-1.21219%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 71.85934811904762,
+ "score-diff": "3.088821459956719",
+ "score-diff-perc": "+4.49149%",
+ "tooltip": "score = 71.85934811904762\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.08882 (+4.49149%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1676216,11 +1676216,11 @@
16,
5
),
- "score": 71.85934811904762,
- "score-diff": "3.088821459956719",
- "score-diff-perc": "+4.49149%",
- "tooltip": "score = 71.85934811904762\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.08882 (+4.49149%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 69.61438370454546,
+ "score-diff": "-2.2449644145021637",
+ "score-diff-perc": "-3.12411%",
+ "tooltip": "score = 69.61438370454546\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.24496 (-3.12411%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1676243,9 +1676243,9 @@
21
),
"score": 69.10563652272727,
- "score-diff": "-2.7537115963203576",
- "score-diff-perc": "-3.83209%",
- "tooltip": "score = 69.10563652272727\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -2.75371 (-3.83209%)",
+ "score-diff": "-0.5087471818181939",
+ "score-diff-perc": "-0.73081%",
+ "tooltip": "score = 69.10563652272727\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.50875 (-0.73081%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1676554,11 +1676554,11 @@
8,
54
),
- "score": 71.68383961904762,
- "score-diff": "1.2000026423034313",
- "score-diff-perc": "+1.70252%",
- "tooltip": "score = 71.68383961904762\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.20000 (+1.70252%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 61.03026384,
+ "score-diff": "-9.453573136744183",
+ "score-diff-perc": "-13.41240%",
+ "tooltip": "score = 61.03026384\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -9.45357 (-13.41240%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1676580,11 +1676580,11 @@
8,
54
),
- "score": 61.03026384,
- "score-diff": "-10.653575779047614",
- "score-diff-perc": "-14.86189%",
- "tooltip": "score = 61.03026384\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -10.65358 (-14.86189%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 71.68383961904762,
+ "score-diff": "10.653575779047614",
+ "score-diff-perc": "+17.45622%",
+ "tooltip": "score = 71.68383961904762\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +10.65358 (+17.45622%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1676607,9 +1676607,9 @@
43
),
"score": 57.35230038181818,
- "score-diff": "-3.6779634581818215",
- "score-diff-perc": "-6.02646%",
- "tooltip": "score = 57.35230038181818\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -3.67796 (-6.02646%)",
+ "score-diff": "-14.331539237229435",
+ "score-diff-perc": "-19.99271%",
+ "tooltip": "score = 57.35230038181818\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -14.33154 (-19.99271%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1682281,11 +1682281,11 @@
18,
7
),
- "score": 39.00251371428571,
- "score-diff": "1.645794294532628",
- "score-diff-perc": "+4.40562%",
- "tooltip": "score = 39.00251371428571\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.64579 (+4.40562%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 37.5397514375,
+ "score-diff": "0.18303201774691757",
+ "score-diff-perc": "+0.48996%",
+ "tooltip": "score = 37.5397514375\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.18303 (+0.48996%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1682308,9 +1682308,9 @@
7
),
"score": 37.743561925,
- "score-diff": "-1.2589517892857103",
- "score-diff-perc": "-3.22787%",
- "tooltip": "score = 37.743561925\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.25895 (-3.22787%)",
+ "score-diff": "0.2038104875000002",
+ "score-diff-perc": "+0.54292%",
+ "tooltip": "score = 37.743561925\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.20381 (+0.54292%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1682333,11 +1682333,11 @@
18,
7
),
- "score": 37.5397514375,
- "score-diff": "-0.2038104875000002",
- "score-diff-perc": "-0.53999%",
- "tooltip": "score = 37.5397514375\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.20381 (-0.53999%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 39.00251371428571,
+ "score-diff": "1.2589517892857103",
+ "score-diff-perc": "+3.33554%",
+ "tooltip": "score = 39.00251371428571\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.25895 (+3.33554%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1682360,9 +1682360,9 @@
41
),
"score": 65.26638989130434,
- "score-diff": "27.72663845380434",
- "score-diff-perc": "+73.85941%",
- "tooltip": "score = 65.26638989130434\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +27.72664 (+73.85941%)",
+ "score-diff": "26.26387617701863",
+ "score-diff-perc": "+67.33893%",
+ "tooltip": "score = 65.26638989130434\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +26.26388 (+67.33893%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1682463,11 +1682463,11 @@
17,
1
),
- "score": 62.01341365306122,
- "score-diff": "1.1307972130612214",
- "score-diff-perc": "+1.85734%",
- "tooltip": "score = 62.01341365306122\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.13080 (+1.85734%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 61.14981866,
+ "score-diff": "0.2672022200000015",
+ "score-diff-perc": "+0.43888%",
+ "tooltip": "score = 61.14981866\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.26720 (+0.43888%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1682489,11 +1682489,11 @@
17,
1
),
- "score": 38.168959632911395,
- "score-diff": "-23.844454020149826",
- "score-diff-perc": "-38.45048%",
- "tooltip": "score = 38.168959632911395\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -23.84445 (-38.45048%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 62.01341365306122,
+ "score-diff": "0.8635949930612199",
+ "score-diff-perc": "+1.41226%",
+ "tooltip": "score = 62.01341365306122\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.86359 (+1.41226%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1682515,11 +1682515,11 @@
17,
1
),
- "score": 61.14981866,
- "score-diff": "22.980859027088606",
- "score-diff-perc": "+60.20824%",
- "tooltip": "score = 61.14981866\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +22.98086 (+60.20824%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 38.168959632911395,
+ "score-diff": "-23.844454020149826",
+ "score-diff-perc": "-38.45048%",
+ "tooltip": "score = 38.168959632911395\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -23.84445 (-38.45048%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1682542,9 +1682542,9 @@
7
),
"score": 37.40987392592593,
- "score-diff": "-23.739944734074072",
- "score-diff-perc": "-38.82259%",
- "tooltip": "score = 37.40987392592593\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -23.73994 (-38.82259%)",
+ "score-diff": "-0.7590857069854664",
+ "score-diff-perc": "-1.98875%",
+ "tooltip": "score = 37.40987392592593\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.75909 (-1.98875%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1682827,11 +1682827,11 @@
16,
5
),
- "score": 148.38428514285715,
- "score-diff": "6.824473324675324",
- "score-diff-perc": "+4.82091%",
- "tooltip": "score = 148.38428514285715\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +6.82447 (+4.82091%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 97.63438758064517,
+ "score-diff": "-43.92542423753666",
+ "score-diff-perc": "-31.02959%",
+ "tooltip": "score = 97.63438758064517\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -43.92542 (-31.02959%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1682853,11 +1682853,11 @@
16,
5
),
- "score": 97.63438758064517,
- "score-diff": "-50.749897562211984",
- "score-diff-perc": "-34.20167%",
- "tooltip": "score = 97.63438758064517\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -50.74990 (-34.20167%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 148.2977009047619,
+ "score-diff": "50.66331332411674",
+ "score-diff-perc": "+51.89085%",
+ "tooltip": "score = 148.2977009047619\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +50.66331 (+51.89085%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1682879,11 +1682879,11 @@
16,
5
),
- "score": 148.2977009047619,
- "score-diff": "50.66331332411674",
- "score-diff-perc": "+51.89085%",
- "tooltip": "score = 148.2977009047619\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +50.66331 (+51.89085%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 148.38428514285715,
+ "score-diff": "0.08658423809524152",
+ "score-diff-perc": "+0.05839%",
+ "tooltip": "score = 148.38428514285715\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.08658 (+0.05839%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1682906,9 +1682906,9 @@
21
),
"score": 148.16126147619048,
- "score-diff": "-0.13643942857143543",
- "score-diff-perc": "-0.09200%",
- "tooltip": "score = 148.16126147619048\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.13644 (-0.09200%)",
+ "score-diff": "-0.22302366666667695",
+ "score-diff-perc": "-0.15030%",
+ "tooltip": "score = 148.16126147619048\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.22302 (-0.15030%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1683217,11 +1683217,11 @@
8,
54
),
- "score": 178.93142294117646,
- "score-diff": "15.273387520123833",
- "score-diff-perc": "+9.33250%",
- "tooltip": "score = 178.93142294117646\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +15.27339 (+9.33250%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 98.1626410967742,
+ "score-diff": "-65.49539432427844",
+ "score-diff-perc": "-40.01966%",
+ "tooltip": "score = 98.1626410967742\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -65.49539 (-40.01966%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1683243,11 +1683243,11 @@
8,
54
),
- "score": 98.1626410967742,
- "score-diff": "-80.76878184440227",
- "score-diff-perc": "-45.13952%",
- "tooltip": "score = 98.1626410967742\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -80.76878 (-45.13952%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 178.93142294117646,
+ "score-diff": "80.76878184440227",
+ "score-diff-perc": "+82.28057%",
+ "tooltip": "score = 178.93142294117646\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +80.76878 (+82.28057%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1683270,9 +1683270,9 @@
43
),
"score": 97.79336467741936,
- "score-diff": "-0.3692764193548328",
- "score-diff-perc": "-0.37619%",
- "tooltip": "score = 97.79336467741936\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.36928 (-0.37619%)",
+ "score-diff": "-81.1380582637571",
+ "score-diff-perc": "-45.34590%",
+ "tooltip": "score = 97.79336467741936\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -81.13806 (-45.34590%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1688944,11 +1688944,11 @@
18,
7
),
- "score": 0.0025838290903807564,
- "score-diff": "-2.9927290336111828e-05",
- "score-diff-perc": "-1.14499%",
- "tooltip": "score = 0.0025838290903807564\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00003 (-1.14499%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.0026588088320634953,
+ "score-diff": "4.5052451346627026e-05",
+ "score-diff-perc": "+1.72367%",
+ "tooltip": "score = 0.0026588088320634953\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00005 (+1.72367%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1688971,9 +1688971,9 @@
7
),
"score": 0.00257900235626804,
- "score-diff": "-4.826734112716238e-06",
- "score-diff-perc": "-0.18681%",
- "tooltip": "score = 0.00257900235626804\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-0.18681%)",
+ "score-diff": "-7.980647579545509e-05",
+ "score-diff-perc": "-3.00159%",
+ "tooltip": "score = 0.00257900235626804\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00008 (-3.00159%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1688996,11 +1688996,11 @@
18,
7
),
- "score": 0.0026588088320634953,
- "score-diff": "7.980647579545509e-05",
- "score-diff-perc": "+3.09447%",
- "tooltip": "score = 0.0026588088320634953\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00008 (+3.09447%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.0025838290903807564,
+ "score-diff": "4.826734112716238e-06",
+ "score-diff-perc": "+0.18716%",
+ "tooltip": "score = 0.0025838290903807564\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+0.18716%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1689023,9 +1689023,9 @@
41
),
"score": 0.005309615947771987,
- "score-diff": "0.0026508071157084916",
- "score-diff-perc": "+99.69905%",
- "tooltip": "score = 0.005309615947771987\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00265 (+99.69905%)",
+ "score-diff": "0.0027257868573912305",
+ "score-diff-perc": "+105.49409%",
+ "tooltip": "score = 0.005309615947771987\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00273 (+105.49409%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1689126,11 +1689126,11 @@
17,
1
),
- "score": 0.005437254951624913,
- "score-diff": "0.0005881659479564944",
- "score-diff-perc": "+12.12941%",
- "tooltip": "score = 0.005437254951624913\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00059 (+12.12941%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.005656926564376374,
+ "score-diff": "0.0008078375607079554",
+ "score-diff-perc": "+16.65957%",
+ "tooltip": "score = 0.005656926564376374\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00081 (+16.65957%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1689152,11 +1689152,11 @@
17,
1
),
- "score": 0.0030986905001954713,
- "score-diff": "-0.002338564451429442",
- "score-diff-perc": "-43.01002%",
- "tooltip": "score = 0.0030986905001954713\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00234 (-43.01002%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.005437254951624913,
+ "score-diff": "-0.00021967161275146096",
+ "score-diff-perc": "-3.88323%",
+ "tooltip": "score = 0.005437254951624913\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00022 (-3.88323%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1689178,11 +1689178,11 @@
17,
1
),
- "score": 0.005656926564376374,
- "score-diff": "0.002558236064180903",
- "score-diff-perc": "+82.55862%",
- "tooltip": "score = 0.005656926564376374\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00256 (+82.55862%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.0030986905001954713,
+ "score-diff": "-0.002338564451429442",
+ "score-diff-perc": "-43.01002%",
+ "tooltip": "score = 0.0030986905001954713\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00234 (-43.01002%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1689205,9 +1689205,9 @@
7
),
"score": 0.0026524693881904648,
- "score-diff": "-0.0030044571761859095",
- "score-diff-perc": "-53.11112%",
- "tooltip": "score = 0.0026524693881904648\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00300 (-53.11112%)",
+ "score-diff": "-0.0004462211120050065",
+ "score-diff-perc": "-14.40031%",
+ "tooltip": "score = 0.0026524693881904648\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00045 (-14.40031%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1689490,11 +1689490,11 @@
16,
5
),
- "score": 0.003462883272675101,
- "score-diff": "-0.00147877182774907",
- "score-diff-perc": "-29.92463%",
- "tooltip": "score = 0.003462883272675101\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00148 (-29.92463%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.002617183956034314,
+ "score-diff": "-0.002324471144389857",
+ "score-diff-perc": "-47.03831%",
+ "tooltip": "score = 0.002617183956034314\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00232 (-47.03831%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1689516,11 +1689516,11 @@
16,
5
),
- "score": 0.002617183956034314,
- "score-diff": "-0.000845699316640787",
- "score-diff-perc": "-24.42183%",
- "tooltip": "score = 0.002617183956034314\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00085 (-24.42183%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.0048461702064758775,
+ "score-diff": "0.0022289862504415634",
+ "score-diff-perc": "+85.16735%",
+ "tooltip": "score = 0.0048461702064758775\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00223 (+85.16735%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1689542,11 +1689542,11 @@
16,
5
),
- "score": 0.0048461702064758775,
- "score-diff": "0.0022289862504415634",
- "score-diff-perc": "+85.16735%",
- "tooltip": "score = 0.0048461702064758775\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00223 (+85.16735%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.003462883272675101,
+ "score-diff": "-0.0013832869338007764",
+ "score-diff-perc": "-28.54392%",
+ "tooltip": "score = 0.003462883272675101\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00138 (-28.54392%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1689569,9 +1689569,9 @@
21
),
"score": 0.0053385884588498245,
- "score-diff": "0.0004924182523739469",
- "score-diff-perc": "+10.16098%",
- "tooltip": "score = 0.0053385884588498245\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00049 (+10.16098%)",
+ "score-diff": "0.0018757051861747233",
+ "score-diff-perc": "+54.16600%",
+ "tooltip": "score = 0.0053385884588498245\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00188 (+54.16600%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1689880,11 +1689880,11 @@
8,
54
),
- "score": 0.005520661894387068,
- "score-diff": "0.0004289975587614958",
- "score-diff-perc": "+8.42549%",
- "tooltip": "score = 0.005520661894387068\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00043 (+8.42549%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.0026697238352769207,
+ "score-diff": "-0.002421940500348652",
+ "score-diff-perc": "-47.56677%",
+ "tooltip": "score = 0.0026697238352769207\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00242 (-47.56677%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1689906,11 +1689906,11 @@
8,
54
),
- "score": 0.0026697238352769207,
- "score-diff": "-0.0028509380591101477",
- "score-diff-perc": "-51.64124%",
- "tooltip": "score = 0.0026697238352769207\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00285 (-51.64124%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.005520661894387068,
+ "score-diff": "0.0028509380591101477",
+ "score-diff-perc": "+106.78775%",
+ "tooltip": "score = 0.005520661894387068\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00285 (+106.78775%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1689933,9 +1689933,9 @@
43
),
"score": 0.0026047390202556084,
- "score-diff": "-6.49848150213123e-05",
- "score-diff-perc": "-2.43414%",
- "tooltip": "score = 0.0026047390202556084\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00006 (-2.43414%)",
+ "score-diff": "-0.00291592287413146",
+ "score-diff-perc": "-52.81836%",
+ "tooltip": "score = 0.0026047390202556084\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00292 (-52.81836%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1695581,11 +1695581,11 @@
18,
7
),
- "score": 0.8007970406877192,
- "score-diff": "-0.008031186486111674",
- "score-diff-perc": "-0.99294%",
- "tooltip": "score = 0.8007970406877192\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00803 (-0.99294%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.8064030145191129,
+ "score-diff": "-0.0024252126547179564",
+ "score-diff-perc": "-0.29984%",
+ "tooltip": "score = 0.8064030145191129\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00243 (-0.29984%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1695608,9 +1695608,9 @@
7
),
"score": 0.8178729289319682,
- "score-diff": "0.017075888244248993",
- "score-diff-perc": "+2.13236%",
- "tooltip": "score = 0.8178729289319682\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01708 (+2.13236%)",
+ "score-diff": "0.011469914412855275",
+ "score-diff-perc": "+1.42236%",
+ "tooltip": "score = 0.8178729289319682\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01147 (+1.42236%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1695633,11 +1695633,11 @@
18,
7
),
- "score": 0.8064030145191129,
- "score-diff": "-0.011469914412855275",
- "score-diff-perc": "-1.40241%",
- "tooltip": "score = 0.8064030145191129\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01147 (-1.40241%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.8007970406877192,
+ "score-diff": "-0.017075888244248993",
+ "score-diff-perc": "-2.08784%",
+ "tooltip": "score = 0.8007970406877192\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01708 (-2.08784%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1695660,9 +1695660,9 @@
41
),
"score": 0.8163564298500269,
- "score-diff": "0.009953415330913984",
- "score-diff-perc": "+1.23430%",
- "tooltip": "score = 0.8163564298500269\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00995 (+1.23430%)",
+ "score-diff": "0.015559389162307702",
+ "score-diff-perc": "+1.94299%",
+ "tooltip": "score = 0.8163564298500269\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.01556 (+1.94299%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1695763,11 +1695763,11 @@
17,
1
),
- "score": 0.8207623595247157,
- "score-diff": "-0.017765622576046858",
- "score-diff-perc": "-2.11867%",
- "tooltip": "score = 0.8207623595247157\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01777 (-2.11867%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.8227127510148909,
+ "score-diff": "-0.015815231085871573",
+ "score-diff-perc": "-1.88607%",
+ "tooltip": "score = 0.8227127510148909\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01582 (-1.88607%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1695789,11 +1695789,11 @@
17,
1
),
- "score": 0.8129072975706674,
- "score-diff": "-0.007855061954048281",
- "score-diff-perc": "-0.95704%",
- "tooltip": "score = 0.8129072975706674\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00786 (-0.95704%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.8207623595247157,
+ "score-diff": "-0.001950391490175285",
+ "score-diff-perc": "-0.23707%",
+ "tooltip": "score = 0.8207623595247157\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00195 (-0.23707%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1695815,11 +1695815,11 @@
17,
1
),
- "score": 0.8227127510148909,
- "score-diff": "0.009805453444223566",
- "score-diff-perc": "+1.20622%",
- "tooltip": "score = 0.8227127510148909\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00981 (+1.20622%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.8129072975706674,
+ "score-diff": "-0.007855061954048281",
+ "score-diff-perc": "-0.95704%",
+ "tooltip": "score = 0.8129072975706674\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00786 (-0.95704%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1695842,9 +1695842,9 @@
7
),
"score": 0.8106982170991729,
- "score-diff": "-0.01201453391571805",
- "score-diff-perc": "-1.46036%",
- "tooltip": "score = 0.8106982170991729\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.01201 (-1.46036%)",
+ "score-diff": "-0.0022090804714944845",
+ "score-diff-perc": "-0.27175%",
+ "tooltip": "score = 0.8106982170991729\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00221 (-0.27175%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1696127,11 +1696127,11 @@
16,
5
),
- "score": 0.7760579037855934,
- "score-diff": "-0.00014222219356996302",
- "score-diff-perc": "-0.01832%",
- "tooltip": "score = 0.7760579037855934\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00014 (-0.01832%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.7491396189817964,
+ "score-diff": "-0.02706050699736695",
+ "score-diff-perc": "-3.48628%",
+ "tooltip": "score = 0.7491396189817964\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02706 (-3.48628%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1696153,11 +1696153,11 @@
16,
5
),
- "score": 0.7491396189817964,
- "score-diff": "-0.026918284803796988",
- "score-diff-perc": "-3.46859%",
- "tooltip": "score = 0.7491396189817964\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02692 (-3.46859%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.8200141984018693,
+ "score-diff": "0.07087457942007291",
+ "score-diff-perc": "+9.46080%",
+ "tooltip": "score = 0.8200141984018693\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.07087 (+9.46080%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1696179,11 +1696179,11 @@
16,
5
),
- "score": 0.8200141984018693,
- "score-diff": "0.07087457942007291",
- "score-diff-perc": "+9.46080%",
- "tooltip": "score = 0.8200141984018693\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.07087 (+9.46080%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.7760579037855934,
+ "score-diff": "-0.043956294616275926",
+ "score-diff-perc": "-5.36043%",
+ "tooltip": "score = 0.7760579037855934\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.04396 (-5.36043%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1696206,9 +1696206,9 @@
21
),
"score": 0.8174219575633618,
- "score-diff": "-0.002592240838507509",
- "score-diff-perc": "-0.31612%",
- "tooltip": "score = 0.8174219575633618\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00259 (-0.31612%)",
+ "score-diff": "0.04136405377776842",
+ "score-diff-perc": "+5.33002%",
+ "tooltip": "score = 0.8174219575633618\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.04136 (+5.33002%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1696517,11 +1696517,11 @@
8,
54
),
- "score": 0.8274990044050711,
- "score-diff": "0.006219453571924216",
- "score-diff-perc": "+0.75729%",
- "tooltip": "score = 0.8274990044050711\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00622 (+0.75729%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.8196358883882128,
+ "score-diff": "-0.0016436624449340798",
+ "score-diff-perc": "-0.20013%",
+ "tooltip": "score = 0.8196358883882128\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00164 (-0.20013%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1696543,11 +1696543,11 @@
8,
54
),
- "score": 0.8196358883882128,
- "score-diff": "-0.007863116016858296",
- "score-diff-perc": "-0.95023%",
- "tooltip": "score = 0.8196358883882128\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00786 (-0.95023%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.8274990044050711,
+ "score-diff": "0.007863116016858296",
+ "score-diff-perc": "+0.95934%",
+ "tooltip": "score = 0.8274990044050711\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00786 (+0.95934%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1696570,9 +1696570,9 @@
43
),
"score": 0.8183307350509921,
- "score-diff": "-0.0013051533372206992",
- "score-diff-perc": "-0.15924%",
- "tooltip": "score = 0.8183307350509921\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00131 (-0.15924%)",
+ "score-diff": "-0.009168269354078995",
+ "score-diff-perc": "-1.10795%",
+ "tooltip": "score = 0.8183307350509921\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00917 (-1.10795%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1702244,11 +1702244,11 @@
18,
7
),
- "score": 0.00283602655787986,
- "score-diff": "0.00010363836857027551",
- "score-diff-perc": "+3.79296%",
- "tooltip": "score = 0.00283602655787986\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00010 (+3.79296%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.0029281839399299104,
+ "score-diff": "0.0001957957506203258",
+ "score-diff-perc": "+7.16574%",
+ "tooltip": "score = 0.0029281839399299104\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00020 (+7.16574%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1702271,9 +1702271,9 @@
7
),
"score": 0.0028704937250697963,
- "score-diff": "3.4467167189936206e-05",
- "score-diff-perc": "+1.21533%",
- "tooltip": "score = 0.0028704937250697963\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00003 (+1.21533%)",
+ "score-diff": "-5.7690214860114074e-05",
+ "score-diff-perc": "-1.97017%",
+ "tooltip": "score = 0.0028704937250697963\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00006 (-1.97017%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1702296,11 +1702296,11 @@
18,
7
),
- "score": 0.0029281839399299104,
- "score-diff": "5.7690214860114074e-05",
- "score-diff-perc": "+2.00977%",
- "tooltip": "score = 0.0029281839399299104\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00006 (+2.00977%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.00283602655787986,
+ "score-diff": "-3.4467167189936206e-05",
+ "score-diff-perc": "-1.20074%",
+ "tooltip": "score = 0.00283602655787986\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00003 (-1.20074%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1702323,9 +1702323,9 @@
41
),
"score": 0.005581999350291883,
- "score-diff": "0.0026538154103619726",
- "score-diff-perc": "+90.63008%",
- "tooltip": "score = 0.005581999350291883\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00265 (+90.63008%)",
+ "score-diff": "0.002745972792412023",
+ "score-diff-perc": "+96.82465%",
+ "tooltip": "score = 0.005581999350291883\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00275 (+96.82465%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1702426,11 +1702426,11 @@
17,
1
),
- "score": 0.0048994315387941014,
- "score-diff": "-0.0003461703472684031",
- "score-diff-perc": "-6.59925%",
- "tooltip": "score = 0.0048994315387941014\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00035 (-6.59925%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.0055544040817147615,
+ "score-diff": "0.00030880219565225693",
+ "score-diff-perc": "+5.88688%",
+ "tooltip": "score = 0.0055544040817147615\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00031 (+5.88688%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1702452,11 +1702452,11 @@
17,
1
),
- "score": 0.0028623875524490757,
- "score-diff": "-0.0020370439863450257",
- "score-diff-perc": "-41.57715%",
- "tooltip": "score = 0.0028623875524490757\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00204 (-41.57715%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.0048994315387941014,
+ "score-diff": "-0.00065497254292066",
+ "score-diff-perc": "-11.79195%",
+ "tooltip": "score = 0.0048994315387941014\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00065 (-11.79195%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1702478,11 +1702478,11 @@
17,
1
),
- "score": 0.0055544040817147615,
- "score-diff": "0.0026920165292656857",
- "score-diff-perc": "+94.04794%",
- "tooltip": "score = 0.0055544040817147615\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00269 (+94.04794%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.0028623875524490757,
+ "score-diff": "-0.0020370439863450257",
+ "score-diff-perc": "-41.57715%",
+ "tooltip": "score = 0.0028623875524490757\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00204 (-41.57715%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1702505,9 +1702505,9 @@
7
),
"score": 0.0027629750835474857,
- "score-diff": "-0.0027914289981672757",
- "score-diff-perc": "-50.25614%",
- "tooltip": "score = 0.0027629750835474857\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00279 (-50.25614%)",
+ "score-diff": "-9.941246890158998e-05",
+ "score-diff-perc": "-3.47306%",
+ "tooltip": "score = 0.0027629750835474857\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00010 (-3.47306%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1702790,11 +1702790,11 @@
16,
5
),
- "score": 0.004849846097290997,
- "score-diff": "-0.0008609357254021916",
- "score-diff-perc": "-15.07562%",
- "tooltip": "score = 0.004849846097290997\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00086 (-15.07562%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.002890309271248887,
+ "score-diff": "-0.0028204725514443018",
+ "score-diff-perc": "-49.38855%",
+ "tooltip": "score = 0.002890309271248887\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00282 (-49.38855%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1702816,11 +1702816,11 @@
16,
5
),
- "score": 0.002890309271248887,
- "score-diff": "-0.00195953682604211",
- "score-diff-perc": "-40.40410%",
- "tooltip": "score = 0.002890309271248887\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00196 (-40.40410%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.005013992545627541,
+ "score-diff": "0.002123683274378654",
+ "score-diff-perc": "+73.47599%",
+ "tooltip": "score = 0.005013992545627541\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00212 (+73.47599%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1702842,11 +1702842,11 @@
16,
5
),
- "score": 0.005013992545627541,
- "score-diff": "0.002123683274378654",
- "score-diff-perc": "+73.47599%",
- "tooltip": "score = 0.005013992545627541\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00212 (+73.47599%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.004849846097290997,
+ "score-diff": "-0.00016414644833654367",
+ "score-diff-perc": "-3.27377%",
+ "tooltip": "score = 0.004849846097290997\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00016 (-3.27377%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1702869,9 +1702869,9 @@
21
),
"score": 0.0033863380472657773,
- "score-diff": "-0.0016276544983617634",
- "score-diff-perc": "-32.46224%",
- "tooltip": "score = 0.0033863380472657773\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00163 (-32.46224%)",
+ "score-diff": "-0.0014635080500252197",
+ "score-diff-perc": "-30.17638%",
+ "tooltip": "score = 0.0033863380472657773\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00146 (-30.17638%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1703180,11 +1703180,11 @@
8,
54
),
- "score": 0.005462923122591221,
- "score-diff": "0.0007203181960872386",
- "score-diff-perc": "+15.18824%",
- "tooltip": "score = 0.005462923122591221\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00072 (+15.18824%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.0028611530646517297,
+ "score-diff": "-0.0018814518618522525",
+ "score-diff-perc": "-39.67128%",
+ "tooltip": "score = 0.0028611530646517297\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00188 (-39.67128%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1703206,11 +1703206,11 @@
8,
54
),
- "score": 0.0028611530646517297,
- "score-diff": "-0.002601770057939491",
- "score-diff-perc": "-47.62597%",
- "tooltip": "score = 0.0028611530646517297\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00260 (-47.62597%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.005462923122591221,
+ "score-diff": "0.002601770057939491",
+ "score-diff-perc": "+90.93432%",
+ "tooltip": "score = 0.005462923122591221\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00260 (+90.93432%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1703233,9 +1703233,9 @@
43
),
"score": 0.002845702298339728,
- "score-diff": "-1.5450766312001887e-05",
- "score-diff-perc": "-0.54002%",
- "tooltip": "score = 0.002845702298339728\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00002 (-0.54002%)",
+ "score-diff": "-0.002617220824251493",
+ "score-diff-perc": "-47.90880%",
+ "tooltip": "score = 0.002845702298339728\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00262 (-47.90880%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1708907,11 +1708907,11 @@
18,
7
),
- "score": 64.13828304964538,
- "score-diff": "-0.11773286524822879",
- "score-diff-perc": "-0.18322%",
- "tooltip": "score = 64.13828304964538\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.11773 (-0.18322%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 64.20255591489361,
+ "score-diff": "-0.05346000000000117",
+ "score-diff-perc": "-0.08320%",
+ "tooltip": "score = 64.20255591489361\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.05346 (-0.08320%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1708934,9 +1708934,9 @@
7
),
"score": 65.40430502898552,
- "score-diff": "1.2660219793401382",
- "score-diff-perc": "+1.97389%",
- "tooltip": "score = 65.40430502898552\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.26602 (+1.97389%)",
+ "score-diff": "1.2017491140919105",
+ "score-diff-perc": "+1.87181%",
+ "tooltip": "score = 65.40430502898552\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.20175 (+1.87181%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1708959,11 +1708959,11 @@
18,
7
),
- "score": 64.20255591489361,
- "score-diff": "-1.2017491140919105",
- "score-diff-perc": "-1.83742%",
- "tooltip": "score = 64.20255591489361\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.20175 (-1.83742%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 64.13828304964538,
+ "score-diff": "-1.2660219793401382",
+ "score-diff-perc": "-1.93569%",
+ "tooltip": "score = 64.13828304964538\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.26602 (-1.93569%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1708986,9 +1708986,9 @@
41
),
"score": 117.99756311538461,
- "score-diff": "53.795007200491",
- "score-diff-perc": "+83.78951%",
- "tooltip": "score = 117.99756311538461\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +53.79501 (+83.78951%)",
+ "score-diff": "53.85928006573923",
+ "score-diff-perc": "+83.97369%",
+ "tooltip": "score = 117.99756311538461\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +53.85928 (+83.97369%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1709089,11 +1709089,11 @@
17,
1
),
- "score": 118.2052405897436,
- "score-diff": "0.1904992692307701",
- "score-diff-perc": "+0.16142%",
- "tooltip": "score = 118.2052405897436\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.19050 (+0.16142%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 118.08010176923078,
+ "score-diff": "0.06536044871795355",
+ "score-diff-perc": "+0.05538%",
+ "tooltip": "score = 118.08010176923078\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.06536 (+0.05538%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1709115,11 +1709115,11 @@
17,
1
),
- "score": 67.95296012592593,
- "score-diff": "-50.25228046381767",
- "score-diff-perc": "-42.51273%",
- "tooltip": "score = 67.95296012592593\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -50.25228 (-42.51273%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 118.2052405897436,
+ "score-diff": "0.12513882051281655",
+ "score-diff-perc": "+0.10598%",
+ "tooltip": "score = 118.2052405897436\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.12514 (+0.10598%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1709141,11 +1709141,11 @@
17,
1
),
- "score": 118.08010176923078,
- "score-diff": "50.12714164330485",
- "score-diff-perc": "+73.76741%",
- "tooltip": "score = 118.08010176923078\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +50.12714 (+73.76741%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 67.95296012592593,
+ "score-diff": "-50.25228046381767",
+ "score-diff-perc": "-42.51273%",
+ "tooltip": "score = 67.95296012592593\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -50.25228 (-42.51273%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1709168,9 +1709168,9 @@
7
),
"score": 65.35474241304348,
- "score-diff": "-52.7253593561873",
- "score-diff-perc": "-44.65220%",
- "tooltip": "score = 65.35474241304348\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -52.72536 (-44.65220%)",
+ "score-diff": "-2.5982177128824446",
+ "score-diff-perc": "-3.82355%",
+ "tooltip": "score = 65.35474241304348\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.59822 (-3.82355%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1709453,11 +1709453,11 @@
16,
5
),
- "score": 118.49360153846153,
- "score-diff": "-0.6165484358974425",
- "score-diff-perc": "-0.51763%",
- "tooltip": "score = 118.49360153846153\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.61655 (-0.51763%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 64.16745373758864,
+ "score-diff": "-54.94269623677033",
+ "score-diff-perc": "-46.12764%",
+ "tooltip": "score = 64.16745373758864\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -54.94270 (-46.12764%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1709479,11 +1709479,11 @@
16,
5
),
- "score": 64.16745373758864,
- "score-diff": "-54.32614780087289",
- "score-diff-perc": "-45.84733%",
- "tooltip": "score = 64.16745373758864\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -54.32615 (-45.84733%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 118.19545815384616,
+ "score-diff": "54.02800441625752",
+ "score-diff-perc": "+84.19845%",
+ "tooltip": "score = 118.19545815384616\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +54.02800 (+84.19845%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1709505,11 +1709505,11 @@
16,
5
),
- "score": 118.19545815384616,
- "score-diff": "54.02800441625752",
- "score-diff-perc": "+84.19845%",
- "tooltip": "score = 118.19545815384616\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +54.02800 (+84.19845%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 118.49360153846153,
+ "score-diff": "0.29814338461537204",
+ "score-diff-perc": "+0.25225%",
+ "tooltip": "score = 118.49360153846153\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.29814 (+0.25225%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1709532,9 +1709532,9 @@
21
),
"score": 118.3774606923077,
- "score-diff": "0.18200253846153203",
- "score-diff-perc": "+0.15398%",
- "tooltip": "score = 118.3774606923077\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.18200 (+0.15398%)",
+ "score-diff": "-0.11614084615384002",
+ "score-diff-perc": "-0.09801%",
+ "tooltip": "score = 118.3774606923077\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.11614 (-0.09801%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1709843,11 +1709843,11 @@
8,
54
),
- "score": 127.84015519444445,
- "score-diff": "-0.2969836666666623",
- "score-diff-perc": "-0.23177%",
- "tooltip": "score = 127.84015519444445\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.29698 (-0.23177%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 64.28806512765958,
+ "score-diff": "-63.84907373345153",
+ "score-diff-perc": "-49.82870%",
+ "tooltip": "score = 64.28806512765958\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -63.84907 (-49.82870%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1709869,11 +1709869,11 @@
8,
54
),
- "score": 64.28806512765958,
- "score-diff": "-63.55209006678487",
- "score-diff-perc": "-49.71215%",
- "tooltip": "score = 64.28806512765958\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -63.55209 (-49.71215%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 127.84015519444445,
+ "score-diff": "63.55209006678487",
+ "score-diff-perc": "+98.85519%",
+ "tooltip": "score = 127.84015519444445\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +63.55209 (+98.85519%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1709896,9 +1709896,9 @@
43
),
"score": 64.53246840425533,
- "score-diff": "0.24440327659574734",
- "score-diff-perc": "+0.38017%",
- "tooltip": "score = 64.53246840425533\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.24440 (+0.38017%)",
+ "score-diff": "-63.30768679018912",
+ "score-diff-perc": "-49.52097%",
+ "tooltip": "score = 64.53246840425533\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -63.30769 (-49.52097%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1715570,11 +1715570,11 @@
18,
7
),
- "score": 489.3145274285714,
- "score-diff": "100.81571397023805",
- "score-diff-perc": "+25.95007%",
- "tooltip": "score = 489.3145274285714\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +100.81571 (+25.95007%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 449.6719431904762,
+ "score-diff": "61.173129732142854",
+ "score-diff-perc": "+15.74603%",
+ "tooltip": "score = 449.6719431904762\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +61.17313 (+15.74603%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1715597,9 +1715597,9 @@
7
),
"score": 398.4564457916667,
- "score-diff": "-90.85808163690473",
- "score-diff-perc": "-18.56844%",
- "tooltip": "score = 398.4564457916667\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -90.85808 (-18.56844%)",
+ "score-diff": "-51.21549739880953",
+ "score-diff-perc": "-11.38952%",
+ "tooltip": "score = 398.4564457916667\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -51.21550 (-11.38952%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1715622,11 +1715622,11 @@
18,
7
),
- "score": 449.6719431904762,
- "score-diff": "51.21549739880953",
- "score-diff-perc": "+12.85347%",
- "tooltip": "score = 449.6719431904762\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +51.21550 (+12.85347%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 489.3145274285714,
+ "score-diff": "90.85808163690473",
+ "score-diff-perc": "+22.80251%",
+ "tooltip": "score = 489.3145274285714\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +90.85808 (+22.80251%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1715649,9 +1715649,9 @@
41
),
"score": 539.4682014444444,
- "score-diff": "89.79625825396818",
- "score-diff-perc": "+19.96928%",
- "tooltip": "score = 539.4682014444444\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +89.79626 (+19.96928%)",
+ "score-diff": "50.15367401587298",
+ "score-diff-perc": "+10.24978%",
+ "tooltip": "score = 539.4682014444444\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +50.15367 (+10.24978%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1715752,11 +1715752,11 @@
17,
1
),
- "score": 539.2506670555556,
- "score-diff": "1.2889167222222113",
- "score-diff-perc": "+0.23959%",
- "tooltip": "score = 539.2506670555556\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.28892 (+0.23959%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 586.8822693333333,
+ "score-diff": "48.9205189999999",
+ "score-diff-perc": "+9.09368%",
+ "tooltip": "score = 586.8822693333333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +48.92052 (+9.09368%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1715778,11 +1715778,11 @@
17,
1
),
- "score": 451.44627152380957,
- "score-diff": "-87.80439553174602",
- "score-diff-perc": "-16.28267%",
- "tooltip": "score = 451.44627152380957\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -87.80440 (-16.28267%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 539.2506670555556,
+ "score-diff": "-47.63160227777769",
+ "score-diff-perc": "-8.11604%",
+ "tooltip": "score = 539.2506670555556\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -47.63160 (-8.11604%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1715804,11 +1715804,11 @@
17,
1
),
- "score": 586.8822693333333,
- "score-diff": "135.4359978095237",
- "score-diff-perc": "+30.00047%",
- "tooltip": "score = 586.8822693333333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +135.43600 (+30.00047%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 451.44627152380957,
+ "score-diff": "-87.80439553174602",
+ "score-diff-perc": "-16.28267%",
+ "tooltip": "score = 451.44627152380957\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -87.80440 (-16.28267%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1715831,9 +1715831,9 @@
7
),
"score": 411.3246704583333,
- "score-diff": "-175.557598875",
- "score-diff-perc": "-29.91360%",
- "tooltip": "score = 411.3246704583333\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -175.55760 (-29.91360%)",
+ "score-diff": "-40.121601065476284",
+ "score-diff-perc": "-8.88735%",
+ "tooltip": "score = 411.3246704583333\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -40.12160 (-8.88735%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1716116,11 +1716116,11 @@
16,
5
),
- "score": 527.2120587777778,
- "score-diff": "-13.24608216666661",
- "score-diff-perc": "-2.45090%",
- "tooltip": "score = 527.2120587777778\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -13.24608 (-2.45090%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 457.3701115714286,
+ "score-diff": "-83.08802937301579",
+ "score-diff-perc": "-15.37363%",
+ "tooltip": "score = 457.3701115714286\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -83.08803 (-15.37363%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1716142,11 +1716142,11 @@
16,
5
),
- "score": 457.3701115714286,
- "score-diff": "-69.84194720634918",
- "score-diff-perc": "-13.24741%",
- "tooltip": "score = 457.3701115714286\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -69.84195 (-13.24741%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 535.8207042222222,
+ "score-diff": "78.45059265079357",
+ "score-diff-perc": "+17.15254%",
+ "tooltip": "score = 535.8207042222222\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +78.45059 (+17.15254%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1716168,11 +1716168,11 @@
16,
5
),
- "score": 535.8207042222222,
- "score-diff": "78.45059265079357",
- "score-diff-perc": "+17.15254%",
- "tooltip": "score = 535.8207042222222\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +78.45059 (+17.15254%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 527.2120587777778,
+ "score-diff": "-8.608645444444392",
+ "score-diff-perc": "-1.60663%",
+ "tooltip": "score = 527.2120587777778\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -8.60865 (-1.60663%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1716195,9 +1716195,9 @@
21
),
"score": 527.2581795,
- "score-diff": "-8.562524722222179",
- "score-diff-perc": "-1.59802%",
- "tooltip": "score = 527.2581795\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -8.56252 (-1.59802%)",
+ "score-diff": "0.04612072222221286",
+ "score-diff-perc": "+0.00875%",
+ "tooltip": "score = 527.2581795\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.04612 (+0.00875%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1716506,11 +1716506,11 @@
8,
54
),
- "score": 618.8373713333334,
- "score-diff": "64.61577027777798",
- "score-diff-perc": "+11.65883%",
- "tooltip": "score = 618.8373713333334\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +64.61577 (+11.65883%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 516.5608618333333,
+ "score-diff": "-37.660739222222105",
+ "score-diff-perc": "-6.79525%",
+ "tooltip": "score = 516.5608618333333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -37.66074 (-6.79525%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1716532,11 +1716532,11 @@
8,
54
),
- "score": 516.5608618333333,
- "score-diff": "-102.27650950000009",
- "score-diff-perc": "-16.52720%",
- "tooltip": "score = 516.5608618333333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -102.27651 (-16.52720%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 618.8373713333334,
+ "score-diff": "102.27650950000009",
+ "score-diff-perc": "+19.79951%",
+ "tooltip": "score = 618.8373713333334\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +102.27651 (+19.79951%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1716559,9 +1716559,9 @@
43
),
"score": 434.3005528095238,
- "score-diff": "-82.2603090238095",
- "score-diff-perc": "-15.92461%",
- "tooltip": "score = 434.3005528095238\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -82.26031 (-15.92461%)",
+ "score-diff": "-184.5368185238096",
+ "score-diff-perc": "-29.81992%",
+ "tooltip": "score = 434.3005528095238\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -184.53682 (-29.81992%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1722233,11 +1722233,11 @@
18,
7
),
- "score": 75.674378725,
- "score-diff": "0.25535899999999856",
- "score-diff-perc": "+0.33859%",
- "tooltip": "score = 75.674378725\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.25536 (+0.33859%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 75.436967975,
+ "score-diff": "0.01794825000000344",
+ "score-diff-perc": "+0.02380%",
+ "tooltip": "score = 75.436967975\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01795 (+0.02380%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1722260,9 +1722260,9 @@
7
),
"score": 71.76907388095238,
- "score-diff": "-3.9053048440476203",
- "score-diff-perc": "-5.16067%",
- "tooltip": "score = 71.76907388095238\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.90530 (-5.16067%)",
+ "score-diff": "-3.6678940940476252",
+ "score-diff-perc": "-4.86220%",
+ "tooltip": "score = 71.76907388095238\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.66789 (-4.86220%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1722285,11 +1722285,11 @@
18,
7
),
- "score": 75.436967975,
- "score-diff": "3.6678940940476252",
- "score-diff-perc": "+5.11069%",
- "tooltip": "score = 75.436967975\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.66789 (+5.11069%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 75.674378725,
+ "score-diff": "3.9053048440476203",
+ "score-diff-perc": "+5.44149%",
+ "tooltip": "score = 75.674378725\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.90530 (+5.44149%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1722312,9 +1722312,9 @@
41
),
"score": 134.6522708985507,
- "score-diff": "59.21530292355071",
- "score-diff-perc": "+78.49640%",
- "tooltip": "score = 134.6522708985507\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +59.21530 (+78.49640%)",
+ "score-diff": "58.977892173550714",
+ "score-diff-perc": "+77.93641%",
+ "tooltip": "score = 134.6522708985507\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +58.97789 (+77.93641%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1722415,11 +1722415,11 @@
17,
1
),
- "score": 136.7248557727273,
- "score-diff": "4.513107975625871",
- "score-diff-perc": "+3.41355%",
- "tooltip": "score = 136.7248557727273\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +4.51311 (+3.41355%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 186.9401415882353,
+ "score-diff": "54.72839379113387",
+ "score-diff-perc": "+41.39450%",
+ "tooltip": "score = 186.9401415882353\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +54.72839 (+41.39450%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1722441,11 +1722441,11 @@
17,
1
),
- "score": 76.37987544166667,
- "score-diff": "-60.344980331060626",
- "score-diff-perc": "-44.13607%",
- "tooltip": "score = 76.37987544166667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -60.34498 (-44.13607%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 136.7248557727273,
+ "score-diff": "-50.215285815508",
+ "score-diff-perc": "-26.86169%",
+ "tooltip": "score = 136.7248557727273\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -50.21529 (-26.86169%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1722467,11 +1722467,11 @@
17,
1
),
- "score": 186.9401415882353,
- "score-diff": "110.56026614656862",
- "score-diff-perc": "+144.75052%",
- "tooltip": "score = 186.9401415882353\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +110.56027 (+144.75052%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 76.37987544166667,
+ "score-diff": "-60.344980331060626",
+ "score-diff-perc": "-44.13607%",
+ "tooltip": "score = 76.37987544166667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -60.34498 (-44.13607%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1722494,9 +1722494,9 @@
7
),
"score": 76.36088519166667,
- "score-diff": "-110.57925639656862",
- "score-diff-perc": "-59.15223%",
- "tooltip": "score = 76.36088519166667\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -110.57926 (-59.15223%)",
+ "score-diff": "-0.01899025000000165",
+ "score-diff-perc": "-0.02486%",
+ "tooltip": "score = 76.36088519166667\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.01899 (-0.02486%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1722779,11 +1722779,11 @@
16,
5
),
- "score": 135.93697428985507,
- "score-diff": "-53.94203414764493",
- "score-diff-perc": "-28.40863%",
- "tooltip": "score = 135.93697428985507\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -53.94203 (-28.40863%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 76.1256853,
+ "score-diff": "-113.7533231375",
+ "score-diff-perc": "-59.90832%",
+ "tooltip": "score = 76.1256853\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -113.75332 (-59.90832%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1722805,11 +1722805,11 @@
16,
5
),
- "score": 76.1256853,
- "score-diff": "-59.81128898985507",
- "score-diff-perc": "-43.99928%",
- "tooltip": "score = 76.1256853\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -59.81129 (-43.99928%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 192.53712739583332,
+ "score-diff": "116.41144209583332",
+ "score-diff-perc": "+152.92006%",
+ "tooltip": "score = 192.53712739583332\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +116.41144 (+152.92006%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1722831,11 +1722831,11 @@
16,
5
),
- "score": 192.53712739583332,
- "score-diff": "116.41144209583332",
- "score-diff-perc": "+152.92006%",
- "tooltip": "score = 192.53712739583332\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +116.41144 (+152.92006%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 135.93697428985507,
+ "score-diff": "-56.60015310597825",
+ "score-diff-perc": "-29.39701%",
+ "tooltip": "score = 135.93697428985507\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -56.60015 (-29.39701%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1722858,9 +1722858,9 @@
21
),
"score": 136.5461429848485,
- "score-diff": "-55.99098441098482",
- "score-diff-perc": "-29.08062%",
- "tooltip": "score = 136.5461429848485\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -55.99098 (-29.08062%)",
+ "score-diff": "0.6091686949934285",
+ "score-diff-perc": "+0.44813%",
+ "tooltip": "score = 136.5461429848485\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.60917 (+0.44813%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1723169,11 +1723169,11 @@
8,
54
),
- "score": 195.23786152083332,
- "score-diff": "50.017794330357134",
- "score-diff-perc": "+34.44276%",
- "tooltip": "score = 195.23786152083332\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +50.01779 (+34.44276%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 77.30430506837608,
+ "score-diff": "-67.9157621221001",
+ "score-diff-perc": "-46.76748%",
+ "tooltip": "score = 77.30430506837608\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -67.91576 (-46.76748%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1723195,11 +1723195,11 @@
8,
54
),
- "score": 77.30430506837608,
- "score-diff": "-117.93355645245724",
- "score-diff-perc": "-60.40506%",
- "tooltip": "score = 77.30430506837608\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -117.93356 (-60.40506%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 195.23786152083332,
+ "score-diff": "117.93355645245724",
+ "score-diff-perc": "+152.55755%",
+ "tooltip": "score = 195.23786152083332\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +117.93356 (+152.55755%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1723222,9 +1723222,9 @@
43
),
"score": 76.20689545,
- "score-diff": "-1.0974096183760764",
- "score-diff-perc": "-1.41960%",
- "tooltip": "score = 76.20689545\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.09741 (-1.41960%)",
+ "score-diff": "-119.03096607083332",
+ "score-diff-perc": "-60.96715%",
+ "tooltip": "score = 76.20689545\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -119.03097 (-60.96715%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1728896,11 +1728896,11 @@
18,
7
),
- "score": 0.24592029975409835,
- "score-diff": "-0.0015689171889025633",
- "score-diff-perc": "-0.63393%",
- "tooltip": "score = 0.24592029975409835\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00157 (-0.63393%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.2691877234882469,
+ "score-diff": "0.021698506545245966",
+ "score-diff-perc": "+8.76746%",
+ "tooltip": "score = 0.2691877234882469\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02170 (+8.76746%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1728923,9 +1728923,9 @@
7
),
"score": 0.25057078511775516,
- "score-diff": "0.004650485363656809",
- "score-diff-perc": "+1.89105%",
- "tooltip": "score = 0.25057078511775516\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00465 (+1.89105%)",
+ "score-diff": "-0.01861693837049172",
+ "score-diff-perc": "-6.91597%",
+ "tooltip": "score = 0.25057078511775516\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01862 (-6.91597%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1728948,11 +1728948,11 @@
18,
7
),
- "score": 0.2691877234882469,
- "score-diff": "0.01861693837049172",
- "score-diff-perc": "+7.42981%",
- "tooltip": "score = 0.2691877234882469\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01862 (+7.42981%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.24592029975409835,
+ "score-diff": "-0.004650485363656809",
+ "score-diff-perc": "-1.85596%",
+ "tooltip": "score = 0.24592029975409835\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00465 (-1.85596%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1728975,9 +1728975,9 @@
41
),
"score": 0.49844968599435124,
- "score-diff": "0.22926196250610437",
- "score-diff-perc": "+85.16806%",
- "tooltip": "score = 0.49844968599435124\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.22926 (+85.16806%)",
+ "score-diff": "0.2525293862402529",
+ "score-diff-perc": "+102.68749%",
+ "tooltip": "score = 0.49844968599435124\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.25253 (+102.68749%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1729078,11 +1729078,11 @@
17,
1
),
- "score": 0.5003961322548366,
- "score-diff": "0.0007788879584169628",
- "score-diff-perc": "+0.15590%",
- "tooltip": "score = 0.5003961322548366\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00078 (+0.15590%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.49991453798733754,
+ "score-diff": "0.00029729369091791025",
+ "score-diff-perc": "+0.05950%",
+ "tooltip": "score = 0.49991453798733754\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00030 (+0.05950%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1729104,11 +1729104,11 @@
17,
1
),
- "score": 0.24924941272742376,
- "score-diff": "-0.25114671952741285",
- "score-diff-perc": "-50.18958%",
- "tooltip": "score = 0.24924941272742376\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.25115 (-50.18958%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.5003961322548366,
+ "score-diff": "0.00048159426749905254",
+ "score-diff-perc": "+0.09634%",
+ "tooltip": "score = 0.5003961322548366\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00048 (+0.09634%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1729130,11 +1729130,11 @@
17,
1
),
- "score": 0.49991453798733754,
- "score-diff": "0.2506651252599138",
- "score-diff-perc": "+100.56799%",
- "tooltip": "score = 0.49991453798733754\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.25067 (+100.56799%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.24924941272742376,
+ "score-diff": "-0.25114671952741285",
+ "score-diff-perc": "-50.18958%",
+ "tooltip": "score = 0.24924941272742376\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.25115 (-50.18958%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1729157,9 +1729157,9 @@
7
),
"score": 0.24930107386788533,
- "score-diff": "-0.2506134641194522",
- "score-diff-perc": "-50.13126%",
- "tooltip": "score = 0.24930107386788533\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.25061 (-50.13126%)",
+ "score-diff": "5.1661140461567445e-05",
+ "score-diff-perc": "+0.02073%",
+ "tooltip": "score = 0.24930107386788533\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00005 (+0.02073%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1729442,11 +1729442,11 @@
16,
5
),
- "score": 0.5003816619412942,
- "score-diff": "-0.0036959729713401668",
- "score-diff-perc": "-0.73322%",
- "tooltip": "score = 0.5003816619412942\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00370 (-0.73322%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.24942691495552416,
+ "score-diff": "-0.2546507199571102",
+ "score-diff-perc": "-50.51815%",
+ "tooltip": "score = 0.24942691495552416\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.25465 (-50.51815%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1729468,11 +1729468,11 @@
16,
5
),
- "score": 0.24942691495552416,
- "score-diff": "-0.25095474698577",
- "score-diff-perc": "-50.15267%",
- "tooltip": "score = 0.24942691495552416\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.25095 (-50.15267%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.4999562672887852,
+ "score-diff": "0.25052935233326107",
+ "score-diff-perc": "+100.44199%",
+ "tooltip": "score = 0.4999562672887852\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.25053 (+100.44199%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1729494,11 +1729494,11 @@
16,
5
),
- "score": 0.4999562672887852,
- "score-diff": "0.25052935233326107",
- "score-diff-perc": "+100.44199%",
- "tooltip": "score = 0.4999562672887852\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.25053 (+100.44199%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.5003816619412942,
+ "score-diff": "0.00042539465250895914",
+ "score-diff-perc": "+0.08509%",
+ "tooltip": "score = 0.5003816619412942\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00043 (+0.08509%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1729521,9 +1729521,9 @@
21
),
"score": 0.4994206175099867,
- "score-diff": "-0.0005356497787985526",
- "score-diff-perc": "-0.10714%",
- "tooltip": "score = 0.4994206175099867\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00054 (-0.10714%)",
+ "score-diff": "-0.0009610444313075117",
+ "score-diff-perc": "-0.19206%",
+ "tooltip": "score = 0.4994206175099867\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00096 (-0.19206%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1729832,11 +1729832,11 @@
8,
54
),
- "score": 0.5059579888701518,
- "score-diff": "0.003576915360439803",
- "score-diff-perc": "+0.71199%",
- "tooltip": "score = 0.5059579888701518\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00358 (+0.71199%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.25115797723087224,
+ "score-diff": "-0.2512230962788397",
+ "score-diff-perc": "-50.00648%",
+ "tooltip": "score = 0.25115797723087224\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.25122 (-50.00648%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1729858,11 +1729858,11 @@
8,
54
),
- "score": 0.25115797723087224,
- "score-diff": "-0.2548000116392795",
- "score-diff-perc": "-50.35991%",
- "tooltip": "score = 0.25115797723087224\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.25480 (-50.35991%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.5059579888701518,
+ "score-diff": "0.2548000116392795",
+ "score-diff-perc": "+101.45010%",
+ "tooltip": "score = 0.5059579888701518\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.25480 (+101.45010%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1729885,9 +1729885,9 @@
43
),
"score": 0.261215535956817,
- "score-diff": "0.01005755872594477",
- "score-diff-perc": "+4.00448%",
- "tooltip": "score = 0.261215535956817\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.01006 (+4.00448%)",
+ "score-diff": "-0.24474245291333474",
+ "score-diff-perc": "-48.37209%",
+ "tooltip": "score = 0.261215535956817\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.24474 (-48.37209%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1735559,11 +1735559,11 @@
18,
7
),
- "score": 3.2528109328277357,
- "score-diff": "0.003172458801761646",
- "score-diff-perc": "+0.09762%",
- "tooltip": "score = 3.2528109328277357\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00317 (+0.09762%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 6.841963728929385,
+ "score-diff": "3.592325254903411",
+ "score-diff-perc": "+110.54538%",
+ "tooltip": "score = 6.841963728929385\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.59233 (+110.54538%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1735586,9 +1735586,9 @@
7
),
"score": 4.6921460984375,
- "score-diff": "1.4393351656097644",
- "score-diff-perc": "+44.24896%",
- "tooltip": "score = 4.6921460984375\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.43934 (+44.24896%)",
+ "score-diff": "-2.149817630491885",
+ "score-diff-perc": "-31.42106%",
+ "tooltip": "score = 4.6921460984375\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.14982 (-31.42106%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1735611,11 +1735611,11 @@
18,
7
),
- "score": 6.841963728929385,
- "score-diff": "2.149817630491885",
- "score-diff-perc": "+45.81736%",
- "tooltip": "score = 6.841963728929385\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.14982 (+45.81736%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 3.2528109328277357,
+ "score-diff": "-1.4393351656097644",
+ "score-diff-perc": "-30.67541%",
+ "tooltip": "score = 3.2528109328277357\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.43934 (-30.67541%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1735638,9 +1735638,9 @@
41
),
"score": 4.990443840531562,
- "score-diff": "-1.8515198883978234",
- "score-diff-perc": "-27.06124%",
- "tooltip": "score = 4.990443840531562\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -1.85152 (-27.06124%)",
+ "score-diff": "1.737632907703826",
+ "score-diff-perc": "+53.41943%",
+ "tooltip": "score = 4.990443840531562\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.73763 (+53.41943%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1735741,11 +1735741,11 @@
17,
1
),
- "score": 6.033802138554217,
- "score-diff": "0.3387607856130401",
- "score-diff-perc": "+5.94835%",
- "tooltip": "score = 6.033802138554217\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.33876 (+5.94835%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 5.5668387012987015,
+ "score-diff": "-0.12820265164247502",
+ "score-diff-perc": "-2.25113%",
+ "tooltip": "score = 5.5668387012987015\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.12820 (-2.25113%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1735767,11 +1735767,11 @@
17,
1
),
- "score": 3.240142498920086,
- "score-diff": "-2.7936596396341304",
- "score-diff-perc": "-46.30015%",
- "tooltip": "score = 3.240142498920086\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.79366 (-46.30015%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 6.033802138554217,
+ "score-diff": "0.46696343725551515",
+ "score-diff-perc": "+8.38831%",
+ "tooltip": "score = 6.033802138554217\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.46696 (+8.38831%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1735793,11 +1735793,11 @@
17,
1
),
- "score": 5.5668387012987015,
- "score-diff": "2.3266962023786153",
- "score-diff-perc": "+71.80845%",
- "tooltip": "score = 5.5668387012987015\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.32670 (+71.80845%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 3.240142498920086,
+ "score-diff": "-2.7936596396341304",
+ "score-diff-perc": "-46.30015%",
+ "tooltip": "score = 3.240142498920086\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.79366 (-46.30015%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1735820,9 +1735820,9 @@
7
),
"score": 3.1473694140461217,
- "score-diff": "-2.41946928725258",
- "score-diff-perc": "-43.46218%",
- "tooltip": "score = 3.1473694140461217\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.41947 (-43.46218%)",
+ "score-diff": "-0.09277308487396452",
+ "score-diff-perc": "-2.86324%",
+ "tooltip": "score = 3.1473694140461217\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.09277 (-2.86324%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1736105,11 +1736105,11 @@
16,
5
),
- "score": 5.441979619565218,
- "score-diff": "-0.11529008969404142",
- "score-diff-perc": "-2.07458%",
- "tooltip": "score = 5.441979619565218\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.11529 (-2.07458%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 3.217761314040729,
+ "score-diff": "-2.3395083952185303",
+ "score-diff-perc": "-42.09816%",
+ "tooltip": "score = 3.217761314040729\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.33951 (-42.09816%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1736131,11 +1736131,11 @@
16,
5
),
- "score": 3.217761314040729,
- "score-diff": "-2.224218305524489",
- "score-diff-perc": "-40.87149%",
- "tooltip": "score = 3.217761314040729\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.22422 (-40.87149%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 5.272917418277681,
+ "score-diff": "2.0551561042369517",
+ "score-diff-perc": "+63.86913%",
+ "tooltip": "score = 5.272917418277681\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.05516 (+63.86913%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1736157,11 +1736157,11 @@
16,
5
),
- "score": 5.272917418277681,
- "score-diff": "2.0551561042369517",
- "score-diff-perc": "+63.86913%",
- "tooltip": "score = 5.272917418277681\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.05516 (+63.86913%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 5.441979619565218,
+ "score-diff": "0.16906220128753713",
+ "score-diff-perc": "+3.20624%",
+ "tooltip": "score = 5.441979619565218\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.16906 (+3.20624%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1736184,9 +1736184,9 @@
21
),
"score": 6.90471968045977,
- "score-diff": "1.6318022621820898",
- "score-diff-perc": "+30.94686%",
- "tooltip": "score = 6.90471968045977\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.63180 (+30.94686%)",
+ "score-diff": "1.4627400608945527",
+ "score-diff-perc": "+26.87882%",
+ "tooltip": "score = 6.90471968045977\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.46274 (+26.87882%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1736495,11 +1736495,11 @@
8,
54
),
- "score": 5.592952251396648,
- "score-diff": "-0.9863116784279136",
- "score-diff-perc": "-14.99122%",
- "tooltip": "score = 5.592952251396648\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.98631 (-14.99122%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 4.280675664764622,
+ "score-diff": "-2.29858826505994",
+ "score-diff-perc": "-34.93686%",
+ "tooltip": "score = 4.280675664764622\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.29859 (-34.93686%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1736521,11 +1736521,11 @@
8,
54
),
- "score": 4.280675664764622,
- "score-diff": "-1.3122765866320263",
- "score-diff-perc": "-23.46304%",
- "tooltip": "score = 4.280675664764622\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.31228 (-23.46304%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 5.592952251396648,
+ "score-diff": "1.3122765866320263",
+ "score-diff-perc": "+30.65583%",
+ "tooltip": "score = 5.592952251396648\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.31228 (+30.65583%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1736548,9 +1736548,9 @@
43
),
"score": 3.237583120819849,
- "score-diff": "-1.0430925439447725",
- "score-diff-perc": "-24.36747%",
- "tooltip": "score = 3.237583120819849\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.04309 (-24.36747%)",
+ "score-diff": "-2.3553691305767988",
+ "score-diff-perc": "-42.11316%",
+ "tooltip": "score = 3.237583120819849\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -2.35537 (-42.11316%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1742222,11 +1742222,11 @@
18,
7
),
- "score": 8.396125955307262,
- "score-diff": "0.5113553332600178",
- "score-diff-perc": "+6.48535%",
- "tooltip": "score = 8.396125955307262\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.51136 (+6.48535%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 8.044610530831099,
+ "score-diff": "0.15983990878385423",
+ "score-diff-perc": "+2.02720%",
+ "tooltip": "score = 8.044610530831099\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.15984 (+2.02720%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1742249,9 +1742249,9 @@
7
),
"score": 8.53338884375,
- "score-diff": "0.13726288844273782",
- "score-diff-perc": "+1.63484%",
- "tooltip": "score = 8.53338884375\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.13726 (+1.63484%)",
+ "score-diff": "0.4887783129189014",
+ "score-diff-perc": "+6.07585%",
+ "tooltip": "score = 8.53338884375\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.48878 (+6.07585%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1742274,11 +1742274,11 @@
18,
7
),
- "score": 8.044610530831099,
- "score-diff": "-0.4887783129189014",
- "score-diff-perc": "-5.72783%",
- "tooltip": "score = 8.044610530831099\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.48878 (-5.72783%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 8.396125955307262,
+ "score-diff": "-0.13726288844273782",
+ "score-diff-perc": "-1.60854%",
+ "tooltip": "score = 8.396125955307262\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.13726 (-1.60854%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1742301,9 +1742301,9 @@
41
),
"score": 10.051636153846154,
- "score-diff": "2.007025623015055",
- "score-diff-perc": "+24.94870%",
- "tooltip": "score = 10.051636153846154\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +2.00703 (+24.94870%)",
+ "score-diff": "1.6555101985388916",
+ "score-diff-perc": "+19.71755%",
+ "tooltip": "score = 10.051636153846154\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.65551 (+19.71755%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1742404,11 +1742404,11 @@
17,
1
),
- "score": 15.202099353535354,
- "score-diff": "5.227852951541999",
- "score-diff-perc": "+52.41351%",
- "tooltip": "score = 15.202099353535354\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.22785 (+52.41351%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 9.970756043189368,
+ "score-diff": "-0.0034903588039867373",
+ "score-diff-perc": "-0.03499%",
+ "tooltip": "score = 9.970756043189368\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00349 (-0.03499%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1742430,11 +1742430,11 @@
17,
1
),
- "score": 7.958253326259947,
- "score-diff": "-7.243846027275407",
- "score-diff-perc": "-47.65030%",
- "tooltip": "score = 7.958253326259947\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.24385 (-47.65030%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 15.202099353535354,
+ "score-diff": "5.231343310345986",
+ "score-diff-perc": "+52.46687%",
+ "tooltip": "score = 15.202099353535354\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.23134 (+52.46687%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1742456,11 +1742456,11 @@
17,
1
),
- "score": 9.970756043189368,
- "score-diff": "2.012502716929421",
- "score-diff-perc": "+25.28825%",
- "tooltip": "score = 9.970756043189368\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.01250 (+25.28825%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 7.958253326259947,
+ "score-diff": "-7.243846027275407",
+ "score-diff-perc": "-47.65030%",
+ "tooltip": "score = 7.958253326259947\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.24385 (-47.65030%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1742483,9 +1742483,9 @@
7
),
"score": 8.152986880434783,
- "score-diff": "-1.817769162754585",
- "score-diff-perc": "-18.23101%",
- "tooltip": "score = 8.152986880434783\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.81777 (-18.23101%)",
+ "score-diff": "0.19473355417483607",
+ "score-diff-perc": "+2.44694%",
+ "tooltip": "score = 8.152986880434783\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.19473 (+2.44694%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1742768,11 +1742768,11 @@
16,
5
),
- "score": 10.284203177474403,
- "score-diff": "0.40284263471124504",
- "score-diff-perc": "+4.07679%",
- "tooltip": "score = 10.284203177474403\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.40284 (+4.07679%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 7.9058055052631575,
+ "score-diff": "-1.9755550375000004",
+ "score-diff-perc": "-19.99274%",
+ "tooltip": "score = 7.9058055052631575\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.97556 (-19.99274%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1742794,11 +1742794,11 @@
16,
5
),
- "score": 7.9058055052631575,
- "score-diff": "-2.3783976722112454",
- "score-diff-perc": "-23.12671%",
- "tooltip": "score = 7.9058055052631575\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.37840 (-23.12671%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 9.891013710526316,
+ "score-diff": "1.9852082052631586",
+ "score-diff-perc": "+25.11076%",
+ "tooltip": "score = 9.891013710526316\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.98521 (+25.11076%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1742820,11 +1742820,11 @@
16,
5
),
- "score": 9.891013710526316,
- "score-diff": "1.9852082052631586",
- "score-diff-perc": "+25.11076%",
- "tooltip": "score = 9.891013710526316\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.98521 (+25.11076%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 10.284203177474403,
+ "score-diff": "0.3931894669480869",
+ "score-diff-perc": "+3.97522%",
+ "tooltip": "score = 10.284203177474403\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.39319 (+3.97522%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1742847,9 +1742847,9 @@
21
),
"score": 15.510980664948454,
- "score-diff": "5.619966954422138",
- "score-diff-perc": "+56.81892%",
- "tooltip": "score = 15.510980664948454\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +5.61997 (+56.81892%)",
+ "score-diff": "5.226777487474051",
+ "score-diff-perc": "+50.82336%",
+ "tooltip": "score = 15.510980664948454\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +5.22678 (+50.82336%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1743158,11 +1743158,11 @@
8,
54
),
- "score": 10.771047931899641,
- "score-diff": "-4.40758429032258",
- "score-diff-perc": "-29.03809%",
- "tooltip": "score = 10.771047931899641\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -4.40758 (-29.03809%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 8.373237974930362,
+ "score-diff": "-6.80539424729186",
+ "score-diff-perc": "-44.83536%",
+ "tooltip": "score = 8.373237974930362\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -6.80539 (-44.83536%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1743184,11 +1743184,11 @@
8,
54
),
- "score": 8.373237974930362,
- "score-diff": "-2.3978099569692795",
- "score-diff-perc": "-22.26162%",
- "tooltip": "score = 8.373237974930362\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.39781 (-22.26162%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 10.771047931899641,
+ "score-diff": "2.3978099569692795",
+ "score-diff-perc": "+28.63659%",
+ "tooltip": "score = 10.771047931899641\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.39781 (+28.63659%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1743211,9 +1743211,9 @@
43
),
"score": 8.18212278746594,
- "score-diff": "-0.19111518746442258",
- "score-diff-perc": "-2.28245%",
- "tooltip": "score = 8.18212278746594\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.19112 (-2.28245%)",
+ "score-diff": "-2.588925144433702",
+ "score-diff-perc": "-24.03596%",
+ "tooltip": "score = 8.18212278746594\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -2.58893 (-24.03596%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1748885,11 +1748885,11 @@
18,
7
),
- "score": 13.36441452,
- "score-diff": "0.12260854202643223",
- "score-diff-perc": "+0.92592%",
- "tooltip": "score = 13.36441452\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.12261 (+0.92592%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 17.19763841142857,
+ "score-diff": "3.9558324334550026",
+ "score-diff-perc": "+29.87381%",
+ "tooltip": "score = 17.19763841142857\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.95583 (+29.87381%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1748912,9 +1748912,9 @@
7
),
"score": 10.585571102112675,
- "score-diff": "-2.778843417887325",
- "score-diff-perc": "-20.79286%",
- "tooltip": "score = 10.585571102112675\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.77884 (-20.79286%)",
+ "score-diff": "-6.612067309315895",
+ "score-diff-perc": "-38.44753%",
+ "tooltip": "score = 10.585571102112675\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -6.61207 (-38.44753%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1748937,11 +1748937,11 @@
18,
7
),
- "score": 17.19763841142857,
- "score-diff": "6.612067309315895",
- "score-diff-perc": "+62.46302%",
- "tooltip": "score = 17.19763841142857\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +6.61207 (+62.46302%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 13.36441452,
+ "score-diff": "2.778843417887325",
+ "score-diff-perc": "+26.25124%",
+ "tooltip": "score = 13.36441452\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.77884 (+26.25124%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1748964,9 +1748964,9 @@
41
),
"score": 10.364128589655172,
- "score-diff": "-6.833509821773399",
- "score-diff-perc": "-39.73516%",
- "tooltip": "score = 10.364128589655172\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -6.83351 (-39.73516%)",
+ "score-diff": "-3.0002859303448286",
+ "score-diff-perc": "-22.44981%",
+ "tooltip": "score = 10.364128589655172\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -3.00029 (-22.44981%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1749067,11 +1749067,11 @@
17,
1
),
- "score": 11.266047528089887,
- "score-diff": "-4.505140168245191",
- "score-diff-perc": "-28.56564%",
- "tooltip": "score = 11.266047528089887\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.50514 (-28.56564%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 10.297128235494881,
+ "score-diff": "-5.474059460840197",
+ "score-diff-perc": "-34.70924%",
+ "tooltip": "score = 10.297128235494881\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -5.47406 (-34.70924%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1749093,11 +1749093,11 @@
17,
1
),
- "score": 9.06640052265861,
- "score-diff": "-2.1996470054312773",
- "score-diff-perc": "-19.52457%",
- "tooltip": "score = 9.06640052265861\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.19965 (-19.52457%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 11.266047528089887,
+ "score-diff": "0.9689192925950056",
+ "score-diff-perc": "+9.40961%",
+ "tooltip": "score = 11.266047528089887\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.96892 (+9.40961%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1749119,11 +1749119,11 @@
17,
1
),
- "score": 10.297128235494881,
- "score-diff": "1.2307277128362717",
- "score-diff-perc": "+13.57460%",
- "tooltip": "score = 10.297128235494881\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.23073 (+13.57460%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 9.06640052265861,
+ "score-diff": "-2.1996470054312773",
+ "score-diff-perc": "-19.52457%",
+ "tooltip": "score = 9.06640052265861\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.19965 (-19.52457%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1749146,9 +1749146,9 @@
7
),
"score": 9.265915157407408,
- "score-diff": "-1.0312130780874735",
- "score-diff-perc": "-10.01457%",
- "tooltip": "score = 9.265915157407408\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.03121 (-10.01457%)",
+ "score-diff": "0.19951463474879816",
+ "score-diff-perc": "+2.20059%",
+ "tooltip": "score = 9.265915157407408\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.19951 (+2.20059%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1749431,11 +1749431,11 @@
16,
5
),
- "score": 10.32571210652921,
- "score-diff": "-13.391338720242445",
- "score-diff-perc": "-56.46292%",
- "tooltip": "score = 10.32571210652921\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -13.39134 (-56.46292%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 13.45888266367713,
+ "score-diff": "-10.258168163094524",
+ "score-diff-perc": "-43.25229%",
+ "tooltip": "score = 13.45888266367713\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -10.25817 (-43.25229%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1749457,11 +1749457,11 @@
16,
5
),
- "score": 13.45888266367713,
- "score-diff": "3.1331705571479205",
- "score-diff-perc": "+30.34338%",
- "tooltip": "score = 13.45888266367713\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.13317 (+30.34338%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 21.94251282481752,
+ "score-diff": "8.48363016114039",
+ "score-diff-perc": "+63.03369%",
+ "tooltip": "score = 21.94251282481752\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +8.48363 (+63.03369%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1749483,11 +1749483,11 @@
16,
5
),
- "score": 21.94251282481752,
- "score-diff": "8.48363016114039",
- "score-diff-perc": "+63.03369%",
- "tooltip": "score = 21.94251282481752\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +8.48363 (+63.03369%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 10.32571210652921,
+ "score-diff": "-11.61680071828831",
+ "score-diff-perc": "-52.94198%",
+ "tooltip": "score = 10.32571210652921\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -11.61680 (-52.94198%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1749510,9 +1749510,9 @@
21
),
"score": 13.21115623245614,
- "score-diff": "-8.73135659236138",
- "score-diff-perc": "-39.79196%",
- "tooltip": "score = 13.21115623245614\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -8.73136 (-39.79196%)",
+ "score-diff": "2.885444125926931",
+ "score-diff-perc": "+27.94426%",
+ "tooltip": "score = 13.21115623245614\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.88544 (+27.94426%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1749795,11 +1749795,11 @@
8,
54
),
- "score": 10.84180293862816,
- "score-diff": "-0.1477646694304493",
- "score-diff-perc": "-1.34459%",
- "tooltip": "score = 10.84180293862816\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.14776 (-1.34459%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 9.16203756097561,
+ "score-diff": "-1.8275300470829983",
+ "score-diff-perc": "-16.62968%",
+ "tooltip": "score = 9.16203756097561\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.82753 (-16.62968%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1749821,11 +1749821,11 @@
8,
54
),
- "score": 9.16203756097561,
- "score-diff": "-1.679765377652549",
- "score-diff-perc": "-15.49341%",
- "tooltip": "score = 9.16203756097561\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.67977 (-15.49341%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 10.84180293862816,
+ "score-diff": "1.679765377652549",
+ "score-diff-perc": "+18.33397%",
+ "tooltip": "score = 10.84180293862816\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.67977 (+18.33397%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1749848,9 +1749848,9 @@
43
),
"score": 9.43694389937107,
- "score-diff": "0.27490633839545886",
- "score-diff-perc": "+3.00049%",
- "tooltip": "score = 9.43694389937107\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.27491 (+3.00049%)",
+ "score-diff": "-1.40485903925709",
+ "score-diff-perc": "-12.95780%",
+ "tooltip": "score = 9.43694389937107\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.40486 (-12.95780%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1755522,11 +1755522,11 @@
18,
7
),
- "score": 84.80306486111111,
- "score-diff": "3.1162344151651666",
- "score-diff-perc": "+3.81486%",
- "tooltip": "score = 84.80306486111111\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.11623 (+3.81486%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 72.48002452380952,
+ "score-diff": "-9.206805922136425",
+ "score-diff-perc": "-11.27086%",
+ "tooltip": "score = 72.48002452380952\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -9.20681 (-11.27086%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1755549,9 +1755549,9 @@
7
),
"score": 68.37964413636362,
- "score-diff": "-16.423420724747487",
- "score-diff-perc": "-19.36654%",
- "tooltip": "score = 68.37964413636362\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -16.42342 (-19.36654%)",
+ "score-diff": "-4.100380387445895",
+ "score-diff-perc": "-5.65726%",
+ "tooltip": "score = 68.37964413636362\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.10038 (-5.65726%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1755574,11 +1755574,11 @@
18,
7
),
- "score": 72.48002452380952,
- "score-diff": "4.100380387445895",
- "score-diff-perc": "+5.99649%",
- "tooltip": "score = 72.48002452380952\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +4.10038 (+5.99649%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 84.80306486111111,
+ "score-diff": "16.423420724747487",
+ "score-diff-perc": "+24.01800%",
+ "tooltip": "score = 84.80306486111111\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +16.42342 (+24.01800%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1755601,9 +1755601,9 @@
41
),
"score": 95.85011758518145,
- "score-diff": "23.370093061371932",
- "score-diff-perc": "+32.24349%",
- "tooltip": "score = 95.85011758518145\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +23.37009 (+32.24349%)",
+ "score-diff": "11.04705272407034",
+ "score-diff-perc": "+13.02671%",
+ "tooltip": "score = 95.85011758518145\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +11.04705 (+13.02671%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1755704,11 +1755704,11 @@
17,
1
),
- "score": 93.51605128787878,
- "score-diff": "-4.831461454056694",
- "score-diff-perc": "-4.91264%",
- "tooltip": "score = 93.51605128787878\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.83146 (-4.91264%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 96.13529499143145,
+ "score-diff": "-2.212217750504024",
+ "score-diff-perc": "-2.24939%",
+ "tooltip": "score = 96.13529499143145\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.21222 (-2.24939%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1755730,11 +1755730,11 @@
17,
1
),
- "score": 80.58532,
- "score-diff": "-12.930731287878785",
- "score-diff-perc": "-13.82729%",
- "tooltip": "score = 80.58532\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -12.93073 (-13.82729%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 93.51605128787878,
+ "score-diff": "-2.6192437035526694",
+ "score-diff-perc": "-2.72454%",
+ "tooltip": "score = 93.51605128787878\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.61924 (-2.72454%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1755756,11 +1755756,11 @@
17,
1
),
- "score": 96.13529499143145,
- "score-diff": "15.549974991431455",
- "score-diff-perc": "+19.29629%",
- "tooltip": "score = 96.13529499143145\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +15.54997 (+19.29629%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 80.58532,
+ "score-diff": "-12.930731287878785",
+ "score-diff-perc": "-13.82729%",
+ "tooltip": "score = 80.58532\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -12.93073 (-13.82729%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1755783,9 +1755783,9 @@
7
),
"score": 84.4639190138889,
- "score-diff": "-11.671375977542553",
- "score-diff-perc": "-12.14057%",
- "tooltip": "score = 84.4639190138889\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -11.67138 (-12.14057%)",
+ "score-diff": "3.878599013888902",
+ "score-diff-perc": "+4.81303%",
+ "tooltip": "score = 84.4639190138889\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +3.87860 (+4.81303%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1756068,11 +1756068,11 @@
16,
5
),
- "score": 92.06138962121213,
- "score-diff": "1.6480323484848611",
- "score-diff-perc": "+1.82278%",
- "tooltip": "score = 92.06138962121213\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.64803 (+1.82278%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 82.59552522972973,
+ "score-diff": "-7.817832042997537",
+ "score-diff-perc": "-8.64677%",
+ "tooltip": "score = 82.59552522972973\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.81783 (-8.64677%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1756094,11 +1756094,11 @@
16,
5
),
- "score": 82.59552522972973,
- "score-diff": "-9.465864391482398",
- "score-diff-perc": "-10.28212%",
- "tooltip": "score = 82.59552522972973\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -9.46586 (-10.28212%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 98.66142583870968,
+ "score-diff": "16.065900608979945",
+ "score-diff-perc": "+19.45130%",
+ "tooltip": "score = 98.66142583870968\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +16.06590 (+19.45130%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1756120,11 +1756120,11 @@
16,
5
),
- "score": 98.66142583870968,
- "score-diff": "16.065900608979945",
- "score-diff-perc": "+19.45130%",
- "tooltip": "score = 98.66142583870968\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +16.06590 (+19.45130%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 92.06138962121213,
+ "score-diff": "-6.600036217497546",
+ "score-diff-perc": "-6.68958%",
+ "tooltip": "score = 92.06138962121213\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -6.60004 (-6.68958%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1756147,9 +1756147,9 @@
21
),
"score": 93.52772561316289,
- "score-diff": "-5.133700225546789",
- "score-diff-perc": "-5.20335%",
- "tooltip": "score = 93.52772561316289\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -5.13370 (-5.20335%)",
+ "score-diff": "1.466335991950757",
+ "score-diff-perc": "+1.59278%",
+ "tooltip": "score = 93.52772561316289\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.46634 (+1.59278%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1756458,11 +1756458,11 @@
8,
54
),
- "score": 94.82971404687501,
- "score-diff": "7.908133753574361",
- "score-diff-perc": "+9.09801%",
- "tooltip": "score = 94.82971404687501\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +7.90813 (+9.09801%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 83.65300072935435,
+ "score-diff": "-3.268579563946304",
+ "score-diff-perc": "-3.76038%",
+ "tooltip": "score = 83.65300072935435\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.26858 (-3.76038%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1756484,11 +1756484,11 @@
8,
54
),
- "score": 83.65300072935435,
- "score-diff": "-11.176713317520665",
- "score-diff-perc": "-11.78609%",
- "tooltip": "score = 83.65300072935435\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -11.17671 (-11.78609%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 94.82971404687501,
+ "score-diff": "11.176713317520665",
+ "score-diff-perc": "+13.36080%",
+ "tooltip": "score = 94.82971404687501\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +11.17671 (+13.36080%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1756511,9 +1756511,9 @@
43
),
"score": 82.247214,
- "score-diff": "-1.4057867293543467",
- "score-diff-perc": "-1.68050%",
- "tooltip": "score = 82.247214\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.40579 (-1.68050%)",
+ "score-diff": "-12.582500046875012",
+ "score-diff-perc": "-13.26852%",
+ "tooltip": "score = 82.247214\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -12.58250 (-13.26852%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1762185,11 +1762185,11 @@
18,
7
),
- "score": 52.06033006363366,
- "score-diff": "1.5270995525194593",
- "score-diff-perc": "+3.02197%",
- "tooltip": "score = 52.06033006363366\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.52710 (+3.02197%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 50.86400870240113,
+ "score-diff": "0.33077819128693164",
+ "score-diff-perc": "+0.65458%",
+ "tooltip": "score = 50.86400870240113\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.33078 (+0.65458%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1762212,9 +1762212,9 @@
7
),
"score": 63.32673411658706,
- "score-diff": "11.266404052953405",
- "score-diff-perc": "+21.64105%",
- "tooltip": "score = 63.32673411658706\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +11.26640 (+21.64105%)",
+ "score-diff": "12.462725414185932",
+ "score-diff-perc": "+24.50205%",
+ "tooltip": "score = 63.32673411658706\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +12.46273 (+24.50205%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1762237,11 +1762237,11 @@
18,
7
),
- "score": 50.86400870240113,
- "score-diff": "-12.462725414185932",
- "score-diff-perc": "-19.68004%",
- "tooltip": "score = 50.86400870240113\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.46273 (-19.68004%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 52.06033006363366,
+ "score-diff": "-11.266404052953405",
+ "score-diff-perc": "-17.79091%",
+ "tooltip": "score = 52.06033006363366\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -11.26640 (-17.79091%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1762264,9 +1762264,9 @@
41
),
"score": 69.52490200290697,
- "score-diff": "18.66089330050584",
- "score-diff-perc": "+36.68781%",
- "tooltip": "score = 69.52490200290697\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +18.66089 (+36.68781%)",
+ "score-diff": "17.464571939273313",
+ "score-diff-perc": "+33.54679%",
+ "tooltip": "score = 69.52490200290697\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +17.46457 (+33.54679%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1762367,11 +1762367,11 @@
17,
1
),
- "score": 71.19180926135105,
- "score-diff": "0.4702910237969462",
- "score-diff-perc": "+0.66499%",
- "tooltip": "score = 71.19180926135105\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.47029 (+0.66499%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 70.29715823255813,
+ "score-diff": "-0.42436000499597526",
+ "score-diff-perc": "-0.60004%",
+ "tooltip": "score = 70.29715823255813\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.42436 (-0.60004%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1762393,11 +1762393,11 @@
17,
1
),
- "score": 46.52665629230769,
- "score-diff": "-24.665152969043362",
- "score-diff-perc": "-34.64605%",
- "tooltip": "score = 46.52665629230769\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -24.66515 (-34.64605%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 71.19180926135105,
+ "score-diff": "0.8946510287929215",
+ "score-diff-perc": "+1.27267%",
+ "tooltip": "score = 71.19180926135105\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.89465 (+1.27267%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1762419,11 +1762419,11 @@
17,
1
),
- "score": 70.29715823255813,
- "score-diff": "23.77050194025044",
- "score-diff-perc": "+51.09007%",
- "tooltip": "score = 70.29715823255813\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +23.77050 (+51.09007%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 46.52665629230769,
+ "score-diff": "-24.665152969043362",
+ "score-diff-perc": "-34.64605%",
+ "tooltip": "score = 46.52665629230769\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -24.66515 (-34.64605%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1762446,9 +1762446,9 @@
7
),
"score": 50.17042701379781,
- "score-diff": "-20.12673121876032",
- "score-diff-perc": "-28.63093%",
- "tooltip": "score = 50.17042701379781\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -20.12673 (-28.63093%)",
+ "score-diff": "3.643770721490121",
+ "score-diff-perc": "+7.83158%",
+ "tooltip": "score = 50.17042701379781\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +3.64377 (+7.83158%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1762731,11 +1762731,11 @@
16,
5
),
- "score": 63.957651897163124,
- "score-diff": "-0.7158081879432459",
- "score-diff-perc": "-1.10680%",
- "tooltip": "score = 63.957651897163124\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.71581 (-1.10680%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 60.48041502,
+ "score-diff": "-4.193045065106368",
+ "score-diff-perc": "-6.48341%",
+ "tooltip": "score = 60.48041502\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.19305 (-6.48341%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1762757,11 +1762757,11 @@
16,
5
),
- "score": 60.48041502,
- "score-diff": "-3.477236877163122",
- "score-diff-perc": "-5.43678%",
- "tooltip": "score = 60.48041502\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.47724 (-5.43678%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 62.43441537287415,
+ "score-diff": "1.9540003528741465",
+ "score-diff-perc": "+3.23080%",
+ "tooltip": "score = 62.43441537287415\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.95400 (+3.23080%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1762783,11 +1762783,11 @@
16,
5
),
- "score": 62.43441537287415,
- "score-diff": "1.9540003528741465",
- "score-diff-perc": "+3.23080%",
- "tooltip": "score = 62.43441537287415\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.95400 (+3.23080%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 63.957651897163124,
+ "score-diff": "1.5232365242889756",
+ "score-diff-perc": "+2.43974%",
+ "tooltip": "score = 63.957651897163124\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.52324 (+2.43974%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1762810,9 +1762810,9 @@
21
),
"score": 76.07050662500001,
- "score-diff": "13.636091252125858",
- "score-diff-perc": "+21.84066%",
- "tooltip": "score = 76.07050662500001\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +13.63609 (+21.84066%)",
+ "score-diff": "12.112854727836883",
+ "score-diff-perc": "+18.93887%",
+ "tooltip": "score = 76.07050662500001\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +12.11285 (+18.93887%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1763121,11 +1763121,11 @@
8,
54
),
- "score": 68.47440230681818,
- "score-diff": "0.2192881287878663",
- "score-diff-perc": "+0.32128%",
- "tooltip": "score = 68.47440230681818\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.21929 (+0.32128%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 49.54056260655737,
+ "score-diff": "-18.71455157147294",
+ "score-diff-perc": "-27.41853%",
+ "tooltip": "score = 49.54056260655737\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -18.71455 (-27.41853%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1763147,11 +1763147,11 @@
8,
54
),
- "score": 49.54056260655737,
- "score-diff": "-18.933839700260805",
- "score-diff-perc": "-27.65097%",
- "tooltip": "score = 49.54056260655737\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -18.93384 (-27.65097%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 68.47440230681818,
+ "score-diff": "18.933839700260805",
+ "score-diff-perc": "+38.21886%",
+ "tooltip": "score = 68.47440230681818\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +18.93384 (+38.21886%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1763174,9 +1763174,9 @@
43
),
"score": 60.98242387265306,
- "score-diff": "11.441861266095685",
- "score-diff-perc": "+23.09595%",
- "tooltip": "score = 60.98242387265306\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +11.44186 (+23.09595%)",
+ "score-diff": "-7.491978434165119",
+ "score-diff-perc": "-10.94128%",
+ "tooltip": "score = 60.98242387265306\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -7.49198 (-10.94128%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1768848,11 +1768848,11 @@
18,
7
),
- "score": 0.810242595463138,
- "score-diff": "0.03866524215894673",
- "score-diff-perc": "+5.01119%",
- "tooltip": "score = 0.810242595463138\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.03867 (+5.01119%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.7990598354194407,
+ "score-diff": "0.027482482115249396",
+ "score-diff-perc": "+3.56186%",
+ "tooltip": "score = 0.7990598354194407\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02748 (+3.56186%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1768875,9 +1768875,9 @@
7
),
"score": 0.7851786655325831,
- "score-diff": "-0.02506392993055495",
- "score-diff-perc": "-3.09339%",
- "tooltip": "score = 0.7851786655325831\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02506 (-3.09339%)",
+ "score-diff": "-0.013881169886857614",
+ "score-diff-perc": "-1.73719%",
+ "tooltip": "score = 0.7851786655325831\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01388 (-1.73719%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1768900,11 +1768900,11 @@
18,
7
),
- "score": 0.7990598354194407,
- "score-diff": "0.013881169886857614",
- "score-diff-perc": "+1.76790%",
- "tooltip": "score = 0.7990598354194407\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01388 (+1.76790%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.810242595463138,
+ "score-diff": "0.02506392993055495",
+ "score-diff-perc": "+3.19213%",
+ "tooltip": "score = 0.810242595463138\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02506 (+3.19213%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1768927,9 +1768927,9 @@
41
),
"score": 1.1497653218390804,
- "score-diff": "0.3507054864196397",
- "score-diff-perc": "+43.88977%",
- "tooltip": "score = 1.1497653218390804\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.35071 (+43.88977%)",
+ "score-diff": "0.3395227263759424",
+ "score-diff-perc": "+41.90384%",
+ "tooltip": "score = 1.1497653218390804\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.33952 (+41.90384%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1769030,11 +1769030,11 @@
17,
1
),
- "score": 1.085466331041968,
- "score-diff": "-0.05060120171077709",
- "score-diff-perc": "-4.45407%",
- "tooltip": "score = 1.085466331041968\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.05060 (-4.45407%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1.1761854609956879,
+ "score-diff": "0.04011792824294269",
+ "score-diff-perc": "+3.53130%",
+ "tooltip": "score = 1.1761854609956879\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.04012 (+3.53130%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1769056,11 +1769056,11 @@
17,
1
),
- "score": 0.76964168299564,
- "score-diff": "-0.31582464804632815",
- "score-diff-perc": "-29.09576%",
- "tooltip": "score = 0.76964168299564\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.31582 (-29.09576%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 1.085466331041968,
+ "score-diff": "-0.09071912995371978",
+ "score-diff-perc": "-7.71300%",
+ "tooltip": "score = 1.085466331041968\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.09072 (-7.71300%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1769082,11 +1769082,11 @@
17,
1
),
- "score": 1.1761854609956879,
- "score-diff": "0.40654377800004793",
- "score-diff-perc": "+52.82247%",
- "tooltip": "score = 1.1761854609956879\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.40654 (+52.82247%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.76964168299564,
+ "score-diff": "-0.31582464804632815",
+ "score-diff-perc": "-29.09576%",
+ "tooltip": "score = 0.76964168299564\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.31582 (-29.09576%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1769109,9 +1769109,9 @@
7
),
"score": 0.7641995226693836,
- "score-diff": "-0.41198593832630426",
- "score-diff-perc": "-35.02729%",
- "tooltip": "score = 0.7641995226693836\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.41199 (-35.02729%)",
+ "score-diff": "-0.005442160326256329",
+ "score-diff-perc": "-0.70710%",
+ "tooltip": "score = 0.7641995226693836\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00544 (-0.70710%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1769394,11 +1769394,11 @@
16,
5
),
- "score": 1.0971768029250457,
- "score-diff": "0.011114472849041324",
- "score-diff-perc": "+1.02337%",
- "tooltip": "score = 1.0971768029250457\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01111 (+1.02337%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.7620703515367031,
+ "score-diff": "-0.3239919785393013",
+ "score-diff-perc": "-29.83180%",
+ "tooltip": "score = 0.7620703515367031\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.32399 (-29.83180%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1769420,11 +1769420,11 @@
16,
5
),
- "score": 0.7620703515367031,
- "score-diff": "-0.3351064513883426",
- "score-diff-perc": "-30.54261%",
- "tooltip": "score = 0.7620703515367031\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.33511 (-30.54261%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.1069403434157137,
+ "score-diff": "0.3448699918790106",
+ "score-diff-perc": "+45.25435%",
+ "tooltip": "score = 1.1069403434157137\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.34487 (+45.25435%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1769446,11 +1769446,11 @@
16,
5
),
- "score": 1.1069403434157137,
- "score-diff": "0.3448699918790106",
- "score-diff-perc": "+45.25435%",
- "tooltip": "score = 1.1069403434157137\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.34487 (+45.25435%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1.0971768029250457,
+ "score-diff": "-0.009763540490667966",
+ "score-diff-perc": "-0.88203%",
+ "tooltip": "score = 1.0971768029250457\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00976 (-0.88203%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1769473,9 +1769473,9 @@
21
),
"score": 1.1205411213592233,
- "score-diff": "0.013600777943509668",
- "score-diff-perc": "+1.22868%",
- "tooltip": "score = 1.1205411213592233\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.01360 (+1.22868%)",
+ "score-diff": "0.023364318434177633",
+ "score-diff-perc": "+2.12949%",
+ "tooltip": "score = 1.1205411213592233\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.02336 (+2.12949%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1769784,11 +1769784,11 @@
8,
54
),
- "score": 1.1754707704661183,
- "score-diff": "0.0967530511994037",
- "score-diff-perc": "+8.96927%",
- "tooltip": "score = 1.1754707704661183\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.09675 (+8.96927%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.7986603444237423,
+ "score-diff": "-0.2800573748429722",
+ "score-diff-perc": "-25.96206%",
+ "tooltip": "score = 0.7986603444237423\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.28006 (-25.96206%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1769810,11 +1769810,11 @@
8,
54
),
- "score": 0.7986603444237423,
- "score-diff": "-0.3768104260423759",
- "score-diff-perc": "-32.05613%",
- "tooltip": "score = 0.7986603444237423\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.37681 (-32.05613%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.1754707704661183,
+ "score-diff": "0.3768104260423759",
+ "score-diff-perc": "+47.18031%",
+ "tooltip": "score = 1.1754707704661183\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.37681 (+47.18031%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1769837,9 +1769837,9 @@
43
),
"score": 0.8232544041152263,
- "score-diff": "0.024594059691483983",
- "score-diff-perc": "+3.07941%",
- "tooltip": "score = 0.8232544041152263\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.02459 (+3.07941%)",
+ "score-diff": "-0.35221636635089193",
+ "score-diff-perc": "-29.96386%",
+ "tooltip": "score = 0.8232544041152263\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.35222 (-29.96386%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1775511,11 +1775511,11 @@
18,
7
),
- "score": 0.0004255218268003592,
- "score-diff": "3.906179585049516e-05",
- "score-diff-perc": "+10.10759%",
- "tooltip": "score = 0.0004255218268003592\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00004 (+10.10759%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.00040548944695418626,
+ "score-diff": "1.902941600432224e-05",
+ "score-diff-perc": "+4.92403%",
+ "tooltip": "score = 0.00040548944695418626\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00002 (+4.92403%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1775538,9 +1775538,9 @@
7
),
"score": 0.00042834409855311575,
- "score-diff": "2.822271752756563e-06",
- "score-diff-perc": "+0.66325%",
- "tooltip": "score = 0.00042834409855311575\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00000 (+0.66325%)",
+ "score-diff": "2.2854651598929485e-05",
+ "score-diff-perc": "+5.63631%",
+ "tooltip": "score = 0.00042834409855311575\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00002 (+5.63631%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1775563,11 +1775563,11 @@
18,
7
),
- "score": 0.00040548944695418626,
- "score-diff": "-2.2854651598929485e-05",
- "score-diff-perc": "-5.33558%",
- "tooltip": "score = 0.00040548944695418626\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00002 (-5.33558%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.0004255218268003592,
+ "score-diff": "-2.822271752756563e-06",
+ "score-diff-perc": "-0.65888%",
+ "tooltip": "score = 0.0004255218268003592\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-0.65888%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1775590,9 +1775590,9 @@
41
),
"score": 0.0005819478458333575,
- "score-diff": "0.00017645839887917128",
- "score-diff-perc": "+43.51738%",
- "tooltip": "score = 0.0005819478458333575\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00018 (+43.51738%)",
+ "score-diff": "0.00015642601903299836",
+ "score-diff-perc": "+36.76099%",
+ "tooltip": "score = 0.0005819478458333575\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00016 (+36.76099%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1775693,11 +1775693,11 @@
17,
1
),
- "score": 0.0005724181665249042,
- "score-diff": "-2.813085020985165e-05",
- "score-diff-perc": "-4.68419%",
- "tooltip": "score = 0.0005724181665249042\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00003 (-4.68419%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.0005821975571517394,
+ "score-diff": "-1.83514595830165e-05",
+ "score-diff-perc": "-3.05578%",
+ "tooltip": "score = 0.0005821975571517394\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00002 (-3.05578%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1775719,11 +1775719,11 @@
17,
1
),
- "score": 0.00039608893020687865,
- "score-diff": "-0.00017632923631802556",
- "score-diff-perc": "-30.80427%",
- "tooltip": "score = 0.00039608893020687865\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00018 (-30.80427%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.0005724181665249042,
+ "score-diff": "-9.779390626835148e-06",
+ "score-diff-perc": "-1.67974%",
+ "tooltip": "score = 0.0005724181665249042\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00001 (-1.67974%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1775745,11 +1775745,11 @@
17,
1
),
- "score": 0.0005821975571517394,
- "score-diff": "0.0001861086269448607",
- "score-diff-perc": "+46.98658%",
- "tooltip": "score = 0.0005821975571517394\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00019 (+46.98658%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.00039608893020687865,
+ "score-diff": "-0.00017632923631802556",
+ "score-diff-perc": "-30.80427%",
+ "tooltip": "score = 0.00039608893020687865\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00018 (-30.80427%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1775772,9 +1775772,9 @@
7
),
"score": 0.00044347540934536005,
- "score-diff": "-0.0001387221478063793",
- "score-diff-perc": "-23.82733%",
- "tooltip": "score = 0.00044347540934536005\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00014 (-23.82733%)",
+ "score-diff": "4.7386479138481397e-05",
+ "score-diff-perc": "+11.96360%",
+ "tooltip": "score = 0.00044347540934536005\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00005 (+11.96360%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1776057,11 +1776057,11 @@
16,
5
),
- "score": 0.0005551438327838694,
- "score-diff": "-7.50928662983652e-05",
- "score-diff-perc": "-11.91503%",
- "tooltip": "score = 0.0005551438327838694\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00008 (-11.91503%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.000406461763500925,
+ "score-diff": "-0.00022377493558130962",
+ "score-diff-perc": "-35.50649%",
+ "tooltip": "score = 0.000406461763500925\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00022 (-35.50649%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1776083,11 +1776083,11 @@
16,
5
),
- "score": 0.000406461763500925,
- "score-diff": "-0.00014868206928294442",
- "score-diff-perc": "-26.78262%",
- "tooltip": "score = 0.000406461763500925\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00015 (-26.78262%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.0005725154947284175,
+ "score-diff": "0.0001660537312274925",
+ "score-diff-perc": "+40.85347%",
+ "tooltip": "score = 0.0005725154947284175\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00017 (+40.85347%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1776109,11 +1776109,11 @@
16,
5
),
- "score": 0.0005725154947284175,
- "score-diff": "0.0001660537312274925",
- "score-diff-perc": "+40.85347%",
- "tooltip": "score = 0.0005725154947284175\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00017 (+40.85347%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.0005551438327838694,
+ "score-diff": "-1.7371661944548078e-05",
+ "score-diff-perc": "-3.03427%",
+ "tooltip": "score = 0.0005551438327838694\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00002 (-3.03427%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1776136,9 +1776136,9 @@
21
),
"score": 0.0005179370023444674,
- "score-diff": "-5.457849238395013e-05",
- "score-diff-perc": "-9.53310%",
- "tooltip": "score = 0.0005179370023444674\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00005 (-9.53310%)",
+ "score-diff": "-3.7206830439402054e-05",
+ "score-diff-perc": "-6.70220%",
+ "tooltip": "score = 0.0005179370023444674\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00004 (-6.70220%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1776447,11 +1776447,11 @@
8,
54
),
- "score": 0.000587049393333077,
- "score-diff": "-3.245072095730975e-05",
- "score-diff-perc": "-5.23821%",
- "tooltip": "score = 0.000587049393333077\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00003 (-5.23821%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.00045265450844204853,
+ "score-diff": "-0.00016684560584833823",
+ "score-diff-perc": "-26.93230%",
+ "tooltip": "score = 0.00045265450844204853\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00017 (-26.93230%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1776473,11 +1776473,11 @@
8,
54
),
- "score": 0.00045265450844204853,
- "score-diff": "-0.00013439488489102848",
- "score-diff-perc": "-22.89328%",
- "tooltip": "score = 0.00045265450844204853\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00013 (-22.89328%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.000587049393333077,
+ "score-diff": "0.00013439488489102848",
+ "score-diff-perc": "+29.69039%",
+ "tooltip": "score = 0.000587049393333077\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00013 (+29.69039%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1776500,9 +1776500,9 @@
43
),
"score": 0.00043131766328039466,
- "score-diff": "-2.133684516165388e-05",
- "score-diff-perc": "-4.71372%",
- "tooltip": "score = 0.00043131766328039466\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00002 (-4.71372%)",
+ "score-diff": "-0.00015573173005268236",
+ "score-diff-perc": "-26.52788%",
+ "tooltip": "score = 0.00043131766328039466\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00016 (-26.52788%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1782174,11 +1782174,11 @@
18,
7
),
- "score": 14.499145888888888,
- "score-diff": "-0.40854167051705303",
- "score-diff-perc": "-2.74048%",
- "tooltip": "score = 14.499145888888888\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.40854 (-2.74048%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 14.803363832512316,
+ "score-diff": "-0.10432372689362523",
+ "score-diff-perc": "-0.69980%",
+ "tooltip": "score = 14.803363832512316\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.10432 (-0.69980%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1782201,9 +1782201,9 @@
7
),
"score": 15.024364455,
- "score-diff": "0.5252185661111124",
- "score-diff-perc": "+3.62241%",
- "tooltip": "score = 15.024364455\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.52522 (+3.62241%)",
+ "score-diff": "0.2210006224876846",
+ "score-diff-perc": "+1.49291%",
+ "tooltip": "score = 15.024364455\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.22100 (+1.49291%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1782226,11 +1782226,11 @@
18,
7
),
- "score": 14.803363832512316,
- "score-diff": "-0.2210006224876846",
- "score-diff-perc": "-1.47095%",
- "tooltip": "score = 14.803363832512316\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.22100 (-1.47095%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 14.499145888888888,
+ "score-diff": "-0.5252185661111124",
+ "score-diff-perc": "-3.49578%",
+ "tooltip": "score = 14.499145888888888\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.52522 (-3.49578%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1782253,9 +1782253,9 @@
41
),
"score": 14.08122438317757,
- "score-diff": "-0.7221394493347457",
- "score-diff-perc": "-4.87821%",
- "tooltip": "score = 14.08122438317757\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.72214 (-4.87821%)",
+ "score-diff": "-0.4179215057113179",
+ "score-diff-perc": "-2.88239%",
+ "tooltip": "score = 14.08122438317757\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.41792 (-2.88239%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1782356,11 +1782356,11 @@
17,
1
),
- "score": 14.437448586538462,
- "score-diff": "0.07309954347626046",
- "score-diff-perc": "+0.50890%",
- "tooltip": "score = 14.437448586538462\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.07310 (+0.50890%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 14.027066546728973,
+ "score-diff": "-0.3372824963332288",
+ "score-diff-perc": "-2.34805%",
+ "tooltip": "score = 14.027066546728973\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.33728 (-2.34805%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1782382,11 +1782382,11 @@
17,
1
),
- "score": 14.701898643902439,
- "score-diff": "0.26445005736397675",
- "score-diff-perc": "+1.83170%",
- "tooltip": "score = 14.701898643902439\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.26445 (+1.83170%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 14.437448586538462,
+ "score-diff": "0.4103820398094893",
+ "score-diff-perc": "+2.92564%",
+ "tooltip": "score = 14.437448586538462\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.41038 (+2.92564%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1782408,11 +1782408,11 @@
17,
1
),
- "score": 14.027066546728973,
- "score-diff": "-0.674832097173466",
- "score-diff-perc": "-4.59010%",
- "tooltip": "score = 14.027066546728973\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.67483 (-4.59010%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 14.701898643902439,
+ "score-diff": "0.26445005736397675",
+ "score-diff-perc": "+1.83170%",
+ "tooltip": "score = 14.701898643902439\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.26445 (+1.83170%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1782435,9 +1782435,9 @@
7
),
"score": 15.25267343147208,
- "score-diff": "1.225606884743108",
- "score-diff-perc": "+8.73744%",
- "tooltip": "score = 15.25267343147208\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.22561 (+8.73744%)",
+ "score-diff": "0.550774787569642",
+ "score-diff-perc": "+3.74628%",
+ "tooltip": "score = 15.25267343147208\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.55077 (+3.74628%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1782720,11 +1782720,11 @@
16,
5
),
- "score": 18.324299823170733,
- "score-diff": "4.003534342218352",
- "score-diff-perc": "+27.95615%",
- "tooltip": "score = 18.324299823170733\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.00353 (+27.95615%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 15.261833847715737,
+ "score-diff": "0.9410683667633553",
+ "score-diff-perc": "+6.57136%",
+ "tooltip": "score = 15.261833847715737\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.94107 (+6.57136%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1782746,11 +1782746,11 @@
16,
5
),
- "score": 15.261833847715737,
- "score-diff": "-3.0624659754549963",
- "score-diff-perc": "-16.71259%",
- "tooltip": "score = 15.261833847715737\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.06247 (-16.71259%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 14.504053845410628,
+ "score-diff": "-0.7577800023051093",
+ "score-diff-perc": "-4.96520%",
+ "tooltip": "score = 14.504053845410628\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.75778 (-4.96520%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1782772,11 +1782772,11 @@
16,
5
),
- "score": 14.504053845410628,
- "score-diff": "-0.7577800023051093",
- "score-diff-perc": "-4.96520%",
- "tooltip": "score = 14.504053845410628\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.75778 (-4.96520%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 18.324299823170733,
+ "score-diff": "3.8202459777601057",
+ "score-diff-perc": "+26.33916%",
+ "tooltip": "score = 18.324299823170733\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.82025 (+26.33916%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1782799,9 +1782799,9 @@
21
),
"score": 15.089140130653266,
- "score-diff": "0.5850862852426388",
- "score-diff-perc": "+4.03395%",
- "tooltip": "score = 15.089140130653266\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.58509 (+4.03395%)",
+ "score-diff": "-3.235159692517467",
+ "score-diff-perc": "-17.65502%",
+ "tooltip": "score = 15.089140130653266\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -3.23516 (-17.65502%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1783110,11 +1783110,11 @@
8,
54
),
- "score": 15.061162755,
- "score-diff": "-1.191267466621623",
- "score-diff-perc": "-7.32978%",
- "tooltip": "score = 15.061162755\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.19127 (-7.32978%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 14.964208084577114,
+ "score-diff": "-1.2882221370445084",
+ "score-diff-perc": "-7.92634%",
+ "tooltip": "score = 14.964208084577114\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.28822 (-7.92634%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1783136,11 +1783136,11 @@
8,
54
),
- "score": 14.964208084577114,
- "score-diff": "-0.09695467042288541",
- "score-diff-perc": "-0.64374%",
- "tooltip": "score = 14.964208084577114\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.09695 (-0.64374%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 15.061162755,
+ "score-diff": "0.09695467042288541",
+ "score-diff-perc": "+0.64791%",
+ "tooltip": "score = 15.061162755\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.09695 (+0.64791%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1783163,9 +1783163,9 @@
43
),
"score": 15.548415979274612,
- "score-diff": "0.5842078946974976",
- "score-diff-perc": "+3.90403%",
- "tooltip": "score = 15.548415979274612\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.58421 (+3.90403%)",
+ "score-diff": "0.48725322427461215",
+ "score-diff-perc": "+3.23516%",
+ "tooltip": "score = 15.548415979274612\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.48725 (+3.23516%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1788837,11 +1788837,11 @@
18,
7
),
- "score": 0.0010698830564105197,
- "score-diff": "-1.1576853217106463e-05",
- "score-diff-perc": "-1.07048%",
- "tooltip": "score = 0.0010698830564105197\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00001 (-1.07048%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.0010788597357092424,
+ "score-diff": "-2.6001739183837726e-06",
+ "score-diff-perc": "-0.24043%",
+ "tooltip": "score = 0.0010788597357092424\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00000 (-0.24043%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1788864,9 +1788864,9 @@
7
),
"score": 0.0010543441745231425,
- "score-diff": "-1.5538881887377197e-05",
- "score-diff-perc": "-1.45239%",
- "tooltip": "score = 0.0010543441745231425\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00002 (-1.45239%)",
+ "score-diff": "-2.4515561186099887e-05",
+ "score-diff-perc": "-2.27236%",
+ "tooltip": "score = 0.0010543441745231425\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00002 (-2.27236%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1788889,11 +1788889,11 @@
18,
7
),
- "score": 0.0010788597357092424,
- "score-diff": "2.4515561186099887e-05",
- "score-diff-perc": "+2.32520%",
- "tooltip": "score = 0.0010788597357092424\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00002 (+2.32520%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.0010698830564105197,
+ "score-diff": "1.5538881887377197e-05",
+ "score-diff-perc": "+1.47380%",
+ "tooltip": "score = 0.0010698830564105197\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00002 (+1.47380%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1788916,9 +1788916,9 @@
41
),
"score": 0.0012312548714599391,
- "score-diff": "0.00015239513575069676",
- "score-diff-perc": "+14.12557%",
- "tooltip": "score = 0.0012312548714599391\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00015 (+14.12557%)",
+ "score-diff": "0.00016137181504941945",
+ "score-diff-perc": "+15.08313%",
+ "tooltip": "score = 0.0012312548714599391\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.00016 (+15.08313%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1789019,11 +1789019,11 @@
17,
1
),
- "score": 0.001252595855357098,
- "score-diff": "3.593662354346196e-05",
- "score-diff-perc": "+2.95371%",
- "tooltip": "score = 0.001252595855357098\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00004 (+2.95371%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.0015843811630100971,
+ "score-diff": "0.000367721931196461",
+ "score-diff-perc": "+30.22391%",
+ "tooltip": "score = 0.0015843811630100971\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00037 (+30.22391%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1789045,11 +1789045,11 @@
17,
1
),
- "score": 0.0011323697357388605,
- "score-diff": "-0.0001202261196182376",
- "score-diff-perc": "-9.59816%",
- "tooltip": "score = 0.0011323697357388605\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00012 (-9.59816%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.001252595855357098,
+ "score-diff": "-0.000331785307652999",
+ "score-diff-perc": "-20.94100%",
+ "tooltip": "score = 0.001252595855357098\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00033 (-20.94100%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1789071,11 +1789071,11 @@
17,
1
),
- "score": 0.0015843811630100971,
- "score-diff": "0.0004520114272712366",
- "score-diff-perc": "+39.91730%",
- "tooltip": "score = 0.0015843811630100971\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00045 (+39.91730%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.0011323697357388605,
+ "score-diff": "-0.0001202261196182376",
+ "score-diff-perc": "-9.59816%",
+ "tooltip": "score = 0.0011323697357388605\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00012 (-9.59816%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1789098,9 +1789098,9 @@
7
),
"score": 0.0011056669504356867,
- "score-diff": "-0.0004787142125744104",
- "score-diff-perc": "-30.21459%",
- "tooltip": "score = 0.0011056669504356867\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00048 (-30.21459%)",
+ "score-diff": "-2.670278530317381e-05",
+ "score-diff-perc": "-2.35813%",
+ "tooltip": "score = 0.0011056669504356867\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00003 (-2.35813%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1789383,11 +1789383,11 @@
16,
5
),
- "score": 0.0013219133600252731,
- "score-diff": "-0.0005140538360687188",
- "score-diff-perc": "-27.99908%",
- "tooltip": "score = 0.0013219133600252731\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00051 (-27.99908%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.0011382556515533663,
+ "score-diff": "-0.0006977115445406256",
+ "score-diff-perc": "-38.00240%",
+ "tooltip": "score = 0.0011382556515533663\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00070 (-38.00240%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1789409,11 +1789409,11 @@
16,
5
),
- "score": 0.0011382556515533663,
- "score-diff": "-0.00018365770847190684",
- "score-diff-perc": "-13.89332%",
- "tooltip": "score = 0.0011382556515533663\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00018 (-13.89332%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.0011176184053920248,
+ "score-diff": "-2.0637246161341527e-05",
+ "score-diff-perc": "-1.81306%",
+ "tooltip": "score = 0.0011176184053920248\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00002 (-1.81306%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1789435,11 +1789435,11 @@
16,
5
),
- "score": 0.0011176184053920248,
- "score-diff": "-2.0637246161341527e-05",
- "score-diff-perc": "-1.81306%",
- "tooltip": "score = 0.0011176184053920248\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00002 (-1.81306%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.0013219133600252731,
+ "score-diff": "0.00020429495463324837",
+ "score-diff-perc": "+18.27949%",
+ "tooltip": "score = 0.0013219133600252731\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00020 (+18.27949%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1789462,9 +1789462,9 @@
21
),
"score": 0.0011499323018353328,
- "score-diff": "3.2313896443308e-05",
- "score-diff-perc": "+2.89132%",
- "tooltip": "score = 0.0011499323018353328\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00003 (+2.89132%)",
+ "score-diff": "-0.00017198105818994037",
+ "score-diff-perc": "-13.01001%",
+ "tooltip": "score = 0.0011499323018353328\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00017 (-13.01001%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1789773,11 +1789773,11 @@
8,
54
),
- "score": 0.0015602063791829797,
- "score-diff": "7.214059569030356e-05",
- "score-diff-perc": "+4.84794%",
- "tooltip": "score = 0.0015602063791829797\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00007 (+4.84794%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.0011092795970024758,
+ "score-diff": "-0.00037878618649020033",
+ "score-diff-perc": "-25.45494%",
+ "tooltip": "score = 0.0011092795970024758\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00038 (-25.45494%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1789799,11 +1789799,11 @@
8,
54
),
- "score": 0.0011092795970024758,
- "score-diff": "-0.0004509267821805039",
- "score-diff-perc": "-28.90174%",
- "tooltip": "score = 0.0011092795970024758\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00045 (-28.90174%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.0015602063791829797,
+ "score-diff": "0.0004509267821805039",
+ "score-diff-perc": "+40.65042%",
+ "tooltip": "score = 0.0015602063791829797\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00045 (+40.65042%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1789826,9 +1789826,9 @@
43
),
"score": 0.0010746099786217676,
- "score-diff": "-3.466961838070816e-05",
- "score-diff-perc": "-3.12542%",
- "tooltip": "score = 0.0010746099786217676\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00003 (-3.12542%)",
+ "score-diff": "-0.00048559640056121205",
+ "score-diff-perc": "-31.12386%",
+ "tooltip": "score = 0.0010746099786217676\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00049 (-31.12386%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1795500,11 +1795500,11 @@
18,
7
),
- "score": 0.10357450122990083,
- "score-diff": "-0.018702418101272364",
- "score-diff-perc": "-15.29513%",
- "tooltip": "score = 0.10357450122990083\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01870 (-15.29513%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.12115379156823551,
+ "score-diff": "-0.0011231277629376868",
+ "score-diff-perc": "-0.91851%",
+ "tooltip": "score = 0.12115379156823551\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00112 (-0.91851%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1795527,9 +1795527,9 @@
7
),
"score": 0.1273429350268997,
- "score-diff": "0.02376843379699886",
- "score-diff-perc": "+22.94815%",
- "tooltip": "score = 0.1273429350268997\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02377 (+22.94815%)",
+ "score-diff": "0.006189143458664184",
+ "score-diff-perc": "+5.10850%",
+ "tooltip": "score = 0.1273429350268997\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00619 (+5.10850%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1795552,11 +1795552,11 @@
18,
7
),
- "score": 0.12115379156823551,
- "score-diff": "-0.006189143458664184",
- "score-diff-perc": "-4.86022%",
- "tooltip": "score = 0.12115379156823551\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00619 (-4.86022%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.10357450122990083,
+ "score-diff": "-0.02376843379699886",
+ "score-diff-perc": "-18.66490%",
+ "tooltip": "score = 0.10357450122990083\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02377 (-18.66490%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1795579,9 +1795579,9 @@
41
),
"score": 0.09541464671787044,
- "score-diff": "-0.025739144850365075",
- "score-diff-perc": "-21.24502%",
- "tooltip": "score = 0.09541464671787044\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.02574 (-21.24502%)",
+ "score-diff": "-0.008159854512030398",
+ "score-diff-perc": "-7.87825%",
+ "tooltip": "score = 0.09541464671787044\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.00816 (-7.87825%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1795682,11 +1795682,11 @@
17,
1
),
- "score": 0.09000426196422545,
- "score-diff": "-0.005255631303700159",
- "score-diff-perc": "-5.51715%",
- "tooltip": "score = 0.09000426196422545\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00526 (-5.51715%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.09422435468978188,
+ "score-diff": "-0.0010355385781437298",
+ "score-diff-perc": "-1.08707%",
+ "tooltip": "score = 0.09422435468978188\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00104 (-1.08707%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1795708,11 +1795708,11 @@
17,
1
),
- "score": 0.12534294948925237,
- "score-diff": "0.03533868752502692",
- "score-diff-perc": "+39.26335%",
- "tooltip": "score = 0.12534294948925237\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03534 (+39.26335%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.09000426196422545,
+ "score-diff": "-0.004220092725556429",
+ "score-diff-perc": "-4.47877%",
+ "tooltip": "score = 0.09000426196422545\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00422 (-4.47877%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1795734,11 +1795734,11 @@
17,
1
),
- "score": 0.09422435468978188,
- "score-diff": "-0.03111859479947049",
- "score-diff-perc": "-24.82676%",
- "tooltip": "score = 0.09422435468978188\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03112 (-24.82676%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.12534294948925237,
+ "score-diff": "0.03533868752502692",
+ "score-diff-perc": "+39.26335%",
+ "tooltip": "score = 0.12534294948925237\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03534 (+39.26335%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1795761,9 +1795761,9 @@
7
),
"score": 0.10368760965810415,
- "score-diff": "0.009463254968322274",
- "score-diff-perc": "+10.04332%",
- "tooltip": "score = 0.10368760965810415\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00946 (+10.04332%)",
+ "score-diff": "-0.021655339831148215",
+ "score-diff-perc": "-17.27687%",
+ "tooltip": "score = 0.10368760965810415\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.02166 (-17.27687%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1796046,11 +1796046,11 @@
16,
5
),
- "score": 0.06897567528839688,
- "score-diff": "-0.02527791784088848",
- "score-diff-perc": "-26.81905%",
- "tooltip": "score = 0.06897567528839688\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02528 (-26.81905%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.1296242986714193,
+ "score-diff": "0.03537070554213395",
+ "score-diff-perc": "+37.52717%",
+ "tooltip": "score = 0.1296242986714193\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03537 (+37.52717%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1796072,11 +1796072,11 @@
16,
5
),
- "score": 0.1296242986714193,
- "score-diff": "0.06064862338302243",
- "score-diff-perc": "+87.92755%",
- "tooltip": "score = 0.1296242986714193\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.06065 (+87.92755%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.10432897600542486,
+ "score-diff": "-0.02529532266599445",
+ "score-diff-perc": "-19.51434%",
+ "tooltip": "score = 0.10432897600542486\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02530 (-19.51434%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1796098,11 +1796098,11 @@
16,
5
),
- "score": 0.10432897600542486,
- "score-diff": "-0.02529532266599445",
- "score-diff-perc": "-19.51434%",
- "tooltip": "score = 0.10432897600542486\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02530 (-19.51434%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.06897567528839688,
+ "score-diff": "-0.03535330071702798",
+ "score-diff-perc": "-33.88637%",
+ "tooltip": "score = 0.06897567528839688\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03535 (-33.88637%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1796125,9 +1796125,9 @@
21
),
"score": 0.09475911898896101,
- "score-diff": "-0.009569857016463845",
- "score-diff-perc": "-9.17277%",
- "tooltip": "score = 0.09475911898896101\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00957 (-9.17277%)",
+ "score-diff": "0.025783443700564138",
+ "score-diff-perc": "+37.38049%",
+ "tooltip": "score = 0.09475911898896101\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.02578 (+37.38049%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1796436,11 +1796436,11 @@
8,
54
),
- "score": 0.07230645440413572,
- "score-diff": "0.004123652684694112",
- "score-diff-perc": "+6.04794%",
- "tooltip": "score = 0.07230645440413572\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00412 (+6.04794%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.14275251009920775,
+ "score-diff": "0.07456970837976615",
+ "score-diff-perc": "+109.36733%",
+ "tooltip": "score = 0.14275251009920775\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.07457 (+109.36733%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1796462,11 +1796462,11 @@
8,
54
),
- "score": 0.14275251009920775,
- "score-diff": "0.07044605569507204",
- "score-diff-perc": "+97.42706%",
- "tooltip": "score = 0.14275251009920775\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.07045 (+97.42706%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.07230645440413572,
+ "score-diff": "-0.07044605569507204",
+ "score-diff-perc": "-49.34838%",
+ "tooltip": "score = 0.07230645440413572\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.07045 (-49.34838%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1796489,9 +1796489,9 @@
43
),
"score": 0.14350229021380398,
- "score-diff": "0.0007497801145962268",
- "score-diff-perc": "+0.52523%",
- "tooltip": "score = 0.14350229021380398\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00075 (+0.52523%)",
+ "score-diff": "0.07119583580966826",
+ "score-diff-perc": "+98.46401%",
+ "tooltip": "score = 0.14350229021380398\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.07120 (+98.46401%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1802163,11 +1802163,11 @@
18,
7
),
- "score": 28.221795887323943,
- "score-diff": "-1.7530728365566546",
- "score-diff-perc": "-5.84848%",
- "tooltip": "score = 28.221795887323943\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.75307 (-5.84848%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 25.210534295597483,
+ "score-diff": "-4.764334428283114",
+ "score-diff-perc": "-15.89443%",
+ "tooltip": "score = 25.210534295597483\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.76433 (-15.89443%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1802190,9 +1802190,9 @@
7
),
"score": 23.31431428488372,
- "score-diff": "-4.907481602440221",
- "score-diff-perc": "-17.38898%",
- "tooltip": "score = 23.31431428488372\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.90748 (-17.38898%)",
+ "score-diff": "-1.896220010713762",
+ "score-diff-perc": "-7.52154%",
+ "tooltip": "score = 23.31431428488372\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.89622 (-7.52154%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1802215,11 +1802215,11 @@
18,
7
),
- "score": 25.210534295597483,
- "score-diff": "1.896220010713762",
- "score-diff-perc": "+8.13329%",
- "tooltip": "score = 25.210534295597483\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.89622 (+8.13329%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 28.221795887323943,
+ "score-diff": "4.907481602440221",
+ "score-diff-perc": "+21.04922%",
+ "tooltip": "score = 28.221795887323943\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +4.90748 (+21.04922%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1802242,9 +1802242,9 @@
41
),
"score": 38.60870366346154,
- "score-diff": "13.398169367864057",
- "score-diff-perc": "+53.14512%",
- "tooltip": "score = 38.60870366346154\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +13.39817 (+53.14512%)",
+ "score-diff": "10.386907776137598",
+ "score-diff-perc": "+36.80456%",
+ "tooltip": "score = 38.60870366346154\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +10.38691 (+36.80456%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1802345,11 +1802345,11 @@
17,
1
),
- "score": 42.595881361702126,
- "score-diff": "0.848808361702126",
- "score-diff-perc": "+2.03322%",
- "tooltip": "score = 42.595881361702126\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.84881 (+2.03322%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 40.86824470408163,
+ "score-diff": "-0.8788282959183675",
+ "score-diff-perc": "-2.10513%",
+ "tooltip": "score = 40.86824470408163\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.87883 (-2.10513%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1802371,11 +1802371,11 @@
17,
1
),
- "score": 29.904905380597015,
- "score-diff": "-12.690975981105112",
- "score-diff-perc": "-29.79390%",
- "tooltip": "score = 29.904905380597015\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -12.69098 (-29.79390%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 42.595881361702126,
+ "score-diff": "1.7276366576204936",
+ "score-diff-perc": "+4.22733%",
+ "tooltip": "score = 42.595881361702126\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.72764 (+4.22733%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1802397,11 +1802397,11 @@
17,
1
),
- "score": 40.86824470408163,
- "score-diff": "10.963339323484618",
- "score-diff-perc": "+36.66067%",
- "tooltip": "score = 40.86824470408163\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +10.96334 (+36.66067%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 29.904905380597015,
+ "score-diff": "-12.690975981105112",
+ "score-diff-perc": "-29.79390%",
+ "tooltip": "score = 29.904905380597015\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -12.69098 (-29.79390%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1802424,9 +1802424,9 @@
7
),
"score": 28.008779076923076,
- "score-diff": "-12.859465627158556",
- "score-diff-perc": "-31.46567%",
- "tooltip": "score = 28.008779076923076\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -12.85947 (-31.46567%)",
+ "score-diff": "-1.8961263036739382",
+ "score-diff-perc": "-6.34052%",
+ "tooltip": "score = 28.008779076923076\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.89613 (-6.34052%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1802709,11 +1802709,11 @@
16,
5
),
- "score": 41.70011341666667,
- "score-diff": "-1.4974572607526895",
- "score-diff-perc": "-3.46653%",
- "tooltip": "score = 41.70011341666667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.49746 (-3.46653%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 24.027198580838323,
+ "score-diff": "-19.170372096581033",
+ "score-diff-perc": "-44.37836%",
+ "tooltip": "score = 24.027198580838323\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -19.17037 (-44.37836%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1802735,11 +1802735,11 @@
16,
5
),
- "score": 24.027198580838323,
- "score-diff": "-17.672914835828344",
- "score-diff-perc": "-42.38098%",
- "tooltip": "score = 24.027198580838323\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -17.67291 (-42.38098%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 39.069480165048546,
+ "score-diff": "15.042281584210222",
+ "score-diff-perc": "+62.60522%",
+ "tooltip": "score = 39.069480165048546\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +15.04228 (+62.60522%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1802761,11 +1802761,11 @@
16,
5
),
- "score": 39.069480165048546,
- "score-diff": "15.042281584210222",
- "score-diff-perc": "+62.60522%",
- "tooltip": "score = 39.069480165048546\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +15.04228 (+62.60522%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 41.70011341666667,
+ "score-diff": "2.6306332516181214",
+ "score-diff-perc": "+6.73322%",
+ "tooltip": "score = 41.70011341666667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.63063 (+6.73322%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1802788,9 +1802788,9 @@
21
),
"score": 40.65467736363637,
- "score-diff": "1.5851971985878208",
- "score-diff-perc": "+4.05738%",
- "tooltip": "score = 40.65467736363637\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.58520 (+4.05738%)",
+ "score-diff": "-1.0454360530303006",
+ "score-diff-perc": "-2.50703%",
+ "tooltip": "score = 40.65467736363637\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.04544 (-2.50703%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1803099,11 +1803099,11 @@
8,
54
),
- "score": 74.34330514814815,
- "score-diff": "6.4910408939108635",
- "score-diff-perc": "+9.56643%",
- "tooltip": "score = 74.34330514814815\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +6.49104 (+9.56643%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 41.86965265625,
+ "score-diff": "-25.982611597987287",
+ "score-diff-perc": "-38.29292%",
+ "tooltip": "score = 41.86965265625\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -25.98261 (-38.29292%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1803125,11 +1803125,11 @@
8,
54
),
- "score": 41.86965265625,
- "score-diff": "-32.47365249189815",
- "score-diff-perc": "-43.68067%",
- "tooltip": "score = 41.86965265625\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -32.47365 (-43.68067%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 74.34330514814815,
+ "score-diff": "32.47365249189815",
+ "score-diff-perc": "+77.55892%",
+ "tooltip": "score = 74.34330514814815\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +32.47365 (+77.55892%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1803152,9 +1803152,9 @@
43
),
"score": 39.696735574257424,
- "score-diff": "-2.1729170819925727",
- "score-diff-perc": "-5.18972%",
- "tooltip": "score = 39.696735574257424\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -2.17292 (-5.18972%)",
+ "score-diff": "-34.64656957389072",
+ "score-diff-perc": "-46.60348%",
+ "tooltip": "score = 39.696735574257424\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -34.64657 (-46.60348%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1808826,11 +1808826,11 @@
18,
7
),
- "score": 240.11271635294116,
- "score-diff": "-233.80105175816993",
- "score-diff-perc": "-49.33409%",
- "tooltip": "score = 240.11271635294116\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -233.80105 (-49.33409%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 255.257034625,
+ "score-diff": "-218.6567334861111",
+ "score-diff-perc": "-46.13851%",
+ "tooltip": "score = 255.257034625\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -218.65673 (-46.13851%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1808853,9 +1808853,9 @@
7
),
"score": 225.50713244444444,
- "score-diff": "-14.605583908496726",
- "score-diff-perc": "-6.08280%",
- "tooltip": "score = 225.50713244444444\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -14.60558 (-6.08280%)",
+ "score-diff": "-29.74990218055555",
+ "score-diff-perc": "-11.65488%",
+ "tooltip": "score = 225.50713244444444\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -29.74990 (-11.65488%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1808878,11 +1808878,11 @@
18,
7
),
- "score": 255.257034625,
- "score-diff": "29.74990218055555",
- "score-diff-perc": "+13.19244%",
- "tooltip": "score = 255.257034625\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +29.74990 (+13.19244%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 240.11271635294116,
+ "score-diff": "14.605583908496726",
+ "score-diff-perc": "+6.47677%",
+ "tooltip": "score = 240.11271635294116\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +14.60558 (+6.47677%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1808905,9 +1808905,9 @@
41
),
"score": 434.0467248,
- "score-diff": "178.789690175",
- "score-diff-perc": "+70.04300%",
- "tooltip": "score = 434.0467248\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +178.78969 (+70.04300%)",
+ "score-diff": "193.93400844705883",
+ "score-diff-perc": "+80.76790%",
+ "tooltip": "score = 434.0467248\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +193.93401 (+80.76790%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1809008,11 +1809008,11 @@
17,
1
),
- "score": 540.0759615,
- "score-diff": "66.50638127777773",
- "score-diff-perc": "+14.04363%",
- "tooltip": "score = 540.0759615\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +66.50638 (+14.04363%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 504.76878375,
+ "score-diff": "31.199203527777797",
+ "score-diff-perc": "+6.58809%",
+ "tooltip": "score = 504.76878375\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +31.19920 (+6.58809%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1809034,11 +1809034,11 @@
17,
1
),
- "score": 403.7559743,
- "score-diff": "-136.31998719999996",
- "score-diff-perc": "-25.24089%",
- "tooltip": "score = 403.7559743\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -136.31999 (-25.24089%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 540.0759615,
+ "score-diff": "35.30717774999994",
+ "score-diff-perc": "+6.99472%",
+ "tooltip": "score = 540.0759615\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +35.30718 (+6.99472%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1809060,11 +1809060,11 @@
17,
1
),
- "score": 504.76878375,
- "score-diff": "101.01280945000002",
- "score-diff-perc": "+25.01828%",
- "tooltip": "score = 504.76878375\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +101.01281 (+25.01828%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 403.7559743,
+ "score-diff": "-136.31998719999996",
+ "score-diff-perc": "-25.24089%",
+ "tooltip": "score = 403.7559743\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -136.31999 (-25.24089%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1809087,9 +1809087,9 @@
7
),
"score": 374.08860054545454,
- "score-diff": "-130.68018320454547",
- "score-diff-perc": "-25.88912%",
- "tooltip": "score = 374.08860054545454\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -130.68018 (-25.88912%)",
+ "score-diff": "-29.66737375454545",
+ "score-diff-perc": "-7.34785%",
+ "tooltip": "score = 374.08860054545454\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -29.66737 (-7.34785%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1809372,11 +1809372,11 @@
16,
5
),
- "score": 396.2284895454545,
- "score-diff": "-48.95090845454547",
- "score-diff-perc": "-10.99577%",
- "tooltip": "score = 396.2284895454545\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -48.95091 (-10.99577%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 338.49900933333333,
+ "score-diff": "-106.68038866666666",
+ "score-diff-perc": "-23.96346%",
+ "tooltip": "score = 338.49900933333333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -106.68039 (-23.96346%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1809398,11 +1809398,11 @@
16,
5
),
- "score": 338.49900933333333,
- "score-diff": "-57.72948021212119",
- "score-diff-perc": "-14.56974%",
- "tooltip": "score = 338.49900933333333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -57.72948 (-14.56974%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 606.3500895714286,
+ "score-diff": "267.8510802380953",
+ "score-diff-perc": "+79.12906%",
+ "tooltip": "score = 606.3500895714286\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +267.85108 (+79.12906%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1809424,11 +1809424,11 @@
16,
5
),
- "score": 606.3500895714286,
- "score-diff": "267.8510802380953",
- "score-diff-perc": "+79.12906%",
- "tooltip": "score = 606.3500895714286\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +267.85108 (+79.12906%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 396.2284895454545,
+ "score-diff": "-210.1216000259741",
+ "score-diff-perc": "-34.65351%",
+ "tooltip": "score = 396.2284895454545\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -210.12160 (-34.65351%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1809451,9 +1809451,9 @@
21
),
"score": 401.6797993,
- "score-diff": "-204.6702902714286",
- "score-diff-perc": "-33.75448%",
- "tooltip": "score = 401.6797993\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -204.67029 (-33.75448%)",
+ "score-diff": "5.451309754545491",
+ "score-diff-perc": "+1.37580%",
+ "tooltip": "score = 401.6797993\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +5.45131 (+1.37580%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1809762,11 +1809762,11 @@
8,
54
),
- "score": 686.9276976666666,
- "score-diff": "-141.4097575333334",
- "score-diff-perc": "-17.07152%",
- "tooltip": "score = 686.9276976666666\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -141.40976 (-17.07152%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 416.9089045,
+ "score-diff": "-411.4285507",
+ "score-diff-perc": "-49.66920%",
+ "tooltip": "score = 416.9089045\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -411.42855 (-49.66920%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1809788,11 +1809788,11 @@
8,
54
),
- "score": 416.9089045,
- "score-diff": "-270.0187931666666",
- "score-diff-perc": "-39.30818%",
- "tooltip": "score = 416.9089045\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -270.01879 (-39.30818%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 686.9276976666666,
+ "score-diff": "270.0187931666666",
+ "score-diff-perc": "+64.76686%",
+ "tooltip": "score = 686.9276976666666\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +270.01879 (+64.76686%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1809815,9 +1809815,9 @@
43
),
"score": 425.2152155,
- "score-diff": "8.306310999999994",
- "score-diff-perc": "+1.99236%",
- "tooltip": "score = 425.2152155\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +8.30631 (+1.99236%)",
+ "score-diff": "-261.71248216666663",
+ "score-diff-perc": "-38.09899%",
+ "tooltip": "score = 425.2152155\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -261.71248 (-38.09899%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1815489,11 +1815489,11 @@
18,
7
),
- "score": 4.389986535087719,
- "score-diff": "-0.25496230597956604",
- "score-diff-perc": "-5.48902%",
- "tooltip": "score = 4.389986535087719\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.25496 (-5.48902%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 5.495428467764061,
+ "score-diff": "0.8504796266967753",
+ "score-diff-perc": "+18.30977%",
+ "tooltip": "score = 5.495428467764061\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.85048 (+18.30977%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1815516,9 +1815516,9 @@
7
),
"score": 5.598123738461538,
- "score-diff": "1.208137203373819",
- "score-diff-perc": "+27.52029%",
- "tooltip": "score = 5.598123738461538\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.20814 (+27.52029%)",
+ "score-diff": "0.10269527069747753",
+ "score-diff-perc": "+1.86874%",
+ "tooltip": "score = 5.598123738461538\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.10270 (+1.86874%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1815541,11 +1815541,11 @@
18,
7
),
- "score": 5.495428467764061,
- "score-diff": "-0.10269527069747753",
- "score-diff-perc": "-1.83446%",
- "tooltip": "score = 5.495428467764061\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.10270 (-1.83446%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 4.389986535087719,
+ "score-diff": "-1.208137203373819",
+ "score-diff-perc": "-21.58111%",
+ "tooltip": "score = 4.389986535087719\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.20814 (-21.58111%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1815568,9 +1815568,9 @@
41
),
"score": 12.62231852681388,
- "score-diff": "7.126890059049819",
- "score-diff-perc": "+129.68761%",
- "tooltip": "score = 12.62231852681388\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +7.12689 (+129.68761%)",
+ "score-diff": "8.23233199172616",
+ "score-diff-perc": "+187.52522%",
+ "tooltip": "score = 12.62231852681388\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +8.23233 (+187.52522%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1815671,11 +1815671,11 @@
17,
1
),
- "score": 11.095197734072022,
- "score-diff": "-3.1918270944994074",
- "score-diff-perc": "-22.34074%",
- "tooltip": "score = 11.095197734072022\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.19183 (-22.34074%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 13.8931565625,
+ "score-diff": "-0.3938682660714292",
+ "score-diff-perc": "-2.75682%",
+ "tooltip": "score = 13.8931565625\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.39387 (-2.75682%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1815697,11 +1815697,11 @@
17,
1
),
- "score": 4.936749467324291,
- "score-diff": "-6.1584482667477305",
- "score-diff-perc": "-55.50553%",
- "tooltip": "score = 4.936749467324291\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -6.15845 (-55.50553%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 11.095197734072022,
+ "score-diff": "-2.797958828427978",
+ "score-diff-perc": "-20.13912%",
+ "tooltip": "score = 11.095197734072022\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.79796 (-20.13912%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1815723,11 +1815723,11 @@
17,
1
),
- "score": 13.8931565625,
- "score-diff": "8.95640709517571",
- "score-diff-perc": "+181.42316%",
- "tooltip": "score = 13.8931565625\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +8.95641 (+181.42316%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 4.936749467324291,
+ "score-diff": "-6.1584482667477305",
+ "score-diff-perc": "-55.50553%",
+ "tooltip": "score = 4.936749467324291\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -6.15845 (-55.50553%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1815750,9 +1815750,9 @@
7
),
"score": 5.4430393700680275,
- "score-diff": "-8.450117192431971",
- "score-diff-perc": "-60.82215%",
- "tooltip": "score = 5.4430393700680275\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -8.45012 (-60.82215%)",
+ "score-diff": "0.5062899027437364",
+ "score-diff-perc": "+10.25553%",
+ "tooltip": "score = 5.4430393700680275\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.50629 (+10.25553%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1816035,11 +1816035,11 @@
16,
5
),
- "score": 9.036565004514673,
- "score-diff": "-1.9877827916285788",
- "score-diff-perc": "-18.03084%",
- "tooltip": "score = 9.036565004514673\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.98778 (-18.03084%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 5.687628958806818,
+ "score-diff": "-5.336718837336433",
+ "score-diff-perc": "-48.40848%",
+ "tooltip": "score = 5.687628958806818\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -5.33672 (-48.40848%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1816061,11 +1816061,11 @@
16,
5
),
- "score": 5.687628958806818,
- "score-diff": "-3.3489360457078545",
- "score-diff-perc": "-37.05983%",
- "tooltip": "score = 5.687628958806818\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.34894 (-37.05983%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 11.976904491017963,
+ "score-diff": "6.289275532211145",
+ "score-diff-perc": "+110.57816%",
+ "tooltip": "score = 11.976904491017963\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +6.28928 (+110.57816%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1816087,11 +1816087,11 @@
16,
5
),
- "score": 11.976904491017963,
- "score-diff": "6.289275532211145",
- "score-diff-perc": "+110.57816%",
- "tooltip": "score = 11.976904491017963\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +6.28928 (+110.57816%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 9.036565004514673,
+ "score-diff": "-2.940339486503291",
+ "score-diff-perc": "-24.55008%",
+ "tooltip": "score = 9.036565004514673\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.94034 (-24.55008%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1816114,9 +1816114,9 @@
21
),
"score": 11.236830106741573,
- "score-diff": "-0.7400743842763902",
- "score-diff-perc": "-6.17918%",
- "tooltip": "score = 11.236830106741573\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.74007 (-6.17918%)",
+ "score-diff": "2.2002651022269006",
+ "score-diff-perc": "+24.34847%",
+ "tooltip": "score = 11.236830106741573\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.20027 (+24.34847%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1816425,11 +1816425,11 @@
8,
54
),
- "score": 31.58968461417323,
- "score-diff": "-0.43618672982677253",
- "score-diff-perc": "-1.36198%",
- "tooltip": "score = 31.58968461417323\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.43619 (-1.36198%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 13.61157531292517,
+ "score-diff": "-18.414296031074834",
+ "score-diff-perc": "-57.49819%",
+ "tooltip": "score = 13.61157531292517\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -18.41430 (-57.49819%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1816451,11 +1816451,11 @@
8,
54
),
- "score": 13.61157531292517,
- "score-diff": "-17.97810930124806",
- "score-diff-perc": "-56.91133%",
- "tooltip": "score = 13.61157531292517\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -17.97811 (-56.91133%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 31.58968461417323,
+ "score-diff": "17.97810930124806",
+ "score-diff-perc": "+132.07956%",
+ "tooltip": "score = 31.58968461417323\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +17.97811 (+132.07956%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1816478,9 +1816478,9 @@
43
),
"score": 15.937786035856574,
- "score-diff": "2.3262107229314033",
- "score-diff-perc": "+17.08994%",
- "tooltip": "score = 15.937786035856574\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +2.32621 (+17.08994%)",
+ "score-diff": "-15.651898578316656",
+ "score-diff-perc": "-49.54750%",
+ "tooltip": "score = 15.937786035856574\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -15.65190 (-49.54750%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1822152,11 +1822152,11 @@
18,
7
),
- "score": 85.3045640625,
- "score-diff": "6.418696670343138",
- "score-diff-perc": "+8.13669%",
- "tooltip": "score = 85.3045640625\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +6.41870 (+8.13669%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 77.02276482692308,
+ "score-diff": "-1.8631025652337883",
+ "score-diff-perc": "-2.36177%",
+ "tooltip": "score = 77.02276482692308\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.86310 (-2.36177%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1822179,9 +1822179,9 @@
7
),
"score": 67.03094783333333,
- "score-diff": "-18.273616229166677",
- "score-diff-perc": "-21.42162%",
- "tooltip": "score = 67.03094783333333\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -18.27362 (-21.42162%)",
+ "score-diff": "-9.991816993589751",
+ "score-diff-perc": "-12.97255%",
+ "tooltip": "score = 67.03094783333333\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -9.99182 (-12.97255%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1822204,11 +1822204,11 @@
18,
7
),
- "score": 77.02276482692308,
- "score-diff": "9.991816993589751",
- "score-diff-perc": "+14.90627%",
- "tooltip": "score = 77.02276482692308\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +9.99182 (+14.90627%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 85.3045640625,
+ "score-diff": "18.273616229166677",
+ "score-diff-perc": "+27.26146%",
+ "tooltip": "score = 85.3045640625\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +18.27362 (+27.26146%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1822231,9 +1822231,9 @@
41
),
"score": 224.29267077777777,
- "score-diff": "147.2699059508547",
- "score-diff-perc": "+191.20309%",
- "tooltip": "score = 224.29267077777777\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +147.26991 (+191.20309%)",
+ "score-diff": "138.98810671527775",
+ "score-diff-perc": "+162.93162%",
+ "tooltip": "score = 224.29267077777777\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +138.98811 (+162.93162%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1822334,11 +1822334,11 @@
17,
1
),
- "score": 178.25585769565217,
- "score-diff": "20.57746465719063",
- "score-diff-perc": "+13.05028%",
- "tooltip": "score = 178.25585769565217\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +20.57746 (+13.05028%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 149.24268975,
+ "score-diff": "-8.435703288461525",
+ "score-diff-perc": "-5.34994%",
+ "tooltip": "score = 149.24268975\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -8.43570 (-5.34994%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1822360,11 +1822360,11 @@
17,
1
),
- "score": 78.99503629411765,
- "score-diff": "-99.26082140153451",
- "score-diff-perc": "-55.68447%",
- "tooltip": "score = 78.99503629411765\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -99.26082 (-55.68447%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 178.25585769565217,
+ "score-diff": "29.013167945652157",
+ "score-diff-perc": "+19.44026%",
+ "tooltip": "score = 178.25585769565217\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +29.01317 (+19.44026%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1822386,11 +1822386,11 @@
17,
1
),
- "score": 149.24268975,
- "score-diff": "70.24765345588236",
- "score-diff-perc": "+88.92667%",
- "tooltip": "score = 149.24268975\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +70.24765 (+88.92667%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 78.99503629411765,
+ "score-diff": "-99.26082140153451",
+ "score-diff-perc": "-55.68447%",
+ "tooltip": "score = 78.99503629411765\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -99.26082 (-55.68447%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1822413,9 +1822413,9 @@
7
),
"score": 101.78714275,
- "score-diff": "-47.45554700000001",
- "score-diff-perc": "-31.79757%",
- "tooltip": "score = 101.78714275\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -47.45555 (-31.79757%)",
+ "score-diff": "22.792106455882347",
+ "score-diff-perc": "+28.85258%",
+ "tooltip": "score = 101.78714275\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +22.79211 (+28.85258%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1822698,11 +1822698,11 @@
16,
5
),
- "score": 162.1550534,
- "score-diff": "13.943706362962985",
- "score-diff-perc": "+9.40799%",
- "tooltip": "score = 162.1550534\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +13.94371 (+9.40799%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 93.9067685116279,
+ "score-diff": "-54.30457852540913",
+ "score-diff-perc": "-36.63996%",
+ "tooltip": "score = 93.9067685116279\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -54.30458 (-36.63996%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1822724,11 +1822724,11 @@
16,
5
),
- "score": 93.9067685116279,
- "score-diff": "-68.24828488837211",
- "score-diff-perc": "-42.08829%",
- "tooltip": "score = 93.9067685116279\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -68.24828 (-42.08829%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 160.44142172,
+ "score-diff": "66.53465320837209",
+ "score-diff-perc": "+70.85182%",
+ "tooltip": "score = 160.44142172\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +66.53465 (+70.85182%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1822750,11 +1822750,11 @@
16,
5
),
- "score": 160.44142172,
- "score-diff": "66.53465320837209",
- "score-diff-perc": "+70.85182%",
- "tooltip": "score = 160.44142172\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +66.53465 (+70.85182%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 162.1550534,
+ "score-diff": "1.7136316800000202",
+ "score-diff-perc": "+1.06807%",
+ "tooltip": "score = 162.1550534\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.71363 (+1.06807%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1822777,9 +1822777,9 @@
21
),
"score": 148.41298822222222,
- "score-diff": "-12.028433497777769",
- "score-diff-perc": "-7.49709%",
- "tooltip": "score = 148.41298822222222\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -12.02843 (-7.49709%)",
+ "score-diff": "-13.74206517777779",
+ "score-diff-perc": "-8.47465%",
+ "tooltip": "score = 148.41298822222222\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -13.74207 (-8.47465%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1823088,11 +1823088,11 @@
8,
54
),
- "score": 237.26039782352942,
- "score-diff": "11.702185156862754",
- "score-diff-perc": "+5.18810%",
- "tooltip": "score = 237.26039782352942\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +11.70219 (+5.18810%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 145.21975157142856,
+ "score-diff": "-80.3384610952381",
+ "score-diff-perc": "-35.61762%",
+ "tooltip": "score = 145.21975157142856\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -80.33846 (-35.61762%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1823114,11 +1823114,11 @@
8,
54
),
- "score": 145.21975157142856,
- "score-diff": "-92.04064625210086",
- "score-diff-perc": "-38.79309%",
- "tooltip": "score = 145.21975157142856\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -92.04065 (-38.79309%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 237.26039782352942,
+ "score-diff": "92.04064625210086",
+ "score-diff-perc": "+63.38025%",
+ "tooltip": "score = 237.26039782352942\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +92.04065 (+63.38025%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1823141,9 +1823141,9 @@
43
),
"score": 141.8529458275862,
- "score-diff": "-3.366805743842349",
- "score-diff-perc": "-2.31842%",
- "tooltip": "score = 141.8529458275862\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -3.36681 (-2.31842%)",
+ "score-diff": "-95.4074519959432",
+ "score-diff-perc": "-40.21213%",
+ "tooltip": "score = 141.8529458275862\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -95.40745 (-40.21213%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1828815,11 +1828815,11 @@
18,
7
),
- "score": 0.11488553427726242,
- "score-diff": "-0.004048943067091512",
- "score-diff-perc": "-3.40435%",
- "tooltip": "score = 0.11488553427726242\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00405 (-3.40435%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.10954305276994276,
+ "score-diff": "-0.009391424574411167",
+ "score-diff-perc": "-7.89630%",
+ "tooltip": "score = 0.10954305276994276\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00939 (-7.89630%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1828842,9 +1828842,9 @@
7
),
"score": 0.09328136776811324,
- "score-diff": "-0.021604166509149175",
- "score-diff-perc": "-18.80495%",
- "tooltip": "score = 0.09328136776811324\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02160 (-18.80495%)",
+ "score-diff": "-0.01626168500182952",
+ "score-diff-perc": "-14.84502%",
+ "tooltip": "score = 0.09328136776811324\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01626 (-14.84502%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1828867,11 +1828867,11 @@
18,
7
),
- "score": 0.10954305276994276,
- "score-diff": "0.01626168500182952",
- "score-diff-perc": "+17.43294%",
- "tooltip": "score = 0.10954305276994276\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01626 (+17.43294%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.11488553427726242,
+ "score-diff": "0.021604166509149175",
+ "score-diff-perc": "+23.16022%",
+ "tooltip": "score = 0.11488553427726242\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02160 (+23.16022%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1828894,9 +1828894,9 @@
41
),
"score": 0.06126549852968204,
- "score-diff": "-0.04827755424026072",
- "score-diff-perc": "-44.07176%",
- "tooltip": "score = 0.06126549852968204\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.04828 (-44.07176%)",
+ "score-diff": "-0.053620035747580376",
+ "score-diff-perc": "-46.67257%",
+ "tooltip": "score = 0.06126549852968204\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.05362 (-46.67257%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1828997,11 +1828997,11 @@
17,
1
),
- "score": 0.08367226347054886,
- "score-diff": "0.0223803103110735",
- "score-diff-perc": "+36.51427%",
- "tooltip": "score = 0.08367226347054886\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02238 (+36.51427%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.08467151803403607,
+ "score-diff": "0.023379564874560707",
+ "score-diff-perc": "+38.14459%",
+ "tooltip": "score = 0.08467151803403607\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02338 (+38.14459%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1829023,11 +1829023,11 @@
17,
1
),
- "score": 0.11905890469954462,
- "score-diff": "0.03538664122899576",
- "score-diff-perc": "+42.29196%",
- "tooltip": "score = 0.11905890469954462\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03539 (+42.29196%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.08367226347054886,
+ "score-diff": "-0.0009992545634872063",
+ "score-diff-perc": "-1.18015%",
+ "tooltip": "score = 0.08367226347054886\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00100 (-1.18015%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1829049,11 +1829049,11 @@
17,
1
),
- "score": 0.08467151803403607,
- "score-diff": "-0.03438738666550856",
- "score-diff-perc": "-28.88267%",
- "tooltip": "score = 0.08467151803403607\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03439 (-28.88267%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.11905890469954462,
+ "score-diff": "0.03538664122899576",
+ "score-diff-perc": "+42.29196%",
+ "tooltip": "score = 0.11905890469954462\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03539 (+42.29196%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1829076,9 +1829076,9 @@
7
),
"score": 0.12281283989315978,
- "score-diff": "0.03814132185912371",
- "score-diff-perc": "+45.04622%",
- "tooltip": "score = 0.12281283989315978\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.03814 (+45.04622%)",
+ "score-diff": "0.0037539351936151516",
+ "score-diff-perc": "+3.15301%",
+ "tooltip": "score = 0.12281283989315978\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.00375 (+3.15301%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1829361,11 +1829361,11 @@
16,
5
),
- "score": 0.09534261712269997,
- "score-diff": "0.01465702116086283",
- "score-diff-perc": "+18.16560%",
- "tooltip": "score = 0.09534261712269997\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01466 (+18.16560%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.11708854173984311,
+ "score-diff": "0.03640294577800597",
+ "score-diff-perc": "+45.11703%",
+ "tooltip": "score = 0.11708854173984311\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03640 (+45.11703%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1829387,11 +1829387,11 @@
16,
5
),
- "score": 0.11708854173984311,
- "score-diff": "0.021745924617143142",
- "score-diff-perc": "+22.80819%",
- "tooltip": "score = 0.11708854173984311\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02175 (+22.80819%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.06202324315063183,
+ "score-diff": "-0.055065298589211276",
+ "score-diff-perc": "-47.02877%",
+ "tooltip": "score = 0.06202324315063183\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.05507 (-47.02877%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1829413,11 +1829413,11 @@
16,
5
),
- "score": 0.06202324315063183,
- "score-diff": "-0.055065298589211276",
- "score-diff-perc": "-47.02877%",
- "tooltip": "score = 0.06202324315063183\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.05507 (-47.02877%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.09534261712269997,
+ "score-diff": "0.033319373972068134",
+ "score-diff-perc": "+53.72079%",
+ "tooltip": "score = 0.09534261712269997\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03332 (+53.72079%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1829440,9 +1829440,9 @@
21
),
"score": 0.08469295259569783,
- "score-diff": "0.022669709445065994",
- "score-diff-perc": "+36.55035%",
- "tooltip": "score = 0.08469295259569783\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.02267 (+36.55035%)",
+ "score-diff": "-0.01064966452700214",
+ "score-diff-perc": "-11.16989%",
+ "tooltip": "score = 0.08469295259569783\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.01065 (-11.16989%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1829751,11 +1829751,11 @@
8,
54
),
- "score": 0.10191123909609702,
- "score-diff": "0.039200168611515526",
- "score-diff-perc": "+62.50917%",
- "tooltip": "score = 0.10191123909609702\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.03920 (+62.50917%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.1349475140167999,
+ "score-diff": "0.07223644353221842",
+ "score-diff-perc": "+115.18930%",
+ "tooltip": "score = 0.1349475140167999\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.07224 (+115.18930%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1829777,11 +1829777,11 @@
8,
54
),
- "score": 0.1349475140167999,
- "score-diff": "0.03303627492070289",
- "score-diff-perc": "+32.41671%",
- "tooltip": "score = 0.1349475140167999\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.03304 (+32.41671%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.10191123909609702,
+ "score-diff": "-0.03303627492070289",
+ "score-diff-perc": "-24.48083%",
+ "tooltip": "score = 0.10191123909609702\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.03304 (-24.48083%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1829804,9 +1829804,9 @@
43
),
"score": 0.13848960500623184,
- "score-diff": "0.003542090989431923",
- "score-diff-perc": "+2.62479%",
- "tooltip": "score = 0.13848960500623184\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00354 (+2.62479%)",
+ "score-diff": "0.036578365910134816",
+ "score-diff-perc": "+35.89238%",
+ "tooltip": "score = 0.13848960500623184\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.03658 (+35.89238%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1835478,11 +1835478,11 @@
18,
7
),
- "score": 24.75719410493827,
- "score-diff": "-5.694372970819305",
- "score-diff-perc": "-18.69977%",
- "tooltip": "score = 24.75719410493827\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -5.69437 (-18.69977%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 26.543208781456954,
+ "score-diff": "-3.9083582943006228",
+ "score-diff-perc": "-12.83467%",
+ "tooltip": "score = 26.543208781456954\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.90836 (-12.83467%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1835505,9 +1835505,9 @@
7
),
"score": 29.962005992537314,
- "score-diff": "5.204811887599043",
- "score-diff-perc": "+21.02343%",
- "tooltip": "score = 29.962005992537314\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +5.20481 (+21.02343%)",
+ "score-diff": "3.41879721108036",
+ "score-diff-perc": "+12.88012%",
+ "tooltip": "score = 29.962005992537314\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.41880 (+12.88012%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1835530,11 +1835530,11 @@
18,
7
),
- "score": 26.543208781456954,
- "score-diff": "-3.41879721108036",
- "score-diff-perc": "-11.41044%",
- "tooltip": "score = 26.543208781456954\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.41880 (-11.41044%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 24.75719410493827,
+ "score-diff": "-5.204811887599043",
+ "score-diff-perc": "-17.37137%",
+ "tooltip": "score = 24.75719410493827\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -5.20481 (-17.37137%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1835557,9 +1835557,9 @@
41
),
"score": 41.79726879166667,
- "score-diff": "15.254060010209713",
- "score-diff-perc": "+57.46879%",
- "tooltip": "score = 41.79726879166667\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +15.25406 (+57.46879%)",
+ "score-diff": "17.040074686728396",
+ "score-diff-perc": "+68.82878%",
+ "tooltip": "score = 41.79726879166667\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +17.04007 (+68.82878%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1835660,11 +1835660,11 @@
17,
1
),
- "score": 39.30328703921569,
- "score-diff": "-0.5858913073189669",
- "score-diff-perc": "-1.46880%",
- "tooltip": "score = 39.30328703921569\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.58589 (-1.46880%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 37.46661149074074,
+ "score-diff": "-2.4225668557939173",
+ "score-diff-perc": "-6.07324%",
+ "tooltip": "score = 37.46661149074074\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.42257 (-6.07324%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1835686,11 +1835686,11 @@
17,
1
),
- "score": 28.03415962937063,
- "score-diff": "-11.269127409845058",
- "score-diff-perc": "-28.67223%",
- "tooltip": "score = 28.03415962937063\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -11.26913 (-28.67223%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 39.30328703921569,
+ "score-diff": "1.8366755484749504",
+ "score-diff-perc": "+4.90217%",
+ "tooltip": "score = 39.30328703921569\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.83668 (+4.90217%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1835712,11 +1835712,11 @@
17,
1
),
- "score": 37.46661149074074,
- "score-diff": "9.432451861370108",
- "score-diff-perc": "+33.64628%",
- "tooltip": "score = 37.46661149074074\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +9.43245 (+33.64628%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 28.03415962937063,
+ "score-diff": "-11.269127409845058",
+ "score-diff-perc": "-28.67223%",
+ "tooltip": "score = 28.03415962937063\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -11.26913 (-28.67223%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1835739,9 +1835739,9 @@
7
),
"score": 24.12499510240964,
- "score-diff": "-13.3416163883311",
- "score-diff-perc": "-35.60935%",
- "tooltip": "score = 24.12499510240964\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -13.34162 (-35.60935%)",
+ "score-diff": "-3.9091645269609927",
+ "score-diff-perc": "-13.94429%",
+ "tooltip": "score = 24.12499510240964\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -3.90916 (-13.94429%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1836024,11 +1836024,11 @@
16,
5
),
- "score": 41.159764336734696,
- "score-diff": "-0.9039704236819688",
- "score-diff-perc": "-2.14905%",
- "tooltip": "score = 41.159764336734696\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.90397 (-2.14905%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 20.943842434554973,
+ "score-diff": "-21.11989232586169",
+ "score-diff-perc": "-50.20927%",
+ "tooltip": "score = 20.943842434554973\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -21.11989 (-50.20927%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1836050,11 +1836050,11 @@
16,
5
),
- "score": 20.943842434554973,
- "score-diff": "-20.215921902179723",
- "score-diff-perc": "-49.11574%",
- "tooltip": "score = 20.943842434554973\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -20.21592 (-49.11574%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 39.9909377029703,
+ "score-diff": "19.047095268415326",
+ "score-diff-perc": "+90.94365%",
+ "tooltip": "score = 39.9909377029703\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +19.04710 (+90.94365%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1836076,11 +1836076,11 @@
16,
5
),
- "score": 39.9909377029703,
- "score-diff": "19.047095268415326",
- "score-diff-perc": "+90.94365%",
- "tooltip": "score = 39.9909377029703\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +19.04710 (+90.94365%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 41.159764336734696,
+ "score-diff": "1.1688266337643967",
+ "score-diff-perc": "+2.92273%",
+ "tooltip": "score = 41.159764336734696\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.16883 (+2.92273%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1836103,9 +1836103,9 @@
21
),
"score": 38.77234357692308,
- "score-diff": "-1.218594126047222",
- "score-diff-perc": "-3.04718%",
- "tooltip": "score = 38.77234357692308\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.21859 (-3.04718%)",
+ "score-diff": "-2.3874207598116186",
+ "score-diff-perc": "-5.80038%",
+ "tooltip": "score = 38.77234357692308\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -2.38742 (-5.80038%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1836414,11 +1836414,11 @@
8,
54
),
- "score": 63.89454103174603,
- "score-diff": "-13.391356429792438",
- "score-diff-perc": "-17.32704%",
- "tooltip": "score = 63.89454103174603\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -13.39136 (-17.32704%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 40.45426636,
+ "score-diff": "-36.83163110153847",
+ "score-diff-perc": "-47.65634%",
+ "tooltip": "score = 40.45426636\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -36.83163 (-47.65634%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1836440,11 +1836440,11 @@
8,
54
),
- "score": 40.45426636,
- "score-diff": "-23.44027467174603",
- "score-diff-perc": "-36.68588%",
- "tooltip": "score = 40.45426636\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -23.44027 (-36.68588%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 63.89454103174603,
+ "score-diff": "23.44027467174603",
+ "score-diff-perc": "+57.94265%",
+ "tooltip": "score = 63.89454103174603\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +23.44027 (+57.94265%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1836467,9 +1836467,9 @@
43
),
"score": 39.86062989108911,
- "score-diff": "-0.5936364689108871",
- "score-diff-perc": "-1.46743%",
- "tooltip": "score = 39.86062989108911\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.59364 (-1.46743%)",
+ "score-diff": "-24.03391114065692",
+ "score-diff-perc": "-37.61497%",
+ "tooltip": "score = 39.86062989108911\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -24.03391 (-37.61497%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1842141,11 +1842141,11 @@
18,
7
),
- "score": 314.039734,
- "score-diff": "145.63693137500002",
- "score-diff-perc": "+86.48130%",
- "tooltip": "score = 314.039734\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +145.63693 (+86.48130%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 314.9465082307692,
+ "score-diff": "146.54370560576922",
+ "score-diff-perc": "+87.01975%",
+ "tooltip": "score = 314.9465082307692\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +146.54371 (+87.01975%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1842168,9 +1842168,9 @@
7
),
"score": 98.01181043902439,
- "score-diff": "-216.02792356097564",
- "score-diff-perc": "-68.79000%",
- "tooltip": "score = 98.01181043902439\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -216.02792 (-68.79000%)",
+ "score-diff": "-216.93469779174484",
+ "score-diff-perc": "-68.87985%",
+ "tooltip": "score = 98.01181043902439\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -216.93470 (-68.87985%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1842193,11 +1842193,11 @@
18,
7
),
- "score": 314.9465082307692,
- "score-diff": "216.93469779174484",
- "score-diff-perc": "+221.33526%",
- "tooltip": "score = 314.9465082307692\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +216.93470 (+221.33526%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 314.039734,
+ "score-diff": "216.02792356097564",
+ "score-diff-perc": "+220.41009%",
+ "tooltip": "score = 314.039734\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +216.02792 (+220.41009%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1842220,9 +1842220,9 @@
41
),
"score": 187.09847081818182,
- "score-diff": "-127.84803741258739",
- "score-diff-perc": "-40.59357%",
- "tooltip": "score = 187.09847081818182\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -127.84804 (-40.59357%)",
+ "score-diff": "-126.94126318181819",
+ "score-diff-perc": "-40.42204%",
+ "tooltip": "score = 187.09847081818182\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -126.94126 (-40.42204%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1842323,11 +1842323,11 @@
17,
1
),
- "score": 239.95292570588236,
- "score-diff": "49.134398277310936",
- "score-diff-perc": "+25.74928%",
- "tooltip": "score = 239.95292570588236\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +49.13440 (+25.74928%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 223.83181333333334,
+ "score-diff": "33.013285904761915",
+ "score-diff-perc": "+17.30088%",
+ "tooltip": "score = 223.83181333333334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +33.01329 (+17.30088%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1842349,11 +1842349,11 @@
17,
1
),
- "score": 343.53035116666666,
- "score-diff": "103.5774254607843",
- "score-diff-perc": "+43.16573%",
- "tooltip": "score = 343.53035116666666\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +103.57743 (+43.16573%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 239.95292570588236,
+ "score-diff": "16.12111237254902",
+ "score-diff-perc": "+7.20233%",
+ "tooltip": "score = 239.95292570588236\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +16.12111 (+7.20233%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1842375,11 +1842375,11 @@
17,
1
),
- "score": 223.83181333333334,
- "score-diff": "-119.69853783333332",
- "score-diff-perc": "-34.84366%",
- "tooltip": "score = 223.83181333333334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -119.69854 (-34.84366%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 343.53035116666666,
+ "score-diff": "103.5774254607843",
+ "score-diff-perc": "+43.16573%",
+ "tooltip": "score = 343.53035116666666\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +103.57743 (+43.16573%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1842402,9 +1842402,9 @@
7
),
"score": 301.79349057142855,
- "score-diff": "77.9616772380952",
- "score-diff-perc": "+34.83047%",
- "tooltip": "score = 301.79349057142855\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +77.96168 (+34.83047%)",
+ "score-diff": "-41.73686059523811",
+ "score-diff-perc": "-12.14940%",
+ "tooltip": "score = 301.79349057142855\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -41.73686 (-12.14940%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1842687,11 +1842687,11 @@
16,
5
),
- "score": 202.88081285,
- "score-diff": "34.68567430833335",
- "score-diff-perc": "+20.62228%",
- "tooltip": "score = 202.88081285\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +34.68567 (+20.62228%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 78.78129219607843,
+ "score-diff": "-89.41384634558824",
+ "score-diff-perc": "-53.16078%",
+ "tooltip": "score = 78.78129219607843\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -89.41385 (-53.16078%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1842713,11 +1842713,11 @@
16,
5
),
- "score": 78.78129219607843,
- "score-diff": "-124.09952065392159",
- "score-diff-perc": "-61.16868%",
- "tooltip": "score = 78.78129219607843\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -124.09952 (-61.16868%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 194.4779817142857,
+ "score-diff": "115.69668951820728",
+ "score-diff-perc": "+146.85808%",
+ "tooltip": "score = 194.4779817142857\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +115.69669 (+146.85808%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1842739,11 +1842739,11 @@
16,
5
),
- "score": 194.4779817142857,
- "score-diff": "115.69668951820728",
- "score-diff-perc": "+146.85808%",
- "tooltip": "score = 194.4779817142857\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +115.69669 (+146.85808%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 202.88081285,
+ "score-diff": "8.402831135714308",
+ "score-diff-perc": "+4.32071%",
+ "tooltip": "score = 202.88081285\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +8.40283 (+4.32071%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1842766,9 +1842766,9 @@
21
),
"score": 171.25121720833334,
- "score-diff": "-23.22676450595236",
- "score-diff-perc": "-11.94313%",
- "tooltip": "score = 171.25121720833334\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -23.22676 (-11.94313%)",
+ "score-diff": "-31.62959564166667",
+ "score-diff-perc": "-15.59024%",
+ "tooltip": "score = 171.25121720833334\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -31.62960 (-15.59024%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1843077,11 +1843077,11 @@
8,
54
),
- "score": 238.2352895882353,
- "score-diff": "-12.897371599264687",
- "score-diff-perc": "-5.13568%",
- "tooltip": "score = 238.2352895882353\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -12.89737 (-5.13568%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 134.63474266666665,
+ "score-diff": "-116.49791852083334",
+ "score-diff-perc": "-46.38900%",
+ "tooltip": "score = 134.63474266666665\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -116.49792 (-46.38900%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1843103,11 +1843103,11 @@
8,
54
),
- "score": 134.63474266666665,
- "score-diff": "-103.60054692156865",
- "score-diff-perc": "-43.48665%",
- "tooltip": "score = 134.63474266666665\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -103.60055 (-43.48665%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 238.2352895882353,
+ "score-diff": "103.60054692156865",
+ "score-diff-perc": "+76.94934%",
+ "tooltip": "score = 238.2352895882353\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +103.60055 (+76.94934%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1843130,9 +1843130,9 @@
43
),
"score": 106.65873431578947,
- "score-diff": "-27.97600835087718",
- "score-diff-perc": "-20.77919%",
- "tooltip": "score = 106.65873431578947\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -27.97601 (-20.77919%)",
+ "score-diff": "-131.57655527244583",
+ "score-diff-perc": "-55.22967%",
+ "tooltip": "score = 106.65873431578947\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -131.57656 (-55.22967%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1848804,11 +1848804,11 @@
18,
7
),
- "score": 5.958372148809524,
- "score-diff": "-5.215862515994946",
- "score-diff-perc": "-46.67758%",
- "tooltip": "score = 5.958372148809524\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -5.21586 (-46.67758%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 6.374531866242038,
+ "score-diff": "-4.799702798562431",
+ "score-diff-perc": "-42.95330%",
+ "tooltip": "score = 6.374531866242038\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.79970 (-42.95330%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1848831,9 +1848831,9 @@
7
),
"score": 6.286407485086342,
- "score-diff": "0.3280353362768187",
- "score-diff-perc": "+5.50545%",
- "tooltip": "score = 6.286407485086342\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.32804 (+5.50545%)",
+ "score-diff": "-0.08812438115569599",
+ "score-diff-perc": "-1.38244%",
+ "tooltip": "score = 6.286407485086342\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.08812 (-1.38244%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1848856,11 +1848856,11 @@
18,
7
),
- "score": 6.374531866242038,
- "score-diff": "0.08812438115569599",
- "score-diff-perc": "+1.40182%",
- "tooltip": "score = 6.374531866242038\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.08812 (+1.40182%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 5.958372148809524,
+ "score-diff": "-0.3280353362768187",
+ "score-diff-perc": "-5.21817%",
+ "tooltip": "score = 5.958372148809524\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.32804 (-5.21817%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1848883,9 +1848883,9 @@
41
),
"score": 15.65327565625,
- "score-diff": "9.278743790007962",
- "score-diff-perc": "+145.55961%",
- "tooltip": "score = 15.65327565625\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +9.27874 (+145.55961%)",
+ "score-diff": "9.694903507440477",
+ "score-diff-perc": "+162.71061%",
+ "tooltip": "score = 15.65327565625\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +9.69490 (+162.71061%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1848986,11 +1848986,11 @@
17,
1
),
- "score": 16.983885949152544,
- "score-diff": "1.3916959802809483",
- "score-diff-perc": "+8.92560%",
- "tooltip": "score = 16.983885949152544\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.39170 (+8.92560%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 15.353750643678161,
+ "score-diff": "-0.23843932519343447",
+ "score-diff-perc": "-1.52922%",
+ "tooltip": "score = 15.353750643678161\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.23844 (-1.52922%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1849012,11 +1849012,11 @@
17,
1
),
- "score": 6.086154588145897,
- "score-diff": "-10.897731361006647",
- "score-diff-perc": "-64.16512%",
- "tooltip": "score = 6.086154588145897\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -10.89773 (-64.16512%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 16.983885949152544,
+ "score-diff": "1.6301353054743828",
+ "score-diff-perc": "+10.61718%",
+ "tooltip": "score = 16.983885949152544\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.63014 (+10.61718%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1849038,11 +1849038,11 @@
17,
1
),
- "score": 15.353750643678161,
- "score-diff": "9.267596055532264",
- "score-diff-perc": "+152.27343%",
- "tooltip": "score = 15.353750643678161\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +9.26760 (+152.27343%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 6.086154588145897,
+ "score-diff": "-10.897731361006647",
+ "score-diff-perc": "-64.16512%",
+ "tooltip": "score = 6.086154588145897\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -10.89773 (-64.16512%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1849065,9 +1849065,9 @@
7
),
"score": 6.110611984732825,
- "score-diff": "-9.243138658945337",
- "score-diff-perc": "-60.20118%",
- "tooltip": "score = 6.110611984732825\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -9.24314 (-60.20118%)",
+ "score-diff": "0.024457396586927693",
+ "score-diff-perc": "+0.40185%",
+ "tooltip": "score = 6.110611984732825\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.02446 (+0.40185%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1849350,11 +1849350,11 @@
16,
5
),
- "score": 11.542838,
- "score-diff": "-5.216301527196652",
- "score-diff-perc": "-31.12512%",
- "tooltip": "score = 11.542838\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -5.21630 (-31.12512%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 6.807760952380953,
+ "score-diff": "-9.951378574815699",
+ "score-diff-perc": "-59.37882%",
+ "tooltip": "score = 6.807760952380953\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -9.95138 (-59.37882%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1849376,11 +1849376,11 @@
16,
5
),
- "score": 6.807760952380953,
- "score-diff": "-4.735077047619047",
- "score-diff-perc": "-41.02178%",
- "tooltip": "score = 6.807760952380953\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.73508 (-41.02178%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 16.831209403361346,
+ "score-diff": "10.023448450980393",
+ "score-diff-perc": "+147.23561%",
+ "tooltip": "score = 16.831209403361346\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +10.02345 (+147.23561%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1849402,11 +1849402,11 @@
16,
5
),
- "score": 16.831209403361346,
- "score-diff": "10.023448450980393",
- "score-diff-perc": "+147.23561%",
- "tooltip": "score = 16.831209403361346\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +10.02345 (+147.23561%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 11.542838,
+ "score-diff": "-5.288371403361346",
+ "score-diff-perc": "-31.42003%",
+ "tooltip": "score = 11.542838\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -5.28837 (-31.42003%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1849429,9 +1849429,9 @@
21
),
"score": 13.919182364583333,
- "score-diff": "-2.912027038778012",
- "score-diff-perc": "-17.30135%",
- "tooltip": "score = 13.919182364583333\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -2.91203 (-17.30135%)",
+ "score-diff": "2.3763443645833338",
+ "score-diff-perc": "+20.58718%",
+ "tooltip": "score = 13.919182364583333\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.37634 (+20.58718%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1849740,11 +1849740,11 @@
8,
54
),
- "score": 35.866164017857145,
- "score-diff": "-1.7144221597129459",
- "score-diff-perc": "-4.56199%",
- "tooltip": "score = 35.866164017857145\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.71442 (-4.56199%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 20.851250828125,
+ "score-diff": "-16.72933534944509",
+ "score-diff-perc": "-44.51590%",
+ "tooltip": "score = 20.851250828125\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -16.72934 (-44.51590%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1849766,11 +1849766,11 @@
8,
54
),
- "score": 20.851250828125,
- "score-diff": "-15.014913189732145",
- "score-diff-perc": "-41.86373%",
- "tooltip": "score = 20.851250828125\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -15.01491 (-41.86373%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 35.866164017857145,
+ "score-diff": "15.014913189732145",
+ "score-diff-perc": "+72.00965%",
+ "tooltip": "score = 35.866164017857145\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +15.01491 (+72.00965%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1849793,9 +1849793,9 @@
43
),
"score": 20.736460611398964,
- "score-diff": "-0.11479021672603551",
- "score-diff-perc": "-0.55052%",
- "tooltip": "score = 20.736460611398964\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.11479 (-0.55052%)",
+ "score-diff": "-15.12970340645818",
+ "score-diff-perc": "-42.18378%",
+ "tooltip": "score = 20.736460611398964\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -15.12970 (-42.18378%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1855467,11 +1855467,11 @@
18,
7
),
- "score": 33.271454545454546,
- "score-diff": "-1.2417189976489027",
- "score-diff-perc": "-3.59781%",
- "tooltip": "score = 33.271454545454546\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.24172 (-3.59781%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 32.66315293495935,
+ "score-diff": "-1.8500206081440993",
+ "score-diff-perc": "-5.36033%",
+ "tooltip": "score = 32.66315293495935\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.85002 (-5.36033%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1855494,9 +1855494,9 @@
7
),
"score": 31.61114172440945,
- "score-diff": "-1.6603128210450961",
- "score-diff-perc": "-4.99020%",
- "tooltip": "score = 31.61114172440945\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.66031 (-4.99020%)",
+ "score-diff": "-1.0520112105498995",
+ "score-diff-perc": "-3.22079%",
+ "tooltip": "score = 31.61114172440945\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.05201 (-3.22079%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1855519,11 +1855519,11 @@
18,
7
),
- "score": 32.66315293495935,
- "score-diff": "1.0520112105498995",
- "score-diff-perc": "+3.32798%",
- "tooltip": "score = 32.66315293495935\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.05201 (+3.32798%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 33.271454545454546,
+ "score-diff": "1.6603128210450961",
+ "score-diff-perc": "+5.25230%",
+ "tooltip": "score = 33.271454545454546\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.66031 (+5.25230%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1855546,9 +1855546,9 @@
41
),
"score": 83.8644705,
- "score-diff": "51.20131756504065",
- "score-diff-perc": "+156.75559%",
- "tooltip": "score = 83.8644705\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +51.20132 (+156.75559%)",
+ "score-diff": "50.59301595454545",
+ "score-diff-perc": "+152.06133%",
+ "tooltip": "score = 83.8644705\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +50.59302 (+152.06133%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1855649,11 +1855649,11 @@
17,
1
),
- "score": 71.52487171428571,
- "score-diff": "-3.386337582010583",
- "score-diff-perc": "-4.52047%",
- "tooltip": "score = 71.52487171428571\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.38634 (-4.52047%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 75.74496301886792,
+ "score-diff": "0.8337537225716289",
+ "score-diff-perc": "+1.11299%",
+ "tooltip": "score = 75.74496301886792\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.83375 (+1.11299%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1855675,11 +1855675,11 @@
17,
1
),
- "score": 33.64053057983193,
- "score-diff": "-37.88434113445378",
- "score-diff-perc": "-52.96667%",
- "tooltip": "score = 33.64053057983193\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -37.88434 (-52.96667%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 71.52487171428571,
+ "score-diff": "-4.220091304582212",
+ "score-diff-perc": "-5.57145%",
+ "tooltip": "score = 71.52487171428571\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.22009 (-5.57145%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1855701,11 +1855701,11 @@
17,
1
),
- "score": 75.74496301886792,
- "score-diff": "42.10443243903599",
- "score-diff-perc": "+125.15983%",
- "tooltip": "score = 75.74496301886792\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +42.10443 (+125.15983%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 33.64053057983193,
+ "score-diff": "-37.88434113445378",
+ "score-diff-perc": "-52.96667%",
+ "tooltip": "score = 33.64053057983193\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -37.88434 (-52.96667%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1855728,9 +1855728,9 @@
7
),
"score": 35.682870044247785,
- "score-diff": "-40.062092974620136",
- "score-diff-perc": "-52.89077%",
- "tooltip": "score = 35.682870044247785\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -40.06209 (-52.89077%)",
+ "score-diff": "2.0423394644158535",
+ "score-diff-perc": "+6.07107%",
+ "tooltip": "score = 35.682870044247785\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +2.04234 (+6.07107%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1856013,11 +1856013,11 @@
16,
5
),
- "score": 67.10851431666667,
- "score-diff": "-11.909677624509797",
- "score-diff-perc": "-15.07207%",
- "tooltip": "score = 67.10851431666667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -11.90968 (-15.07207%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 57.475406185714284,
+ "score-diff": "-21.542785755462184",
+ "score-diff-perc": "-27.26307%",
+ "tooltip": "score = 57.475406185714284\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -21.54279 (-27.26307%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1856039,11 +1856039,11 @@
16,
5
),
- "score": 57.475406185714284,
- "score-diff": "-9.633108130952387",
- "score-diff-perc": "-14.35452%",
- "tooltip": "score = 57.475406185714284\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -9.63311 (-14.35452%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 65.81208263934427,
+ "score-diff": "8.336676453629984",
+ "score-diff-perc": "+14.50477%",
+ "tooltip": "score = 65.81208263934427\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +8.33668 (+14.50477%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1856065,11 +1856065,11 @@
16,
5
),
- "score": 65.81208263934427,
- "score-diff": "8.336676453629984",
- "score-diff-perc": "+14.50477%",
- "tooltip": "score = 65.81208263934427\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +8.33668 (+14.50477%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 67.10851431666667,
+ "score-diff": "1.2964316773224027",
+ "score-diff-perc": "+1.96990%",
+ "tooltip": "score = 67.10851431666667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.29643 (+1.96990%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1856092,9 +1856092,9 @@
21
),
"score": 66.32117027868853,
- "score-diff": "0.5090876393442585",
- "score-diff-perc": "+0.77355%",
- "tooltip": "score = 66.32117027868853\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.50909 (+0.77355%)",
+ "score-diff": "-0.7873440379781442",
+ "score-diff-perc": "-1.17324%",
+ "tooltip": "score = 66.32117027868853\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.78734 (-1.17324%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1856403,11 +1856403,11 @@
8,
54
),
- "score": 96.54042630952381,
- "score-diff": "-5.386664040476191",
- "score-diff-perc": "-5.28482%",
- "tooltip": "score = 96.54042630952381\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -5.38666 (-5.28482%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 65.28750082258064,
+ "score-diff": "-36.63958952741936",
+ "score-diff-perc": "-35.94686%",
+ "tooltip": "score = 65.28750082258064\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -36.63959 (-35.94686%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1856429,11 +1856429,11 @@
8,
54
),
- "score": 65.28750082258064,
- "score-diff": "-31.25292548694317",
- "score-diff-perc": "-32.37289%",
- "tooltip": "score = 65.28750082258064\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -31.25293 (-32.37289%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 96.54042630952381,
+ "score-diff": "31.25292548694317",
+ "score-diff-perc": "+47.86969%",
+ "tooltip": "score = 96.54042630952381\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +31.25293 (+47.86969%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1856456,9 +1856456,9 @@
43
),
"score": 63.659373555555554,
- "score-diff": "-1.6281272670250857",
- "score-diff-perc": "-2.49378%",
- "tooltip": "score = 63.659373555555554\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.62813 (-2.49378%)",
+ "score-diff": "-32.881052753968255",
+ "score-diff-perc": "-34.05936%",
+ "tooltip": "score = 63.659373555555554\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -32.88105 (-34.05936%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1862130,11 +1862130,11 @@
18,
7
),
- "score": 0.09497391357819511,
- "score-diff": "-0.021534201904999398",
- "score-diff-perc": "-18.48301%",
- "tooltip": "score = 0.09497391357819511\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02153 (-18.48301%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.11453818033444049,
+ "score-diff": "-0.001969935148754015",
+ "score-diff-perc": "-1.69081%",
+ "tooltip": "score = 0.11453818033444049\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00197 (-1.69081%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1862157,9 +1862157,9 @@
7
),
"score": 0.11830136583562535,
- "score-diff": "0.023327452257430242",
- "score-diff-perc": "+24.56196%",
- "tooltip": "score = 0.11830136583562535\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02333 (+24.56196%)",
+ "score-diff": "0.0037631855011848597",
+ "score-diff-perc": "+3.28553%",
+ "tooltip": "score = 0.11830136583562535\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00376 (+3.28553%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1862182,11 +1862182,11 @@
18,
7
),
- "score": 0.11453818033444049,
- "score-diff": "-0.0037631855011848597",
- "score-diff-perc": "-3.18102%",
- "tooltip": "score = 0.11453818033444049\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00376 (-3.18102%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.09497391357819511,
+ "score-diff": "-0.023327452257430242",
+ "score-diff-perc": "-19.71867%",
+ "tooltip": "score = 0.09497391357819511\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02333 (-19.71867%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1862209,9 +1862209,9 @@
41
),
"score": 0.06369431208700221,
- "score-diff": "-0.05084386824743828",
- "score-diff-perc": "-44.39032%",
- "tooltip": "score = 0.06369431208700221\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.05084 (-44.39032%)",
+ "score-diff": "-0.031279601491192896",
+ "score-diff-perc": "-32.93494%",
+ "tooltip": "score = 0.06369431208700221\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.03128 (-32.93494%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1862312,11 +1862312,11 @@
17,
1
),
- "score": 0.08613911654248675,
- "score-diff": "-0.013557929715270645",
- "score-diff-perc": "-13.59913%",
- "tooltip": "score = 0.08613911654248675\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01356 (-13.59913%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.08565152979465987,
+ "score-diff": "-0.014045516463097527",
+ "score-diff-perc": "-14.08820%",
+ "tooltip": "score = 0.08565152979465987\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01405 (-14.08820%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1862338,11 +1862338,11 @@
17,
1
),
- "score": 0.12036851993500436,
- "score-diff": "0.03422940339251761",
- "score-diff-perc": "+39.73735%",
- "tooltip": "score = 0.12036851993500436\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03423 (+39.73735%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.08613911654248675,
+ "score-diff": "0.00048758674782688194",
+ "score-diff-perc": "+0.56927%",
+ "tooltip": "score = 0.08613911654248675\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00049 (+0.56927%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1862364,11 +1862364,11 @@
17,
1
),
- "score": 0.08565152979465987,
- "score-diff": "-0.03471699014034449",
- "score-diff-perc": "-28.84225%",
- "tooltip": "score = 0.08565152979465987\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03472 (-28.84225%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.12036851993500436,
+ "score-diff": "0.03422940339251761",
+ "score-diff-perc": "+39.73735%",
+ "tooltip": "score = 0.12036851993500436\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03423 (+39.73735%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1862391,9 +1862391,9 @@
7
),
"score": 0.1168069659230275,
- "score-diff": "0.03115543612836763",
- "score-diff-perc": "+36.37464%",
- "tooltip": "score = 0.1168069659230275\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.03116 (+36.37464%)",
+ "score-diff": "-0.0035615540119768585",
+ "score-diff-perc": "-2.95887%",
+ "tooltip": "score = 0.1168069659230275\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00356 (-2.95887%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1862676,11 +1862676,11 @@
16,
5
),
- "score": 0.0875812714673556,
- "score-diff": "0.004270443247007788",
- "score-diff-perc": "+5.12592%",
- "tooltip": "score = 0.0875812714673556\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00427 (+5.12592%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.11579478654547559,
+ "score-diff": "0.03248395832512778",
+ "score-diff-perc": "+38.99128%",
+ "tooltip": "score = 0.11579478654547559\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03248 (+38.99128%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1862702,11 +1862702,11 @@
16,
5
),
- "score": 0.11579478654547559,
- "score-diff": "0.02821351507811999",
- "score-diff-perc": "+32.21410%",
- "tooltip": "score = 0.11579478654547559\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02821 (+32.21410%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.08299925390600685,
+ "score-diff": "-0.032795532639468744",
+ "score-diff-perc": "-28.32212%",
+ "tooltip": "score = 0.08299925390600685\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03280 (-28.32212%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1862728,11 +1862728,11 @@
16,
5
),
- "score": 0.08299925390600685,
- "score-diff": "-0.032795532639468744",
- "score-diff-perc": "-28.32212%",
- "tooltip": "score = 0.08299925390600685\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03280 (-28.32212%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.0875812714673556,
+ "score-diff": "0.004582017561348753",
+ "score-diff-perc": "+5.52055%",
+ "tooltip": "score = 0.0875812714673556\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00458 (+5.52055%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1862755,9 +1862755,9 @@
21
),
"score": 0.09259291032822554,
- "score-diff": "0.009593656422218697",
- "score-diff-perc": "+11.55873%",
- "tooltip": "score = 0.09259291032822554\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00959 (+11.55873%)",
+ "score-diff": "0.005011638860869944",
+ "score-diff-perc": "+5.72227%",
+ "tooltip": "score = 0.09259291032822554\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00501 (+5.72227%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1863066,11 +1863066,11 @@
8,
54
),
- "score": 0.06461641424094595,
- "score-diff": "-0.04313042126516836",
- "score-diff-perc": "-40.02941%",
- "tooltip": "score = 0.06461641424094595\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.04313 (-40.02941%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.13717878879325127,
+ "score-diff": "0.02943195328713695",
+ "score-diff-perc": "+27.31584%",
+ "tooltip": "score = 0.13717878879325127\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.02943 (+27.31584%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1863092,11 +1863092,11 @@
8,
54
),
- "score": 0.13717878879325127,
- "score-diff": "0.07256237455230531",
- "score-diff-perc": "+112.29712%",
- "tooltip": "score = 0.13717878879325127\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.07256 (+112.29712%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.06461641424094595,
+ "score-diff": "-0.07256237455230531",
+ "score-diff-perc": "-52.89621%",
+ "tooltip": "score = 0.06461641424094595\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.07256 (-52.89621%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1863119,9 +1863119,9 @@
43
),
"score": 0.13849462725478656,
- "score-diff": "0.0013158384615352958",
- "score-diff-perc": "+0.95921%",
- "tooltip": "score = 0.13849462725478656\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00132 (+0.95921%)",
+ "score-diff": "0.07387821301384061",
+ "score-diff-perc": "+114.33351%",
+ "tooltip": "score = 0.13849462725478656\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.07388 (+114.33351%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1868793,11 +1868793,11 @@
18,
7
),
- "score": 27.52113079452055,
- "score-diff": "1.7532565958026005",
- "score-diff-perc": "+6.80404%",
- "tooltip": "score = 27.52113079452055\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.75326 (+6.80404%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 26.885877704697986,
+ "score-diff": "1.1180035059800382",
+ "score-diff-perc": "+4.33875%",
+ "tooltip": "score = 26.885877704697986\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.11800 (+4.33875%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1868820,9 +1868820,9 @@
7
),
"score": 22.635762717514126,
- "score-diff": "-4.885368077006422",
- "score-diff-perc": "-17.75133%",
- "tooltip": "score = 22.635762717514126\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.88537 (-17.75133%)",
+ "score-diff": "-4.25011498718386",
+ "score-diff-perc": "-15.80798%",
+ "tooltip": "score = 22.635762717514126\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.25011 (-15.80798%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1868845,11 +1868845,11 @@
18,
7
),
- "score": 26.885877704697986,
- "score-diff": "4.25011498718386",
- "score-diff-perc": "+18.77611%",
- "tooltip": "score = 26.885877704697986\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +4.25011 (+18.77611%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 27.52113079452055,
+ "score-diff": "4.885368077006422",
+ "score-diff-perc": "+21.58252%",
+ "tooltip": "score = 27.52113079452055\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +4.88537 (+21.58252%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1868872,9 +1868872,9 @@
41
),
"score": 41.703446864583334,
- "score-diff": "14.817569159885348",
- "score-diff-perc": "+55.11283%",
- "tooltip": "score = 41.703446864583334\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +14.81757 (+55.11283%)",
+ "score-diff": "14.182316070062786",
+ "score-diff-perc": "+51.53246%",
+ "tooltip": "score = 41.703446864583334\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +14.18232 (+51.53246%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1868975,11 +1868975,11 @@
17,
1
),
- "score": 39.744046356435646,
- "score-diff": "-1.674017932224146",
- "score-diff-perc": "-4.04176%",
- "tooltip": "score = 39.744046356435646\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.67402 (-4.04176%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 41.719319302083335,
+ "score-diff": "0.30125501342354255",
+ "score-diff-perc": "+0.72735%",
+ "tooltip": "score = 41.719319302083335\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.30126 (+0.72735%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1869001,11 +1869001,11 @@
17,
1
),
- "score": 24.935211627329192,
- "score-diff": "-14.808834729106454",
- "score-diff-perc": "-37.26051%",
- "tooltip": "score = 24.935211627329192\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -14.80883 (-37.26051%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 39.744046356435646,
+ "score-diff": "-1.9752729456476885",
+ "score-diff-perc": "-4.73467%",
+ "tooltip": "score = 39.744046356435646\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.97527 (-4.73467%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1869027,11 +1869027,11 @@
17,
1
),
- "score": 41.719319302083335,
- "score-diff": "16.784107674754143",
- "score-diff-perc": "+67.31087%",
- "tooltip": "score = 41.719319302083335\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +16.78411 (+67.31087%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 24.935211627329192,
+ "score-diff": "-14.808834729106454",
+ "score-diff-perc": "-37.26051%",
+ "tooltip": "score = 24.935211627329192\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -14.80883 (-37.26051%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1869054,9 +1869054,9 @@
7
),
"score": 24.300490751515152,
- "score-diff": "-17.418828550568183",
- "score-diff-perc": "-41.75243%",
- "tooltip": "score = 24.300490751515152\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -17.41883 (-41.75243%)",
+ "score-diff": "-0.6347208758140397",
+ "score-diff-perc": "-2.54548%",
+ "tooltip": "score = 24.300490751515152\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.63472 (-2.54548%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1869339,11 +1869339,11 @@
16,
5
),
- "score": 44.09668475824176,
- "score-diff": "1.301299322071543",
- "score-diff-perc": "+3.04075%",
- "tooltip": "score = 44.09668475824176\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.30130 (+3.04075%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 22.88794776,
+ "score-diff": "-19.907437676170215",
+ "score-diff-perc": "-46.51772%",
+ "tooltip": "score = 22.88794776\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -19.90744 (-46.51772%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1869365,11 +1869365,11 @@
16,
5
),
- "score": 22.88794776,
- "score-diff": "-21.208736998241758",
- "score-diff-perc": "-48.09599%",
- "tooltip": "score = 22.88794776\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -21.20874 (-48.09599%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 42.18386928421052,
+ "score-diff": "19.295921524210524",
+ "score-diff-perc": "+84.30604%",
+ "tooltip": "score = 42.18386928421052\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +19.29592 (+84.30604%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1869391,11 +1869391,11 @@
16,
5
),
- "score": 42.18386928421052,
- "score-diff": "19.295921524210524",
- "score-diff-perc": "+84.30604%",
- "tooltip": "score = 42.18386928421052\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +19.29592 (+84.30604%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 44.09668475824176,
+ "score-diff": "1.912815474031234",
+ "score-diff-perc": "+4.53447%",
+ "tooltip": "score = 44.09668475824176\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.91282 (+4.53447%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1869418,9 +1869418,9 @@
21
),
"score": 40.08140382,
- "score-diff": "-2.1024654642105247",
- "score-diff-perc": "-4.98405%",
- "tooltip": "score = 40.08140382\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -2.10247 (-4.98405%)",
+ "score-diff": "-4.015280938241759",
+ "score-diff-perc": "-9.10563%",
+ "tooltip": "score = 40.08140382\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -4.01528 (-9.10563%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1869729,11 +1869729,11 @@
8,
54
),
- "score": 66.96541886666667,
- "score-diff": "2.228420358730162",
- "score-diff-perc": "+3.44227%",
- "tooltip": "score = 66.96541886666667\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.22842 (+3.44227%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 44.49098858888889,
+ "score-diff": "-20.246009919047616",
+ "score-diff-perc": "-31.27425%",
+ "tooltip": "score = 44.49098858888889\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -20.24601 (-31.27425%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1869755,11 +1869755,11 @@
8,
54
),
- "score": 44.49098858888889,
- "score-diff": "-22.474430277777778",
- "score-diff-perc": "-33.56125%",
- "tooltip": "score = 44.49098858888889\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -22.47443 (-33.56125%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 66.96541886666667,
+ "score-diff": "22.474430277777778",
+ "score-diff-perc": "+50.51457%",
+ "tooltip": "score = 66.96541886666667\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +22.47443 (+50.51457%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1869782,9 +1869782,9 @@
43
),
"score": 40.07990116,
- "score-diff": "-4.411087428888891",
- "score-diff-perc": "-9.91456%",
- "tooltip": "score = 40.07990116\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -4.41109 (-9.91456%)",
+ "score-diff": "-26.88551770666667",
+ "score-diff-perc": "-40.14836%",
+ "tooltip": "score = 40.07990116\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -26.88552 (-40.14836%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1875456,11 +1875456,11 @@
18,
7
),
- "score": 130.69735506451613,
- "score-diff": "7.272002579667642",
- "score-diff-perc": "+5.89182%",
- "tooltip": "score = 130.69735506451613\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +7.27200 (+5.89182%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 143.81388128571427,
+ "score-diff": "20.388528800865785",
+ "score-diff-perc": "+16.51891%",
+ "tooltip": "score = 143.81388128571427\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +20.38853 (+16.51891%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1875483,9 +1875483,9 @@
7
),
"score": 174.06258269565217,
- "score-diff": "43.36522763113604",
- "score-diff-perc": "+33.17988%",
- "tooltip": "score = 174.06258269565217\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +43.36523 (+33.17988%)",
+ "score-diff": "30.248701409937894",
+ "score-diff-perc": "+21.03323%",
+ "tooltip": "score = 174.06258269565217\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +30.24870 (+21.03323%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1875508,11 +1875508,11 @@
18,
7
),
- "score": 143.81388128571427,
- "score-diff": "-30.248701409937894",
- "score-diff-perc": "-17.37806%",
- "tooltip": "score = 143.81388128571427\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -30.24870 (-17.37806%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 130.69735506451613,
+ "score-diff": "-43.36522763113604",
+ "score-diff-perc": "-24.91358%",
+ "tooltip": "score = 130.69735506451613\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -43.36523 (-24.91358%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1875535,9 +1875535,9 @@
41
),
"score": 346.3987823333333,
- "score-diff": "202.58490104761904",
- "score-diff-perc": "+140.86603%",
- "tooltip": "score = 346.3987823333333\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +202.58490 (+140.86603%)",
+ "score-diff": "215.70142726881718",
+ "score-diff-perc": "+165.03886%",
+ "tooltip": "score = 346.3987823333333\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +215.70143 (+165.03886%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1875638,11 +1875638,11 @@
17,
1
),
- "score": 340.15489833333334,
- "score-diff": "-60.313023566666686",
- "score-diff-perc": "-15.06064%",
- "tooltip": "score = 340.15489833333334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -60.31302 (-15.06064%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 343.32608933333336,
+ "score-diff": "-57.141832566666665",
+ "score-diff-perc": "-14.26877%",
+ "tooltip": "score = 343.32608933333336\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -57.14183 (-14.26877%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1875664,11 +1875664,11 @@
17,
1
),
- "score": 150.9831301851852,
- "score-diff": "-189.17176814814815",
- "score-diff-perc": "-55.61342%",
- "tooltip": "score = 150.9831301851852\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -189.17177 (-55.61342%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 340.15489833333334,
+ "score-diff": "-3.1711910000000216",
+ "score-diff-perc": "-0.92367%",
+ "tooltip": "score = 340.15489833333334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.17119 (-0.92367%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1875690,11 +1875690,11 @@
17,
1
),
- "score": 343.32608933333336,
- "score-diff": "192.34295914814817",
- "score-diff-perc": "+127.39368%",
- "tooltip": "score = 343.32608933333336\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +192.34296 (+127.39368%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 150.9831301851852,
+ "score-diff": "-189.17176814814815",
+ "score-diff-perc": "-55.61342%",
+ "tooltip": "score = 150.9831301851852\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -189.17177 (-55.61342%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1875717,9 +1875717,9 @@
7
),
"score": 107.49523668421052,
- "score-diff": "-235.83085264912285",
- "score-diff-perc": "-68.69005%",
- "tooltip": "score = 107.49523668421052\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -235.83085 (-68.69005%)",
+ "score-diff": "-43.487893500974664",
+ "score-diff-perc": "-28.80315%",
+ "tooltip": "score = 107.49523668421052\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -43.48789 (-28.80315%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1876002,11 +1876002,11 @@
16,
5
),
- "score": 290.6823362142857,
- "score-diff": "22.589526547619073",
- "score-diff-perc": "+8.42601%",
- "tooltip": "score = 290.6823362142857\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +22.58953 (+8.42601%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 162.52190732,
+ "score-diff": "-105.57090234666666",
+ "score-diff-perc": "-39.37849%",
+ "tooltip": "score = 162.52190732\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -105.57090 (-39.37849%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1876028,11 +1876028,11 @@
16,
5
),
- "score": 162.52190732,
- "score-diff": "-128.16042889428573",
- "score-diff-perc": "-44.08951%",
- "tooltip": "score = 162.52190732\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -128.16043 (-44.08951%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 267.90979733333336,
+ "score-diff": "105.38789001333336",
+ "score-diff-perc": "+64.84534%",
+ "tooltip": "score = 267.90979733333336\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +105.38789 (+64.84534%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1876054,11 +1876054,11 @@
16,
5
),
- "score": 267.90979733333336,
- "score-diff": "105.38789001333336",
- "score-diff-perc": "+64.84534%",
- "tooltip": "score = 267.90979733333336\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +105.38789 (+64.84534%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 290.6823362142857,
+ "score-diff": "22.772538880952368",
+ "score-diff-perc": "+8.50008%",
+ "tooltip": "score = 290.6823362142857\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +22.77254 (+8.50008%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1876081,9 +1876081,9 @@
21
),
"score": 319.1705876923077,
- "score-diff": "51.26079035897436",
- "score-diff-perc": "+19.13360%",
- "tooltip": "score = 319.1705876923077\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +51.26079 (+19.13360%)",
+ "score-diff": "28.488251478021994",
+ "score-diff-perc": "+9.80048%",
+ "tooltip": "score = 319.1705876923077\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +28.48825 (+9.80048%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1876392,11 +1876392,11 @@
8,
54
),
- "score": 416.6592579,
- "score-diff": "-1.0823760999999763",
- "score-diff-perc": "-0.25910%",
- "tooltip": "score = 416.6592579\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.08238 (-0.25910%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 215.4396517894737,
+ "score-diff": "-202.3019822105263",
+ "score-diff-perc": "-48.42754%",
+ "tooltip": "score = 215.4396517894737\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -202.30198 (-48.42754%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1876418,11 +1876418,11 @@
8,
54
),
- "score": 215.4396517894737,
- "score-diff": "-201.2196061105263",
- "score-diff-perc": "-48.29356%",
- "tooltip": "score = 215.4396517894737\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -201.21961 (-48.29356%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 416.6592579,
+ "score-diff": "201.2196061105263",
+ "score-diff-perc": "+93.39952%",
+ "tooltip": "score = 416.6592579\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +201.21961 (+93.39952%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1876445,9 +1876445,9 @@
43
),
"score": 194.01216204761906,
- "score-diff": "-21.42748974185463",
- "score-diff-perc": "-9.94594%",
- "tooltip": "score = 194.01216204761906\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -21.42749 (-9.94594%)",
+ "score-diff": "-222.64709585238094",
+ "score-diff-perc": "-53.43625%",
+ "tooltip": "score = 194.01216204761906\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -222.64710 (-53.43625%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1882119,11 +1882119,11 @@
18,
7
),
- "score": 4.854714661407767,
- "score-diff": "-0.6341558090997772",
- "score-diff-perc": "-11.55348%",
- "tooltip": "score = 4.854714661407767\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.63416 (-11.55348%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 5.1121237330779055,
+ "score-diff": "-0.37674673742963893",
+ "score-diff-perc": "-6.86383%",
+ "tooltip": "score = 5.1121237330779055\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.37675 (-6.86383%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1882146,9 +1882146,9 @@
7
),
"score": 4.8237352253012045,
- "score-diff": "-0.03097943610656273",
- "score-diff-perc": "-0.63813%",
- "tooltip": "score = 4.8237352253012045\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03098 (-0.63813%)",
+ "score-diff": "-0.288388507776701",
+ "score-diff-perc": "-5.64127%",
+ "tooltip": "score = 4.8237352253012045\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.28839 (-5.64127%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1882171,11 +1882171,11 @@
18,
7
),
- "score": 5.1121237330779055,
- "score-diff": "0.288388507776701",
- "score-diff-perc": "+5.97853%",
- "tooltip": "score = 5.1121237330779055\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.28839 (+5.97853%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 4.854714661407767,
+ "score-diff": "0.03097943610656273",
+ "score-diff-perc": "+0.64223%",
+ "tooltip": "score = 4.854714661407767\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.03098 (+0.64223%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1882198,9 +1882198,9 @@
41
),
"score": 8.25459324742268,
- "score-diff": "3.142469514344774",
- "score-diff-perc": "+61.47092%",
- "tooltip": "score = 8.25459324742268\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +3.14247 (+61.47092%)",
+ "score-diff": "3.3998785860149123",
+ "score-diff-perc": "+70.03251%",
+ "tooltip": "score = 8.25459324742268\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +3.39988 (+70.03251%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1882293,6 +1882293,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 3,
+ 12,
+ 17,
+ 1
+ ),
+ "score": 14.000450402097902,
+ "score-diff": "4.239979511853999",
+ "score-diff-perc": "+43.44032%",
+ "tooltip": "score = 14.000450402097902\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +4.23998 (+43.44032%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
+ "commit-msg": "Update to GraalVM 24.0.0 (#9647)",
+ "commit-author": "Pavel Marek",
+ "commit-url": "https://github.com/enso-org/enso/commit/0d915d0344c958fe983c6d636ade2bef792f9ff7",
+ "commit-date": new Date(
+ 2024,
+ 3,
+ 12,
+ 17,
+ 1
+ ),
+ },
+
{
"date": new Date(
2024,
@@ -1882302,9 +1882328,9 @@
1
),
"score": 11.573754427745664,
- "score-diff": "1.8132835375017606",
- "score-diff-perc": "+18.57783%",
- "tooltip": "score = 11.573754427745664\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.81328 (+18.57783%)",
+ "score-diff": "-2.4266959743522385",
+ "score-diff-perc": "-17.33299%",
+ "tooltip": "score = 11.573754427745664\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.42670 (-17.33299%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
@@ -1882345,32 +1882371,6 @@
),
},
- {
- "date": new Date(
- 2024,
- 3,
- 12,
- 17,
- 1
- ),
- "score": 14.000450402097902,
- "score-diff": "9.314070036758324",
- "score-diff-perc": "+198.74763%",
- "tooltip": "score = 14.000450402097902\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +9.31407 (+198.74763%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
- "commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
- "commit-msg": "Update to GraalVM 24.0.0 (#9647)",
- "commit-author": "Pavel Marek",
- "commit-url": "https://github.com/enso-org/enso/commit/0d915d0344c958fe983c6d636ade2bef792f9ff7",
- "commit-date": new Date(
- 2024,
- 3,
- 12,
- 17,
- 1
- ),
- },
-
{
"date": new Date(
2024,
@@ -1882380,9 +1882380,9 @@
7
),
"score": 4.527983167420815,
- "score-diff": "-9.472467234677087",
- "score-diff-perc": "-67.65830%",
- "tooltip": "score = 4.527983167420815\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -9.47247 (-67.65830%)",
+ "score-diff": "-0.15839719791876394",
+ "score-diff-perc": "-3.37995%",
+ "tooltip": "score = 4.527983167420815\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.15840 (-3.37995%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1882665,11 +1882665,11 @@
16,
5
),
- "score": 12.274484929447853,
- "score-diff": "1.0474947221649398",
- "score-diff-perc": "+9.33015%",
- "tooltip": "score = 12.274484929447853\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.04749 (+9.33015%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 4.507175861642295,
+ "score-diff": "-6.719814345640619",
+ "score-diff-perc": "-59.85410%",
+ "tooltip": "score = 4.507175861642295\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -6.71981 (-59.85410%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1882691,11 +1882691,11 @@
16,
5
),
- "score": 4.507175861642295,
- "score-diff": "-7.7673090678055585",
- "score-diff-perc": "-63.28012%",
- "tooltip": "score = 4.507175861642295\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.76731 (-63.28012%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 10.47976667539267,
+ "score-diff": "5.972590813750375",
+ "score-diff-perc": "+132.51293%",
+ "tooltip": "score = 10.47976667539267\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.97259 (+132.51293%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1882717,11 +1882717,11 @@
16,
5
),
- "score": 10.47976667539267,
- "score-diff": "5.972590813750375",
- "score-diff-perc": "+132.51293%",
- "tooltip": "score = 10.47976667539267\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.97259 (+132.51293%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 12.274484929447853,
+ "score-diff": "1.7947182540551836",
+ "score-diff-perc": "+17.12556%",
+ "tooltip": "score = 12.274484929447853\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.79472 (+17.12556%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1882744,9 +1882744,9 @@
21
),
"score": 10.373407598445596,
- "score-diff": "-0.10635907694707392",
- "score-diff-perc": "-1.01490%",
- "tooltip": "score = 10.373407598445596\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.10636 (-1.01490%)",
+ "score-diff": "-1.9010773310022575",
+ "score-diff-perc": "-15.48804%",
+ "tooltip": "score = 10.373407598445596\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.90108 (-15.48804%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1883055,11 +1883055,11 @@
8,
54
),
- "score": 30.37355918181818,
- "score-diff": "-1.9292948101173053",
- "score-diff-perc": "-5.97252%",
- "tooltip": "score = 30.37355918181818\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.92929 (-5.97252%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 16.490392617283952,
+ "score-diff": "-15.812461374651534",
+ "score-diff-perc": "-48.95066%",
+ "tooltip": "score = 16.490392617283952\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -15.81246 (-48.95066%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1883081,11 +1883081,11 @@
8,
54
),
- "score": 16.490392617283952,
- "score-diff": "-13.883166564534228",
- "score-diff-perc": "-45.70807%",
- "tooltip": "score = 16.490392617283952\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -13.88317 (-45.70807%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 30.37355918181818,
+ "score-diff": "13.883166564534228",
+ "score-diff-perc": "+84.18942%",
+ "tooltip": "score = 30.37355918181818\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +13.88317 (+84.18942%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1883108,9 +1883108,9 @@
43
),
"score": 19.350773536231884,
- "score-diff": "2.860380918947932",
- "score-diff-perc": "+17.34574%",
- "tooltip": "score = 19.350773536231884\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +2.86038 (+17.34574%)",
+ "score-diff": "-11.022785645586296",
+ "score-diff-perc": "-36.29073%",
+ "tooltip": "score = 19.350773536231884\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -11.02279 (-36.29073%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1888782,11 +1888782,11 @@
18,
7
),
- "score": 51.40510585897436,
- "score-diff": "-7.649595538084462",
- "score-diff-perc": "-12.95341%",
- "tooltip": "score = 51.40510585897436\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -7.64960 (-12.95341%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 64.57625151612903,
+ "score-diff": "5.521550119070213",
+ "score-diff-perc": "+9.34989%",
+ "tooltip": "score = 64.57625151612903\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +5.52155 (+9.34989%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1888809,9 +1888809,9 @@
7
),
"score": 49.01581525609756,
- "score-diff": "-2.389290602876798",
- "score-diff-perc": "-4.64796%",
- "tooltip": "score = 49.01581525609756\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.38929 (-4.64796%)",
+ "score-diff": "-15.560436260031473",
+ "score-diff-perc": "-24.09622%",
+ "tooltip": "score = 49.01581525609756\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -15.56044 (-24.09622%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1888834,11 +1888834,11 @@
18,
7
),
- "score": 64.57625151612903,
- "score-diff": "15.560436260031473",
- "score-diff-perc": "+31.74575%",
- "tooltip": "score = 64.57625151612903\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +15.56044 (+31.74575%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 51.40510585897436,
+ "score-diff": "2.389290602876798",
+ "score-diff-perc": "+4.87453%",
+ "tooltip": "score = 51.40510585897436\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.38929 (+4.87453%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1888861,9 +1888861,9 @@
41
),
"score": 111.11626969444444,
- "score-diff": "46.54001817831541",
- "score-diff-perc": "+72.06987%",
- "tooltip": "score = 111.11626969444444\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +46.54002 (+72.06987%)",
+ "score-diff": "59.71116383547008",
+ "score-diff-perc": "+116.15804%",
+ "tooltip": "score = 111.11626969444444\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +59.71116 (+116.15804%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1888964,11 +1888964,11 @@
17,
1
),
- "score": 111.20309729729729,
- "score-diff": "-8.11089426152624",
- "score-diff-perc": "-6.79794%",
- "tooltip": "score = 111.20309729729729\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -8.11089 (-6.79794%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 118.72583867647059,
+ "score-diff": "-0.5881528823529436",
+ "score-diff-perc": "-0.49295%",
+ "tooltip": "score = 118.72583867647059\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.58815 (-0.49295%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1888990,11 +1888990,11 @@
17,
1
),
- "score": 53.775354693333334,
- "score-diff": "-57.42774260396396",
- "score-diff-perc": "-51.64222%",
- "tooltip": "score = 53.775354693333334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -57.42774 (-51.64222%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 111.20309729729729,
+ "score-diff": "-7.522741379173297",
+ "score-diff-perc": "-6.33623%",
+ "tooltip": "score = 111.20309729729729\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.52274 (-6.33623%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1889016,11 +1889016,11 @@
17,
1
),
- "score": 118.72583867647059,
- "score-diff": "64.95048398313725",
- "score-diff-perc": "+120.78114%",
- "tooltip": "score = 118.72583867647059\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +64.95048 (+120.78114%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 53.775354693333334,
+ "score-diff": "-57.42774260396396",
+ "score-diff-perc": "-51.64222%",
+ "tooltip": "score = 53.775354693333334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -57.42774 (-51.64222%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1889043,9 +1889043,9 @@
7
),
"score": 52.894865513157896,
- "score-diff": "-65.83097316331269",
- "score-diff-perc": "-55.44789%",
- "tooltip": "score = 52.894865513157896\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -65.83097 (-55.44789%)",
+ "score-diff": "-0.880489180175438",
+ "score-diff-perc": "-1.63735%",
+ "tooltip": "score = 52.894865513157896\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.88049 (-1.63735%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1889328,11 +1889328,11 @@
16,
5
),
- "score": 107.23447005263158,
- "score-diff": "5.511366102631584",
- "score-diff-perc": "+5.41801%",
- "tooltip": "score = 107.23447005263158\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.51137 (+5.41801%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 64.7274415,
+ "score-diff": "-36.99566245",
+ "score-diff-perc": "-36.36899%",
+ "tooltip": "score = 64.7274415\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -36.99566 (-36.36899%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1889354,11 +1889354,11 @@
16,
5
),
- "score": 64.7274415,
- "score-diff": "-42.50702855263158",
- "score-diff-perc": "-39.63933%",
- "tooltip": "score = 64.7274415\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -42.50703 (-39.63933%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 99.16554907317074,
+ "score-diff": "34.43810757317074",
+ "score-diff-perc": "+53.20480%",
+ "tooltip": "score = 99.16554907317074\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +34.43811 (+53.20480%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1889380,11 +1889380,11 @@
16,
5
),
- "score": 99.16554907317074,
- "score-diff": "34.43810757317074",
- "score-diff-perc": "+53.20480%",
- "tooltip": "score = 99.16554907317074\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +34.43811 (+53.20480%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 107.23447005263158,
+ "score-diff": "8.068920979460842",
+ "score-diff-perc": "+8.13682%",
+ "tooltip": "score = 107.23447005263158\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +8.06892 (+8.13682%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1889407,9 +1889407,9 @@
21
),
"score": 109.59201427027027,
- "score-diff": "10.426465197099532",
- "score-diff-perc": "+10.51420%",
- "tooltip": "score = 109.59201427027027\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +10.42647 (+10.51420%)",
+ "score-diff": "2.35754421763869",
+ "score-diff-perc": "+2.19849%",
+ "tooltip": "score = 109.59201427027027\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.35754 (+2.19849%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1889718,11 +1889718,11 @@
8,
54
),
- "score": 144.81412346428573,
- "score-diff": "-6.581979461640202",
- "score-diff-perc": "-4.34752%",
- "tooltip": "score = 144.81412346428573\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -6.58198 (-4.34752%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 93.74915560465116,
+ "score-diff": "-57.646947321274766",
+ "score-diff-perc": "-38.07690%",
+ "tooltip": "score = 93.74915560465116\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -57.64695 (-38.07690%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1889744,11 +1889744,11 @@
8,
54
),
- "score": 93.74915560465116,
- "score-diff": "-51.064967859634564",
- "score-diff-perc": "-35.26242%",
- "tooltip": "score = 93.74915560465116\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -51.06497 (-35.26242%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 144.81412346428573,
+ "score-diff": "51.064967859634564",
+ "score-diff-perc": "+54.46979%",
+ "tooltip": "score = 144.81412346428573\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +51.06497 (+54.46979%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1889771,9 +1889771,9 @@
43
),
"score": 85.52800289583334,
- "score-diff": "-8.221152708817826",
- "score-diff-perc": "-8.76931%",
- "tooltip": "score = 85.52800289583334\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -8.22115 (-8.76931%)",
+ "score-diff": "-59.28612056845239",
+ "score-diff-perc": "-40.93946%",
+ "tooltip": "score = 85.52800289583334\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -59.28612 (-40.93946%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1895445,11 +1895445,11 @@
18,
7
),
- "score": 0.0956792527745886,
- "score-diff": "-0.01954385381227222",
- "score-diff-perc": "-16.96175%",
- "tooltip": "score = 0.0956792527745886\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01954 (-16.96175%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.1170198726889773,
+ "score-diff": "0.0017967661021164871",
+ "score-diff-perc": "+1.55938%",
+ "tooltip": "score = 0.1170198726889773\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00180 (+1.55938%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1895472,9 +1895472,9 @@
7
),
"score": 0.11193661878777703,
- "score-diff": "0.016257366013188432",
- "score-diff-perc": "+16.99153%",
- "tooltip": "score = 0.11193661878777703\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01626 (+16.99153%)",
+ "score-diff": "-0.005083253901200277",
+ "score-diff-perc": "-4.34392%",
+ "tooltip": "score = 0.11193661878777703\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00508 (-4.34392%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1895497,11 +1895497,11 @@
18,
7
),
- "score": 0.1170198726889773,
- "score-diff": "0.005083253901200277",
- "score-diff-perc": "+4.54119%",
- "tooltip": "score = 0.1170198726889773\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00508 (+4.54119%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.0956792527745886,
+ "score-diff": "-0.016257366013188432",
+ "score-diff-perc": "-14.52372%",
+ "tooltip": "score = 0.0956792527745886\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01626 (-14.52372%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1895524,9 +1895524,9 @@
41
),
"score": 0.08784150839939392,
- "score-diff": "-0.029178364289583383",
- "score-diff-perc": "-24.93454%",
- "tooltip": "score = 0.08784150839939392\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.02918 (-24.93454%)",
+ "score-diff": "-0.007837744375194675",
+ "score-diff-perc": "-8.19169%",
+ "tooltip": "score = 0.08784150839939392\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.00784 (-8.19169%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1895627,11 +1895627,11 @@
17,
1
),
- "score": 0.08519995222678964,
- "score-diff": "0.024785643143843947",
- "score-diff-perc": "+41.02611%",
- "tooltip": "score = 0.08519995222678964\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02479 (+41.02611%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.08241091297719359,
+ "score-diff": "0.0219966038942479",
+ "score-diff-perc": "+36.40959%",
+ "tooltip": "score = 0.08241091297719359\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02200 (+36.40959%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1895653,11 +1895653,11 @@
17,
1
),
- "score": 0.09225183332948964,
- "score-diff": "0.007051881102699997",
- "score-diff-perc": "+8.27686%",
- "tooltip": "score = 0.09225183332948964\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00705 (+8.27686%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.08519995222678964,
+ "score-diff": "0.0027890392495960453",
+ "score-diff-perc": "+3.38431%",
+ "tooltip": "score = 0.08519995222678964\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00279 (+3.38431%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1895679,11 +1895679,11 @@
17,
1
),
- "score": 0.08241091297719359,
- "score-diff": "-0.009840920352296043",
- "score-diff-perc": "-10.66745%",
- "tooltip": "score = 0.08241091297719359\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00984 (-10.66745%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.09225183332948964,
+ "score-diff": "0.007051881102699997",
+ "score-diff-perc": "+8.27686%",
+ "tooltip": "score = 0.09225183332948964\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00705 (+8.27686%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1895706,9 +1895706,9 @@
7
),
"score": 0.12025615915103414,
- "score-diff": "0.03784524617384055",
- "score-diff-perc": "+45.92261%",
- "tooltip": "score = 0.12025615915103414\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.03785 (+45.92261%)",
+ "score-diff": "0.02800432582154451",
+ "score-diff-perc": "+30.35639%",
+ "tooltip": "score = 0.12025615915103414\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.02800 (+30.35639%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1895991,11 +1895991,11 @@
16,
5
),
- "score": 0.06552135712764738,
- "score-diff": "-0.01846363014927893",
- "score-diff-perc": "-21.98444%",
- "tooltip": "score = 0.06552135712764738\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01846 (-21.98444%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.11634770376079812,
+ "score-diff": "0.0323627164838718",
+ "score-diff-perc": "+38.53393%",
+ "tooltip": "score = 0.11634770376079812\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.03236 (+38.53393%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1896017,11 +1896017,11 @@
16,
5
),
- "score": 0.11634770376079812,
- "score-diff": "0.050826346633150735",
- "score-diff-perc": "+77.57218%",
- "tooltip": "score = 0.11634770376079812\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.05083 (+77.57218%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.09425177012794232,
+ "score-diff": "-0.022095933632855794",
+ "score-diff-perc": "-18.99129%",
+ "tooltip": "score = 0.09425177012794232\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02210 (-18.99129%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1896043,11 +1896043,11 @@
16,
5
),
- "score": 0.09425177012794232,
- "score-diff": "-0.022095933632855794",
- "score-diff-perc": "-18.99129%",
- "tooltip": "score = 0.09425177012794232\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02210 (-18.99129%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.06552135712764738,
+ "score-diff": "-0.02873041300029494",
+ "score-diff-perc": "-30.48262%",
+ "tooltip": "score = 0.06552135712764738\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02873 (-30.48262%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1896070,9 +1896070,9 @@
21
),
"score": 0.08729406898131983,
- "score-diff": "-0.006957701146622489",
- "score-diff-perc": "-7.38204%",
- "tooltip": "score = 0.08729406898131983\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00696 (-7.38204%)",
+ "score-diff": "0.021772711853672452",
+ "score-diff-perc": "+33.22995%",
+ "tooltip": "score = 0.08729406898131983\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.02177 (+33.22995%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1896381,11 +1896381,11 @@
8,
54
),
- "score": 0.10281319073198314,
- "score-diff": "-0.0005480020278938597",
- "score-diff-perc": "-0.53018%",
- "tooltip": "score = 0.10281319073198314\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00055 (-0.53018%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.0955145566485996,
+ "score-diff": "-0.007846636111277394",
+ "score-diff-perc": "-7.59147%",
+ "tooltip": "score = 0.0955145566485996\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00785 (-7.59147%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1896407,11 +1896407,11 @@
8,
54
),
- "score": 0.0955145566485996,
- "score-diff": "-0.0072986340833835345",
- "score-diff-perc": "-7.09893%",
- "tooltip": "score = 0.0955145566485996\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00730 (-7.09893%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.10281319073198314,
+ "score-diff": "0.0072986340833835345",
+ "score-diff-perc": "+7.64138%",
+ "tooltip": "score = 0.10281319073198314\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00730 (+7.64138%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1896434,9 +1896434,9 @@
43
),
"score": 0.134156204440271,
- "score-diff": "0.03864164779167138",
- "score-diff-perc": "+40.45629%",
- "tooltip": "score = 0.134156204440271\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.03864 (+40.45629%)",
+ "score-diff": "0.03134301370828785",
+ "score-diff-perc": "+30.48540%",
+ "tooltip": "score = 0.134156204440271\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.03134 (+30.48540%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1902108,11 +1902108,11 @@
18,
7
),
- "score": 25.179700163522014,
- "score-diff": "-0.004611490566034604",
- "score-diff-perc": "-0.01831%",
- "tooltip": "score = 25.179700163522014\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00461 (-0.01831%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 24.82487351851852,
+ "score-diff": "-0.35943813556952975",
+ "score-diff-perc": "-1.42723%",
+ "tooltip": "score = 24.82487351851852\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.35944 (-1.42723%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1902135,9 +1902135,9 @@
7
),
"score": 21.913320043715846,
- "score-diff": "-3.2663801198061684",
- "score-diff-perc": "-12.97228%",
- "tooltip": "score = 21.913320043715846\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.26638 (-12.97228%)",
+ "score-diff": "-2.9115534748026732",
+ "score-diff-perc": "-11.72837%",
+ "tooltip": "score = 21.913320043715846\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.91155 (-11.72837%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1902160,11 +1902160,11 @@
18,
7
),
- "score": 24.82487351851852,
- "score-diff": "2.9115534748026732",
- "score-diff-perc": "+13.28668%",
- "tooltip": "score = 24.82487351851852\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.91155 (+13.28668%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 25.179700163522014,
+ "score-diff": "3.2663801198061684",
+ "score-diff-perc": "+14.90591%",
+ "tooltip": "score = 25.179700163522014\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.26638 (+14.90591%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1902187,9 +1902187,9 @@
41
),
"score": 38.74979936538462,
- "score-diff": "13.924925846866099",
- "score-diff-perc": "+56.09264%",
- "tooltip": "score = 38.74979936538462\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +13.92493 (+56.09264%)",
+ "score-diff": "13.570099201862604",
+ "score-diff-perc": "+53.89301%",
+ "tooltip": "score = 38.74979936538462\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +13.57010 (+53.89301%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1902290,11 +1902290,11 @@
17,
1
),
- "score": 41.858138395833336,
- "score-diff": "0.8152325284863977",
- "score-diff-perc": "+1.98629%",
- "tooltip": "score = 41.858138395833336\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.81523 (+1.98629%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 40.709994696969694,
+ "score-diff": "-0.33291117037724405",
+ "score-diff-perc": "-0.81113%",
+ "tooltip": "score = 40.709994696969694\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.33291 (-0.81113%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1902316,11 +1902316,11 @@
17,
1
),
- "score": 24.240031963855422,
- "score-diff": "-17.618106431977914",
- "score-diff-perc": "-42.09004%",
- "tooltip": "score = 24.240031963855422\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -17.61811 (-42.09004%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 41.858138395833336,
+ "score-diff": "1.1481436988636418",
+ "score-diff-perc": "+2.82030%",
+ "tooltip": "score = 41.858138395833336\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.14814 (+2.82030%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1902342,11 +1902342,11 @@
17,
1
),
- "score": 40.709994696969694,
- "score-diff": "16.469962733114272",
- "score-diff-perc": "+67.94530%",
- "tooltip": "score = 40.709994696969694\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +16.46996 (+67.94530%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 24.240031963855422,
+ "score-diff": "-17.618106431977914",
+ "score-diff-perc": "-42.09004%",
+ "tooltip": "score = 24.240031963855422\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -17.61811 (-42.09004%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1902369,9 +1902369,9 @@
7
),
"score": 26.17415059477124,
- "score-diff": "-14.535844102198453",
- "score-diff-perc": "-35.70584%",
- "tooltip": "score = 26.17415059477124\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -14.53584 (-35.70584%)",
+ "score-diff": "1.934118630915819",
+ "score-diff-perc": "+7.97903%",
+ "tooltip": "score = 26.17415059477124\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.93412 (+7.97903%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1902654,11 +1902654,11 @@
16,
5
),
- "score": 39.39636593137255,
- "score-diff": "-7.7599593862745095",
- "score-diff-perc": "-16.45582%",
- "tooltip": "score = 39.39636593137255\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.75996 (-16.45582%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 24.891436254658384,
+ "score-diff": "-22.264889062988676",
+ "score-diff-perc": "-47.21506%",
+ "tooltip": "score = 24.891436254658384\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -22.26489 (-47.21506%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1902680,11 +1902680,11 @@
16,
5
),
- "score": 24.891436254658384,
- "score-diff": "-14.504929676714166",
- "score-diff-perc": "-36.81794%",
- "tooltip": "score = 24.891436254658384\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -14.50493 (-36.81794%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 41.24349339175258,
+ "score-diff": "16.352057137094196",
+ "score-diff-perc": "+65.69351%",
+ "tooltip": "score = 41.24349339175258\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +16.35206 (+65.69351%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1902706,11 +1902706,11 @@
16,
5
),
- "score": 41.24349339175258,
- "score-diff": "16.352057137094196",
- "score-diff-perc": "+65.69351%",
- "tooltip": "score = 41.24349339175258\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +16.35206 (+65.69351%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 39.39636593137255,
+ "score-diff": "-1.8471274603800296",
+ "score-diff-perc": "-4.47859%",
+ "tooltip": "score = 39.39636593137255\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.84713 (-4.47859%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1902733,9 +1902733,9 @@
21
),
"score": 41.049597591836736,
- "score-diff": "-0.19389579991584327",
- "score-diff-perc": "-0.47012%",
- "tooltip": "score = 41.049597591836736\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.19390 (-0.47012%)",
+ "score-diff": "1.6532316604641863",
+ "score-diff-perc": "+4.19641%",
+ "tooltip": "score = 41.049597591836736\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.65323 (+4.19641%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1903044,11 +1903044,11 @@
8,
54
),
- "score": 71.51320982142857,
- "score-diff": "2.3613041317734087",
- "score-diff-perc": "+3.41466%",
- "tooltip": "score = 71.51320982142857\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.36130 (+3.41466%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 41.90896461458333,
+ "score-diff": "-27.242941075071833",
+ "score-diff-perc": "-39.39579%",
+ "tooltip": "score = 41.90896461458333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -27.24294 (-39.39579%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1903070,11 +1903070,11 @@
8,
54
),
- "score": 41.90896461458333,
- "score-diff": "-29.604245206845242",
- "score-diff-perc": "-41.39689%",
- "tooltip": "score = 41.90896461458333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -29.60425 (-41.39689%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 71.51320982142857,
+ "score-diff": "29.604245206845242",
+ "score-diff-perc": "+70.63941%",
+ "tooltip": "score = 71.51320982142857\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +29.60425 (+70.63941%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1903097,9 +1903097,9 @@
43
),
"score": 40.54937062626263,
- "score-diff": "-1.3595939883207038",
- "score-diff-perc": "-3.24416%",
- "tooltip": "score = 40.54937062626263\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.35959 (-3.24416%)",
+ "score-diff": "-30.963839195165946",
+ "score-diff-perc": "-43.29807%",
+ "tooltip": "score = 40.54937062626263\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -30.96384 (-43.29807%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1908771,11 +1908771,11 @@
18,
7
),
- "score": 110.46227621621621,
- "score-diff": "-1.270554144894902",
- "score-diff-perc": "-1.13714%",
- "tooltip": "score = 110.46227621621621\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.27055 (-1.13714%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 98.9597055609756,
+ "score-diff": "-12.773124800135506",
+ "score-diff-perc": "-11.43185%",
+ "tooltip": "score = 98.9597055609756\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.77312 (-11.43185%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1908798,9 +1908798,9 @@
7
),
"score": 114.99282842857143,
- "score-diff": "4.530552212355218",
- "score-diff-perc": "+4.10145%",
- "tooltip": "score = 114.99282842857143\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +4.53055 (+4.10145%)",
+ "score-diff": "16.03312286759582",
+ "score-diff-perc": "+16.20167%",
+ "tooltip": "score = 114.99282842857143\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +16.03312 (+16.20167%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1908823,11 +1908823,11 @@
18,
7
),
- "score": 98.9597055609756,
- "score-diff": "-16.03312286759582",
- "score-diff-perc": "-13.94272%",
- "tooltip": "score = 98.9597055609756\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -16.03312 (-13.94272%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 110.46227621621621,
+ "score-diff": "-4.530552212355218",
+ "score-diff-perc": "-3.93986%",
+ "tooltip": "score = 110.46227621621621\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.53055 (-3.93986%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1908850,9 +1908850,9 @@
41
),
"score": 273.21509333333336,
- "score-diff": "174.25538777235775",
- "score-diff-perc": "+176.08721%",
- "tooltip": "score = 273.21509333333336\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +174.25539 (+176.08721%)",
+ "score-diff": "162.75281711711716",
+ "score-diff-perc": "+147.33792%",
+ "tooltip": "score = 273.21509333333336\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +162.75282 (+147.33792%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1908953,11 +1908953,11 @@
17,
1
),
- "score": 223.979481,
- "score-diff": "-4.588743722222233",
- "score-diff-perc": "-2.00760%",
- "tooltip": "score = 223.979481\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.58874 (-2.00760%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 240.09130523529413,
+ "score-diff": "11.523080513071903",
+ "score-diff-perc": "+5.04142%",
+ "tooltip": "score = 240.09130523529413\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +11.52308 (+5.04142%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1908979,11 +1908979,11 @@
17,
1
),
- "score": 223.58324127777777,
- "score-diff": "-0.39623972222221937",
- "score-diff-perc": "-0.17691%",
- "tooltip": "score = 223.58324127777777\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.39624 (-0.17691%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 223.979481,
+ "score-diff": "-16.111824235294137",
+ "score-diff-perc": "-6.71071%",
+ "tooltip": "score = 223.979481\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -16.11182 (-6.71071%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1909005,11 +1909005,11 @@
17,
1
),
- "score": 240.09130523529413,
- "score-diff": "16.508063957516356",
- "score-diff-perc": "+7.38341%",
- "tooltip": "score = 240.09130523529413\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +16.50806 (+7.38341%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 223.58324127777777,
+ "score-diff": "-0.39623972222221937",
+ "score-diff-perc": "-0.17691%",
+ "tooltip": "score = 223.58324127777777\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.39624 (-0.17691%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1909032,9 +1909032,9 @@
7
),
"score": 96.97753766666666,
- "score-diff": "-143.11376756862745",
- "score-diff-perc": "-59.60806%",
- "tooltip": "score = 96.97753766666666\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -143.11377 (-59.60806%)",
+ "score-diff": "-126.60570361111111",
+ "score-diff-perc": "-56.62576%",
+ "tooltip": "score = 96.97753766666666\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -126.60570 (-56.62576%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1909317,11 +1909317,11 @@
16,
5
),
- "score": 178.42622560869566,
- "score-diff": "-99.50559032463767",
- "score-diff-perc": "-35.80216%",
- "tooltip": "score = 178.42622560869566\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -99.50559 (-35.80216%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 100.22255685,
+ "score-diff": "-177.70925908333334",
+ "score-diff-perc": "-63.93988%",
+ "tooltip": "score = 100.22255685\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -177.70926 (-63.93988%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1909343,11 +1909343,11 @@
16,
5
),
- "score": 100.22255685,
- "score-diff": "-78.20366875869566",
- "score-diff-perc": "-43.82969%",
- "tooltip": "score = 100.22255685\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -78.20367 (-43.82969%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 178.4236401304348,
+ "score-diff": "78.20108328043479",
+ "score-diff-perc": "+78.02743%",
+ "tooltip": "score = 178.4236401304348\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +78.20108 (+78.02743%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1909369,11 +1909369,11 @@
16,
5
),
- "score": 178.4236401304348,
- "score-diff": "78.20108328043479",
- "score-diff-perc": "+78.02743%",
- "tooltip": "score = 178.4236401304348\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +78.20108 (+78.02743%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 178.42622560869566,
+ "score-diff": "0.0025854782608689675",
+ "score-diff-perc": "+0.00145%",
+ "tooltip": "score = 178.42622560869566\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00259 (+0.00145%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1909396,9 +1909396,9 @@
21
),
"score": 201.3572577,
- "score-diff": "22.9336175695652",
- "score-diff-perc": "+12.85346%",
- "tooltip": "score = 201.3572577\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +22.93362 (+12.85346%)",
+ "score-diff": "22.93103209130433",
+ "score-diff-perc": "+12.85183%",
+ "tooltip": "score = 201.3572577\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +22.93103 (+12.85183%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1909707,11 +1909707,11 @@
8,
54
),
- "score": 296.9012247142857,
- "score-diff": "16.170246380952392",
- "score-diff-perc": "+5.76005%",
- "tooltip": "score = 296.9012247142857\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +16.17025 (+5.76005%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 148.89277666666666,
+ "score-diff": "-131.83820166666666",
+ "score-diff-perc": "-46.96247%",
+ "tooltip": "score = 148.89277666666666\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -131.83820 (-46.96247%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1909733,11 +1909733,11 @@
8,
54
),
- "score": 148.89277666666666,
- "score-diff": "-148.00844804761905",
- "score-diff-perc": "-49.85107%",
- "tooltip": "score = 148.89277666666666\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -148.00845 (-49.85107%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 296.9012247142857,
+ "score-diff": "148.00844804761905",
+ "score-diff-perc": "+99.40606%",
+ "tooltip": "score = 296.9012247142857\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +148.00845 (+99.40606%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1909760,9 +1909760,9 @@
43
),
"score": 167.66627241666666,
- "score-diff": "18.773495749999995",
- "score-diff-perc": "+12.60874%",
- "tooltip": "score = 167.66627241666666\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +18.77350 (+12.60874%)",
+ "score-diff": "-129.23495229761906",
+ "score-diff-perc": "-43.52793%",
+ "tooltip": "score = 167.66627241666666\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -129.23495 (-43.52793%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1915434,11 +1915434,11 @@
18,
7
),
- "score": 5.63207553164557,
- "score-diff": "-0.5235089991236608",
- "score-diff-perc": "-8.50462%",
- "tooltip": "score = 5.63207553164557\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.52351 (-8.50462%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 5.653263322033898,
+ "score-diff": "-0.5023212087353324",
+ "score-diff-perc": "-8.16041%",
+ "tooltip": "score = 5.653263322033898\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.50232 (-8.16041%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1915461,9 +1915461,9 @@
7
),
"score": 5.799163645441389,
- "score-diff": "0.16708811379581956",
- "score-diff-perc": "+2.96672%",
- "tooltip": "score = 5.799163645441389\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.16709 (+2.96672%)",
+ "score-diff": "0.14590032340749115",
+ "score-diff-perc": "+2.58082%",
+ "tooltip": "score = 5.799163645441389\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.14590 (+2.58082%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1915486,11 +1915486,11 @@
18,
7
),
- "score": 5.653263322033898,
- "score-diff": "-0.14590032340749115",
- "score-diff-perc": "-2.51589%",
- "tooltip": "score = 5.653263322033898\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.14590 (-2.51589%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 5.63207553164557,
+ "score-diff": "-0.16708811379581956",
+ "score-diff-perc": "-2.88125%",
+ "tooltip": "score = 5.63207553164557\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.16709 (-2.88125%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1915513,9 +1915513,9 @@
41
),
"score": 13.913772799307958,
- "score-diff": "8.26050947727406",
- "score-diff-perc": "+146.11931%",
- "tooltip": "score = 13.913772799307958\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +8.26051 (+146.11931%)",
+ "score-diff": "8.281697267662388",
+ "score-diff-perc": "+147.04521%",
+ "tooltip": "score = 13.913772799307958\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +8.28170 (+147.04521%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1915616,11 +1915616,11 @@
17,
1
),
- "score": 13.355367156666667,
- "score-diff": "0.18530358429824467",
- "score-diff-perc": "+1.40701%",
- "tooltip": "score = 13.355367156666667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.18530 (+1.40701%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 13.40385362541806,
+ "score-diff": "0.2337900530496384",
+ "score-diff-perc": "+1.77516%",
+ "tooltip": "score = 13.40385362541806\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.23379 (+1.77516%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1915642,11 +1915642,11 @@
17,
1
),
- "score": 6.017987491729324,
- "score-diff": "-7.337379664937343",
- "score-diff-perc": "-54.93956%",
- "tooltip": "score = 6.017987491729324\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.33738 (-54.93956%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 13.355367156666667,
+ "score-diff": "-0.04848646875139373",
+ "score-diff-perc": "-0.36174%",
+ "tooltip": "score = 13.355367156666667\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.04849 (-0.36174%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1915668,11 +1915668,11 @@
17,
1
),
- "score": 13.40385362541806,
- "score-diff": "7.385866133688737",
- "score-diff-perc": "+122.72984%",
- "tooltip": "score = 13.40385362541806\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +7.38587 (+122.72984%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 6.017987491729324,
+ "score-diff": "-7.337379664937343",
+ "score-diff-perc": "-54.93956%",
+ "tooltip": "score = 6.017987491729324\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.33738 (-54.93956%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1915695,9 +1915695,9 @@
7
),
"score": 6.164811149460709,
- "score-diff": "-7.239042475957351",
- "score-diff-perc": "-54.00717%",
- "tooltip": "score = 6.164811149460709\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -7.23904 (-54.00717%)",
+ "score-diff": "0.14682365773138528",
+ "score-diff-perc": "+2.43975%",
+ "tooltip": "score = 6.164811149460709\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.14682 (+2.43975%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1915980,11 +1915980,11 @@
16,
5
),
- "score": 15.189074901515152,
- "score-diff": "4.332617443520572",
- "score-diff-perc": "+39.90821%",
- "tooltip": "score = 15.189074901515152\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.33262 (+39.90821%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 6.3865711834130785,
+ "score-diff": "-4.469886274581501",
+ "score-diff-perc": "-41.17260%",
+ "tooltip": "score = 6.3865711834130785\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.46989 (-41.17260%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1916006,11 +1916006,11 @@
16,
5
),
- "score": 6.3865711834130785,
- "score-diff": "-8.802503718102074",
- "score-diff-perc": "-57.95286%",
- "tooltip": "score = 6.3865711834130785\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -8.80250 (-57.95286%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 12.598855650943396,
+ "score-diff": "6.212284467530317",
+ "score-diff-perc": "+97.27104%",
+ "tooltip": "score = 12.598855650943396\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +6.21228 (+97.27104%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1916032,11 +1916032,11 @@
16,
5
),
- "score": 12.598855650943396,
- "score-diff": "6.212284467530317",
- "score-diff-perc": "+97.27104%",
- "tooltip": "score = 12.598855650943396\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +6.21228 (+97.27104%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 15.189074901515152,
+ "score-diff": "2.5902192505717565",
+ "score-diff-perc": "+20.55916%",
+ "tooltip": "score = 15.189074901515152\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.59022 (+20.55916%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1916059,9 +1916059,9 @@
21
),
"score": 10.784589035040431,
- "score-diff": "-1.8142666159029641",
- "score-diff-perc": "-14.40025%",
- "tooltip": "score = 10.784589035040431\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.81427 (-14.40025%)",
+ "score-diff": "-4.404485866474721",
+ "score-diff-perc": "-28.99772%",
+ "tooltip": "score = 10.784589035040431\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -4.40449 (-28.99772%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1916370,11 +1916370,11 @@
8,
54
),
- "score": 34.0304248220339,
- "score-diff": "-1.7753509815375281",
- "score-diff-perc": "-4.95828%",
- "tooltip": "score = 34.0304248220339\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.77535 (-4.95828%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 18.295187292237443,
+ "score-diff": "-17.510588511333985",
+ "score-diff-perc": "-48.90437%",
+ "tooltip": "score = 18.295187292237443\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -17.51059 (-48.90437%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1916396,11 +1916396,11 @@
8,
54
),
- "score": 18.295187292237443,
- "score-diff": "-15.735237529796457",
- "score-diff-perc": "-46.23873%",
- "tooltip": "score = 18.295187292237443\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -15.73524 (-46.23873%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 34.0304248220339,
+ "score-diff": "15.735237529796457",
+ "score-diff-perc": "+86.00752%",
+ "tooltip": "score = 34.0304248220339\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +15.73524 (+86.00752%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1916423,9 +1916423,9 @@
43
),
"score": 17.122750128205126,
- "score-diff": "-1.172437164032317",
- "score-diff-perc": "-6.40845%",
- "tooltip": "score = 17.122750128205126\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.17244 (-6.40845%)",
+ "score-diff": "-16.907674693828774",
+ "score-diff-perc": "-49.68400%",
+ "tooltip": "score = 17.122750128205126\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -16.90767 (-49.68400%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1922097,11 +1922097,11 @@
18,
7
),
- "score": 48.10677196428571,
- "score-diff": "-2.235961998214286",
- "score-diff-perc": "-4.44148%",
- "tooltip": "score = 48.10677196428571\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.23596 (-4.44148%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 58.101716869565216,
+ "score-diff": "7.758982907065217",
+ "score-diff-perc": "+15.41232%",
+ "tooltip": "score = 58.101716869565216\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +7.75898 (+15.41232%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1922124,9 +1922124,9 @@
7
),
"score": 44.53577023333333,
- "score-diff": "-3.571001730952382",
- "score-diff-perc": "-7.42307%",
- "tooltip": "score = 44.53577023333333\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.57100 (-7.42307%)",
+ "score-diff": "-13.565946636231885",
+ "score-diff-perc": "-23.34862%",
+ "tooltip": "score = 44.53577023333333\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -13.56595 (-23.34862%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1922149,11 +1922149,11 @@
18,
7
),
- "score": 58.101716869565216,
- "score-diff": "13.565946636231885",
- "score-diff-perc": "+30.46079%",
- "tooltip": "score = 58.101716869565216\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +13.56595 (+30.46079%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 48.10677196428571,
+ "score-diff": "3.571001730952382",
+ "score-diff-perc": "+8.01828%",
+ "tooltip": "score = 48.10677196428571\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.57100 (+8.01828%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1922176,9 +1922176,9 @@
41
),
"score": 98.67880892682926,
- "score-diff": "40.577092057264046",
- "score-diff-perc": "+69.83803%",
- "tooltip": "score = 98.67880892682926\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +40.57709 (+69.83803%)",
+ "score-diff": "50.57203696254355",
+ "score-diff-perc": "+105.12457%",
+ "tooltip": "score = 98.67880892682926\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +50.57204 (+105.12457%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1922279,11 +1922279,11 @@
17,
1
),
- "score": 101.2046847,
- "score-diff": "-4.402570089473684",
- "score-diff-perc": "-4.16881%",
- "tooltip": "score = 101.2046847\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.40257 (-4.16881%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 98.29762921951219,
+ "score-diff": "-7.309625569961497",
+ "score-diff-perc": "-6.92152%",
+ "tooltip": "score = 98.29762921951219\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.30963 (-6.92152%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1922305,11 +1922305,11 @@
17,
1
),
- "score": 49.13735524390244,
- "score-diff": "-52.06732945609756",
- "score-diff-perc": "-51.44755%",
- "tooltip": "score = 49.13735524390244\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -52.06733 (-51.44755%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 101.2046847,
+ "score-diff": "2.907055480487813",
+ "score-diff-perc": "+2.95740%",
+ "tooltip": "score = 101.2046847\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.90706 (+2.95740%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1922331,11 +1922331,11 @@
17,
1
),
- "score": 98.29762921951219,
- "score-diff": "49.16027397560975",
- "score-diff-perc": "+100.04664%",
- "tooltip": "score = 98.29762921951219\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +49.16027 (+100.04664%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 49.13735524390244,
+ "score-diff": "-52.06732945609756",
+ "score-diff-perc": "-51.44755%",
+ "tooltip": "score = 49.13735524390244\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -52.06733 (-51.44755%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1922358,9 +1922358,9 @@
7
),
"score": 52.380514948051946,
- "score-diff": "-45.91711427146024",
- "score-diff-perc": "-46.71233%",
- "tooltip": "score = 52.380514948051946\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -45.91711 (-46.71233%)",
+ "score-diff": "3.2431597041495053",
+ "score-diff-perc": "+6.60019%",
+ "tooltip": "score = 52.380514948051946\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +3.24316 (+6.60019%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1922643,11 +1922643,11 @@
16,
5
),
- "score": 97.90979790243902,
- "score-diff": "1.8383625214866441",
- "score-diff-perc": "+1.91354%",
- "tooltip": "score = 97.90979790243902\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.83836 (+1.91354%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 64.9950130483871,
+ "score-diff": "-31.076422332565286",
+ "score-diff-perc": "-32.34720%",
+ "tooltip": "score = 64.9950130483871\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -31.07642 (-32.34720%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1922669,11 +1922669,11 @@
16,
5
),
- "score": 64.9950130483871,
- "score-diff": "-32.91478485405193",
- "score-diff-perc": "-33.61746%",
- "tooltip": "score = 64.9950130483871\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -32.91478 (-33.61746%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 82.81454175510204,
+ "score-diff": "17.819528706714948",
+ "score-diff-perc": "+27.41676%",
+ "tooltip": "score = 82.81454175510204\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +17.81953 (+27.41676%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1922695,11 +1922695,11 @@
16,
5
),
- "score": 82.81454175510204,
- "score-diff": "17.819528706714948",
- "score-diff-perc": "+27.41676%",
- "tooltip": "score = 82.81454175510204\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +17.81953 (+27.41676%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 97.90979790243902,
+ "score-diff": "15.095256147336983",
+ "score-diff-perc": "+18.22778%",
+ "tooltip": "score = 97.90979790243902\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +15.09526 (+18.22778%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1922722,9 +1922722,9 @@
21
),
"score": 86.62881189361703,
- "score-diff": "3.814270138514985",
- "score-diff-perc": "+4.60580%",
- "tooltip": "score = 86.62881189361703\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +3.81427 (+4.60580%)",
+ "score-diff": "-11.280986008821998",
+ "score-diff-perc": "-11.52182%",
+ "tooltip": "score = 86.62881189361703\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -11.28099 (-11.52182%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1923033,11 +1923033,11 @@
8,
54
),
- "score": 151.33144633333333,
- "score-diff": "17.03746910000001",
- "score-diff-perc": "+12.68670%",
- "tooltip": "score = 151.33144633333333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +17.03747 (+12.68670%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 82.51236291836734,
+ "score-diff": "-51.78161431496598",
+ "score-diff-perc": "-38.55840%",
+ "tooltip": "score = 82.51236291836734\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -51.78161 (-38.55840%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1923059,11 +1923059,11 @@
8,
54
),
- "score": 82.51236291836734,
- "score-diff": "-68.81908341496599",
- "score-diff-perc": "-45.47573%",
- "tooltip": "score = 82.51236291836734\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -68.81908 (-45.47573%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 151.33144633333333,
+ "score-diff": "68.81908341496599",
+ "score-diff-perc": "+83.40457%",
+ "tooltip": "score = 151.33144633333333\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +68.81908 (+83.40457%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1923086,9 +1923086,9 @@
43
),
"score": 84.30828283333334,
- "score-diff": "1.7959199149659923",
- "score-diff-perc": "+2.17655%",
- "tooltip": "score = 84.30828283333334\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.79592 (+2.17655%)",
+ "score-diff": "-67.0231635",
+ "score-diff-perc": "-44.28899%",
+ "tooltip": "score = 84.30828283333334\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -67.02316 (-44.28899%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1928760,11 +1928760,11 @@
18,
7
),
- "score": 105.69622340394736,
- "score-diff": "21.065054326556066",
- "score-diff-perc": "+24.89042%",
- "tooltip": "score = 105.69622340394736\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +21.06505 (+24.89042%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 96.85895501136363,
+ "score-diff": "12.227785933972342",
+ "score-diff-perc": "+14.44832%",
+ "tooltip": "score = 96.85895501136363\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +12.22779 (+14.44832%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1928787,9 +1928787,9 @@
7
),
"score": 103.83959613909775,
- "score-diff": "-1.8566272648496067",
- "score-diff-perc": "-1.75657%",
- "tooltip": "score = 103.83959613909775\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.85663 (-1.75657%)",
+ "score-diff": "6.980641127734117",
+ "score-diff-perc": "+7.20702%",
+ "tooltip": "score = 103.83959613909775\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +6.98064 (+7.20702%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1928812,11 +1928812,11 @@
18,
7
),
- "score": 96.85895501136363,
- "score-diff": "-6.980641127734117",
- "score-diff-perc": "-6.72252%",
- "tooltip": "score = 96.85895501136363\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -6.98064 (-6.72252%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 105.69622340394736,
+ "score-diff": "1.8566272648496067",
+ "score-diff-perc": "+1.78798%",
+ "tooltip": "score = 105.69622340394736\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.85663 (+1.78798%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1928839,9 +1928839,9 @@
41
),
"score": 92.50781044028341,
- "score-diff": "-4.351144571080226",
- "score-diff-perc": "-4.49225%",
- "tooltip": "score = 92.50781044028341\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -4.35114 (-4.49225%)",
+ "score-diff": "-13.18841296366395",
+ "score-diff-perc": "-12.47766%",
+ "tooltip": "score = 92.50781044028341\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -13.18841 (-12.47766%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1928942,11 +1928942,11 @@
17,
1
),
- "score": 92.83238115674604,
- "score-diff": "27.02908806195437",
- "score-diff-perc": "+41.07559%",
- "tooltip": "score = 92.83238115674604\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +27.02909 (+41.07559%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 98.14847580333333,
+ "score-diff": "32.34518270854166",
+ "score-diff-perc": "+49.15435%",
+ "tooltip": "score = 98.14847580333333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +32.34518 (+49.15435%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1928968,11 +1928968,11 @@
17,
1
),
- "score": 98.22504226190478,
- "score-diff": "5.392661105158737",
- "score-diff-perc": "+5.80903%",
- "tooltip": "score = 98.22504226190478\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.39266 (+5.80903%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 92.83238115674604,
+ "score-diff": "-5.316094646587288",
+ "score-diff-perc": "-5.41638%",
+ "tooltip": "score = 92.83238115674604\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -5.31609 (-5.41638%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1928994,11 +1928994,11 @@
17,
1
),
- "score": 98.14847580333333,
- "score-diff": "-0.07656645857144895",
- "score-diff-perc": "-0.07795%",
- "tooltip": "score = 98.14847580333333\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.07657 (-0.07795%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 98.22504226190478,
+ "score-diff": "5.392661105158737",
+ "score-diff-perc": "+5.80903%",
+ "tooltip": "score = 98.22504226190478\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.39266 (+5.80903%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1929021,9 +1929021,9 @@
7
),
"score": 92.26365640890269,
- "score-diff": "-5.884819394430636",
- "score-diff-perc": "-5.99583%",
- "tooltip": "score = 92.26365640890269\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -5.88482 (-5.99583%)",
+ "score-diff": "-5.961385853002085",
+ "score-diff-perc": "-6.06911%",
+ "tooltip": "score = 92.26365640890269\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -5.96139 (-6.06911%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1929280,11 +1929280,11 @@
16,
5
),
- "score": 115.10000995510836,
- "score-diff": "6.7007516203744615",
- "score-diff-perc": "+6.18155%",
- "tooltip": "score = 115.10000995510836\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +6.70075 (+6.18155%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 93.58533093379447,
+ "score-diff": "-14.813927400939434",
+ "score-diff-perc": "-13.66608%",
+ "tooltip": "score = 93.58533093379447\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -14.81393 (-13.66608%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1929306,11 +1929306,11 @@
16,
5
),
- "score": 93.58533093379447,
- "score-diff": "-21.514679021313896",
- "score-diff-perc": "-18.69216%",
- "tooltip": "score = 93.58533093379447\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -21.51468 (-18.69216%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 111.31355239181286,
+ "score-diff": "17.728221458018396",
+ "score-diff-perc": "+18.94338%",
+ "tooltip": "score = 111.31355239181286\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +17.72822 (+18.94338%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1929332,11 +1929332,11 @@
16,
5
),
- "score": 111.31355239181286,
- "score-diff": "17.728221458018396",
- "score-diff-perc": "+18.94338%",
- "tooltip": "score = 111.31355239181286\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +17.72822 (+18.94338%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 115.10000995510836,
+ "score-diff": "3.7864575632954995",
+ "score-diff-perc": "+3.40161%",
+ "tooltip": "score = 115.10000995510836\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.78646 (+3.40161%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1929359,9 +1929359,9 @@
21
),
"score": 132.0589614826923,
- "score-diff": "20.745409090879434",
- "score-diff-perc": "+18.63691%",
- "tooltip": "score = 132.0589614826923\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +20.74541 (+18.63691%)",
+ "score-diff": "16.958951527583935",
+ "score-diff-perc": "+14.73410%",
+ "tooltip": "score = 132.0589614826923\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +16.95895 (+14.73410%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1929670,11 +1929670,11 @@
8,
54
),
- "score": 145.34980875240385,
- "score-diff": "-2.0132125240384653",
- "score-diff-perc": "-1.36616%",
- "tooltip": "score = 145.34980875240385\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.01321 (-1.36616%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 121.57941464236112,
+ "score-diff": "-25.783606634081195",
+ "score-diff-perc": "-17.49666%",
+ "tooltip": "score = 121.57941464236112\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -25.78361 (-17.49666%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1929696,11 +1929696,11 @@
8,
54
),
- "score": 121.57941464236112,
- "score-diff": "-23.77039411004273",
- "score-diff-perc": "-16.35392%",
- "tooltip": "score = 121.57941464236112\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -23.77039 (-16.35392%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 145.34980875240385,
+ "score-diff": "23.77039411004273",
+ "score-diff-perc": "+19.55133%",
+ "tooltip": "score = 145.34980875240385\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +23.77039 (+19.55133%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1929723,9 +1929723,9 @@
43
),
"score": 113.44914633333333,
- "score-diff": "-8.130268309027784",
- "score-diff-perc": "-6.68721%",
- "tooltip": "score = 113.44914633333333\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -8.13027 (-6.68721%)",
+ "score-diff": "-31.900662419070514",
+ "score-diff-perc": "-21.94751%",
+ "tooltip": "score = 113.44914633333333\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -31.90066 (-21.94751%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1935397,11 +1935397,11 @@
18,
7
),
- "score": 68.31272835,
- "score-diff": "2.9747607048387152",
- "score-diff-perc": "+4.55288%",
- "tooltip": "score = 68.31272835\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.97476 (+4.55288%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 69.0233746224138,
+ "score-diff": "3.685406977252512",
+ "score-diff-perc": "+5.64053%",
+ "tooltip": "score = 69.0233746224138\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.68541 (+5.64053%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1935424,9 +1935424,9 @@
7
),
"score": 72.45295258333334,
- "score-diff": "4.140224233333342",
- "score-diff-perc": "+6.06069%",
- "tooltip": "score = 72.45295258333334\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +4.14022 (+6.06069%)",
+ "score-diff": "3.429577960919545",
+ "score-diff-perc": "+4.96872%",
+ "tooltip": "score = 72.45295258333334\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.42958 (+4.96872%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1935449,11 +1935449,11 @@
18,
7
),
- "score": 69.0233746224138,
- "score-diff": "-3.429577960919545",
- "score-diff-perc": "-4.73352%",
- "tooltip": "score = 69.0233746224138\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.42958 (-4.73352%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 68.31272835,
+ "score-diff": "-4.140224233333342",
+ "score-diff-perc": "-5.71436%",
+ "tooltip": "score = 68.31272835\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.14022 (-5.71436%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1935476,9 +1935476,9 @@
41
),
"score": 85.26477577083334,
- "score-diff": "16.24140114841954",
- "score-diff-perc": "+23.53029%",
- "tooltip": "score = 85.26477577083334\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +16.24140 (+23.53029%)",
+ "score-diff": "16.95204742083334",
+ "score-diff-perc": "+24.81536%",
+ "tooltip": "score = 85.26477577083334\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +16.95205 (+24.81536%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1935579,11 +1935579,11 @@
17,
1
),
- "score": 73.66169052554278,
- "score-diff": "-2.3252930057962544",
- "score-diff-perc": "-3.06012%",
- "tooltip": "score = 73.66169052554278\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.32529 (-3.06012%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 82.86559064,
+ "score-diff": "6.878607108660958",
+ "score-diff-perc": "+9.05235%",
+ "tooltip": "score = 82.86559064\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +6.87861 (+9.05235%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1935605,11 +1935605,11 @@
17,
1
),
- "score": 72.38129046538461,
- "score-diff": "-1.280400060158172",
- "score-diff-perc": "-1.73822%",
- "tooltip": "score = 72.38129046538461\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.28040 (-1.73822%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 73.66169052554278,
+ "score-diff": "-9.203900114457213",
+ "score-diff-perc": "-11.10702%",
+ "tooltip": "score = 73.66169052554278\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -9.20390 (-11.10702%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1935631,11 +1935631,11 @@
17,
1
),
- "score": 82.86559064,
- "score-diff": "10.484300174615385",
- "score-diff-perc": "+14.48482%",
- "tooltip": "score = 82.86559064\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +10.48430 (+14.48482%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 72.38129046538461,
+ "score-diff": "-1.280400060158172",
+ "score-diff-perc": "-1.73822%",
+ "tooltip": "score = 72.38129046538461\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.28040 (-1.73822%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1935658,9 +1935658,9 @@
7
),
"score": 67.07970019881466,
- "score-diff": "-15.78589044118533",
- "score-diff-perc": "-19.04999%",
- "tooltip": "score = 67.07970019881466\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -15.78589 (-19.04999%)",
+ "score-diff": "-5.301590266569946",
+ "score-diff-perc": "-7.32453%",
+ "tooltip": "score = 67.07970019881466\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -5.30159 (-7.32453%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1935943,11 +1935943,11 @@
16,
5
),
- "score": 74.50268710383598,
- "score-diff": "-1.1593118151200628",
- "score-diff-perc": "-1.53222%",
- "tooltip": "score = 74.50268710383598\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.15931 (-1.53222%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 67.92540475,
+ "score-diff": "-7.736594168956046",
+ "score-diff-perc": "-10.22520%",
+ "tooltip": "score = 67.92540475\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.73659 (-10.22520%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1935969,11 +1935969,11 @@
16,
5
),
- "score": 67.92540475,
- "score-diff": "-6.577282353835983",
- "score-diff-perc": "-8.82825%",
- "tooltip": "score = 67.92540475\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -6.57728 (-8.82825%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 70.88841399076355,
+ "score-diff": "2.9630092407635544",
+ "score-diff-perc": "+4.36215%",
+ "tooltip": "score = 70.88841399076355\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.96301 (+4.36215%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1935995,11 +1935995,11 @@
16,
5
),
- "score": 70.88841399076355,
- "score-diff": "2.9630092407635544",
- "score-diff-perc": "+4.36215%",
- "tooltip": "score = 70.88841399076355\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.96301 (+4.36215%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 74.50268710383598,
+ "score-diff": "3.6142731130724286",
+ "score-diff-perc": "+5.09854%",
+ "tooltip": "score = 74.50268710383598\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.61427 (+5.09854%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1936022,9 +1936022,9 @@
21
),
"score": 75.48660501790451,
- "score-diff": "4.598191027140956",
- "score-diff-perc": "+6.48652%",
- "tooltip": "score = 75.48660501790451\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +4.59819 (+6.48652%)",
+ "score-diff": "0.9839179140685275",
+ "score-diff-perc": "+1.32065%",
+ "tooltip": "score = 75.48660501790451\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.98392 (+1.32065%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1936333,11 +1936333,11 @@
8,
54
),
- "score": 79.05960960615384,
- "score-diff": "3.9025225505982775",
- "score-diff-perc": "+5.19249%",
- "tooltip": "score = 79.05960960615384\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +3.90252 (+5.19249%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 78.07560116666667,
+ "score-diff": "2.918514111111108",
+ "score-diff-perc": "+3.88322%",
+ "tooltip": "score = 78.07560116666667\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.91851 (+3.88322%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1936359,11 +1936359,11 @@
8,
54
),
- "score": 78.07560116666667,
- "score-diff": "-0.9840084394871695",
- "score-diff-perc": "-1.24464%",
- "tooltip": "score = 78.07560116666667\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.98401 (-1.24464%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 79.05960960615384,
+ "score-diff": "0.9840084394871695",
+ "score-diff-perc": "+1.26033%",
+ "tooltip": "score = 79.05960960615384\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.98401 (+1.26033%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1936386,9 +1936386,9 @@
43
),
"score": 73.15309660714286,
- "score-diff": "-4.922504559523816",
- "score-diff-perc": "-6.30479%",
- "tooltip": "score = 73.15309660714286\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -4.92250 (-6.30479%)",
+ "score-diff": "-5.906512999010985",
+ "score-diff-perc": "-7.47096%",
+ "tooltip": "score = 73.15309660714286\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -5.90651 (-7.47096%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1942060,11 +1942060,11 @@
18,
7
),
- "score": 77.48182246438748,
- "score-diff": "-22.105191098707763",
- "score-diff-perc": "-22.19686%",
- "tooltip": "score = 77.48182246438748\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -22.10519 (-22.19686%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 96.1944423051948,
+ "score-diff": "-3.3925712579004426",
+ "score-diff-perc": "-3.40664%",
+ "tooltip": "score = 96.1944423051948\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.39257 (-3.40664%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1942087,9 +1942087,9 @@
7
),
"score": 96.50749723376623,
- "score-diff": "19.025674769378753",
- "score-diff-perc": "+24.55502%",
- "tooltip": "score = 96.50749723376623\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +19.02567 (+24.55502%)",
+ "score-diff": "0.31305492857143236",
+ "score-diff-perc": "+0.32544%",
+ "tooltip": "score = 96.50749723376623\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.31305 (+0.32544%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1942112,11 +1942112,11 @@
18,
7
),
- "score": 96.1944423051948,
- "score-diff": "-0.31305492857143236",
- "score-diff-perc": "-0.32438%",
- "tooltip": "score = 96.1944423051948\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.31305 (-0.32438%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 77.48182246438748,
+ "score-diff": "-19.025674769378753",
+ "score-diff-perc": "-19.71419%",
+ "tooltip": "score = 77.48182246438748\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -19.02567 (-19.71419%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1942139,9 +1942139,9 @@
41
),
"score": 69.85426121309524,
- "score-diff": "-26.340181092099556",
- "score-diff-perc": "-27.38223%",
- "tooltip": "score = 69.85426121309524\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -26.34018 (-27.38223%)",
+ "score-diff": "-7.627561251292235",
+ "score-diff-perc": "-9.84432%",
+ "tooltip": "score = 69.85426121309524\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -7.62756 (-9.84432%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1942242,11 +1942242,11 @@
17,
1
),
- "score": 104.79061835657895,
- "score-diff": "-3.800587387865491",
- "score-diff-perc": "-3.49990%",
- "tooltip": "score = 104.79061835657895\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.80059 (-3.49990%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 122.20971635294117,
+ "score-diff": "13.618510608496734",
+ "score-diff-perc": "+12.54108%",
+ "tooltip": "score = 122.20971635294117\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +13.61851 (+12.54108%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1942268,11 +1942268,11 @@
17,
1
),
- "score": 83.0241423625,
- "score-diff": "-21.766475994078945",
- "score-diff-perc": "-20.77140%",
- "tooltip": "score = 83.0241423625\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -21.76648 (-20.77140%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 104.79061835657895,
+ "score-diff": "-17.419097996362225",
+ "score-diff-perc": "-14.25345%",
+ "tooltip": "score = 104.79061835657895\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -17.41910 (-14.25345%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1942294,11 +1942294,11 @@
17,
1
),
- "score": 122.20971635294117,
- "score-diff": "39.18557399044117",
- "score-diff-perc": "+47.19781%",
- "tooltip": "score = 122.20971635294117\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +39.18557 (+47.19781%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 83.0241423625,
+ "score-diff": "-21.766475994078945",
+ "score-diff-perc": "-20.77140%",
+ "tooltip": "score = 83.0241423625\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -21.76648 (-20.77140%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1942321,9 +1942321,9 @@
7
),
"score": 99.06397934404762,
- "score-diff": "-23.145737008893548",
- "score-diff-perc": "-18.93936%",
- "tooltip": "score = 99.06397934404762\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -23.14574 (-18.93936%)",
+ "score-diff": "16.039836981547623",
+ "score-diff-perc": "+19.31949%",
+ "tooltip": "score = 99.06397934404762\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +16.03984 (+19.31949%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1942598,32 +1942598,6 @@
),
},
- {
- "date": new Date(
- 2024,
- 3,
- 26,
- 16,
- 5
- ),
- "score": 114.29070413888888,
- "score-diff": "1.7124467119882922",
- "score-diff-perc": "+1.52112%",
- "tooltip": "score = 114.29070413888888\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.71245 (+1.52112%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
- "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,
@@ -1942633,9 +1942607,9 @@
5
),
"score": 93.86832222877847,
- "score-diff": "-20.422381910110417",
- "score-diff-perc": "-17.86880%",
- "tooltip": "score = 93.86832222877847\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -20.42238 (-17.86880%)",
+ "score-diff": "-18.709935198122125",
+ "score-diff-perc": "-16.61949%",
+ "tooltip": "score = 93.86832222877847\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -18.70994 (-16.61949%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
@@ -1942676,6 +1942650,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 3,
+ 26,
+ 16,
+ 5
+ ),
+ "score": 114.29070413888888,
+ "score-diff": "3.2801853330065285",
+ "score-diff-perc": "+2.95484%",
+ "tooltip": "score = 114.29070413888888\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.28019 (+2.95484%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "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,
@@ -1942685,9 +1942685,9 @@
21
),
"score": 147.50309103589743,
- "score-diff": "36.49257223001507",
- "score-diff-perc": "+32.87308%",
- "tooltip": "score = 147.50309103589743\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +36.49257 (+32.87308%)",
+ "score-diff": "33.21238689700854",
+ "score-diff-perc": "+29.05957%",
+ "tooltip": "score = 147.50309103589743\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +33.21239 (+29.05957%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1942970,11 +1942970,11 @@
8,
54
),
- "score": 143.23010931971154,
- "score-diff": "-1.3266855279075003",
- "score-diff-perc": "-0.91776%",
- "tooltip": "score = 143.23010931971154\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.32669 (-0.91776%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 102.08176545488722,
+ "score-diff": "-42.47502939273183",
+ "score-diff-perc": "-29.38294%",
+ "tooltip": "score = 102.08176545488722\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -42.47503 (-29.38294%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1942996,11 +1942996,11 @@
8,
54
),
- "score": 102.08176545488722,
- "score-diff": "-41.14834386482433",
- "score-diff-perc": "-28.72884%",
- "tooltip": "score = 102.08176545488722\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -41.14834 (-28.72884%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 143.23010931971154,
+ "score-diff": "41.14834386482433",
+ "score-diff-perc": "+40.30920%",
+ "tooltip": "score = 143.23010931971154\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +41.14834 (+40.30920%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1943023,9 +1943023,9 @@
43
),
"score": 98.48965963755981,
- "score-diff": "-3.5921058173274076",
- "score-diff-perc": "-3.51885%",
- "tooltip": "score = 98.48965963755981\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -3.59211 (-3.51885%)",
+ "score-diff": "-44.740449682151734",
+ "score-diff-perc": "-31.23676%",
+ "tooltip": "score = 98.48965963755981\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -44.74045 (-31.23676%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1948697,11 +1948697,11 @@
18,
7
),
- "score": 59.76018315367965,
- "score-diff": "-5.573114815070355",
- "score-diff-perc": "-8.53028%",
- "tooltip": "score = 59.76018315367965\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -5.57311 (-8.53028%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 65.0420383439394,
+ "score-diff": "-0.29125962481060697",
+ "score-diff-perc": "-0.44581%",
+ "tooltip": "score = 65.0420383439394\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.29126 (-0.44581%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1948724,9 +1948724,9 @@
7
),
"score": 61.677202969696964,
- "score-diff": "1.9170198160173157",
- "score-diff-perc": "+3.20785%",
- "tooltip": "score = 61.677202969696964\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.91702 (+3.20785%)",
+ "score-diff": "-3.364835374242432",
+ "score-diff-perc": "-5.17332%",
+ "tooltip": "score = 61.677202969696964\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.36484 (-5.17332%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1948749,11 +1948749,11 @@
18,
7
),
- "score": 65.0420383439394,
- "score-diff": "3.364835374242432",
- "score-diff-perc": "+5.45556%",
- "tooltip": "score = 65.0420383439394\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.36484 (+5.45556%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 59.76018315367965,
+ "score-diff": "-1.9170198160173157",
+ "score-diff-perc": "-3.10815%",
+ "tooltip": "score = 59.76018315367965\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.91702 (-3.10815%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1948776,9 +1948776,9 @@
41
),
"score": 68.7968128678161,
- "score-diff": "3.754774523876705",
- "score-diff-perc": "+5.77284%",
- "tooltip": "score = 68.7968128678161\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +3.75477 (+5.77284%)",
+ "score-diff": "9.036629714136453",
+ "score-diff-perc": "+15.12149%",
+ "tooltip": "score = 68.7968128678161\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +9.03663 (+15.12149%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1948879,11 +1948879,11 @@
17,
1
),
- "score": 67.5958687,
- "score-diff": "-3.8868925690886726",
- "score-diff-perc": "-5.43752%",
- "tooltip": "score = 67.5958687\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.88689 (-5.43752%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 75.22206177016129,
+ "score-diff": "3.73930050107262",
+ "score-diff-perc": "+5.23105%",
+ "tooltip": "score = 75.22206177016129\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3.73930 (+5.23105%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1948905,11 +1948905,11 @@
17,
1
),
- "score": 61.74865430303031,
- "score-diff": "-5.84721439696969",
- "score-diff-perc": "-8.65025%",
- "tooltip": "score = 61.74865430303031\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -5.84721 (-8.65025%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 67.5958687,
+ "score-diff": "-7.6261930701612926",
+ "score-diff-perc": "-10.13824%",
+ "tooltip": "score = 67.5958687\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.62619 (-10.13824%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1948931,11 +1948931,11 @@
17,
1
),
- "score": 75.22206177016129,
- "score-diff": "13.473407467130983",
- "score-diff-perc": "+21.81976%",
- "tooltip": "score = 75.22206177016129\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +13.47341 (+21.81976%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 61.74865430303031,
+ "score-diff": "-5.84721439696969",
+ "score-diff-perc": "-8.65025%",
+ "tooltip": "score = 61.74865430303031\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -5.84721 (-8.65025%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1948958,9 +1948958,9 @@
7
),
"score": 62.95836221904762,
- "score-diff": "-12.263699551113667",
- "score-diff-perc": "-16.30333%",
- "tooltip": "score = 62.95836221904762\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -12.26370 (-16.30333%)",
+ "score-diff": "1.2097079160173152",
+ "score-diff-perc": "+1.95908%",
+ "tooltip": "score = 62.95836221904762\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.20971 (+1.95908%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1949243,11 +1949243,11 @@
16,
5
),
- "score": 72.30027182948717,
- "score-diff": "8.439103938862175",
- "score-diff-perc": "+13.21477%",
- "tooltip": "score = 72.30027182948717\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +8.43910 (+13.21477%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 59.92686832352941,
+ "score-diff": "-3.934299567095586",
+ "score-diff-perc": "-6.16071%",
+ "tooltip": "score = 59.92686832352941\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.93430 (-6.16071%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1949269,11 +1949269,11 @@
16,
5
),
- "score": 59.92686832352941,
- "score-diff": "-12.37340350595776",
- "score-diff-perc": "-17.11391%",
- "tooltip": "score = 59.92686832352941\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -12.37340 (-17.11391%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 64.81282483484848,
+ "score-diff": "4.885956511319073",
+ "score-diff-perc": "+8.15320%",
+ "tooltip": "score = 64.81282483484848\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.88596 (+8.15320%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1949295,11 +1949295,11 @@
16,
5
),
- "score": 64.81282483484848,
- "score-diff": "4.885956511319073",
- "score-diff-perc": "+8.15320%",
- "tooltip": "score = 64.81282483484848\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.88596 (+8.15320%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 72.30027182948717,
+ "score-diff": "7.487446994638688",
+ "score-diff-perc": "+11.55242%",
+ "tooltip": "score = 72.30027182948717\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +7.48745 (+11.55242%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1949322,9 +1949322,9 @@
21
),
"score": 69.9106617702381,
- "score-diff": "5.0978369353896085",
- "score-diff-perc": "+7.86548%",
- "tooltip": "score = 69.9106617702381\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +5.09784 (+7.86548%)",
+ "score-diff": "-2.3896100592490797",
+ "score-diff-perc": "-3.30512%",
+ "tooltip": "score = 69.9106617702381\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -2.38961 (-3.30512%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1949633,11 +1949633,11 @@
8,
54
),
- "score": 71.33094331958128,
- "score-diff": "-1.1231419441479602",
- "score-diff-perc": "-1.55014%",
- "tooltip": "score = 71.33094331958128\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.12314 (-1.55014%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 66.90815639784947,
+ "score-diff": "-5.545928865879773",
+ "score-diff-perc": "-7.65440%",
+ "tooltip": "score = 66.90815639784947\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -5.54593 (-7.65440%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1949659,11 +1949659,11 @@
8,
54
),
- "score": 66.90815639784947,
- "score-diff": "-4.422786921731813",
- "score-diff-perc": "-6.20038%",
- "tooltip": "score = 66.90815639784947\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -4.42279 (-6.20038%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 71.33094331958128,
+ "score-diff": "4.422786921731813",
+ "score-diff-perc": "+6.61024%",
+ "tooltip": "score = 71.33094331958128\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +4.42279 (+6.61024%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1949686,9 +1949686,9 @@
43
),
"score": 64.34893381754033,
- "score-diff": "-2.5592225803091395",
- "score-diff-perc": "-3.82498%",
- "tooltip": "score = 64.34893381754033\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -2.55922 (-3.82498%)",
+ "score-diff": "-6.9820095020409525",
+ "score-diff-perc": "-9.78819%",
+ "tooltip": "score = 64.34893381754033\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -6.98201 (-9.78819%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1955360,11 +1955360,11 @@
18,
7
),
- "score": 0.8940378748364339,
- "score-diff": "0.0007136991291676331",
- "score-diff-perc": "+0.07989%",
- "tooltip": "score = 0.8940378748364339\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00071 (+0.07989%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.8955123377347083,
+ "score-diff": "0.0021881620274419866",
+ "score-diff-perc": "+0.24495%",
+ "tooltip": "score = 0.8955123377347083\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00219 (+0.24495%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1955387,9 +1955387,9 @@
7
),
"score": 0.8940046071033811,
- "score-diff": "-3.326773305278863e-05",
- "score-diff-perc": "-0.00372%",
- "tooltip": "score = 0.8940046071033811\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00003 (-0.00372%)",
+ "score-diff": "-0.0015077306313271421",
+ "score-diff-perc": "-0.16837%",
+ "tooltip": "score = 0.8940046071033811\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00151 (-0.16837%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1955412,11 +1955412,11 @@
18,
7
),
- "score": 0.8955123377347083,
- "score-diff": "0.0015077306313271421",
- "score-diff-perc": "+0.16865%",
- "tooltip": "score = 0.8955123377347083\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00151 (+0.16865%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.8940378748364339,
+ "score-diff": "3.326773305278863e-05",
+ "score-diff-perc": "+0.00372%",
+ "tooltip": "score = 0.8940378748364339\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00003 (+0.00372%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1955439,9 +1955439,9 @@
41
),
"score": 1.2019682116918506,
- "score-diff": "0.30645587395714236",
- "score-diff-perc": "+34.22129%",
- "tooltip": "score = 1.2019682116918506\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.30646 (+34.22129%)",
+ "score-diff": "0.3079303368554167",
+ "score-diff-perc": "+34.44265%",
+ "tooltip": "score = 1.2019682116918506\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.30793 (+34.44265%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1955542,11 +1955542,11 @@
17,
1
),
- "score": 1.2010628018753704,
- "score-diff": "-8.071794048225556e-05",
- "score-diff-perc": "-0.00672%",
- "tooltip": "score = 1.2010628018753704\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00008 (-0.00672%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1.2002203330992405,
+ "score-diff": "-0.0009231867166121788",
+ "score-diff-perc": "-0.07686%",
+ "tooltip": "score = 1.2002203330992405\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00092 (-0.07686%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1955568,11 +1955568,11 @@
17,
1
),
- "score": 0.8949803487005629,
- "score-diff": "-0.30608245317480753",
- "score-diff-perc": "-25.48430%",
- "tooltip": "score = 0.8949803487005629\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.30608 (-25.48430%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 1.2010628018753704,
+ "score-diff": "0.0008424687761299232",
+ "score-diff-perc": "+0.07019%",
+ "tooltip": "score = 1.2010628018753704\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00084 (+0.07019%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1955594,11 +1955594,11 @@
17,
1
),
- "score": 1.2002203330992405,
- "score-diff": "0.3052399843986776",
- "score-diff-perc": "+34.10578%",
- "tooltip": "score = 1.2002203330992405\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.30524 (+34.10578%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.8949803487005629,
+ "score-diff": "-0.30608245317480753",
+ "score-diff-perc": "-25.48430%",
+ "tooltip": "score = 0.8949803487005629\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.30608 (-25.48430%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1955621,9 +1955621,9 @@
7
),
"score": 0.8936854763607216,
- "score-diff": "-0.3065348567385189",
- "score-diff-perc": "-25.53988%",
- "tooltip": "score = 0.8936854763607216\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.30653 (-25.53988%)",
+ "score-diff": "-0.0012948723398412687",
+ "score-diff-perc": "-0.14468%",
+ "tooltip": "score = 0.8936854763607216\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00129 (-0.14468%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1955906,11 +1955906,11 @@
16,
5
),
- "score": 1.2002422612641217,
- "score-diff": "-0.00437487442036355",
- "score-diff-perc": "-0.36318%",
- "tooltip": "score = 1.2002422612641217\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00437 (-0.36318%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.8949242206685194,
+ "score-diff": "-0.30969291501596585",
+ "score-diff-perc": "-25.70883%",
+ "tooltip": "score = 0.8949242206685194\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.30969 (-25.70883%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1955932,11 +1955932,11 @@
16,
5
),
- "score": 0.8949242206685194,
- "score-diff": "-0.3053180405956023",
- "score-diff-perc": "-25.43803%",
- "tooltip": "score = 0.8949242206685194\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.30532 (-25.43803%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.2010610417463221,
+ "score-diff": "0.3061368210778027",
+ "score-diff-perc": "+34.20813%",
+ "tooltip": "score = 1.2010610417463221\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.30614 (+34.20813%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1955958,11 +1955958,11 @@
16,
5
),
- "score": 1.2010610417463221,
- "score-diff": "0.3061368210778027",
- "score-diff-perc": "+34.20813%",
- "tooltip": "score = 1.2010610417463221\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.30614 (+34.20813%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1.2002422612641217,
+ "score-diff": "-0.0008187804822004097",
+ "score-diff-perc": "-0.06817%",
+ "tooltip": "score = 1.2002422612641217\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00082 (-0.06817%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1955985,9 +1955985,9 @@
21
),
"score": 1.1994356790567546,
- "score-diff": "-0.0016253626895674778",
- "score-diff-perc": "-0.13533%",
- "tooltip": "score = 1.1994356790567546\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00163 (-0.13533%)",
+ "score-diff": "-0.0008065822073670681",
+ "score-diff-perc": "-0.06720%",
+ "tooltip": "score = 1.1994356790567546\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00081 (-0.06720%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1956296,11 +1956296,11 @@
8,
54
),
- "score": 1.201339831064852,
- "score-diff": "-0.004449121633492759",
- "score-diff-perc": "-0.36898%",
- "tooltip": "score = 1.201339831064852\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00445 (-0.36898%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.8938058129282097,
+ "score-diff": "-0.31198313977013503",
+ "score-diff-perc": "-25.87378%",
+ "tooltip": "score = 0.8938058129282097\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.31198 (-25.87378%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1956322,11 +1956322,11 @@
8,
54
),
- "score": 0.8938058129282097,
- "score-diff": "-0.3075340181366423",
- "score-diff-perc": "-25.59925%",
- "tooltip": "score = 0.8938058129282097\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.30753 (-25.59925%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.201339831064852,
+ "score-diff": "0.3075340181366423",
+ "score-diff-perc": "+34.40725%",
+ "tooltip": "score = 1.201339831064852\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.30753 (+34.40725%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1956349,9 +1956349,9 @@
43
),
"score": 0.8955352414328468,
- "score-diff": "0.0017294285046370872",
- "score-diff-perc": "+0.19349%",
- "tooltip": "score = 0.8955352414328468\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00173 (+0.19349%)",
+ "score-diff": "-0.3058045896320052",
+ "score-diff-perc": "-25.45529%",
+ "tooltip": "score = 0.8955352414328468\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.30580 (-25.45529%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1962023,11 +1962023,11 @@
18,
7
),
- "score": 0.9531091705844981,
- "score-diff": "0.0021011727514113065",
- "score-diff-perc": "+0.22094%",
- "tooltip": "score = 0.9531091705844981\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00210 (+0.22094%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.9488933948448927,
+ "score-diff": "-0.002114602988194103",
+ "score-diff-perc": "-0.22235%",
+ "tooltip": "score = 0.9488933948448927\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00211 (-0.22235%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1962050,9 +1962050,9 @@
7
),
"score": 0.9602361972762476,
- "score-diff": "0.007127026691749583",
- "score-diff-perc": "+0.74777%",
- "tooltip": "score = 0.9602361972762476\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00713 (+0.74777%)",
+ "score-diff": "0.011342802431354992",
+ "score-diff-perc": "+1.19537%",
+ "tooltip": "score = 0.9602361972762476\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01134 (+1.19537%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1962075,11 +1962075,11 @@
18,
7
),
- "score": 0.9488933948448927,
- "score-diff": "-0.011342802431354992",
- "score-diff-perc": "-1.18125%",
- "tooltip": "score = 0.9488933948448927\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01134 (-1.18125%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.9531091705844981,
+ "score-diff": "-0.007127026691749583",
+ "score-diff-perc": "-0.74222%",
+ "tooltip": "score = 0.9531091705844981\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00713 (-0.74222%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1962102,9 +1962102,9 @@
41
),
"score": 1.721519308047141,
- "score-diff": "0.7726259132022483",
- "score-diff-perc": "+81.42389%",
- "tooltip": "score = 1.721519308047141\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.77263 (+81.42389%)",
+ "score-diff": "0.7684101374626429",
+ "score-diff-perc": "+80.62142%",
+ "tooltip": "score = 1.721519308047141\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.76841 (+80.62142%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1962205,11 +1962205,11 @@
17,
1
),
- "score": 1.729034372361669,
- "score-diff": "-0.006111567108504801",
- "score-diff-perc": "-0.35222%",
- "tooltip": "score = 1.729034372361669\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00611 (-0.35222%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1.7350719160965442,
+ "score-diff": "-7.402337362960587e-05",
+ "score-diff-perc": "-0.00427%",
+ "tooltip": "score = 1.7350719160965442\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00007 (-0.00427%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1962231,11 +1962231,11 @@
17,
1
),
- "score": 0.9611536294790286,
- "score-diff": "-0.7678807428826404",
- "score-diff-perc": "-44.41096%",
- "tooltip": "score = 0.9611536294790286\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.76788 (-44.41096%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 1.729034372361669,
+ "score-diff": "-0.006037543734875195",
+ "score-diff-perc": "-0.34797%",
+ "tooltip": "score = 1.729034372361669\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00604 (-0.34797%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1962257,11 +1962257,11 @@
17,
1
),
- "score": 1.7350719160965442,
- "score-diff": "0.7739182866175156",
- "score-diff-perc": "+80.51973%",
- "tooltip": "score = 1.7350719160965442\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.77392 (+80.51973%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.9611536294790286,
+ "score-diff": "-0.7678807428826404",
+ "score-diff-perc": "-44.41096%",
+ "tooltip": "score = 0.9611536294790286\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.76788 (-44.41096%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1962284,9 +1962284,9 @@
7
),
"score": 0.9583140118173108,
- "score-diff": "-0.7767579042792334",
- "score-diff-perc": "-44.76805%",
- "tooltip": "score = 0.9583140118173108\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.77676 (-44.76805%)",
+ "score-diff": "-0.002839617661717808",
+ "score-diff-perc": "-0.29544%",
+ "tooltip": "score = 0.9583140118173108\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00284 (-0.29544%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1962569,11 +1962569,11 @@
16,
5
),
- "score": 1.7304175088382134,
- "score-diff": "-0.003643021553207504",
- "score-diff-perc": "-0.21009%",
- "tooltip": "score = 1.7304175088382134\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00364 (-0.21009%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.9429441090509114,
+ "score-diff": "-0.7911164213405095",
+ "score-diff-perc": "-45.62219%",
+ "tooltip": "score = 0.9429441090509114\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.79112 (-45.62219%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1962595,11 +1962595,11 @@
16,
5
),
- "score": 0.9429441090509114,
- "score-diff": "-0.787473399787302",
- "score-diff-perc": "-45.50771%",
- "tooltip": "score = 0.9429441090509114\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.78747 (-45.50771%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.7272337902240884,
+ "score-diff": "0.784289681173177",
+ "score-diff-perc": "+83.17457%",
+ "tooltip": "score = 1.7272337902240884\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.78429 (+83.17457%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1962621,11 +1962621,11 @@
16,
5
),
- "score": 1.7272337902240884,
- "score-diff": "0.784289681173177",
- "score-diff-perc": "+83.17457%",
- "tooltip": "score = 1.7272337902240884\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.78429 (+83.17457%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1.7304175088382134,
+ "score-diff": "0.0031837186141250307",
+ "score-diff-perc": "+0.18432%",
+ "tooltip": "score = 1.7304175088382134\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00318 (+0.18432%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1962648,9 +1962648,9 @@
21
),
"score": 1.7219145793090622,
- "score-diff": "-0.005319210915026185",
- "score-diff-perc": "-0.30796%",
- "tooltip": "score = 1.7219145793090622\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00532 (-0.30796%)",
+ "score-diff": "-0.008502929529151215",
+ "score-diff-perc": "-0.49138%",
+ "tooltip": "score = 1.7219145793090622\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00850 (-0.49138%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1962959,11 +1962959,11 @@
8,
54
),
- "score": 1.964066602748691,
- "score-diff": "0.0008957467556169885",
- "score-diff-perc": "+0.04563%",
- "tooltip": "score = 1.964066602748691\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00090 (+0.04563%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.9604149732804099,
+ "score-diff": "-1.0027558827126641",
+ "score-diff-perc": "-51.07838%",
+ "tooltip": "score = 0.9604149732804099\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.00276 (-51.07838%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1962985,11 +1962985,11 @@
8,
54
),
- "score": 0.9604149732804099,
- "score-diff": "-1.0036516294682811",
- "score-diff-perc": "-51.10069%",
- "tooltip": "score = 0.9604149732804099\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.00365 (-51.10069%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.964066602748691,
+ "score-diff": "1.0036516294682811",
+ "score-diff-perc": "+104.50187%",
+ "tooltip": "score = 1.964066602748691\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.00365 (+104.50187%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1963012,9 +1963012,9 @@
43
),
"score": 0.9638291738744086,
- "score-diff": "0.003414200593998662",
- "score-diff-perc": "+0.35549%",
- "tooltip": "score = 0.9638291738744086\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00341 (+0.35549%)",
+ "score-diff": "-1.0002374288742826",
+ "score-diff-perc": "-50.92686%",
+ "tooltip": "score = 0.9638291738744086\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.00024 (-50.92686%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1968686,11 +1968686,11 @@
18,
7
),
- "score": 0.4068989467188459,
- "score-diff": "-0.023752917308235866",
- "score-diff-perc": "-5.51557%",
- "tooltip": "score = 0.4068989467188459\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02375 (-5.51557%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.41492423977869447,
+ "score-diff": "-0.015727624248387306",
+ "score-diff-perc": "-3.65205%",
+ "tooltip": "score = 0.41492423977869447\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01573 (-3.65205%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1968713,9 +1968713,9 @@
7
),
"score": 0.43661303937990426,
- "score-diff": "0.029714092661058344",
- "score-diff-perc": "+7.30257%",
- "tooltip": "score = 0.43661303937990426\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02971 (+7.30257%)",
+ "score-diff": "0.021688799601209785",
+ "score-diff-perc": "+5.22717%",
+ "tooltip": "score = 0.43661303937990426\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02169 (+5.22717%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1968738,11 +1968738,11 @@
18,
7
),
- "score": 0.41492423977869447,
- "score-diff": "-0.021688799601209785",
- "score-diff-perc": "-4.96751%",
- "tooltip": "score = 0.41492423977869447\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02169 (-4.96751%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.4068989467188459,
+ "score-diff": "-0.029714092661058344",
+ "score-diff-perc": "-6.80559%",
+ "tooltip": "score = 0.4068989467188459\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02971 (-6.80559%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1968765,9 +1968765,9 @@
41
),
"score": 0.8675526078064312,
- "score-diff": "0.4526283680277367",
- "score-diff-perc": "+109.08699%",
- "tooltip": "score = 0.8675526078064312\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.45263 (+109.08699%)",
+ "score-diff": "0.46065366108758526",
+ "score-diff-perc": "+113.21083%",
+ "tooltip": "score = 0.8675526078064312\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.46065 (+113.21083%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1968868,11 +1968868,11 @@
17,
1
),
- "score": 0.8713106695749606,
- "score-diff": "0.0018104964367398058",
- "score-diff-perc": "+0.20822%",
- "tooltip": "score = 0.8713106695749606\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00181 (+0.20822%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.8649394609645018,
+ "score-diff": "-0.004560712173719006",
+ "score-diff-perc": "-0.52452%",
+ "tooltip": "score = 0.8649394609645018\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00456 (-0.52452%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1968894,11 +1968894,11 @@
17,
1
),
- "score": 0.42359864333795877,
- "score-diff": "-0.44771202623700185",
- "score-diff-perc": "-51.38374%",
- "tooltip": "score = 0.42359864333795877\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.44771 (-51.38374%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.8713106695749606,
+ "score-diff": "0.006371208610458812",
+ "score-diff-perc": "+0.73661%",
+ "tooltip": "score = 0.8713106695749606\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00637 (+0.73661%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1968920,11 +1968920,11 @@
17,
1
),
- "score": 0.8649394609645018,
- "score-diff": "0.44134081762654304",
- "score-diff-perc": "+104.18844%",
- "tooltip": "score = 0.8649394609645018\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.44134 (+104.18844%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.42359864333795877,
+ "score-diff": "-0.44771202623700185",
+ "score-diff-perc": "-51.38374%",
+ "tooltip": "score = 0.42359864333795877\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.44771 (-51.38374%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1968947,9 +1968947,9 @@
7
),
"score": 0.4385784404927909,
- "score-diff": "-0.4263610204717109",
- "score-diff-perc": "-49.29374%",
- "tooltip": "score = 0.4385784404927909\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.42636 (-49.29374%)",
+ "score-diff": "0.014979797154832108",
+ "score-diff-perc": "+3.53632%",
+ "tooltip": "score = 0.4385784404927909\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.01498 (+3.53632%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1969232,11 +1969232,11 @@
16,
5
),
- "score": 0.8873224949375733,
- "score-diff": "0.013469539243577744",
- "score-diff-perc": "+1.54140%",
- "tooltip": "score = 0.8873224949375733\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01347 (+1.54140%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.42520993137648777,
+ "score-diff": "-0.4486430243175078",
+ "score-diff-perc": "-51.34079%",
+ "tooltip": "score = 0.42520993137648777\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.44864 (-51.34079%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1969258,11 +1969258,11 @@
16,
5
),
- "score": 0.42520993137648777,
- "score-diff": "-0.46211256356108554",
- "score-diff-perc": "-52.07944%",
- "tooltip": "score = 0.42520993137648777\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.46211 (-52.07944%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.8812437945031855,
+ "score-diff": "0.4560338631266977",
+ "score-diff-perc": "+107.24911%",
+ "tooltip": "score = 0.8812437945031855\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.45603 (+107.24911%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1969284,11 +1969284,11 @@
16,
5
),
- "score": 0.8812437945031855,
- "score-diff": "0.4560338631266977",
- "score-diff-perc": "+107.24911%",
- "tooltip": "score = 0.8812437945031855\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.45603 (+107.24911%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.8873224949375733,
+ "score-diff": "0.0060787004343878515",
+ "score-diff-perc": "+0.68979%",
+ "tooltip": "score = 0.8873224949375733\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00608 (+0.68979%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1969311,9 +1969311,9 @@
21
),
"score": 0.8663182740848479,
- "score-diff": "-0.014925520418337612",
- "score-diff-perc": "-1.69369%",
- "tooltip": "score = 0.8663182740848479\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.01493 (-1.69369%)",
+ "score-diff": "-0.021004220852725464",
+ "score-diff-perc": "-2.36715%",
+ "tooltip": "score = 0.8663182740848479\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.02100 (-2.36715%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1969622,11 +1969622,11 @@
8,
54
),
- "score": 0.8753024860207692,
- "score-diff": "0.007269857617808961",
- "score-diff-perc": "+0.83751%",
- "tooltip": "score = 0.8753024860207692\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00727 (+0.83751%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.41007559914772085,
+ "score-diff": "-0.4579570292552394",
+ "score-diff-perc": "-52.75804%",
+ "tooltip": "score = 0.41007559914772085\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.45796 (-52.75804%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1969648,11 +1969648,11 @@
8,
54
),
- "score": 0.41007559914772085,
- "score-diff": "-0.46522688687304836",
- "score-diff-perc": "-53.15041%",
- "tooltip": "score = 0.41007559914772085\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.46523 (-53.15041%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.8753024860207692,
+ "score-diff": "0.46522688687304836",
+ "score-diff-perc": "+113.44905%",
+ "tooltip": "score = 0.8753024860207692\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.46523 (+113.44905%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1969675,9 +1969675,9 @@
43
),
"score": 0.4112028167069387,
- "score-diff": "0.0011272175592178524",
- "score-diff-perc": "+0.27488%",
- "tooltip": "score = 0.4112028167069387\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00113 (+0.27488%)",
+ "score-diff": "-0.4640996693138305",
+ "score-diff-perc": "-53.02163%",
+ "tooltip": "score = 0.4112028167069387\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.46410 (-53.02163%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1975349,11 +1975349,11 @@
18,
7
),
- "score": 18.8821975754717,
- "score-diff": "-3.8843175608919367",
- "score-diff-perc": "-17.06154%",
- "tooltip": "score = 18.8821975754717\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.88432 (-17.06154%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 18.807229937499997,
+ "score-diff": "-3.9592851988636397",
+ "score-diff-perc": "-17.39083%",
+ "tooltip": "score = 18.807229937499997\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.95929 (-17.39083%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1975376,9 +1975376,9 @@
7
),
"score": 18.277572309090907,
- "score-diff": "-0.6046252663807934",
- "score-diff-perc": "-3.20209%",
- "tooltip": "score = 18.277572309090907\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.60463 (-3.20209%)",
+ "score-diff": "-0.5296576284090904",
+ "score-diff-perc": "-2.81624%",
+ "tooltip": "score = 18.277572309090907\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.52966 (-2.81624%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1975401,11 +1975401,11 @@
18,
7
),
- "score": 18.807229937499997,
- "score-diff": "0.5296576284090904",
- "score-diff-perc": "+2.89786%",
- "tooltip": "score = 18.807229937499997\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.52966 (+2.89786%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 18.8821975754717,
+ "score-diff": "0.6046252663807934",
+ "score-diff-perc": "+3.30802%",
+ "tooltip": "score = 18.8821975754717\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.60463 (+3.30802%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1975428,9 +1975428,9 @@
41
),
"score": 20.41479539145523,
- "score-diff": "1.6075654539552318",
- "score-diff-perc": "+8.54759%",
- "tooltip": "score = 20.41479539145523\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.60757 (+8.54759%)",
+ "score-diff": "1.5325978159835287",
+ "score-diff-perc": "+8.11663%",
+ "tooltip": "score = 20.41479539145523\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.53260 (+8.11663%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1975531,11 +1975531,11 @@
17,
1
),
- "score": 21.772375329710144,
- "score-diff": "0.8565299338768106",
- "score-diff-perc": "+4.09512%",
- "tooltip": "score = 21.772375329710144\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.85653 (+4.09512%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 28.563117043662473,
+ "score-diff": "7.64727164782914",
+ "score-diff-perc": "+36.56210%",
+ "tooltip": "score = 28.563117043662473\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +7.64727 (+36.56210%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1975557,11 +1975557,11 @@
17,
1
),
- "score": 18.320766829268294,
- "score-diff": "-3.45160850044185",
- "score-diff-perc": "-15.85316%",
- "tooltip": "score = 18.320766829268294\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.45161 (-15.85316%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 21.772375329710144,
+ "score-diff": "-6.790741713952329",
+ "score-diff-perc": "-23.77451%",
+ "tooltip": "score = 21.772375329710144\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -6.79074 (-23.77451%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1975583,11 +1975583,11 @@
17,
1
),
- "score": 28.563117043662473,
- "score-diff": "10.242350214394179",
- "score-diff-perc": "+55.90569%",
- "tooltip": "score = 28.563117043662473\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +10.24235 (+55.90569%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 18.320766829268294,
+ "score-diff": "-3.45160850044185",
+ "score-diff-perc": "-15.85316%",
+ "tooltip": "score = 18.320766829268294\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.45161 (-15.85316%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1975610,9 +1975610,9 @@
7
),
"score": 18.237948548484848,
- "score-diff": "-10.325168495177625",
- "score-diff-perc": "-36.14861%",
- "tooltip": "score = 18.237948548484848\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -10.32517 (-36.14861%)",
+ "score-diff": "-0.08281828078344589",
+ "score-diff-perc": "-0.45205%",
+ "tooltip": "score = 18.237948548484848\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.08282 (-0.45205%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1975895,11 +1975895,11 @@
16,
5
),
- "score": 20.706657879310345,
- "score-diff": "0.20128850516068653",
- "score-diff-perc": "+0.98164%",
- "tooltip": "score = 20.706657879310345\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.20129 (+0.98164%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 18.571943592592593,
+ "score-diff": "-1.933425781557066",
+ "score-diff-perc": "-9.42888%",
+ "tooltip": "score = 18.571943592592593\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.93343 (-9.42888%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1975921,11 +1975921,11 @@
16,
5
),
- "score": 18.571943592592593,
- "score-diff": "-2.1347142867177524",
- "score-diff-perc": "-10.30931%",
- "tooltip": "score = 18.571943592592593\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.13471 (-10.30931%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 20.416395349788566,
+ "score-diff": "1.8444517571959729",
+ "score-diff-perc": "+9.93139%",
+ "tooltip": "score = 20.416395349788566\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.84445 (+9.93139%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1975947,11 +1975947,11 @@
16,
5
),
- "score": 20.416395349788566,
- "score-diff": "1.8444517571959729",
- "score-diff-perc": "+9.93139%",
- "tooltip": "score = 20.416395349788566\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.84445 (+9.93139%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 20.706657879310345,
+ "score-diff": "0.29026252952177956",
+ "score-diff-perc": "+1.42171%",
+ "tooltip": "score = 20.706657879310345\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.29026 (+1.42171%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1975974,9 +1975974,9 @@
21
),
"score": 24.399169154471544,
- "score-diff": "3.982773804682978",
- "score-diff-perc": "+19.50772%",
- "tooltip": "score = 24.399169154471544\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +3.98277 (+19.50772%)",
+ "score-diff": "3.6925112751611984",
+ "score-diff-perc": "+17.83248%",
+ "tooltip": "score = 24.399169154471544\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +3.69251 (+17.83248%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1976285,11 +1976285,11 @@
8,
54
),
- "score": 21.878511807600763,
- "score-diff": "1.2159511774637757",
- "score-diff-perc": "+5.88480%",
- "tooltip": "score = 21.878511807600763\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.21595 (+5.88480%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 18.45564415337423,
+ "score-diff": "-2.206916476762757",
+ "score-diff-perc": "-10.68075%",
+ "tooltip": "score = 18.45564415337423\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.20692 (-10.68075%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1976311,11 +1976311,11 @@
8,
54
),
- "score": 18.45564415337423,
- "score-diff": "-3.4228676542265326",
- "score-diff-perc": "-15.64488%",
- "tooltip": "score = 18.45564415337423\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.42287 (-15.64488%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 21.878511807600763,
+ "score-diff": "3.4228676542265326",
+ "score-diff-perc": "+18.54645%",
+ "tooltip": "score = 21.878511807600763\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +3.42287 (+18.54645%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1976338,9 +1976338,9 @@
43
),
"score": 18.729750718051243,
- "score-diff": "0.27410656467701244",
- "score-diff-perc": "+1.48522%",
- "tooltip": "score = 18.729750718051243\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.27411 (+1.48522%)",
+ "score-diff": "-3.14876108954952",
+ "score-diff-perc": "-14.39203%",
+ "tooltip": "score = 18.729750718051243\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -3.14876 (-14.39203%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -1982012,11 +1982012,11 @@
18,
7
),
- "score": 19.337477737179487,
- "score-diff": "0.03312004166666682",
- "score-diff-perc": "+0.17157%",
- "tooltip": "score = 19.337477737179487\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.03312 (+0.17157%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 18.95050733962264,
+ "score-diff": "-0.3538503558901809",
+ "score-diff-perc": "-1.83301%",
+ "tooltip": "score = 18.95050733962264\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.35385 (-1.83301%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1982039,9 +1982039,9 @@
7
),
"score": 19.977467201986755,
- "score-diff": "0.6399894648072681",
- "score-diff-perc": "+3.30958%",
- "tooltip": "score = 19.977467201986755\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.63999 (+3.30958%)",
+ "score-diff": "1.0269598623641158",
+ "score-diff-perc": "+5.41917%",
+ "tooltip": "score = 19.977467201986755\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.02696 (+5.41917%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -1982064,11 +1982064,11 @@
18,
7
),
- "score": 18.95050733962264,
- "score-diff": "-1.0269598623641158",
- "score-diff-perc": "-5.14059%",
- "tooltip": "score = 18.95050733962264\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.02696 (-5.14059%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 19.337477737179487,
+ "score-diff": "-0.6399894648072681",
+ "score-diff-perc": "-3.20356%",
+ "tooltip": "score = 19.337477737179487\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.63999 (-3.20356%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -1982091,9 +1982091,9 @@
41
),
"score": 22.10046125735294,
- "score-diff": "3.1499539177303006",
- "score-diff-perc": "+16.62200%",
- "tooltip": "score = 22.10046125735294\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +3.14995 (+16.62200%)",
+ "score-diff": "2.762983520173453",
+ "score-diff-perc": "+14.28823%",
+ "tooltip": "score = 22.10046125735294\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +2.76298 (+14.28823%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -1982194,11 +1982194,11 @@
17,
1
),
- "score": 22.39710438822554,
- "score-diff": "-2.56667264070008",
- "score-diff-perc": "-10.28159%",
- "tooltip": "score = 22.39710438822554\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.56667 (-10.28159%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 22.51843306716418,
+ "score-diff": "-2.445343961761438",
+ "score-diff-perc": "-9.79557%",
+ "tooltip": "score = 22.51843306716418\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.44534 (-9.79557%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1982220,11 +1982220,11 @@
17,
1
),
- "score": 20.589735647260273,
- "score-diff": "-1.8073687409652663",
- "score-diff-perc": "-8.06965%",
- "tooltip": "score = 20.589735647260273\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.80737 (-8.06965%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 22.39710438822554,
+ "score-diff": "-0.1213286789386423",
+ "score-diff-perc": "-0.53880%",
+ "tooltip": "score = 22.39710438822554\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.12133 (-0.53880%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1982246,11 +1982246,11 @@
17,
1
),
- "score": 22.51843306716418,
- "score-diff": "1.9286974199039086",
- "score-diff-perc": "+9.36728%",
- "tooltip": "score = 22.51843306716418\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.92870 (+9.36728%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 20.589735647260273,
+ "score-diff": "-1.8073687409652663",
+ "score-diff-perc": "-8.06965%",
+ "tooltip": "score = 20.589735647260273\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.80737 (-8.06965%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -1982273,9 +1982273,9 @@
7
),
"score": 20.53083020408163,
- "score-diff": "-1.9876028630825502",
- "score-diff-perc": "-8.82656%",
- "tooltip": "score = 20.53083020408163\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.98760 (-8.82656%)",
+ "score-diff": "-0.05890544317864155",
+ "score-diff-perc": "-0.28609%",
+ "tooltip": "score = 20.53083020408163\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.05891 (-0.28609%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -1982558,11 +1982558,11 @@
16,
5
),
- "score": 25.44858659230769,
- "score-diff": "2.336264891162653",
- "score-diff-perc": "+10.10831%",
- "tooltip": "score = 25.44858659230769\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.33626 (+10.10831%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 19.763499819078945,
+ "score-diff": "-3.348821882066094",
+ "score-diff-perc": "-14.48934%",
+ "tooltip": "score = 19.763499819078945\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.34882 (-14.48934%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -1982584,11 +1982584,11 @@
16,
5
),
- "score": 19.763499819078945,
- "score-diff": "-5.685086773228747",
- "score-diff-perc": "-22.33950%",
- "tooltip": "score = 19.763499819078945\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -5.68509 (-22.33950%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 22.186628908088235,
+ "score-diff": "2.42312908900929",
+ "score-diff-perc": "+12.26063%",
+ "tooltip": "score = 22.186628908088235\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.42313 (+12.26063%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -1982610,11 +1982610,11 @@
16,
5
),
- "score": 22.186628908088235,
- "score-diff": "2.42312908900929",
- "score-diff-perc": "+12.26063%",
- "tooltip": "score = 22.186628908088235\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.42313 (+12.26063%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 25.44858659230769,
+ "score-diff": "3.261957684219457",
+ "score-diff-perc": "+14.70236%",
+ "tooltip": "score = 25.44858659230769\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.26196 (+14.70236%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -1982637,9 +1982637,9 @@
21
),
"score": 22.726093006123264,
- "score-diff": "0.5394640980350296",
- "score-diff-perc": "+2.43148%",
- "tooltip": "score = 22.726093006123264\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.53946 (+2.43148%)",
+ "score-diff": "-2.7224935861844273",
+ "score-diff-perc": "-10.69801%",
+ "tooltip": "score = 22.726093006123264\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -2.72249 (-10.69801%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -1982948,11 +1982948,11 @@
8,
54
),
- "score": 22.278713992592593,
- "score-diff": "0.05019538888888775",
- "score-diff-perc": "+0.22582%",
- "tooltip": "score = 22.278713992592593\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.05020 (+0.22582%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 19.975209788079468,
+ "score-diff": "-2.253308815624237",
+ "score-diff-perc": "-10.13702%",
+ "tooltip": "score = 19.975209788079468\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.25331 (-10.13702%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1982974,11 +1982974,11 @@
8,
54
),
- "score": 19.975209788079468,
- "score-diff": "-2.303504204513125",
- "score-diff-perc": "-10.33948%",
- "tooltip": "score = 19.975209788079468\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.30350 (-10.33948%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 22.278713992592593,
+ "score-diff": "2.303504204513125",
+ "score-diff-perc": "+11.53181%",
+ "tooltip": "score = 22.278713992592593\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.30350 (+11.53181%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -1983001,9 +1983001,9 @@
43
),
"score": 20.48200099659864,
- "score-diff": "0.5067912085191715",
- "score-diff-perc": "+2.53710%",
- "tooltip": "score = 20.48200099659864\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.50679 (+2.53710%)",
+ "score-diff": "-1.7967129959939534",
+ "score-diff-perc": "-8.06471%",
+ "tooltip": "score = 20.48200099659864\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.79671 (-8.06471%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2029948,11 +2029948,11 @@
18,
7
),
- "score": 1.1648357092391304,
- "score-diff": "-0.03487329595879052",
- "score-diff-perc": "-2.90681%",
- "tooltip": "score = 1.1648357092391304\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03487 (-2.90681%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 1.1257973001876174,
+ "score-diff": "-0.07391170501030353",
+ "score-diff-perc": "-6.16080%",
+ "tooltip": "score = 1.1257973001876174\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.07391 (-6.16080%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2029975,9 +2029975,9 @@
7
),
"score": 1.1402058951367782,
- "score-diff": "-0.02462981410235221",
- "score-diff-perc": "-2.11445%",
- "tooltip": "score = 1.1402058951367782\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02463 (-2.11445%)",
+ "score-diff": "0.014408594949160802",
+ "score-diff-perc": "+1.27986%",
+ "tooltip": "score = 1.1402058951367782\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01441 (+1.27986%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2030000,11 +2030000,11 @@
18,
7
),
- "score": 1.1257973001876174,
- "score-diff": "-0.014408594949160802",
- "score-diff-perc": "-1.26368%",
- "tooltip": "score = 1.1257973001876174\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01441 (-1.26368%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 1.1648357092391304,
+ "score-diff": "0.02462981410235221",
+ "score-diff-perc": "+2.16012%",
+ "tooltip": "score = 1.1648357092391304\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02463 (+2.16012%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2030027,9 +2030027,9 @@
41
),
"score": 2.6023328430182135,
- "score-diff": "1.4765355428305962",
- "score-diff-perc": "+131.15465%",
- "tooltip": "score = 2.6023328430182135\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.47654 (+131.15465%)",
+ "score-diff": "1.4374971337790832",
+ "score-diff-perc": "+123.40772%",
+ "tooltip": "score = 2.6023328430182135\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.43750 (+123.40772%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2030130,11 +2030130,11 @@
17,
1
),
- "score": 2.5018319066666668,
- "score-diff": "-0.01781554925272877",
- "score-diff-perc": "-0.70707%",
- "tooltip": "score = 2.5018319066666668\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01782 (-0.70707%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 2.983775750497018,
+ "score-diff": "0.4641282945776224",
+ "score-diff-perc": "+18.42037%",
+ "tooltip": "score = 2.983775750497018\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.46413 (+18.42037%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2030156,11 +2030156,11 @@
17,
1
),
- "score": 1.1479365814843152,
- "score-diff": "-1.3538953251823516",
- "score-diff-perc": "-54.11616%",
- "tooltip": "score = 1.1479365814843152\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.35390 (-54.11616%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 2.5018319066666668,
+ "score-diff": "-0.48194384383035116",
+ "score-diff-perc": "-16.15215%",
+ "tooltip": "score = 2.5018319066666668\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.48194 (-16.15215%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2030182,11 +2030182,11 @@
17,
1
),
- "score": 2.983775750497018,
- "score-diff": "1.8358391690127027",
- "score-diff-perc": "+159.92514%",
- "tooltip": "score = 2.983775750497018\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.83584 (+159.92514%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 1.1479365814843152,
+ "score-diff": "-1.3538953251823516",
+ "score-diff-perc": "-54.11616%",
+ "tooltip": "score = 1.1479365814843152\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.35390 (-54.11616%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2030209,9 +2030209,9 @@
7
),
"score": 1.1291720925856228,
- "score-diff": "-1.8546036579113951",
- "score-diff-perc": "-62.15627%",
- "tooltip": "score = 1.1291720925856228\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.85460 (-62.15627%)",
+ "score-diff": "-0.018764488898692422",
+ "score-diff-perc": "-1.63463%",
+ "tooltip": "score = 1.1291720925856228\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.01876 (-1.63463%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2030494,11 +2030494,11 @@
16,
5
),
- "score": 1.5677311609195401,
- "score-diff": "-0.01537271302560761",
- "score-diff-perc": "-0.97105%",
- "tooltip": "score = 1.5677311609195401\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01537 (-0.97105%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.47336894730198803,
+ "score-diff": "-1.1097349266431598",
+ "score-diff-perc": "-70.09868%",
+ "tooltip": "score = 0.47336894730198803\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.10973 (-70.09868%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2030520,11 +2030520,11 @@
16,
5
),
- "score": 0.47336894730198803,
- "score-diff": "-1.0943622136175521",
- "score-diff-perc": "-69.80548%",
- "tooltip": "score = 0.47336894730198803\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.09436 (-69.80548%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.606652295503212,
+ "score-diff": "1.1332833482012241",
+ "score-diff-perc": "+239.40805%",
+ "tooltip": "score = 1.606652295503212\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.13328 (+239.40805%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2030546,11 +2030546,11 @@
16,
5
),
- "score": 1.606652295503212,
- "score-diff": "1.1332833482012241",
- "score-diff-perc": "+239.40805%",
- "tooltip": "score = 1.606652295503212\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.13328 (+239.40805%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1.5677311609195401,
+ "score-diff": "-0.03892113458367197",
+ "score-diff-perc": "-2.42250%",
+ "tooltip": "score = 1.5677311609195401\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.03892 (-2.42250%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2030573,9 +2030573,9 @@
21
),
"score": 1.5947826153028692,
- "score-diff": "-0.011869680200342847",
- "score-diff-perc": "-0.73878%",
- "tooltip": "score = 1.5947826153028692\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.01187 (-0.73878%)",
+ "score-diff": "0.02705145438332912",
+ "score-diff-perc": "+1.72552%",
+ "tooltip": "score = 1.5947826153028692\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.02705 (+1.72552%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2030884,11 +2030884,11 @@
8,
54
),
- "score": 3.5282155334900116,
- "score-diff": "-0.19183788534518031",
- "score-diff-perc": "-5.15686%",
- "tooltip": "score = 3.5282155334900116\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.19184 (-5.15686%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 4.109327239398085,
+ "score-diff": "0.38927382056289295",
+ "score-diff-perc": "+10.46420%",
+ "tooltip": "score = 4.109327239398085\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.38927 (+10.46420%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2030910,11 +2030910,11 @@
8,
54
),
- "score": 4.109327239398085,
- "score-diff": "0.5811117059080733",
- "score-diff-perc": "+16.47041%",
- "tooltip": "score = 4.109327239398085\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.58111 (+16.47041%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 3.5282155334900116,
+ "score-diff": "-0.5811117059080733",
+ "score-diff-perc": "-14.14129%",
+ "tooltip": "score = 3.5282155334900116\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.58111 (-14.14129%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2030937,9 +2030937,9 @@
43
),
"score": 3.8157891283354513,
- "score-diff": "-0.2935381110626336",
- "score-diff-perc": "-7.14322%",
- "tooltip": "score = 3.8157891283354513\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.29354 (-7.14322%)",
+ "score-diff": "0.28757359484543965",
+ "score-diff-perc": "+8.15068%",
+ "tooltip": "score = 3.8157891283354513\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.28757 (+8.15068%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2036722,11 +2036722,11 @@
18,
7
),
- "score": 3.764881303638645,
- "score-diff": "0.03615125270696762",
- "score-diff-perc": "+0.96953%",
- "tooltip": "score = 3.764881303638645\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.03615 (+0.96953%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 3.3356289111111113,
+ "score-diff": "-0.39310113982056594",
+ "score-diff-perc": "-10.54249%",
+ "tooltip": "score = 3.3356289111111113\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.39310 (-10.54249%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2036749,9 +2036749,9 @@
7
),
"score": 4.015155582887701,
- "score-diff": "0.250274279249056",
- "score-diff-perc": "+6.64760%",
- "tooltip": "score = 4.015155582887701\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.25027 (+6.64760%)",
+ "score-diff": "0.6795266717765895",
+ "score-diff-perc": "+20.37177%",
+ "tooltip": "score = 4.015155582887701\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.67953 (+20.37177%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2036774,11 +2036774,11 @@
18,
7
),
- "score": 3.3356289111111113,
- "score-diff": "-0.6795266717765895",
- "score-diff-perc": "-16.92404%",
- "tooltip": "score = 3.3356289111111113\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.67953 (-16.92404%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 3.764881303638645,
+ "score-diff": "-0.250274279249056",
+ "score-diff-perc": "-6.23324%",
+ "tooltip": "score = 3.764881303638645\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.25027 (-6.23324%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2036801,9 +2036801,9 @@
41
),
"score": 5.869133357421875,
- "score-diff": "2.5335044463107637",
- "score-diff-perc": "+75.95283%",
- "tooltip": "score = 5.869133357421875\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +2.53350 (+75.95283%)",
+ "score-diff": "2.10425205378323",
+ "score-diff-perc": "+55.89159%",
+ "tooltip": "score = 5.869133357421875\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +2.10425 (+55.89159%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2036904,11 +2036904,11 @@
17,
1
),
- "score": 5.988385868263473,
- "score-diff": "0.29719360879377543",
- "score-diff-perc": "+5.22199%",
- "tooltip": "score = 5.988385868263473\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.29719 (+5.22199%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 4.563661465045593,
+ "score-diff": "-1.1275307944241044",
+ "score-diff-perc": "-19.81186%",
+ "tooltip": "score = 4.563661465045593\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.12753 (-19.81186%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2036930,11 +2036930,11 @@
17,
1
),
- "score": 3.438462218785796,
- "score-diff": "-2.5499236494776767",
- "score-diff-perc": "-42.58115%",
- "tooltip": "score = 3.438462218785796\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.54992 (-42.58115%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 5.988385868263473,
+ "score-diff": "1.4247244032178799",
+ "score-diff-perc": "+31.21889%",
+ "tooltip": "score = 5.988385868263473\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.42472 (+31.21889%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2036956,11 +2036956,11 @@
17,
1
),
- "score": 4.563661465045593,
- "score-diff": "1.1251992462597968",
- "score-diff-perc": "+32.72391%",
- "tooltip": "score = 4.563661465045593\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.12520 (+32.72391%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 3.438462218785796,
+ "score-diff": "-2.5499236494776767",
+ "score-diff-perc": "-42.58115%",
+ "tooltip": "score = 3.438462218785796\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.54992 (-42.58115%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2036983,9 +2036983,9 @@
7
),
"score": 3.4372111328751433,
- "score-diff": "-1.1264503321704495",
- "score-diff-perc": "-24.68304%",
- "tooltip": "score = 3.4372111328751433\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.12645 (-24.68304%)",
+ "score-diff": "-0.001251085910652705",
+ "score-diff-perc": "-0.03639%",
+ "tooltip": "score = 3.4372111328751433\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00125 (-0.03639%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2037268,11 +2037268,11 @@
16,
5
),
- "score": 4.44601775295858,
- "score-diff": "-0.17037322242603548",
- "score-diff-perc": "-3.69062%",
- "tooltip": "score = 4.44601775295858\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.17037 (-3.69062%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 3.7578942878598247,
+ "score-diff": "-0.858496687524791",
+ "score-diff-perc": "-18.59671%",
+ "tooltip": "score = 3.7578942878598247\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.85850 (-18.59671%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2037294,11 +2037294,11 @@
16,
5
),
- "score": 3.7578942878598247,
- "score-diff": "-0.6881234650987555",
- "score-diff-perc": "-15.47730%",
- "tooltip": "score = 3.7578942878598247\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.68812 (-15.47730%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 6.073941664646465,
+ "score-diff": "2.31604737678664",
+ "score-diff-perc": "+61.63152%",
+ "tooltip": "score = 6.073941664646465\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.31605 (+61.63152%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2037320,11 +2037320,11 @@
16,
5
),
- "score": 6.073941664646465,
- "score-diff": "2.31604737678664",
- "score-diff-perc": "+61.63152%",
- "tooltip": "score = 6.073941664646465\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.31605 (+61.63152%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 4.44601775295858,
+ "score-diff": "-1.6279239116878843",
+ "score-diff-perc": "-26.80177%",
+ "tooltip": "score = 4.44601775295858\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.62792 (-26.80177%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2037347,9 +2037347,9 @@
21
),
"score": 5.603131236940299,
- "score-diff": "-0.47081042770616577",
- "score-diff-perc": "-7.75132%",
- "tooltip": "score = 5.603131236940299\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.47081 (-7.75132%)",
+ "score-diff": "1.1571134839817185",
+ "score-diff-perc": "+26.02584%",
+ "tooltip": "score = 5.603131236940299\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.15711 (+26.02584%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2037658,11 +2037658,11 @@
8,
54
),
- "score": 6.597794281318682,
- "score-diff": "0.0757659212319135",
- "score-diff-perc": "+1.16169%",
- "tooltip": "score = 6.597794281318682\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.07577 (+1.16169%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 7.409648520987655,
+ "score-diff": "0.8876201609008865",
+ "score-diff-perc": "+13.60957%",
+ "tooltip": "score = 7.409648520987655\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.88762 (+13.60957%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2037684,11 +2037684,11 @@
8,
54
),
- "score": 7.409648520987655,
- "score-diff": "0.811854239668973",
- "score-diff-perc": "+12.30493%",
- "tooltip": "score = 7.409648520987655\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.81185 (+12.30493%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 6.597794281318682,
+ "score-diff": "-0.811854239668973",
+ "score-diff-perc": "-10.95672%",
+ "tooltip": "score = 6.597794281318682\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.81185 (-10.95672%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2037711,9 +2037711,9 @@
43
),
"score": 9.632848881410256,
- "score-diff": "2.2232003604226014",
- "score-diff-perc": "+30.00413%",
- "tooltip": "score = 9.632848881410256\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +2.22320 (+30.00413%)",
+ "score-diff": "3.0350546000915744",
+ "score-diff-perc": "+46.00105%",
+ "tooltip": "score = 9.632848881410256\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +3.03505 (+46.00105%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2044569,11 +2044569,11 @@
18,
7
),
- "score": 1.1666930874805599,
- "score-diff": "0.008322619912992213",
- "score-diff-perc": "+0.71848%",
- "tooltip": "score = 1.1666930874805599\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00832 (+0.71848%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 1.1510505876486383,
+ "score-diff": "-0.007319879918929351",
+ "score-diff-perc": "-0.63191%",
+ "tooltip": "score = 1.1510505876486383\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00732 (-0.63191%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2044596,9 +2044596,9 @@
7
),
"score": 1.1517899884836853,
- "score-diff": "-0.014903098996874586",
- "score-diff-perc": "-1.27738%",
- "tooltip": "score = 1.1517899884836853\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01490 (-1.27738%)",
+ "score-diff": "0.0007394008350469772",
+ "score-diff-perc": "+0.06424%",
+ "tooltip": "score = 1.1517899884836853\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00074 (+0.06424%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2044621,11 +2044621,11 @@
18,
7
),
- "score": 1.1510505876486383,
- "score-diff": "-0.0007394008350469772",
- "score-diff-perc": "-0.06420%",
- "tooltip": "score = 1.1510505876486383\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00074 (-0.06420%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 1.1666930874805599,
+ "score-diff": "0.014903098996874586",
+ "score-diff-perc": "+1.29391%",
+ "tooltip": "score = 1.1666930874805599\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01490 (+1.29391%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2044648,9 +2044648,9 @@
41
),
"score": 2.602984721595837,
- "score-diff": "1.4519341339471987",
- "score-diff-perc": "+126.13991%",
- "tooltip": "score = 2.602984721595837\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.45193 (+126.13991%)",
+ "score-diff": "1.4362916341152772",
+ "score-diff-perc": "+123.10792%",
+ "tooltip": "score = 2.602984721595837\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.43629 (+123.10792%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2044751,11 +2044751,11 @@
17,
1
),
- "score": 2.937518412915851,
- "score-diff": "0.27361128691762593",
- "score-diff-perc": "+10.27105%",
- "tooltip": "score = 2.937518412915851\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.27361 (+10.27105%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 2.5107657364016736,
+ "score-diff": "-0.15314138959655166",
+ "score-diff-perc": "-5.74875%",
+ "tooltip": "score = 2.5107657364016736\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.15314 (-5.74875%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2044777,11 +2044777,11 @@
17,
1
),
- "score": 1.1509069344073648,
- "score-diff": "-1.7866114785084863",
- "score-diff-perc": "-60.82044%",
- "tooltip": "score = 1.1509069344073648\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.78661 (-60.82044%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 2.937518412915851,
+ "score-diff": "0.4267526765141776",
+ "score-diff-perc": "+16.99691%",
+ "tooltip": "score = 2.937518412915851\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.42675 (+16.99691%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2044803,11 +2044803,11 @@
17,
1
),
- "score": 2.5107657364016736,
- "score-diff": "1.3598588019943088",
- "score-diff-perc": "+118.15541%",
- "tooltip": "score = 2.5107657364016736\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.35986 (+118.15541%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 1.1509069344073648,
+ "score-diff": "-1.7866114785084863",
+ "score-diff-perc": "-60.82044%",
+ "tooltip": "score = 1.1509069344073648\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.78661 (-60.82044%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2044830,9 +2044830,9 @@
7
),
"score": 1.1490134303215926,
- "score-diff": "-1.361752306080081",
- "score-diff-perc": "-54.23653%",
- "tooltip": "score = 1.1490134303215926\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.36175 (-54.23653%)",
+ "score-diff": "-0.0018935040857721575",
+ "score-diff-perc": "-0.16452%",
+ "tooltip": "score = 1.1490134303215926\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00189 (-0.16452%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2045115,11 +2045115,11 @@
16,
5
),
- "score": 1.4731746048109966,
- "score-diff": "0.059270174085266136",
- "score-diff-perc": "+4.19195%",
- "tooltip": "score = 1.4731746048109966\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.05927 (+4.19195%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.432359173054755,
+ "score-diff": "-0.9815452576709754",
+ "score-diff-perc": "-69.42091%",
+ "tooltip": "score = 0.432359173054755\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.98155 (-69.42091%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2045141,11 +2045141,11 @@
16,
5
),
- "score": 0.432359173054755,
- "score-diff": "-1.0408154317562417",
- "score-diff-perc": "-70.65119%",
- "tooltip": "score = 0.432359173054755\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.04082 (-70.65119%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.4187393990543735,
+ "score-diff": "0.9863802259996185",
+ "score-diff-perc": "+228.13908%",
+ "tooltip": "score = 1.4187393990543735\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.98638 (+228.13908%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2045167,11 +2045167,11 @@
16,
5
),
- "score": 1.4187393990543735,
- "score-diff": "0.9863802259996185",
- "score-diff-perc": "+228.13908%",
- "tooltip": "score = 1.4187393990543735\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.98638 (+228.13908%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1.4731746048109966,
+ "score-diff": "0.054435205756623084",
+ "score-diff-perc": "+3.83687%",
+ "tooltip": "score = 1.4731746048109966\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.05444 (+3.83687%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2045194,9 +2045194,9 @@
21
),
"score": 1.3983315368126747,
- "score-diff": "-0.02040786224169877",
- "score-diff-perc": "-1.43845%",
- "tooltip": "score = 1.3983315368126747\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.02041 (-1.43845%)",
+ "score-diff": "-0.07484306799832185",
+ "score-diff-perc": "-5.08039%",
+ "tooltip": "score = 1.3983315368126747\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.07484 (-5.08039%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2045505,11 +2045505,11 @@
8,
54
),
- "score": 4.384318108029197,
- "score-diff": "-0.04808613975841425",
- "score-diff-perc": "-1.08488%",
- "tooltip": "score = 4.384318108029197\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.04809 (-1.08488%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 3.9087962239583334,
+ "score-diff": "-0.5236080238292775",
+ "score-diff-perc": "-11.81318%",
+ "tooltip": "score = 3.9087962239583334\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.52361 (-11.81318%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2045531,11 +2045531,11 @@
8,
54
),
- "score": 3.9087962239583334,
- "score-diff": "-0.47552188407086327",
- "score-diff-perc": "-10.84597%",
- "tooltip": "score = 3.9087962239583334\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.47552 (-10.84597%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 4.384318108029197,
+ "score-diff": "0.47552188407086327",
+ "score-diff-perc": "+12.16543%",
+ "tooltip": "score = 4.384318108029197\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.47552 (+12.16543%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2045558,9 +2045558,9 @@
43
),
"score": 4.126245556318682,
- "score-diff": "0.21744933236034836",
- "score-diff-perc": "+5.56308%",
- "tooltip": "score = 4.126245556318682\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.21745 (+5.56308%)",
+ "score-diff": "-0.2580725517105149",
+ "score-diff-perc": "-5.88626%",
+ "tooltip": "score = 4.126245556318682\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.25807 (-5.88626%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2051232,11 +2051232,11 @@
18,
7
),
- "score": 3.2493905183982683,
- "score-diff": "-0.06346894297038519",
- "score-diff-perc": "-1.91584%",
- "tooltip": "score = 3.2493905183982683\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.06347 (-1.91584%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 3.2001708987206823,
+ "score-diff": "-0.11268856264797122",
+ "score-diff-perc": "-3.40155%",
+ "tooltip": "score = 3.2001708987206823\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.11269 (-3.40155%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2051259,9 +2051259,9 @@
7
),
"score": 3.3240569822812844,
- "score-diff": "0.07466646388301612",
- "score-diff-perc": "+2.29786%",
- "tooltip": "score = 3.3240569822812844\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.07467 (+2.29786%)",
+ "score-diff": "0.12388608356060216",
+ "score-diff-perc": "+3.87123%",
+ "tooltip": "score = 3.3240569822812844\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.12389 (+3.87123%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2051284,11 +2051284,11 @@
18,
7
),
- "score": 3.2001708987206823,
- "score-diff": "-0.12388608356060216",
- "score-diff-perc": "-3.72695%",
- "tooltip": "score = 3.2001708987206823\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.12389 (-3.72695%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 3.2493905183982683,
+ "score-diff": "-0.07466646388301612",
+ "score-diff-perc": "-2.24625%",
+ "tooltip": "score = 3.2493905183982683\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.07467 (-2.24625%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2051311,9 +2051311,9 @@
41
),
"score": 4.438130859467456,
- "score-diff": "1.2379599607467733",
- "score-diff-perc": "+38.68418%",
- "tooltip": "score = 4.438130859467456\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.23796 (+38.68418%)",
+ "score-diff": "1.1887403410691872",
+ "score-diff-perc": "+36.58349%",
+ "tooltip": "score = 4.438130859467456\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.18874 (+36.58349%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2051414,11 +2051414,11 @@
17,
1
),
- "score": 4.356448674891147,
- "score-diff": "-0.8072075897136646",
- "score-diff-perc": "-15.63248%",
- "tooltip": "score = 4.356448674891147\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.80721 (-15.63248%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 5.712463182509506,
+ "score-diff": "0.5488069179046944",
+ "score-diff-perc": "+10.62826%",
+ "tooltip": "score = 5.712463182509506\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.54881 (+10.62826%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2051440,11 +2051440,11 @@
17,
1
),
- "score": 3.341463886414254,
- "score-diff": "-1.0149847884768928",
- "score-diff-perc": "-23.29844%",
- "tooltip": "score = 3.341463886414254\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.01498 (-23.29844%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 4.356448674891147,
+ "score-diff": "-1.356014507618359",
+ "score-diff-perc": "-23.73782%",
+ "tooltip": "score = 4.356448674891147\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.35601 (-23.73782%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2051466,11 +2051466,11 @@
17,
1
),
- "score": 5.712463182509506,
- "score-diff": "2.3709992960952517",
- "score-diff-perc": "+70.95690%",
- "tooltip": "score = 5.712463182509506\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.37100 (+70.95690%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 3.341463886414254,
+ "score-diff": "-1.0149847884768928",
+ "score-diff-perc": "-23.29844%",
+ "tooltip": "score = 3.341463886414254\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.01498 (-23.29844%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2051493,9 +2051493,9 @@
7
),
"score": 3.2756377139737993,
- "score-diff": "-2.4368254685357065",
- "score-diff-perc": "-42.65805%",
- "tooltip": "score = 3.2756377139737993\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.43683 (-42.65805%)",
+ "score-diff": "-0.06582617244045474",
+ "score-diff-perc": "-1.96998%",
+ "tooltip": "score = 3.2756377139737993\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.06583 (-1.96998%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2051778,11 +2051778,11 @@
16,
5
),
- "score": 5.937429733201581,
- "score-diff": "0.4040990904759827",
- "score-diff-perc": "+7.30300%",
- "tooltip": "score = 5.937429733201581\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.40410 (+7.30300%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 3.080762685831622,
+ "score-diff": "-2.452567956893976",
+ "score-diff-perc": "-44.32354%",
+ "tooltip": "score = 3.080762685831622\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.45257 (-44.32354%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2051804,11 +2051804,11 @@
16,
5
),
- "score": 3.080762685831622,
- "score-diff": "-2.856667047369959",
- "score-diff-perc": "-48.11286%",
- "tooltip": "score = 3.080762685831622\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.85667 (-48.11286%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 4.5272272775263955,
+ "score-diff": "1.4464645916947734",
+ "score-diff-perc": "+46.95151%",
+ "tooltip": "score = 4.5272272775263955\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.44646 (+46.95151%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2051830,11 +2051830,11 @@
16,
5
),
- "score": 4.5272272775263955,
- "score-diff": "1.4464645916947734",
- "score-diff-perc": "+46.95151%",
- "tooltip": "score = 4.5272272775263955\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.44646 (+46.95151%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 5.937429733201581,
+ "score-diff": "1.4102024556751855",
+ "score-diff-perc": "+31.14936%",
+ "tooltip": "score = 5.937429733201581\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.41020 (+31.14936%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2051857,9 +2051857,9 @@
21
),
"score": 5.647178954887218,
- "score-diff": "1.119951677360823",
- "score-diff-perc": "+24.73814%",
- "tooltip": "score = 5.647178954887218\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.11995 (+24.73814%)",
+ "score-diff": "-0.29025077831436263",
+ "score-diff-perc": "-4.88849%",
+ "tooltip": "score = 5.647178954887218\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.29025 (-4.88849%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2052168,11 +2052168,11 @@
8,
54
),
- "score": 8.976201802985075,
- "score-diff": "0.6689967339243026",
- "score-diff-perc": "+8.05321%",
- "tooltip": "score = 8.976201802985075\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.66900 (+8.05321%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 9.132527674772037,
+ "score-diff": "0.8253226057112641",
+ "score-diff-perc": "+9.93502%",
+ "tooltip": "score = 9.132527674772037\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.82532 (+9.93502%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2052194,11 +2052194,11 @@
8,
54
),
- "score": 9.132527674772037,
- "score-diff": "0.15632587178696156",
- "score-diff-perc": "+1.74156%",
- "tooltip": "score = 9.132527674772037\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.15633 (+1.74156%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 8.976201802985075,
+ "score-diff": "-0.15632587178696156",
+ "score-diff-perc": "-1.71175%",
+ "tooltip": "score = 8.976201802985075\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.15633 (-1.71175%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2052221,9 +2052221,9 @@
43
),
"score": 7.607012441919192,
- "score-diff": "-1.525515232852845",
- "score-diff-perc": "-16.70420%",
- "tooltip": "score = 7.607012441919192\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.52552 (-16.70420%)",
+ "score-diff": "-1.3691893610658834",
+ "score-diff-perc": "-15.25355%",
+ "tooltip": "score = 7.607012441919192\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.36919 (-15.25355%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2057895,11 +2057895,11 @@
18,
7
),
- "score": 19.84787261111111,
- "score-diff": "1.0304401975772777",
- "score-diff-perc": "+5.47599%",
- "tooltip": "score = 19.84787261111111\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.03044 (+5.47599%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 20.267685684210527,
+ "score-diff": "1.4502532706766935",
+ "score-diff-perc": "+7.70697%",
+ "tooltip": "score = 20.267685684210527\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.45025 (+7.70697%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2057922,9 +2057922,9 @@
7
),
"score": 19.5412191875,
- "score-diff": "-0.3066534236111096",
- "score-diff-perc": "-1.54502%",
- "tooltip": "score = 19.5412191875\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.30665 (-1.54502%)",
+ "score-diff": "-0.7264664967105254",
+ "score-diff-perc": "-3.58436%",
+ "tooltip": "score = 19.5412191875\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.72647 (-3.58436%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2057947,11 +2057947,11 @@
18,
7
),
- "score": 20.267685684210527,
- "score-diff": "0.7264664967105254",
- "score-diff-perc": "+3.71761%",
- "tooltip": "score = 20.267685684210527\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.72647 (+3.71761%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 19.84787261111111,
+ "score-diff": "0.3066534236111096",
+ "score-diff-perc": "+1.56926%",
+ "tooltip": "score = 19.84787261111111\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.30665 (+1.56926%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2057974,9 +2057974,9 @@
41
),
"score": 19.823049184313724,
- "score-diff": "-0.4446364998968022",
- "score-diff-perc": "-2.19382%",
- "tooltip": "score = 19.823049184313724\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.44464 (-2.19382%)",
+ "score-diff": "-0.02482342679738636",
+ "score-diff-perc": "-0.12507%",
+ "tooltip": "score = 19.823049184313724\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.02482 (-0.12507%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2058077,11 +2058077,11 @@
17,
1
),
- "score": 20.365742702811247,
- "score-diff": "1.4712590575282292",
- "score-diff-perc": "+7.78671%",
- "tooltip": "score = 20.365742702811247\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.47126 (+7.78671%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 19.881364131274132,
+ "score-diff": "0.9868804859911151",
+ "score-diff-perc": "+5.22311%",
+ "tooltip": "score = 19.881364131274132\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.98688 (+5.22311%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2058103,11 +2058103,11 @@
17,
1
),
- "score": 19.10633429389313,
- "score-diff": "-1.259408408918116",
- "score-diff-perc": "-6.18396%",
- "tooltip": "score = 19.10633429389313\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.25941 (-6.18396%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 20.365742702811247,
+ "score-diff": "0.48437857153711406",
+ "score-diff-perc": "+2.43634%",
+ "tooltip": "score = 20.365742702811247\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.48438 (+2.43634%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2058129,11 +2058129,11 @@
17,
1
),
- "score": 19.881364131274132,
- "score-diff": "0.7750298373810018",
- "score-diff-perc": "+4.05640%",
- "tooltip": "score = 19.881364131274132\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.77503 (+4.05640%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 19.10633429389313,
+ "score-diff": "-1.259408408918116",
+ "score-diff-perc": "-6.18396%",
+ "tooltip": "score = 19.10633429389313\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.25941 (-6.18396%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2058156,9 +2058156,9 @@
7
),
"score": 19.174650133333333,
- "score-diff": "-0.706713997940799",
- "score-diff-perc": "-3.55466%",
- "tooltip": "score = 19.174650133333333\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.70671 (-3.55466%)",
+ "score-diff": "0.06831583944020281",
+ "score-diff-perc": "+0.35756%",
+ "tooltip": "score = 19.174650133333333\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.06832 (+0.35756%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2058441,11 +2058441,11 @@
16,
5
),
- "score": 19.460674148288973,
- "score-diff": "0.28486556591349554",
- "score-diff-perc": "+1.48555%",
- "tooltip": "score = 19.460674148288973\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.28487 (+1.48555%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 18.329158586080585,
+ "score-diff": "-0.846649996294893",
+ "score-diff-perc": "-4.41520%",
+ "tooltip": "score = 18.329158586080585\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.84665 (-4.41520%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2058467,11 +2058467,11 @@
16,
5
),
- "score": 18.329158586080585,
- "score-diff": "-1.1315155622083886",
- "score-diff-perc": "-5.81437%",
- "tooltip": "score = 18.329158586080585\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.13152 (-5.81437%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 19.166969559386974,
+ "score-diff": "0.8378109733063894",
+ "score-diff-perc": "+4.57092%",
+ "tooltip": "score = 19.166969559386974\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.83781 (+4.57092%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2058493,11 +2058493,11 @@
16,
5
),
- "score": 19.166969559386974,
- "score-diff": "0.8378109733063894",
- "score-diff-perc": "+4.57092%",
- "tooltip": "score = 19.166969559386974\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.83781 (+4.57092%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 19.460674148288973,
+ "score-diff": "0.29370458890199913",
+ "score-diff-perc": "+1.53235%",
+ "tooltip": "score = 19.460674148288973\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.29370 (+1.53235%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2058520,9 +2058520,9 @@
21
),
"score": 19.168917064638784,
- "score-diff": "0.0019475052518096447",
- "score-diff-perc": "+0.01016%",
- "tooltip": "score = 19.168917064638784\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00195 (+0.01016%)",
+ "score-diff": "-0.2917570836501895",
+ "score-diff-perc": "-1.49921%",
+ "tooltip": "score = 19.168917064638784\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.29176 (-1.49921%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2058831,11 +2058831,11 @@
8,
54
),
- "score": 21.692750285714286,
- "score-diff": "1.0375658403701564",
- "score-diff-perc": "+5.02327%",
- "tooltip": "score = 21.692750285714286\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.03757 (+5.02327%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 20.723273196,
+ "score-diff": "0.06808875065587117",
+ "score-diff-perc": "+0.32964%",
+ "tooltip": "score = 20.723273196\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.06809 (+0.32964%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2058857,11 +2058857,11 @@
8,
54
),
- "score": 20.723273196,
- "score-diff": "-0.9694770897142853",
- "score-diff-perc": "-4.46913%",
- "tooltip": "score = 20.723273196\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.96948 (-4.46913%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 21.692750285714286,
+ "score-diff": "0.9694770897142853",
+ "score-diff-perc": "+4.67820%",
+ "tooltip": "score = 21.692750285714286\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.96948 (+4.67820%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2058884,9 +2058884,9 @@
43
),
"score": 21.11707773251029,
- "score-diff": "0.393804536510288",
- "score-diff-perc": "+1.90030%",
- "tooltip": "score = 21.11707773251029\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.39380 (+1.90030%)",
+ "score-diff": "-0.5756725532039972",
+ "score-diff-perc": "-2.65376%",
+ "tooltip": "score = 21.11707773251029\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.57567 (-2.65376%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2064558,11 +2064558,11 @@
18,
7
),
- "score": 2.7001909541036717,
- "score-diff": "-0.5082828021503372",
- "score-diff-perc": "-15.84189%",
- "tooltip": "score = 2.7001909541036717\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.50828 (-15.84189%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 2.70264298919503,
+ "score-diff": "-0.505830767058979",
+ "score-diff-perc": "-15.76546%",
+ "tooltip": "score = 2.70264298919503\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.50583 (-15.76546%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2064585,9 +2064585,9 @@
7
),
"score": 2.697494195253506,
- "score-diff": "-0.002696758850165626",
- "score-diff-perc": "-0.09987%",
- "tooltip": "score = 2.697494195253506\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00270 (-0.09987%)",
+ "score-diff": "-0.005148793941523788",
+ "score-diff-perc": "-0.19051%",
+ "tooltip": "score = 2.697494195253506\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00515 (-0.19051%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2064610,11 +2064610,11 @@
18,
7
),
- "score": 2.70264298919503,
- "score-diff": "0.005148793941523788",
- "score-diff-perc": "+0.19087%",
- "tooltip": "score = 2.70264298919503\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00515 (+0.19087%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 2.7001909541036717,
+ "score-diff": "0.002696758850165626",
+ "score-diff-perc": "+0.09997%",
+ "tooltip": "score = 2.7001909541036717\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00270 (+0.09997%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2064637,9 +2064637,9 @@
41
),
"score": 2.969281520783848,
- "score-diff": "0.26663853158881823",
- "score-diff-perc": "+9.86584%",
- "tooltip": "score = 2.969281520783848\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.26664 (+9.86584%)",
+ "score-diff": "0.2690905666801764",
+ "score-diff-perc": "+9.96561%",
+ "tooltip": "score = 2.969281520783848\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.26909 (+9.96561%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2064740,11 +2064740,11 @@
17,
1
),
- "score": 2.8840781926182237,
- "score-diff": "-0.0011168027681662807",
- "score-diff-perc": "-0.03871%",
- "tooltip": "score = 2.8840781926182237\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00112 (-0.03871%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 2.9130026138613863,
+ "score-diff": "0.027807618474996243",
+ "score-diff-perc": "+0.96380%",
+ "tooltip": "score = 2.9130026138613863\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02781 (+0.96380%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2064766,11 +2064766,11 @@
17,
1
),
- "score": 2.6837817424892703,
- "score-diff": "-0.20029645012895347",
- "score-diff-perc": "-6.94490%",
- "tooltip": "score = 2.6837817424892703\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.20030 (-6.94490%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 2.8840781926182237,
+ "score-diff": "-0.028924421243162524",
+ "score-diff-perc": "-0.99294%",
+ "tooltip": "score = 2.8840781926182237\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.02892 (-0.99294%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2064792,11 +2064792,11 @@
17,
1
),
- "score": 2.9130026138613863,
- "score-diff": "0.229220871372116",
- "score-diff-perc": "+8.54097%",
- "tooltip": "score = 2.9130026138613863\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.22922 (+8.54097%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 2.6837817424892703,
+ "score-diff": "-0.20029645012895347",
+ "score-diff-perc": "-6.94490%",
+ "tooltip": "score = 2.6837817424892703\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.20030 (-6.94490%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2064819,9 +2064819,9 @@
7
),
"score": 2.723783313180828,
- "score-diff": "-0.18921930068055826",
- "score-diff-perc": "-6.49568%",
- "tooltip": "score = 2.723783313180828\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.18922 (-6.49568%)",
+ "score-diff": "0.04000157069155774",
+ "score-diff-perc": "+1.49049%",
+ "tooltip": "score = 2.723783313180828\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.04000 (+1.49049%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2065104,11 +2065104,11 @@
16,
5
),
- "score": 2.886756025389498,
- "score-diff": "-0.021988402766406345",
- "score-diff-perc": "-0.75594%",
- "tooltip": "score = 2.886756025389498\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.02199 (-0.75594%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 2.7186227097826086,
+ "score-diff": "-0.19012171837329594",
+ "score-diff-perc": "-6.53621%",
+ "tooltip": "score = 2.7186227097826086\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.19012 (-6.53621%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2065130,11 +2065130,11 @@
16,
5
),
- "score": 2.7186227097826086,
- "score-diff": "-0.1681333156068896",
- "score-diff-perc": "-5.82430%",
- "tooltip": "score = 2.7186227097826086\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.16813 (-5.82430%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 2.894323802662037,
+ "score-diff": "0.17570109287942826",
+ "score-diff-perc": "+6.46287%",
+ "tooltip": "score = 2.894323802662037\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.17570 (+6.46287%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2065156,11 +2065156,11 @@
16,
5
),
- "score": 2.894323802662037,
- "score-diff": "0.17570109287942826",
- "score-diff-perc": "+6.46287%",
- "tooltip": "score = 2.894323802662037\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.17570 (+6.46287%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 2.886756025389498,
+ "score-diff": "-0.007567777272538656",
+ "score-diff-perc": "-0.26147%",
+ "tooltip": "score = 2.886756025389498\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00757 (-0.26147%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2065183,9 +2065183,9 @@
21
),
"score": 2.895080214699074,
- "score-diff": "0.0007564120370373573",
- "score-diff-perc": "+0.02613%",
- "tooltip": "score = 2.895080214699074\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00076 (+0.02613%)",
+ "score-diff": "0.008324189309576013",
+ "score-diff-perc": "+0.28836%",
+ "tooltip": "score = 2.895080214699074\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00832 (+0.28836%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2065494,11 +2065494,11 @@
8,
54
),
- "score": 2.8573000394285715,
- "score-diff": "0.00773726108099293",
- "score-diff-perc": "+0.27152%",
- "tooltip": "score = 2.8573000394285715\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00774 (+0.27152%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 2.9743481581450655,
+ "score-diff": "0.12478537979748694",
+ "score-diff-perc": "+4.37911%",
+ "tooltip": "score = 2.9743481581450655\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.12479 (+4.37911%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2065520,11 +2065520,11 @@
8,
54
),
- "score": 2.9743481581450655,
- "score-diff": "0.11704811871649401",
- "score-diff-perc": "+4.09646%",
- "tooltip": "score = 2.9743481581450655\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.11705 (+4.09646%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 2.8573000394285715,
+ "score-diff": "-0.11704811871649401",
+ "score-diff-perc": "-3.93525%",
+ "tooltip": "score = 2.8573000394285715\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.11705 (-3.93525%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2065547,9 +2065547,9 @@
43
),
"score": 3.7410771293941663,
- "score-diff": "0.7667289712491008",
- "score-diff-perc": "+25.77805%",
- "tooltip": "score = 3.7410771293941663\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.76673 (+25.77805%)",
+ "score-diff": "0.8837770899655948",
+ "score-diff-perc": "+30.93050%",
+ "tooltip": "score = 3.7410771293941663\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.88378 (+30.93050%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2071221,11 +2071221,11 @@
18,
7
),
- "score": 1.032098774613003,
- "score-diff": "-0.006461877100392588",
- "score-diff-perc": "-0.62220%",
- "tooltip": "score = 1.032098774613003\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00646 (-0.62220%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 1.0366671788971809,
+ "score-diff": "-0.0018934728162147696",
+ "score-diff-perc": "-0.18232%",
+ "tooltip": "score = 1.0366671788971809\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00189 (-0.18232%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2071248,9 +2071248,9 @@
7
),
"score": 1.0238059453316952,
- "score-diff": "-0.008292829281307812",
- "score-diff-perc": "-0.80349%",
- "tooltip": "score = 1.0238059453316952\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00829 (-0.80349%)",
+ "score-diff": "-0.01286123356548563",
+ "score-diff-perc": "-1.24063%",
+ "tooltip": "score = 1.0238059453316952\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01286 (-1.24063%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2071273,11 +2071273,11 @@
18,
7
),
- "score": 1.0366671788971809,
- "score-diff": "0.01286123356548563",
- "score-diff-perc": "+1.25622%",
- "tooltip": "score = 1.0366671788971809\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01286 (+1.25622%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 1.032098774613003,
+ "score-diff": "0.008292829281307812",
+ "score-diff-perc": "+0.81000%",
+ "tooltip": "score = 1.032098774613003\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00829 (+0.81000%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2071300,9 +2071300,9 @@
41
),
"score": 1.2593135980861243,
- "score-diff": "0.22264641918894346",
- "score-diff-perc": "+21.47714%",
- "tooltip": "score = 1.2593135980861243\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.22265 (+21.47714%)",
+ "score-diff": "0.22721482347312127",
+ "score-diff-perc": "+22.01483%",
+ "tooltip": "score = 1.2593135980861243\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.22721 (+22.01483%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2071403,11 +2071403,11 @@
17,
1
),
- "score": 1.26537223152834,
- "score-diff": "-0.003523900671609237",
- "score-diff-perc": "-0.27771%",
- "tooltip": "score = 1.26537223152834\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00352 (-0.27771%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1.2741260957961784,
+ "score-diff": "0.005229963596229181",
+ "score-diff-perc": "+0.41217%",
+ "tooltip": "score = 1.2741260957961784\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00523 (+0.41217%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2071429,11 +2071429,11 @@
17,
1
),
- "score": 1.0441145452077678,
- "score-diff": "-0.2212576863205722",
- "score-diff-perc": "-17.48558%",
- "tooltip": "score = 1.0441145452077678\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.22126 (-17.48558%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 1.26537223152834,
+ "score-diff": "-0.008753864267838418",
+ "score-diff-perc": "-0.68705%",
+ "tooltip": "score = 1.26537223152834\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00875 (-0.68705%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2071455,11 +2071455,11 @@
17,
1
),
- "score": 1.2741260957961784,
- "score-diff": "0.2300115505884106",
- "score-diff-perc": "+22.02934%",
- "tooltip": "score = 1.2741260957961784\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.23001 (+22.02934%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 1.0441145452077678,
+ "score-diff": "-0.2212576863205722",
+ "score-diff-perc": "-17.48558%",
+ "tooltip": "score = 1.0441145452077678\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.22126 (-17.48558%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2071482,9 +2071482,9 @@
7
),
"score": 1.031605332783165,
- "score-diff": "-0.2425207630130135",
- "score-diff-perc": "-19.03428%",
- "tooltip": "score = 1.031605332783165\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.24252 (-19.03428%)",
+ "score-diff": "-0.0125092124246029",
+ "score-diff-perc": "-1.19807%",
+ "tooltip": "score = 1.031605332783165\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.01251 (-1.19807%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2071767,11 +2071767,11 @@
16,
5
),
- "score": 1.2759991518244451,
- "score-diff": "-0.004305691237510789",
- "score-diff-perc": "-0.33630%",
- "tooltip": "score = 1.2759991518244451\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00431 (-0.33630%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 1.0350208247102648,
+ "score-diff": "-0.2452840183516911",
+ "score-diff-perc": "-19.15825%",
+ "tooltip": "score = 1.0350208247102648\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.24528 (-19.15825%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2071793,11 +2071793,11 @@
16,
5
),
- "score": 1.0350208247102648,
- "score-diff": "-0.24097832711418032",
- "score-diff-perc": "-18.88546%",
- "tooltip": "score = 1.0350208247102648\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.24098 (-18.88546%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.2629297717171717,
+ "score-diff": "0.2279089470069069",
+ "score-diff-perc": "+22.01975%",
+ "tooltip": "score = 1.2629297717171717\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.22791 (+22.01975%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2071819,11 +2071819,11 @@
16,
5
),
- "score": 1.2629297717171717,
- "score-diff": "0.2279089470069069",
- "score-diff-perc": "+22.01975%",
- "tooltip": "score = 1.2629297717171717\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.22791 (+22.01975%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1.2759991518244451,
+ "score-diff": "0.013069380107273432",
+ "score-diff-perc": "+1.03485%",
+ "tooltip": "score = 1.2759991518244451\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01307 (+1.03485%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2071846,9 +2071846,9 @@
21
),
"score": 1.276629232575951,
- "score-diff": "0.013699460858779267",
- "score-diff-perc": "+1.08474%",
- "tooltip": "score = 1.276629232575951\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.01370 (+1.08474%)",
+ "score-diff": "0.0006300807515058349",
+ "score-diff-perc": "+0.04938%",
+ "tooltip": "score = 1.276629232575951\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00063 (+0.04938%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2072157,11 +2072157,11 @@
8,
54
),
- "score": 1.2725408129770992,
- "score-diff": "-0.0031640066657578902",
- "score-diff-perc": "-0.24802%",
- "tooltip": "score = 1.2725408129770992\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00316 (-0.24802%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 1.0326973930194134,
+ "score-diff": "-0.24300742662344366",
+ "score-diff-perc": "-19.04888%",
+ "tooltip": "score = 1.0326973930194134\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.24301 (-19.04888%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2072183,11 +2072183,11 @@
8,
54
),
- "score": 1.0326973930194134,
- "score-diff": "-0.23984341995768577",
- "score-diff-perc": "-18.84760%",
- "tooltip": "score = 1.0326973930194134\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.23984 (-18.84760%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.2725408129770992,
+ "score-diff": "0.23984341995768577",
+ "score-diff-perc": "+23.22495%",
+ "tooltip": "score = 1.2725408129770992\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.23984 (+23.22495%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2072210,9 +2072210,9 @@
43
),
"score": 1.0369772625466611,
- "score-diff": "0.004279869527247682",
- "score-diff-perc": "+0.41444%",
- "tooltip": "score = 1.0369772625466611\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00428 (+0.41444%)",
+ "score-diff": "-0.23556355043043808",
+ "score-diff-perc": "-18.51128%",
+ "tooltip": "score = 1.0369772625466611\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.23556 (-18.51128%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2077884,11 +2077884,11 @@
18,
7
),
- "score": 1.0282587219823154,
- "score-diff": "0.0038349772578736285",
- "score-diff-perc": "+0.37435%",
- "tooltip": "score = 1.0282587219823154\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00383 (+0.37435%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 1.035244502484472,
+ "score-diff": "0.01082075776003033",
+ "score-diff-perc": "+1.05628%",
+ "tooltip": "score = 1.035244502484472\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01082 (+1.05628%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2077911,9 +2077911,9 @@
7
),
"score": 1.0310876406185567,
- "score-diff": "0.002828918636241351",
- "score-diff-perc": "+0.27512%",
- "tooltip": "score = 1.0310876406185567\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00283 (+0.27512%)",
+ "score-diff": "-0.004156861865915351",
+ "score-diff-perc": "-0.40153%",
+ "tooltip": "score = 1.0310876406185567\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00416 (-0.40153%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2077936,11 +2077936,11 @@
18,
7
),
- "score": 1.035244502484472,
- "score-diff": "0.004156861865915351",
- "score-diff-perc": "+0.40315%",
- "tooltip": "score = 1.035244502484472\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00416 (+0.40315%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 1.0282587219823154,
+ "score-diff": "-0.002828918636241351",
+ "score-diff-perc": "-0.27436%",
+ "tooltip": "score = 1.0282587219823154\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00283 (-0.27436%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2077963,9 +2077963,9 @@
41
),
"score": 1.2643550897597977,
- "score-diff": "0.22911058727532563",
- "score-diff-perc": "+22.13106%",
- "tooltip": "score = 1.2643550897597977\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.22911 (+22.13106%)",
+ "score-diff": "0.23609636777748233",
+ "score-diff-perc": "+22.96079%",
+ "tooltip": "score = 1.2643550897597977\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.23610 (+22.96079%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2078066,11 +2078066,11 @@
17,
1
),
- "score": 1.2684958546423135,
- "score-diff": "0.007589727814275138",
- "score-diff-perc": "+0.60193%",
- "tooltip": "score = 1.2684958546423135\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00759 (+0.60193%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1.2621069124179707,
+ "score-diff": "0.0012007855899323072",
+ "score-diff-perc": "+0.09523%",
+ "tooltip": "score = 1.2621069124179707\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00120 (+0.09523%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2078092,11 +2078092,11 @@
17,
1
),
- "score": 1.031529858292079,
- "score-diff": "-0.2369659963502344",
- "score-diff-perc": "-18.68086%",
- "tooltip": "score = 1.031529858292079\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.23697 (-18.68086%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 1.2684958546423135,
+ "score-diff": "0.006388942224342831",
+ "score-diff-perc": "+0.50621%",
+ "tooltip": "score = 1.2684958546423135\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00639 (+0.50621%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2078118,11 +2078118,11 @@
17,
1
),
- "score": 1.2621069124179707,
- "score-diff": "0.23057705412589158",
- "score-diff-perc": "+22.35292%",
- "tooltip": "score = 1.2621069124179707\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.23058 (+22.35292%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 1.031529858292079,
+ "score-diff": "-0.2369659963502344",
+ "score-diff-perc": "-18.68086%",
+ "tooltip": "score = 1.031529858292079\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.23697 (-18.68086%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2078145,9 +2078145,9 @@
7
),
"score": 1.027409119786316,
- "score-diff": "-0.2346977926316547",
- "score-diff-perc": "-18.59571%",
- "tooltip": "score = 1.027409119786316\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.23470 (-18.59571%)",
+ "score-diff": "-0.004120738505763111",
+ "score-diff-perc": "-0.39948%",
+ "tooltip": "score = 1.027409119786316\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00412 (-0.39948%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2078430,11 +2078430,11 @@
16,
5
),
- "score": 1.2692778553299493,
- "score-diff": "-0.005251985393802006",
- "score-diff-perc": "-0.41207%",
- "tooltip": "score = 1.2692778553299493\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00525 (-0.41207%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 1.0341153287841192,
+ "score-diff": "-0.24041451193963215",
+ "score-diff-perc": "-18.86300%",
+ "tooltip": "score = 1.0341153287841192\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.24041 (-18.86300%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2078456,11 +2078456,11 @@
16,
5
),
- "score": 1.0341153287841192,
- "score-diff": "-0.23516252654583014",
- "score-diff-perc": "-18.52727%",
- "tooltip": "score = 1.0341153287841192\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.23516 (-18.52727%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.2720514515390486,
+ "score-diff": "0.23793612275492948",
+ "score-diff-perc": "+23.00866%",
+ "tooltip": "score = 1.2720514515390486\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.23794 (+23.00866%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2078482,11 +2078482,11 @@
16,
5
),
- "score": 1.2720514515390486,
- "score-diff": "0.23793612275492948",
- "score-diff-perc": "+23.00866%",
- "tooltip": "score = 1.2720514515390486\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.23794 (+23.00866%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1.2692778553299493,
+ "score-diff": "-0.0027735962090993382",
+ "score-diff-perc": "-0.21804%",
+ "tooltip": "score = 1.2692778553299493\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00277 (-0.21804%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2078509,9 +2078509,9 @@
21
),
"score": 1.2703193545847091,
- "score-diff": "-0.0017320969543395126",
- "score-diff-perc": "-0.13617%",
- "tooltip": "score = 1.2703193545847091\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00173 (-0.13617%)",
+ "score-diff": "0.0010414992547598256",
+ "score-diff-perc": "+0.08205%",
+ "tooltip": "score = 1.2703193545847091\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00104 (+0.08205%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2078820,11 +2078820,11 @@
8,
54
),
- "score": 1.2677137122940432,
- "score-diff": "-0.0020532425053474412",
- "score-diff-perc": "-0.16170%",
- "tooltip": "score = 1.2677137122940432\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.00205 (-0.16170%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 1.0290166158436214,
+ "score-diff": "-0.24075033895576925",
+ "score-diff-perc": "-18.96020%",
+ "tooltip": "score = 1.0290166158436214\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.24075 (-18.96020%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2078846,11 +2078846,11 @@
8,
54
),
- "score": 1.0290166158436214,
- "score-diff": "-0.2386970964504218",
- "score-diff-perc": "-18.82894%",
- "tooltip": "score = 1.0290166158436214\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.23870 (-18.82894%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.2677137122940432,
+ "score-diff": "0.2386970964504218",
+ "score-diff-perc": "+23.19662%",
+ "tooltip": "score = 1.2677137122940432\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.23870 (+23.19662%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2078873,9 +2078873,9 @@
43
),
"score": 1.0322748305119736,
- "score-diff": "0.0032582146683521884",
- "score-diff-perc": "+0.31663%",
- "tooltip": "score = 1.0322748305119736\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00326 (+0.31663%)",
+ "score-diff": "-0.23543888178206962",
+ "score-diff-perc": "-18.57193%",
+ "tooltip": "score = 1.0322748305119736\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.23544 (-18.57193%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2084547,11 +2084547,11 @@
18,
7
),
- "score": 52.90290677894737,
- "score-diff": "-0.6606853167973128",
- "score-diff-perc": "-1.23346%",
- "tooltip": "score = 52.90290677894737\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.66069 (-1.23346%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 52.12192248958333,
+ "score-diff": "-1.4416696061613479",
+ "score-diff-perc": "-2.69151%",
+ "tooltip": "score = 52.12192248958333\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.44167 (-2.69151%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2084574,9 +2084574,9 @@
7
),
"score": 52.08925496875,
- "score-diff": "-0.8136518101973707",
- "score-diff-perc": "-1.53801%",
- "tooltip": "score = 52.08925496875\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.81365 (-1.53801%)",
+ "score-diff": "-0.03266752083333557",
+ "score-diff-perc": "-0.06268%",
+ "tooltip": "score = 52.08925496875\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03267 (-0.06268%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2084599,11 +2084599,11 @@
18,
7
),
- "score": 52.12192248958333,
- "score-diff": "0.03266752083333557",
- "score-diff-perc": "+0.06271%",
- "tooltip": "score = 52.12192248958333\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.03267 (+0.06271%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 52.90290677894737,
+ "score-diff": "0.8136518101973707",
+ "score-diff-perc": "+1.56203%",
+ "tooltip": "score = 52.90290677894737\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.81365 (+1.56203%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2084626,9 +2084626,9 @@
41
),
"score": 73.6253198382353,
- "score-diff": "21.503397348651966",
- "score-diff-perc": "+41.25596%",
- "tooltip": "score = 73.6253198382353\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +21.50340 (+41.25596%)",
+ "score-diff": "20.72241305928793",
+ "score-diff-perc": "+39.17065%",
+ "tooltip": "score = 73.6253198382353\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +20.72241 (+39.17065%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2084729,11 +2084729,11 @@
17,
1
),
- "score": 73.59551805882353,
- "score-diff": "-4.358262279638012",
- "score-diff-perc": "-5.59083%",
- "tooltip": "score = 73.59551805882353\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.35826 (-5.59083%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 73.11862175362319,
+ "score-diff": "-4.835158584838354",
+ "score-diff-perc": "-6.20260%",
+ "tooltip": "score = 73.11862175362319\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.83516 (-6.20260%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2084755,11 +2084755,11 @@
17,
1
),
- "score": 53.772350483870966,
- "score-diff": "-19.823167574952564",
- "score-diff-perc": "-26.93529%",
- "tooltip": "score = 53.772350483870966\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -19.82317 (-26.93529%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 73.59551805882353,
+ "score-diff": "0.47689630520034143",
+ "score-diff-perc": "+0.65222%",
+ "tooltip": "score = 73.59551805882353\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.47690 (+0.65222%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2084781,11 +2084781,11 @@
17,
1
),
- "score": 73.11862175362319,
- "score-diff": "19.346271269752222",
- "score-diff-perc": "+35.97810%",
- "tooltip": "score = 73.11862175362319\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +19.34627 (+35.97810%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 53.772350483870966,
+ "score-diff": "-19.823167574952564",
+ "score-diff-perc": "-26.93529%",
+ "tooltip": "score = 53.772350483870966\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -19.82317 (-26.93529%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2084808,9 +2084808,9 @@
7
),
"score": 52.925853031578946,
- "score-diff": "-20.192768722044242",
- "score-diff-perc": "-27.61645%",
- "tooltip": "score = 52.925853031578946\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -20.19277 (-27.61645%)",
+ "score-diff": "-0.8464974522920201",
+ "score-diff-perc": "-1.57422%",
+ "tooltip": "score = 52.925853031578946\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.84650 (-1.57422%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2085093,11 +2085093,11 @@
16,
5
),
- "score": 73.99168930882352,
- "score-diff": "-3.574371737330324",
- "score-diff-perc": "-4.60816%",
- "tooltip": "score = 73.99168930882352\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.57437 (-4.60816%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 52.06403545360825,
+ "score-diff": "-25.5020255925456",
+ "score-diff-perc": "-32.87781%",
+ "tooltip": "score = 52.06403545360825\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -25.50203 (-32.87781%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2085119,11 +2085119,11 @@
16,
5
),
- "score": 52.06403545360825,
- "score-diff": "-21.927653855215276",
- "score-diff-perc": "-29.63529%",
- "tooltip": "score = 52.06403545360825\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -21.92765 (-29.63529%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 75.02008398507462,
+ "score-diff": "22.956048531466372",
+ "score-diff-perc": "+44.09195%",
+ "tooltip": "score = 75.02008398507462\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +22.95605 (+44.09195%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2085145,11 +2085145,11 @@
16,
5
),
- "score": 75.02008398507462,
- "score-diff": "22.956048531466372",
- "score-diff-perc": "+44.09195%",
- "tooltip": "score = 75.02008398507462\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +22.95605 (+44.09195%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 73.99168930882352,
+ "score-diff": "-1.0283946762510965",
+ "score-diff-perc": "-1.37083%",
+ "tooltip": "score = 73.99168930882352\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.02839 (-1.37083%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2085172,9 +2085172,9 @@
21
),
"score": 77.23842247692308,
- "score-diff": "2.2183384918484563",
- "score-diff-perc": "+2.95699%",
- "tooltip": "score = 77.23842247692308\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.21834 (+2.95699%)",
+ "score-diff": "3.246733168099553",
+ "score-diff-perc": "+4.38797%",
+ "tooltip": "score = 77.23842247692308\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +3.24673 (+4.38797%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2085483,11 +2085483,11 @@
8,
54
),
- "score": 79.86955809523809,
- "score-diff": "-2.550228330991416",
- "score-diff-perc": "-3.09419%",
- "tooltip": "score = 79.86955809523809\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.55023 (-3.09419%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 54.40130088043478,
+ "score-diff": "-28.018485545794725",
+ "score-diff-perc": "-33.99485%",
+ "tooltip": "score = 54.40130088043478\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -28.01849 (-33.99485%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2085509,11 +2085509,11 @@
8,
54
),
- "score": 54.40130088043478,
- "score-diff": "-25.46825721480331",
- "score-diff-perc": "-31.88731%",
- "tooltip": "score = 54.40130088043478\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -25.46826 (-31.88731%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 79.86955809523809,
+ "score-diff": "25.46825721480331",
+ "score-diff-perc": "+46.81553%",
+ "tooltip": "score = 79.86955809523809\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +25.46826 (+46.81553%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2085536,9 +2085536,9 @@
43
),
"score": 55.66332246666666,
- "score-diff": "1.2620215862318815",
- "score-diff-perc": "+2.31984%",
- "tooltip": "score = 55.66332246666666\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.26202 (+2.31984%)",
+ "score-diff": "-24.206235628571427",
+ "score-diff-perc": "-30.30721%",
+ "tooltip": "score = 55.66332246666666\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -24.20624 (-30.30721%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2091210,11 +2091210,11 @@
18,
7
),
- "score": 37.657124954887216,
- "score-diff": "0.4425147771094373",
- "score-diff-perc": "+1.18909%",
- "tooltip": "score = 37.657124954887216\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.44251 (+1.18909%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 37.56610023880597,
+ "score-diff": "0.35149006102819413",
+ "score-diff-perc": "+0.94449%",
+ "tooltip": "score = 37.56610023880597\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.35149 (+0.94449%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2091237,9 +2091237,9 @@
7
),
"score": 37.68062533834586,
- "score-diff": "0.023500383458646468",
- "score-diff-perc": "+0.06241%",
- "tooltip": "score = 37.68062533834586\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02350 (+0.06241%)",
+ "score-diff": "0.11452509953988965",
+ "score-diff-perc": "+0.30486%",
+ "tooltip": "score = 37.68062533834586\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.11453 (+0.30486%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2091262,11 +2091262,11 @@
18,
7
),
- "score": 37.56610023880597,
- "score-diff": "-0.11452509953988965",
- "score-diff-perc": "-0.30394%",
- "tooltip": "score = 37.56610023880597\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.11453 (-0.30394%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 37.657124954887216,
+ "score-diff": "-0.023500383458646468",
+ "score-diff-perc": "-0.06237%",
+ "tooltip": "score = 37.657124954887216\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02350 (-0.06237%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2091289,9 +2091289,9 @@
41
),
"score": 41.820997425,
- "score-diff": "4.254897186194029",
- "score-diff-perc": "+11.32643%",
- "tooltip": "score = 41.820997425\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +4.25490 (+11.32643%)",
+ "score-diff": "4.163872470112786",
+ "score-diff-perc": "+11.05733%",
+ "tooltip": "score = 41.820997425\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +4.16387 (+11.05733%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2091392,11 +2091392,11 @@
17,
1
),
- "score": 42.114185957983196,
- "score-diff": "0.21350139964986425",
- "score-diff-perc": "+0.50954%",
- "tooltip": "score = 42.114185957983196\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.21350 (+0.50954%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 43.18754837931034,
+ "score-diff": "1.2868638209770111",
+ "score-diff-perc": "+3.07122%",
+ "tooltip": "score = 43.18754837931034\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.28686 (+3.07122%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2091418,11 +2091418,11 @@
17,
1
),
- "score": 37.465161679104476,
- "score-diff": "-4.64902427887872",
- "score-diff-perc": "-11.03909%",
- "tooltip": "score = 37.465161679104476\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.64902 (-11.03909%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 42.114185957983196,
+ "score-diff": "-1.0733624213271469",
+ "score-diff-perc": "-2.48535%",
+ "tooltip": "score = 42.114185957983196\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.07336 (-2.48535%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2091444,11 +2091444,11 @@
17,
1
),
- "score": 43.18754837931034,
- "score-diff": "5.722386700205867",
- "score-diff-perc": "+15.27389%",
- "tooltip": "score = 43.18754837931034\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.72239 (+15.27389%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 37.465161679104476,
+ "score-diff": "-4.64902427887872",
+ "score-diff-perc": "-11.03909%",
+ "tooltip": "score = 37.465161679104476\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.64902 (-11.03909%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2091471,9 +2091471,9 @@
7
),
"score": 37.79511657142857,
- "score-diff": "-5.392431807881771",
- "score-diff-perc": "-12.48608%",
- "tooltip": "score = 37.79511657142857\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -5.39243 (-12.48608%)",
+ "score-diff": "0.32995489232409625",
+ "score-diff-perc": "+0.88070%",
+ "tooltip": "score = 37.79511657142857\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.32995 (+0.88070%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2091756,11 +2091756,11 @@
16,
5
),
- "score": 41.64069052892562,
- "score-diff": "0.04815557024792838",
- "score-diff-perc": "+0.11578%",
- "tooltip": "score = 41.64069052892562\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.04816 (+0.11578%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 37.64730527819549,
+ "score-diff": "-3.9452296804822",
+ "score-diff-perc": "-9.48543%",
+ "tooltip": "score = 37.64730527819549\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.94523 (-9.48543%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2091782,11 +2091782,11 @@
16,
5
),
- "score": 37.64730527819549,
- "score-diff": "-3.993385250730128",
- "score-diff-perc": "-9.59010%",
- "tooltip": "score = 37.64730527819549\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.99339 (-9.59010%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 41.85655033333333,
+ "score-diff": "4.209245055137842",
+ "score-diff-perc": "+11.18073%",
+ "tooltip": "score = 41.85655033333333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.20925 (+11.18073%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2091808,11 +2091808,11 @@
16,
5
),
- "score": 41.85655033333333,
- "score-diff": "4.209245055137842",
- "score-diff-perc": "+11.18073%",
- "tooltip": "score = 41.85655033333333\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.20925 (+11.18073%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 41.64069052892562,
+ "score-diff": "-0.2158598044077138",
+ "score-diff-perc": "-0.51571%",
+ "tooltip": "score = 41.64069052892562\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.21586 (-0.51571%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2091835,9 +2091835,9 @@
21
),
"score": 43.886966280701756,
- "score-diff": "2.030415947368425",
- "score-diff-perc": "+4.85089%",
- "tooltip": "score = 43.886966280701756\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.03042 (+4.85089%)",
+ "score-diff": "2.246275751776139",
+ "score-diff-perc": "+5.39442%",
+ "tooltip": "score = 43.886966280701756\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.24628 (+5.39442%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2092146,11 +2092146,11 @@
8,
54
),
- "score": 43.07645129059829,
- "score-diff": "-2.261852358050355",
- "score-diff-perc": "-4.98883%",
- "tooltip": "score = 43.07645129059829\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.26185 (-4.98883%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 40.81345449593496,
+ "score-diff": "-4.524849152713685",
+ "score-diff-perc": "-9.98019%",
+ "tooltip": "score = 40.81345449593496\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -4.52485 (-9.98019%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2092172,11 +2092172,11 @@
8,
54
),
- "score": 40.81345449593496,
- "score-diff": "-2.26299679466333",
- "score-diff-perc": "-5.25344%",
- "tooltip": "score = 40.81345449593496\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.26300 (-5.25344%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 43.07645129059829,
+ "score-diff": "2.26299679466333",
+ "score-diff-perc": "+5.54473%",
+ "tooltip": "score = 43.07645129059829\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.26300 (+5.54473%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2092199,9 +2092199,9 @@
43
),
"score": 38.01938953787879,
- "score-diff": "-2.7940649580561754",
- "score-diff-perc": "-6.84594%",
- "tooltip": "score = 38.01938953787879\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -2.79406 (-6.84594%)",
+ "score-diff": "-5.057061752719505",
+ "score-diff-perc": "-11.73974%",
+ "tooltip": "score = 38.01938953787879\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -5.05706 (-11.73974%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2097873,11 +2097873,11 @@
18,
7
),
- "score": 37.162459140740744,
- "score-diff": "-0.7121458066276745",
- "score-diff-perc": "-1.88027%",
- "tooltip": "score = 37.162459140740744\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.71215 (-1.88027%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 37.74747221804511,
+ "score-diff": "-0.1271327293233071",
+ "score-diff-perc": "-0.33567%",
+ "tooltip": "score = 37.74747221804511\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.12713 (-0.33567%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2097900,9 +2097900,9 @@
7
),
"score": 37.67619172932331,
- "score-diff": "0.5137325885825632",
- "score-diff-perc": "+1.38240%",
- "tooltip": "score = 37.67619172932331\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.51373 (+1.38240%)",
+ "score-diff": "-0.07128048872180415",
+ "score-diff-perc": "-0.18884%",
+ "tooltip": "score = 37.67619172932331\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.07128 (-0.18884%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2097925,11 +2097925,11 @@
18,
7
),
- "score": 37.74747221804511,
- "score-diff": "0.07128048872180415",
- "score-diff-perc": "+0.18919%",
- "tooltip": "score = 37.74747221804511\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.07128 (+0.18919%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 37.162459140740744,
+ "score-diff": "-0.5137325885825632",
+ "score-diff-perc": "-1.36355%",
+ "tooltip": "score = 37.162459140740744\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.51373 (-1.36355%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2097952,9 +2097952,9 @@
41
),
"score": 41.68525661666666,
- "score-diff": "3.9377843986215524",
- "score-diff-perc": "+10.43192%",
- "tooltip": "score = 41.68525661666666\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +3.93778 (+10.43192%)",
+ "score-diff": "4.52279747592592",
+ "score-diff-perc": "+12.17034%",
+ "tooltip": "score = 41.68525661666666\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +4.52280 (+12.17034%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2098055,11 +2098055,11 @@
17,
1
),
- "score": 41.51838961157025,
- "score-diff": "-2.381707905973613",
- "score-diff-perc": "-5.42529%",
- "tooltip": "score = 41.51838961157025\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.38171 (-5.42529%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 41.50294414049587,
+ "score-diff": "-2.3971533770479923",
+ "score-diff-perc": "-5.46047%",
+ "tooltip": "score = 41.50294414049587\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.39715 (-5.46047%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2098081,11 +2098081,11 @@
17,
1
),
- "score": 37.81071992481203,
- "score-diff": "-3.707669686758223",
- "score-diff-perc": "-8.93019%",
- "tooltip": "score = 37.81071992481203\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.70767 (-8.93019%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 41.51838961157025,
+ "score-diff": "0.015445471074379213",
+ "score-diff-perc": "+0.03722%",
+ "tooltip": "score = 41.51838961157025\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01545 (+0.03722%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2098107,11 +2098107,11 @@
17,
1
),
- "score": 41.50294414049587,
- "score-diff": "3.6922242156838436",
- "score-diff-perc": "+9.76502%",
- "tooltip": "score = 41.50294414049587\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3.69222 (+9.76502%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 37.81071992481203,
+ "score-diff": "-3.707669686758223",
+ "score-diff-perc": "-8.93019%",
+ "tooltip": "score = 37.81071992481203\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.70767 (-8.93019%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2098134,9 +2098134,9 @@
7
),
"score": 37.22455925925926,
- "score-diff": "-4.278384881236612",
- "score-diff-perc": "-10.30863%",
- "tooltip": "score = 37.22455925925926\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -4.27838 (-10.30863%)",
+ "score-diff": "-0.586160665552768",
+ "score-diff-perc": "-1.55025%",
+ "tooltip": "score = 37.22455925925926\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.58616 (-1.55025%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2098419,11 +2098419,11 @@
16,
5
),
- "score": 41.8418737,
- "score-diff": "-0.2132663840336093",
- "score-diff-perc": "-0.50711%",
- "tooltip": "score = 41.8418737\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.21327 (-0.50711%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 37.66413412781955,
+ "score-diff": "-4.391005956214059",
+ "score-diff-perc": "-10.44107%",
+ "tooltip": "score = 37.66413412781955\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.39101 (-10.44107%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2098445,11 +2098445,11 @@
16,
5
),
- "score": 37.66413412781955,
- "score-diff": "-4.17773957218045",
- "score-diff-perc": "-9.98459%",
- "tooltip": "score = 37.66413412781955\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.17774 (-9.98459%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 41.96705955,
+ "score-diff": "4.302925422180451",
+ "score-diff-perc": "+11.42446%",
+ "tooltip": "score = 41.96705955\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.30293 (+11.42446%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2098471,11 +2098471,11 @@
16,
5
),
- "score": 41.96705955,
- "score-diff": "4.302925422180451",
- "score-diff-perc": "+11.42446%",
- "tooltip": "score = 41.96705955\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.30293 (+11.42446%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 41.8418737,
+ "score-diff": "-0.12518585000000115",
+ "score-diff-perc": "-0.29830%",
+ "tooltip": "score = 41.8418737\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.12519 (-0.29830%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2098498,9 +2098498,9 @@
21
),
"score": 43.17856743103448,
- "score-diff": "1.2115078810344784",
- "score-diff-perc": "+2.88681%",
- "tooltip": "score = 43.17856743103448\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.21151 (+2.88681%)",
+ "score-diff": "1.3366937310344795",
+ "score-diff-perc": "+3.19463%",
+ "tooltip": "score = 43.17856743103448\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +1.33669 (+3.19463%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2098809,11 +2098809,11 @@
8,
54
),
- "score": 44.63725385840708,
- "score-diff": "-1.1191869961383745",
- "score-diff-perc": "-2.44597%",
- "tooltip": "score = 44.63725385840708\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.11919 (-2.44597%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 38.80349651937985,
+ "score-diff": "-6.952944335165604",
+ "score-diff-perc": "-15.19555%",
+ "tooltip": "score = 38.80349651937985\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -6.95294 (-15.19555%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2098835,11 +2098835,11 @@
8,
54
),
- "score": 38.80349651937985,
- "score-diff": "-5.83375733902723",
- "score-diff-perc": "-13.06926%",
- "tooltip": "score = 38.80349651937985\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -5.83376 (-13.06926%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 44.63725385840708,
+ "score-diff": "5.83375733902723",
+ "score-diff-perc": "+15.03410%",
+ "tooltip": "score = 44.63725385840708\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +5.83376 (+15.03410%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2098862,9 +2098862,9 @@
43
),
"score": 40.095184928,
- "score-diff": "1.2916884086201534",
- "score-diff-perc": "+3.32879%",
- "tooltip": "score = 40.095184928\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +1.29169 (+3.32879%)",
+ "score-diff": "-4.542068930407076",
+ "score-diff-perc": "-10.17551%",
+ "tooltip": "score = 40.095184928\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -4.54207 (-10.17551%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2104536,11 +2104536,11 @@
18,
7
),
- "score": 5.593715489932886,
- "score-diff": "-0.0013678590604024876",
- "score-diff-perc": "-0.02445%",
- "tooltip": "score = 5.593715489932886\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00137 (-0.02445%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 5.595744772930649,
+ "score-diff": "0.0006614239373607944",
+ "score-diff-perc": "+0.01182%",
+ "tooltip": "score = 5.595744772930649\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00066 (+0.01182%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2104563,9 +2104563,9 @@
7
),
"score": 5.583728660714286,
- "score-diff": "-0.009986829218600057",
- "score-diff-perc": "-0.17854%",
- "tooltip": "score = 5.583728660714286\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00999 (-0.17854%)",
+ "score-diff": "-0.01201611221636334",
+ "score-diff-perc": "-0.21474%",
+ "tooltip": "score = 5.583728660714286\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01202 (-0.21474%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2104588,11 +2104588,11 @@
18,
7
),
- "score": 5.595744772930649,
- "score-diff": "0.01201611221636334",
- "score-diff-perc": "+0.21520%",
- "tooltip": "score = 5.595744772930649\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01202 (+0.21520%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 5.593715489932886,
+ "score-diff": "0.009986829218600057",
+ "score-diff-perc": "+0.17886%",
+ "tooltip": "score = 5.593715489932886\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00999 (+0.17886%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2104615,9 +2104615,9 @@
41
),
"score": 7.030326865168539,
- "score-diff": "1.43458209223789",
- "score-diff-perc": "+25.63702%",
- "tooltip": "score = 7.030326865168539\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.43458 (+25.63702%)",
+ "score-diff": "1.4366113752356533",
+ "score-diff-perc": "+25.68260%",
+ "tooltip": "score = 7.030326865168539\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.43661 (+25.68260%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2104718,11 +2104718,11 @@
17,
1
),
- "score": 7.027940109550562,
- "score-diff": "0.006499645314937297",
- "score-diff-perc": "+0.09257%",
- "tooltip": "score = 7.027940109550562\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00650 (+0.09257%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 7.022986099719101,
+ "score-diff": "0.0015456354834766373",
+ "score-diff-perc": "+0.02201%",
+ "tooltip": "score = 7.022986099719101\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00155 (+0.02201%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2104744,11 +2104744,11 @@
17,
1
),
- "score": 5.5891708983240225,
- "score-diff": "-1.4387692112265391",
- "score-diff-perc": "-20.47213%",
- "tooltip": "score = 5.5891708983240225\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.43877 (-20.47213%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 7.027940109550562,
+ "score-diff": "0.0049540098314606595",
+ "score-diff-perc": "+0.07054%",
+ "tooltip": "score = 7.027940109550562\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00495 (+0.07054%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2104770,11 +2104770,11 @@
17,
1
),
- "score": 7.022986099719101,
- "score-diff": "1.4338152013950785",
- "score-diff-perc": "+25.65345%",
- "tooltip": "score = 7.022986099719101\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.43382 (+25.65345%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 5.5891708983240225,
+ "score-diff": "-1.4387692112265391",
+ "score-diff-perc": "-20.47213%",
+ "tooltip": "score = 5.5891708983240225\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.43877 (-20.47213%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2104797,9 +2104797,9 @@
7
),
"score": 5.588376025698324,
- "score-diff": "-1.4346100740207772",
- "score-diff-perc": "-20.42735%",
- "tooltip": "score = 5.588376025698324\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.43461 (-20.42735%)",
+ "score-diff": "-0.0007948726256987726",
+ "score-diff-perc": "-0.01422%",
+ "tooltip": "score = 5.588376025698324\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00079 (-0.01422%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2105082,11 +2105082,11 @@
16,
5
),
- "score": 42.35780230252101,
- "score-diff": "0.1585787394958018",
- "score-diff-perc": "+0.37579%",
- "tooltip": "score = 42.35780230252101\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.15858 (+0.37579%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 34.978798286713285,
+ "score-diff": "-7.220425276311921",
+ "score-diff-perc": "-17.11033%",
+ "tooltip": "score = 34.978798286713285\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.22043 (-17.11033%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2105108,11 +2105108,11 @@
16,
5
),
- "score": 34.978798286713285,
- "score-diff": "-7.379004015807723",
- "score-diff-perc": "-17.42065%",
- "tooltip": "score = 34.978798286713285\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.37900 (-17.42065%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 42.56925739830508,
+ "score-diff": "7.590459111591798",
+ "score-diff-perc": "+21.70017%",
+ "tooltip": "score = 42.56925739830508\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +7.59046 (+21.70017%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2105134,11 +2105134,11 @@
16,
5
),
- "score": 42.56925739830508,
- "score-diff": "7.590459111591798",
- "score-diff-perc": "+21.70017%",
- "tooltip": "score = 42.56925739830508\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +7.59046 (+21.70017%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 42.35780230252101,
+ "score-diff": "-0.21145509578407484",
+ "score-diff-perc": "-0.49673%",
+ "tooltip": "score = 42.35780230252101\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.21146 (-0.49673%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2105161,9 +2105161,9 @@
21
),
"score": 33.54003634666667,
- "score-diff": "-9.029221051638416",
- "score-diff-perc": "-21.21066%",
- "tooltip": "score = 33.54003634666667\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -9.02922 (-21.21066%)",
+ "score-diff": "-8.817765955854341",
+ "score-diff-perc": "-20.81734%",
+ "tooltip": "score = 33.54003634666667\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -8.81777 (-20.81734%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2105472,11 +2105472,11 @@
8,
54
),
- "score": 35.35573895070423,
- "score-diff": "0.7255372334628518",
- "score-diff-perc": "+2.09510%",
- "tooltip": "score = 35.35573895070423\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.72554 (+2.09510%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 32.626065766233765,
+ "score-diff": "-2.004135951007612",
+ "score-diff-perc": "-5.78725%",
+ "tooltip": "score = 32.626065766233765\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.00414 (-5.78725%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2105498,11 +2105498,11 @@
8,
54
),
- "score": 32.626065766233765,
- "score-diff": "-2.729673184470464",
- "score-diff-perc": "-7.72059%",
- "tooltip": "score = 32.626065766233765\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.72967 (-7.72059%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 35.35573895070423,
+ "score-diff": "2.729673184470464",
+ "score-diff-perc": "+8.36654%",
+ "tooltip": "score = 35.35573895070423\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.72967 (+8.36654%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2105525,9 +2105525,9 @@
43
),
"score": 49.74008496039604,
- "score-diff": "17.114019194162275",
- "score-diff-perc": "+52.45505%",
- "tooltip": "score = 49.74008496039604\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +17.11402 (+52.45505%)",
+ "score-diff": "14.38434600969181",
+ "score-diff-perc": "+40.68461%",
+ "tooltip": "score = 49.74008496039604\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +14.38435 (+40.68461%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2111199,11 +2111199,11 @@
18,
7
),
- "score": 58.49298273255814,
- "score-diff": "0.46615100842021207",
- "score-diff-perc": "+0.80334%",
- "tooltip": "score = 58.49298273255814\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.46615 (+0.80334%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 58.47743388372093,
+ "score-diff": "0.4506021595829992",
+ "score-diff-perc": "+0.77654%",
+ "tooltip": "score = 58.47743388372093\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.45060 (+0.77654%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2111226,9 +2111226,9 @@
7
),
"score": 57.89461970114942,
- "score-diff": "-0.5983630314087165",
- "score-diff-perc": "-1.02297%",
- "tooltip": "score = 57.89461970114942\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.59836 (-1.02297%)",
+ "score-diff": "-0.5828141825715036",
+ "score-diff-perc": "-0.99665%",
+ "tooltip": "score = 57.89461970114942\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.58281 (-0.99665%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2111251,11 +2111251,11 @@
18,
7
),
- "score": 58.47743388372093,
- "score-diff": "0.5828141825715036",
- "score-diff-perc": "+1.00668%",
- "tooltip": "score = 58.47743388372093\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.58281 (+1.00668%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 58.49298273255814,
+ "score-diff": "0.5983630314087165",
+ "score-diff-perc": "+1.03354%",
+ "tooltip": "score = 58.49298273255814\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.59836 (+1.03354%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2111278,9 +2111278,9 @@
41
),
"score": 77.90875443076924,
- "score-diff": "19.43132054704831",
- "score-diff-perc": "+33.22875%",
- "tooltip": "score = 77.90875443076924\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +19.43132 (+33.22875%)",
+ "score-diff": "19.415771698211095",
+ "score-diff-perc": "+33.19333%",
+ "tooltip": "score = 77.90875443076924\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +19.41577 (+33.19333%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2111381,11 +2111381,11 @@
17,
1
),
- "score": 76.37356598484848,
- "score-diff": "-1.25881798438229",
- "score-diff-perc": "-1.62151%",
- "tooltip": "score = 76.37356598484848\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.25882 (-1.62151%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 79.613466,
+ "score-diff": "1.9810820307692296",
+ "score-diff-perc": "+2.55188%",
+ "tooltip": "score = 79.613466\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.98108 (+2.55188%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2111407,11 +2111407,11 @@
17,
1
),
- "score": 59.85598807142857,
- "score-diff": "-16.517577913419913",
- "score-diff-perc": "-21.62735%",
- "tooltip": "score = 59.85598807142857\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -16.51758 (-21.62735%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 76.37356598484848,
+ "score-diff": "-3.2399000151515196",
+ "score-diff-perc": "-4.06954%",
+ "tooltip": "score = 76.37356598484848\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.23990 (-4.06954%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2111433,11 +2111433,11 @@
17,
1
),
- "score": 79.613466,
- "score-diff": "19.757477928571433",
- "score-diff-perc": "+33.00836%",
- "tooltip": "score = 79.613466\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +19.75748 (+33.00836%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 59.85598807142857,
+ "score-diff": "-16.517577913419913",
+ "score-diff-perc": "-21.62735%",
+ "tooltip": "score = 59.85598807142857\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -16.51758 (-21.62735%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2111460,9 +2111460,9 @@
7
),
"score": 56.87399006818182,
- "score-diff": "-22.739475931818184",
- "score-diff-perc": "-28.56235%",
- "tooltip": "score = 56.87399006818182\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -22.73948 (-28.56235%)",
+ "score-diff": "-2.9819980032467512",
+ "score-diff-perc": "-4.98195%",
+ "tooltip": "score = 56.87399006818182\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.98200 (-4.98195%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2111745,11 +2111745,11 @@
16,
5
),
- "score": 109.37940458695653,
- "score-diff": "-0.5582936521739157",
- "score-diff-perc": "-0.50783%",
- "tooltip": "score = 109.37940458695653\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.55829 (-0.50783%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 88.20464629824562,
+ "score-diff": "-21.73305194088482",
+ "score-diff-perc": "-19.76852%",
+ "tooltip": "score = 88.20464629824562\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -21.73305 (-19.76852%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2111771,11 +2111771,11 @@
16,
5
),
- "score": 88.20464629824562,
- "score-diff": "-21.174758288710905",
- "score-diff-perc": "-19.35900%",
- "tooltip": "score = 88.20464629824562\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -21.17476 (-19.35900%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 110.82804589130434,
+ "score-diff": "22.62339959305872",
+ "score-diff-perc": "+25.64876%",
+ "tooltip": "score = 110.82804589130434\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +22.62340 (+25.64876%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2111797,11 +2111797,11 @@
16,
5
),
- "score": 110.82804589130434,
- "score-diff": "22.62339959305872",
- "score-diff-perc": "+25.64876%",
- "tooltip": "score = 110.82804589130434\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +22.62340 (+25.64876%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 109.37940458695653,
+ "score-diff": "-1.4486413043478166",
+ "score-diff-perc": "-1.30711%",
+ "tooltip": "score = 109.37940458695653\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.44864 (-1.30711%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2111824,9 +2111824,9 @@
21
),
"score": 113.30131017777778,
- "score-diff": "2.4732642864734373",
- "score-diff-perc": "+2.23162%",
- "tooltip": "score = 113.30131017777778\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.47326 (+2.23162%)",
+ "score-diff": "3.921905590821254",
+ "score-diff-perc": "+3.58560%",
+ "tooltip": "score = 113.30131017777778\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +3.92191 (+3.58560%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2112135,11 +2112135,11 @@
8,
54
),
- "score": 116.85907055813954,
- "score-diff": "-1.4918747674418569",
- "score-diff-perc": "-1.26055%",
- "tooltip": "score = 116.85907055813954\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.49187 (-1.26055%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 91.18536778181819,
+ "score-diff": "-27.165577543763206",
+ "score-diff-perc": "-22.95341%",
+ "tooltip": "score = 91.18536778181819\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -27.16558 (-22.95341%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2112161,11 +2112161,11 @@
8,
54
),
- "score": 91.18536778181819,
- "score-diff": "-25.67370277632135",
- "score-diff-perc": "-21.96980%",
- "tooltip": "score = 91.18536778181819\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -25.67370 (-21.96980%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 116.85907055813954,
+ "score-diff": "25.67370277632135",
+ "score-diff-perc": "+28.15551%",
+ "tooltip": "score = 116.85907055813954\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +25.67370 (+28.15551%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2112188,9 +2112188,9 @@
43
),
"score": 90.305954875,
- "score-diff": "-0.8794129068181888",
- "score-diff-perc": "-0.96442%",
- "tooltip": "score = 90.305954875\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.87941 (-0.96442%)",
+ "score-diff": "-26.553115683139538",
+ "score-diff-perc": "-22.72234%",
+ "tooltip": "score = 90.305954875\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -26.55312 (-22.72234%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2117862,11 +2117862,11 @@
18,
7
),
- "score": 119.15296821428572,
- "score-diff": "-1.9395248095238031",
- "score-diff-perc": "-1.60169%",
- "tooltip": "score = 119.15296821428572\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.93952 (-1.60169%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 120.7965870952381,
+ "score-diff": "-0.29590592857142894",
+ "score-diff-perc": "-0.24436%",
+ "tooltip": "score = 120.7965870952381\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.29591 (-0.24436%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2117889,9 +2117889,9 @@
7
),
"score": 124.15938185365853,
- "score-diff": "5.006413639372809",
- "score-diff-perc": "+4.20167%",
- "tooltip": "score = 124.15938185365853\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +5.00641 (+4.20167%)",
+ "score-diff": "3.362794758420435",
+ "score-diff-perc": "+2.78385%",
+ "tooltip": "score = 124.15938185365853\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.36279 (+2.78385%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2117914,11 +2117914,11 @@
18,
7
),
- "score": 120.7965870952381,
- "score-diff": "-3.362794758420435",
- "score-diff-perc": "-2.70845%",
- "tooltip": "score = 120.7965870952381\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.36279 (-2.70845%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 119.15296821428572,
+ "score-diff": "-5.006413639372809",
+ "score-diff-perc": "-4.03225%",
+ "tooltip": "score = 119.15296821428572\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -5.00641 (-4.03225%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2117941,9 +2117941,9 @@
41
),
"score": 132.4233152894737,
- "score-diff": "11.626728194235596",
- "score-diff-perc": "+9.62505%",
- "tooltip": "score = 132.4233152894737\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +11.62673 (+9.62505%)",
+ "score-diff": "13.27034707518797",
+ "score-diff-perc": "+11.13724%",
+ "tooltip": "score = 132.4233152894737\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +13.27035 (+11.13724%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2118044,11 +2118044,11 @@
17,
1
),
- "score": 134.05611207894736,
- "score-diff": "-2.227847975106698",
- "score-diff-perc": "-1.63471%",
- "tooltip": "score = 134.05611207894736\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.22785 (-1.63471%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 137.1822825135135,
+ "score-diff": "0.8983224594594503",
+ "score-diff-perc": "+0.65915%",
+ "tooltip": "score = 137.1822825135135\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.89832 (+0.65915%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2118070,11 +2118070,11 @@
17,
1
),
- "score": 119.0383871860465,
- "score-diff": "-15.017724892900858",
- "score-diff-perc": "-11.20257%",
- "tooltip": "score = 119.0383871860465\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -15.01772 (-11.20257%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 134.05611207894736,
+ "score-diff": "-3.1261704345661485",
+ "score-diff-perc": "-2.27884%",
+ "tooltip": "score = 134.05611207894736\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.12617 (-2.27884%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2118096,11 +2118096,11 @@
17,
1
),
- "score": 137.1822825135135,
- "score-diff": "18.143895327467007",
- "score-diff-perc": "+15.24205%",
- "tooltip": "score = 137.1822825135135\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +18.14390 (+15.24205%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 119.0383871860465,
+ "score-diff": "-15.017724892900858",
+ "score-diff-perc": "-11.20257%",
+ "tooltip": "score = 119.0383871860465\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -15.01772 (-11.20257%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2118123,9 +2118123,9 @@
7
),
"score": 118.79869211627907,
- "score-diff": "-18.383590397234443",
- "score-diff-perc": "-13.40085%",
- "tooltip": "score = 118.79869211627907\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -18.38359 (-13.40085%)",
+ "score-diff": "-0.2396950697674356",
+ "score-diff-perc": "-0.20136%",
+ "tooltip": "score = 118.79869211627907\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.23970 (-0.20136%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2118408,11 +2118408,11 @@
16,
5
),
- "score": 182.5173227142857,
- "score-diff": "16.257449552995382",
- "score-diff-perc": "+9.77834%",
- "tooltip": "score = 182.5173227142857\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +16.25745 (+9.77834%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 139.4368551388889,
+ "score-diff": "-26.823018022401442",
+ "score-diff-perc": "-16.13319%",
+ "tooltip": "score = 139.4368551388889\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -26.82302 (-16.13319%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2118434,11 +2118434,11 @@
16,
5
),
- "score": 139.4368551388889,
- "score-diff": "-43.080467575396824",
- "score-diff-perc": "-23.60350%",
- "tooltip": "score = 139.4368551388889\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -43.08047 (-23.60350%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 160.79763653125,
+ "score-diff": "21.360781392361105",
+ "score-diff-perc": "+15.31932%",
+ "tooltip": "score = 160.79763653125\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +21.36078 (+15.31932%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2118460,11 +2118460,11 @@
16,
5
),
- "score": 160.79763653125,
- "score-diff": "21.360781392361105",
- "score-diff-perc": "+15.31932%",
- "tooltip": "score = 160.79763653125\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +21.36078 (+15.31932%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 182.5173227142857,
+ "score-diff": "21.71968618303572",
+ "score-diff-perc": "+13.50747%",
+ "tooltip": "score = 182.5173227142857\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +21.71969 (+13.50747%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2118487,9 +2118487,9 @@
21
),
"score": 149.03187420588236,
- "score-diff": "-11.765762325367632",
- "score-diff-perc": "-7.31712%",
- "tooltip": "score = 149.03187420588236\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -11.76576 (-7.31712%)",
+ "score-diff": "-33.48544850840335",
+ "score-diff-perc": "-18.34645%",
+ "tooltip": "score = 149.03187420588236\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -33.48545 (-18.34645%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2118798,11 +2118798,11 @@
8,
54
),
- "score": 232.55726672727272,
- "score-diff": "92.71804114393939",
- "score-diff-perc": "+66.30331%",
- "tooltip": "score = 232.55726672727272\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +92.71804 (+66.30331%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 182.0906417857143,
+ "score-diff": "42.251416202380966",
+ "score-diff-perc": "+30.21428%",
+ "tooltip": "score = 182.0906417857143\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +42.25142 (+30.21428%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2118824,11 +2118824,11 @@
8,
54
),
- "score": 182.0906417857143,
- "score-diff": "-50.46662494155842",
- "score-diff-perc": "-21.70073%",
- "tooltip": "score = 182.0906417857143\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -50.46662 (-21.70073%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 232.55726672727272,
+ "score-diff": "50.46662494155842",
+ "score-diff-perc": "+27.71511%",
+ "tooltip": "score = 232.55726672727272\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +50.46662 (+27.71511%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2118851,9 +2118851,9 @@
43
),
"score": 172.06090706666666,
- "score-diff": "-10.029734719047639",
- "score-diff-perc": "-5.50810%",
- "tooltip": "score = 172.06090706666666\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -10.02973 (-5.50810%)",
+ "score-diff": "-60.49635966060606",
+ "score-diff-perc": "-26.01353%",
+ "tooltip": "score = 172.06090706666666\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -60.49636 (-26.01353%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2124525,11 +2124525,11 @@
18,
7
),
- "score": 0.8597388693259973,
- "score-diff": "0.018894564970860284",
- "score-diff-perc": "+2.24709%",
- "tooltip": "score = 0.8597388693259973\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01889 (+2.24709%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.8293529308343008,
+ "score-diff": "-0.011491373520836179",
+ "score-diff-perc": "-1.36665%",
+ "tooltip": "score = 0.8293529308343008\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01149 (-1.36665%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2124552,9 +2124552,9 @@
7
),
"score": 0.8338786463231616,
- "score-diff": "-0.025860223002835747",
- "score-diff-perc": "-3.00792%",
- "tooltip": "score = 0.8338786463231616\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02586 (-3.00792%)",
+ "score-diff": "0.004525715488860715",
+ "score-diff-perc": "+0.54569%",
+ "tooltip": "score = 0.8338786463231616\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00453 (+0.54569%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2124577,11 +2124577,11 @@
18,
7
),
- "score": 0.8293529308343008,
- "score-diff": "-0.004525715488860715",
- "score-diff-perc": "-0.54273%",
- "tooltip": "score = 0.8293529308343008\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00453 (-0.54273%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.8597388693259973,
+ "score-diff": "0.025860223002835747",
+ "score-diff-perc": "+3.10120%",
+ "tooltip": "score = 0.8597388693259973\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02586 (+3.10120%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2124604,9 +2124604,9 @@
41
),
"score": 3.181598199109415,
- "score-diff": "2.352245268275114",
- "score-diff-perc": "+283.62416%",
- "tooltip": "score = 3.181598199109415\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +2.35225 (+283.62416%)",
+ "score-diff": "2.3218593297834174",
+ "score-diff-perc": "+270.06565%",
+ "tooltip": "score = 3.181598199109415\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +2.32186 (+270.06565%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2124707,11 +2124707,11 @@
17,
1
),
- "score": 3.1849249318471338,
- "score-diff": "0.004886183595385507",
- "score-diff-perc": "+0.15365%",
- "tooltip": "score = 3.1849249318471338\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00489 (+0.15365%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 3.171203301204819,
+ "score-diff": "-0.008835447046929179",
+ "score-diff-perc": "-0.27784%",
+ "tooltip": "score = 3.171203301204819\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00884 (-0.27784%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2124733,11 +2124733,11 @@
17,
1
),
- "score": 0.861086520578612,
- "score-diff": "-2.3238384112685218",
- "score-diff-perc": "-72.96368%",
- "tooltip": "score = 0.861086520578612\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.32384 (-72.96368%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 3.1849249318471338,
+ "score-diff": "0.013721630642314686",
+ "score-diff-perc": "+0.43269%",
+ "tooltip": "score = 3.1849249318471338\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01372 (+0.43269%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2124759,11 +2124759,11 @@
17,
1
),
- "score": 3.171203301204819,
- "score-diff": "2.310116780626207",
- "score-diff-perc": "+268.27929%",
- "tooltip": "score = 3.171203301204819\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.31012 (+268.27929%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.861086520578612,
+ "score-diff": "-2.3238384112685218",
+ "score-diff-perc": "-72.96368%",
+ "tooltip": "score = 0.861086520578612\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.32384 (-72.96368%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2124786,9 +2124786,9 @@
7
),
"score": 0.829016024204244,
- "score-diff": "-2.342187277000575",
- "score-diff-perc": "-73.85800%",
- "tooltip": "score = 0.829016024204244\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.34219 (-73.85800%)",
+ "score-diff": "-0.032070496374367985",
+ "score-diff-perc": "-3.72442%",
+ "tooltip": "score = 0.829016024204244\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.03207 (-3.72442%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2125071,11 +2125071,11 @@
16,
5
),
- "score": 3.1867538789808916,
- "score-diff": "-0.007441237877345852",
- "score-diff-perc": "-0.23296%",
- "tooltip": "score = 3.1867538789808916\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00744 (-0.23296%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.8550363291723666,
+ "score-diff": "-2.3391587876858706",
+ "score-diff-perc": "-73.23156%",
+ "tooltip": "score = 0.8550363291723666\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.33916 (-73.23156%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2125097,11 +2125097,11 @@
16,
5
),
- "score": 0.8550363291723666,
- "score-diff": "-2.331717549808525",
- "score-diff-perc": "-73.16905%",
- "tooltip": "score = 0.8550363291723666\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.33172 (-73.16905%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 3.1836952826225335,
+ "score-diff": "2.3286589534501667",
+ "score-diff-perc": "+272.34620%",
+ "tooltip": "score = 3.1836952826225335\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.32866 (+272.34620%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2125123,11 +2125123,11 @@
16,
5
),
- "score": 3.1836952826225335,
- "score-diff": "2.3286589534501667",
- "score-diff-perc": "+272.34620%",
- "tooltip": "score = 3.1836952826225335\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.32866 (+272.34620%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 3.1867538789808916,
+ "score-diff": "0.0030585963583580345",
+ "score-diff-perc": "+0.09607%",
+ "tooltip": "score = 3.1867538789808916\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00306 (+0.09607%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2125150,9 +2125150,9 @@
21
),
"score": 3.180823586513995,
- "score-diff": "-0.002871696108538657",
- "score-diff-perc": "-0.09020%",
- "tooltip": "score = 3.180823586513995\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00287 (-0.09020%)",
+ "score-diff": "-0.005930292466896692",
+ "score-diff-perc": "-0.18609%",
+ "tooltip": "score = 3.180823586513995\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00593 (-0.18609%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2125461,11 +2125461,11 @@
8,
54
),
- "score": 3.1833149255251434,
- "score-diff": "0.002651498951717013",
- "score-diff-perc": "+0.08336%",
- "tooltip": "score = 3.1833149255251434\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00265 (+0.08336%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.858664439217033,
+ "score-diff": "-2.3219989873563933",
+ "score-diff-perc": "-73.00361%",
+ "tooltip": "score = 0.858664439217033\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.32200 (-73.00361%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2125487,11 +2125487,11 @@
8,
54
),
- "score": 0.858664439217033,
- "score-diff": "-2.3246504863081103",
- "score-diff-perc": "-73.02609%",
- "tooltip": "score = 0.858664439217033\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.32465 (-73.02609%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 3.1833149255251434,
+ "score-diff": "2.3246504863081103",
+ "score-diff-perc": "+270.72863%",
+ "tooltip": "score = 3.1833149255251434\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.32465 (+270.72863%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2125514,9 +2125514,9 @@
43
),
"score": 0.8578326014753818,
- "score-diff": "-0.0008318377416511868",
- "score-diff-perc": "-0.09688%",
- "tooltip": "score = 0.8578326014753818\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00083 (-0.09688%)",
+ "score-diff": "-2.3254823240497617",
+ "score-diff-perc": "-73.05222%",
+ "tooltip": "score = 0.8578326014753818\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -2.32548 (-73.05222%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2131188,11 +2131188,11 @@
18,
7
),
- "score": 240.50330695238094,
- "score-diff": "49.987914582010575",
- "score-diff-perc": "+26.23826%",
- "tooltip": "score = 240.50330695238094\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +49.98791 (+26.23826%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 183.26148160714285,
+ "score-diff": "-7.253910763227509",
+ "score-diff-perc": "-3.80752%",
+ "tooltip": "score = 183.26148160714285\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -7.25391 (-3.80752%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2131215,9 +2131215,9 @@
7
),
"score": 186.4348392962963,
- "score-diff": "-54.068467656084636",
- "score-diff-perc": "-22.48138%",
- "tooltip": "score = 186.4348392962963\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -54.06847 (-22.48138%)",
+ "score-diff": "3.1733576891534483",
+ "score-diff-perc": "+1.73160%",
+ "tooltip": "score = 186.4348392962963\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.17336 (+1.73160%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2131240,11 +2131240,11 @@
18,
7
),
- "score": 183.26148160714285,
- "score-diff": "-3.1733576891534483",
- "score-diff-perc": "-1.70213%",
- "tooltip": "score = 183.26148160714285\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.17336 (-1.70213%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 240.50330695238094,
+ "score-diff": "54.068467656084636",
+ "score-diff-perc": "+29.00127%",
+ "tooltip": "score = 240.50330695238094\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +54.06847 (+29.00127%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2131267,9 +2131267,9 @@
41
),
"score": 634.407613625,
- "score-diff": "451.1461320178571",
- "score-diff-perc": "+246.17619%",
- "tooltip": "score = 634.407613625\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +451.14613 (+246.17619%)",
+ "score-diff": "393.904306672619",
+ "score-diff-perc": "+163.78332%",
+ "tooltip": "score = 634.407613625\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +393.90431 (+163.78332%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2131370,11 +2131370,11 @@
17,
1
),
- "score": 628.59742325,
- "score-diff": "-3.6162661249999246",
- "score-diff-perc": "-0.57200%",
- "tooltip": "score = 628.59742325\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.61627 (-0.57200%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 683.83803475,
+ "score-diff": "51.624345375000075",
+ "score-diff-perc": "+8.16565%",
+ "tooltip": "score = 683.83803475\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +51.62435 (+8.16565%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2131396,11 +2131396,11 @@
17,
1
),
- "score": 229.58912395454544,
- "score-diff": "-399.00829929545455",
- "score-diff-perc": "-63.47597%",
- "tooltip": "score = 229.58912395454544\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -399.00830 (-63.47597%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 628.59742325,
+ "score-diff": "-55.2406115",
+ "score-diff-perc": "-8.07803%",
+ "tooltip": "score = 628.59742325\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -55.24061 (-8.07803%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2131422,11 +2131422,11 @@
17,
1
),
- "score": 683.83803475,
- "score-diff": "454.24891079545455",
- "score-diff-perc": "+197.85297%",
- "tooltip": "score = 683.83803475\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +454.24891 (+197.85297%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 229.58912395454544,
+ "score-diff": "-399.00829929545455",
+ "score-diff-perc": "-63.47597%",
+ "tooltip": "score = 229.58912395454544\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -399.00830 (-63.47597%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2131449,9 +2131449,9 @@
7
),
"score": 161.2203413125,
- "score-diff": "-522.6176934375001",
- "score-diff-perc": "-76.42419%",
- "tooltip": "score = 161.2203413125\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -522.61769 (-76.42419%)",
+ "score-diff": "-68.36878264204543",
+ "score-diff-perc": "-29.77875%",
+ "tooltip": "score = 161.2203413125\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -68.36878 (-29.77875%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2131734,11 +2131734,11 @@
16,
5
),
- "score": 615.5736997777777,
- "score-diff": "-9.13031755555562",
- "score-diff-perc": "-1.46154%",
- "tooltip": "score = 615.5736997777777\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -9.13032 (-1.46154%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 189.58980562962964,
+ "score-diff": "-435.11421170370375",
+ "score-diff-perc": "-69.65126%",
+ "tooltip": "score = 189.58980562962964\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -435.11421 (-69.65126%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2131760,11 +2131760,11 @@
16,
5
),
- "score": 189.58980562962964,
- "score-diff": "-425.9838941481481",
- "score-diff-perc": "-69.20112%",
- "tooltip": "score = 189.58980562962964\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -425.98389 (-69.20112%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 675.7706635,
+ "score-diff": "486.18085787037035",
+ "score-diff-perc": "+256.43829%",
+ "tooltip": "score = 675.7706635\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +486.18086 (+256.43829%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2131786,11 +2131786,11 @@
16,
5
),
- "score": 675.7706635,
- "score-diff": "486.18085787037035",
- "score-diff-perc": "+256.43829%",
- "tooltip": "score = 675.7706635\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +486.18086 (+256.43829%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 615.5736997777777,
+ "score-diff": "-60.19696372222222",
+ "score-diff-perc": "-8.90790%",
+ "tooltip": "score = 615.5736997777777\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -60.19696 (-8.90790%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2131813,9 +2131813,9 @@
21
),
"score": 615.5780682222222,
- "score-diff": "-60.19259527777774",
- "score-diff-perc": "-8.90725%",
- "tooltip": "score = 615.5780682222222\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -60.19260 (-8.90725%)",
+ "score-diff": "0.004368444444480701",
+ "score-diff-perc": "+0.00071%",
+ "tooltip": "score = 615.5780682222222\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.00437 (+0.00071%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2132124,11 +2132124,11 @@
8,
54
),
- "score": 631.098317875,
- "score-diff": "-8.48102849999998",
- "score-diff-perc": "-1.32603%",
- "tooltip": "score = 631.098317875\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -8.48103 (-1.32603%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 166.5267180967742,
+ "score-diff": "-473.0526282782258",
+ "score-diff-perc": "-73.96309%",
+ "tooltip": "score = 166.5267180967742\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -473.05263 (-73.96309%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2132150,11 +2132150,11 @@
8,
54
),
- "score": 166.5267180967742,
- "score-diff": "-464.57159977822585",
- "score-diff-perc": "-73.61319%",
- "tooltip": "score = 166.5267180967742\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -464.57160 (-73.61319%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 631.098317875,
+ "score-diff": "464.57159977822585",
+ "score-diff-perc": "+278.97721%",
+ "tooltip": "score = 631.098317875\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +464.57160 (+278.97721%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2132177,9 +2132177,9 @@
43
),
"score": 182.02770957142857,
- "score-diff": "15.50099147465437",
- "score-diff-perc": "+9.30841%",
- "tooltip": "score = 182.02770957142857\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +15.50099 (+9.30841%)",
+ "score-diff": "-449.0706083035715",
+ "score-diff-perc": "-71.15700%",
+ "tooltip": "score = 182.02770957142857\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -449.07061 (-71.15700%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2137851,11 +2137851,11 @@
18,
7
),
- "score": 0.7459869556914814,
- "score-diff": "0.04853780380863626",
- "score-diff-perc": "+6.95933%",
- "tooltip": "score = 0.7459869556914814\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.04854 (+6.95933%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.6765696380733325,
+ "score-diff": "-0.020879513809512695",
+ "score-diff-perc": "-2.99370%",
+ "tooltip": "score = 0.6765696380733325\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02088 (-2.99370%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2137878,9 +2137878,9 @@
7
),
"score": 0.6886237117873864,
- "score-diff": "-0.057363243904095085",
- "score-diff-perc": "-7.68958%",
- "tooltip": "score = 0.6886237117873864\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.05736 (-7.68958%)",
+ "score-diff": "0.01205407371405387",
+ "score-diff-perc": "+1.78165%",
+ "tooltip": "score = 0.6886237117873864\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01205 (+1.78165%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2137903,11 +2137903,11 @@
18,
7
),
- "score": 0.6765696380733325,
- "score-diff": "-0.01205407371405387",
- "score-diff-perc": "-1.75046%",
- "tooltip": "score = 0.6765696380733325\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.01205 (-1.75046%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.7459869556914814,
+ "score-diff": "0.057363243904095085",
+ "score-diff-perc": "+8.33013%",
+ "tooltip": "score = 0.7459869556914814\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.05736 (+8.33013%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2137930,9 +2137930,9 @@
41
),
"score": 0.6927782964810196,
- "score-diff": "0.01620865840768715",
- "score-diff-perc": "+2.39571%",
- "tooltip": "score = 0.6927782964810196\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.01621 (+2.39571%)",
+ "score-diff": "-0.053208659210461806",
+ "score-diff-perc": "-7.13265%",
+ "tooltip": "score = 0.6927782964810196\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -0.05321 (-7.13265%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2138033,11 +2138033,11 @@
17,
1
),
- "score": 0.7113824928154787,
- "score-diff": "-0.0006997427299498815",
- "score-diff-perc": "-0.09827%",
- "tooltip": "score = 0.7113824928154787\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00070 (-0.09827%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 0.6761729311697092,
+ "score-diff": "-0.035909304375719375",
+ "score-diff-perc": "-5.04286%",
+ "tooltip": "score = 0.6761729311697092\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.03591 (-5.04286%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2138059,11 +2138059,11 @@
17,
1
),
- "score": 0.6910164057490327,
- "score-diff": "-0.020366087066446048",
- "score-diff-perc": "-2.86289%",
- "tooltip": "score = 0.6910164057490327\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.02037 (-2.86289%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 0.7113824928154787,
+ "score-diff": "0.035209561645769494",
+ "score-diff-perc": "+5.20718%",
+ "tooltip": "score = 0.7113824928154787\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03521 (+5.20718%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2138085,11 +2138085,11 @@
17,
1
),
- "score": 0.6761729311697092,
- "score-diff": "-0.014843474579323446",
- "score-diff-perc": "-2.14806%",
- "tooltip": "score = 0.6761729311697092\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.01484 (-2.14806%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.6910164057490327,
+ "score-diff": "-0.020366087066446048",
+ "score-diff-perc": "-2.86289%",
+ "tooltip": "score = 0.6910164057490327\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.02037 (-2.86289%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2138112,9 +2138112,9 @@
7
),
"score": 0.7035955410158998,
- "score-diff": "0.027422609846190604",
- "score-diff-perc": "+4.05556%",
- "tooltip": "score = 0.7035955410158998\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.02742 (+4.05556%)",
+ "score-diff": "0.012579135266867159",
+ "score-diff-perc": "+1.82038%",
+ "tooltip": "score = 0.7035955410158998\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.01258 (+1.82038%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2138397,11 +2138397,11 @@
16,
5
),
- "score": 0.7175877743972445,
- "score-diff": "0.0026116445716797276",
- "score-diff-perc": "+0.36528%",
- "tooltip": "score = 0.7175877743972445\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00261 (+0.36528%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.7142061661191258,
+ "score-diff": "-0.000769963706439003",
+ "score-diff-perc": "-0.10769%",
+ "tooltip": "score = 0.7142061661191258\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00077 (-0.10769%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2138423,11 +2138423,11 @@
16,
5
),
- "score": 0.7142061661191258,
- "score-diff": "-0.0033816082781187307",
- "score-diff-perc": "-0.47125%",
- "tooltip": "score = 0.7142061661191258\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.00338 (-0.47125%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 0.6999683115901456,
+ "score-diff": "-0.014237854528980187",
+ "score-diff-perc": "-1.99352%",
+ "tooltip": "score = 0.6999683115901456\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01424 (-1.99352%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2138449,11 +2138449,11 @@
16,
5
),
- "score": 0.6999683115901456,
- "score-diff": "-0.014237854528980187",
- "score-diff-perc": "-1.99352%",
- "tooltip": "score = 0.6999683115901456\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.01424 (-1.99352%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 0.7175877743972445,
+ "score-diff": "0.017619462807098918",
+ "score-diff-perc": "+2.51718%",
+ "tooltip": "score = 0.7175877743972445\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.01762 (+2.51718%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2138476,9 +2138476,9 @@
21
),
"score": 0.710735255400796,
- "score-diff": "0.010766943810650353",
- "score-diff-perc": "+1.53820%",
- "tooltip": "score = 0.710735255400796\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.01077 (+1.53820%)",
+ "score-diff": "-0.0068525189964485644",
+ "score-diff-perc": "-0.95494%",
+ "tooltip": "score = 0.710735255400796\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00685 (-0.95494%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2138787,11 +2138787,11 @@
8,
54
),
- "score": 0.771806922673252,
- "score-diff": "0.00872450866440111",
- "score-diff-perc": "+1.14332%",
- "tooltip": "score = 0.771806922673252\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00872 (+1.14332%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.7184033750897859,
+ "score-diff": "-0.044679038919064995",
+ "score-diff-perc": "-5.85507%",
+ "tooltip": "score = 0.7184033750897859\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.04468 (-5.85507%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2138813,11 +2138813,11 @@
8,
54
),
- "score": 0.7184033750897859,
- "score-diff": "-0.053403547583466104",
- "score-diff-perc": "-6.91929%",
- "tooltip": "score = 0.7184033750897859\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.05340 (-6.91929%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 0.771806922673252,
+ "score-diff": "0.053403547583466104",
+ "score-diff-perc": "+7.43364%",
+ "tooltip": "score = 0.771806922673252\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.05340 (+7.43364%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2138840,9 +2138840,9 @@
43
),
"score": 0.7452299460506706,
- "score-diff": "0.0268265709608847",
- "score-diff-perc": "+3.73419%",
- "tooltip": "score = 0.7452299460506706\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.02683 (+3.73419%)",
+ "score-diff": "-0.026576976622581405",
+ "score-diff-perc": "-3.44347%",
+ "tooltip": "score = 0.7452299460506706\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.02658 (-3.44347%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2144514,11 +2144514,11 @@
18,
7
),
- "score": 69.45061752777778,
- "score-diff": "-4.524949148692812",
- "score-diff-perc": "-6.11682%",
- "tooltip": "score = 69.45061752777778\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -4.52495 (-6.11682%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 64.45653925641025,
+ "score-diff": "-9.51902742006034",
+ "score-diff-perc": "-12.86780%",
+ "tooltip": "score = 64.45653925641025\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -9.51903 (-12.86780%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2144541,9 +2144541,9 @@
7
),
"score": 77.62805327692308,
- "score-diff": "8.177435749145303",
- "score-diff-perc": "+11.77446%",
- "tooltip": "score = 77.62805327692308\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +8.17744 (+11.77446%)",
+ "score-diff": "13.17151402051283",
+ "score-diff-perc": "+20.43472%",
+ "tooltip": "score = 77.62805327692308\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +13.17151 (+20.43472%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2144566,11 +2144566,11 @@
18,
7
),
- "score": 64.45653925641025,
- "score-diff": "-13.17151402051283",
- "score-diff-perc": "-16.96747%",
- "tooltip": "score = 64.45653925641025\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -13.17151 (-16.96747%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 69.45061752777778,
+ "score-diff": "-8.177435749145303",
+ "score-diff-perc": "-10.53412%",
+ "tooltip": "score = 69.45061752777778\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -8.17744 (-10.53412%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2144593,9 +2144593,9 @@
41
),
"score": 71.279044,
- "score-diff": "6.822504743589747",
- "score-diff-perc": "+10.58466%",
- "tooltip": "score = 71.279044\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +6.82250 (+10.58466%)",
+ "score-diff": "1.828426472222219",
+ "score-diff-perc": "+2.63270%",
+ "tooltip": "score = 71.279044\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.82843 (+2.63270%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2144696,11 +2144696,11 @@
17,
1
),
- "score": 68.62798502739726,
- "score-diff": "-3.8595114943418736",
- "score-diff-perc": "-5.32438%",
- "tooltip": "score = 68.62798502739726\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.85951 (-5.32438%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 70.35779170833334,
+ "score-diff": "-2.1297048134057945",
+ "score-diff-perc": "-2.93803%",
+ "tooltip": "score = 70.35779170833334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.12970 (-2.93803%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2144722,11 +2144722,11 @@
17,
1
),
- "score": 66.25541357894737,
- "score-diff": "-2.3725714484498894",
- "score-diff-perc": "-3.45715%",
- "tooltip": "score = 66.25541357894737\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.37257 (-3.45715%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 68.62798502739726,
+ "score-diff": "-1.729806680936079",
+ "score-diff-perc": "-2.45859%",
+ "tooltip": "score = 68.62798502739726\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.72981 (-2.45859%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2144748,11 +2144748,11 @@
17,
1
),
- "score": 70.35779170833334,
- "score-diff": "4.1023781293859685",
- "score-diff-perc": "+6.19176%",
- "tooltip": "score = 70.35779170833334\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +4.10238 (+6.19176%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 66.25541357894737,
+ "score-diff": "-2.3725714484498894",
+ "score-diff-perc": "-3.45715%",
+ "tooltip": "score = 66.25541357894737\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.37257 (-3.45715%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2144775,9 +2144775,9 @@
7
),
"score": 65.43305348051948,
- "score-diff": "-4.924738227813862",
- "score-diff-perc": "-6.99956%",
- "tooltip": "score = 65.43305348051948\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -4.92474 (-6.99956%)",
+ "score-diff": "-0.8223600984278931",
+ "score-diff-perc": "-1.24120%",
+ "tooltip": "score = 65.43305348051948\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.82236 (-1.24120%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2145052,32 +2145052,6 @@
),
},
- {
- "date": new Date(
- 2024,
- 3,
- 26,
- 16,
- 5
- ),
- "score": 69.65626815277778,
- "score-diff": "-2.4764978186507847",
- "score-diff-perc": "-3.43325%",
- "tooltip": "score = 69.65626815277778\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.47650 (-3.43325%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
- "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,
@@ -2145087,9 +2145061,9 @@
5
),
"score": 67.19215568,
- "score-diff": "-2.464112472777785",
- "score-diff-perc": "-3.53753%",
- "tooltip": "score = 67.19215568\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.46411 (-3.53753%)",
+ "score-diff": "-4.94061029142857",
+ "score-diff-perc": "-6.84933%",
+ "tooltip": "score = 67.19215568\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.94061 (-6.84933%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"commit-id": "8e03e3be9c46137362f8fb4ad5bef4b5df5d0ea9",
"commit-msg": "Print pending groups in-line and include their reason, also add progress bar to the runner (#9796)",
@@ -2145130,6 +2145104,32 @@
),
},
+ {
+ "date": new Date(
+ 2024,
+ 3,
+ 26,
+ 16,
+ 5
+ ),
+ "score": 69.65626815277778,
+ "score-diff": "-0.18135969444443845",
+ "score-diff-perc": "-0.25969%",
+ "tooltip": "score = 69.65626815277778\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.18136 (-0.25969%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "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,
@@ -2145139,9 +2145139,9 @@
21
),
"score": 69.86147361111111,
- "score-diff": "0.02384576388888604",
- "score-diff-perc": "+0.03414%",
- "tooltip": "score = 69.86147361111111\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.02385 (+0.03414%)",
+ "score-diff": "0.2052054583333245",
+ "score-diff-perc": "+0.29460%",
+ "tooltip": "score = 69.86147361111111\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.20521 (+0.29460%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2145450,11 +2145450,11 @@
8,
54
),
- "score": 70.79806907042253,
- "score-diff": "1.1360092787558642",
- "score-diff-perc": "+1.63074%",
- "tooltip": "score = 70.79806907042253\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +1.13601 (+1.63074%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 65.8789062631579,
+ "score-diff": "-3.7831535285087625",
+ "score-diff-perc": "-5.43072%",
+ "tooltip": "score = 65.8789062631579\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.78315 (-5.43072%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2145476,11 +2145476,11 @@
8,
54
),
- "score": 65.8789062631579,
- "score-diff": "-4.919162807264627",
- "score-diff-perc": "-6.94816%",
- "tooltip": "score = 65.8789062631579\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -4.91916 (-6.94816%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 70.79806907042253,
+ "score-diff": "4.919162807264627",
+ "score-diff-perc": "+7.46698%",
+ "tooltip": "score = 70.79806907042253\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +4.91916 (+7.46698%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2145503,9 +2145503,9 @@
43
),
"score": 65.36229503896104,
- "score-diff": "-0.5166112241968648",
- "score-diff-perc": "-0.78418%",
- "tooltip": "score = 65.36229503896104\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.51661 (-0.78418%)",
+ "score-diff": "-5.4357740314614915",
+ "score-diff-perc": "-7.67786%",
+ "tooltip": "score = 65.36229503896104\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -5.43577 (-7.67786%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2151177,11 +2151177,11 @@
18,
7
),
- "score": 0.9578046326374258,
- "score-diff": "0.05453381273135638",
- "score-diff-perc": "+6.03737%",
- "tooltip": "score = 0.9578046326374258\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.05453 (+6.03737%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.8939111424740793,
+ "score-diff": "-0.009359677431990066",
+ "score-diff-perc": "-1.03620%",
+ "tooltip": "score = 0.8939111424740793\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00936 (-1.03620%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2151204,9 +2151204,9 @@
7
),
"score": 0.9184856763409258,
- "score-diff": "-0.03931895629649995",
- "score-diff-perc": "-4.10511%",
- "tooltip": "score = 0.9184856763409258\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.03932 (-4.10511%)",
+ "score-diff": "0.024574533866846493",
+ "score-diff-perc": "+2.74910%",
+ "tooltip": "score = 0.9184856763409258\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.02457 (+2.74910%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2151229,11 +2151229,11 @@
18,
7
),
- "score": 0.8939111424740793,
- "score-diff": "-0.024574533866846493",
- "score-diff-perc": "-2.67555%",
- "tooltip": "score = 0.8939111424740793\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.02457 (-2.67555%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.9578046326374258,
+ "score-diff": "0.03931895629649995",
+ "score-diff-perc": "+4.28085%",
+ "tooltip": "score = 0.9578046326374258\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.03932 (+4.28085%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2151256,9 +2151256,9 @@
41
),
"score": 1.1429702262857142,
- "score-diff": "0.24905908381163488",
- "score-diff-perc": "+27.86173%",
- "tooltip": "score = 1.1429702262857142\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.24906 (+27.86173%)",
+ "score-diff": "0.18516559364828844",
+ "score-diff-perc": "+19.33229%",
+ "tooltip": "score = 1.1429702262857142\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.18517 (+19.33229%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2151359,11 +2151359,11 @@
17,
1
),
- "score": 1.1647304484043792,
- "score-diff": "0.03357480692055215",
- "score-diff-perc": "+2.96819%",
- "tooltip": "score = 1.1647304484043792\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.03357 (+2.96819%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1.1393358284347233,
+ "score-diff": "0.008180186950896173",
+ "score-diff-perc": "+0.72317%",
+ "tooltip": "score = 1.1393358284347233\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00818 (+0.72317%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2151385,11 +2151385,11 @@
17,
1
),
- "score": 0.8933196738120758,
- "score-diff": "-0.27141077459230345",
- "score-diff-perc": "-23.30245%",
- "tooltip": "score = 0.8933196738120758\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.27141 (-23.30245%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 1.1647304484043792,
+ "score-diff": "0.025394619969655974",
+ "score-diff-perc": "+2.22890%",
+ "tooltip": "score = 1.1647304484043792\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.02539 (+2.22890%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2151411,11 +2151411,11 @@
17,
1
),
- "score": 1.1393358284347233,
- "score-diff": "0.24601615462264748",
- "score-diff-perc": "+27.53954%",
- "tooltip": "score = 1.1393358284347233\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.24602 (+27.53954%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.8933196738120758,
+ "score-diff": "-0.27141077459230345",
+ "score-diff-perc": "-23.30245%",
+ "tooltip": "score = 0.8933196738120758\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.27141 (-23.30245%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2151438,9 +2151438,9 @@
7
),
"score": 0.9276970769944342,
- "score-diff": "-0.2116387514402891",
- "score-diff-perc": "-18.57563%",
- "tooltip": "score = 0.9276970769944342\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.21164 (-18.57563%)",
+ "score-diff": "0.03437740318235838",
+ "score-diff-perc": "+3.84828%",
+ "tooltip": "score = 0.9276970769944342\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.03438 (+3.84828%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2151723,11 +2151723,11 @@
16,
5
),
- "score": 1.2038050753490612,
- "score-diff": "0.1060017170614651",
- "score-diff-perc": "+9.65580%",
- "tooltip": "score = 1.2038050753490612\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.10600 (+9.65580%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.9090641232503182,
+ "score-diff": "-0.18873923503727796",
+ "score-diff-perc": "-17.19244%",
+ "tooltip": "score = 0.9090641232503182\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.18874 (-17.19244%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2151749,11 +2151749,11 @@
16,
5
),
- "score": 0.9090641232503182,
- "score-diff": "-0.29474095209874307",
- "score-diff-perc": "-24.48411%",
- "tooltip": "score = 0.9090641232503182\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.29474 (-24.48411%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.1797098839348903,
+ "score-diff": "0.27064576068457213",
+ "score-diff-perc": "+29.77191%",
+ "tooltip": "score = 1.1797098839348903\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.27065 (+29.77191%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2151775,11 +2151775,11 @@
16,
5
),
- "score": 1.1797098839348903,
- "score-diff": "0.27064576068457213",
- "score-diff-perc": "+29.77191%",
- "tooltip": "score = 1.1797098839348903\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.27065 (+29.77191%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1.2038050753490612,
+ "score-diff": "0.024095191414170936",
+ "score-diff-perc": "+2.04247%",
+ "tooltip": "score = 1.2038050753490612\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.02410 (+2.04247%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2151802,9 +2151802,9 @@
21
),
"score": 1.081492187067474,
- "score-diff": "-0.09821769686741622",
- "score-diff-perc": "-8.32558%",
- "tooltip": "score = 1.081492187067474\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.09822 (-8.32558%)",
+ "score-diff": "-0.12231288828158715",
+ "score-diff-perc": "-10.16052%",
+ "tooltip": "score = 1.081492187067474\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.12231 (-10.16052%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2152113,11 +2152113,11 @@
8,
54
),
- "score": 1.2688947325551891,
- "score-diff": "-0.015212270526475002",
- "score-diff-perc": "-1.18466%",
- "tooltip": "score = 1.2688947325551891\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.01521 (-1.18466%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.9609278045734051,
+ "score-diff": "-0.32317919850825905",
+ "score-diff-perc": "-25.16762%",
+ "tooltip": "score = 0.9609278045734051\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.32318 (-25.16762%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2152139,11 +2152139,11 @@
8,
54
),
- "score": 0.9609278045734051,
- "score-diff": "-0.30796692798178404",
- "score-diff-perc": "-24.27049%",
- "tooltip": "score = 0.9609278045734051\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.30797 (-24.27049%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.2688947325551891,
+ "score-diff": "0.30796692798178404",
+ "score-diff-perc": "+32.04891%",
+ "tooltip": "score = 1.2688947325551891\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.30797 (+32.04891%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2152166,9 +2152166,9 @@
43
),
"score": 0.9532160562333206,
- "score-diff": "-0.007711748340084479",
- "score-diff-perc": "-0.80253%",
- "tooltip": "score = 0.9532160562333206\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.00771 (-0.80253%)",
+ "score-diff": "-0.3156786763218685",
+ "score-diff-perc": "-24.87824%",
+ "tooltip": "score = 0.9532160562333206\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.31568 (-24.87824%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2157840,11 +2157840,11 @@
18,
7
),
- "score": 53.29984257446809,
- "score-diff": "-0.2328133404255297",
- "score-diff-perc": "-0.43490%",
- "tooltip": "score = 53.29984257446809\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.23281 (-0.43490%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 53.54887153191489,
+ "score-diff": "0.016215617021273943",
+ "score-diff-perc": "+0.03029%",
+ "tooltip": "score = 53.54887153191489\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.01622 (+0.03029%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2157867,9 +2157867,9 @@
7
),
"score": 55.15046617582418,
- "score-diff": "1.8506236013560908",
- "score-diff-perc": "+3.47210%",
- "tooltip": "score = 55.15046617582418\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.85062 (+3.47210%)",
+ "score-diff": "1.6015946439092872",
+ "score-diff-perc": "+2.99090%",
+ "tooltip": "score = 55.15046617582418\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.60159 (+2.99090%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2157892,11 +2157892,11 @@
18,
7
),
- "score": 53.54887153191489,
- "score-diff": "-1.6015946439092872",
- "score-diff-perc": "-2.90405%",
- "tooltip": "score = 53.54887153191489\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.60159 (-2.90405%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 53.29984257446809,
+ "score-diff": "-1.8506236013560908",
+ "score-diff-perc": "-3.35559%",
+ "tooltip": "score = 53.29984257446809\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.85062 (-3.35559%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2157919,9 +2157919,9 @@
41
),
"score": 60.403643421686745,
- "score-diff": "6.854771889771854",
- "score-diff-perc": "+12.80096%",
- "tooltip": "score = 60.403643421686745\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +6.85477 (+12.80096%)",
+ "score-diff": "7.103800847218658",
+ "score-diff-perc": "+13.32800%",
+ "tooltip": "score = 60.403643421686745\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +7.10380 (+13.32800%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2158022,11 +2158022,11 @@
17,
1
),
- "score": 59.61107202352941,
- "score-diff": "-0.5451510240896411",
- "score-diff-perc": "-0.90623%",
- "tooltip": "score = 59.61107202352941\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.54515 (-0.90623%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 59.9243589047619,
+ "score-diff": "-0.23186414285714818",
+ "score-diff-perc": "-0.38544%",
+ "tooltip": "score = 59.9243589047619\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.23186 (-0.38544%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2158048,11 +2158048,11 @@
17,
1
),
- "score": 53.31406227659574,
- "score-diff": "-6.297009746933668",
- "score-diff-perc": "-10.56349%",
- "tooltip": "score = 53.31406227659574\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -6.29701 (-10.56349%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 59.61107202352941,
+ "score-diff": "-0.31328688123249293",
+ "score-diff-perc": "-0.52280%",
+ "tooltip": "score = 59.61107202352941\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.31329 (-0.52280%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2158074,11 +2158074,11 @@
17,
1
),
- "score": 59.9243589047619,
- "score-diff": "6.610296628166161",
- "score-diff-perc": "+12.39879%",
- "tooltip": "score = 59.9243589047619\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +6.61030 (+12.39879%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 53.31406227659574,
+ "score-diff": "-6.297009746933668",
+ "score-diff-perc": "-10.56349%",
+ "tooltip": "score = 53.31406227659574\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -6.29701 (-10.56349%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2158101,9 +2158101,9 @@
7
),
"score": 53.417141287234045,
- "score-diff": "-6.507217617527857",
- "score-diff-perc": "-10.85905%",
- "tooltip": "score = 53.417141287234045\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -6.50722 (-10.85905%)",
+ "score-diff": "0.10307901063830371",
+ "score-diff-perc": "+0.19334%",
+ "tooltip": "score = 53.417141287234045\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.10308 (+0.19334%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2158334,11 +2158334,11 @@
16,
5
),
- "score": 59.65888930952381,
- "score-diff": "-0.8395527386689636",
- "score-diff-perc": "-1.38773%",
- "tooltip": "score = 59.65888930952381\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.83955 (-1.38773%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 56.04132902222222,
+ "score-diff": "-4.45711302597055",
+ "score-diff-perc": "-7.36732%",
+ "tooltip": "score = 56.04132902222222\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.45711 (-7.36732%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2158360,11 +2158360,11 @@
16,
5
),
- "score": 56.04132902222222,
- "score-diff": "-3.617560287301586",
- "score-diff-perc": "-6.06374%",
- "tooltip": "score = 56.04132902222222\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -3.61756 (-6.06374%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 60.482833373493975,
+ "score-diff": "4.441504351271753",
+ "score-diff-perc": "+7.92541%",
+ "tooltip": "score = 60.482833373493975\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.44150 (+7.92541%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2158386,11 +2158386,11 @@
16,
5
),
- "score": 60.482833373493975,
- "score-diff": "4.441504351271753",
- "score-diff-perc": "+7.92541%",
- "tooltip": "score = 60.482833373493975\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.44150 (+7.92541%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 59.65888930952381,
+ "score-diff": "-0.823944063970167",
+ "score-diff-perc": "-1.36228%",
+ "tooltip": "score = 59.65888930952381\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.82394 (-1.36228%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2158413,9 +2158413,9 @@
21
),
"score": 59.808139035714284,
- "score-diff": "-0.674694337779691",
- "score-diff-perc": "-1.11551%",
- "tooltip": "score = 59.808139035714284\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.67469 (-1.11551%)",
+ "score-diff": "0.14924972619047594",
+ "score-diff-perc": "+0.25017%",
+ "tooltip": "score = 59.808139035714284\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.14925 (+0.25017%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2158724,11 +2158724,11 @@
8,
54
),
- "score": 83.22519731147541,
- "score-diff": "-30.916039711251855",
- "score-diff-perc": "-27.08578%",
- "tooltip": "score = 83.22519731147541\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -30.91604 (-27.08578%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 81.19688417741935,
+ "score-diff": "-32.94435284530792",
+ "score-diff-perc": "-28.86280%",
+ "tooltip": "score = 81.19688417741935\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -32.94435 (-28.86280%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2158750,11 +2158750,11 @@
8,
54
),
- "score": 81.19688417741935,
- "score-diff": "-2.028313134056063",
- "score-diff-perc": "-2.43714%",
- "tooltip": "score = 81.19688417741935\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.02831 (-2.43714%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 83.22519731147541,
+ "score-diff": "2.028313134056063",
+ "score-diff-perc": "+2.49802%",
+ "tooltip": "score = 83.22519731147541\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.02831 (+2.49802%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2158777,9 +2158777,9 @@
43
),
"score": 96.81401234615385,
- "score-diff": "15.617128168734496",
- "score-diff-perc": "+19.23365%",
- "tooltip": "score = 96.81401234615385\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +15.61713 (+19.23365%)",
+ "score-diff": "13.588815034678433",
+ "score-diff-perc": "+16.32777%",
+ "tooltip": "score = 96.81401234615385\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +13.58882 (+16.32777%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2164451,11 +2164451,11 @@
18,
7
),
- "score": 114.09164411363636,
- "score-diff": "2.986070657114624",
- "score-diff-perc": "+2.68760%",
- "tooltip": "score = 114.09164411363636\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.98607 (+2.68760%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 110.14455036956522,
+ "score-diff": "-0.9610230869565157",
+ "score-diff-perc": "-0.86496%",
+ "tooltip": "score = 110.14455036956522\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.96102 (-0.86496%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2164478,9 +2164478,9 @@
7
),
"score": 113.67404395454545,
- "score-diff": "-0.41760015909090953",
- "score-diff-perc": "-0.36602%",
- "tooltip": "score = 113.67404395454545\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.41760 (-0.36602%)",
+ "score-diff": "3.52949358498023",
+ "score-diff-perc": "+3.20442%",
+ "tooltip": "score = 113.67404395454545\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +3.52949 (+3.20442%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2164503,11 +2164503,11 @@
18,
7
),
- "score": 110.14455036956522,
- "score-diff": "-3.52949358498023",
- "score-diff-perc": "-3.10492%",
- "tooltip": "score = 110.14455036956522\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -3.52949 (-3.10492%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 114.09164411363636,
+ "score-diff": "0.41760015909090953",
+ "score-diff-perc": "+0.36737%",
+ "tooltip": "score = 114.09164411363636\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.41760 (+0.36737%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2164530,9 +2164530,9 @@
41
),
"score": 142.04207697222222,
- "score-diff": "31.897526602656995",
- "score-diff-perc": "+28.95970%",
- "tooltip": "score = 142.04207697222222\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +31.89753 (+28.95970%)",
+ "score-diff": "27.950432858585856",
+ "score-diff-perc": "+24.49823%",
+ "tooltip": "score = 142.04207697222222\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +27.95043 (+24.49823%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2164633,11 +2164633,11 @@
17,
1
),
- "score": 148.62743435294118,
- "score-diff": "6.5176952140522815",
- "score-diff-perc": "+4.58638%",
- "tooltip": "score = 148.62743435294118\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +6.51770 (+4.58638%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 139.56499969444445,
+ "score-diff": "-2.5447394444444456",
+ "score-diff-perc": "-1.79069%",
+ "tooltip": "score = 139.56499969444445\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.54474 (-1.79069%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2164659,11 +2164659,11 @@
17,
1
),
- "score": 112.61357764444445,
- "score-diff": "-36.01385670849673",
- "score-diff-perc": "-24.23096%",
- "tooltip": "score = 112.61357764444445\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -36.01386 (-24.23096%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 148.62743435294118,
+ "score-diff": "9.062434658496727",
+ "score-diff-perc": "+6.49334%",
+ "tooltip": "score = 148.62743435294118\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +9.06243 (+6.49334%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2164685,11 +2164685,11 @@
17,
1
),
- "score": 139.56499969444445,
- "score-diff": "26.951422050000005",
- "score-diff-perc": "+23.93266%",
- "tooltip": "score = 139.56499969444445\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +26.95142 (+23.93266%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 112.61357764444445,
+ "score-diff": "-36.01385670849673",
+ "score-diff-perc": "-24.23096%",
+ "tooltip": "score = 112.61357764444445\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -36.01386 (-24.23096%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2164712,9 +2164712,9 @@
7
),
"score": 110.29528336956521,
- "score-diff": "-29.26971632487924",
- "score-diff-perc": "-20.97210%",
- "tooltip": "score = 110.29528336956521\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -29.26972 (-20.97210%)",
+ "score-diff": "-2.3182942748792357",
+ "score-diff-perc": "-2.05863%",
+ "tooltip": "score = 110.29528336956521\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.31829 (-2.05863%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2164997,11 +2164997,11 @@
16,
5
),
- "score": 150.2041110882353,
- "score-diff": "5.272420202521005",
- "score-diff-perc": "+3.63787%",
- "tooltip": "score = 150.2041110882353\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +5.27242 (+3.63787%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 110.08050734782609,
+ "score-diff": "-34.851183537888204",
+ "score-diff-perc": "-24.04663%",
+ "tooltip": "score = 110.08050734782609\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -34.85118 (-24.04663%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2165023,11 +2165023,11 @@
16,
5
),
- "score": 110.08050734782609,
- "score-diff": "-40.12360374040921",
- "score-diff-perc": "-26.71272%",
- "tooltip": "score = 110.08050734782609\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -40.12360 (-26.71272%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 146.01443782857143,
+ "score-diff": "35.933930480745346",
+ "score-diff-perc": "+32.64332%",
+ "tooltip": "score = 146.01443782857143\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +35.93393 (+32.64332%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2165049,11 +2165049,11 @@
16,
5
),
- "score": 146.01443782857143,
- "score-diff": "35.933930480745346",
- "score-diff-perc": "+32.64332%",
- "tooltip": "score = 146.01443782857143\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +35.93393 (+32.64332%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 150.2041110882353,
+ "score-diff": "4.189673259663863",
+ "score-diff-perc": "+2.86936%",
+ "tooltip": "score = 150.2041110882353\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.18967 (+2.86936%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2165076,9 +2165076,9 @@
21
),
"score": 142.69776866666666,
- "score-diff": "-3.3166691619047697",
- "score-diff-perc": "-2.27147%",
- "tooltip": "score = 142.69776866666666\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -3.31667 (-2.27147%)",
+ "score-diff": "-7.5063424215686325",
+ "score-diff-perc": "-4.99743%",
+ "tooltip": "score = 142.69776866666666\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -7.50634 (-4.99743%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2165387,11 +2165387,11 @@
8,
54
),
- "score": 189.3352108888889,
- "score-diff": "7.925393567460333",
- "score-diff-perc": "+4.36878%",
- "tooltip": "score = 189.3352108888889\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +7.92539 (+4.36878%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 136.632931,
+ "score-diff": "-44.77688632142855",
+ "score-diff-perc": "-24.68272%",
+ "tooltip": "score = 136.632931\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -44.77689 (-24.68272%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2165413,11 +2165413,11 @@
8,
54
),
- "score": 136.632931,
- "score-diff": "-52.70227988888888",
- "score-diff-perc": "-27.83544%",
- "tooltip": "score = 136.632931\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -52.70228 (-27.83544%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 189.3352108888889,
+ "score-diff": "52.70227988888888",
+ "score-diff-perc": "+38.57217%",
+ "tooltip": "score = 189.3352108888889\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +52.70228 (+38.57217%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2165440,9 +2165440,9 @@
17
),
"score": 138.4280265945946,
- "score-diff": "1.795095594594585",
- "score-diff-perc": "+1.31381%",
- "tooltip": "score = 138.4280265945946\ndate = 2024-05-14 20:17:08\nbranch = develop\ndiff = +1.79510 (+1.31381%)",
+ "score-diff": "-50.9071842942943",
+ "score-diff-perc": "-26.88733%",
+ "tooltip": "score = 138.4280265945946\ndate = 2024-05-14 20:17:08\nbranch = develop\ndiff = -50.90718 (-26.88733%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9087820038",
"commit-id": "c437721ba5623e6d167ea040832be08b2d84dbe7",
"commit-msg": "Show ALIAS matches as () (#9955)",
@@ -2176113,11 +2176113,11 @@
18,
7
),
- "score": 0.9922396488095238,
- "score-diff": "-0.0019768173932595",
- "score-diff-perc": "-0.19883%",
- "tooltip": "score = 0.9922396488095238\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00198 (-0.19883%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 0.9916773868728931,
+ "score-diff": "-0.0025390793298901704",
+ "score-diff-perc": "-0.25538%",
+ "tooltip": "score = 0.9916773868728931\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00254 (-0.25538%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2176140,9 +2176140,9 @@
7
),
"score": 0.9871175917883932,
- "score-diff": "-0.005122057021130555",
- "score-diff-perc": "-0.51621%",
- "tooltip": "score = 0.9871175917883932\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00512 (-0.51621%)",
+ "score-diff": "-0.004559795084499885",
+ "score-diff-perc": "-0.45981%",
+ "tooltip": "score = 0.9871175917883932\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00456 (-0.45981%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2176165,11 +2176165,11 @@
18,
7
),
- "score": 0.9916773868728931,
- "score-diff": "0.004559795084499885",
- "score-diff-perc": "+0.46193%",
- "tooltip": "score = 0.9916773868728931\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00456 (+0.46193%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 0.9922396488095238,
+ "score-diff": "0.005122057021130555",
+ "score-diff-perc": "+0.51889%",
+ "tooltip": "score = 0.9922396488095238\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.00512 (+0.51889%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2176192,9 +2176192,9 @@
41
),
"score": 1.4898132591599642,
- "score-diff": "0.4981358722870711",
- "score-diff-perc": "+50.23165%",
- "tooltip": "score = 1.4898132591599642\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.49814 (+50.23165%)",
+ "score-diff": "0.49757361035044045",
+ "score-diff-perc": "+50.14652%",
+ "tooltip": "score = 1.4898132591599642\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.49757 (+50.14652%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2176295,11 +2176295,11 @@
17,
1
),
- "score": 1.4938073575268818,
- "score-diff": "0.000998973944792203",
- "score-diff-perc": "+0.06692%",
- "tooltip": "score = 1.4938073575268818\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00100 (+0.06692%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 1.4940722724828204,
+ "score-diff": "0.001263888900730814",
+ "score-diff-perc": "+0.08467%",
+ "tooltip": "score = 1.4940722724828204\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.00126 (+0.08467%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2176321,11 +2176321,11 @@
17,
1
),
- "score": 0.9888296754993079,
- "score-diff": "-0.5049776820275739",
- "score-diff-perc": "-33.80474%",
- "tooltip": "score = 0.9888296754993079\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.50498 (-33.80474%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 1.4938073575268818,
+ "score-diff": "-0.00026491495593861103",
+ "score-diff-perc": "-0.01773%",
+ "tooltip": "score = 1.4938073575268818\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.00026 (-0.01773%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2176347,11 +2176347,11 @@
17,
1
),
- "score": 1.4940722724828204,
- "score-diff": "0.5052425969835125",
- "score-diff-perc": "+51.09501%",
- "tooltip": "score = 1.4940722724828204\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.50524 (+51.09501%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 0.9888296754993079,
+ "score-diff": "-0.5049776820275739",
+ "score-diff-perc": "-33.80474%",
+ "tooltip": "score = 0.9888296754993079\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.50498 (-33.80474%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2176374,9 +2176374,9 @@
7
),
"score": 0.9884670478355406,
- "score-diff": "-0.5056052246472797",
- "score-diff-perc": "-33.84075%",
- "tooltip": "score = 0.9884670478355406\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.50561 (-33.84075%)",
+ "score-diff": "-0.00036262766376726763",
+ "score-diff-perc": "-0.03667%",
+ "tooltip": "score = 0.9884670478355406\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.00036 (-0.03667%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2176659,11 +2176659,11 @@
16,
5
),
- "score": 1.496188884201077,
- "score-diff": "0.004889664994396581",
- "score-diff-perc": "+0.32788%",
- "tooltip": "score = 1.496188884201077\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00489 (+0.32788%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 0.9869454487862641,
+ "score-diff": "-0.5043537704204164",
+ "score-diff-perc": "-33.81976%",
+ "tooltip": "score = 0.9869454487862641\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.50435 (-33.81976%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2176685,11 +2176685,11 @@
16,
5
),
- "score": 0.9869454487862641,
- "score-diff": "-0.509243435414813",
- "score-diff-perc": "-34.03604%",
- "tooltip": "score = 0.9869454487862641\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.50924 (-34.03604%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 1.4904986223546945,
+ "score-diff": "0.5035531735684304",
+ "score-diff-perc": "+51.02138%",
+ "tooltip": "score = 1.4904986223546945\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.50355 (+51.02138%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2176711,11 +2176711,11 @@
16,
5
),
- "score": 1.4904986223546945,
- "score-diff": "0.5035531735684304",
- "score-diff-perc": "+51.02138%",
- "tooltip": "score = 1.4904986223546945\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.50355 (+51.02138%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 1.496188884201077,
+ "score-diff": "0.005690261846382549",
+ "score-diff-perc": "+0.38177%",
+ "tooltip": "score = 1.496188884201077\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.00569 (+0.38177%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2176738,9 +2176738,9 @@
21
),
"score": 1.4844552641733453,
- "score-diff": "-0.006043358181349268",
- "score-diff-perc": "-0.40546%",
- "tooltip": "score = 1.4844552641733453\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.00604 (-0.40546%)",
+ "score-diff": "-0.011733620027731817",
+ "score-diff-perc": "-0.78423%",
+ "tooltip": "score = 1.4844552641733453\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.01173 (-0.78423%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2177049,11 +2177049,11 @@
8,
54
),
- "score": 1.73050412733564,
- "score-diff": "0.0030829573874535665",
- "score-diff-perc": "+0.17847%",
- "tooltip": "score = 1.73050412733564\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.00308 (+0.17847%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 0.9900024199168481,
+ "score-diff": "-0.7374187500313384",
+ "score-diff-perc": "-42.68900%",
+ "tooltip": "score = 0.9900024199168481\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.73742 (-42.68900%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2177075,11 +2177075,11 @@
8,
54
),
- "score": 0.9900024199168481,
- "score-diff": "-0.740501707418792",
- "score-diff-perc": "-42.79110%",
- "tooltip": "score = 0.9900024199168481\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.74050 (-42.79110%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 1.73050412733564,
+ "score-diff": "0.740501707418792",
+ "score-diff-perc": "+74.79797%",
+ "tooltip": "score = 1.73050412733564\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.74050 (+74.79797%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2177102,9 +2177102,9 @@
43
),
"score": 0.9939874655138143,
- "score-diff": "0.003985045596966219",
- "score-diff-perc": "+0.40253%",
- "tooltip": "score = 0.9939874655138143\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.00399 (+0.40253%)",
+ "score-diff": "-0.7365166618218257",
+ "score-diff-perc": "-42.56082%",
+ "tooltip": "score = 0.9939874655138143\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.73652 (-42.56082%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2182776,11 +2182776,11 @@
18,
7
),
- "score": 277.8951052631579,
- "score-diff": "33.68217021553886",
- "score-diff-perc": "+13.79213%",
- "tooltip": "score = 277.8951052631579\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +33.68217 (+13.79213%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 358.93215385714285,
+ "score-diff": "114.7192188095238",
+ "score-diff-perc": "+46.97508%",
+ "tooltip": "score = 358.93215385714285\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +114.71922 (+46.97508%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2182803,9 +2182803,9 @@
7
),
"score": 201.9384724,
- "score-diff": "-75.95663286315792",
- "score-diff-perc": "-27.33284%",
- "tooltip": "score = 201.9384724\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -75.95663 (-27.33284%)",
+ "score-diff": "-156.99368145714286",
+ "score-diff-perc": "-43.73910%",
+ "tooltip": "score = 201.9384724\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -156.99368 (-43.73910%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2182828,11 +2182828,11 @@
18,
7
),
- "score": 358.93215385714285,
- "score-diff": "156.99368145714286",
- "score-diff-perc": "+77.74332%",
- "tooltip": "score = 358.93215385714285\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +156.99368 (+77.74332%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 277.8951052631579,
+ "score-diff": "75.95663286315792",
+ "score-diff-perc": "+37.61375%",
+ "tooltip": "score = 277.8951052631579\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +75.95663 (+37.61375%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2182855,9 +2182855,9 @@
41
),
"score": 278.87384544444444,
- "score-diff": "-80.05830841269841",
- "score-diff-perc": "-22.30458%",
- "tooltip": "score = 278.87384544444444\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -80.05831 (-22.30458%)",
+ "score-diff": "0.9787401812865255",
+ "score-diff-perc": "+0.35220%",
+ "tooltip": "score = 278.87384544444444\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.97874 (+0.35220%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2182958,11 +2182958,11 @@
17,
1
),
- "score": 324.0283124375,
- "score-diff": "32.73345893750002",
- "score-diff-perc": "+11.23723%",
- "tooltip": "score = 324.0283124375\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +32.73346 (+11.23723%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 297.1260645882353,
+ "score-diff": "5.831211088235307",
+ "score-diff-perc": "+2.00182%",
+ "tooltip": "score = 297.1260645882353\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.83121 (+2.00182%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2182984,11 +2182984,11 @@
17,
1
),
- "score": 275.9761223157895,
- "score-diff": "-48.05219012171051",
- "score-diff-perc": "-14.82963%",
- "tooltip": "score = 275.9761223157895\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -48.05219 (-14.82963%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 324.0283124375,
+ "score-diff": "26.90224784926471",
+ "score-diff-perc": "+9.05415%",
+ "tooltip": "score = 324.0283124375\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +26.90225 (+9.05415%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2183010,11 +2183010,11 @@
17,
1
),
- "score": 297.1260645882353,
- "score-diff": "21.1499422724458",
- "score-diff-perc": "+7.66369%",
- "tooltip": "score = 297.1260645882353\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +21.14994 (+7.66369%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 275.9761223157895,
+ "score-diff": "-48.05219012171051",
+ "score-diff-perc": "-14.82963%",
+ "tooltip": "score = 275.9761223157895\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -48.05219 (-14.82963%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2183037,9 +2183037,9 @@
7
),
"score": 238.29049252380952,
- "score-diff": "-58.835572064425776",
- "score-diff-perc": "-19.80155%",
- "tooltip": "score = 238.29049252380952\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -58.83557 (-19.80155%)",
+ "score-diff": "-37.68562979197998",
+ "score-diff-perc": "-13.65540%",
+ "tooltip": "score = 238.29049252380952\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -37.68563 (-13.65540%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2183322,11 +2183322,11 @@
16,
5
),
- "score": 267.7950302631579,
- "score-diff": "-55.5522989243421",
- "score-diff-perc": "-17.18038%",
- "tooltip": "score = 267.7950302631579\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -55.55230 (-17.18038%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 317.6472823125,
+ "score-diff": "-5.700046874999998",
+ "score-diff-perc": "-1.76282%",
+ "tooltip": "score = 317.6472823125\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -5.70005 (-1.76282%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2183348,11 +2183348,11 @@
16,
5
),
- "score": 317.6472823125,
- "score-diff": "49.8522520493421",
- "score-diff-perc": "+18.61582%",
- "tooltip": "score = 317.6472823125\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +49.85225 (+18.61582%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 280.23880183333335,
+ "score-diff": "-37.408480479166656",
+ "score-diff-perc": "-11.77674%",
+ "tooltip": "score = 280.23880183333335\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -37.40848 (-11.77674%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2183374,11 +2183374,11 @@
16,
5
),
- "score": 280.23880183333335,
- "score-diff": "-37.408480479166656",
- "score-diff-perc": "-11.77674%",
- "tooltip": "score = 280.23880183333335\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -37.40848 (-11.77674%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 267.7950302631579,
+ "score-diff": "-12.443771570175443",
+ "score-diff-perc": "-4.44042%",
+ "tooltip": "score = 267.7950302631579\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -12.44377 (-4.44042%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2183401,9 +2183401,9 @@
21
),
"score": 317.5975470625,
- "score-diff": "37.35874522916663",
- "score-diff-perc": "+13.33104%",
- "tooltip": "score = 317.5975470625\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +37.35875 (+13.33104%)",
+ "score-diff": "49.80251679934207",
+ "score-diff-perc": "+18.59725%",
+ "tooltip": "score = 317.5975470625\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +49.80252 (+18.59725%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2183712,11 +2183712,11 @@
8,
54
),
- "score": 325.037303375,
- "score-diff": "-3.0749445624999794",
- "score-diff-perc": "-0.93716%",
- "tooltip": "score = 325.037303375\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.07494 (-0.93716%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 304.89738247058824,
+ "score-diff": "-23.21486546691176",
+ "score-diff-perc": "-7.07528%",
+ "tooltip": "score = 304.89738247058824\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -23.21487 (-7.07528%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2183738,11 +2183738,11 @@
8,
54
),
- "score": 304.89738247058824,
- "score-diff": "-20.13992090441178",
- "score-diff-perc": "-6.19619%",
- "tooltip": "score = 304.89738247058824\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -20.13992 (-6.19619%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 325.037303375,
+ "score-diff": "20.13992090441178",
+ "score-diff-perc": "+6.60548%",
+ "tooltip": "score = 325.037303375\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +20.13992 (+6.60548%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2183765,9 +2183765,9 @@
43
),
"score": 303.5731075882353,
- "score-diff": "-1.3242748823529382",
- "score-diff-perc": "-0.43433%",
- "tooltip": "score = 303.5731075882353\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.32427 (-0.43433%)",
+ "score-diff": "-21.46419578676472",
+ "score-diff-perc": "-6.60361%",
+ "tooltip": "score = 303.5731075882353\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -21.46420 (-6.60361%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2189439,11 +2189439,11 @@
18,
7
),
- "score": 328.351507625,
- "score-diff": "-2.6174107499999764",
- "score-diff-perc": "-0.79083%",
- "tooltip": "score = 328.351507625\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.61741 (-0.79083%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 237.71396577272728,
+ "score-diff": "-93.25495260227271",
+ "score-diff-perc": "-28.17635%",
+ "tooltip": "score = 237.71396577272728\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -93.25495 (-28.17635%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2189466,9 +2189466,9 @@
7
),
"score": 225.30239108695653,
- "score-diff": "-103.04911653804348",
- "score-diff-perc": "-31.38378%",
- "tooltip": "score = 225.30239108695653\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -103.04912 (-31.38378%)",
+ "score-diff": "-12.411574685770745",
+ "score-diff-perc": "-5.22122%",
+ "tooltip": "score = 225.30239108695653\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -12.41157 (-5.22122%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2189491,11 +2189491,11 @@
18,
7
),
- "score": 237.71396577272728,
- "score-diff": "12.411574685770745",
- "score-diff-perc": "+5.50885%",
- "tooltip": "score = 237.71396577272728\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +12.41157 (+5.50885%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 328.351507625,
+ "score-diff": "103.04911653804348",
+ "score-diff-perc": "+45.73814%",
+ "tooltip": "score = 328.351507625\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +103.04912 (+45.73814%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2189518,9 +2189518,9 @@
41
),
"score": 300.77933788235293,
- "score-diff": "63.065372109625656",
- "score-diff-perc": "+26.52994%",
- "tooltip": "score = 300.77933788235293\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +63.06537 (+26.52994%)",
+ "score-diff": "-27.572169742647077",
+ "score-diff-perc": "-8.39715%",
+ "tooltip": "score = 300.77933788235293\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = -27.57217 (-8.39715%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2189621,11 +2189621,11 @@
17,
1
),
- "score": 362.4937643571429,
- "score-diff": "88.90697167293234",
- "score-diff-perc": "+32.49681%",
- "tooltip": "score = 362.4937643571429\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +88.90697 (+32.49681%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 305.7295774117647,
+ "score-diff": "32.14278472755416",
+ "score-diff-perc": "+11.74866%",
+ "tooltip": "score = 305.7295774117647\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +32.14278 (+11.74866%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2189647,11 +2189647,11 @@
17,
1
),
- "score": 375.5431844285714,
- "score-diff": "13.049420071428528",
- "score-diff-perc": "+3.59990%",
- "tooltip": "score = 375.5431844285714\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +13.04942 (+3.59990%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 362.4937643571429,
+ "score-diff": "56.764186945378185",
+ "score-diff-perc": "+18.56680%",
+ "tooltip": "score = 362.4937643571429\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +56.76419 (+18.56680%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2189673,11 +2189673,11 @@
17,
1
),
- "score": 305.7295774117647,
- "score-diff": "-69.81360701680671",
- "score-diff-perc": "-18.59003%",
- "tooltip": "score = 305.7295774117647\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -69.81361 (-18.59003%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 375.5431844285714,
+ "score-diff": "13.049420071428528",
+ "score-diff-perc": "+3.59990%",
+ "tooltip": "score = 375.5431844285714\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +13.04942 (+3.59990%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2189700,9 +2189700,9 @@
7
),
"score": 315.1829503125,
- "score-diff": "9.453372900735303",
- "score-diff-perc": "+3.09207%",
- "tooltip": "score = 315.1829503125\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +9.45337 (+3.09207%)",
+ "score-diff": "-60.36023411607141",
+ "score-diff-perc": "-16.07278%",
+ "tooltip": "score = 315.1829503125\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -60.36023 (-16.07278%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2189985,11 +2189985,11 @@
16,
5
),
- "score": 307.69117376470587,
- "score-diff": "31.643876185758472",
- "score-diff-perc": "+11.46321%",
- "tooltip": "score = 307.69117376470587\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +31.64388 (+11.46321%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 405.79017115384613,
+ "score-diff": "129.74287357489874",
+ "score-diff-perc": "+47.00023%",
+ "tooltip": "score = 405.79017115384613\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +129.74287 (+47.00023%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2190011,11 +2190011,11 @@
16,
5
),
- "score": 405.79017115384613,
- "score-diff": "98.09899738914027",
- "score-diff-perc": "+31.88229%",
- "tooltip": "score = 405.79017115384613\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +98.09900 (+31.88229%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 314.174874125,
+ "score-diff": "-91.61529702884616",
+ "score-diff-perc": "-22.57701%",
+ "tooltip": "score = 314.174874125\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -91.61530 (-22.57701%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2190037,11 +2190037,11 @@
16,
5
),
- "score": 314.174874125,
- "score-diff": "-91.61529702884616",
- "score-diff-perc": "-22.57701%",
- "tooltip": "score = 314.174874125\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -91.61530 (-22.57701%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 307.69117376470587,
+ "score-diff": "-6.483700360294108",
+ "score-diff-perc": "-2.06372%",
+ "tooltip": "score = 307.69117376470587\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -6.48370 (-2.06372%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2190064,9 +2190064,9 @@
21
),
"score": 293.5844295555556,
- "score-diff": "-20.5904445694444",
- "score-diff-perc": "-6.55382%",
- "tooltip": "score = 293.5844295555556\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -20.59044 (-6.55382%)",
+ "score-diff": "-14.106744209150293",
+ "score-diff-perc": "-4.58471%",
+ "tooltip": "score = 293.5844295555556\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -14.10674 (-4.58471%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2190375,11 +2190375,11 @@
8,
54
),
- "score": 319.817834125,
- "score-diff": "-17.15462667500003",
- "score-diff-perc": "-5.09081%",
- "tooltip": "score = 319.817834125\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -17.15463 (-5.09081%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 301.3136791764706,
+ "score-diff": "-35.65878162352942",
+ "score-diff-perc": "-10.58211%",
+ "tooltip": "score = 301.3136791764706\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -35.65878 (-10.58211%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2190401,11 +2190401,11 @@
8,
54
),
- "score": 301.3136791764706,
- "score-diff": "-18.50415494852939",
- "score-diff-perc": "-5.78584%",
- "tooltip": "score = 301.3136791764706\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -18.50415 (-5.78584%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 319.817834125,
+ "score-diff": "18.50415494852939",
+ "score-diff-perc": "+6.14116%",
+ "tooltip": "score = 319.817834125\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +18.50415 (+6.14116%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2190428,9 +2190428,9 @@
43
),
"score": 228.42656554545454,
- "score-diff": "-72.88711363101606",
- "score-diff-perc": "-24.18978%",
- "tooltip": "score = 228.42656554545454\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -72.88711 (-24.18978%)",
+ "score-diff": "-91.39126857954545",
+ "score-diff-perc": "-28.57604%",
+ "tooltip": "score = 228.42656554545454\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -91.39127 (-28.57604%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2196102,11 +2196102,11 @@
18,
7
),
- "score": 15.483686897435897,
- "score-diff": "-2.1405203774179054",
- "score-diff-perc": "-12.14534%",
- "tooltip": "score = 15.483686897435897\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.14052 (-12.14534%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 17.778713082840238,
+ "score-diff": "0.15450580798643543",
+ "score-diff-perc": "+0.87667%",
+ "tooltip": "score = 17.778713082840238\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.15451 (+0.87667%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2196129,9 +2196129,9 @@
7
),
"score": 15.426239625641026,
- "score-diff": "-0.05744727179487086",
- "score-diff-perc": "-0.37102%",
- "tooltip": "score = 15.426239625641026\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.05745 (-0.37102%)",
+ "score-diff": "-2.3524734571992116",
+ "score-diff-perc": "-13.23197%",
+ "tooltip": "score = 15.426239625641026\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.35247 (-13.23197%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2196154,11 +2196154,11 @@
18,
7
),
- "score": 17.778713082840238,
- "score-diff": "2.3524734571992116",
- "score-diff-perc": "+15.24982%",
- "tooltip": "score = 17.778713082840238\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.35247 (+15.24982%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 15.483686897435897,
+ "score-diff": "0.05744727179487086",
+ "score-diff-perc": "+0.37240%",
+ "tooltip": "score = 15.483686897435897\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.05745 (+0.37240%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2196181,9 +2196181,9 @@
41
),
"score": 18.221392509090908,
- "score-diff": "0.44267942625067036",
- "score-diff-perc": "+2.48994%",
- "tooltip": "score = 18.221392509090908\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +0.44268 (+2.48994%)",
+ "score-diff": "2.737705611655011",
+ "score-diff-perc": "+17.68123%",
+ "tooltip": "score = 18.221392509090908\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +2.73771 (+17.68123%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2196284,11 +2196284,11 @@
17,
1
),
- "score": 18.042481357142858,
- "score-diff": "0.4239529068504595",
- "score-diff-perc": "+2.40629%",
- "tooltip": "score = 18.042481357142858\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.42395 (+2.40629%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 16.960782485875708,
+ "score-diff": "-0.6577459644166908",
+ "score-diff-perc": "-3.73326%",
+ "tooltip": "score = 16.960782485875708\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.65775 (-3.73326%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2196310,11 +2196310,11 @@
17,
1
),
- "score": 14.98131136318408,
- "score-diff": "-3.061169993958778",
- "score-diff-perc": "-16.96646%",
- "tooltip": "score = 14.98131136318408\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.06117 (-16.96646%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 18.042481357142858,
+ "score-diff": "1.0816988712671503",
+ "score-diff-perc": "+6.37765%",
+ "tooltip": "score = 18.042481357142858\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.08170 (+6.37765%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2196336,11 +2196336,11 @@
17,
1
),
- "score": 16.960782485875708,
- "score-diff": "1.9794711226916277",
- "score-diff-perc": "+13.21294%",
- "tooltip": "score = 16.960782485875708\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.97947 (+13.21294%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 14.98131136318408,
+ "score-diff": "-3.061169993958778",
+ "score-diff-perc": "-16.96646%",
+ "tooltip": "score = 14.98131136318408\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.06117 (-16.96646%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2196363,9 +2196363,9 @@
7
),
"score": 15.506739649484537,
- "score-diff": "-1.4540428363911708",
- "score-diff-perc": "-8.57297%",
- "tooltip": "score = 15.506739649484537\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.45404 (-8.57297%)",
+ "score-diff": "0.5254282863004569",
+ "score-diff-perc": "+3.50722%",
+ "tooltip": "score = 15.506739649484537\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.52543 (+3.50722%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2196648,11 +2196648,11 @@
16,
5
),
- "score": 17.63663676023392,
- "score-diff": "-0.5096213060311392",
- "score-diff-perc": "-2.80841%",
- "tooltip": "score = 17.63663676023392\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.50962 (-2.80841%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 16.154598704301076,
+ "score-diff": "-1.9916593619639826",
+ "score-diff-perc": "-10.97559%",
+ "tooltip": "score = 16.154598704301076\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.99166 (-10.97559%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2196674,11 +2196674,11 @@
16,
5
),
- "score": 16.154598704301076,
- "score-diff": "-1.4820380559328434",
- "score-diff-perc": "-8.40318%",
- "tooltip": "score = 16.154598704301076\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.48204 (-8.40318%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 16.45271468852459,
+ "score-diff": "0.2981159842235144",
+ "score-diff-perc": "+1.84539%",
+ "tooltip": "score = 16.45271468852459\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.29812 (+1.84539%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2196700,11 +2196700,11 @@
16,
5
),
- "score": 16.45271468852459,
- "score-diff": "0.2981159842235144",
- "score-diff-perc": "+1.84539%",
- "tooltip": "score = 16.45271468852459\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.29812 (+1.84539%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 17.63663676023392,
+ "score-diff": "1.183922071709329",
+ "score-diff-perc": "+7.19591%",
+ "tooltip": "score = 17.63663676023392\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.18392 (+7.19591%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2196727,9 +2196727,9 @@
21
),
"score": 16.96288547457627,
- "score-diff": "0.5101707860516811",
- "score-diff-perc": "+3.10083%",
- "tooltip": "score = 16.96288547457627\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.51017 (+3.10083%)",
+ "score-diff": "-0.673751285657648",
+ "score-diff-perc": "-3.82018%",
+ "tooltip": "score = 16.96288547457627\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.67375 (-3.82018%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2197038,11 +2197038,11 @@
8,
54
),
- "score": 23.70262346456693,
- "score-diff": "4.280280354889509",
- "score-diff-perc": "+22.03792%",
- "tooltip": "score = 23.70262346456693\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +4.28028 (+22.03792%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 15.276465279187818,
+ "score-diff": "-4.145877830489603",
+ "score-diff-perc": "-21.34592%",
+ "tooltip": "score = 15.276465279187818\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -4.14588 (-21.34592%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2197064,11 +2197064,11 @@
8,
54
),
- "score": 15.276465279187818,
- "score-diff": "-8.426158185379112",
- "score-diff-perc": "-35.54947%",
- "tooltip": "score = 15.276465279187818\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -8.42616 (-35.54947%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 23.70262346456693,
+ "score-diff": "8.426158185379112",
+ "score-diff-perc": "+55.15777%",
+ "tooltip": "score = 23.70262346456693\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +8.42616 (+55.15777%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2197091,9 +2197091,9 @@
43
),
"score": 21.369731368794326,
- "score-diff": "6.093266089606509",
- "score-diff-perc": "+39.88662%",
- "tooltip": "score = 21.369731368794326\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +6.09327 (+39.88662%)",
+ "score-diff": "-2.3328920957726034",
+ "score-diff-perc": "-9.84234%",
+ "tooltip": "score = 21.369731368794326\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -2.33289 (-9.84234%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2202765,11 +2202765,11 @@
18,
7
),
- "score": 3.602036412965186,
- "score-diff": "-0.28519661812289687",
- "score-diff-perc": "-7.33675%",
- "tooltip": "score = 3.602036412965186\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.28520 (-7.33675%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 4.1966044951048955,
+ "score-diff": "0.3093714640168126",
+ "score-diff-perc": "+7.95865%",
+ "tooltip": "score = 4.1966044951048955\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.30937 (+7.95865%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2202792,9 +2202792,9 @@
7
),
"score": 3.7851568524590165,
- "score-diff": "0.1831204394938304",
- "score-diff-perc": "+5.08380%",
- "tooltip": "score = 3.7851568524590165\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.18312 (+5.08380%)",
+ "score-diff": "-0.4114476426458791",
+ "score-diff-perc": "-9.80430%",
+ "tooltip": "score = 3.7851568524590165\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.41145 (-9.80430%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2202817,11 +2202817,11 @@
18,
7
),
- "score": 4.1966044951048955,
- "score-diff": "0.4114476426458791",
- "score-diff-perc": "+10.87003%",
- "tooltip": "score = 4.1966044951048955\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.41145 (+10.87003%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 3.602036412965186,
+ "score-diff": "-0.1831204394938304",
+ "score-diff-perc": "-4.83786%",
+ "tooltip": "score = 3.602036412965186\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.18312 (-4.83786%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2202844,9 +2202844,9 @@
41
),
"score": 8.330305972299168,
- "score-diff": "4.133701477194273",
- "score-diff-perc": "+98.50110%",
- "tooltip": "score = 8.330305972299168\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +4.13370 (+98.50110%)",
+ "score-diff": "4.728269559333983",
+ "score-diff-perc": "+131.26657%",
+ "tooltip": "score = 8.330305972299168\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +4.72827 (+131.26657%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2202947,11 +2202947,11 @@
17,
1
),
- "score": 9.039146912650603,
- "score-diff": "1.1818650880432733",
- "score-diff-perc": "+15.04165%",
- "tooltip": "score = 9.039146912650603\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.18187 (+15.04165%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 8.712635507246377,
+ "score-diff": "0.8553536826390475",
+ "score-diff-perc": "+10.88613%",
+ "tooltip": "score = 8.712635507246377\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.85535 (+10.88613%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2202973,11 +2202973,11 @@
17,
1
),
- "score": 3.3570075604026846,
- "score-diff": "-5.682139352247918",
- "score-diff-perc": "-62.86146%",
- "tooltip": "score = 3.3570075604026846\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -5.68214 (-62.86146%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 9.039146912650603,
+ "score-diff": "0.32651140540422574",
+ "score-diff-perc": "+3.74756%",
+ "tooltip": "score = 9.039146912650603\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.32651 (+3.74756%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2202999,11 +2202999,11 @@
17,
1
),
- "score": 8.712635507246377,
- "score-diff": "5.3556279468436925",
- "score-diff-perc": "+159.53577%",
- "tooltip": "score = 8.712635507246377\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +5.35563 (+159.53577%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 3.3570075604026846,
+ "score-diff": "-5.682139352247918",
+ "score-diff-perc": "-62.86146%",
+ "tooltip": "score = 3.3570075604026846\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -5.68214 (-62.86146%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2203026,9 +2203026,9 @@
7
),
"score": 4.007219902536716,
- "score-diff": "-4.705415604709661",
- "score-diff-perc": "-54.00680%",
- "tooltip": "score = 4.007219902536716\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -4.70542 (-54.00680%)",
+ "score-diff": "0.6502123421340311",
+ "score-diff-perc": "+19.36881%",
+ "tooltip": "score = 4.007219902536716\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.65021 (+19.36881%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2203311,11 +2203311,11 @@
16,
5
),
- "score": 8.010170490666667,
- "score-diff": "-0.3396426204444438",
- "score-diff-perc": "-4.06767%",
- "tooltip": "score = 8.010170490666667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.33964 (-4.06767%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 3.913535883963494,
+ "score-diff": "-4.436277227147617",
+ "score-diff-perc": "-53.13026%",
+ "tooltip": "score = 3.913535883963494\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.43628 (-53.13026%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2203337,11 +2203337,11 @@
16,
5
),
- "score": 3.913535883963494,
- "score-diff": "-4.096634606703173",
- "score-diff-perc": "-51.14291%",
- "tooltip": "score = 3.913535883963494\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.09663 (-51.14291%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 8.90970976627219,
+ "score-diff": "4.996173882308696",
+ "score-diff-perc": "+127.66393%",
+ "tooltip": "score = 8.90970976627219\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.99617 (+127.66393%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2203363,11 +2203363,11 @@
16,
5
),
- "score": 8.90970976627219,
- "score-diff": "4.996173882308696",
- "score-diff-perc": "+127.66393%",
- "tooltip": "score = 8.90970976627219\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.99617 (+127.66393%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 8.010170490666667,
+ "score-diff": "-0.8995392756055232",
+ "score-diff-perc": "-10.09617%",
+ "tooltip": "score = 8.010170490666667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.89954 (-10.09617%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2203390,9 +2203390,9 @@
21
),
"score": 8.051803520107239,
- "score-diff": "-0.8579062461649514",
- "score-diff-perc": "-9.62889%",
- "tooltip": "score = 8.051803520107239\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.85791 (-9.62889%)",
+ "score-diff": "0.04163302944057179",
+ "score-diff-perc": "+0.51975%",
+ "tooltip": "score = 8.051803520107239\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.04163 (+0.51975%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2203701,11 +2203701,11 @@
8,
54
),
- "score": 13.475194439461884,
- "score-diff": "0.43598717539262033",
- "score-diff-perc": "+3.34366%",
- "tooltip": "score = 13.475194439461884\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.43599 (+3.34366%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 10.236044013605442,
+ "score-diff": "-2.8031632504638218",
+ "score-diff-perc": "-21.49796%",
+ "tooltip": "score = 10.236044013605442\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.80316 (-21.49796%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2203727,11 +2203727,11 @@
8,
54
),
- "score": 10.236044013605442,
- "score-diff": "-3.239150425856442",
- "score-diff-perc": "-24.03788%",
- "tooltip": "score = 10.236044013605442\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.23915 (-24.03788%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 13.475194439461884,
+ "score-diff": "3.239150425856442",
+ "score-diff-perc": "+31.64455%",
+ "tooltip": "score = 13.475194439461884\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +3.23915 (+31.64455%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2203754,9 +2203754,9 @@
43
),
"score": 10.06271506354515,
- "score-diff": "-0.17332895006029148",
- "score-diff-perc": "-1.69332%",
- "tooltip": "score = 10.06271506354515\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -0.17333 (-1.69332%)",
+ "score-diff": "-3.4124793759167336",
+ "score-diff-perc": "-25.32416%",
+ "tooltip": "score = 10.06271506354515\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -3.41248 (-25.32416%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2209539,11 +2209539,11 @@
18,
7
),
- "score": 3.6505844440389295,
- "score-diff": "-0.24115586335406647",
- "score-diff-perc": "-6.19661%",
- "tooltip": "score = 3.6505844440389295\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.24116 (-6.19661%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 3.402653007936508,
+ "score-diff": "-0.4890872994564881",
+ "score-diff-perc": "-12.56732%",
+ "tooltip": "score = 3.402653007936508\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.48909 (-12.56732%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2209566,9 +2209566,9 @@
7
),
"score": 3.968551521164021,
- "score-diff": "0.31796707712509154",
- "score-diff-perc": "+8.71003%",
- "tooltip": "score = 3.968551521164021\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.31797 (+8.71003%)",
+ "score-diff": "0.5658985132275132",
+ "score-diff-perc": "+16.63110%",
+ "tooltip": "score = 3.968551521164021\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.56590 (+16.63110%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2209591,11 +2209591,11 @@
18,
7
),
- "score": 3.402653007936508,
- "score-diff": "-0.5658985132275132",
- "score-diff-perc": "-14.25957%",
- "tooltip": "score = 3.402653007936508\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.56590 (-14.25957%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 3.6505844440389295,
+ "score-diff": "-0.31796707712509154",
+ "score-diff-perc": "-8.01217%",
+ "tooltip": "score = 3.6505844440389295\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.31797 (-8.01217%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2209618,9 +2209618,9 @@
41
),
"score": 7.572091511335013,
- "score-diff": "4.169438503398505",
- "score-diff-perc": "+122.53493%",
- "tooltip": "score = 7.572091511335013\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +4.16944 (+122.53493%)",
+ "score-diff": "3.9215070672960834",
+ "score-diff-perc": "+107.42135%",
+ "tooltip": "score = 7.572091511335013\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +3.92151 (+107.42135%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2209721,11 +2209721,11 @@
17,
1
),
- "score": 8.509079008474576,
- "score-diff": "-0.40973950487854083",
- "score-diff-perc": "-4.59410%",
- "tooltip": "score = 8.509079008474576\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.40974 (-4.59410%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 8.808382724340175,
+ "score-diff": "-0.11043578901294104",
+ "score-diff-perc": "-1.23823%",
+ "tooltip": "score = 8.808382724340175\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.11044 (-1.23823%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2209747,11 +2209747,11 @@
17,
1
),
- "score": 4.96860146192053,
- "score-diff": "-3.5404775465540457",
- "score-diff-perc": "-41.60823%",
- "tooltip": "score = 4.96860146192053\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.54048 (-41.60823%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 8.509079008474576,
+ "score-diff": "-0.2993037158655998",
+ "score-diff-perc": "-3.39794%",
+ "tooltip": "score = 8.509079008474576\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.29930 (-3.39794%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2209773,11 +2209773,11 @@
17,
1
),
- "score": 8.808382724340175,
- "score-diff": "3.8397812624196455",
- "score-diff-perc": "+77.28093%",
- "tooltip": "score = 8.808382724340175\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3.83978 (+77.28093%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 4.96860146192053,
+ "score-diff": "-3.5404775465540457",
+ "score-diff-perc": "-41.60823%",
+ "tooltip": "score = 4.96860146192053\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -3.54048 (-41.60823%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2209800,9 +2209800,9 @@
7
),
"score": 3.5343513886925795,
- "score-diff": "-5.274031335647596",
- "score-diff-perc": "-59.87514%",
- "tooltip": "score = 3.5343513886925795\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -5.27403 (-59.87514%)",
+ "score-diff": "-1.4342500732279504",
+ "score-diff-perc": "-28.86627%",
+ "tooltip": "score = 3.5343513886925795\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.43425 (-28.86627%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2210085,11 +2210085,11 @@
16,
5
),
- "score": 7.984952747340426,
- "score-diff": "-0.47096230336379996",
- "score-diff-perc": "-5.56962%",
- "tooltip": "score = 7.984952747340426\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.47096 (-5.56962%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 3.759858721804511,
+ "score-diff": "-4.696056328899715",
+ "score-diff-perc": "-55.53576%",
+ "tooltip": "score = 3.759858721804511\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.69606 (-55.53576%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2210111,11 +2210111,11 @@
16,
5
),
- "score": 3.759858721804511,
- "score-diff": "-4.225094025535915",
- "score-diff-perc": "-52.91320%",
- "tooltip": "score = 3.759858721804511\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.22509 (-52.91320%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 8.085382551075268,
+ "score-diff": "4.325523829270757",
+ "score-diff-perc": "+115.04485%",
+ "tooltip": "score = 8.085382551075268\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.32552 (+115.04485%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2210137,11 +2210137,11 @@
16,
5
),
- "score": 8.085382551075268,
- "score-diff": "4.325523829270757",
- "score-diff-perc": "+115.04485%",
- "tooltip": "score = 8.085382551075268\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +4.32552 (+115.04485%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 7.984952747340426,
+ "score-diff": "-0.10042980373484234",
+ "score-diff-perc": "-1.24212%",
+ "tooltip": "score = 7.984952747340426\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.10043 (-1.24212%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2210164,9 +2210164,9 @@
21
),
"score": 8.345085230555556,
- "score-diff": "0.2597026794802879",
- "score-diff-perc": "+3.21200%",
- "tooltip": "score = 8.345085230555556\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.25970 (+3.21200%)",
+ "score-diff": "0.36013248321513025",
+ "score-diff-perc": "+4.51014%",
+ "tooltip": "score = 8.345085230555556\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.36013 (+4.51014%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2210475,11 +2210475,11 @@
8,
54
),
- "score": 12.638224584033614,
- "score-diff": "0.2291261129592339",
- "score-diff-perc": "+1.84644%",
- "tooltip": "score = 12.638224584033614\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.22913 (+1.84644%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 10.297363479452056,
+ "score-diff": "-2.111734991622324",
+ "score-diff-perc": "-17.01763%",
+ "tooltip": "score = 10.297363479452056\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.11173 (-17.01763%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2210501,11 +2210501,11 @@
8,
54
),
- "score": 10.297363479452056,
- "score-diff": "-2.340861104581558",
- "score-diff-perc": "-18.52207%",
- "tooltip": "score = 10.297363479452056\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.34086 (-18.52207%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 12.638224584033614,
+ "score-diff": "2.340861104581558",
+ "score-diff-perc": "+22.73263%",
+ "tooltip": "score = 12.638224584033614\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2.34086 (+22.73263%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2210528,9 +2210528,9 @@
43
),
"score": 10.770170175627241,
- "score-diff": "0.47280669617518534",
- "score-diff-perc": "+4.59153%",
- "tooltip": "score = 10.770170175627241\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.47281 (+4.59153%)",
+ "score-diff": "-1.8680544084063726",
+ "score-diff-perc": "-14.78099%",
+ "tooltip": "score = 10.770170175627241\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.86805 (-14.78099%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2230998,11 +2230998,11 @@
18,
7
),
- "score": 6.594957013186813,
- "score-diff": "-0.8917917499054555",
- "score-diff-perc": "-11.91160%",
- "tooltip": "score = 6.594957013186813\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.89179 (-11.91160%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 7.114099471563981,
+ "score-diff": "-0.37264929152828774",
+ "score-diff-perc": "-4.97745%",
+ "tooltip": "score = 7.114099471563981\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.37265 (-4.97745%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2231025,9 +2231025,9 @@
7
),
"score": 7.012963922897196,
- "score-diff": "0.4180069097103827",
- "score-diff-perc": "+6.33828%",
- "tooltip": "score = 7.012963922897196\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.41801 (+6.33828%)",
+ "score-diff": "-0.10113554866678509",
+ "score-diff-perc": "-1.42162%",
+ "tooltip": "score = 7.012963922897196\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.10114 (-1.42162%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2231050,11 +2231050,11 @@
18,
7
),
- "score": 7.114099471563981,
- "score-diff": "0.10113554866678509",
- "score-diff-perc": "+1.44212%",
- "tooltip": "score = 7.114099471563981\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.10114 (+1.44212%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 6.594957013186813,
+ "score-diff": "-0.4180069097103827",
+ "score-diff-perc": "-5.96049%",
+ "tooltip": "score = 6.594957013186813\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.41801 (-5.96049%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2231077,9 +2231077,9 @@
41
),
"score": 8.230210093150685,
- "score-diff": "1.1161106215867038",
- "score-diff-perc": "+15.68871%",
- "tooltip": "score = 8.230210093150685\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.11611 (+15.68871%)",
+ "score-diff": "1.6352530799638716",
+ "score-diff-perc": "+24.79551%",
+ "tooltip": "score = 8.230210093150685\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.63525 (+24.79551%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2231180,11 +2231180,11 @@
17,
1
),
- "score": 7.807071158441558,
- "score-diff": "-0.27462631736489396",
- "score-diff-perc": "-3.39813%",
- "tooltip": "score = 7.807071158441558\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.27463 (-3.39813%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 8.101445204851752,
+ "score-diff": "0.019747729045299423",
+ "score-diff-perc": "+0.24435%",
+ "tooltip": "score = 8.101445204851752\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.01975 (+0.24435%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2231206,11 +2231206,11 @@
17,
1
),
- "score": 6.370115010615711,
- "score-diff": "-1.436956147825847",
- "score-diff-perc": "-18.40583%",
- "tooltip": "score = 6.370115010615711\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.43696 (-18.40583%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 7.807071158441558,
+ "score-diff": "-0.2943740464101934",
+ "score-diff-perc": "-3.63360%",
+ "tooltip": "score = 7.807071158441558\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.29437 (-3.63360%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2231232,11 +2231232,11 @@
17,
1
),
- "score": 8.101445204851752,
- "score-diff": "1.7313301942360404",
- "score-diff-perc": "+27.17895%",
- "tooltip": "score = 8.101445204851752\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.73133 (+27.17895%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 6.370115010615711,
+ "score-diff": "-1.436956147825847",
+ "score-diff-perc": "-18.40583%",
+ "tooltip": "score = 6.370115010615711\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.43696 (-18.40583%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2231259,9 +2231259,9 @@
7
),
"score": 6.962375524361949,
- "score-diff": "-1.1390696804898024",
- "score-diff-perc": "-14.06008%",
- "tooltip": "score = 6.962375524361949\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.13907 (-14.06008%)",
+ "score-diff": "0.592260513746238",
+ "score-diff-perc": "+9.29749%",
+ "tooltip": "score = 6.962375524361949\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.59226 (+9.29749%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2231544,11 +2231544,11 @@
16,
5
),
- "score": 7.7169481568123395,
- "score-diff": "-1.2047097808731202",
- "score-diff-perc": "-13.50321%",
- "tooltip": "score = 7.7169481568123395\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.20471 (-13.50321%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 7.308573114355231,
+ "score-diff": "-1.6130848233302286",
+ "score-diff-perc": "-18.08055%",
+ "tooltip": "score = 7.308573114355231\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.61308 (-18.08055%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2231570,11 +2231570,11 @@
16,
5
),
- "score": 7.308573114355231,
- "score-diff": "-0.40837504245710843",
- "score-diff-perc": "-5.29192%",
- "tooltip": "score = 7.308573114355231\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.40838 (-5.29192%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 7.811016984415584,
+ "score-diff": "0.5024438700603531",
+ "score-diff-perc": "+6.87472%",
+ "tooltip": "score = 7.811016984415584\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.50244 (+6.87472%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2231596,11 +2231596,11 @@
16,
5
),
- "score": 7.811016984415584,
- "score-diff": "0.5024438700603531",
- "score-diff-perc": "+6.87472%",
- "tooltip": "score = 7.811016984415584\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.50244 (+6.87472%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 7.7169481568123395,
+ "score-diff": "-0.09406882760324464",
+ "score-diff-perc": "-1.20431%",
+ "tooltip": "score = 7.7169481568123395\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.09407 (-1.20431%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2231623,9 +2231623,9 @@
21
),
"score": 8.358763128133704,
- "score-diff": "0.5477461437181201",
- "score-diff-perc": "+7.01248%",
- "tooltip": "score = 8.358763128133704\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.54775 (+7.01248%)",
+ "score-diff": "0.6418149713213648",
+ "score-diff-perc": "+8.31695%",
+ "tooltip": "score = 8.358763128133704\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.64181 (+8.31695%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2231934,11 +2231934,11 @@
8,
54
),
- "score": 8.084516647849462,
- "score-diff": "-5.595905188514175",
- "score-diff-perc": "-40.90448%",
- "tooltip": "score = 8.084516647849462\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -5.59591 (-40.90448%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 11.112902444444444,
+ "score-diff": "-2.567519391919193",
+ "score-diff-perc": "-18.76784%",
+ "tooltip": "score = 11.112902444444444\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2.56752 (-18.76784%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2231960,11 +2231960,11 @@
8,
54
),
- "score": 11.112902444444444,
- "score-diff": "3.028385796594982",
- "score-diff-perc": "+37.45908%",
- "tooltip": "score = 11.112902444444444\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +3.02839 (+37.45908%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 8.084516647849462,
+ "score-diff": "-3.028385796594982",
+ "score-diff-perc": "-27.25108%",
+ "tooltip": "score = 8.084516647849462\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -3.02839 (-27.25108%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2231987,9 +2231987,9 @@
43
),
"score": 11.924435353174603,
- "score-diff": "0.8115329087301593",
- "score-diff-perc": "+7.30262%",
- "tooltip": "score = 11.924435353174603\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.81153 (+7.30262%)",
+ "score-diff": "3.8399187053251413",
+ "score-diff-perc": "+47.49720%",
+ "tooltip": "score = 11.924435353174603\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +3.83992 (+47.49720%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2237661,11 +2237661,11 @@
18,
7
),
- "score": 6.9131837258064515,
- "score-diff": "-0.005071094470046056",
- "score-diff-perc": "-0.07330%",
- "tooltip": "score = 6.9131837258064515\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.00507 (-0.07330%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 6.14888412909836,
+ "score-diff": "-0.7693706911781373",
+ "score-diff-perc": "-11.12088%",
+ "tooltip": "score = 6.14888412909836\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.76937 (-11.12088%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2237688,9 +2237688,9 @@
7
),
"score": 6.495779019480519,
- "score-diff": "-0.4174047063259323",
- "score-diff-perc": "-6.03781%",
- "tooltip": "score = 6.495779019480519\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.41740 (-6.03781%)",
+ "score-diff": "0.3468948903821589",
+ "score-diff-perc": "+5.64159%",
+ "tooltip": "score = 6.495779019480519\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.34689 (+5.64159%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2237713,11 +2237713,11 @@
18,
7
),
- "score": 6.14888412909836,
- "score-diff": "-0.3468948903821589",
- "score-diff-perc": "-5.34031%",
- "tooltip": "score = 6.14888412909836\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.34689 (-5.34031%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 6.9131837258064515,
+ "score-diff": "0.4174047063259323",
+ "score-diff-perc": "+6.42578%",
+ "tooltip": "score = 6.9131837258064515\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.41740 (+6.42578%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2237740,9 +2237740,9 @@
41
),
"score": 8.53036884375,
- "score-diff": "2.3814847146516405",
- "score-diff-perc": "+38.73036%",
- "tooltip": "score = 8.53036884375\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +2.38148 (+38.73036%)",
+ "score-diff": "1.6171851179435492",
+ "score-diff-perc": "+23.39277%",
+ "tooltip": "score = 8.53036884375\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.61719 (+23.39277%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2237843,11 +2237843,11 @@
17,
1
),
- "score": 7.932115525065963,
- "score-diff": "0.07097797532774308",
- "score-diff-perc": "+0.90290%",
- "tooltip": "score = 7.932115525065963\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.07098 (+0.90290%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 8.08034883064516,
+ "score-diff": "0.21921128090694086",
+ "score-diff-perc": "+2.78854%",
+ "tooltip": "score = 8.08034883064516\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.21921 (+2.78854%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2237869,11 +2237869,11 @@
17,
1
),
- "score": 6.726744470852018,
- "score-diff": "-1.2053710542139449",
- "score-diff-perc": "-15.19609%",
- "tooltip": "score = 6.726744470852018\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.20537 (-15.19609%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 7.932115525065963,
+ "score-diff": "-0.14823330557919778",
+ "score-diff-perc": "-1.83449%",
+ "tooltip": "score = 7.932115525065963\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.14823 (-1.83449%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2237895,11 +2237895,11 @@
17,
1
),
- "score": 8.08034883064516,
- "score-diff": "1.3536043597931426",
- "score-diff-perc": "+20.12273%",
- "tooltip": "score = 8.08034883064516\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.35360 (+20.12273%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 6.726744470852018,
+ "score-diff": "-1.2053710542139449",
+ "score-diff-perc": "-15.19609%",
+ "tooltip": "score = 6.726744470852018\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.20537 (-15.19609%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2237922,9 +2237922,9 @@
7
),
"score": 6.163527850102669,
- "score-diff": "-1.9168209805424912",
- "score-diff-perc": "-23.72201%",
- "tooltip": "score = 6.163527850102669\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1.91682 (-23.72201%)",
+ "score-diff": "-0.5632166207493485",
+ "score-diff-perc": "-8.37280%",
+ "tooltip": "score = 6.163527850102669\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.56322 (-8.37280%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2238207,11 +2238207,11 @@
16,
5
),
- "score": 8.112238921621621,
- "score-diff": "0.07569074782482943",
- "score-diff-perc": "+0.94183%",
- "tooltip": "score = 8.112238921621621\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.07569 (+0.94183%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 6.049683346774193,
+ "score-diff": "-1.9868648270225986",
+ "score-diff-perc": "-24.72286%",
+ "tooltip": "score = 6.049683346774193\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -1.98686 (-24.72286%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2238233,11 +2238233,11 @@
16,
5
),
- "score": 6.049683346774193,
- "score-diff": "-2.062555574847428",
- "score-diff-perc": "-25.42523%",
- "tooltip": "score = 6.049683346774193\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.06256 (-25.42523%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 8.605330366762178,
+ "score-diff": "2.555647019987985",
+ "score-diff-perc": "+42.24431%",
+ "tooltip": "score = 8.605330366762178\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.55565 (+42.24431%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2238259,11 +2238259,11 @@
16,
5
),
- "score": 8.605330366762178,
- "score-diff": "2.555647019987985",
- "score-diff-perc": "+42.24431%",
- "tooltip": "score = 8.605330366762178\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.55565 (+42.24431%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 8.112238921621621,
+ "score-diff": "-0.493091445140557",
+ "score-diff-perc": "-5.73007%",
+ "tooltip": "score = 8.112238921621621\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.49309 (-5.73007%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2238286,9 +2238286,9 @@
21
),
"score": 8.019262493333333,
- "score-diff": "-0.5860678734288456",
- "score-diff-perc": "-6.81052%",
- "tooltip": "score = 8.019262493333333\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.58607 (-6.81052%)",
+ "score-diff": "-0.09297642828828856",
+ "score-diff-perc": "-1.14613%",
+ "tooltip": "score = 8.019262493333333\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.09298 (-1.14613%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2238597,11 +2238597,11 @@
8,
54
),
- "score": 12.27942928979592,
- "score-diff": "-1.0130576615315139",
- "score-diff-perc": "-7.62128%",
- "tooltip": "score = 12.27942928979592\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.01306 (-7.62128%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 7.144233885714286,
+ "score-diff": "-6.148253065613147",
+ "score-diff-perc": "-46.25359%",
+ "tooltip": "score = 7.144233885714286\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -6.14825 (-46.25359%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2238623,11 +2238623,11 @@
8,
54
),
- "score": 7.144233885714286,
- "score-diff": "-5.135195404081633",
- "score-diff-perc": "-41.81950%",
- "tooltip": "score = 7.144233885714286\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -5.13520 (-41.81950%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 12.27942928979592,
+ "score-diff": "5.135195404081633",
+ "score-diff-perc": "+71.87888%",
+ "tooltip": "score = 12.27942928979592\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +5.13520 (+71.87888%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2238650,9 +2238650,9 @@
43
),
"score": 10.898628891304348,
- "score-diff": "3.7543950055900623",
- "score-diff-perc": "+52.55140%",
- "tooltip": "score = 10.898628891304348\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +3.75440 (+52.55140%)",
+ "score-diff": "-1.380800398491571",
+ "score-diff-perc": "-11.24483%",
+ "tooltip": "score = 10.898628891304348\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -1.38080 (-11.24483%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2244324,11 +2244324,11 @@
18,
7
),
- "score": 18.337836756097563,
- "score-diff": "2.8666257200150884",
- "score-diff-perc": "+18.52877%",
- "tooltip": "score = 18.337836756097563\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.86663 (+18.52877%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 15.876913825396825,
+ "score-diff": "0.40570278931435055",
+ "score-diff-perc": "+2.62231%",
+ "tooltip": "score = 15.876913825396825\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.40570 (+2.62231%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2244351,9 +2244351,9 @@
7
),
"score": 17.326208666666666,
- "score-diff": "-1.0116280894308964",
- "score-diff-perc": "-5.51662%",
- "tooltip": "score = 17.326208666666666\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.01163 (-5.51662%)",
+ "score-diff": "1.4492948412698414",
+ "score-diff-perc": "+9.12832%",
+ "tooltip": "score = 17.326208666666666\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.44929 (+9.12832%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2244376,11 +2244376,11 @@
18,
7
),
- "score": 15.876913825396825,
- "score-diff": "-1.4492948412698414",
- "score-diff-perc": "-8.36475%",
- "tooltip": "score = 15.876913825396825\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.44929 (-8.36475%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 18.337836756097563,
+ "score-diff": "1.0116280894308964",
+ "score-diff-perc": "+5.83872%",
+ "tooltip": "score = 18.337836756097563\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.01163 (+5.83872%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2244403,9 +2244403,9 @@
41
),
"score": 19.44530107096774,
- "score-diff": "3.568387245570916",
- "score-diff-perc": "+22.47532%",
- "tooltip": "score = 19.44530107096774\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +3.56839 (+22.47532%)",
+ "score-diff": "1.1074643148701782",
+ "score-diff-perc": "+6.03923%",
+ "tooltip": "score = 19.44530107096774\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1.10746 (+6.03923%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2244506,11 +2244506,11 @@
17,
1
),
- "score": 17.562374976608186,
- "score-diff": "-1.0719612469942987",
- "score-diff-perc": "-5.75261%",
- "tooltip": "score = 17.562374976608186\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.07196 (-5.75261%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 16.32424919021739,
+ "score-diff": "-2.310087033385095",
+ "score-diff-perc": "-12.39694%",
+ "tooltip": "score = 16.32424919021739\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -2.31009 (-12.39694%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2244532,11 +2244532,11 @@
17,
1
),
- "score": 16.17930192473118,
- "score-diff": "-1.3830730518770054",
- "score-diff-perc": "-7.87521%",
- "tooltip": "score = 16.17930192473118\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.38307 (-7.87521%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 17.562374976608186,
+ "score-diff": "1.2381257863907962",
+ "score-diff-perc": "+7.58458%",
+ "tooltip": "score = 17.562374976608186\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.23813 (+7.58458%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2244558,11 +2244558,11 @@
17,
1
),
- "score": 16.32424919021739,
- "score-diff": "0.14494726548620918",
- "score-diff-perc": "+0.89588%",
- "tooltip": "score = 16.32424919021739\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +0.14495 (+0.89588%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 16.17930192473118,
+ "score-diff": "-1.3830730518770054",
+ "score-diff-perc": "-7.87521%",
+ "tooltip": "score = 16.17930192473118\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.38307 (-7.87521%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2244585,9 +2244585,9 @@
7
),
"score": 17.490395360465115,
- "score-diff": "1.1661461702477247",
- "score-diff-perc": "+7.14364%",
- "tooltip": "score = 17.490395360465115\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.16615 (+7.14364%)",
+ "score-diff": "1.3110934357339339",
+ "score-diff-perc": "+8.10352%",
+ "tooltip": "score = 17.490395360465115\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +1.31109 (+8.10352%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2244870,11 +2244870,11 @@
16,
5
),
- "score": 19.864993013157896,
- "score-diff": "1.0330932944078945",
- "score-diff-perc": "+5.48587%",
- "tooltip": "score = 19.864993013157896\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.03309 (+5.48587%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 15.854547731578947,
+ "score-diff": "-2.9773519871710548",
+ "score-diff-perc": "-15.81015%",
+ "tooltip": "score = 15.854547731578947\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2.97735 (-15.81015%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2244896,11 +2244896,11 @@
16,
5
),
- "score": 15.854547731578947,
- "score-diff": "-4.010445281578949",
- "score-diff-perc": "-20.18851%",
- "tooltip": "score = 15.854547731578947\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.01045 (-20.18851%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 16.2541086,
+ "score-diff": "0.39956086842105165",
+ "score-diff-perc": "+2.52017%",
+ "tooltip": "score = 16.2541086\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.39956 (+2.52017%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2244922,11 +2244922,11 @@
16,
5
),
- "score": 16.2541086,
- "score-diff": "0.39956086842105165",
- "score-diff-perc": "+2.52017%",
- "tooltip": "score = 16.2541086\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +0.39956 (+2.52017%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 19.864993013157896,
+ "score-diff": "3.6108844131578977",
+ "score-diff-perc": "+22.21521%",
+ "tooltip": "score = 19.864993013157896\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.61088 (+22.21521%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2244949,9 +2244949,9 @@
21
),
"score": 18.77405395625,
- "score-diff": "2.519945356250002",
- "score-diff-perc": "+15.50344%",
- "tooltip": "score = 18.77405395625\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.51995 (+15.50344%)",
+ "score-diff": "-1.0909390569078958",
+ "score-diff-perc": "-5.49177%",
+ "tooltip": "score = 18.77405395625\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.09094 (-5.49177%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2245260,11 +2245260,11 @@
8,
54
),
- "score": 26.14884644347826,
- "score-diff": "7.304608487228258",
- "score-diff-perc": "+38.76309%",
- "tooltip": "score = 26.14884644347826\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +7.30461 (+38.76309%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 19.147102082802547,
+ "score-diff": "0.3028641265525458",
+ "score-diff-perc": "+1.60720%",
+ "tooltip": "score = 19.147102082802547\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.30286 (+1.60720%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2245286,11 +2245286,11 @@
8,
54
),
- "score": 19.147102082802547,
- "score-diff": "-7.001744360675712",
- "score-diff-perc": "-26.77649%",
- "tooltip": "score = 19.147102082802547\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -7.00174 (-26.77649%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 26.14884644347826,
+ "score-diff": "7.001744360675712",
+ "score-diff-perc": "+36.56817%",
+ "tooltip": "score = 26.14884644347826\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +7.00174 (+36.56817%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2245313,9 +2245313,9 @@
43
),
"score": 16.446312590163934,
- "score-diff": "-2.700789492638613",
- "score-diff-perc": "-14.10547%",
- "tooltip": "score = 16.446312590163934\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -2.70079 (-14.10547%)",
+ "score-diff": "-9.702533853314325",
+ "score-diff-perc": "-37.10502%",
+ "tooltip": "score = 16.446312590163934\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -9.70253 (-37.10502%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2255882,11 +2255882,11 @@
18,
7
),
- "score": 43.20589804285714,
- "score-diff": "2.5502490293436324",
- "score-diff-perc": "+6.27280%",
- "tooltip": "score = 43.20589804285714\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.55025 (+6.27280%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 41.559789520547945,
+ "score-diff": "0.9041405070344339",
+ "score-diff-perc": "+2.22390%",
+ "tooltip": "score = 41.559789520547945\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.90414 (+2.22390%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2255909,9 +2255909,9 @@
7
),
"score": 42.96226267142857,
- "score-diff": "-0.2436353714285744",
- "score-diff-perc": "-0.56389%",
- "tooltip": "score = 42.96226267142857\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.24364 (-0.56389%)",
+ "score-diff": "1.402473150880624",
+ "score-diff-perc": "+3.37459%",
+ "tooltip": "score = 42.96226267142857\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.40247 (+3.37459%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2255934,11 +2255934,11 @@
18,
7
),
- "score": 41.559789520547945,
- "score-diff": "-1.402473150880624",
- "score-diff-perc": "-3.26443%",
- "tooltip": "score = 41.559789520547945\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.40247 (-3.26443%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 43.20589804285714,
+ "score-diff": "0.2436353714285744",
+ "score-diff-perc": "+0.56709%",
+ "tooltip": "score = 43.20589804285714\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.24364 (+0.56709%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2255961,9 +2255961,9 @@
41
),
"score": 59.32134464705882,
- "score-diff": "17.761555126510878",
- "score-diff-perc": "+42.73736%",
- "tooltip": "score = 59.32134464705882\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +17.76156 (+42.73736%)",
+ "score-diff": "16.11544660420168",
+ "score-diff-perc": "+37.29918%",
+ "tooltip": "score = 59.32134464705882\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +16.11545 (+37.29918%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2256064,11 +2256064,11 @@
17,
1
),
- "score": 58.263077307692306,
- "score-diff": "-8.247494214046817",
- "score-diff-perc": "-12.40028%",
- "tooltip": "score = 58.263077307692306\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -8.24749 (-12.40028%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 57.25968616981132,
+ "score-diff": "-9.250885351927806",
+ "score-diff-perc": "-13.90889%",
+ "tooltip": "score = 57.25968616981132\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -9.25089 (-13.90889%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2256090,11 +2256090,11 @@
17,
1
),
- "score": 43.050233014285716,
- "score-diff": "-15.21284429340659",
- "score-diff-perc": "-26.11061%",
- "tooltip": "score = 43.050233014285716\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -15.21284 (-26.11061%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 58.263077307692306,
+ "score-diff": "1.003391137880989",
+ "score-diff-perc": "+1.75235%",
+ "tooltip": "score = 58.263077307692306\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.00339 (+1.75235%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2256116,11 +2256116,11 @@
17,
1
),
- "score": 57.25968616981132,
- "score-diff": "14.209453155525601",
- "score-diff-perc": "+33.00668%",
- "tooltip": "score = 57.25968616981132\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +14.20945 (+33.00668%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 43.050233014285716,
+ "score-diff": "-15.21284429340659",
+ "score-diff-perc": "-26.11061%",
+ "tooltip": "score = 43.050233014285716\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -15.21284 (-26.11061%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2256143,9 +2256143,9 @@
7
),
"score": 44.00877514492753,
- "score-diff": "-13.250911024883784",
- "score-diff-perc": "-23.14178%",
- "tooltip": "score = 44.00877514492753\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -13.25091 (-23.14178%)",
+ "score-diff": "0.9585421306418169",
+ "score-diff-perc": "+2.22657%",
+ "tooltip": "score = 44.00877514492753\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +0.95854 (+2.22657%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2256428,11 +2256428,11 @@
16,
5
),
- "score": 64.76759404255318,
- "score-diff": "2.6328066139817565",
- "score-diff-perc": "+4.23725%",
- "tooltip": "score = 64.76759404255318\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2.63281 (+4.23725%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 43.32465394285714,
+ "score-diff": "-18.81013348571429",
+ "score-diff-perc": "-30.27311%",
+ "tooltip": "score = 43.32465394285714\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -18.81013 (-30.27311%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2256454,11 +2256454,11 @@
16,
5
),
- "score": 43.32465394285714,
- "score-diff": "-21.442940099696045",
- "score-diff-perc": "-33.10751%",
- "tooltip": "score = 43.32465394285714\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -21.44294 (-33.10751%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 61.38307948979592,
+ "score-diff": "18.05842554693878",
+ "score-diff-perc": "+41.68164%",
+ "tooltip": "score = 61.38307948979592\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +18.05843 (+41.68164%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2256480,11 +2256480,11 @@
16,
5
),
- "score": 61.38307948979592,
- "score-diff": "18.05842554693878",
- "score-diff-perc": "+41.68164%",
- "tooltip": "score = 61.38307948979592\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +18.05843 (+41.68164%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 64.76759404255318,
+ "score-diff": "3.384514552757267",
+ "score-diff-perc": "+5.51376%",
+ "tooltip": "score = 64.76759404255318\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.38451 (+5.51376%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2256507,9 +2256507,9 @@
21
),
"score": 60.01033018,
- "score-diff": "-1.3727493097959211",
- "score-diff-perc": "-2.23636%",
- "tooltip": "score = 60.01033018\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.37275 (-2.23636%)",
+ "score-diff": "-4.757263862553188",
+ "score-diff-perc": "-7.34513%",
+ "tooltip": "score = 60.01033018\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -4.75726 (-7.34513%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2256818,11 +2256818,11 @@
8,
54
),
- "score": 64.98689606382979,
- "score-diff": "-0.38053041443107816",
- "score-diff-perc": "-0.58214%",
- "tooltip": "score = 64.98689606382979\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -0.38053 (-0.58214%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 43.78457510144928,
+ "score-diff": "-21.58285137681159",
+ "score-diff-perc": "-33.01775%",
+ "tooltip": "score = 43.78457510144928\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -21.58285 (-33.01775%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2256844,11 +2256844,11 @@
8,
54
),
- "score": 43.78457510144928,
- "score-diff": "-21.20232096238051",
- "score-diff-perc": "-32.62553%",
- "tooltip": "score = 43.78457510144928\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -21.20232 (-32.62553%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 64.98689606382979,
+ "score-diff": "21.20232096238051",
+ "score-diff-perc": "+48.42418%",
+ "tooltip": "score = 64.98689606382979\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +21.20232 (+48.42418%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2256871,9 +2256871,9 @@
43
),
"score": 40.93924671621622,
- "score-diff": "-2.84532838523306",
- "score-diff-perc": "-6.49847%",
- "tooltip": "score = 40.93924671621622\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -2.84533 (-6.49847%)",
+ "score-diff": "-24.04764934761357",
+ "score-diff-perc": "-37.00384%",
+ "tooltip": "score = 40.93924671621622\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -24.04765 (-37.00384%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2262656,11 +2262656,11 @@
18,
7
),
- "score": 45.09452104477612,
- "score-diff": "-0.2985459552238794",
- "score-diff-perc": "-0.65769%",
- "tooltip": "score = 45.09452104477612\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.29855 (-0.65769%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 44.982740029850746,
+ "score-diff": "-0.41032697014925645",
+ "score-diff-perc": "-0.90394%",
+ "tooltip": "score = 44.982740029850746\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.41033 (-0.90394%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2262683,9 +2262683,9 @@
7
),
"score": 43.50628555072464,
- "score-diff": "-1.5882354940514816",
- "score-diff-perc": "-3.52201%",
- "tooltip": "score = 43.50628555072464\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.58824 (-3.52201%)",
+ "score-diff": "-1.4764544791261045",
+ "score-diff-perc": "-3.28227%",
+ "tooltip": "score = 43.50628555072464\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.47645 (-3.28227%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2262708,11 +2262708,11 @@
18,
7
),
- "score": 44.982740029850746,
- "score-diff": "1.4764544791261045",
- "score-diff-perc": "+3.39366%",
- "tooltip": "score = 44.982740029850746\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.47645 (+3.39366%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 45.09452104477612,
+ "score-diff": "1.5882354940514816",
+ "score-diff-perc": "+3.65059%",
+ "tooltip": "score = 45.09452104477612\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.58824 (+3.65059%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2262735,9 +2262735,9 @@
41
),
"score": 57.98332484615385,
- "score-diff": "13.000584816303103",
- "score-diff-perc": "+28.90127%",
- "tooltip": "score = 57.98332484615385\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +13.00058 (+28.90127%)",
+ "score-diff": "12.888803801377726",
+ "score-diff-perc": "+28.58175%",
+ "tooltip": "score = 57.98332484615385\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +12.88880 (+28.58175%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2262838,11 +2262838,11 @@
17,
1
),
- "score": 58.87819190196078,
- "score-diff": "-5.651255204422192",
- "score-diff-perc": "-8.75764%",
- "tooltip": "score = 58.87819190196078\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -5.65126 (-8.75764%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 69.51882627272727,
+ "score-diff": "4.989379166344293",
+ "score-diff-perc": "+7.73194%",
+ "tooltip": "score = 69.51882627272727\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +4.98938 (+7.73194%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2262864,11 +2262864,11 @@
17,
1
),
- "score": 46.637465738461536,
- "score-diff": "-12.240726163499247",
- "score-diff-perc": "-20.78992%",
- "tooltip": "score = 46.637465738461536\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -12.24073 (-20.78992%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 58.87819190196078,
+ "score-diff": "-10.640634370766485",
+ "score-diff-perc": "-15.30612%",
+ "tooltip": "score = 58.87819190196078\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -10.64063 (-15.30612%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2262890,11 +2262890,11 @@
17,
1
),
- "score": 69.51882627272727,
- "score-diff": "22.88136053426573",
- "score-diff-perc": "+49.06219%",
- "tooltip": "score = 69.51882627272727\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +22.88136 (+49.06219%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 46.637465738461536,
+ "score-diff": "-12.240726163499247",
+ "score-diff-perc": "-20.78992%",
+ "tooltip": "score = 46.637465738461536\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -12.24073 (-20.78992%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2262917,9 +2262917,9 @@
7
),
"score": 42.7801158028169,
- "score-diff": "-26.738710469910366",
- "score-diff-perc": "-38.46255%",
- "tooltip": "score = 42.7801158028169\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -26.73871 (-38.46255%)",
+ "score-diff": "-3.857349935644635",
+ "score-diff-perc": "-8.27093%",
+ "tooltip": "score = 42.7801158028169\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -3.85735 (-8.27093%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2263202,11 +2263202,11 @@
16,
5
),
- "score": 69.33689770454545,
- "score-diff": "6.454531892045452",
- "score-diff-perc": "+10.26445%",
- "tooltip": "score = 69.33689770454545\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +6.45453 (+10.26445%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 43.57781269565218,
+ "score-diff": "-19.30455311684782",
+ "score-diff-perc": "-30.69947%",
+ "tooltip": "score = 43.57781269565218\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -19.30455 (-30.69947%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2263228,11 +2263228,11 @@
16,
5
),
- "score": 43.57781269565218,
- "score-diff": "-25.759085008893273",
- "score-diff-perc": "-37.15062%",
- "tooltip": "score = 43.57781269565218\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -25.75909 (-37.15062%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 67.8983548,
+ "score-diff": "24.32054210434783",
+ "score-diff-perc": "+55.80946%",
+ "tooltip": "score = 67.8983548\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +24.32054 (+55.80946%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2263254,11 +2263254,11 @@
16,
5
),
- "score": 67.8983548,
- "score-diff": "24.32054210434783",
- "score-diff-perc": "+55.80946%",
- "tooltip": "score = 67.8983548\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +24.32054 (+55.80946%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 69.33689770454545,
+ "score-diff": "1.438542904545443",
+ "score-diff-perc": "+2.11867%",
+ "tooltip": "score = 69.33689770454545\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.43854 (+2.11867%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2263281,9 +2263281,9 @@
21
),
"score": 70.09619158139535,
- "score-diff": "2.1978367813953383",
- "score-diff-perc": "+3.23695%",
- "tooltip": "score = 70.09619158139535\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +2.19784 (+3.23695%)",
+ "score-diff": "0.7592938768498954",
+ "score-diff-perc": "+1.09508%",
+ "tooltip": "score = 70.09619158139535\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.75929 (+1.09508%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2263592,11 +2263592,11 @@
8,
54
),
- "score": 67.57910922222223,
- "score-diff": "-8.554295202777766",
- "score-diff-perc": "-11.23593%",
- "tooltip": "score = 67.57910922222223\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -8.55430 (-11.23593%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 46.624189953846155,
+ "score-diff": "-29.50921447115384",
+ "score-diff-perc": "-38.75988%",
+ "tooltip": "score = 46.624189953846155\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -29.50921 (-38.75988%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2263618,11 +2263618,11 @@
8,
54
),
- "score": 46.624189953846155,
- "score-diff": "-20.954919268376074",
- "score-diff-perc": "-31.00798%",
- "tooltip": "score = 46.624189953846155\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -20.95492 (-31.00798%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 67.57910922222223,
+ "score-diff": "20.954919268376074",
+ "score-diff-perc": "+44.94431%",
+ "tooltip": "score = 67.57910922222223\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +20.95492 (+44.94431%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2263645,9 +2263645,9 @@
43
),
"score": 46.72928532307692,
- "score-diff": "0.10509536923076723",
- "score-diff-perc": "+0.22541%",
- "tooltip": "score = 46.72928532307692\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +0.10510 (+0.22541%)",
+ "score-diff": "-20.849823899145306",
+ "score-diff-perc": "-30.85247%",
+ "tooltip": "score = 46.72928532307692\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -20.84982 (-30.85247%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2269319,11 +2269319,11 @@
18,
7
),
- "score": 46.376304476923075,
- "score-diff": "1.6510158151583667",
- "score-diff-perc": "+3.69146%",
- "tooltip": "score = 46.376304476923075\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.65102 (+3.69146%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 43.64454620289855,
+ "score-diff": "-1.0807424588661547",
+ "score-diff-perc": "-2.41640%",
+ "tooltip": "score = 43.64454620289855\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.08074 (-2.41640%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2269346,9 +2269346,9 @@
7
),
"score": 46.42496672307692,
- "score-diff": "0.048662246153845956",
- "score-diff-perc": "+0.10493%",
- "tooltip": "score = 46.42496672307692\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.04866 (+0.10493%)",
+ "score-diff": "2.7804205201783674",
+ "score-diff-perc": "+6.37060%",
+ "tooltip": "score = 46.42496672307692\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.78042 (+6.37060%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2269371,11 +2269371,11 @@
18,
7
),
- "score": 43.64454620289855,
- "score-diff": "-2.7804205201783674",
- "score-diff-perc": "-5.98906%",
- "tooltip": "score = 43.64454620289855\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.78042 (-5.98906%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 46.376304476923075,
+ "score-diff": "-0.048662246153845956",
+ "score-diff-perc": "-0.10482%",
+ "tooltip": "score = 46.376304476923075\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.04866 (-0.10482%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2269398,9 +2269398,9 @@
41
),
"score": 64.45470382978723,
- "score-diff": "20.81015762688868",
- "score-diff-perc": "+47.68100%",
- "tooltip": "score = 64.45470382978723\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +20.81016 (+47.68100%)",
+ "score-diff": "18.07839935286416",
+ "score-diff-perc": "+38.98197%",
+ "tooltip": "score = 64.45470382978723\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +18.07840 (+38.98197%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2269501,11 +2269501,11 @@
17,
1
),
- "score": 68.5413026590909,
- "score-diff": "-1.1548960227272858",
- "score-diff-perc": "-1.65704%",
- "tooltip": "score = 68.5413026590909\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.15490 (-1.65704%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 69.58016143181818,
+ "score-diff": "-0.11603725000000509",
+ "score-diff-perc": "-0.16649%",
+ "tooltip": "score = 69.58016143181818\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.11604 (-0.16649%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2269527,11 +2269527,11 @@
17,
1
),
- "score": 46.72471446153846,
- "score-diff": "-21.81658819755244",
- "score-diff-perc": "-31.82984%",
- "tooltip": "score = 46.72471446153846\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -21.81659 (-31.82984%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 68.5413026590909,
+ "score-diff": "-1.0388587727272807",
+ "score-diff-perc": "-1.49304%",
+ "tooltip": "score = 68.5413026590909\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.03886 (-1.49304%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2269553,11 +2269553,11 @@
17,
1
),
- "score": 69.58016143181818,
- "score-diff": "22.855446970279722",
- "score-diff-perc": "+48.91511%",
- "tooltip": "score = 69.58016143181818\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +22.85545 (+48.91511%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 46.72471446153846,
+ "score-diff": "-21.81658819755244",
+ "score-diff-perc": "-31.82984%",
+ "tooltip": "score = 46.72471446153846\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -21.81659 (-31.82984%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2269580,9 +2269580,9 @@
7
),
"score": 43.91385279710145,
- "score-diff": "-25.666308634716735",
- "score-diff-perc": "-36.88739%",
- "tooltip": "score = 43.91385279710145\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -25.66631 (-36.88739%)",
+ "score-diff": "-2.810861664437013",
+ "score-diff-perc": "-6.01579%",
+ "tooltip": "score = 43.91385279710145\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -2.81086 (-6.01579%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2269865,11 +2269865,11 @@
16,
5
),
- "score": 64.96927359574468,
- "score-diff": "1.686484637411347",
- "score-diff-perc": "+2.66500%",
- "tooltip": "score = 64.96927359574468\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.68648 (+2.66500%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 47.36273765625,
+ "score-diff": "-15.920051302083337",
+ "score-diff-perc": "-25.15700%",
+ "tooltip": "score = 47.36273765625\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -15.92005 (-25.15700%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2269891,11 +2269891,11 @@
16,
5
),
- "score": 47.36273765625,
- "score-diff": "-17.606535939494684",
- "score-diff-perc": "-27.09979%",
- "tooltip": "score = 47.36273765625\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -17.60654 (-27.09979%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 69.51079718181818,
+ "score-diff": "22.14805952556818",
+ "score-diff-perc": "+46.76263%",
+ "tooltip": "score = 69.51079718181818\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +22.14806 (+46.76263%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2269917,11 +2269917,11 @@
16,
5
),
- "score": 69.51079718181818,
- "score-diff": "22.14805952556818",
- "score-diff-perc": "+46.76263%",
- "tooltip": "score = 69.51079718181818\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +22.14806 (+46.76263%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 64.96927359574468,
+ "score-diff": "-4.541523586073495",
+ "score-diff-perc": "-6.53355%",
+ "tooltip": "score = 64.96927359574468\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -4.54152 (-6.53355%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2269944,9 +2269944,9 @@
21
),
"score": 64.2713899787234,
- "score-diff": "-5.239407203094771",
- "score-diff-perc": "-7.53754%",
- "tooltip": "score = 64.2713899787234\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -5.23941 (-7.53754%)",
+ "score-diff": "-0.6978836170212759",
+ "score-diff-perc": "-1.07417%",
+ "tooltip": "score = 64.2713899787234\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -0.69788 (-1.07417%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2270255,11 +2270255,11 @@
8,
54
),
- "score": 79.32708326315789,
- "score-diff": "4.695640238767638",
- "score-diff-perc": "+6.29177%",
- "tooltip": "score = 79.32708326315789\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +4.69564 (+6.29177%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 47.459536546875,
+ "score-diff": "-27.17190647751525",
+ "score-diff-perc": "-36.40812%",
+ "tooltip": "score = 47.459536546875\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -27.17191 (-36.40812%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2270281,11 +2270281,11 @@
8,
54
),
- "score": 47.459536546875,
- "score-diff": "-31.867546716282888",
- "score-diff-perc": "-40.17234%",
- "tooltip": "score = 47.459536546875\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -31.86755 (-40.17234%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 79.32708326315789,
+ "score-diff": "31.867546716282888",
+ "score-diff-perc": "+67.14677%",
+ "tooltip": "score = 79.32708326315789\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +31.86755 (+67.14677%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2270308,9 +2270308,9 @@
43
),
"score": 51.27449989830509,
- "score-diff": "3.8149633514300874",
- "score-diff-perc": "+8.03835%",
- "tooltip": "score = 51.27449989830509\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +3.81496 (+8.03835%)",
+ "score-diff": "-28.0525833648528",
+ "score-diff-perc": "-35.36319%",
+ "tooltip": "score = 51.27449989830509\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -28.05258 (-35.36319%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2275982,11 +2275982,11 @@
18,
7
),
- "score": 33.82989396629213,
- "score-diff": "-0.5968028291624137",
- "score-diff-perc": "-1.73355%",
- "tooltip": "score = 33.82989396629213\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.59680 (-1.73355%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 34.499150666666665,
+ "score-diff": "0.07245387121211877",
+ "score-diff-perc": "+0.21046%",
+ "tooltip": "score = 34.499150666666665\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.07245 (+0.21046%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2276009,9 +2276009,9 @@
7
),
"score": 36.38549904819277,
- "score-diff": "2.5556050819006373",
- "score-diff-perc": "+7.55428%",
- "tooltip": "score = 36.38549904819277\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.55561 (+7.55428%)",
+ "score-diff": "1.8863483815261048",
+ "score-diff-perc": "+5.46781%",
+ "tooltip": "score = 36.38549904819277\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.88635 (+5.46781%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2276034,11 +2276034,11 @@
18,
7
),
- "score": 34.499150666666665,
- "score-diff": "-1.8863483815261048",
- "score-diff-perc": "-5.18434%",
- "tooltip": "score = 34.499150666666665\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.88635 (-5.18434%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 33.82989396629213,
+ "score-diff": "-2.5556050819006373",
+ "score-diff-perc": "-7.02369%",
+ "tooltip": "score = 33.82989396629213\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.55561 (-7.02369%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2276061,9 +2276061,9 @@
41
),
"score": 52.538032551724136,
- "score-diff": "18.03888188505747",
- "score-diff-perc": "+52.28790%",
- "tooltip": "score = 52.538032551724136\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +18.03888 (+52.28790%)",
+ "score-diff": "18.708138585432003",
+ "score-diff-perc": "+55.30061%",
+ "tooltip": "score = 52.538032551724136\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +18.70814 (+55.30061%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2276164,11 +2276164,11 @@
17,
1
),
- "score": 55.62364287037037,
- "score-diff": "1.9812384596560833",
- "score-diff-perc": "+3.69342%",
- "tooltip": "score = 55.62364287037037\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.98124 (+3.69342%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 55.923872333333335,
+ "score-diff": "2.2814679226190506",
+ "score-diff-perc": "+4.25311%",
+ "tooltip": "score = 55.923872333333335\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.28147 (+4.25311%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2276190,11 +2276190,11 @@
17,
1
),
- "score": 35.64508698823529,
- "score-diff": "-19.978555882135076",
- "score-diff-perc": "-35.91738%",
- "tooltip": "score = 35.64508698823529\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -19.97856 (-35.91738%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 55.62364287037037,
+ "score-diff": "-0.3002294629629674",
+ "score-diff-perc": "-0.53685%",
+ "tooltip": "score = 55.62364287037037\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -0.30023 (-0.53685%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2276216,11 +2276216,11 @@
17,
1
),
- "score": 55.923872333333335,
- "score-diff": "20.278785345098044",
- "score-diff-perc": "+56.89083%",
- "tooltip": "score = 55.923872333333335\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +20.27879 (+56.89083%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 35.64508698823529,
+ "score-diff": "-19.978555882135076",
+ "score-diff-perc": "-35.91738%",
+ "tooltip": "score = 35.64508698823529\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -19.97856 (-35.91738%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2276243,9 +2276243,9 @@
7
),
"score": 34.758296689655175,
- "score-diff": "-21.16557564367816",
- "score-diff-perc": "-37.84712%",
- "tooltip": "score = 34.758296689655175\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -21.16558 (-37.84712%)",
+ "score-diff": "-0.8867902985801166",
+ "score-diff-perc": "-2.48783%",
+ "tooltip": "score = 34.758296689655175\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.88679 (-2.48783%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2276528,11 +2276528,11 @@
16,
5
),
- "score": 55.856277148148145,
- "score-diff": "-0.9294381726065737",
- "score-diff-perc": "-1.63675%",
- "tooltip": "score = 55.856277148148145\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -0.92944 (-1.63675%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 37.388011197530865,
+ "score-diff": "-19.397704123223853",
+ "score-diff-perc": "-34.15948%",
+ "tooltip": "score = 37.388011197530865\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -19.39770 (-34.15948%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2276554,11 +2276554,11 @@
16,
5
),
- "score": 37.388011197530865,
- "score-diff": "-18.46826595061728",
- "score-diff-perc": "-33.06390%",
- "tooltip": "score = 37.388011197530865\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -18.46827 (-33.06390%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 53.940867,
+ "score-diff": "16.552855802469132",
+ "score-diff-perc": "+44.27316%",
+ "tooltip": "score = 53.940867\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +16.55286 (+44.27316%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2276580,11 +2276580,11 @@
16,
5
),
- "score": 53.940867,
- "score-diff": "16.552855802469132",
- "score-diff-perc": "+44.27316%",
- "tooltip": "score = 53.940867\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +16.55286 (+44.27316%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 55.856277148148145,
+ "score-diff": "1.9154101481481476",
+ "score-diff-perc": "+3.55094%",
+ "tooltip": "score = 55.856277148148145\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.91541 (+3.55094%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2276607,9 +2276607,9 @@
21
),
"score": 54.11404817857143,
- "score-diff": "0.17318117857143278",
- "score-diff-perc": "+0.32106%",
- "tooltip": "score = 54.11404817857143\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +0.17318 (+0.32106%)",
+ "score-diff": "-1.7422289695767148",
+ "score-diff-perc": "-3.11913%",
+ "tooltip": "score = 54.11404817857143\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -1.74223 (-3.11913%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2276918,11 +2276918,11 @@
8,
54
),
- "score": 57.20069405660377,
- "score-diff": "-1.1270839626269975",
- "score-diff-perc": "-1.93233%",
- "tooltip": "score = 57.20069405660377\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -1.12708 (-1.93233%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 35.99826163095238,
+ "score-diff": "-22.329516388278392",
+ "score-diff-perc": "-38.28282%",
+ "tooltip": "score = 35.99826163095238\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -22.32952 (-38.28282%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2276944,11 +2276944,11 @@
8,
54
),
- "score": 35.99826163095238,
- "score-diff": "-21.202432425651395",
- "score-diff-perc": "-37.06674%",
- "tooltip": "score = 35.99826163095238\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -21.20243 (-37.06674%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 57.20069405660377,
+ "score-diff": "21.202432425651395",
+ "score-diff-perc": "+58.89849%",
+ "tooltip": "score = 57.20069405660377\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +21.20243 (+58.89849%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2276971,9 +2276971,9 @@
43
),
"score": 43.32015657142857,
- "score-diff": "7.3218949404761915",
- "score-diff-perc": "+20.33958%",
- "tooltip": "score = 43.32015657142857\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +7.32189 (+20.33958%)",
+ "score-diff": "-13.880537485175203",
+ "score-diff-perc": "-24.26638%",
+ "tooltip": "score = 43.32015657142857\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -13.88054 (-24.26638%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2282756,11 +2282756,11 @@
18,
7
),
- "score": 413.245731375,
- "score-diff": "-19.019392625000023",
- "score-diff-perc": "-4.39994%",
- "tooltip": "score = 413.245731375\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -19.01939 (-4.39994%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 417.49882975,
+ "score-diff": "-14.766294249999987",
+ "score-diff-perc": "-3.41603%",
+ "tooltip": "score = 417.49882975\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -14.76629 (-3.41603%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2282783,9 +2282783,9 @@
7
),
"score": 418.6688065,
- "score-diff": "5.423075125000025",
- "score-diff-perc": "+1.31231%",
- "tooltip": "score = 418.6688065\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +5.42308 (+1.31231%)",
+ "score-diff": "1.1699767499999894",
+ "score-diff-perc": "+0.28023%",
+ "tooltip": "score = 418.6688065\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +1.16998 (+0.28023%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2282808,11 +2282808,11 @@
18,
7
),
- "score": 417.49882975,
- "score-diff": "-1.1699767499999894",
- "score-diff-perc": "-0.27945%",
- "tooltip": "score = 417.49882975\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.16998 (-0.27945%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 413.245731375,
+ "score-diff": "-5.423075125000025",
+ "score-diff-perc": "-1.29531%",
+ "tooltip": "score = 413.245731375\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -5.42308 (-1.29531%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2282835,9 +2282835,9 @@
41
),
"score": 487.82131271428574,
- "score-diff": "70.32248296428571",
- "score-diff-perc": "+16.84376%",
- "tooltip": "score = 487.82131271428574\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +70.32248 (+16.84376%)",
+ "score-diff": "74.57558133928575",
+ "score-diff-perc": "+18.04630%",
+ "tooltip": "score = 487.82131271428574\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +74.57558 (+18.04630%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2282938,11 +2282938,11 @@
17,
1
),
- "score": 502.3610595,
- "score-diff": "-4.448974499999963",
- "score-diff-perc": "-0.87784%",
- "tooltip": "score = 502.3610595\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -4.44897 (-0.87784%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 499.536395,
+ "score-diff": "-7.273638999999946",
+ "score-diff-perc": "-1.43518%",
+ "tooltip": "score = 499.536395\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -7.27364 (-1.43518%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2282964,11 +2282964,11 @@
17,
1
),
- "score": 411.356064875,
- "score-diff": "-91.004994625",
- "score-diff-perc": "-18.11546%",
- "tooltip": "score = 411.356064875\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -91.00499 (-18.11546%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 502.3610595,
+ "score-diff": "2.824664499999983",
+ "score-diff-perc": "+0.56546%",
+ "tooltip": "score = 502.3610595\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +2.82466 (+0.56546%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2282990,11 +2282990,11 @@
17,
1
),
- "score": 499.536395,
- "score-diff": "88.18033012500001",
- "score-diff-perc": "+21.43650%",
- "tooltip": "score = 499.536395\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +88.18033 (+21.43650%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 411.356064875,
+ "score-diff": "-91.004994625",
+ "score-diff-perc": "-18.11546%",
+ "tooltip": "score = 411.356064875\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -91.00499 (-18.11546%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2283017,9 +2283017,9 @@
7
),
"score": 420.4301845,
- "score-diff": "-79.10621050000003",
- "score-diff-perc": "-15.83593%",
- "tooltip": "score = 420.4301845\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -79.10621 (-15.83593%)",
+ "score-diff": "9.07411962499998",
+ "score-diff-perc": "+2.20590%",
+ "tooltip": "score = 420.4301845\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = +9.07412 (+2.20590%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2283302,11 +2283302,11 @@
16,
5
),
- "score": 502.57630166666667,
- "score-diff": "-13.485849166666696",
- "score-diff-perc": "-2.61322%",
- "tooltip": "score = 502.57630166666667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -13.48585 (-2.61322%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 397.39180425,
+ "score-diff": "-118.67034658333336",
+ "score-diff-perc": "-22.99536%",
+ "tooltip": "score = 397.39180425\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -118.67035 (-22.99536%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2283328,11 +2283328,11 @@
16,
5
),
- "score": 397.39180425,
- "score-diff": "-105.18449741666666",
- "score-diff-perc": "-20.92906%",
- "tooltip": "score = 397.39180425\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -105.18450 (-20.92906%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 500.58712057142856,
+ "score-diff": "103.19531632142855",
+ "score-diff-perc": "+25.96815%",
+ "tooltip": "score = 500.58712057142856\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +103.19532 (+25.96815%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2283354,11 +2283354,11 @@
16,
5
),
- "score": 500.58712057142856,
- "score-diff": "103.19531632142855",
- "score-diff-perc": "+25.96815%",
- "tooltip": "score = 500.58712057142856\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +103.19532 (+25.96815%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 502.57630166666667,
+ "score-diff": "1.9891810952381093",
+ "score-diff-perc": "+0.39737%",
+ "tooltip": "score = 502.57630166666667\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +1.98918 (+0.39737%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2283381,9 +2283381,9 @@
21
),
"score": 437.95257542857144,
- "score-diff": "-62.63454514285712",
- "score-diff-perc": "-12.51222%",
- "tooltip": "score = 437.95257542857144\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -62.63455 (-12.51222%)",
+ "score-diff": "-64.62372623809523",
+ "score-diff-perc": "-12.85849%",
+ "tooltip": "score = 437.95257542857144\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -64.62373 (-12.85849%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2283692,11 +2283692,11 @@
8,
54
),
- "score": 559.5827455,
- "score-diff": "0.1086488333332909",
- "score-diff-perc": "+0.01942%",
- "tooltip": "score = 559.5827455\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +0.10865 (+0.01942%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 478.5911795714286,
+ "score-diff": "-80.8829170952381",
+ "score-diff-perc": "-14.45695%",
+ "tooltip": "score = 478.5911795714286\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -80.88292 (-14.45695%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2283718,11 +2283718,11 @@
8,
54
),
- "score": 478.5911795714286,
- "score-diff": "-80.99156592857139",
- "score-diff-perc": "-14.47356%",
- "tooltip": "score = 478.5911795714286\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -80.99157 (-14.47356%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 559.5827455,
+ "score-diff": "80.99156592857139",
+ "score-diff-perc": "+16.92291%",
+ "tooltip": "score = 559.5827455\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +80.99157 (+16.92291%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2283745,9 +2283745,9 @@
43
),
"score": 483.37415285714286,
- "score-diff": "4.782973285714263",
- "score-diff-perc": "+0.99939%",
- "tooltip": "score = 483.37415285714286\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +4.78297 (+0.99939%)",
+ "score-diff": "-76.20859264285713",
+ "score-diff-perc": "-13.61882%",
+ "tooltip": "score = 483.37415285714286\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -76.20859 (-13.61882%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2289419,11 +2289419,11 @@
18,
7
),
- "score": 52.357976413793104,
- "score-diff": "-2.9148571316614422",
- "score-diff-perc": "-5.27358%",
- "tooltip": "score = 52.357976413793104\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.91486 (-5.27358%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 54.144652089285714,
+ "score-diff": "-1.1281814561688321",
+ "score-diff-perc": "-2.04111%",
+ "tooltip": "score = 54.144652089285714\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -1.12818 (-2.04111%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2289446,9 +2289446,9 @@
7
),
"score": 54.41819423214286,
- "score-diff": "2.0602178183497557",
- "score-diff-perc": "+3.93487%",
- "tooltip": "score = 54.41819423214286\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +2.06022 (+3.93487%)",
+ "score-diff": "0.2735421428571456",
+ "score-diff-perc": "+0.50521%",
+ "tooltip": "score = 54.41819423214286\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +0.27354 (+0.50521%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2289471,11 +2289471,11 @@
18,
7
),
- "score": 54.144652089285714,
- "score-diff": "-0.2735421428571456",
- "score-diff-perc": "-0.50267%",
- "tooltip": "score = 54.144652089285714\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -0.27354 (-0.50267%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 52.357976413793104,
+ "score-diff": "-2.0602178183497557",
+ "score-diff-perc": "-3.78590%",
+ "tooltip": "score = 52.357976413793104\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -2.06022 (-3.78590%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2289498,9 +2289498,9 @@
41
),
"score": 89.91122170588235,
- "score-diff": "35.76656961659664",
- "score-diff-perc": "+66.05744%",
- "tooltip": "score = 89.91122170588235\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +35.76657 (+66.05744%)",
+ "score-diff": "37.55324529208925",
+ "score-diff-perc": "+71.72402%",
+ "tooltip": "score = 89.91122170588235\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +37.55325 (+71.72402%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2289601,11 +2289601,11 @@
17,
1
),
- "score": 93.20760190909091,
- "score-diff": "1.9158966666666686",
- "score-diff-perc": "+2.09865%",
- "tooltip": "score = 93.20760190909091\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1.91590 (+2.09865%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 94.5315331875,
+ "score-diff": "3.23982794507576",
+ "score-diff-perc": "+3.54887%",
+ "tooltip": "score = 94.5315331875\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +3.23983 (+3.54887%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2289627,11 +2289627,11 @@
17,
1
),
- "score": 52.89239845614035,
- "score-diff": "-40.31520345295056",
- "score-diff-perc": "-43.25313%",
- "tooltip": "score = 52.89239845614035\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -40.31520 (-43.25313%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 93.20760190909091,
+ "score-diff": "-1.3239312784090913",
+ "score-diff-perc": "-1.40052%",
+ "tooltip": "score = 93.20760190909091\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1.32393 (-1.40052%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2289653,11 +2289653,11 @@
17,
1
),
- "score": 94.5315331875,
- "score-diff": "41.639134731359654",
- "score-diff-perc": "+78.72423%",
- "tooltip": "score = 94.5315331875\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +41.63913 (+78.72423%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 52.89239845614035,
+ "score-diff": "-40.31520345295056",
+ "score-diff-perc": "-43.25313%",
+ "tooltip": "score = 52.89239845614035\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -40.31520 (-43.25313%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2289680,9 +2289680,9 @@
7
),
"score": 52.57169875862069,
- "score-diff": "-41.95983442887931",
- "score-diff-perc": "-44.38713%",
- "tooltip": "score = 52.57169875862069\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -41.95983 (-44.38713%)",
+ "score-diff": "-0.32069969751965743",
+ "score-diff-perc": "-0.60632%",
+ "tooltip": "score = 52.57169875862069\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -0.32070 (-0.60632%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2289965,11 +2289965,11 @@
16,
5
),
- "score": 59.01376150980392,
- "score-diff": "-32.6585680053476",
- "score-diff-perc": "-35.62533%",
- "tooltip": "score = 59.01376150980392\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -32.65857 (-35.62533%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 51.169557694915255,
+ "score-diff": "-40.50277182023626",
+ "score-diff-perc": "-44.18211%",
+ "tooltip": "score = 51.169557694915255\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -40.50277 (-44.18211%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2289991,11 +2289991,11 @@
16,
5
),
- "score": 51.169557694915255,
- "score-diff": "-7.844203814888665",
- "score-diff-perc": "-13.29216%",
- "tooltip": "score = 51.169557694915255\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.84420 (-13.29216%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 55.07647501818182,
+ "score-diff": "3.906917323266562",
+ "score-diff-perc": "+7.63524%",
+ "tooltip": "score = 55.07647501818182\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.90692 (+7.63524%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2290017,11 +2290017,11 @@
16,
5
),
- "score": 55.07647501818182,
- "score-diff": "3.906917323266562",
- "score-diff-perc": "+7.63524%",
- "tooltip": "score = 55.07647501818182\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.90692 (+7.63524%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 59.01376150980392,
+ "score-diff": "3.9372864916221033",
+ "score-diff-perc": "+7.14876%",
+ "tooltip": "score = 59.01376150980392\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +3.93729 (+7.14876%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2290044,9 +2290044,9 @@
21
),
"score": 95.45460296875,
- "score-diff": "40.37812795056818",
- "score-diff-perc": "+73.31284%",
- "tooltip": "score = 95.45460296875\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +40.37813 (+73.31284%)",
+ "score-diff": "36.440841458946075",
+ "score-diff-perc": "+61.74974%",
+ "tooltip": "score = 95.45460296875\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = +36.44084 (+61.74974%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2290355,11 +2290355,11 @@
8,
54
),
- "score": 94.33373909375,
- "score-diff": "-7.261130272916674",
- "score-diff-perc": "-7.14714%",
- "tooltip": "score = 94.33373909375\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -7.26113 (-7.14714%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 89.7787384117647,
+ "score-diff": "-11.816130954901965",
+ "score-diff-perc": "-11.63064%",
+ "tooltip": "score = 89.7787384117647\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -11.81613 (-11.63064%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2290381,11 +2290381,11 @@
8,
54
),
- "score": 89.7787384117647,
- "score-diff": "-4.555000681985291",
- "score-diff-perc": "-4.82860%",
- "tooltip": "score = 89.7787384117647\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -4.55500 (-4.82860%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 94.33373909375,
+ "score-diff": "4.555000681985291",
+ "score-diff-perc": "+5.07359%",
+ "tooltip": "score = 94.33373909375\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +4.55500 (+5.07359%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2290408,9 +2290408,9 @@
43
),
"score": 59.90578174509804,
- "score-diff": "-29.872956666666667",
- "score-diff-perc": "-33.27398%",
- "tooltip": "score = 59.90578174509804\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -29.87296 (-33.27398%)",
+ "score-diff": "-34.42795734865196",
+ "score-diff-perc": "-36.49591%",
+ "tooltip": "score = 59.90578174509804\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -34.42796 (-36.49591%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2296082,11 +2296082,11 @@
18,
7
),
- "score": 2704.482803,
- "score-diff": "-90.91277200000013",
- "score-diff-perc": "-3.25223%",
- "tooltip": "score = 2704.482803\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -90.91277 (-3.25223%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
+ "score": 2788.8200735,
+ "score-diff": "-6.575501499999973",
+ "score-diff-perc": "-0.23523%",
+ "tooltip": "score = 2788.8200735\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -6.57550 (-0.23523%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2296109,9 +2296109,9 @@
7
),
"score": 2740.5549395,
- "score-diff": "36.07213649999994",
- "score-diff-perc": "+1.33379%",
- "tooltip": "score = 2740.5549395\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +36.07214 (+1.33379%)",
+ "score-diff": "-48.26513400000022",
+ "score-diff-perc": "-1.73067%",
+ "tooltip": "score = 2740.5549395\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -48.26513 (-1.73067%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8584658868",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
@@ -2296134,11 +2296134,11 @@
18,
7
),
- "score": 2788.8200735,
- "score-diff": "48.26513400000022",
- "score-diff-perc": "+1.76114%",
- "tooltip": "score = 2788.8200735\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = +48.26513 (+1.76114%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8592532377",
+ "score": 2704.482803,
+ "score-diff": "-36.07213649999994",
+ "score-diff-perc": "-1.31623%",
+ "tooltip": "score = 2704.482803\ndate = 2024-04-05 18:07:32\nbranch = develop\ndiff = -36.07214 (-1.31623%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8577085242",
"commit-id": "5f464389bcf3f4a2a02fb2b6489dc3e84f46a8a0",
"commit-msg": "Hide errors from input nodes (#9633)",
"commit-author": "Kaz Wesley",
@@ -2296161,9 +2296161,9 @@
41
),
"score": 4315.811616,
- "score-diff": "1526.9915425",
- "score-diff-perc": "+54.75404%",
- "tooltip": "score = 4315.811616\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1526.99154 (+54.75404%)",
+ "score-diff": "1611.328813",
+ "score-diff-perc": "+59.57992%",
+ "tooltip": "score = 4315.811616\ndate = 2024-04-08 22:41:38\nbranch = develop\ndiff = +1611.32881 (+59.57992%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8608210491",
"commit-id": "fc557f8fd2804379e4dad52b44d484b5aa36b748",
"commit-msg": "Improve handling of `File.parent` and `File.name` (#9642)",
@@ -2296264,11 +2296264,11 @@
17,
1
),
- "score": 4895.007032,
- "score-diff": "-113.66745599999922",
- "score-diff-perc": "-2.26941%",
- "tooltip": "score = 4895.007032\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -113.66746 (-2.26941%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
+ "score": 4885.815161,
+ "score-diff": "-122.85932699999921",
+ "score-diff-perc": "-2.45293%",
+ "tooltip": "score = 4885.815161\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -122.85933 (-2.45293%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2296290,11 +2296290,11 @@
17,
1
),
- "score": 3165.45979,
- "score-diff": "-1729.5472420000006",
- "score-diff-perc": "-35.33289%",
- "tooltip": "score = 3165.45979\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1729.54724 (-35.33289%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
+ "score": 4895.007032,
+ "score-diff": "9.191870999999992",
+ "score-diff-perc": "+0.18813%",
+ "tooltip": "score = 4895.007032\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +9.19187 (+0.18813%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8677107818",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2296316,11 +2296316,11 @@
17,
1
),
- "score": 4885.815161,
- "score-diff": "1720.3553710000006",
- "score-diff-perc": "+54.34772%",
- "tooltip": "score = 4885.815161\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = +1720.35537 (+54.34772%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8681965027",
+ "score": 3165.45979,
+ "score-diff": "-1729.5472420000006",
+ "score-diff-perc": "-35.33289%",
+ "tooltip": "score = 3165.45979\ndate = 2024-04-12 17:01:49\nbranch = develop\ndiff = -1729.54724 (-35.33289%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8669338648",
"commit-id": "0d915d0344c958fe983c6d636ade2bef792f9ff7",
"commit-msg": "Update to GraalVM 24.0.0 (#9647)",
"commit-author": "Pavel Marek",
@@ -2296343,9 +2296343,9 @@
7
),
"score": 3065.356562,
- "score-diff": "-1820.4585990000005",
- "score-diff-perc": "-37.26008%",
- "tooltip": "score = 3065.356562\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -1820.45860 (-37.26008%)",
+ "score-diff": "-100.10322799999994",
+ "score-diff-perc": "-3.16236%",
+ "tooltip": "score = 3065.356562\ndate = 2024-04-15 20:07:25\nbranch = develop\ndiff = -100.10323 (-3.16236%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8697752449",
"commit-id": "271a744b6761e6d4de365d48a226c59bb66a616d",
"commit-msg": "On MacOS, do not assume existence of `Contents/Home` in the JDK binary path (#9684)",
@@ -2296628,11 +2296628,11 @@
16,
5
),
- "score": 4990.263677,
- "score-diff": "-7.0368029999999635",
- "score-diff-perc": "-0.14081%",
- "tooltip": "score = 4990.263677\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -7.03680 (-0.14081%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
+ "score": 2814.270831,
+ "score-diff": "-2183.029649",
+ "score-diff-perc": "-43.68418%",
+ "tooltip": "score = 2814.270831\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2183.02965 (-43.68418%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
"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",
@@ -2296654,11 +2296654,11 @@
16,
5
),
- "score": 2814.270831,
- "score-diff": "-2175.992846",
- "score-diff-perc": "-43.60477%",
- "tooltip": "score = 2814.270831\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -2175.99285 (-43.60477%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8871343221",
+ "score": 5369.408861,
+ "score-diff": "2555.13803",
+ "score-diff-perc": "+90.79219%",
+ "tooltip": "score = 5369.408861\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2555.13803 (+90.79219%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
"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",
@@ -2296680,11 +2296680,11 @@
16,
5
),
- "score": 5369.408861,
- "score-diff": "2555.13803",
- "score-diff-perc": "+90.79219%",
- "tooltip": "score = 5369.408861\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = +2555.13803 (+90.79219%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8863456047",
+ "score": 4990.263677,
+ "score-diff": "-379.145184",
+ "score-diff-perc": "-7.06121%",
+ "tooltip": "score = 4990.263677\ndate = 2024-04-26 16:05:05\nbranch = develop\ndiff = -379.14518 (-7.06121%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/8855634039",
"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",
@@ -2296707,9 +2296707,9 @@
21
),
"score": 4875.37397,
- "score-diff": "-494.03489100000024",
- "score-diff-perc": "-9.20092%",
- "tooltip": "score = 4875.37397\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -494.03489 (-9.20092%)",
+ "score-diff": "-114.88970700000027",
+ "score-diff-perc": "-2.30228%",
+ "tooltip": "score = 4875.37397\ndate = 2024-04-29 21:21:34\nbranch = develop\ndiff = -114.88971 (-2.30228%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/8887087339",
"commit-id": "32c3f5f3e8936ac5fb98c5c4adfe4feb87d62df3",
"commit-msg": "Make Table.should_equal and Column.should_equal consider NaN equal (#9799)",
@@ -2297018,11 +2297018,11 @@
8,
54
),
- "score": 5024.62739,
- "score-diff": "-116.92690000000039",
- "score-diff-perc": "-2.27415%",
- "tooltip": "score = 5024.62739\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -116.92690 (-2.27415%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
+ "score": 2794.4989985,
+ "score-diff": "-2347.0552915",
+ "score-diff-perc": "-45.64875%",
+ "tooltip": "score = 2794.4989985\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2347.05529 (-45.64875%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2297044,11 +2297044,11 @@
8,
54
),
- "score": 2794.4989985,
- "score-diff": "-2230.1283914999995",
- "score-diff-perc": "-44.38396%",
- "tooltip": "score = 2794.4989985\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = -2230.12839 (-44.38396%)",
- "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9055165891",
+ "score": 5024.62739,
+ "score-diff": "2230.1283914999995",
+ "score-diff-perc": "+79.80423%",
+ "tooltip": "score = 5024.62739\ndate = 2024-05-11 08:54:33\nbranch = develop\ndiff = +2230.12839 (+79.80423%)",
+ "bench-run-url": "https://github.com/enso-org/enso/actions/runs/9047292698",
"commit-id": "5f0a16c87c62c6c29e73c1617875bf9b0a4a3d2a",
"commit-msg": "Audit Logs for Postgres connections opened through a data link (#9873)",
"commit-author": "Radosław Waśko",
@@ -2297071,9 +2297071,9 @@
43
),
"score": 2835.6016575,
- "score-diff": "41.102658999999676",
- "score-diff-perc": "+1.47084%",
- "tooltip": "score = 2835.6016575\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = +41.10266 (+1.47084%)",
+ "score-diff": "-2189.0257325",
+ "score-diff-perc": "-43.56593%",
+ "tooltip": "score = 2835.6016575\ndate = 2024-05-13 14:43:24\nbranch = develop\ndiff = -2189.02573 (-43.56593%)",
"bench-run-url": "https://github.com/enso-org/enso/actions/runs/9071508569",
"commit-id": "43c80da8a313f48bc7b492f37cc9c651cf7dea71",
"commit-msg": "Follow up to #9927 (#9930)",
@@ -2311083,7 +2311083,7 @@
stdlib benchmark results
- Since 2024-04-01 until 2024-12-23
+ Since 2024-04-01 until 2024-12-24
@@ -2311123,7 +2311123,7 @@
Generated by the bench_download.py
script in
- 2024-12-23 22:52:47.541163
.
+ 2024-12-24 02:02:46.528898
.
@@ -2311143,7 +2311143,7 @@
class="col form-control form-control-lg"
name="since-date"
min="2024-04-01"
- max="2024-12-23"
+ max="2024-12-24"
/>
@@ -2311167,7 +2311167,7 @@
Since date:
- 2024-11-23
+ 2024-11-24