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 f6aa0ab commit 80ac7aeCopy full SHA for 80ac7ae
test/jasmine/performance_tests/all_test.js
@@ -270,6 +270,10 @@ tests.forEach(function(spec, index) {
270
describe('Performance test ' + spec.nTraces + ' ' + spec.traceType + (spec.mode ? ' | mode: ' + spec.mode : '') + ' | size:' + spec.n, function() {
271
'use strict';
272
273
+ afterEach(function(done) {
274
+ delay(100)().then(done);
275
+ });
276
+
277
samples.forEach(function(t) {
278
it('turn: ' + t, function(done) {
279
var startTime, endTime;
0 commit comments