com presentations: Fix missed version: slides/intro/nov3/magentobench.js
[email protected] (Rasmus Lerdorf) Tue, 24 Nov 2015 13:40:34 +0000
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: bd02ed146b62fa36775403ced8231bb1fe0ddacd Author: Rasmus Lerdorf <[email protected]> Tue, 24 Nov 2015 14:40:34 +0100 Parents: a5627cb3ea0f441995317aa5dd49a04437e4bdfa Branches: master Link: http://git.php.net/?p=presentations.git;a=commitdiff;h=bd02ed146b62fa36775403ced8231bb1fe0ddacd Log: Fix missed version Changed paths: M slides/intro/nov3/magentobench.js Diff: diff --git a/slides/intro/nov3/magentobench.js b/slides/intro/nov3/magentobench.js index f8cfdc4..0e8f849 100644 --- a/slides/intro/nov3/magentobench.js +++ b/slides/intro/nov3/magentobench.js @@ -12,7 +12,7 @@ window["render_magentobench"] = function() { style: { fontSize: '20px' } }, xAxis: [{ - categories: [ 'PHP 5.5', 'PHP 5.6', 'PHP 7', 'HHVM 3.7' ], + categories: [ 'PHP 5.5', 'PHP 5.6', 'PHP 7', 'HHVM 3.10.1' ], labels: { style: { color: '#000', fontSize: '20px' } }