We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c331029 commit 565a465Copy full SHA for 565a465
test/jasmine/performance_tests/bar_test.js
@@ -22,8 +22,6 @@ var gd = createGraphDiv();
22
n: 64000, averageCap: 1920
23
}, {
24
n: 128000, averageCap: 3840
25
-}, {
26
- n: 256000, averageCap: 7680
27
}].forEach(function(spec) {
28
describe('Bundle with bar | size:' + spec.n, function() {
29
'use strict';
test/jasmine/performance_tests/scatter_test.js
@@ -21,8 +21,6 @@ var gd = createGraphDiv();
21
describe('Bundle with scatter | size:' + spec.n, function() {
0 commit comments