Add/update filtered-sum-bms benchmark

This commit is contained in:
2026-06-06 18:00:20 +00:00
parent 2944683db9
commit 260d5fa4a5
8045 changed files with 2651026 additions and 270206 deletions

View File

@@ -0,0 +1,65 @@
{
"_args": [
[
"@aws-crypto/crc32c@5.2.0",
"/home/peeters/git/lbt/exlbt/riscv/benchmark-spot"
]
],
"_from": "@aws-crypto/crc32c@5.2.0",
"_id": "@aws-crypto/crc32c@5.2.0",
"_inBundle": false,
"_integrity": "sha512-+iWb8qaHLYKrNvGRbiYRHSdKRWhto5XlZUEBwDjYNf+ly5SVYG6zEoYIdxvf5R3zyeP16w4PLBn3rH1xc74Rag==",
"_location": "/@aws-crypto/crc32c",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@aws-crypto/crc32c@5.2.0",
"name": "@aws-crypto/crc32c",
"escapedName": "@aws-crypto%2fcrc32c",
"scope": "@aws-crypto",
"rawSpec": "5.2.0",
"saveSpec": null,
"fetchSpec": "5.2.0"
},
"_requiredBy": [
"/@aws-sdk/middleware-flexible-checksums"
],
"_resolved": "https://registry.npmjs.org/@aws-crypto/crc32c/-/crc32c-5.2.0.tgz",
"_spec": "5.2.0",
"_where": "/home/peeters/git/lbt/exlbt/riscv/benchmark-spot",
"author": {
"name": "AWS Crypto Tools Team",
"email": "aws-cryptools@amazon.com",
"url": "https://docs.aws.amazon.com/aws-crypto-tools/index.html?id=docs_gateway#lang/en_us"
},
"bugs": {
"url": "https://github.com/aws/aws-sdk-js-crypto-helpers/issues"
},
"dependencies": {
"@aws-crypto/util": "^5.2.0",
"@aws-sdk/types": "^3.222.0",
"tslib": "^2.6.2"
},
"description": "Pure JS implementation of CRC32-C https://en.wikipedia.org/wiki/Cyclic_redundancy_check",
"gitHead": "c11b171b35ec5c093364f0e0d8dc4ab1af68e748",
"homepage": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/crc32c",
"license": "Apache-2.0",
"main": "./build/main/index.js",
"module": "./build/module/index.js",
"name": "@aws-crypto/crc32c",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/aws/aws-sdk-js-crypto-helpers.git"
},
"scripts": {
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
"pretest": "tsc -p tsconfig.test.json",
"test": "mocha --require ts-node/register test/**/*test.ts"
},
"types": "./build/main/index.d.ts",
"version": "5.2.0"
}