Skip to content

Commit

Permalink
Use cjs build for benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkfranz committed Aug 2, 2018
1 parent b2f3666 commit e750a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/suite/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var Benchmark = require('benchmark');
var newCytoscape = require('../../build/cytoscape.umd.js');
var newCytoscape = require('../../build/cytoscape.cjs.js');
var oldCytoscape = require('../../build/cytoscape.benchmark.js');

global.newCytoscape = newCytoscape;
Expand Down

0 comments on commit e750a47

Please sign in to comment.