From 230aff183a4af5a7c35d37d8f9c65b8da07ed25f Mon Sep 17 00:00:00 2001 From: Evan You Date: Sat, 16 Apr 2016 14:27:24 -0400 Subject: [PATCH] improve table bench --- benchmarks/big-table/index.html | 80 +++++++++++++++++++++++---------- 1 file changed, 56 insertions(+), 24 deletions(-) diff --git a/benchmarks/big-table/index.html b/benchmarks/big-table/index.html index 2f55858a..b2e59e56 100644 --- a/benchmarks/big-table/index.html +++ b/benchmarks/big-table/index.html @@ -3,9 +3,18 @@
-

- Rendering Large Datasets With Vue {{renderTime}} -

+

Rendering Large Datasets With Vue

+ +

+ {{ rows }} x {{ cols }}, {{ optimized ? 'with' : 'without' }} optimization. {{ msg }} +

+ +

+ + + + +

Filter Data: @@ -22,9 +31,6 @@ {{ visibleCount() }} found. - - - Remount Grid
@@ -40,37 +46,45 @@