prettyBenching:一个小的库,使您的Deno基准测试进度和结果看起来很漂亮

时间:2024-06-06 11:18:12
【文件属性】:

文件名称:prettyBenching:一个小的库,使您的Deno基准测试进度和结果看起来很漂亮

文件大小:176KB

文件格式:ZIP

更新时间:2024-06-06 11:18:12

markdown cli commandline benchmarking action

prettyBenching 一个简单的Deno库,可为您在命令行中提供相当不错的基准测试进度和结果 跳到 试试看 这是一个简短的基准测试,以实时展示该模块。 deno run -r --allow-hrtime https://deno.land/x/pretty_benching/example.ts 入门 将以下内容添加到您的deps.ts export { prettyBenchmarkResult , prettyBenchmarkProgress , prettyBenchmarkDown , prettyBenchingHistory } from 'https://deno.land/x/pretty_benching@v0.3.3/mod.ts' ; 或直接将其直接导入即可: import { prettyBenchmarkResult ,


【文件预览】:
prettyBenching-master
----history_extensions.ts(5KB)
----mod.ts(1KB)
----utils.ts(2KB)
----common.ts(5KB)
----docs()
--------showcase()
--------imgs()
--------prettyBenchmarkDown()
----version.ts(32B)
----pretty_benchmark_down.ts(13KB)
----.github()
--------workflows()
----deps.ts(333B)
----colorer.ts(784B)
----tests()
--------colorer_test.ts(2KB)
--------test_data.ts(1000KB)
--------test_helpers.ts(767B)
--------utils_test.ts(9KB)
--------lib_test.ts(2KB)
--------table_test.ts(4KB)
--------test_deps.ts(109B)
--------common_test.ts(3KB)
--------mod_test.ts(1KB)
----benchmark_result_card.ts(8KB)
----pretty_benchmark_progress.ts(7KB)
----benchmarks()
--------benchmark.ts(1KB)
----table.ts(4KB)
----pretty_benchmark_result.ts(2KB)
----types.ts(1KB)
----.gitignore(23B)
----pretty_benchmark_history.ts(16KB)
----example.ts(3KB)
----README.md(25KB)

网友评论