Skip to content

Commit f2c9f07

Browse files
committed
[GR-11415] Create adequate the bench suites
PullRequest: graalpython/172
2 parents 9fc09f9 + dbfc947 commit f2c9f07

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+849
-5079
lines changed

ci.jsonnet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
overlay: "2562524065c42e18d4a5ea57e8cbf6cac6b9bdda",
2+
overlay: "934f7a99e60cbc8d0affd873805c057b576f3709",
33

44
// ======================================================================================================
55
//
@@ -45,8 +45,8 @@
4545
//
4646
// ------------------------------------------------------------------------------------------------------
4747
local utils = {
48-
download: function(name, version, platformspecific = true)
49-
{name: name, version: version, platformspecific: platformspecific},
48+
download: function(name, version, platformSpecific = true)
49+
{name: name, version: version, platformspecific: platformSpecific},
5050

5151
getValue: function(object, field)
5252
if (!std.objectHas(object, field)) then

graalpython/benchmarks/src/benchmarks/binarytrees.py

Lines changed: 0 additions & 76 deletions
This file was deleted.

graalpython/benchmarks/src/benchmarks/binarytrees3t.py

Lines changed: 0 additions & 94 deletions
This file was deleted.

graalpython/benchmarks/src/benchmarks/bm-ai.py

Lines changed: 0 additions & 97 deletions
This file was deleted.

graalpython/benchmarks/src/benchmarks/chameneos.py

Lines changed: 0 additions & 111 deletions
This file was deleted.

0 commit comments

Comments
 (0)