Ai
2 Star 10 Fork 2

JFinal/template-benchmark

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
benchmark.plot 717 Bytes
一键复制 编辑 原始数据 按行查看 历史
JFinal 提交于 2019-11-08 01:46 +08:00 . Enjoy 模板引擎性能测试
# Labels
set title 'Java Template Engine Performance Comparison'
set ylabel 'Templates rendered per second'
set xlabel 'Template Engine'
set xtics nomirror rotate by -45
# Ranges
set autoscale
# Input
set datafile separator ','
# Output
set terminal pngcairo enhanced font "Verdana,9"
set output 'results.png'
set grid
set key off
set boxwidth 0.8 relative
# box style
set style line 1 lc rgb '#5C91CD' lt 1
set style fill solid
# remove top and right borders
set style line 2 lc rgb '#808080' lt 1
set border 3 back ls 2
set tics nomirror
plot 'results.csv' every ::1 using 0:5:xticlabels(stringcolumn(1)[31:36]) with boxes ls 1,\
'results.csv' every ::1 using 0:($5 + 1500):(sprintf("%d",$5)) with labels
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/jfinal/template-benchmark.git
git@gitee.com:jfinal/template-benchmark.git
jfinal
template-benchmark
template-benchmark
master

搜索帮助