Skip to content

steve02081504/gbenchmark_webui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

gbenchmark_webui

今天算是第一次接触js并用来写ui,所以写的比较low,还有很多todo没搞。
凑合用吧。
用于可视化展示 Google Benchmark 的结果。
全本地运行静态页面,不需要服务器。

例图

example
点击查看

参数

  • file:Google Benchmark 输出的 JSON 文件的url

不带参数也行,拖拽文件就可。

TODO

  • 优化样式
  • bytes_per_second支持
  • allocs_per_iter支持
  • 其他