Skip to content

Commit

Permalink
Add performance test (#168)
Browse files Browse the repository at this point in the history
- Set threshould to 6000 so that we have ~1000ms buffer from the worst result on CI
  • Loading branch information
nikolay-borzov committed Feb 27, 2020
1 parent f8548c0 commit 7ca2f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/performance/api.test.ts
Expand Up @@ -5,7 +5,7 @@ import { explore } from '../../src/api';
import { setTestFolder } from '../test-helpers';

// Set to value actual for CI (not your local environment)
const BIG_FILE_EXPLORE_WITH_HTML_MS = 5500;
const BIG_FILE_EXPLORE_WITH_HTML_MS = 6000;

describe('api', () => {
describe('explore', () => {
Expand Down

0 comments on commit 7ca2f99

Please sign in to comment.