Comparing version 0.3.0 to 0.3.1
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"packageManager": "bun@1.1.2", | ||
@@ -52,3 +52,3 @@ "types": "./src/cli.d.ts", | ||
"prettier": "^3.2.5", | ||
"release-it": "^17.1.1" | ||
"release-it": "^17.2.0" | ||
}, | ||
@@ -55,0 +55,0 @@ "peerDependencies": { |
@@ -50,3 +50,3 @@ <h1 align=center>tatami-ng</h1> | ||
... | ||
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.3.0/src/cli.mjs' | ||
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.3.1/src/cli.mjs' | ||
</script> | ||
@@ -79,8 +79,8 @@ ``` | ||
colors: true, // enable/disable colors (default: true) | ||
samples: 128, // minimum number of benchmark samples (default: 128) | ||
time: 600_000_000, // minimum benchmark time in nanoseconds (default: 600_000_000) | ||
samples: 385, // minimum number of benchmark samples (default: 385) | ||
time: 1_000_000_000, // minimum benchmark time in nanoseconds (default: 1_000_000_000) | ||
avg: true, // enable/disable time (avg) column (default: true) | ||
iter: true, // enable/disable iter/s column (default: true) | ||
avg: true, // enable/disable time (avg) column (default: true) | ||
rmoe: true, // enable/disable error margin column (default: true) | ||
min_max: true, // enable/disable (min...max) column (default: true) | ||
rmoe: true, // enable/disable error margin column (default: true) | ||
percentiles: false, // enable/disable percentile columns (default: true) | ||
@@ -87,0 +87,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34701
1071