Compiler for Tank.bench-profiles, part of MixBytes.Tank toolset for testing blockchain performance. Stable version 2.3.3. Converts bench profiles into formats consumable by Tank.bench-common. Released as needed; no cadence documented. Differentiator: specialized for blockchain performance profiles within the Tank ecosystem.
npm install tank.bench-profile-compilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compiles all profiles in the specified folder using the CLI tool.
Change require() to import statements.
Use 'npx bpc --output ./profiles'.
Ensure Tank.bench-common version matches compiler version.
Run 'npm install tank.bench-profile-compiler' in project directory or install globally.
Replace require() with import syntax.
Use 'import compiler from 'tank.bench-profile-compiler'' and then call compiler() properly.