From 16894bb24b1cd5ee292f98ee4599b622bf79c854 Mon Sep 17 00:00:00 2001 From: Jeff Cross Date: Tue, 9 Feb 2016 16:46:12 -0800 Subject: [PATCH] fix(benchpress): fix issues with benchmarks Some benchmarks had errors that were causing perf tests to log 0:00 time values for scriptTime metrics. Fixed Issues: - Was using Rx.js instead of Rx.umd.js in all benchmarks - Was calling mergeMap on Rx2 observable instead of flatMap - Had mis-named variables in mergeAll spec --- perf/macro/bufferCount/index.html | 2 +- perf/macro/combineLatest/index.html | 2 +- perf/macro/groupBy/index.html | 2 +- perf/macro/merge/index.html | 2 +- perf/macro/mergeAll/index.html | 2 +- perf/macro/mergeAll/perf.js | 4 ++-- perf/macro/mergeMap-scalar/index.html | 2 +- perf/macro/mergeMap/index.html | 2 +- perf/macro/mergeMap/perf.js | 2 +- perf/macro/windowCount/index.html | 2 +- perf/macro/zip/index.html | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/perf/macro/bufferCount/index.html b/perf/macro/bufferCount/index.html index 4432b98fc1..c79cd62077 100644 --- a/perf/macro/bufferCount/index.html +++ b/perf/macro/bufferCount/index.html @@ -3,7 +3,7 @@ RxJS 3 Perf Tests - + + + + + + + + +