Tweak benchmarks table styling
This commit is contained in:
parent
f1618d7d14
commit
d8e195bb63
2 changed files with 3 additions and 6 deletions
|
@ -8,10 +8,8 @@ Ubuntu [dev boxes](https://github.com/fgrehm/vagrant-lxc/wiki/Development#using-
|
||||||
[rails-dev-box](https://github.com/rails/rails-dev-box), his own [rails-base-box](https://github.com/fgrehm/rails-base-box)
|
[rails-dev-box](https://github.com/rails/rails-dev-box), his own [rails-base-box](https://github.com/fgrehm/rails-base-box)
|
||||||
and Discourse's [dev box](https://github.com/discourse/discourse/blob/master/Vagrantfile)
|
and Discourse's [dev box](https://github.com/discourse/discourse/blob/master/Vagrantfile)
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
| | First provision | Second provision | Diff. | APT cache |
|
| | First provision | Second provision | Diff. | APT cache |
|
||||||
| --- | --- | --- | --- | --- |
|
| --- | :---: | :---: | :---: | :---: |
|
||||||
| rails-dev-box | 4m45s | 3m20s | ~29% | 66mb |
|
| rails-dev-box | 4m45s | 3m20s | ~29% | 66mb |
|
||||||
| rails-base-box | 11m56s | 7m54s | ~34% | 77mb |
|
| rails-base-box | 11m56s | 7m54s | ~34% | 77mb |
|
||||||
| vagrant-lxc | 10m16s | 5m9s | ~50% | 124mb |
|
| vagrant-lxc | 10m16s | 5m9s | ~50% | 124mb |
|
||||||
|
|
|
@ -45,9 +45,8 @@
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
th {
|
||||||
margin-left: auto;
|
padding: 10px;
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue