From ee9d10f5f5a287ee08e13ed8d37038c92fb0340a Mon Sep 17 00:00:00 2001 From: Bob Nystrom Date: Sun, 7 Dec 2014 22:34:17 +0000 Subject: [PATCH] fix: update benchmark chart values for method call and delta blue tests The performance numbers in the documentation's benchmark chart have been refreshed to reflect the latest measurements. Method call results now show wren at 5100 (up from 4930), luajit at 4441 (up from 4266), ruby at 2868 (up from 2752), lua at 1742 (up from 1728), python3 at 884 (up from 865), and python at 779 (up from 764). DeltaBlue results show wren at 7006 (up from 6662) and python3 at 2333 (down from 2336). --- doc/site/performance.markdown | 42 +++++++++++++++++------------------ 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/doc/site/performance.markdown b/doc/site/performance.markdown index f8235130..e9cf5d76 100644 --- a/doc/site/performance.markdown +++ b/doc/site/performance.markdown @@ -6,76 +6,76 @@ Even though most benchmarks aren't worth the pixels they're printed on, people s

Method Call

- + - + - + - + - + - +
wren
4930 
wren
5100 
luajit (-joff)
4266 
luajit (-joff)
4441 
ruby
2752 
ruby
2868 
lua
1728 
lua
1742 
python3
865 
python3
884 
python
764 
python
779 

DeltaBlue

- + - + - +
wren
6662 
wren
7006 
python3
2336 
python3
2333 
python
2166 
python
2141 

Binary Trees

- + - + - + - + - + - +
luajit (-joff)
6442 
luajit (-joff)
6165 
wren
3253 
wren
3338 
ruby
2806 
ruby
2685 
python3
1926 
python3
1952 
lua
1375 
lua
1409 
python
1353 
python
1340 

Recursive Fibonacci

- + - + - + - + - + - +
luajit (-joff)
6869 
luajit (-joff)
7061 
ruby
3138 
ruby
3100 
wren
2991 
lua
2860 
lua
2889 
wren
2410 
python3
1280 
python
1253 
python
1253 
python3
1252