Skip to content

Commit

Permalink
Also run CI on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Aug 29, 2024
1 parent c56d258 commit 102d20b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest]
node-version:
- 18.x
- 20.x
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/preset-env": "^7.16.4",
"@comunica/jest": "^3.2.1",
"@rubensworks/eslint-config": "^3.0.0",
"@rubensworks/process-sparql-benchmark-results": "^1.2.1",
"@rubensworks/process-sparql-benchmark-results": "^1.3.4",
"@types/jest": "^29.0.0",
"@types/node": "^20.0.0",
"asynciterator": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-query-source-identify-hdt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@comunica/types": "^3.2.1",
"@rdfjs/types": "*",
"asynciterator": "^3.9.0",
"hdt": "^3.1.0",
"hdt": "^3.1.1",
"rdf-data-factory": "^1.1.1",
"sparqlalgebrajs": "^4.3.3"
}
Expand Down
47 changes: 11 additions & 36 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4308,10 +4308,10 @@
eslint-plugin-style "^0.2.0"
eslint-plugin-tsdoc "^0.2.17"

"@rubensworks/process-sparql-benchmark-results@^1.2.1":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@rubensworks/process-sparql-benchmark-results/-/process-sparql-benchmark-results-1.2.2.tgz#ae5cb475a55e78bf697d08cc2aeaed06c84d14bc"
integrity sha512-XVwHvkEHw6GGH4xbPQiA7FnpTAOc8uQeFIqUZP0fMXw7ruMOfpWv+7MvQOmEVvmWPLgw0Q0wMka92R+BCbmYDg==
"@rubensworks/process-sparql-benchmark-results@^1.3.4":
version "1.3.4"
resolved "https://registry.yarnpkg.com/@rubensworks/process-sparql-benchmark-results/-/process-sparql-benchmark-results-1.3.4.tgz#406d0d880045d419e18fa05e36e0b5a5c40ef0d6"
integrity sha512-TPD7Mb96YdlzedKnnXf1iDwGbeKEP0+g+K+jwx4BdP35iWMpMVfJZL0fhfFU949kecj0WAH57qjTJfakNW1ebw==
dependencies:
"@rubensworks/saxes" "^6.0.1"
"@types/cross-spawn" "^6.0.2"
Expand Down Expand Up @@ -8086,10 +8086,10 @@ hasown@^2.0.0, hasown@^2.0.1, hasown@^2.0.2:
dependencies:
function-bind "^1.1.2"

hdt@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/hdt/-/hdt-3.1.0.tgz#ec11b6a204c02639ff331d04c37b1598e71b771a"
integrity sha512-wL/9+BcUkI9slsuFIX9/1fbalwoqFYXoYxvTgo/iTBGV/xexdXTHp+oXmUDmMqUiPwX/2VrmANWemumLHs11CQ==
hdt@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/hdt/-/hdt-3.1.1.tgz#58acfefbf0b029e603404e1dc047467d4e984513"
integrity sha512-2/WULIx8ygMX6AiEMysq8AURP0cuUBkPaJ3Qo2uTtIslwhbw5w0Z2hhEs0MI1YD1cBTD+GeOkV2LiXGBnQKv9A==
dependencies:
minimist "^1.1.0"
n3 "^1.17.3"
Expand Down Expand Up @@ -12116,16 +12116,7 @@ string-length@^4.0.1:
char-regex "^1.0.2"
strip-ansi "^6.0.0"

"string-width-cjs@npm:string-width@^4.2.0":
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
dependencies:
emoji-regex "^8.0.0"
is-fullwidth-code-point "^3.0.0"
strip-ansi "^6.0.1"

"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
Expand Down Expand Up @@ -12203,14 +12194,7 @@ string_decoder@~1.1.1:
dependencies:
safe-buffer "~5.1.0"

"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
dependencies:
ansi-regex "^5.0.1"

strip-ansi@^6.0.0, strip-ansi@^6.0.1:
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
Expand Down Expand Up @@ -13114,7 +13098,7 @@ wordwrap@^1.0.0:
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==

"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
Expand All @@ -13132,15 +13116,6 @@ wrap-ansi@^6.0.1:
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
dependencies:
ansi-styles "^4.0.0"
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
Expand Down

2 comments on commit 102d20b

@rubensworks
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmarks total results

Benchmark suite Current: 102d20b Previous: 243cf95 Ratio
WatDiv-HDT 4936 ms 4910 ms 1.01
BSBM-HDT 881 ms 0 ms +∞

This comment was automatically generated by workflow using github-action-benchmark.

@rubensworks
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Benchmarks total results'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 102d20b Previous: 243cf95 Ratio
BSBM-HDT 881 ms 0 ms +∞

This comment was automatically generated by workflow using github-action-benchmark.

CC: @rubensworks

Please sign in to comment.